
/*** 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 ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 650px;
}


.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;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.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);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    /* background: rgb(110 197 58 / 29%); */
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@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;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; 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 Start ***/
.team .team-item {
    position: relative;
    padding: 20px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
    height: 420px;
    background: transparent;
}

.team .team-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bs-light);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 0;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px dotted var(--bs-primary);
    padding: 5px;
    background: var(--bs-white);
    transition: 0.5s;
    overflow: hidden;
}

.team .team-item.team-offset-1 .team-img {
    margin-top: 40px;
}

.team .team-item.team-offset-2 .team-img {
    margin-top: 60px;
}

.team .team-item.team-offset-3 .team-img {
    margin-top: 80px;
}

.team .team-item:hover .team-img {
    border-color: var(--bs-white);
    background: transparent;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team .team-item .team-title {
    margin-top: 20px;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}
.team .team-item:hover .team-title h5,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

/* Icons */
.team .team-item .team-icon {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}

@media (max-width: 767px) {
    .team .team-item {
        height: auto;
    }

    .team .team-item .team-img,
    .team .team-item.team-offset-1 .team-img,
    .team .team-item.team-offset-2 .team-img,
    .team .team-item.team-offset-3 .team-img {
        margin-top: 20px;
    }
}
/*** Team 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: 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: var(--bs-dark);
}
/*** 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: #1e8f73;
            /* padding: 22px 30px; */
        }
        .mc-header .container-fluid {
            position: relative;
            min-height: 110px;
        }

        .logo-box img {
            width: 225px;
            border-radius: 50%;
            position: absolute;
            z-index: 9999;
            top: -15px;
        }

        .mc-title {
            font-family: "Georgia", serif;
            color: #f7d774;
            font-size: 46px;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-align: center;
            width: 100%;
            position: absolute;
            left: -60px;
            top: 50%;
            transform: translateY(-50%);
            text-shadow: 2px 2px 5px rgba(0,0,0,0.35);
        }

        /* ================= NAV MENU ================= */
        .mc-navbar {
            background: #1e8f73;
            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;
            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: #f6f8b2;
            padding: 10px 10px;
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .navbar-nav .mc-btn {
            align-items: center;
            color: rgb(255, 255, 255);
            display: flex;
            font-size: 14px;
            font-weight: 600;
            background: rgb(17, 113, 32);
            border-color: rgb(40, 167, 69);
            border-radius: 35px 0px 35px 35px;
            border-style: solid;
            border-width: 2px 10px;
            margin: 0 2px;
            padding: 15px 20px;
            text-decoration: none;
            transition: 0.3s;
        }

        .mc-btn {
            align-items: center;
            color: rgb(255, 255, 255);
            display: flex;
            font-size: 14px;
            font-weight: 600;
            background: rgb(17, 113, 32);
            border-color: rgb(40, 167, 69);
            border-radius: 35px 0px 35px 35px;
            border-style: solid;
            border-width: 2px 10px;
            margin: 0 2px;
            padding: 5px 10px;
            text-decoration: none;
            transition: 0.3s;
        }

        .mc-btn:hover {
             background: #16cf5a;
             color:white;
        }

        /* ---------- 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: #1e8f73;
            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;
            }
        
            .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.jpeg') 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: calc(100% - 300px);
}

/* 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: #4CAF50;
    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%;
    }
}