@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --font-primary: 'Inter', sans-serif;
    --blue: #01D2FC;
    --hover-blue:#00697e;
    --black: #111827;
    --grey: #4B5563;
    --light-grey: #F9FAFB;
    --white: #ffffff;
}

body {
    font-family: var(--font-primary);
    font-weight: 400;
    color: var(--black);
    padding-top: 56px;
    font-size: 14px;
}
.bg-light{
    background-color: #F9FAFB!important;
}
#page-content{
    width: 100%;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
}
h1, .h1{
    font-size: 50px;
    font-weight: 700;
    color: var(--black);
    line-height: 110%;
    margin-bottom: 20px;
}
h2, .h2{
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
    line-height: 110%;
    margin-bottom: 20px;
}
h3, .h3{
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    line-height: 110%;
    margin-bottom: 10px;
}
h4, .h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    line-height: 110%;
    margin-bottom: 10px;
}
.subtitle{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    color: var(--grey);
    max-width: 770px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 130%;
    text-align: center;
}
p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--grey);
}
.text-primary{
    color: var(--blue)!important;
}
.btn-primary{
    background-color: var(--blue)!important;
    border-color: var(--blue)!important;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 8px;
    transition: all ease 0.4s;
    margin-bottom: 15px;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: var(--hover-blue)!important;
    border-color: var(--hover-blue)!important;
}
.btn-outline-primary{
    border-color: var(--blue)!important;
    color: var(--blue)!important;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 8px;
    transition: all ease 0.4s;
    margin-bottom: 15px;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
     border-color: var(--hover-blue)!important;
     background-color: var(--hover-blue)!important;
    color: var(--white)!important;
}

.btn-light{
    background-color: var(--white)!important;
    border-color: var(--white)!important;
    color: var(--blue);
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 8px;
    transition: all ease 0.4s;
}
.btn-light:hover,
.btn-light:focus{
    background-color: var(--hover-blue)!important;
    border-color: var(--hover-blue)!important;
    color: var(--white)!important;
}
.btn-outline-light{
    border-color: var(--white)!important;
    color: var(--white)!important;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 8px;
    transition: all ease 0.4s;
}
.btn-outline-light:hover,
.btn-outline-light:focus{
     border-color: var(--hover-blue)!important;
     background-color: var(--hover-blue)!important;
    color: var(--white)!important;
}
img{
    max-width: 100%;
}
.site-header{
    background-color: #fff;
    border-bottom: 1px solid #F3F4F6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.site-header .custom-logo-link{
    width: 100%;
    display: inline-block;
    max-width: 300px;
}
.site-header .custom-logo-link img{
    width: 100%;
}
.site-header .btn-primary{
    float: right;
    margin-left: auto;
    padding: 5px 20px;
}
.site-header .menu-toggle{
    display: none;
}
.site-header #site-navigation{
    width: calc(100% - 350px);
}
.site-header .main-nav{
    margin: 0;
    margin-left: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}
.site-header .main-nav li{
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.site-header .main-nav li a{
    font-size: 16px;
    line-height: 16px;
    padding: 5px 15px;
    color: var(--black);
    transition: all ease 0.4s;
    text-decoration: none;
}
.site-header .main-nav li.current-menu-item a,
.site-header .main-nav li.current-page-ancestor a{
    color: var(--blue);
}

.site-header .main-nav li a:hover{
    color: var(--blue);
}
.site-header .main-nav li.contact{
    margin-left: auto;
}
.site-header .main-nav li.contact a{
    padding: 8px 20px;
    background-color: #50E2FF;
    color: #fff;
    border-radius: 6px;
    transition: all ease 0.4s;
}
.site-header .main-nav li.contact a:hover{
    background-color: var(--hover-blue);
}
.hero-section{
    background-color: #EFF6FF;
    padding: 100px 0;
}
.py-5{
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.hero-section p{
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 600px;
}
.hero-section .btn{
    padding: 15px 30px;
}

.capability-card {
    position: relative;
    width: 100%;
    height: 320px; /* adjust based on design */
    perspective: 1000px;
}

/* shared styles */
.capability-card .front,
.capability-card .back {
    position: absolute;
    inset: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.6s ease;
    text-align: left;
    margin: auto;    
}

/* FRONT */
.capability-card .front {
    background: #000;
    transform: rotateY(0deg);
}

.capability-card .front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capability-card .front .c-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.32) 100% );
    width: 100%;
    text-align: left;
    padding: 15px;
}
.capability-card .front .c-wrap h5{
    font-size: 16px;
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 5px;
}
.capability-card .front .c-wrap h3{
    color: #fff;
    font-weight: 600;
}

/* BACK */
.capability-card .back {
    background: #ffffff;
    padding: 24px;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #cfcfcf;
}

/* HOVER EFFECT */
.capability-card:hover .front,
.capability-card.active-box .front {
    transform: rotateY(-180deg);
}

.capability-card:hover .back,
.capability-card.active-box .back {
    transform: rotateY(0deg);
}

/* optional link styling */
.capability-card .back a {
        margin-top: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
    transition: all ease 0.4s;
    background-image: url(../images/link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right center;
    display: inline-block;
    margin-top: auto;
    width: 74px;
    font-size: 16px;
}
.capability-card .back a:hover{
    width: 80px;
}
.capability-card .back h5{
    font-size: 16px;
    color: var(--blue);
    font-weight: normal;
}
.partner-section .icon{
    width: 80px;
    height: 80px;
    border-radius: 16px;    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.partner-section .col-lg-4:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}
.partner-section .col-lg-4:nth-of-type(3) .icon{
    background-color: #F3E8FF;
}
.partner-section .col-lg-4 h3{
    margin-bottom: 15px;
}
.partner-section .col-lg-4 p{
    max-width: 330px;
    margin: auto;
}
.capabilities-section{
    background-color: #F9FAFB;
}
.capabilities-slider{   
    position: relative;
}
.capabilities-slider .slick-arrow{
    width: 30px;
    height: 50px;
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    text-indent: 100px;
    overflow: hidden;
    background-image: url(../images/left.svg);
    background-repeat: no-repeat;
    background-position: center;
    outline: 0!important;
}
.capabilities-slider .slick-arrow.slick-next{
    background-image: url(../images/right.svg);
    left: auto;
    right: -40px;
}
.capabilities-slider .capability-card{
    padding: 15px;
}

.why-choose-section .icon{
    width: 64px;
    height: 64px;
    border-radius: 100px;    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.why-choose-section .col-lg-3:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}
.why-choose-section .col-lg-3:nth-of-type(3) .icon{
    background-color: #F3E8FF;
}
.why-choose-section .col-lg-3:nth-of-type(4) .icon{
    background-color: #FFEDD5;
}
.why-choose-section p{
    max-width: 280px;
    margin: auto;
    
}
.case-studies-section{
    background-color: #F9FAFB;
}
.case-studies-section .col-md-6{
    margin-top: 40px;
}
.case-studies-section .impactbox{       
    border-radius: 10px;
    overflow: hidden;    
    height: 100%;
}
.case-studies-section .impactbox img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;    
}
.case-studies-section .impactbox .content{
    border: 1px solid #cfcfcf;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    height: calc(100% - 272px);
    background-color: #fff; 
    display: flex;
    flex-direction: column;
}

.case-studies-section .impactbox a {
        margin-top: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
    transition: all ease 0.4s;
    background-image: url(../images/link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right 6px;
    display: inline-block;
    margin-top: auto;
    width: 100px;
    line-height: 18px;
    font-size: 16px;
}
.case-studies-section .impactbox a:hover{
    width: 110px;
}
.cta-contact-section{
    background-color: var(--blue);
    color: var(--white);
    padding: 3rem 0!important;
}
.cta-contact-section img{
    margin-bottom: 10px;
}
.cta-contact-section h2{
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.cta-contact-section p{
    color: #fff;
    max-width: 570px;
}
.cta-contact-section h3{
    color: #fff;
}

.footer-section{
    background-color: #5E5E5E;
    color: #fff;;
}
.footer-section ul{
    margin: 0;
    padding: 0;
}
.footer-section ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    line-height: 16px;
}
.footer-section ul li a{
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    transition: all ease 0.4s;
}
.footer-section ul li a:hover{
    color: #01D2FC;
}
.footer-section{
    padding: 40px 0 15px;
}
.footer-section .copyright{
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 20px;
    font-size: 14px;
}
.footer-section .copyright .links{
    text-align: right;
}
.footer-section .copyright .links a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all ease 0.4s;
}
.footer-section .copyright .links a:hover{
    color: #01D2FC;
}
.footer-section .menu-services-container ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-section .menu-services-container ul li{
    width: 50%;
}
.footer-section .contact-info {
    margin-bottom: 20px;
}
.footer-section .contact-info ul li a img{
    margin-right: 10px;
}
.footer-section .follow a{
    margin-right: 5px;
    transition: all ease 0.4s;
    display: inline-block;
}
.footer-section .follow a:hover{
    transform: scale(1.1);
}

.cta-contact-section form .row input,
.cta-contact-section form .row select{
    width: 100%;
    height: 35px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0 15px;
    outline: 0!important;
}
.cta-contact-section form .row select{
    padding: 0 10px;
}
.cta-contact-section form .row p{
    width: 100%;
    display: block;
    max-width: inherit;
}
.cta-contact-section form .row textarea{
    width: 100%;
    height: 54px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 6px 15px;
}
.cta-contact-section form .row .wpcf7-submit{
    float: right;
    width: 116px;
    padding: 0 15px;
    font-weight: bold;
    color: #01D2FC;
}
.cta-contact-section form .row .wpcf7-not-valid-tip{
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    margin: 0;
    margin-top: 20px;
    border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output{
    margin: 0;
    margin-top: 20px;
    border-radius: 4px;
    border-color: #00930d;
    background-color: #00930d;
    font-size: 14px;
}
.inner-hero-section{
    position: relative;
    background-size: cover;
    background-position: center;
}
.inner-hero-section::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 0;    
}
.inner-hero-section .container{
    position: relative;
    z-index: 2;
    color: #fff;
}
.inner-hero-section .container h1{
    color: #fff;
}
.inner-hero-section .container p{
    color: #fff;
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
}
.about-intro-section .achivements{
    background-color: #F9FAFB;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content:center ;
    flex-direction: column;
}
.about-intro-section .achivements .icon{
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: #DBEAFE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.about-intro-section .col-lg-6:nth-of-type(2){
    padding-left: 80px;
}
.about-intro-section .col-md-6:nth-of-type(2) .achivements .icon{
background-color: #DCFCE7;
}
.about-intro-section .col-md-6:nth-of-type(3) .achivements .icon{
background-color: #F3E8FF;
}
.about-intro-section .col-md-6:nth-of-type(4) .achivements .icon{
background-color: #FFEDD5;
}
.about-intro-section .col-md-6:nth-of-type(2) .achivements,
.about-intro-section .col-md-6:nth-of-type(4) .achivements{
    position: relative;
    bottom: -30px;
}

.mission-vision-section .card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.mission-vision-section .card .icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: #DBEAFE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.mission-vision-section .col-md-6{
    margin-top: 30px;
}
.mission-vision-section .col-md-6:nth-of-type(2) .icon{
background-color: #DCFCE7;
}
.mission-vision-section .card p{
    font-size: 18px;
}
.core-values-section .icon{
    width: 64px;
    height: 64px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.core-values-section .col-lg-3:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}
.core-values-section .col-lg-3:nth-of-type(3) .icon{
    background-color: #F3E8FF;
}
.core-values-section .col-lg-3:nth-of-type(4) .icon{
    background-color: #FFEDD5;
}
.core-values-section .col-lg-3 p{
    max-width: 250px;
    margin: auto;
    display: block;
}
.expertise-section img{
    border-radius: 10px;
    overflow: hidden;
}
.about-contact{
    background-color: var(--white);
    color: var(--black);
}
.about-contact h2{
    color: var(--black);
    max-width: 750px;
    margin: auto;
    margin-bottom: 20px;
}
.about-contact p{
    color: var(--black);
    margin-bottom: 30px;
}
.about-contact .btn {
    margin-bottom: 20px;
}
 .about-intro-section .achivements p{
        margin-bottom: 0;
    }

.services-contact{
    background-color: var(--light-grey);
    color: var(--black);
}
.services-contact h2{
    color: var(--black);
    max-width: 750px;
    margin: auto;
    margin-bottom: 20px;
}
.services-contact p{
    color: var(--black);
    margin-bottom: 30px;
}
.services-contact .btn {
    margin-bottom: 20px;
}    
.services-list-section .service-card{
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}
.services-list-section .service-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 10px;
}
.link-text{
        margin-top: 12px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
    transition: all ease 0.4s;
    background-image: url(../images/link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right 6px;
    display: inline-block;
    width: auto;
    margin-top: auto;
    /* width: 74px; */
    line-height: 18px;
    font-size: 16px;
    padding-right: 16px;
    align-self: flex-start;
}
.link-text:hover{
    padding-right: 22px;
}
.service-hero-section{
    background-color: #EFF6FF;
}
.service-hero-section p{
    font-size: 18px;
}
.service-hero-section p.mt-3{
    font-weight: 600;
}
.service-hero-section .col-lg-6:first-of-type{
    padding-right: 50px;
}
.service-hero-section img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.service-contact{
    background-color: #EFF6FF;
}
.service-contact p{
    font-size: 18px;
    max-width: 800px;
    margin: auto;
    
}
.whatis-section .subtitle{
    margin-bottom: 50px;
}

.whatis-section  .icon{
    width: 64px;
    height: 64px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.whatis-section  .col-lg-3:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}
.whatis-section  .col-lg-3:nth-of-type(3) .icon{
    background-color: #F3E8FF;
}
.whatis-section  .col-lg-3:nth-of-type(4) .icon{
    background-color: #FFEDD5;
}
.keycapab-section .cababilities{
    width: 100%;
    margin-top: 30px;
}
.keycapab-section .cababilities .imgwrap{
    margin-bottom: 20px;
}
.keycapab-section .cababilities .imgwrap img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.businessuse-section .subtitle {
    margin-bottom: 50px;
}

.businessuse-section .col-lg-6{
    align-items: flex-start;
    margin-bottom: 20px;
}
.businessuse-section .col-lg-6 .card{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--light-grey);
    border: 0;
}
.businessuse-section .col-lg-6 .icon {
    width: 64px;
    height: 64px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-top: 0;    
}
.businessuse-section .col-lg-6  h3{
    margin-bottom: 5px;
}
.businessuse-section .col-lg-6 .icon img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.businessuse-section .col-lg-6 .content{
    width: calc(100% - 100px);
}
.businessuse-section .col-lg-6 .content p{
    margin: 0;
}

.engagement-approach{
    background-color: var(--black);
    color: #fff;
}
.engagement-approach h2,
.engagement-approach p{
    color: #fff;
}
.engagement-approach .col-lg-3{
    margin-top: 40px;
}
.engagement-approach .card{
    background-color: rgba(256, 256, 256, 0.05);
    color: #fff;
    text-align: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(256, 256, 256, 0.5);
    height: 100%;    
}
.engagement-approach .card h4{
    color: #fff;
}
.engagement-approach .card p{
    margin-bottom: 0;
    color: var(--light-grey);
    font-size: 16px;
}
.engagement-approach .card h3{
    width: 45px;
    height: 45px;
    border-radius: 200px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    position: relative;
    top: -54px;
    margin-bottom: -25px;
}

.casestudy-hero img{
        width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.casestudy-hero .col-lg-6:first-of-type{
        padding-right: 50px;
}
.client-overview-section .card{
    text-align: left;
    background-color: var(--light-grey);
    
}
.client-overview-section .card .icon{
    width: 64px;
    height: 64px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-top: 0;
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.client-overview-section .col-lg-6{
    margin-top: 30px;
}
.client-overview-section .col-lg-6:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}

.business-challenge .card{
    text-align: left;
}
.business-challenge .card .icon{
    width: 64px;
    height: 64px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;        
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.whatis-section  .col-lg-3:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}
.whatis-section  .col-lg-3:nth-of-type(3) .icon{
    background-color: #F3E8FF;
}
.whatis-section  .col-lg-3:nth-of-type(4) .icon{
    background-color: #FFEDD5;
}
.soluitons-section .subtitle{
    margin-bottom: 50px;
}
.soluitons-section .solution .icon{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;        
    margin-bottom: 25px;
    background-color: #DBEAFE;
}
.soluitons-section .solution:nth-of-type(2) .icon{
    background-color: #DCFCE7;
}
.soluitons-section .solution:nth-of-type(3) .icon{
    background-color: #F3E8FF;
}
.soluitons-section .solution:nth-of-type(4) .icon{
    background-color: #FFEDD5;
}
.soluitons-section .solution .content{
    width: calc(100% - 100px);
}
.soluitons-section .solution .content h4{
    margin-bottom: 4px;
}
.soluitons-section .card{
    padding: 30px;
    background-color: var(--light-grey);
}
.soluitons-section .card ul{
    margin: 0;
    padding: 0;    
}
.soluitons-section .card h3{
    margin-bottom: 20px;
}
.soluitons-section .card ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    background-color: #fff;
    font-size: 18px;
    color: var(--black);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 12px;
    padding-right: 40px;
}
.soluitons-section .card ul li:last-of-type{
    margin-bottom: 0;
}
.results-section .card{
    padding: 20px 30px 10px;
    height: 100%;
}
.results-section .card .h2{
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 50px;
}
.results-section .col-md-6{
    margin-top: 20px;
}
.results-section .resultwrap{
    text-align: left;
    background-color: var(--black);
    color: #fff;
    padding: 40px;
    border-radius: 10px;    
    height: 100%;
}
.results-section .resultwrap h3{
    color: #fff;
    margin-top: 20px;
}
.results-section .resultwrap p{
    color: #fff;
    margin-bottom: 0;
    color: var(--light-grey);
}
.case-study-listpage .col-md-4{
    margin-bottom: 30px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 24px;
}
.team-card {
    text-align: left;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    transition: all ease 0.4s;
}
.team-card .img{
    width: 100%;
    height: 280px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.team-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;    
    transition: all ease 0.4s;
}
.team-card .t-content{
    padding: 20px;
}
.team-card:hover{
    box-shadow:0 0 10px rgba(0, 0, 0, 0.32);
}
.team-card:hover img{
    transform: scale(1.1);
}
.team-card h4{
    color: var(--blue);
    font-size: 16px;
}

.team-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}
.team-modal.active {
    display: block;
}
.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}
.modal-content {
    background: #fff;
    max-width: 800px;
    margin: 5% auto;
    padding: 30px;
    position: relative;
    border-radius: 15px;
    max-height: 80vh;
    overflow: auto;
}
.modal-body {
    display: flex;
    gap: 30px;
}
.modal-body .modal-image{
    width: 250px;
}
.modal-body .modal-text{
    width: calc(100% - 300px);
} 
.modal-image img {
    width: 250px;
    border-radius: 12px;
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999;
}
.accordion-item{
    margin-bottom: 20px;
    border-radius: 15px!important;
    overflow: hidden;
    box-shadow: none!important;
    overflow: hidden;
}
.accordion-header {
    width: 100%;
    padding: 15px 60px 15px 25px;
    text-align: left;
    background: #fff;
    border: 0!important;
    
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    position: relative;
}
.accordion-header span{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.accordion-header::after{
    content: '';
    width: 20px;
    height: 30px;
    background-image: url(../images/accord-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.4s;
}
.accordion-item.active .accordion-header::after{
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
}

.accordion-body {
    display: none;
    padding: 25px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.accordion-item.active .accordion-body {
    display: block;
}
.accordion-body p a{
    color: var(--blue);
}
.accordion-body h2{
    font-size: 34px;
    color: var(--black);
}
.accordion-body h3{
    font-size: 30px;
    color: var(--black);
}
.accordion-body h4{
    font-size: 26px;
    color: var(--black);
}
.accordion-body h5{
    font-size: 22px;
    color: var(--black);
}
#page-content .container{
    padding-left: 20px;
    padding-right: 20px;
}
.contact-info-section .contact-info-card{
    padding: 30px;
    background-color: var(--light-grey);  
    border-radius: 15px;
    height: 100%;  
}
.contact-info-card h3{
    margin-bottom: 20px;
}
.contact-item{
    padding-left: 60px;
    color: var(--black);
    margin-bottom: 25px;
    background-position: left 2px;
    background-size: 40px;
    background-repeat: no-repeat;
}
.contact-item p{
    font-size: 16px;
    color: var(--black);
}
.contact-item a{
    color: var(--black);
    text-decoration: none;
    transition: all ease 0.4s;
    font-size: 16px;
}
.contact-item a:hover{
    color: var(--blue);
}
.contact-info-card .contact-item:first-of-type{
    background-image: url(../images/company.svg);
}
.contact-info-card .contact-item:nth-of-type(2){
    background-image: url(../images/email.svg);
}
.contact-info-card .contact-item:nth-of-type(3){
    background-image: url(../images/phone.svg);
}
.contact-info-card .contact-item:nth-of-type(4){
    background-image: url(../images/address.svg);
    margin-bottom: 0;
}
.contact-form-card{
    border: 1px solid #cfcfcf;
    padding: 30px;
    border-radius: 15px;
}
.contact-form-card h3{
    margin-bottom: 20px;
}

.contact-form-card form .row input,
.contact-form-card form .row select{
    width: 100%;
    height: 50px;
    background-color: var(--light-grey);
    border: 0;
    border-radius: 4px;
    padding: 0 15px;
    outline: 0!important;
    border: 1px solid #cfcfcf;
}
.contact-form-card form .row select{
    padding: 0 10px;
}
.contact-form-card form .row p{
    width: 100%;
    display: block;
    max-width: inherit;
}
.contact-form-card form .row textarea{
    width: 100%;
    height: 100px;
    background-color: var(--light-grey);
    border: 0;
    border-radius: 4px;    
    outline: 0!important;
    border: 1px solid #cfcfcf;
    padding: 6px 15px;
}
.contact-form-card form .row .wpcf7-submit{
    float: right;
    width: 116px;
    padding: 10px 15px;
    height: auto;
    font-weight: bold;
    color: #fff;
    background-color: var(--blue);
    border-radius: 6px;
    border: 0;
}
.contact-form-card form .row .wpcf7-not-valid-tip{
    color: red;
}
.map-section{
    width: 100%;
    display: inline-block;
    margin-bottom: -10px;
}
.map-section iframe{
    float: left;
}
.contentpage-section hr{
    margin: 30px 0!important;
}
/* ================= 404 PAGE ================= */

.error-404-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: var(--light-grey);
    color: var(--black);
}

.error-404-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.error-code {
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(90deg, #38bdf8, var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-404-content h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.error-404-content p {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 30px;
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.error-actions .btn {
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
    transition: all ease 0.4s;
}



.error-actions .btn-outline {
    border: 1px solid var(--blue);
    color: var(--blue)
}

.error-actions .btn-outline:hover {
    background-color: var(--blue);
    color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
    .error-code {
        font-size: 90px;
    }

    .error-404-content h1 {
        font-size: 28px;
    }
}


@media screen and (max-width:1024px) {
    .site-header #site-navigation{
        width: calc(100% - 300px); 
    }
    .site-header .menu-toggle{
        display: block;
        width: 30px;
        height: 30px;
        background: none;
        background-image: url(../images/menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: 0;
        float: right;
    }
    .site-header .active .menu-toggle{
        background-image: url(../images/close.svg);
    }
    .site-header #primary-menu{
        position: fixed;
        width: 300px;
        right: -320px;
        top: 63px;
        background-color: #fff;
        height: calc(100vh - 60px);
        margin: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.32);
        transition: all ease 0.4s;
    }
    .site-header #primary-menu li{
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }
    .site-header .main-nav li.contact{
        padding-left: 15px;
        padding-top: 10px;
    }
    .site-header .active #primary-menu{
        right: 0;
    }
    h1, .h1{
        font-size: 44px;
    }
    h2, .h2{
        font-size: 32px;
    }
    h3, .h3{
        font-size: 22px;
    }
    .subtitle,
    .hero-section p{
        font-size: 18px;
    }
    .capabilities-slider .slick-arrow{
        left: -24px;
    }
    .capabilities-slider .slick-arrow.slick-next{
        right: -24px;
    }
    .hero-section .btn{
        padding: 10px 25px;
    }
    .py-5{
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .cta-contact-section .btn-light{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .hero-section .img-fluid{
        margin-top: 50px;
        float: left;
        max-width: 400px;
        width: 100%;
    }
    .about-intro-section .col-lg-6:nth-of-type(2){
        padding-left: 15px;
        margin-top: 30px;
    }
    .expertise-section img{
        margin-top: 30px;
        max-width: 400px;
        float: left;
    }
    .about-intro-section .col-md-6:nth-of-type(2) .achivements, .about-intro-section .col-md-6:nth-of-type(4) .achivements{
        bottom: 0;
    }
    .about-intro-section .achivements p{
        margin-bottom: 0;
    }
    .mission-vision-section .card p{
        font-size: 16px;
    }
    .service-hero-section img{
        max-width: 400px;
        margin-top: 30px;
        float: left;
        height: 300px;
    }
    .casestudy-hero img{
        max-width: 400px;
        margin-top: 30px;
        float: left;
        height: 300px;
    }
    .modal-content{
        max-width: 95%;
    }
}
@media screen and (max-width: 767px) {
    h1, .h1{
        font-size: 40px;
    }
    h2, .h2{
        font-size: 30px;
    }
    h3, .h3{
        font-size: 20px;
    }
    .subtitle,
    .hero-section p{
        font-size: 18px;
    }
    .cta-contact-section h3{
        margin-top: 50px;
    }
    .menu-quick-links-menu-container,
    .menu-services-container,
    .footer-section .follow{
        margin-bottom: 30px;
    }
    .footer-section .copyright,
    .footer-section .copyright .links{
        text-align: center;
    }
    .footer-section .copyright .links{
        margin-top: 10px;
    }
    .capabilities-slider .slick-arrow{
        left: 0px;
        top: inherit;
        bottom: -40px;
        transform: none;
    }
    .capabilities-slider .slick-arrow.slick-next{
        right: 0px;
        top: inherit;
        bottom: -40px;
        transform: none;
    }
    .site-header .custom-logo-link{
        max-width: 230px;
    }
    .site-header #site-navigation{
        width: calc(100% - 230px);
    }
    .subtitle, .hero-section p{
        margin-bottom: 20px;
    }    
    .expertise-section img{
        max-width: 100%;
    }
    .inner-hero-section .container p{
        font-size: 14px;
    }
    .service-hero-section .col-lg-6:first-of-type{
        padding-right: 15px;
    }
    .soluitons-section .solution{
        flex-direction: column;
    }
    .soluitons-section .solution .content{
        width: 100%;
    }
    .soluitons-section .card{
        padding: 20px;
    }
    .soluitons-section .card ul li{
        font-size: 16px;
    }
    .footer-section .menu-services-container ul li{
        width: 100%;
    }
    .case-studies-section .col-md-4{
        margin-top: 30px;
    }
    .modal-content .modal-body{
        flex-direction: column;
    }
    .modal-body .modal-image{

    }
    .modal-body .modal-text{
        width: 100%;
    }
}

