@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
    overflow-x: hidden;
    color: #1f1f1f;
    background-color: #F3F3F3 !important;
}

:root {
    --black: #161C2D;
    --primary: rgb(16, 38, 80);
    --secoundary: #8082f3;
    --gray: #424242;
}

h1.section-heading {
    font-size: 64px;
    font-weight: 700;
}

h2.section-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2 !important;
    line-height: 52px;
}

h3.section-sub-heading {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;

}

.service-list h2.section-sub-heading {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

h5.para-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

h5.small-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

}

.small-heading {
    color: #8082f3;
    font-weight: 700;
    padding-left: 5px;
    margin-bottom: 5px;
    display: block;
}

section {
    padding: 100px 0px;
}

@media (max-width:991px) {
    .row-reverse {
        flex-direction: column-reverse;
    }

    section {
        padding: 50px 0px;
    }
    h1.section-heading {
        font-size: 46px;
        font-weight: 700;
    }

}

p {
    font-size: 16px;
    font-weight: 400;
}

.hero-header {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #f1ecff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8EC5FC;
    background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);

}

.hero-header .hero-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 4;
}

.hero-header .hero-image {
    position: relative;
}

.hero-header .hero-image span {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #8082f3;
    top: 20px;
    left: 20px;
    z-index: 0;

}

.hero-content .box {
    /* background-color: rgba(255, 255, 255, 0.863); */
    padding: 80px 40px;
    border-radius: 20px;
}
@media (max-width:991px) {
    .hero-content .box {
        padding: 10px 10px;
    }
}

.footer-sec ul li a {
    text-decoration: none;
    transition: 0.2s;
}

.footer-sec ul li a:hover {
    text-decoration: underline;
}




.hero-content {
    z-index: 10;
    position: relative;
}

.hero-content h1 {
    /* font-family: "Merriweather", serif; */
    font-family: "DM Sans", sans-serif;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 1px;
    font-weight: 600;
}

.hero-content h1 span {
    color: var(--primary);
}

.hero-content p {
    font-size: 18px;
    font-weight: 400;
    padding: 10PX 0PX;
}


.cta-button {
    background-color: white;
    color: black;
    border-radius: 3em;
    font-size: 17px;
    font-weight: 600;
    padding: 0.5em 1.5em !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    box-shadow: 0 0 0 0 black;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 black;
}

.cta-button:active {
    transform: translateY(2px) translateX(1px);
    box-shadow: 0 0 0 0 black;
}


.footer-sec {
    padding: 80px 0px 0px 0px;
    background-image: linear-gradient(45deg, rgba(124, 176, 255, 0.9), rgba(167, 140, 255, 0.9));
    background-attachment: fixed;
}

.footer-sec ul {
    padding-left: 0px;
}

.footer-sec ul li {
    list-style: none;
    color: rgb(51, 51, 51) !important;
}

.footer-sec ul li a {
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    padding-bottom: 6px;
    display: block;

}

.footer-sec h5 {
    color: rgb(239, 245, 255);
    font-weight: 600;
}

.logo h3 {
    font-size: 42px;
    font-weight: 700;
}

.footer-social {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.footer-social img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 12px;
}

.bottom-nav {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.652);
    font-size: 18px;
    font-weight: 300;
}

.footer-sec .logo img {
    width: 160px !important;
}

.footer-sec .logo h4 {
    line-height: 1.5;
}


/* ===============================Media Query Start here================================================
===================================================================================================== */

@media (max-width:991px) {

    h2.section-heading {
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
    }

    h3.section-sub-heading {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    h5.para-heading {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        font-weight: 400;
    }

    .hero-header {
        height: auto;
        min-height: auto;
        padding-bottom: 40px;
    }

    .hero-pic img {
        height: 330px;
    }

    .hero-content {
        padding: 100px 30px 30px;
        height: auto;
        min-height: auto;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
    }

    .hero-content p {
        font-size: 16px;
    }

}





.home-abt-sec {
    padding: 60px 0px;
}

.home-abt-sec .container {
    padding: 70px;
    background-color: var(--secoundary);
    border-radius: 30px;
}

.abt-home-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.home-service-card {
    color: white;
    padding: 50px 30px;
    border-radius: 30px;
    height: 100%;
}

.home-service-card img {
    height: 50px;
}

.home-service-card .cta-button {
    background-color: transparent;
    border: 1.5px solid white;
    color: white;
    margin-top: 15px;
}

.home-service-card:hover .cta-button {
    box-shadow: 3px 3px 0 0 black;
    transform: translateY(-4px) translateX(-2px);

}

@media (max-width:991px) {
    .home-abt-sec {
        padding: 20px 0px;
    }

    .home-abt-sec .container {
        padding: 20px;
    }

    .abt-home-img img {
        border-radius: 10px;
    }

    .home-service-card {
        padding: 20px 30px;
    }
}

.cta-sec {
    padding: 0;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}

.cta-img-box {
    border-radius: 0px 250px 250px 0px;
    background-color: #0a75b3;
    padding: 80px 60px;
}

.cta-img-box img {
    width: 100%;
    height: 300px;
}

.cta-button.transparent {
    background-color: transparent;
    border: 1.5px solid white !important;
    color: white;
}

.providing-box {
    width: 100%;
    height: 160px;
    padding: 30px;
    color: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.providing-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    margin: auto;
}

.providing-box h5 {
    text-align: center;
}

#providing.owl-carousel.owl-theme .owl-nav,
#providing.owl-carousel.owl-theme .owl-dots {
    display: none;
}

.providing-sec {
    background-color: #e4f5ff;
}

.providing-sec h2 {
    color: #3c3c3c;
}


.faq-container {
    width: 100%;
    max-width: 600px;
    padding: 20px;
}

.accordion {
    margin-top: 10px;
}

.accordion-item {
    border: 1px solid #ddd;
    margin: 5px 0;
}

.accordion-title {
    background-color: #0073e6;
    color: white;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 16px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: white;
    color: #333;
    border-top: 1px solid #ddd;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
    padding: 15px;
    max-height: 200px;
    /* Adjust based on content */
}

.faq-section {
    background-color: #e5e5ff;
    padding: 80px 0px;
}

.faq-clip {
    background-image: url(../images/faq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.accordion-title {
    font-size: 18px;
    font-weight: 500;
}

.accordion-title {
    background-color: transparent;
    color: #1f1f1f;
}

.accordion-item p {
    color: #868686;
}

.common-banner {
    max-height: 600px;
    height: 450px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(62deg, rgba(152, 203, 255, 1) 0%, rgba(211, 164, 255, 1) 100%);
}
@media (max-width:991px) {
    .common-banner {
        max-height: 600px;
        height: 350px;
    } 
}

.common-banner img {
    width: 100%;
    height: 300px;
}

.common-banner h1 {
    color: #393354 !important;
}

/* About us page css */
.about-us img {
    width: 100%;
}

.mission-sec,
.vission-sec {
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: white;
}

.mission-sec img,
.vission-sec img {
    padding: 10px;
    width: 70px;
}

.mission-sec {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}

.vission-sec {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);

}



/* Contact Css */

.contact-form {
    border-radius: 10px;
    padding: 80px auto;
}

.contact-form form {
    padding: 30px;
    padding-top: 5px;
}

.contact-form h2 {
    color: #00310e;
}

.btn-submit {
    background-color: #00310e !important;
    color: #fff !important;
    font-size: 16px !important;
}

.form-check-label {
    font-weight: normal;
}

.contact-form label {
    font-size: 15px;
}

.contact-form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact-details-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 20px;
}

.contact-details-card {
    padding: 35px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 20px;
    background-color: white;
    height: 100%;
}

.contact-details-card a {
    color: #525252;
    font-size: 15px;
}

.contact-details-card h5 {
    font-size: 20px;
    font-weight: 600;
}

.contact-form h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    max-width: 200px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;

}

.line-with-text::before,
.line-with-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 10px;
}

.contact-page-google-map__one {
    width: 100%;
    height: 500px;
}

.btn-submit {
    background-color: var(--secoundary) !important;
}

.form-container {
    padding: 30px;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: white;

}

/* .contact-form{
    background-color: #f6fbff;
} */


.contact-sec-2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--secoundary);
    padding: 60px;
}

.contact-sec-2 svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-right: 30px;
    transition: .2s;
}

.para {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
}

.para-heading {
    font-size: 20px;
    color: #0d4a79;
    font-weight: 600;
}

.contact-page-map img {
    width: 100%;
}

.careers-sec {
    position: relative;
    background-color: #f6fbff;
}

.careers-sec img {
    width: 100%;
}

.software-sec {
    background-color: #273423;
    border-radius: 50px 50px 0px 0px;
}

.software-box .content-box {
    padding: 40px;
    height: 100%;
    border-radius: 30px;
    margin-bottom: 26px;
}

.software-box {
    height: 100%;
}

.staffing-box img {
    height: 70px;
    display: block;
    margin: auto;
}

.staffing-box h5 {
    text-align: center;
    margin-top: 15px;
    color: #393354;
}

.staffing-sec-box {
    background-color: #e6e6e6;
}

.staffing-box {
    border-right: 1px solid rgb(255, 255, 255);
}

.staffing-box:last-child {
    border-right: none;
}

.benefit-box p {
    color: #161C2D;
    font-size: 18px;
    font-weight: 500;
}

.benefit-box ul {
    list-style: none;
    color: #333;
    padding-left: 0px;
}

.benefit-box ul i {
    color: #8bbfec;
    font-size: 20px;
    margin-right: 15px;
}

.benefit-box li {
    margin-bottom: 5px;
    font-weight: 600;
    color: #565656;
}

@media (max-width:991px) {
    .cta-img-box {
        border-radius: 0px;
        padding:25px;
      }
      .faq-section{
        padding: 40px 0px;
      }
      .nav-links li{
        justify-content: start !important;
      }
      .careers-sec img{
        margin-top: 40px;
      }
      .staffing-box h5{
        margin-bottom: 30px;
        margin-top: 5px;
        font-size: 16px;
      }
      .contact-sec-2 {
        padding: 20px;
        margin: 0px !important;
      }
      .form-container{
        padding: 10px;
      }
      .form-container form{
        padding: 10px;
      }
}