/*
 Theme Name:     Hello Elementor Child
 Template:       hello-elementor
 Theme URI:      https://yourwebsite.com/
 Description:    A child theme of Hello Elementor
 Author:         Radhe
 Author URI:     https://yourwebsite.com/
 Version:        1.0
 Text Domain:    hello-elementor-child
*/
.home-bnr-slider .swiper-horizontal{
    padding-bottom: 0px !important
}
.home-bnr-slider .swiper-pagination-bullet{
    border: 1px solid #fff !important;
}

@import url("../hello-elementor/style.css");
    @media(max-width:767px){
    .banner-section{
        background-position: 46% center !important;
    }
    .breadcrumb{
        font-size:12px !important;
    }
    .orange-shape-down {
      margin-bottom: -100px !important;
      transform: translateY(15px);
    }
    .footer-menu ul{
        display: block !important;
    }
    .footer-menu ul li a{
        padding-left: 0 !important;
    }
    #national-water-supply-green-block{
        width: 95% !important;
        margin: 0px auto 60px !important;
    }
    .academy-page-help-blurb{
        margin-bottom: 20px !important;
    }
}
/* -------- 420 ------- */
@media(max-width:420px){
.stroke-heading-section .e-con-inner:first-child {
  display: block !important;
}
}

/* Home page */
.we-are{
    background: #5C8248;
    color: #fff;
    max-width: 343.11px !important;
    margin: auto !important;
    border-radius: 70px 10px;
    left: auto;
    right: 0;
    margin: auto !important;
}
.back-arrow{
    font-size: 20px;
}

.page-area-vs{
    overflow: hidden;
}
.breadcrumb {
    font-size: 24px;
    color: #fff;
}
.breadcrumb a{
    color: #fff
}
.stroke-heading .elementor-heading-title{
  color: white;
  text-shadow:
    -1px -1px 0 #d9d9d9,
     1px -1px 0 #d9d9d9,
    -1px  1px 0 #d9d9d9,
     1px  1px 0 #d9d9d9;
}
.tab-section .e-n-tabs-heading{
    justify-content: space-between !important;
    border-bottom: 4px solid #D9D9D9;
}
.tab-section .e-n-tab-title{
    position: relative;
}
.tab-section .e-n-tab-title::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    background:transparent;
    left: 0;
    right: 0;
    bottom: -4px;
    
}

.tab-section .e-n-tab-title[aria-selected="true"]::before {
    background:#719562 !important;
}
.tab-section .e-n-tab-title[aria-selected="true"]{
    font-weight:700 !important;
}
.tab-section .e-n-tabs-heading .e-n-tab-title-text{text-align: left !important;}
.ol-with-numbers{
    font-weight: 700;

}
.ol-with-numbers ol{
        padding-left: 15px !important;
}
.ol-with-numbers li{
    margin-bottom: 10px;
}
.ol-with-numbers span{
    font-weight: 400 !important;
}
.ol-information ol li {
    margin-bottom: 28px;
}
#click-wuth-arrow .elementor-button-content-wrapper{
    align-items: center;
}
#click-wuth-arrow .elementor-button-content-wrapper .elementor-button-icon svg{
    width: 10px;
}

/* Start rating home page */
.rating-container {
    display: inline-flex;
    align-items: center;
    background-color: #608046;
    border-radius: 5px;
    color: white;
    font-family: sans-serif;
}
.rating-container .stars {
    display: flex;
    gap: 16px;
}
.rating-container .stars i {
    color: #ffc107;
    font-size: 26px;
}
.rating-container .stars .empty {
    color: white;
}
.rating-container .rating-number {
    margin-left: 28px;
    font-weight: 700;
    font-size: 32px;
    margin-top: 4px;
}

/* About us page */
.our-value-cards{
    transition: all .4s linear;
}
.our-value-cards:hover{
    background: #5C8248 !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.our-value-cards:hover svg circle{
    fill: #fff !important;
}
.our-value-cards:hover svg path{
    filter: invert(57%) sepia(53%) saturate(1016%) hue-rotate(41deg) brightness(90%) contrast(93%);
}
.our-value-cards:hover .elementor-heading-title ,.our-value-cards:hover .our-value-card-content  {
    color: #fff !important;
}
/*------ GESI page ------*/
.card-animated-numbers .elementor-heading-title {
 background: #5C8248;
    color: #fff;
    width: fit-content;
    width: 44px;
    border-radius: 50%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gesi-cards:hover .card-animated-numbers .elementor-heading-title{
    background: #fff !important;
    color: #5C8248 !important;
}
/* .pmw-slider .swiper-slide .e-con-inner .elementor-element{
    height: 100% !important;
} */
.pmw-slide-card{
    height: 100% !important;
}
/* ------- PDF buttons --------*/
.pdf-download-button , .pdf-view-button{
    padding: 16px 40px;
    font-size: 20px;
    line-height: 25.8px;
    gap: 10px;
    display: inline-flex;
    align-items: center !important;
    border-radius: 10px !important;
    max-width: 201px !important;
    width:100% !important;
    justify-content: center !important;
}
.pdf-download-button {
    background: #F18024 ;
    color: #fff !important;
    border: 1px solid #F18024 !important;
    text-wrap-mode: nowrap;
}
.pdf-download-button:hover {
    background: #5C8248 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.pdf-view-button{
    color: #1E1E1E !important;
    border: #1E1E1E 1px solid !important;
    background: #fff !important;
}
.pdf-view-button:hover{
    background: #5C8248 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.pdf-view-button:hover img{
    filter: invert(1);
}
.press-pdf-buttons {
    display: flex;
    gap: 50px;
}
.horizontal-blog-cards{
    border: 3px solid #EBEBEB !important;
    border-radius: 18px !important;
}
.pree-card-image img{
    transition: all 0.4s ease !important;
}
.pree-card-image:hover img{
    transform: scale(1.05);
}
.horizontal-blog-cards:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.image-carowsel .elementor-swiper-button{
    transform: translateY(210px) !important;
    cursor: pointer !important;
}
.faq-accordian .e-n-accordion-item:nth-child(1) .e-n-accordion-item-title{
    border-top: 0px !important;
}
.faq-accordian .e-n-accordion-item .e-n-accordion-item-title{
    flex-direction: row-reverse !important;
    align-items: baseline;
}
.contact-card{
    transition: all 0.4s ease;
}
.contact-card:hover{
    transform: translateY(10px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


/* Header css */

/*  --------- Mobile menu  ---------*/



.menu-open-btn{
    width: 36px !important;
}
.mega-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.parent-menus {
    display: flex; 
    gap: 28px;
    padding-left: 0;
    position: relative;
    z-index: 1; 
    justify-content: space-between;
    max-width: 1096px;
    margin: auto !important;
}

.mega-menu > ul > li {
    margin-bottom: 0;
    position: static !important;
}

/* --- Styles for TOP-LEVEL menu links --- */
.mega-menu > ul > li > a {
    color: white; 
    position: relative;
}
.home-news .elementor-widget-image a{
    width: 100% !important;
}
.home-news .elementor-widget-image a img {
    width:100% !important ;
    object-fit: cover !important;
}
/* Add SVG indicator to top-level links that have a dropdown */
.mega-menu > ul > li:has(.dropdown-panel) > a::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="white"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg>');
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 23px;
    display: block;
}

.mega-menu > ul > li:hover:has(.dropdown-panel) > a::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="white"><path fill-rule="evenodd" d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z" clip-rule="evenodd"></path></svg>');
}
.dropdown-panel {
    display: none;
    opacity: 0;
    position: absolute;
    top: 90%;
    transition: all .3s ease-in-out;
    z-index: 1000;
    left: 0 !important;
    width: 100%;
}

.mega-menu > ul > li:hover > .dropdown-panel {
    display: block;
    opacity: 1 !important;
    top: 80% !important;
}
.dpdown-pnl-row{
    display: flex;
    grid-template-columns: 1.2fr 1fr;
    border-radius: 16px;
    overflow: hidden;
    background-color:#5C8248;
    justify-content: space-between;
    max-height: 433px;
}
.dpdown-pnl-row .menu-column{
    background:#5C8248;
    padding: 30px 14px 16px 50px;
}
.image-column{
    min-width: 421px;
}
.image-column img {
    height: 100% !important;
    object-fit: cover;
}
.dpdown-pnl-row .menu-column ul{
    list-style: disc !important;
    margin-top: 0px;
}
.dpdown-pnl-row .menu-column ul li{
    color: #fff;
}
.dpdown-pnl-row .menu-column ul li ul li{
    max-width: fit-content !important;
}
.dpdown-pnl-row .menu-column ul {
    column-gap: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
}
.dpdown-pnl-row .menu-column ul li ul{
    display: block !important;
    height: auto !important;
    max-height:fit-content !important;
    margin-top: 16px;
}
.dpdown-pnl-row .menu-column ul li > a{
    font-size: 19px;
}
.dpdown-pnl-row .menu-column ul li:not(:last-child) {
    margin-bottom: 24px;
}
.dpdown-pnl-row .menu-column ul li a{
    color: #fff;
}
.dpdown-pnl-row .menu-column ul li ul li a{
    font-size: 16px;
}
.dpdown-pnl-row .menu-column ul li ul li:not(:last-child){
    margin-bottom: 14px;
}

.mega-menu ul ul {
    box-shadow: none; 
    background-color: transparent; 
    padding-left: 20px; 
    display: block;
    flex-direction: column; 
    margin-top: 8px;
}
.parent-menus-item{
    padding-bottom: 12px;
}
.mega-menu a:hover{
    cursor: pointer !important;
}
/* Header end */
/* ----- Sustainable development 2030 ------ */
.over-icon-card ,.over-icon-card img{
    transition: all .5s linear;
}
.over-icon-card:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(5px);
}
/* ------- Number cards -------- */
.counter-card .elementor-counter-number{
    color: white;
    text-shadow: -1px -1px 0 #d9d9d9, 1px -1px 0 #d9d9d9, -1px 1px 0 #d9d9d9, 1px 1px 0 #d9d9d9;
}
.orange-color{
    color: #F18024 !important;
}
.counter-card .elementor-counter-title{
    text-align: center !important;
}
.news-read-more-news-btn svg{
    width: 6px !important;
}
.go-back-button{
    font-size: 16px !important;
}
/* Table  */
 table.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: sans-serif;
  }

  .custom-table thead tr {
    background-color: #4C7334;
    color: white;
  }


  .custom-table th,
  .custom-table td {
    padding: 12px;
    border-left: 1px solid #1e1e1e5c;
    vertical-align: top;
    text-align: center;
    border-bottom: 0px;
    border-top: 0px;
  }
  .custom-table th{
    font-size: 18px;
  }
   .custom-table td {
    font-size: 16px ;
   }
  .custom-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .custom-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
.custom-table tbody tr td:nth-child(1) ,.custom-table thead tr th:nth-child(1) {
    border-left: 0px !important;
}
.custom-table tbody tr td:last-child ,.custom-table thead tr th:last-child{
    border-right: 0px !important;
}
  .col-sno {
    width: 10%;
  }

  .col-category {
    width: 30%;
  }

  .col-data {
    width: 30%;
  }

  .col-coverage {
    width: 30%;
  }
.contact-details .elementor-icon-list-items {
    gap: 24px;
}
.news-small-card-title h5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.news-read-more-news-btn svg{
    margin-left: 2px;
    width: 6px;
}
/* ---------- SIngle blog css --------*/


.news-image-gallery {
  column-count: 3;
  column-gap: 1em;
  max-width: 100%;
  margin: auto;
}
/* .news-image-item:nth-child(1){
    min-height: 600px;
}
.news-image-item:nth-child(1) img{
 height: 100%;  
 min-height: 600px; 
 object-fit: cover;
} */
.news-image-item {
  break-inside: avoid;
  margin-bottom: 1em;
  background: white;
  border-radius: 0px !important;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.image-carowsel .elementor-slideshow__title{display: none !important;}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background: #E0E0E0 !important;
    opacity: #E0E0E0 !important;
}

/* .news-image-item:hover {
  transform: scale(1.02);
} */

.news-image-item img {
  width: 100%;
  height: auto;
  display: block;
}
/* Team */
.team-carowsel .elementor-swiper-button-next{
    right: -70px !important;
    transform: rotate(180deg) !important;
}
.team-carowsel .elementor-swiper-button-prev{
    left: -70px !important;
}
.team-carowsel .team-card-abt{
    height: 100% !important;
}
















@media(min-width:1500px){
    .contact-career-sec{
        background-size: 504px auto !important;
    }
}
@media(max-width:767px){
  .pdf-download-button, .pdf-view-button{
    font-size: 16px !important;
    padding: 16px 15px !important;
  }
  .pdf-download-button img, .pdf-view-button img{
    width: 20px !important;
    object-fit: contain !important;
  }
  .press-pdf-buttons {
    gap: 30px !important;
  }
  .horizontal-blog-cards{
    border: 0px !important;
  }
  .faq-accordian{
    margin-top: 0px !important;
  }

.image-carowsel .elementor-swiper-button{
    display: none !important;
}
.national-projects-para{font-weight: 400 !important;}
.custom-table th {
    font-size: 12px;
}
.custom-table td {
    font-size: 10px;
}
.custom-table{
    margin: auto;
}
.col-sno {
    width: 10%;
}

.col-category {
    width: 30%;
}

.col-data {
    width: 25%;
}

.col-coverage {
    width: 35%;
}
.latest-news-image img{
    width: 100% !important;
    max-width: 100% !important;
}
.custom-table th, .custom-table td{
    padding: 8px !important;
}
}

@media(min-width:768px){
    .grid-one-and-half-card {
    grid-column: span 2;
}
.go-back-button{
    font-size: 16px !important;
}
}


/* Target screens smaller than a certain width (e.g., 768px for typical mobile) */
@media (max-width: 767px) {
    .team-carowsel .elementor-swiper-button-next{
        display: none !important;
    }
    .team-carowsel .elementor-swiper-button-prev{
       display: none !important;
    }
    /* Hide the original tab headings */
    .e-n-tabs-heading {
        display: none !important; /* Use !important if needed to override Elementor's styles */
    }

    /* You might need to adjust content display */
    .e-n-tabs-content {
        /* Ensure content areas stack vertically */
        display: block !important;
    }

    /* Style the tab content areas - maybe hide all but the active one initially */
    .e-n-tabs-content > div:not(.e-active) {
        display: none;
    }

    /* Add styling for a placeholder/dropdown if you add one via HTML widget */
    /* For example, if you add a <select> element */
    select.mobile-tab-select {
        display: block;
        width: 100%;
        padding: 14px 10px;
        margin-bottom: 20px;
        border: 1px solid #D2D2D2;
        background: transparent;
        border-radius: 8px;
        font-size: 16px;
        /* Add other styling to match your design */
    }
    .latest-news-image a , .latest-news-image a img{
        width: 100%;
        max-width: 100%;
    }
    .home-bnr-slider .elementor-swiper-button-next , .home-bnr-slider .elementor-swiper-button-prev{
        display: none !important
    }
    .home-news{
        height: fit-content !important;
    }
}

/* On larger screens, show the original tabs */
@media (min-width: 768px) {
     .e-n-tabs-heading {
        display: flex !important; /* Or whatever display Elementor uses */
    }
     select.mobile-tab-select {
        display: none; /* Hide the select box on desktop */
    }
}
@media(min-width:1441px){
    .about-us-section{
        margin-top: -130px !important;
    }
}
@media(max-width:1099px){
    .mega-menu{
        display: none;
    }
    #mobile-header{
        display: block !important;
        z-index: 9;
    }
    #desktop-header{
        display: none !important;
    }
    .page-area-vs {
        margin-top: -116px !important;
    }
}
@media(min-width:1100px){
    .menu-open-btn{
        display: none;
    } 
    #mobile-header{
        display: none !important;
    } 

}
button:focus {
    outline: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

@media(min-width:1550px) {
    .development-page-green{
        background-size: 643px 500px !important;
    }
}

@media(min-width:1666px) {
    #development-page-green-sec{
              background-size: 584px 452px !important;
    }
}
@media(min-width:1550px) and  (max-width:1665px){
    #development-page-green-sec{
              background-size: 528px 407px !important;
    }
}

@media(min-width:1320px) and  (max-width:1549px){
    .development-page-green {
        background-size: 473px 370px !important;
    }
}

@media(min-width:400px) and  (max-width:768px){
    .green-shape-about-us{
        background-size: 713px 500px !important;
        background-position: 240px 80px !important;
    }
    .national-strtegic{
        background-size: 768px 370px !important;
    }
}

@media(min-width:400px) and  (max-width:521px){
    .green-shape-about-us{
        background-size: 710px 365px !important;
        background-position: 190px 80px !important;
    }
}

@media (max-width:399px){
    .green-shape-about-us{
        background-size: 650px 325px !important;
        background-position: 187px 85px !important;
    }
    .national-strtegic{
        background-size: 768px 180px !important;
    }
}
@media (max-width:980px){
    .news-image-gallery{
        column-count: 2;
    }
}
@media(max-width:480px){
    .development-page-green{
        background-size: 389px 302px !important;
        background-position: 140px -30px !important;
    }
}
.map-green-arrow svg{
    font-size: 10px;
    margin-left: 4px;
}

.parent-menus li:nth-child(1) ul {
      grid-template-rows: repeat(7, auto)  !important;

}