
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    left: 8px;
    bottom: 20px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 17px 16px;
    color: #000000;
    /* color: var(--bs-white); */
    font-size: 23px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 10px;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000000;
    /* color: var(--bs-white); */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 75px;
    margin: 5px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 60px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 1224px) {
    .navbar-light .navbar-brand img {
    max-height: 55px;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }
}
@media (max-width: 1024px) {
    .navbar-light .navbar-brand img {
    max-height: 55px;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
        background: rgba(113, 176, 86, 0.708);
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/
/*** Carousel Hero Header Start ***/

/* ===== BASE ===== */
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
}

.header-carousel .header-carousel-item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: transform 1s ease;
}

/* ===== DESKTOP IMAGE ZOOM ===== */
@media (min-width: 769px) {
    .header-carousel .header-carousel-item img {
        animation-name: image-zoom;
        animation-duration: 10s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: auto;             
    }

    .header-carousel .header-carousel-item img {
        max-height: 260px;        
        object-fit: contain;      
        animation: none;          
        background: #000;        
    }
}

/* ===== NAV BUTTONS ===== */
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

/* Desktop nav */
.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

/* Mobile nav center */
@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}

/* Hover */
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}

/* ===== CAPTION ===== */
.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

/* ===== IMAGE ZOOM KEYFRAME (DESKTOP ONLY) ===== */
@keyframes image-zoom {
    0%   {transform: scale(1); opacity: 0.9;}
    50%  {transform: scale(1.12); opacity: 1;}
    100% {transform: scale(1); opacity: 0.9;}
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/
/*** TEAM SECTION ***/
.team-section {
    background: #f8f9fa;
}

/* CARD */
.team .team-item {
    position: relative;
    padding: 25px 20px 30px;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
    height: 480px;
    transition: all 0.4s ease;
}

.team .team-item:hover {
    background: var(--bs-primary);
}

/* PHOTO WRAPPER */
.team .team-item .team-img {
    width: 253px;
    height: 302px;
    margin: 15px auto 0;
    border-radius: 50%;

    border: 3px dotted var(--bs-primary);
    padding: 6px;
    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    transition: 0.4s ease;
}

/* IMAGE */
.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center; /* FACE SAFE */
    display: block;
}

/* HOVER IMAGE */
.team .team-item:hover .team-img {
    border-color: #ffffff;
    background: transparent;
}

/* TEXT */
.team .team-title {
    margin-top: 20px;
}

.team .team-title h5 {
    font-size: 20px;
    font-weight: 700;
    color: #23395d;
    margin-bottom: 6px;
    transition: 0.4s;
}

.team .team-title p {
    font-size: 17px;
    font-weight: 500;
    color: #555;
    transition: 0.4s;
}

/* TEXT HOVER */
.team .team-item:hover .team-title h5,
.team .team-item:hover .team-title p {
    color: #ffffff;
}

/* MOBILE */
@media (max-width: 767px) {
    .team .team-item {
        height: auto;
        padding-bottom: 25px;
    }

    .team .team-item .team-img {
        width: 180px;
        height: 180px;
    }

    .team .team-title h5 {
        font-size: 18px;
    }

    .team .team-title p {
        font-size: 16px;
    }
}
/*** TEAM SECTION END ***/


/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    /* background: var(--bs-secondary); */
    background: #2f4458;
    /* background: rgb(20, 97, 21); */
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: #2f4458;
}
/*** copyright end ***/




/* chart boat */



#chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 8px;
    background-color: #355106;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }

  #chat-toggle-btn img {
    width: 30px;
    height: 30px;
  }

  /* #chatbox {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 320px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  } */

  #chatbox {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 320px;
    background: url(../img/2.jpeg) no-repeat center center;
    /* background: url('https://cdn.pixabay.com/photo/2015/11/06/13/45/background-1025957_1280.jpg') no-repeat center center; */
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 6px 16px rgba(234, 103, 16, 0.3);
    font-family: sans-serif;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  

  .chat-header {
    background: #355106;
    color: white;
    padding: 12px;
    font-weight: bold;
    text-align: center;
  }

  .chat-history {
    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .user-msg, .bot-msg {
    padding: 10px;
    margin: 5px 0;
    border-radius: 12px;
    max-width: 80%;
    font-size: 14px;
  }

  .user-msg {
    background-color: #dcf8c6;
    align-self: flex-end;
  }

  .bot-msg {
    background-color: #f1f0f0;
    align-self: flex-start;
  }

  .chat-input {
    display: flex;
    border-top: 1px solid #ccc;
  }

  .chat-input input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 14px;
  }

  .chat-input button {
    background-color: #355106;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
  }

  #close-chat {
    background-color: #355106;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    align-self: center;
    border-radius: 5px;
  }

  .hidden {
    display: none;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .user-msg, .bot-msg {
    animation: fadeInUp 1.2s ease;
  }

  #chatbox {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transform: scale(0.9);
    opacity: 0;
  }
  
  #chatbox.show {
    transform: scale(1);
    opacity: 1;
  }
  

  .theme-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid #ccc;
}

.light-box {
    background-color: #e0e0e0;
}

.dark-box {
    background-color: #000000;
}

body.light-mode {
    background-color: #ffffff;
    color: #000000;

}

body.dark-mode {
    background-color: #121212;
    color: #ffffff;
    
}
body.dark-mode p {
    color: #0c0c0c;
}

.dark-mode h1,p>.another {
    color: #ffffff !important;
}
body.dark-mode p.another {
    color: #ffffff !important;
}
body.dark-mode h3.another {
    color: #ffffff !important;
}
body.dark-mode small.another {
    color: #ffffff !important;
}


.topbar.dark-mode {
    background-color: #1f1f1f;
}
.topbar.light-mode {
    background-color: #1f1f1f;
}




 /* ================= HEADER ================= */
        .mc-header {
            background: #2f4458;
            /* padding: 22px 30px; */
        }
        .mc-header .container-fluid {
            position: relative;
            min-height: 110px;
        }

        .logo-box img {
            width: 105px;
            /* border-radius: 50%; */
            position: absolute;
            z-index: 9999;
            top: 10px;
        }
        .logo-box-right img {
            width: 105px;
            /* border-radius: 50%; */
            position: absolute;
            z-index: 9999;
            top: 10px;
            right: 30px;
        }

        .mc-title {
            font-family: "Georgia", serif;
            color: #ffffff;
            /* color: #f7d774; */
            font-size: 46px;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-align: center;
            width: 100%;
            position: absolute;
            left: -10px;
            /* left: -60px; */
            top: 50%;
            transform: translateY(-50%);
            text-shadow: 2px 2px 5px rgba(0,0,0,0.35);
        }

        /* ================= NAV MENU ================= */
        .mc-navbar {
            background: #2f4458;
            border-top: 1px solid rgba(255, 255, 255, 0.25);
        }
        .mc-navbar .nav-link {
            color: #ffffff !important;
            font-weight: 600;
            font-size: 18px;
            padding: 5px 10px;
            position: relative;
        }

        /* elegant underline */
        .mc-navbar .nav-link::after {
            content: "";
            position: absolute;
            bottom: 6px;
            left: 50%;
            width: 0;
            height: 3px;
            background: #f7d774;
            /* background: #f7d774; */
            transition: 0.3s ease;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        .mc-navbar .nav-link:hover::after,
        .mc-navbar .nav-link.active::after {
            width: 55%;
        }

        /* ================= BUTTON BAR ================= */
    .mc-buttons {
        background: linear-gradient(135deg, #f9fbe7, #eef3c3);
        padding: 14px 18px;
        display: flex;
        justify-content: center;
        gap: 29px;
        flex-wrap: wrap;
    }

    /* BUTTON */
    .mc-btn {
        display: flex;
        align-items: center;
        gap: 16px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        background: linear-gradient(135deg, #1b7d3c, #28a745);
        border: none;
        border-radius: 30px;
        padding: 14px 26px;
        text-decoration: none;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
    }

    /* HOVER EFFECT */
    .mc-btn:hover {
        background: linear-gradient(135deg, #20c55a, #16cf5a);
        transform: translateY(-3px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    /* ACTIVE CLICK */
    .mc-btn:active {
        transform: scale(0.97);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }


        /* ---------- DROPDOWN MENU ---------- */
        .dropdown-menu {
            border-radius: 12px;
            border: none;
            padding: 10px 0;
            box-shadow: 0 12px 30px rgba(0,0,0,0.25);
            background: rgb(76, 175, 80) !important;
            color:white !important;
            margin-top: 4px;
        }

        .dropdown-item {
            font-weight: 600;
            padding: 10px 22px;
            color:white !important;
            transition: 0.25s;
        }

        .dropdown-item:hover {
            background: #2f4458;
            color: #fff;
        }

        /* dropdown arrow color */
        .navbar .dropdown-toggle::after {
            margin-left: 6px;
            vertical-align: middle;
            border-top-color: #ffd966;
        }

        /* hover open on desktop (optional) */
        @media (min-width: 992px) {
            .nav-item.dropdown:hover > .dropdown-menu {
                display: block;
                animation: fadeIn 0.25s ease-in-out;
            }
        }

        /* smooth animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* ================= MOBILE VIEW FIX ================= */
        @media (max-width: 768px) {
        
            /* HEADER */
            .mc-header .container-fluid {
                min-height: auto;
                flex-direction: column;
                text-align: center;
                padding: 15px 10px;
            }
        
            .logo-box img {
                width: 90px;
                /* margin-bottom: 8px; */
                margin: 8px;
            }
        
            .mc-title {
                position: static;
                transform: none;
                font-size: 26px;
                line-height: 1.3;
                padding: 0 10px;
            }
        
            /* NAVBAR */
            .mc-navbar .nav-link {
                font-size: 18px;
                padding: 10px 15px;
                text-align: center;
            }
        
            .mc-navbar .nav-link::after {
                display: none;
            }
        
            /* Dropdown center */
            .dropdown-menu {
                text-align: center;
            }
        
            /* BUTTON BAR */
            .mc-buttons {
                padding: 18px 10px;
                gap: 12px;
            }
        
            .mc-btn {
                width: 100%;
                justify-content: center;
                font-size: 15px;
                padding: 12px 20px;
            }
        }
        
        /* ================= VERY SMALL MOBILE ================= */
        @media (max-width: 480px) {
        
            .mc-title {
                font-size: 15px;
            }
        
            .logo-box img {
                width: 75px;
                top: 0;
                left: 0;
            }
            
            .navbar-nav {
                margin-top: 10px;
                gap: 10px;
            }
        }
        
        /* ===== NAVBAR TOGGLER ICON FIX ===== */
        .navbar-toggler {
            border: 2px solid #ffffff;
            padding: 6px 10px;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        /* Force white hamburger icon */
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }

  /* ================= FLASH NEWS ================= */
.flash-news-section {
    display: flex;
    align-items: center;
    background: #f39c12;
    overflow: hidden;
    height: 60px;
    border-top: 3px solid #2ecc71;
}

.flash-news-label {
    background: rgb(20, 97, 21);
    color: #fff;
    font-weight: 700;
    padding: 0 22px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    white-space: nowrap;
}


.flash-news-ticker {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.flash-news-ticker ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: scrollFlash 60s linear infinite;
}

.flash-news-ticker li {
    margin-right: 60px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    white-space: nowrap;
}

.flash-news-ticker img {
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.flash-news-ticker {
    overflow: hidden;
    position: relative;
}

.flash-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollFlash 25s linear infinite;
}

/* FRONT SE START */
@keyframes scrollFlash {
    from {
        transform: translateX(10%);
    }
    to {
        transform: translateX(-50%);
    }
}


/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .flash-news-section {
        height: 50px;
    }
    .flash-news-label {
        font-size: 15px;
        padding: 0 14px;
    }
    .flash-news-ticker li {
        font-size: 14px;
        margin-right: 40px;
    }
    .flash-news-ticker img {
        height: 32px;
    }
}


.utility_services {
    position: relative;
   background: linear-gradient(#00000080, #00000080), url('../img/2.jpg') center / cover no-repeat;

}

.utility-bg {
    /* background: rgba(0, 0, 0, 0.55); */
    padding: 80px 0;
}

.section-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

/* CARD */
.utility-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 22px;
    padding: 35px 20px;
    height: 200px;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

/* INNER DOUBLE BORDER EFFECT */
.utility-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

/* ICON */
.utility-card img {
    width: 72px;
    margin-bottom: 18px;
}

/* TEXT */
.utility-card span {
    font-size: 18px;
    font-weight: 600;
}

/* ACTIVE GREEN CARD */
/* .utility-card.active {
    background: #0a7f1f;
    color: #fff;
} */

.utility-card.active span {
    color: #fff;
}

.utility-card.active::before {
    border-color: rgba(255, 255, 255, 0.6);
}

/* HOVER */
.utility-card:hover {
    background: #0a7f1f;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

/* MOBILE */
@media (max-width: 768px) {
    .utility-card {
        height: auto;
        padding: 30px 15px;
    }

    .utility-card img {
        width: 60px;
    }

    .utility-card span {
        font-size: 16px;
    }
}





/* =========================
   WRAPPER (DESKTOP)
========================= */
/* =========================
   COMMON
========================= */
.side-tab-wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    z-index: 20;

    opacity: 0;
    pointer-events: none;

    transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* SHOW AFTER SLIDER */
.side-tab-wrapper.show-tabs {
    opacity: 1;
    pointer-events: auto;
}

/* LEFT */
.side-tab-wrapper.left {
    left: -260px;
    flex-direction: row-reverse;
}
.side-tab-wrapper.left:hover {
    left: 0;
}

/* RIGHT */
.side-tab-wrapper.right {
    right: -260px;
    flex-direction: row;
}
.side-tab-wrapper.right:hover {
    right: 0;
}

/* =========================
   TAB LABEL
========================= */
.side-tab-label {
    width: 45px;
    height: 200px;
    background: #2bb673;
    color: #fff;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 12px 9px;
    font-size: 19px;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

/* RIGHT LABEL FIX */
.side-tab-wrapper.right .side-tab-label {
    border-radius: 6px 0 0 6px;
}

/* =========================
   CONTENT PANEL
========================= */
.side-tab-content {
    width: 260px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    padding: 15px;
}

.side-tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-tab-content li {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
}

.side-tab-content li small {
    color: #2bb673;
    font-weight: 600;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    .side-tab-label {
        width: 30px;
        height: 140px;
        font-size: 14px;
    }
}











    /* =========================
    Service Cards
    ========================= */
    .service-item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    /* Image wrapper */
    .service-img {
        flex: 1 1 auto;        
        overflow: hidden;
    }

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;       
    }

    /* Button area */
    .service-item .rounded-bottom {
        flex-shrink: 0;
    }

    /* Optional: make all cards equal height in row */
    /* .row.g-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .row.g-4 > [class*='col-'] {
        display: flex;
        flex-direction: column;
    } */





    .projects-section {
        background-color: #ffffff;
        /* White background for the section */
        padding: 3rem 1.5rem;
        border-radius: 1rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .section-title {
        font-size: 2.5rem;
        font-weight: bold;
        color: #343a40;
        margin-bottom: 3rem;
        position: relative;
        display: inline-block;
    }

    /* Styling for the decorative element under the title */
    .section-title::after {
        content: '';
        display: block;
        width: 50px;
        /* Width of the line/element */
        height: 5px;
        /* Height/thickness of the line */
        background-color: #ffc107;
        /* Bootstrap yellow for consistency */
        margin: 0.5rem auto 0;
        border-radius: 5px;
        position: relative;
    }

    /* Add small diamond shape to the line under title */
    .section-title::after::before {
        content: '';
        position: absolute;
        top: -5px;
        /* Position above the line */
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        /* Rotate to make diamond */
        width: 15px;
        height: 15px;
        background-color: #ffc107;
        /* Same yellow as the line */
        border-radius: 3px;
    }

    /* Project Card Styling */
    .project-card {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 2.5rem;
        /* Large border-radius for pill shape */
        padding: 0.75rem 1.25rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        overflow: hidden;
        /* Important for border-radius */
        min-height: 80px;
        /* Ensure a consistent height for all cards */
    }

    .project-card:hover {
        transform: translateY(-5px);
        /* Lift card slightly */
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
        /* More prominent shadow */
    }

    /* Icon Container */
    .project-icon-circle {
        width: 60px;
        /* Size of the circle */
        height: 60px;
        min-width: 60px;
        /* Prevent shrinking */
        min-height: 60px;
        /* Prevent shrinking */
        border-radius: 50%;
        /* Make it circular */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1.25rem;
        color: white;
        font-size: 1.8rem;
        transition: background-color 0.3s ease-in-out;
    }

    /* Project Name Background */
    .project-name-pill {
        flex-grow: 1;
        /* Take remaining space */
        background-color: #f8f9fa;
        /* Light background for the text part */
        padding: 0.5rem 1.25rem;
        border-radius: 1.5rem;
        /* Pill shape for the name */
        text-align: left;
        font-weight: 600;
        color: #343a40;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        font-size: 1.1rem;
        border: 1px solid #dee2e6;
    }

    /* Hover effects for project name pill */
    .project-card:hover .project-name-pill {
        background-color: transparent;
        /* Text background becomes transparent */
        color: #343a40;
        /* Keep text color readable */
        border-color: transparent;
        /* Remove border */
    }

    /* Color Schemes for different cards based on image */
    .project-card.blue .project-icon-circle {
        background-color: #007bff;
    }

    .project-card.blue .project-name-pill {
        border-color: #007bff;
    }

    .project-card.blue:hover {
        background-color: #e6f2ff;
        border-color: #007bff;
    }

    .project-card.blue:hover .project-name-pill {
        color: #007bff;
    }

    .project-card.green .project-icon-circle {
        background-color: #28a745;
    }

    .project-card.green .project-name-pill {
        border-color: #28a745;
    }

    .project-card.green:hover {
        background-color: #e6fae7;
        border-color: #28a745;
    }

    .project-card.green:hover .project-name-pill {
        color: #28a745;
    }

    .project-card.teal .project-icon-circle {
        background-color: #20c997;
    }

    .project-card.teal .project-name-pill {
        border-color: #20c997;
    }

    .project-card.teal:hover {
        background-color: #e6fdf6;
        border-color: #20c997;
    }

    .project-card.teal:hover .project-name-pill {
        color: #20c997;
    }

    .project-card.red .project-icon-circle {
        background-color: #dc3545;
    }

    .project-card.red .project-name-pill {
        border-color: #dc3545;
    }

    .project-card.red:hover {
        background-color: #ffe8ea;
        border-color: #dc3545;
    }

    .project-card.red:hover .project-name-pill {
        color: #dc3545;
    }

    .project-card.brown .project-icon-circle {
        background-color: #6a4f41;
    }

    /* Custom brown */
    .project-card.brown .project-name-pill {
        border-color: #6a4f41;
    }

    .project-card.brown:hover {
        background-color: #f7ede9;
        border-color: #6a4f41;
    }

    .project-card.brown:hover .project-name-pill {
        color: #6a4f41;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .project-card {
            flex-direction: column;
            /* Stack icon and text vertically on small screens */
            padding: 1rem;
            border-radius: 1rem;
            /* Adjust rounding */
            min-height: auto;
            /* Allow height to adjust */
        }

        .project-icon-circle {
            margin-right: 0;
            margin-bottom: 1rem;
            /* Space between icon and text */
        }

        .project-name-pill {
            padding: 0.75rem 1rem;
            border-radius: 0.75rem;
            /* Adjust rounding */
            text-align: center;
        }
    }














/* Map Contact */



.contact-section {
    /* background:rgba(169, 214, 180, 1);  */
    padding: 40px 20px;
}

/* CONTAINER */
.contact-card {
    max-width: 1200px;
    margin: auto;
}

/* COMMON BAR STYLE */
.info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
}

/* COLOR VARIANTS */
.bar-address {
    background: #cdeed8;
    color: #004d1a;
}

.bar-email {
    background: #f7cbd1;
    color: #7a0012;
}

.bar-phone {
    background: #f7b55a;
    color: #5a3b00;
}

/* LABEL */
.info-bar span.label {
    font-weight: 700;
}

/* VALUE */
.info-bar span.value a {
    color: inherit;
    text-decoration: none;
}

/* MAP SECTION */
.map-title {
    background-color:#004d1a;
    font-size: 28px;
    font-weight: 600;
    padding:10px;
    margin: 35px 0 18px;
    color: #f5f9f3ff;
}

.map-box iframe {
    width: 100%;
    height: 380px;
    border: 0;
    border-radius: 8px;
}

/* MOBILE */
@media(max-width:768px){
    .info-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        font-size: 18px;
    }

    .map-title {
        font-size: 26px;
    }
}









/* CONTAINER */
.docs_container {
    padding: 30px 25px;
}

/* GRID */
#docs_side_menu {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* MAIN CONTENT */
.docs_tab_wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    width:100%;
}

/* BREADCRUMB */
.docs_breadcrumb {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 14px 18px;
    background: #eceff1;
    border-radius: 6px;
    margin-bottom: 25px;
}

.docs_breadcrumb_item {
    font-size: 15px;
    color: #333;
}

.docs_breadcrumb_item a {
    color: #19468a;
    text-decoration: none;
    font-weight: 500;
}

.docs_breadcrumb_item::after {
    content: "/";
    margin-left: 8px;
    color: #777;
}

.docs_breadcrumb_item:last-child::after {
    display: none;
}

/* SECTION TITLE */
.docs_section_title {
    font-size: 30px;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 12px;
}

/* CONTENT TEXT */
.docs_data p {
    font-size: 16px;
    color: #333;
}

/* SIDEBAR */
.docs_sidebar {
    width: 280px;
}

.docs_sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* SIDEBAR BUTTON */
.docs_sidebar_link {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1.5px solid #4CAF50;
    background: #ffffff;
    color: #4CAF50;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
    line-height: 1.2;
}

/* HOVER */
.docs_sidebar_link:hover {
    background: #4CAF50;
    color: #ffffff;
}

/* ACTIVE */
.docs_sidebar_link.active {
    background: #4CAF50;
    color: #ffffff;
    font-weight: 600;
}

/* TAB VISIBILITY */
.docs_data {
    display: none;
}

.docs_data.active {
    display: block;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    #docs_side_menu {
        flex-direction: column;
    }

    .docs_tab_wrapper,
    .docs_sidebar {
        width: 100%;
    }
}

















/* ===== RESET ===== */
body {
    margin: 0;
    font-family: 'Noto Sans Devanagari', 'Mangal', Arial, sans-serif;
}

/* ===== TOP BAR ===== */
.gov-topbar {
    background: #2f4458;
    color: #fff;
    padding: 6px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.gov-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gov-right a {
    color: #fff;
    text-decoration: none;
}

.lang-select {
    padding: 3px 6px;
    font-size: 13px;
}

.login-btn {
    background: #fff;
    color: #2f4458 !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
}

/* ===== MAIN HEADER ===== */
.main-header {
    background: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.header-inner {
    max-width: 1300px;
    margin: auto;
    /* display: grid;
    grid-template-columns: auto 1fr auto; */
    align-items: center;
}
.logo-left{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo base style */
.logo-left img{
    width: 900px;
    max-width: 100%;
    object-fit: contain;

    /* shadow */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    border: 2px solid rgba(77, 94, 203, 0.9);
    border-radius: 20px;

    /* smooth animation */
    transition: all 0.35s ease;
}

/* Hover effect */
.logo-left img:hover{
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px) scale(1.01);
}


@media (max-width: 768px){
    .logo-left img{
        width: 100%;

        /* shadow */
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
        border-radius: 8px;
        border: 0px solid rgba(77, 94, 203, 0.1);
        border-radius: 0px;
        margin-bottom: 12px;
    }
    
}



.header-title {
    text-align: center;
}

.header-title h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #23395d;
}

.header-title p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #555;
}


/* ===============================
   RESPONSIVE STYLES
================================ */

/* ===== TABLET & BELOW ===== */
@media (max-width: 991px) {

    /* TOP BAR */
    .gov-topbar {
        flex-direction: column;
        gap: 6px;
        padding: 8px 15px;
        text-align: center;
    }

    .gov-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    /* HEADER */
    .header-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
    }

    .logo-left img,
    .logo-right img {
        height: 60px;
    }

    .logo-right {
        display: none;
    }

    .header-title h1 {
        font-size: 28px;
    }

    .header-title p {
        font-size: 16px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {

    /* TOP BAR */
    .gov-topbar {
        font-size: 13px;
    }

    /* THEME + FONT */
    .theme-box {
        width: 16px;
        height: 16px;
    }

    .font-controls button {
        font-size: 12px;
        padding: 2px 5px;
    }

    .login-btn {
        font-size: 12px;
        padding: 3px 8px;
    }

    /* HEADER */
    .header-title h1 {
        font-size: 22px;
    }

    .header-title p {
        font-size: 14px;
    }

    /* NAVBAR */
    .main-nav ul {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 10px;
    }

    .main-nav ul li {
        flex: 0 0 auto;
    }

    .main-nav ul li a {
        padding: 12px 10px;
        font-size: 14px;
    }
}


/* ===== NAV BAR ===== */
.gov-left {
    font-size: 20px;
}

.main-nav {
    background: #23395d;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0 80px;
    display: flex;
}

.nav-menu > li {
    position: relative;
}

.nav-menu > li > a {
    color: #fff;
    padding: 14px 16px;
    display: block;
    text-decoration: none;
    font-size: 20px;
}

.nav-menu > li > a:hover {
    background: #1b2d4f;
}

/* ===== DROPDOWN BASE ===== */
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #334f75;
    min-width: 240px;
    padding: 10px 0;
    z-index: 999;
}

/* SIMPLE DROPDOWN */
.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown ul li a {
    display: block;
    padding: 10px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

.dropdown ul li a:hover {
    background: #23395d;
}

/* ===== MEGA DROPDOWN ===== */
.mega-dropdown {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 15px 20px;
    min-width: 420px;
}

.mega-dropdown ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* HOVER DESKTOP */
.has-dropdown:hover > .dropdown {
    display: grid;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .nav-menu {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 10px;
    }

    .has-dropdown:hover > .dropdown {
        display: none;
    }

    .has-dropdown.active > .dropdown {
        display: block;
        position: static;
        width: 100%;
    }

    .mega-dropdown {
        grid-template-columns: 1fr;
    }
}

/* Mobile dropdown control */
@media (max-width: 768px) {

    .has-dropdown .dropdown {
        display: none;
    }

    .has-dropdown.active .dropdown {
        display: block;
        position: static;
        width: 100%;
    }
}



/* ===== MENU TOGGLE ===== */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        color: black;
        border: 2px solid #2f4b73;
        width: 36px;
        margin: 0 auto;
    }

   
    .main-nav {
        display: none;
    }

    .main-nav.active {
        display: block;
    }

    
    .nav-menu {
        flex-direction: column;
        padding: 0;
    }

    .nav-menu > li > a {
        font-size: 15px;
        padding: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    /* Dropdown mobile */
    .dropdown {
        position: static;
        background: #2f4b73;
    }

    .has-dropdown.active > .dropdown {
        display: block;
    }

    .mega-dropdown {
        grid-template-columns: 1fr;
    }
}



/* ===== WELCOME SECTION ===== */
.welcome-section {
    background: #ffffff;
    padding: 60px 20px;
}

.welcome-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT SIDE */
.welcome-left {
    text-align: center;
}

.welcome-photo {
    /* border: 1px solid #d9d9d9; */
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}

.welcome-photo img {
    width: 100%;
    max-width: 200px;
    margin-top: -26px;
    height: auto;
    border-radius: 6px;
}

.welcome-name {
    margin-top: 15px;
}

.welcome-name h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #23395d;
}

.welcome-name p {
    margin: 6px 0 0;
    font-size: 17px;
    color: #555;
}

/* RIGHT SIDE */
.welcome-right h2 {
    margin: 0 0 20px;
    font-size: 38px;
    font-weight: 700;
    color: #23395d;
}

.welcome-right p {
    font-size: 19px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
    text-align: justify;
}

.welcome-highlight {
    font-size: 23px;
    font-weight: 600;
    color: #1b4d8f;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .welcome-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .welcome-right h2 {
        margin-top: 20px;
        font-size: 28px;
    }

    .welcome-right p {
        /* text-align: left;  */
        text-align: justify;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .welcome-section {
        padding: 40px 15px;
    }

    .welcome-right h2 {
        font-size: 24px;
    }

    .welcome-name h3 {
        font-size: 18px;
    }
}


/* ===== CITIZEN SERVICES ===== */
.citizen-services {
    background: #f6f7f9;
    padding: 70px 20px;
}

.services-container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #23395d;
}

.services-header p {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.service-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* ICON */
.service-icon {
    font-size: 38px;
    color: #23395d;
    margin-bottom: 18px;
}

/* TEXT */
.service-card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .citizen-services {
        padding: 50px 15px;
    }

    .services-header h2 {
        font-size: 26px;
    }

    .services-header p {
        font-size: 16px;
    }
}

/* ===== LATEST NOTICE SECTION ===== */
.latest-notice-section {
    background: #ffffff;
    padding: 60px 20px;
}

.latest-notice-container {
    max-width: 1200px;
    margin: auto;
}

/* NOTICE BOX */
.latest-notice-box {
    border: 1px solid #d9dee6;
    border-radius: 10px;
    padding: 30px 35px;
    background: #fff;
}

/* HEADING */
.latest-notice-box h2 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 700;
    color: #23395d;
}

/* NOTICE ITEM */
.notice-item {
    padding: 16px 0;
    margin: 0 2px;
    border-bottom: 1px solid #e1e6ee;
    background-color: #d5e7fb9e;
}

.notice-item:last-child {
    border-bottom: none;
}

.notice-date {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    padding: 0 5px;
}

.notice-title {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    padding: 0 5px;
}

/* VIEW ALL */
.notice-view-all {
    margin-top: 20px;
}

.notice-view-all a {
    font-size: 16px;
    font-weight: 600;
    color: #1b4d8f;
    text-decoration: none;
}

.notice-view-all a:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .latest-notice-box {
        padding: 25px 20px;
    }

    .latest-notice-box h2 {
        font-size: 26px;
    }

    .notice-date,
    .notice-title,
    .notice-view-all a {
        font-size: 15px;
    }
}
/* ===== MEDIA GALLERY SECTION ===== */
.media-gallery-section {
    background: #ffffff;
    padding: 70px 20px;
}

.media-container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.media-header {
    text-align: center;
    margin-bottom: 45px;
}

.media-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #23395d;
}

.media-header p {
    margin-top: 8px;
    font-size: 18px;
    color: #555;
}

/* GRID */
.media-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* BOX */
.media-box {
    border: 1px solid #e1e6ee;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
}

.media-box h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #23395d;
}

/* PHOTO GRID */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.photo-grid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

/* VIDEO */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 20px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* LINKS */
.media-link {
    font-size: 16px;
    font-weight: 600;
    color: #1b4d8f;
    text-decoration: none;
}

.media-link:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .media-grid {
        grid-template-columns: 1fr;
    }

    .media-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .media-gallery-section {

        padding: 50px 15px;
    }

    .media-header h2 {
        font-size: 26px;
    }

    .photo-grid img {
        height: 140px;
    }
}





/* ===== HISTORY SECTION ===== */
.history-section {
    /* background: #ffffff; */
    padding: 30px 20px;
}

.history-container {
    max-width: 1200px;
    background: #ffffff;
    margin: auto;
}

/* HEADER */
.history-header {
    /* margin-bottom: 40px; */
    background-color: #f5f6f7;
}

.history-header h1 {
    padding-top: 10px;
    font-size: 38px;
    font-weight: 700;
    color: #23395d;
}

.history-header p {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

/* CONTENT */
.history-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 22px;
    text-align: justify;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .history-header h1 {
        font-size: 30px;
    }

    .history-header p {
        font-size: 16px;
    }

    .history-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .history-section {
        padding: 50px 15px;
    }

    .history-header h1 {
        font-size: 26px;
    }

    .history-header p {
        font-size: 15px;
    }
}


/* ===== GEOGRAPHY SECTION ===== */
.geo-section {
    /* background: #ffffff; */
    padding: 30px 20px;
}

.geo-container {
    max-width: 1200px;
    /* width: 100%; */
    margin: auto;
    display: grid;
    gap: 40px;
}

/* LEFT CONTENT */
.geo-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #23395d;
    margin: 28px 0 10px;
}

.geo-content h3:first-child {
    margin-top: 0;
}

.geo-content p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #333;
    text-align: justify;
}


.geo-map iframe {
    width: 100%;
    height: 260px;
    border: none;
    border-radius: 10px;
}

.geo-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .geo-container {
        grid-template-columns: 1fr;
    }

    .geo-media {
        order: -1; /* map & image top on mobile */
    }
}

@media (max-width: 576px) {
    .geo-section {
        padding: 50px 15px;
    }

    .geo-content h3 {
        font-size: 20px;
    }

    .geo-content p {
        font-size: 15.5px;
    }

    .geo-map iframe {
        height: 220px;
    }

    .geo-image img {
        height: 200px;
    }
}


/* ===== DEMOGRAPHY SECTION ===== */
.demography-section {
    /* background: #f7f8fa; */
    padding: 30px 20px;
}

.demo-container {
    max-width: 1200px;
    margin: auto;
    padding: 30px 20px;
    background: #ffffff;
}

/* HEADER */
.demo-header h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #23395d;
}

.demo-header p {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

/* SUB TITLE */
.demo-subtitle {
    margin: 45px 0 25px;
    font-size: 24px;
    font-weight: 700;
    color: #23395d;
}

/* GRID */
.demo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.demo-card {
    background: #ffffff;
    border: 1px solid #d9dee6;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
}

.demo-card span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

.demo-card strong {
    display: block;
    margin-top: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

/* NOTE */
.demo-note {
    margin-top: 30px;
    font-size: 19px;
    color: black;
    padding: 20px 30px;
    background-color: #d8dfec;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .demo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .demo-header h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .demography-section {
        padding: 50px 15px;
    }

    .demo-grid {
        grid-template-columns: 1fr;
    }

    .demo-header h1 {
        font-size: 26px;
    }

    .demo-subtitle {
        font-size: 20px;
    }

    .demo-card strong {
        font-size: 28px;
    }
}

/* ===== PUBLIC SERVICES ===== */
.public-services-section {
    background: #ffffff;
    padding: 30px 20px;
}

.section-header h2 {
    font-size: 34px;
    font-weight: 700;
    color: #23395d;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 17px;
    color: #555;
}

/* Card */
.service-link {
    text-decoration: none;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
}

.service-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transform: translateY(-6px);
}

/* Icon */
.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    background: #23395d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i {
    font-size: 32px;
    color: #ffffff;
}

/* Text */
.service-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #23395d;
    margin-bottom: 8px;
}

.service-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

/* Mobile */
@media (max-width: 576px) {
    .section-header h2 {
        font-size: 26px;
    }

    .service-card {
        padding: 30px 20px;
    }
}

/* ===== TOURISM SECTION ===== */
.tourism-section {
    padding: 30px 0;
}

.tourism-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #23395d;
    margin-bottom: 35px;
}

/* Card */
.tourism-card {
    background: #ffffff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.tourism-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

/* Image */
.tourism-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Content */
.tourism-content {
    background: #f6f7f9;
    padding: 18px 18px 22px;
}

.tourism-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #23395d;
    margin-bottom: 10px;
}

.tourism-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Mobile */
@media (max-width: 576px) {
    .tourism-header h2 {
        font-size: 24px;
    }

    .tourism-card img {
        height: 180px;
    }
}

.schemes-section{
    /* background:#f8f9fb; */
    padding:30px 0;
}
.scheme-box{
    background:#fff;
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
    transition:0.3s;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}
.scheme-box:hover{
    transform:translateY(-5px);
}
.scheme-box h5{
    font-weight:600;
    margin-bottom:6px;
}
.scheme-box p{
    font-size:15px;
    color:#555;
}

/* Color Accents */
.central{ border-left:6px solid #0d6efd; }
.state{ border-left:6px solid #198754; }
.local{ border-left:6px solid #fd7e14; }

.scheme-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    background-color: #2f4458;
    padding: 15px 10px;
}
.scheme-title h4{
    color:#ffffff;
    background-color: #2f4458;
}
.scheme-title i{
    font-size:22px;
}
