@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PT Sans', Arial, sans-serif;
}

@media (max-width: 991.98px) {
    .navbar-collapse .dropdown-menu {
        max-width: 180px;
    }
}

@media(max-width: 768px) {
    .stats-container {
        flex-direction: column !important;
        gap: 5px !important;
    }
    .stats-container .stat-box {
        width: 95% !important;
        height: 80px !important;
    }
    .expert-nav {
        display: none;
    }
}
@media (max-width: 768px) {
    .slider-track {
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        transform: none !important;
    }
    .slider-track img {
        width: 100vw !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
        scroll-snap-align: start !important;
    }
    .slider-btn {
        display: none;
    }
    .expert-cards {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        transform: none !important;
    }
    .expert-card {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
    .expert-nav {
        display: none;
    }
}





/* navbar */
.navbar .container-fluid {
    padding: 0 4%;
}

.navbar-nav li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-nav li a:hover {
    color: #833400;
    text-decoration: none;
}

.navbar-nav .dropdown-menu {
    background-color: #e37327;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* banner/intro */
.intro {
    position: relative;
    overflow: hidden;
    color: white;
    padding: 25px 4% !important;
}
/* background image */
.intro-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
    linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5)),
    url('../images/1.jpg') center/cover no-repeat;
    z-index: 0;
}
.intro-info-boxes {
  position: relative;
  z-index: 1;
}
.iib1 h1{
    font-weight: 700;
}
.iib3 p{
    font-size: 1.7rem;
}
.iib4{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* YT & FomOurDesk Buttons */
.ytbutton, .fromourdeskbutton{
    width: 150px;
    text-align: center;
    /* height: 2rem; */
    text-decoration: none;
    color: white;
    background-color: #faa03a;
    padding: 10px 8px;
    border-radius: 5px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.ytbutton:hover, .fromourdeskbutton:hover{
    background-color:white;
    color: #faa03a;
    transform: translateY(-4px);

}
/* Weather & AQI */
.iib2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iib2 h4{
    text-align: center;
}
.weather{
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 13px;
    width: 135px;
    height: 145px;
    transition: transform 0.3s ease;
}

.weatherlogoandtext{
    gap: 5px;
}
.weatherlogoandtext img{
    max-width: 90%;
    max-height: 90%;
}
.weatherlogoandtext span{
   font-size: 14px;
} 
.AQI{
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 13px;
    width: 135px;
    height: 145px;
    transition: transform 0.3s ease;
}

.AQI span{
    text-align: center;
    font-size: 14px;
}
.aqiindicator i{
    color: #e37327;
}

/* Newsletter section */
.newsletter-banner {
  width: 100vw;
  overflow: hidden;
}
.newsletter-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.newsletter-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 4px 0;
  min-height: 40px;
}
.newsletter-left-box {
  background-color: #faa03a;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
  position: relative;
  z-index: 3;
}
.newsletter-left-box .arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #faa03a;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.news-ticker {
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.ticker-track {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-left: 20px;
  white-space: nowrap;
  will-change: transform;
  animation: none;
  position: relative;
}
.news-ticker:hover #ticker-track {
  animation-play-state: paused;
}
.ticker-item-box {
  background-color: #f3f3f3;
  padding: 6px 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
}
.ticker-item-box span {
  display: block;
  font-size: 0.9rem;
  color: #555;
  margin-top: 4px;
}
.news-ticker:hover .ticker-track {
  animation-play-state: paused;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


/* Explore Our Services section */

.services-section{
    padding: 50px 4%;
}
.services-section h3{
    margin-bottom: 20px;
    
}
.service-cards .col-md-4{
    /* padding-top: 24px !important; */
    padding:24px 30px !important;
}
@media(max-width: 768px) {
    .service-cards .col-md-4{
        padding: 24px 0 !important;
    }
}
.service-cards .card{
    border-radius: 15px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-cards a{
    text-decoration: none;

}
.service-cards .card span{
    font-size: 23px;
    font-weight: 700;
}
.service-cards .card p:hover{
    color: #cf6121;
}
.service-cards .card .card-body{
  padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.service-cards .card:hover, .stats .row .col-md-3:hover{
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.service-cards .card .card-img-top {
  aspect-ratio: 2/1; 
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  width: 100%;
  object-fit: contain;
 
} 
/* for blinking arrow */
.blinking-arrow {
  display: inline-block;
  animation: moveAndBlink 1.5s infinite;
}

@keyframes moveAndBlink {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/* stats section */
.stats{
    padding: 0 4% !important;
}
.stats .row{
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap !important;
    gap: 3%;
}
.stats .row .col-md-3{
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 110px;
    width: 22%;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stats .row .col-md-3 h2{
    font-weight: 700;
}
.stats .row .col-md-3 h2, .stats .row .col-md-3 p{
    margin: 0;
}

/* what's new section */
.whatsnew{
    padding: 50px 4% !important;
}

.whatsnew .cardl, .whatsnew .cardr{
    /* border-radius: 15px; */
    background-color: #faa03a;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsnew .cardl p{
    padding: 5px 5%;
}
.whatsnew .cardl img{
    width: 100%;
}
.whatsnew .cardr img{
    width: 100%;
    margin-top: 10px;
    border-radius: 0 !important;
}
.whatsnew .cardl .btn{
    color: #faa03a;
    margin-left: 5%;
    background-color: white;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    display: flex;
   justify-content: center;
    align-items: center;
      width: 70%;
     margin: auto;
}
.whatsnew .cardr .btn {
    color: #faa03a;
    background-color: white;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.whatsnew .cardl:hover, .whatsnew .cardr:hover{
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* registration modal */
.modal-close-button, .submit-btn-modal{
    color: #faa03a  !important;
    background-color: white!important;
    transition: box-shadow 0.3s ease, color 0.3s ease !important;
}
.modal-close-button:hover, .submit-btn-modal:hover {
  border: 1px solid black !important;
  background-color: #ef9025 !important;
    color:  white !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}
.whatsnew .cardl .btn:hover, .whatsnew .cardr .btn:hover {
  background-color: #ef9025;
    color: white;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.modal-content{
  background-color: #faa03a !important;
}
.modal-body form input{
  width: 80%;
  height: 2.5rem;
  border: none;
  border-radius: 10px;
  padding-left: 8px;
}

/* Sustainability section*/
.sustainability {
  padding: 40px 20px;
  background-color: #faa03a;
  text-align: center;
}
.sustainability h3 {
  margin-bottom: 30px;
}
.slider-window {
  max-width: calc(4 * 350px); /* Increased from 270px to 350px */
  margin: 0 auto;
  overflow: hidden;
}
.topics-grid {
  display: flex;
  transition: transform 0.5s ease;
}
.topic-item {
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px; /* Increased padding */
  text-align: center;
  margin: 0 10px;
  width: 330px; /* Increased from 250px to 330px */
  height: 270px; /* Added height for consistent size */
}
.topic-item img {
  width: 100%;
  height: 200px; /* Increased from 120px to 200px */
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 10px;
}
.topic-item p {
  font-weight: bold;
  font-size: 20px; /* Increased from 18px to 20px */
  margin-bottom: 10px;
}
.topic-description {
  font-size: 16px; /* Increased from 14px to 16px */
  text-align: justify;
}
.topics-grid a {
  text-decoration: none;
  color: inherit;
}
.topics-grid a:hover {
  cursor: pointer;
}
.sustain-next-btn, .sustain-prev-btn {
    background-color: #faa03a !important;
    border: none;
    font-size: 30px;
}

/* Expert Opinion section*/
.expert-opinion {
  position: relative;
  width: 100%;
  overflow: hidden;
   padding: 50px 4%;
  text-align: center;
}

.expert-carousel {
  overflow: hidden;
  width: 100%;
}

.expert-cards {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s ease;
  will-change: transform;
}

.expert-card {
  min-width: 300px;
  max-width: 300px;
  margin-right: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1rem;
  flex-shrink: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .expert-cards {
    flex-direction: column;
    transform: none !important;
    transition: none !important;
  }
  .expert-card {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}


/* .expert-opinion {
  width: 100vw;
  background: #fff;
  padding: 40px 0;
  overflow: hidden;
}

.expert-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
}

.expert-carousel {
  overflow-x: auto;
}

.expert-cards {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
}

.expert-card {
  flex: 0 0 250px;
  margin: 0 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 15px;
  text-align: center;
} */



.expert-card img {
 width: 100%;
  height: 200px; /* Increased from 120px to 200px */
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 10px;
}
.expert-name {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
}
.expert-title {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.expert-description {
    text-align: justify;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* Expert Navigation */
.expert-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
}
.expert-nav.prev {
  left: 0px;
  padding-left: 45px;
}
.expert-nav.next {
  right: 0px;
  padding-right: 40px;
}


/* Infocus section */
.infocus-section {
    margin: 40px 0 70px 0;
  padding: 40px 4%;
}
.infocus-heading-full {
  background-color: #faa03a;
  padding: 20px 0;
  margin-bottom: 40px;
  width: 100%;
  position: relative;

}
.infocus-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
/* Individual Card */
.infocus-card {
  background-color: #ffffff;
  padding: 12px;
  max-width: 350px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px;
}
/* Image Box Container */
.image-box {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
/* Image Slider */
.image-slider {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
  width: 100%;
}
.image-slider a {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* Removed ::after label from here, handled dynamically */
.image-slider a::after {
  content: none;
}
/* Arrow Buttons */
.arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.arrow svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.arrow.left {
  left: -12px;
}
.arrow.right {
  right: -12px;
}
/* Label below image */
.image-label {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
}


/* Workshops */
/* Workshops */
.workshops {
  padding: 30px 4%;
  background-color: #faa03a;
  text-align: center;
}

.workshop-header{
  font-size: 40px;
  margin-bottom: 20px;
}

/* Make all images in workshops section the same size */
.workshops img{
  width: 100%;
  height: 250px;
  /* object-fit: cover; */
  border-radius: 10px;
}
.carousel-section-1 .owl-carousel .item img {
width: 100%;
  height: 250px;
  /* object-fit: cover; */
  border-radius: 10px;
}  
@media(max-width: 768px){
  .workshops img{
    margin-bottom: 20px;
  }
}
/* Partners section*/
.partners-section {
  background: white;
  padding: 60px 20px;
  overflow: hidden;
}

.partners-track {
  display: flex;
  transition: transform 0.8s ease;
}

.partner-logo {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}

.partner-logo img {
  max-width: 180px;
  height: auto;
}
.partners-carousel {
  overflow-x: auto;
}

.partners-track {
  flex-wrap: nowrap;
}

/* Responsive, aligned, and visually balanced partner logos */
.partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* Container height for alignment */
  background: transparent;
  padding: 10px 0;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100px; /* Consistent logo height */
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Responsive adjustments for mobile */
@media (max-width: 991.98px) {
  .partner-logo {
    height: 80px;
  }
  .partner-logo img {
    max-height: 60px;
  }
}

@media (max-width: 575.98px) {
  .partner-logo {
    height: 60px;
  }
  .partner-logo img {
    max-height: 40px;
  }
}

/* Partners-section1 Owl Carousel logo styling */
.partners-section1 .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* Container height for alignment */
  background: transparent;
  padding: 10px 0;
}

.partners-section1 .owl-carousel .item img {
  max-width: 100%;
  max-height: 100px; /* Consistent logo height */
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Responsive adjustments for mobile */
@media (max-width: 991.98px) {
  .partners-section1 .owl-carousel .item {
    height: 80px;
  }
  .partners-section1 .owl-carousel .item img {
    max-height: 60px;
  }
}

@media (max-width: 575.98px) {
  .partners-section1 .owl-carousel .item {
    height: 60px;
  }
  .partners-section1 .owl-carousel .item img {
    max-height: 40px;
  }
}



/*  Footer  */
.footer {
  background-color: #faa03a;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 4%px;
  text-transform: uppercase;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-column h4 {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: 700;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li, .footer-column p{
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.footer-column input[type="email"] {
  padding: 8px;
  width: 100%;
  margin: 10px 0;
  border: none;
  border-radius: 22px;
  font-size: 1.2rem;
}

.footer-column button {
  padding: 8px 15px;
  color: white;
  background-color: #f9b96a;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.footer-column button:hover{
    color: #833400;
}

/* endbar copyright */
.endbar{
  padding: 5px 4% 0;
  background-color: #faa03a !important;
}
.endbar p{
  font-size: 1.2rem;
  color: white;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}

  /* Modal Content Shadow & Rounded */
  .modal-content {
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(60,60,110,0.18);
    border: none;
  }

  /* Section Headings */
  .section-title {
    font-size: 1.12rem;
    font-weight: 600;
    color: #495057;
    background: #eef4fa;
    padding: 8px 12px;
    margin-bottom: 18px;
    border-left: 4px solid #0d6efd;
    border-radius: 3px 8px 8px 3px;
  }
  /* File input styling */
  .custom-file-upload {
    background: #f7f7fb;
    padding: 0.9rem 1rem;
    border: 1.5px dashed #abb5ba;
    border-radius: 7px;
    transition: border .2s;
  }
  .custom-file-upload input[type=file] {
    display: none;
  }
  .custom-file-upload label {
    cursor: pointer;
    font-weight: 600;
    color: #1476d4;
  }
  .mb-3 label {
    font-weight: 500;
  }
  .form-control:focus, .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.1rem rgba(13,110,253,.12);
  }
  /* Responsive tweaks for modal */
  @media (max-width: 576px) {
    .modal-lg { max-width: 98vw }
    .section-title { font-size: 1.01rem; }
  }

.carousel-section-container {
    position: relative;
}

.carousel-section-container .owl-nav .owl-nav-prev,
.carousel-section-container .owl-nav .owl-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 22px;
    z-index: 10;
    transition: background 0.3s;
}

.carousel-section-container .owl-nav .owl-nav-prev {
    left: -55px;
}

.carousel-section-container .owl-nav .owl-nav-next {
    right: -55px;
}

.carousel-section-container .owl-nav .owl-nav-prev:hover,
.carousel-section-container .owl-nav .owl-nav-next:hover {
    background: rgba(0,0,0,0.8);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .carousel-section-container .owl-nav .owl-nav-prev {
        left: -40px;
    }
    .carousel-section-container .owl-nav .owl-nav-next {
        right: -40px;
    }
}

@media (max-width: 768px) {
    .carousel-section-container .owl-nav .owl-nav-prev {
        left: -30px;
    }
    .carousel-section-container .owl-nav .owl-nav-next {
        right: -30px;
    }
    .carousel-section-container .owl-nav .owl-nav-prev,
    .carousel-section-container .owl-nav .owl-nav-next {
        font-size: 18px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .carousel-section-container .owl-nav .owl-nav-prev {
        left: -20px;
    }
    .carousel-section-container .owl-nav .owl-nav-next {
        right: -20px;
    }
    .carousel-section-container .owl-nav .owl-nav-prev,
    .carousel-section-container .owl-nav .owl-nav-next {
        font-size: 16px;
        padding: 6px 10px;
    }
}


/* transitions and transforms */
.weather:hover, .AQI:hover{
    transform: scale(1.05);
}




.main-heading{
    font-size: 2.5rem;
    font-weight: 700;
}
.sub-heading{
    font-size: 1.5rem;
    font-weight: 700;
}