* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;

}

@font-face {
    font-family: Raleway-Medium;
    src: url(/fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Semibold;
    src: url(/fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Raleway-Extrabold;
    src: url(/fonts/Raleway-ExtraBold.ttf);
}

.logo img {
    width: 200px;
    padding-top: 10px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    /* navbar upar rahega */
    height: 80px;
    /* height fix kar li */
    padding: 0 2rem;
}

.items ul {
    display: flex;
    padding-right: 15rem;
    list-style-type: none;
    justify-content: space-between;
    gap: 35px;
    font-size: 18px;
    font-family: Poppins-Regular;
}

.items ul li a {
    text-decoration: none;
    color: #333;
}

.items ul li {
    position: relative;
    padding: 5px 0;
    transition: color 0.3s ease;
}

/* Unique Hover Effect */
.items ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 3px;
    background-color: #0d70c6;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.items ul li a:hover {
    color: #0d70c6;
    cursor: pointer;
}

.items ul li:hover::after {
    width: 100%;
}


.hero {

    color: white;
    background: #f1f4f6;
    min-height: 600px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    padding: 4rem 1rem;
}



.hero .container {
    z-index: 1;
}

.hero .container h1 {
    font-weight: 700px;
    font-size: 80px;
    font-family: Raleway-Extrabold;
    margin-bottom: 30px;
    color: #0d3d66;

}

.hero .container p {
    font-family: Raleway-Medium;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 50px;
    color: #333;
}

.hero .container a {
    font-family: Poppins-Regular;
    background-color: #0d70c6;
    font-size: 25px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
}

.hero .container a:hover {
    background-color: #008cc7;
    border-color: #008cc7;
    transform: translateY(-2px);
    color: #0d3d66;
    cursor: pointer;
}


.profile-section {
    background-color: #ffffff;
    height: auto;
}

.wrap {
    max-width: 1200px;
    min-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.profile-container {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    gap: 1%;
    padding-bottom: 4%;
}

.profile-container .profile-lft {
    width: 50%;
    text-align: left;
}

.profile-container .about {
    font-family: Raleway-Extrabold;
    font-weight: 20px;
    margin-top: 10%;
    padding: 2% 2% 2% 0;
}

.profile-lft h2 {
    padding-bottom: 3%;
    font-size: 1.64rem;
    font-family: Raleway-Extrabold;
    /* width: 100%; */
    height: auto;
    line-height: 2.2rem;
}

.services {
    background-color: #f1f4f6;
    padding-bottom: 3rem;
}

.service-title1 {
    width: 12.5em;
    height: 1.25em;
    font-size: 1.25rem;
    letter-spacing: 0.03rem;
    margin-bottom: 0.625rem;
    font-family: var(--font-family-banner-content-h1-bold);
}

p {
    font-weight: 400;
    font-size: 1.125em;
    font-family: Raleway-Medium;
    line-height: 1.44;
    letter-spacing: -0.0087rem;

}

.profile-rgt {
    margin-top: 9%;
    padding-left: 2%;
    width: 50%;
}

.profile-container .about img {
    vertical-align: bottom;
}

.profile-rgt p {
    padding-left: 0;
    margin-bottom: 2rem;
}

.container h2 {
    text-align: center;
    padding-top: 4rem;
    font-family: Raleway-Extrabold;
    font-size: 2.5rem;
    color: #0d3d66;
}

.container .p {
    text-align: center;
    font-family: Raleway-Medium;
    padding-top: 0.5rem;
    font-size: 22px;
    color: #828080;
}

.row {
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
}

.col {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    width: 30vw;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.col:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.col h4 {
    font-family: Raleway-Medium;
    color: #0d3d66;
    font-size: 17px;
}

.col p {
    font-size: 15px;
    padding-top: 10px;
    font-family: Poppins-Regular;
}


.gallery-item h3 {
    font-family: Raleway-Medium;
    color: #0d5594;
}

.techno-h-p h2 {
    text-align: center;
    padding-top: 4rem;
    font-size: 2.5rem;
    color: #0d3d66;

}

.techno-h-p p {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 22px;
    color: #828080;
}

.gallery {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    padding-top: 25px;
    /* padding-left: 100px; */
    text-align: center;
}


.container-contact {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 50px;
    max-width: 1200px;
    margin: auto;
}



.contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: Poppins;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-family: Poppins;
}

.contact-form button {
    width: 100%;
    padding: 14px;
    background: #00aaff;
    color: #fff;
    font-size: 16px;
    font-family: Poppins;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #0088cc;
}

.contact-info {
    background: #e9f4fb;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-info h3 {
    margin-top: 0;
    color: #0d3d66;
    font-weight: 300;
    font-size: 22px;
    text-align: left;
    font-family: Raleway-Semibold;
}

.contact-info .contact-p {
    font-family: Poppins;
    color: #3e3e3e;
}

.contact-info p strong {
    color: #333;
    font-family: Raleway-Semibold;
}

iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-head-para h1 {
    font-family: Raleway-Extrabold;
    color: #0d3d66;
    text-align: center;
    padding-top: 100px;
    font-size: 45px;
    font-weight: 600;
}

.contact-head-para p {
    padding-top: 10px;
    font-size: 18px;
    /* text-align: left; */
    text-align: center;
    font-size: 22px;
    color: #828080;
}

.contact-info p {
    text-align: left;
}

@media(max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
    }
}

footer {
    background: #0a0a0a;
    color: #ccc;
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
}

footer a {
    color: #00aaff;
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    text-decoration: underline;
}