@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
@import url('http://fonts.googleapis.com/css2?family=comfortaa:wght@300;400;500;600;700&display=swap');

:root{
    --main-color:#2980b9;
    --red:red;
    --light-color:#777;
    --light-bg:#eee;
    --black:#2c3e50;
    --white:#fff;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --border:.1rem solid rgba(0,0,0,.2);
}

*{
    font-family: 'comfortaa';
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
}

*::selection{
    background-color: var(--main-color);
    color: (cadetblue);
}
::-webkit-scrollbar-track{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top:7rem;
    scroll-behavior: smooth;
}
body{
    background-color: #fff;
}

section{
    padding: 2rem;
    margin: 0 auto;
    max-width: 1200px;
}

.heading{
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 3rem;
    color: var(--black);
    text-transform: capitalize;
    padding: 1rem 0;
}
.section-title{
    border-top: 1rem solid var(--main-color);
    border-bottom: 1rem solid var(--main-color);
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    padding: 3.5rem 1.5rem;
    font-size: 5rem;
    text-transform: capitalize;
}

.header{
    height: 78px;
    position: relative;
    top: 0; left: 0; right: 0px;
    background-color: whitesmoke;
    box-shadow: var(--box-shadow);
    z-index: 2000;
    display: flex;
}
.header .flex {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px;
}
.header .flex .logo{
    position: relative;
}

menu-icon{
    font-size: 2.7rem;
    color: var(--black);
    cursor: pointer;
    display: none;
}

.header span{
    margin-bottom: -5px;
    margin-right: 832px;
    display:block;
    padding: .1rem 1rem;
    font-size: 3.4rem;
    color:#3B5999;
    font-weight:520;
}
.header .flex .logo i{
    margin-right: 2rem;
    color: dimgray;
    font-weight:520;
}
.header ul{
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0px 35px;
    display: flex;
    font-size: 15px;
    border-radius: 10px;
}  
.header ul li{
    list-style: none;
    text-align: center;
    display: block;           
} 
.header ul li:last-child{
     border-right: none;
}            
.header ul li a{
    padding: 0 25px;
    right: 70px;
    text-decoration: none;
    display: block;             
}  
.header ul li a .icon{
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 7px;
}
.header ul li a .icon .fa{
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 20px;
    transition: 0.5s;
    color:  #3B5999;
    font-weight: 600;
}
.header ul li a .icon .fa:last-child{
      color: #28a745;            
}
.header ul li a:hover .icon .fa{
    transform: translateY(-100%);
}
.header ul .name{
    position: relative;
    height: 21px;
    width: 100%;
    display: block;
    opacity: 1;
    font-size: 18px;
    color:  #3B5999;
    transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);
} 
.header ul li:hover a .name{
    opacity: 1;
     color:  #28a745;
} 
.menu-icon {
  font-size: 30px;
  color: black;
  cursor: pointer;
  display: none; 
    
}
.menu {
  list-style: none;
  padding: 0;
  display: flex; 
}

@media screen and (max-width: 992px) {
    .header{
        position: fixed;
    }
  .menu {
    display: none;
    flex-direction: column;
    background-color: whitesmoke;
    width: 100%;
    position: absolute;
    top: 650px;
    left: 0;
  }

  .menu.active {
    display: flex;
  }

  .menu-icon {
    display: block;
  }
}

@media (max-width:1150px){
    .header .menu {
        display: none;
    }
    .header span{
         margin-right: 490px;
        font-size: 3.0rem;
    }
}
@media (max-width:992px){
     menu-icon{
        display:block;
        position: relative;
        left: 850px;
        color: black;
        cursor: pointer;
         max-width: 1000px;
    }
     .header span{
         margin-right: 500px;
        font-size: 3.0rem;
    }
     .header ul {
        padding: 0;
        width: 163%;
        top: 268%;
        display: block;
        overflow: hidden;
        transition: 0.5s;
         background-color: whitesmoke;
         transform:translate(-50%,-50%) scaleY(0);
         transform-origin: top;
    }
    .header ul.active{
         transform:translate(-50%,-50%) scaleY(1);
    }
    .header ul li{
        border-bottom: 1px solid rgba(0,0,0,0.2);
        display: 5px 0;
        display: flex;
    }
    .header ul li a{
        padding: 0px 8px;
    }
    .header ul li a .icon{
        display: inline-block;
        float: left;
        margin: 2 auto;
    }
    .header ul .name{
        width: auto;
        display: inline-block;
        margin: 13px;
        top: 8px;
    }
}
@media (max-width:900px){
    .header span{
         margin-right: 380px;
    }
    .header ul{
        display: none;
    }
}
@media (max-width:768px){
    menu-icon{
        display:block;
        position: relative;
        left: 500px;
        color: black;
        cursor: pointer;
    }
    .header span{
        margin-right: 220px;
        font-size: 3.0rem;
    }
    .header ul {
        padding: 0;
        width: 163%;
        top: 268%;
        display: block;
        overflow: hidden;
        transition: 0.5s;
         background-color: whitesmoke;
         transform:translate(-50%,-50%) scaleY(0);
         transform-origin: top;
    }
    .header ul.active{
         transform:translate(-50%,-50%) scaleY(1);
    }
    .header ul li{
        border-bottom: 1px solid rgba(0,0,0,0.2);
        display: 5px 0;
        display: flex;
    }
    .header ul li a{
        padding: 0px 14px 0px;
    }
    .header ul li a .icon{
        display: inline-block;
        float: left;
        margin: 2 auto;
    }
    .header ul .name{
        width: auto;
        display: inline-block;
        margin: 13px;
        top: 8px;
    }
}

@media (max-width:600px){
    menu-icon{
        color: green;
         left: 500px;
    }
    .header span{
         margin-right: 80px;
    }
}
@media (max-width:400px){
    
    .header span{
         margin-right: 60px;
        font-size: 2.4rem;
    }
}
@media (max-width: 380px){
    .header span {
    margin-right: 10px;
    font-size: 2.4rem;
  }
}



/* Base Styles */
#image {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
  max-width: 100%;
  margin: 0 auto;
  min-height: 100px;
}

#image h1 {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
}

#image h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #555;
}

#image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: inline-block;
  border-radius: 10px;
}

/* Tablets */
@media only screen and (max-width: 1024px) {
  #image h1 {
   font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
  }

  #image h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 992px){
   #image {
  text-align: center;
  padding: 120px 20px;
  background-color: #f9f9f9;
  max-width: 100%;
  margin: 0 auto;
  min-height: 100px;
} 
}
/* Mobile Devices */
@media only screen and (max-width: 768px) {
  #image {
    padding: 90px 10px;
  }

  #image h1 {
   font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
  }

  #image h3 {
    font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
  }

  #image img {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 500px){
    #image {
    padding: 100px 10px;
  }

    
}




/* Container styling for the section */
#Modern {
  padding: 25px 15px; /* Slightly reduced padding */
  max-width: 90%;     /* Shrinks width a bit from full width */
  margin: 0 auto;     /* Centers the section horizontally */
}

#Modern .bottomText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem; /* space between text and image */
  padding: 2rem;
  flex-wrap: wrap;
}

/* Text block on the left */
#Modern .text-content.left {
  flex: 1;
  max-width: 50%;
}

/* Image block on the right */
#Modern .image-content.right {
  flex: 1;
  max-width: 50%;
  text-align: right;
}

/* Make the image responsive */
#Modern .mainImg {
  max-width: 90%;
  height: 80%;
  border-radius: 10px;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
  #Modern .bottomText {
    flex-direction: column;
    text-align: center;
  }

  #Modern .text-content.left,
  #Modern .image-content.right {
    max-width: 100%;
  }

  #Modern .image-content.right {
    text-align: center;
  }
}
#Modern .headingText {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/* Optional: adds spacing below */
}

#Modern .description {
  font-size: 20px;      /* Slightly larger for better readability */
  line-height: 1.6;     /* Improves spacing between lines */
  color: #333;          /* Optional: better text color for readability */
}



/* Container styling for the Mission section */
#Mission {
  padding: 25px 15px; /* Slightly reduced padding */
  max-width: 90%;     /* Shrinks width a bit from full width */
  margin: 0 auto;     /* Centers the section horizontally */
}

#Mission .aboveText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
}

/* Image block on the left */
#Mission .image-content.left {
  flex: 1;
  max-width: 50%;
}

/* Text block on the right */
#Mission .text-content.right {
  flex: 1;
  max-width: 50%;
}

/* Image responsiveness */
#Mission .mainImg {
  max-width: 90%;
  height: 80%;
  border-radius: 10px;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  #Mission .aboveText {
    flex-direction: column;
    text-align: center;
  }

  #Mission .image-content.left,
  #Mission .text-content.right {
    max-width: 100%;
  }
}
#Mission .headingText {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/* Optional: adds spacing below */
}
#Mission .description {
  font-size: 20px;      /* Slightly larger for better readability */
  line-height: 1.6;     /* Improves spacing between lines */
  color: #333;          /* Optional: better text color for readability */
}



/* Container styling for the Vision section */
#Vision {
  padding: 25px 15px; /* Slightly reduced padding */
  max-width: 90%;     /* Shrinks width a bit from full width */
  margin: 0 auto;     /* Centers the section horizontally */
}

#Vision .bottomText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
}

/* Text on the left */
#Vision .text-content.left {
  flex: 1;
  max-width: 50%;
}

/* Image on the right */
#Vision .image-content.right {
  flex: 1;
  max-width: 50%;
}

/* Responsive image */
#Vision .mainImg {
  max-width: 90%;
  height: 80%;
  border-radius: 10px;
}
#Vision .headingText {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/* Optional: adds spacing below */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  #Vision .bottomText {
    flex-direction: column;
    text-align: center;
  }
  #Vision .headingText {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;  /* Optional: adds spacing below */
}
  #Vision .text-content.left,
  #Vision .image-content.right {
    max-width: 100%;
  }
}
 #Vision .description {
  font-size: 20px;      /* Slightly larger for better readability */
  line-height: 1.6;     /* Improves spacing between lines */
  color: #333;          /* Optional: better text color for readability */
}



/* Container styling for the Values section */
#Values {
  padding: 25px 15px; /* Slightly reduced padding */
  max-width: 90%;     /* Shrinks width a bit from full width */
  margin: 0 auto;     /* Centers the section horizontally */
}

#Values .bottomText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
}

/* Image on the left */
#Values .image-content.left {
  flex: 1;
  max-width: 50%;
}

/* Text on the right */
#Values .text-content.right {
  flex: 1;
  max-width: 50%;
}

/* Responsive image */
#Values .mainImg {
  max-width: 90%;
  height: 80%;
  border-radius: 10px;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  #Values .bottomText {
    flex-direction: column;
    text-align: center;
  }

  #Values .image-content.left,
  #Values .text-content.right {
    max-width: 100%;
  }
}
#Values .headingText {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/* Optional: adds spacing below */
}
#Values .description {
  font-size: 20px;      /* Slightly larger for better readability */
  line-height: 1.6;     /* Improves spacing between lines */
  color: #333;          /* Optional: better text color for readability */
}



/* Base Styles */
#Team {
  padding: 50px 20px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
}

#Team .bottomText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

#Team .text-content {
  flex: 1;
  order: 1;
  padding-right: 20px;
}

#Team .image-content {
  flex: 1;
  order: 2;
  display: flex;
  justify-content: flex-end;
}

#Team .mainImg {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

#Team .headingText {
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
}

#Team .description {
  font-size: 20px;      /* Slightly larger for better readability */
  line-height: 1.6;     /* Improves spacing between lines */
  color: #333; 
}

/* Tablet View */
@media only screen and (max-width: 1024px) {
  #Team .headingText {
    font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
  }

  #Team .description {
   font-size: 20px;      /* Slightly larger for better readability */
  line-height: 1.6;     /* Improves spacing between lines */
  color: #333; 
  }
}

/* Mobile View */
@media only screen and (max-width: 768px) {
  #Team .bottomText {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  #Team .text-content,
  #Team .image-content {
    width: 100%;
    padding: 0;
    justify-content: center;
  }

  #Team .mainImg {
    width: 100%;
    max-width: 100%;
  }

  #Team .headingText {
    font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/
  }

  #Team .description {
    font-size: 20px;      /* Slightly larger for better readability */
    line-height: 1.6;     /* Improves spacing between lines */
    color: #333;
  }
}




/* Base Styles */
#whyus {
  padding: 50px 20px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #f9f9f9;
}

#whyus .bottomText {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#whyus .image-content {
  flex: 1;
  order: 1; /* Default: image on left */
  display: flex;
  justify-content: center;
}

#whyus .mainImg {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

#whyus .text-content {
  flex: 1;
  order: 2;
}

#whyus .headingText {
  text-align: left;
  font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/
}

#whyus .description {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

/* Tablets (1024px and below) */
@media only screen and (max-width: 1024px) {
  #whyus .headingText {
    font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;/
  }

  #whyus .description {
   font-size: 20px;      /* Slightly larger for better readability */
    line-height: 1.6;     /* Improves spacing between lines */
    color: #333;
  }

  #whyus .bottomText {
    flex-direction: column;
    gap: 30px;
  }
}

/* Mobile (768px and below) */
@media only screen and (max-width: 768px) {
  #whyus .bottomText {
    flex-direction: column;
    gap: 20px;
  }

  #whyus .image-content {
    order: 1; /* Image comes first */
  }

  #whyus .text-content {
    order: 2;
  }

  #whyus .mainImg {
    width: 100%;
    height: auto;
  }

  #whyus .headingText {
    font-weight: 700;     /* Makes text bold */
  font-size: 28px;      /* Slightly larger font size */
  margin-bottom: 10px;
  color: #3B5999;
  }

  #whyus .description {
    font-size: 20px;      /* Slightly larger for better readability */
    line-height: 1.6;     /* Improves spacing between lines */
    color: #333;
  }
}

  
  
footer{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 20px;
    background-color:whitesmoke ;
    box-shadow: 0 0px 15px rgba(0,0,0,0.5);
}
.footer-container{
    width: 100%;
    max-width:1300px;
    margin: 0 auto;
    padding: 0 10px;
}
.footer-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;    
}   
.footer-wrapper .footer-widget{
     width: calc(20% - 30px);
     margin: 0 15px 30px;
    padding: 0 10px;
}   
.footer-wrapper .footer-widget:nth-child(1){
    width: calc(40% - 50px);
    margin-right: 10px;
}
.footer-wrapper .footer-widget .logo{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 15px;
    vertical-align: middle;
} 
.footer-wrapper .footer-widget a {
    position: relative;
    font-size: 30px;
    color:black;
    text-align: center;
    font-weight: bold;
}
.footer-wrapper .footer-widget p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
}   
.footer-wrapper .footer-widget .socials{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}   
.footer-wrapper .footer-widget .socials li{
    list-style: none;
}  
.footer-wrapper .footer-widget .socials li a{
    width: 44px;
    height: 44px;
    margin-right: 10px;
    color: #ffffff;
    background-color: rgba(3, 127, 243, 0.5);
    border-radius: 50%;
    font-size: 17px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}
.socials li {
    justify-content: center;
    flex-direction: column;
     position: relative;
    z-index: 2;
    cursor: pointer;
}
 .socials li h5{
    height: 50px;
    width: 85px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    right:-8px;
    top: 0px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    color:  rgba(3, 127, 243, 0.5);
    transition: all 0.4s cubic-bezier(0.68,-0.55,0.265,1.55);

}
  .socials li h5:before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background-color: white;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    
}
.socials li:hover h5{
    top: 60px;
    opacity: 1;
    pointer-events: auto;
}    
.socials li:hover a,
.socials li:hover h5{
       text-shadow: 0px -1px 0px rgba(0,0,0,0.4);    
}
.socials favebook:hover a,
.socials facebook:hover h5,
.socials facebook:hover h5:before{
        background: #3B5999; 
}          
        
.footer-wrapper .footer-widget h6{
    color: #585978;
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
}    
.footer-wrapper .footer-widget .links li{
    list-style: none;
     padding: -50px;
}    
.footer-wrapper .footer-widget .links li a{
    color: #585978;
    font-size: 16px;
    left: 10px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 28px;
    transition: all 0.3s ease-out;
    font-weight: 200;
}    
.footer-wrapper .footer-widget .links li a:hover{
    color: #037ef3;
}    
.copyright-wrapper{
     padding: 20px 0;
    border-top: 1px solid rgba(88, 89, 120, 0.4);
}    
.copyright-wrapper p{
    color: rgba(88, 89, 120, 0.6);
    font-size: 23px;
    font-weight: 500;
    text-align: center;
} 
.copyright-wrapper p a{
    color:  #3B5999;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-out;
}    
.copyright-wrapper p a:hover{
     color: dimgray;   
}   
@media (max-width:992px){
    .footer-container{
        max-width: 960px;
    }   
    .footer-wrapper .footer-widget,
    .footer-wrapper .footer-widget:nth-child(1){
        width: calc(50% - 30px);
    }
} 
    @media (max-width: 768px){
        .footer-container{
             max-width: 720px;
    } 
    .footer-wrapper .footer-widget,
        .footer-wrapper .footer-widget:nth-child(1){
            width: 100%;
            margin: 0 10px 50px;
        }
}   
 
           
@media (max-width:450px){
    
    html{
        font-size: 50%;
    }
    .section-title{
    font-size: 3.5rem;
  }
}
