:root{
    --white-color:white;
    --background-color:whitesmoke;
    --darkblue-color:#161D6F;
    --lightblue-color: #0E46A3;
    --black:black;  
}
html {
    font-size: 16px; /* Base size */
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem; /* 16px */
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5; /* Improved readability */
}

/* Responsive Heading */
h1 {
    font-size: 2rem; 
}
p {
    font-size: 0.9rem; 
} 
.about-heading{
    font-size:4rem;
    color:#0E46A3;
    font-weight: 500;
}
.ceo-img{
    position: relative;
    left:20px;
    top:20px;
    background-color: whitesmoke;
    border-radius: 20px;
    width:95%;
}
/* ======blue circle==== */
.ceo-img::after{
    position:absolute;
    content:"";
     left:-80px;
     top:-80px;
    width:250px;
    height:250px;
    border-radius: 360px;
    background-color: #0E46A3;
    z-index:-1;
}
 .ceo-div{
    position: relative;
    width:100%;
    border-radius: 40px;
    margin-left: -20%;
    margin-top: 130px;
    background-color: whitesmoke;  
 }
 .circle-img{
    float:right;
 }
 .ceo-heading{
    position: relative;
    color:#0E46A3;
 }
.ceo-heading::after{
    position:absolute;
    content:"";
    left:30%;
    bottom:-2px;
    width:70px;
    height:3px;
    background-color: #0E46A3;
    margin:auto;
    transform: scale(0,0);
    transition: all .8s ease;
}
.ceo-heading:hover::after{
    transform:scale(1,1)
}
.highlight-text{
    color:#0E46A3; 
}
 .ceo-sign{
    font-family: "Dancing Script", cursive;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    transition: all .8s ease;
 }
 .ceo-sign:hover{
    transform: translateX(-20px);
 }
 .ceo-end-heading{
    font-size:12px;
    color:#0E46A3;
    text-decoration: underline;
    padding-bottom: 10px;
    transition: all .8s ease;
 }
 .ceo-end-heading:hover{
    transform: translateX(-20px);
 }
 /* =====mission section===== */
 .mission{
    background-color: whitesmoke;
 }
 .mission-div{
    border-radius: 50px;
 }
 .mission-img-div{
    border:20px solid white;
    overflow:hidden;
   
 }
 .mission-img{
  height: 300px;
  transition: all ease .8s;
 }
 .mission-img:hover{
    transform: scale(1.3,1.3);
 }
 /* =======our development team====== */

.team-heading-bg{
    height:400px;
    background-color: #0E46A3 !important;
    color:white;
}
.team-bg{
    margin-top: -180px;
    background-color:whitesmoke;
   
}
.team{
    position:relative;
    height:350px;
    width:80%;
    overflow: hidden; 
    /* border: 5px solid red;  */
}
.team-img { 
    height:350px;
   width:100%;
    transition: transform 0.5s ease;
   
}
 .team-img:hover{
    transform: scale(1.2);
}

.team-description{
    background-color: white;
    position: relative;
    margin-top: -40px;
    z-index: 1;
    width:70%;
    /* margin-right: 50px; */
    transform: translate(-40px,0px);   
    
}
.team-name{
    position:relative;
    color:#0E46A3;
  
}

.team-name::after{
    position:absolute;
    bottom:-2px;
    left:40%;
    content:"";
    width:50px;
    height:3px;
    transform: scale(0,0);
    background-color: #0E46A3;
    transition:all .8s ease;
   }
   .team-name:hover::after{
    transform: scale(1,1);
   }
.team-title{
    position: relative;
    font-size:0.9rem;
}
.team-icon {
    text-decoration: none;
    color:black;
    transition: all .5s linear;
}
.team-icon:hover i{
 transform:translate(0px, -5px);
}
 /* =====testimonal style===== */
 .testimonal{
    padding: 8%;
 }
 
 .testi-subtitle{
     color:#0E46A3;
     font-weight: bold;
     font-size: 1rem;
     letter-spacing: 2px;
     transition: all ease .8s;
 }
.testi-subtitle:hover{
    transform: translate(0px,-20px);
}
 .testi-title{
    color:#0E46A3;
 }
 .testi-title{
 letter-spacing: 1px;
 
 }
 #slider{
     margin-top:10%;
   
 }
 .img-area{
    margin-top: 20px;
     width:80px;
     height:80px;
     border:5px soild white !important;
     outline: 5px solid white;
     border-radius: 50%;
     display: inline-block;
     overflow: hidden;
     
 }
 img-area img{
     width: 100%;
 }
 .content{
     position: relative;
     height:330px;
     margin: 5%;
     text-align: center;
     padding: 15px;
     border-radius:20px;
     /* border:1px solid #d2d4d5; */
   background-color: #0E46A3;
    backdrop-filter: blur(12px);
   
 }
 
 .content h2{
     margin-top: 7px;
     font-size: 1rem ;
     text-transform:uppercase;
     margin-bottom: 15px;
     font-weight:bold;
     color:white;
 
 }
 .content p{
     line-height: 1.4;
     font-size:0.9rem;
     text-align:center;
     color:#d2d4d5;
 }
 .square-icon{
     margin-top: 15px;
     display: flex;
     justify-content: center;
     
 }
 .about-square{
    width:15px !important;
    height: 15px !important;
    border: 1px solid #161D6F;
    transform: rotate(45deg);
    margin-bottom: 5px;
}
 .small-square{
     width:15px !important;
     height: 15px !important;
     border: 1px solid white;
     transform: rotate(45deg);
     margin-bottom: 5px;
 }
 .owl-dots{
     text-align :center;
     margin-top:3%;
 }
 
 
 .owl-dot{
     display:inline-block;
     height:12px !important;
     width:12px !important;
     background-color:#0E46A3 !important;
     margin: 0 5px;
     border-radius:50%;
     outline: 1px solid #0E46A3 ;
     outline-offset: 2px;
 } 
 .owl-dot.active{
     background-color: #161D6F;
 }
/* ======testimontines style end   */
 /* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    h1 {
        font-size: 1.75rem; /* 28px */
    }
    
}

@media (max-width: 1026px) {
    h1 {
        font-size: 1.5rem; /* 24px */
    }
    p {
        font-size: 1.125rem; /* 18px */
    }
    .team{
        width:100%;

    }
    .team-description{
        width:80%;
        margin-left: 50px;
        
    }

}

@media (max-width: 769px) {
    h1 {
        font-size: 1.25rem; /* 20px */
    }
    p {
        font-size: 1rem; /* 16px */
    }
    .ceo-div{
        width:90%;
        margin-left:30px;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 1.1rem; /* 17.6px */
    }
    p {
        font-size: 0.875rem; /* 14px */
    }
    .ceo-div{
        width:auto;
        padding: 10px;
        margin-left: 0;
        margin-top: 150px;
    }
    .circle-img{
        margin-top: 150px;
        margin-left:100px;
    }
    .about-heading{
        font-size:2rem;
    }
    .team{
        width:100%;

    }
    .team-description{
        width:90%;
        margin-left: 50px;
        
    }
}
/* ===============animation start================ */
.btt1-question.visible{
    animation: toptobottom-ans1 2s forwards;
    transition: all 2s;
}
@keyframes toptobottom-ans1{
    0%{
        transform: translateY(100px);
    }
    100%{
        transform: translateY(0px);
    }
}
.zoomi.visible{
               
    animation: zoomin-visible 2s ease-out;

}
@keyframes zoomin-visible{
    0%{
        transform: scale(0.5);
    }
    100%{
        transform:scale(1);
    }
}
.ltr.visible{
               
    animation: l-to-r 2s ease-out;

}
@keyframes l-to-r{
    0%{
        transform:translateX(-50px);
    }
    100%{
        transform:translateX(0);
    }
}
.rtl.visible{
               
    animation: r-to-l 2s ease-out;

}
@keyframes r-to-l{
    0%{
        transform:translateX(50px);
    }
    100%{
        transform:translateX(0);
    }
}
.blurp.visible{
                
    animation: blur 5s;

}
@keyframes blur{
    0%{
        opacity:0 ;
    }
    100%{
        opacity: 1;
    }
}