
.navbar-brand img {
    width: 93%;
    padding-left: 10px;
}

.navbar-toggler {
    display: none !important;
}

.nav {
    background-color: rgb(255 255 255) !important;
    --bs-bg-opacity: unset !important;
}

.list-section{
    display: flex;
    padding-top: 30px;
    font-size: 15px;
    font-weight: 600;
}

.logo img{
    width: 67%;

}
.logo{
   text-align: center;
}

.logo-title{
        font-size: 12px;
    color: #383838;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    margin-left: 10px;
}

@media (max-width: 991px){
    .logo{
        display: block;
}
}


.list-nav {
    list-style: none;
    /* bullets remove */
    padding: 0;
    margin: 0;
    display: flex;
    /* horizontal menu, optional */
    font-size: 14px !important;
    font-weight: 600;
}

.list-nav li a {
    text-decoration: none;
    /* underline remove */
    color: #0f0f0f;
    /* default text color */
    padding: 5px 10px;
    transition: all 0.3s ease;
    display: inline-block;
}


.list-nav li a:hover {
    color: #1980c2;
    /* text color on hover */

    border-radius: 5px;
    /* optional rounded corners */
}

.ul-back {
    
    padding: 11px;
}


/* MAIN NAVBAR FIX */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #f8f9fa; /* same as bg-body-tertiary */
}

/* DESKTOP NAVBAR */
.ul-back {
    position: fixed;
    top: 0px; /* mobile navbar height ke neeche */
    left: 0;
    width: 100%;
    z-index: 9998;
    background: #fff;
        box-shadow: 0px 1px 5px 0px #cfcfcf;
}



/* slider */

.hero-section{
  margin-top: 100px;
}




/* dropdown menu css  */
/* Dropdown */
.nav-menu{
    list-style:none;
    display:flex;
        padding-left: 0px;
}

.nav-menu li{
    position:relative;
}

/* Dropdown hidden */
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#fff;
    padding:10px 0;
    list-style:none;
    box-shadow:0 8px 25px rgba(0,0,0,.1);
    display:none;
    z-index:999;
}

/* Show on hover */
.dropdown:hover .dropdown-menu{
    display:block;
}

/* Styling */
.dropdown-menu li a{
    display:block;
    padding:10px 16px;
    text-decoration:none;
    font-size:13px;
    color:#222;
}

.dropdown-menu li a:hover{
    background:#f2f6fb;
    color:#1e73be;
}


/* horizonatl boxes  */

.feature-bar{
    display:flex;
  width: 90%;
    overflow:hidden;
      font-size: 24px;
    color: #fff;
    line-height: 1;
    position: relative;
    top: -94px;
    width: 92%;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .feature-bar{
        position: static;   /* absolute / relative hata diya */
        top: 0;             /* top remove */
        width: 100%;
        flex-direction: column; /* boxes stack ho jayenge */
        font-size: 16px;
    }

   
    .feature-item{
        padding: 20px 15px;
        line-height: 1.3;
        text-align: center;
    }
}






.feature-item{
    flex:1;
    padding:35px 20px;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:500;
    line-height:1.3;
}

/* Background shades */
.one{ background:#0a76b8; }
.two{ background:#1989cc; }
.three{ background:#2e9de3; }
.four{ background:#46aff0; }
.five{ background:#59bcf6; }


/* media query for small screen & medium screen */

/* 🔹 Medium Devices (Tablet) */
@media (max-width: 991px){
    .feature-item{
        font-size:16px;
        padding:30px 15px;
    }
   
}

/* 🔹 Small Devices (Mobile) */
@media (max-width: 576px){
    .feature-bar{
        flex-direction:column;
    }

    .hero-section {
    margin-top: 0px;
    }

    .feature-item{
        font-size:15px;
        padding:22px 15px;
    }
     .inner-hero{
      margin-top: 10px !important;
    }

    .leadership-section{
      margin-top: 15px !important;
    }

    .awards-section{
      margin-top: 10px !important;
    }
    .abou{
      color: #000 !important;
      text-decoration: none !important;
    }
   
}


 

.about-entero{
    
    background:#fff;
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.about-text{
    font-size:25px;
    line-height:1.4;
    font-weight:600;
    color:#333;
    margin-bottom:50px;
        font-weight: 700;
        text-align: center;
}

.cards{
    display:flex;
    gap:40px;
}

.info-card{
    flex:1;
    background:#3aa0cf;
    color:#fff;
    padding:26px 27px;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.info-card ul{
    list-style:none;
}

.info-card ul li{
    position:relative;
    padding-left:22px;
    margin-bottom:18px;
    line-height:1.5;
    font-size:15px;
}

.info-card ul li::before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
    font-size:22px;
}

/* 🔹 Tablet */
@media(max-width:991px){
    .about-text{
        font-size:22px;
    }

    .cards{
        gap:25px;
    }
}

/* 🔹 Mobile */
@media(max-width:576px){
    .about-text{
        font-size:18px;
        padding-top: 37px;
        text-align: center;
    }

    .cards{
        flex-direction:column;
    }

    .info-card{
        padding:30px 20px;
    }
}


/* taglines  */
.stats-section{
  max-width:1200px;
  margin:auto;
  padding:40px 10px;
}

.stats-row{
  display:flex;
  gap:18px;
  margin-bottom:20px;
}

.stat{
  background:#f4f7fa;
  padding:18px 20px;
  border-left:4px solid #11b6c9;
}

.stat h3{
  margin:0 0 6px;
  font-size:20px;
  color:#2f8fdc;
  font-weight:700;
}

.stat p{
  margin:0;
  font-size:15px;
  font-weight:600;
  color:#000;
  line-height:1.3;
}

/* ---- EXACT WIDTHS (Desktop) ---- */
.w1{width:18%;}
.w2{width:18%;}
.w3{width:32%;}
.w4{width:18%;}

.w5{width:16%;}
.w6{width:16%;}
.w7{width:16%;}
.w8{width:32%;}
.w9{width:16%;}

/* ---- Tablet ---- */
@media (max-width:576px){

  .stats-section{
    padding:25px 5px;
  }

  .stats-row{
    gap:8px;              /* gap chhota */
    margin-bottom:12px;
  }

  .stat{
    padding:10px 8px;     /* box chhota */
  }

  .stat h3{
    font-size:16px;       /* number chhota */
    margin-bottom:4px;
  }

  .stat p{
    font-size:10px;       /* text chhota */
    line-height:1.2;
  }

}


/* our value  */

 .our-values{
  padding:70px 0;
  background:#fff;
}

.values-container{
  max-width:1200px;
  margin:auto;
  padding:0 15px;
}

.values-title{
  text-align:center;
  font-size:22px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:15px;
  color:#333;
}

.values-desc{
  text-align:center;
  font-size:16px;
  line-height:1.6;
  max-width:1000px;
  margin:0 auto 60px;
  color:#555;
}

.values-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:60px 40px;
}

.value-box{
  text-align:left;
      /* border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 20px;
    padding: 20px */
}

.value-box .icon{
  font-size:32px;
  margin-bottom:12px;
}

.value-box h3{
  font-size:18px;
  font-weight:700;
  color:#1e88d8;
  margin-bottom:8px;
}

.value-box p{
  font-size:16px;
  line-height:1.6;
  color:#555;
}

.value-box{
  background: #fff;
  padding: 30px 22px;
  border-radius: 12px;
  transition: all 0.4s ease;
  position: relative;
}

.value-box:hover{
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}


.value-box{
  position: relative;
}

/* BORDER TOP LINE */
.value-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background-color: #3aa0cf;
  transition: all 0.4s ease;
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
}

.value-box:hover::before{
  width: 100%;
}



/* ICON ANIMATION */
.value-box .icon{
  font-size: 28px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}



/* HEADING EFFECT */
.value-box h3{
  transition: color 0.3s ease;
}

.value-box:hover h3{
  color: #0d6efd; /* blue highlight */
}

/* OPTIONAL SMOOTH TEXT */
.value-box p{
  transition: color 0.3s ease;
}


/* 🔹 Tablet */
@media(max-width:991px){
  .values-grid{
    grid-template-columns: repeat(2, 1fr);
    gap:40px;
  }
}

/* 🔹 Mobile */
@media(max-width:576px){
  .values-grid{
    grid-template-columns: 1fr;
    gap:35px;
  }

  .values-desc{
    font-size:12px;
  }
  .value-box {
    text-align: center;
}
}


/* footer */


.site-footer{
  font-family: Arial, sans-serif;
}

/* TOP AREA */
.footer-top{
  background:#f2f2f2;
  padding:50px 0;
}

.footer-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:40px;
}

.footer-col h4{
  font-size:18px;
  font-weight:700;
  margin-bottom:15px;
  position:relative;
}

.footer-col h4::after{
  content:'';
  width:25px;
  height:3px;
  background:#3c8bc6;
  display:block;
  margin-top:6px;
}

.footer-col ul{
  list-style:disc;
  padding-left:18px;
}

.footer-col ul li{
  margin-bottom:8px;
}

.footer-col ul li a{
  color:#666;
  text-decoration:none;
  font-size:14px;
}

.footer-col ul li a:hover{
  color:#3c8bc6;
}

/* SOCIAL */
.footer-social{
  display:flex;
  gap:15px;
  margin-top:10px;
}


.footer-social img{
    width: 138%;
}

.footer-social a{
    width: 10% !important;
}

/* BOTTOM BAR */
.footer-bottom{
  background:#333;
  color:#fff;
  padding:15px 0;
}

.footer-bottom-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}

.footer-bottom a{
  color:#fff;
  text-decoration:none;
  margin-right:15px;
  font-size:14px;
}

.footer-bottom a:hover{
  text-decoration:underline;
}

/* RESPONSIVE */
@media(max-width:768px){
  .footer-container{
    grid-template-columns:1fr 1fr;
    gap:30px;
  }

  .footer-bottom-container{
    flex-direction:column;
    text-align:center;
    gap:10px;
  }
}

@media(max-width:480px){
  .footer-container{
    grid-template-columns:1fr;
    text-align:left;
  }

  .footer-social{
    justify-content:flex-start;
  }
  .footer-col{
        padding-left: 33px;
  }
}



/* our presence */

h2{
    text-align:center;
    margin:20px 0;
}

.wrapper{
    display:flex;
    gap:130px;
    padding:20px;
}

#map{
    width:60%;
    height:600px;
    border:1px solid #ddd;
}

.list{
    width:40%;
}
.list h4{
    margin-bottom:10px;
}
.list ul{
    list-style:none;
    padding:0;
    columns:2;
}
.list li{
    padding:4px 0;
    font-size:16px;
}
.our h4{
    text-align: center;
    font-size: 22px;
    font-weight: 700
}

@media(max-width:900px){
    .wrapper{
        flex-direction:column;
        gap: 50px;
        
    }
    #map,.list{
        width:100%;
    }
}
