/********** Template CSS **********/
:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 10px 0;
    color: #000000;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #58a51b;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #58a51b;
    border: 15px solid #58a51b;
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 11px 3px rgba(0, 0, 0, .07);
    border-left: 2px solid #58a51b;
    transition: all 0.5s ease;
}

.service-item:hover {
    box-shadow: 0 4px 11px 3px rgb(0 0 0 / 31%);
    border: 2px solid #08c8e6;
}

.service-item:hover .btn-primary1 {
    background: linear-gradient(45deg, #377405, #067b90);
    border: antiquewhite;
    color: white;
    box-shadow: 0px 3px 11px 5px rgb(0 0 0 / 57%);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

/* .service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
} */


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgb(13 201 233 / 74%), rgb(3 21 98 / 87%)), url(../NEWIMAGES/contactusbg.jpeg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #000000;
    background-color: #f0f8ff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #58a51b;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #000000;
    border: 1px solid#000000;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #ee1be2;
}


/* New Changes Made By BS */
.navbar-brand .logoheader {
    width: 100%;
}

.navbg {
    background-color: aliceblue;
}

.topbarbg {
    background-color: #58a51b;
}

.text-white {
    color: white;
}

/* Product Categories STart */
.productnew1 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
}

.productnew1 .slider-container {
    width: 100%;
    max-width: 1200px;
    height: 70vh;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.productnew1 .now-showing {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #9fff6b;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.productnew1 .now-showing::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #9fff6b;
    border-radius: 50%;
}

.productnew1 .accordion-slider {
    display: flex;
    height: 100%;
    position: relative;
}

.productnew1 .slide {
    flex: 1;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    filter: grayscale(0);
}

.productnew1 .slide:hover {
    filter: grayscale(1);
}

.productnew1 .slide.active {
    flex: 2.5;
    filter: grayscale(0);
}

.productnew1 .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}

.productnew1 .slide-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: white;
    z-index: 2;
}

.productnew1 .slide.active .slide-content {
    bottom: 80px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.productnew1 .slide-number {
    font-size: 64px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.productnew1 .slide.active .slide-number {
    bottom: auto;
    top: -50px;
    font-size: 48px;
    left: 0;
}

.productnew1 .car-brand {
    font-size: 28px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
    bottom: 120px;
    left: 70px;
    white-space: nowrap;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.productnew1 .slide.active .car-brand {
    transform: rotate(0deg);
    position: static;
    transform-origin: unset;
}

.productnew1 .car-name {
    /* font-size: 20px; */
    font-weight: 700;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.productnew1 .slide.active .car-name {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.productnew1 .car-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.productnew1 .slide.active .car-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.productnew1 .car-specs {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.productnew1 .slide.active .car-specs {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.productnew1 .spec-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 14px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.productnew1 .slide.active .spec-row {
    opacity: 1;
    transform: translateX(0);
}

.productnew1 .slide.active .spec-row:nth-child(1) {
    transition-delay: 0.6s;
}

.productnew1 .slide.active .spec-row:nth-child(2) {
    transition-delay: 0.65s;
}

.productnew1 .slide.active .spec-row:nth-child(3) {
    transition-delay: 0.7s;
}

.productnew1 .slide.active .spec-row:nth-child(4) {
    transition-delay: 0.75s;
}

.productnew1 .spec-label {
    color: rgba(255, 255, 255, 0.7);
}

.productnew1 .spec-value {
    color: white;
    font-weight: 600;
}

.productnew1 .performance-badges {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.productnew1 .slide.active .performance-badges {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.productnew1 .badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.productnew1 .slide.active .badge {
    opacity: 1;
    transform: scale(1);
}

.productnew1 .slide.active .badge:nth-child(1) {
    transition-delay: 0.85s;
}

.productnew1 .slide.active .badge:nth-child(2) {
    transition-delay: 0.9s;
}

.productnew1 .slide.active .badge:nth-child(3) {
    transition-delay: 0.95s;
}

.productnew1 .badge-icon {
    width: 8px;
    height: 8px;
    background: #9fff6b;
    border-radius: 50%;
}

.productnew1 .add-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 2px solid #9fff6b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 3;
}

.productnew1 .add-button::before,
.productnew1 .add-button::after {
    content: "";
    position: absolute;
    background: #9fff6b;
    transition: all 0.4s ease;
}

.productnew1 .add-button::before {
    width: 12px;
    height: 2px;
}

.productnew1 .add-button::after {
    width: 2px;
    height: 12px;
    transform: rotate(0deg);
}

.productnew1 .slide.active .add-button::before {
    transform: rotate(0deg);
}

.productnew1 .slide.active .add-button::after {
    opacity: 0;
    transform: scale(0);
}

.productnew1 .navigation-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 4;
    backdrop-filter: blur(10px);
}

.productnew1 .nav-prev {
    left: 20px;
}

.productnew1 .nav-next {
    right: 20px;
}

.productnew1 .navigation-arrows:hover {
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .productnew1 .accordion-slider {
        flex-direction: column;
    }

    .productnew1 .slide {
        flex: 1;
        min-height: 80px;
    }

    .productnew1 .slide.active {
        flex: 2;
    }

    .productnew1 .slide-number {
        font-size: 32px;
    }

    .productnew1 .car-brand {
        transform: none;
        position: static;
    }
}

/* Product Categories ENd */

/* Products Start */
.event .event-carousel.owl-carousel {
    position: relative;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0;
    border-color: var(--bs-white);
    background: #041562;
}

/* Products End */

.logofooter {
    width: 100%;
}

.footer h5 {
    color: #0DD3F1 !important;
}

/* Facts Start */
.counter-section {
    background: linear-gradient(135deg, #1ccbeb 0%, #041561 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.counter-item {
    text-align: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.counter-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: all 0.6s ease;
    transform: scale(0);
}

.counter-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.counter-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.counter-icon {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
}

.counter-item:hover .counter-icon {
    transform: scale(1.1) rotate(5deg);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.counter-number {
    font-size: 2.0rem;
    font-weight: 800;
    color: #fff;
    margin: 15px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.counter-title {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.counter-subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    font-style: italic;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    color: white;
}

.section-title p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.shape:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.shape:nth-child(3) {
    width: 60px;
    height: 60px;
    top: 80%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter-number.animate {
    animation: countUp 0.8s ease-out;
}

@media (max-width: 768px) {
    .counter-section {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 2.5rem;
    }

    .counter-number {
        font-size: 2.8rem;
    }

    .counter-icon {
        font-size: 2.8rem;
    }
}

/* Facts End */

.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

.carousel-image-wrapper {
    position: relative;
}

.carousel-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    /* dark semi-transparent overlay */
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 9999;
}

.carousel-image-wrapper img {
    height: 550px;
    object-fit: cover;
}

.event-item img {
    height: 280px;
    object-fit: cover;
}

.btn-primary1 {
    background: linear-gradient(45deg, #58a41b, #0ac7ea);
    border: antiquewhite;
    color: white;
}

.btn-primary1:hover {
    background: linear-gradient(45deg, #377405, #067b90);
    border: antiquewhite;
    color: white;
    box-shadow: 0px 3px 11px 5px rgb(0 0 0 / 57%);
}

.event-content h4,
.event-content p {
    color: white;
}

.dropdown-item {
    border-bottom: 1px solid black;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu {
    border-top: 1px solid black !important;
}

.bg1 {
    background: linear-gradient(45deg, #0cc7e9ba, #59a41dcf);
}


/* SLider New Start */

/***************************
    CUSTOM SCROLL BAR
****************************/
:root {
    --white: #FFF;
    --black: #232323;
    --lite: rgba(255, 255, 255, 0.6);
    --gray: rgba(1, 1, 1, 0.6);
    --dark: #3c3d3c;
    --primary: linear-gradient(145deg, #ff2f09, #c24a4e);
    --primary_dark: #970104;
    --primary_lite: #0ac8e8;
    --secondary: #000a17;
    --default_font: 'Ysabeau Infant', sans-serif;
    --title_font: 'Outfit', sans-serif;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: var(--dark);
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
    background: var(--dark);
}



/***************************
            DEFAULT
****************************/

.slidernewww1 a {
    text-decoration: none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.slidernewww1 a,
.slidernewww1 button {
    transition: 0.5s;
}

.slidernewww1 em {
    font-style: normal;
    color: var(--primary_lite);
}

.slidernewww1 a,
.slidernewww1 p,
.slidernewww1 .btn {
    font-size: 15px;
}

.slidernewww1 p {
    line-height: 1.9em;
    color: white;
}

.slidernewww1 a,
.slidernewww1 button,
.slidernewww1 input,
.slidernewww1 textarea,
.slidernewww1 select {
    outline: none !important;
}

.slidernewww1 fieldset {
    border: 0;
}

.slidernewww1 h1,
.slidernewww1 h2,
.slidernewww1 h3,
.slidernewww1 h4,
.slidernewww1 h5,
.slidernewww1 h6 {
    margin: 0;
}

.slidernewww1 .title,
.slidernewww1 .sub_title {
    font-family: var(--title_font);
    font-weight: 400;
    margin: 0;
}

.slidernewww1 .flex,
.slidernewww1 .fixed_flex {
    display: flex;
}

.slidernewww1 .flex_content {
    width: 100%;
    position: relative;
}

.slidernewww1 .padding_1x {
    padding: 1rem;
}

.slidernewww1 .padding_2x {
    padding: 2rem;
}

.slidernewww1 .padding_3x {
    padding: 3rem;
}

.slidernewww1 .padding_4x {
    padding: 4rem;
}

.slidernewww1 .big {
    font-size: 3.5em;
}

.slidernewww1 .medium {
    font-size: 2em;
}

.slidernewww1 .small {
    font-size: 1.3em;
}

.slidernewww1 .btn {
    padding: 1rem;
    border-radius: 5px;
    color: var(--white);
    position: relative;
    border: 0;
    text-align: center;

}

.slidernewww1 .btn_3 {
    display: block;
    background-color: 0;
    color: var(--white);
    position: relative;
    font-family: var(--default_font);
    font-weight: 400;
    text-transform: uppercase;
}

.slidernewww1 .btn_3:before {
    content: "";
    border-radius: 50%;
    background-color: rgb(2 23 99 / 49%);
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    transform: translate(0%, -50%);
}

.slidernewww1 .btn_3:after {
    content: "\f061";
    /* this is the correct arrow-right for FontAwesome 5/6 */
    font-family: "Font Awesome 5 Free";
    /* or "Font Awesome 6 Free" */
    font-weight: 900;
    /* required for solid icons */
    margin-left: 5px;
}

.slidernewww1 .btn_3:hover:before {
    border-radius: 40px;
    width: 100%;
}

@media (max-width:920px) {
    .slidernewww1 .flex {
        flex-wrap: wrap;
    }

    .slidernewww1 .padding_1x,
    .slidernewww1 .padding_2x,
    .slidernewww1 .padding_3x,
    .slidernewww1 .padding_4x {
        padding: 1rem;
    }

    .slidernewww1 .big {
        font-size: 1.8em;
    }

    .slidernewww1 .medium {
        font-size: 1.3em;
    }

    .slidernewww1 .small {
        font-size: 1.1em;
    }

    .slidernewww1 .btn {
        padding: 0.5rem 1rem;
    }

    .slidernewww1 a,
    .slidernewww1 p,
    .slidernewww1 .btn {
        font-size: 12px;
    }
}

.slidernewww1 .slider {
    position: relative;
    width: 100%;
    height: 80vh;
}

.slidernewww1 ul {
    padding: 0;
    margin: 0;
}

.slidernewww1 .slider .title {
    font-weight: 400;
    color: #58a51b;
}

.slidernewww1 .slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display: flex;
    align-items: center;
    justify-content: left;
}

.slidernewww1 .slider li:nth-child(1) {
    background: linear-gradient(to right, rgb(1 1 1 / 64%) 10% 10%, rgb(1 1 1 / 64%) 51% 51%, rgb(1 1 1 / 65%) 100% 100%), url("../NEWIMAGES/hero1.jpeg");
    background-size: cover;
    background-position: top left;
}

.slidernewww1 .slider li:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 250px;
    height: 250px;
    background-image: url("../NEWIMAGES/sidecut1.png");
    background-size: 100% 100%;
    transition-delay: 1s;
    transform: rotate(-90deg);
    z-index: 1;
}

.slidernewww1 .slider li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-image: url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
    background-size: 100% 100%;
    transform: rotate(360deg);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    z-index: 1;
    background-position: center left;
}

.slidernewww1 .slider li:nth-child(2) {
    background: linear-gradient(to right, rgb(1 1 1 / 64%) 10% 10%, rgb(1 1 1 / 64%) 51% 51%, rgb(1 1 1 / 65%) 100% 100%), url("../NEWIMAGES/hero2.png");
    background-size: cover;
    background-position: top left;
}

.slidernewww1 .slider li:nth-child(3) {
    background: linear-gradient(to right, rgb(1 1 1 / 64%) 10% 10%, rgb(1 1 1 / 64%) 51% 51%, rgb(1 1 1 / 65%) 100% 100%), url("../NEWIMAGES/hero3.png");
    background-size: cover;
    background-position: top left;
}

.slidernewww1 .slider li:nth-child(4) {
    background: linear-gradient(to right, rgb(1 1 1 / 64%) 10% 10%, rgb(1 1 1 / 64%) 51% 51%, rgb(1 1 1 / 65%) 100% 100%), url("../NEWIMAGES/hero4.png");
    background-size: cover;
    background-position: top left;
}

.slidernewww1 .slider li:nth-child(5) {
    background: linear-gradient(to right, rgb(1 1 1 / 64%) 10% 10%, rgb(1 1 1 / 64%) 51% 51%, rgb(1 1 1 / 65%) 100% 100%), url(../NEWIMAGES/hero5.png);
    background-size: cover;
    background-position: top left;
}

.slidernewww1 .slider article {
    width: 60%;
    margin-top: 4rem;
    color: #fff;
    z-index: 11;
}

.slidernewww1 .slider h3+p {
    display: inline-block;
    color: white;
    font-weight: 300;
    font-size: 22px;
    /* line-height: normal; */
    line-height: 1.4em;
    margin-top: 10px;
}

.slidernewww1 .slider h3,
.slidernewww1 .slider h3+p,
.slidernewww1 .slider p+.btn,
li:after {
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}

.slidernewww1 li.current h3,
.slidernewww1 li.current h3+p,
.slidernewww1 li.current p+.btn,
.slidernewww1 li.current:after {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.slidernewww1 .slider li:before {
    transition: 0.5s;
    top: -250px !important;
}

.slidernewww1 li.current:before {
    transition-delay: 1s;
    transform: rotate(-90deg);
    top: -20px !important;
}

.slidernewww1 li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

.slidernewww1 li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.slidernewww1 .slider aside {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-align: center;
    z-index: 10;
}

.slidernewww1 .slider aside a {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background-color: var(--white);
    margin: 0 0.2rem;
    transition: transform .3s;
}

.slidernewww1 .slider em {
    background: var(--primary);
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
}

.slidernewww1 a.current_dot {
    transform: scale(1.4);
    background: var(--primary) !important;
}

@media screen and (max-width: 920px) {
    .slidernewww1 header {
        height: 70vh;
        position: relative;
    }

    .slidernewww1 .cs-down {
        display: none;
    }

    .slidernewww1 .slider {
        height: 70vh;
    }

    .slidernewww1 .slider article {
        width: 100%;
        margin-top: 2rem;
    }

    .slidernewww1 .slider li:nth-child(2) {
        background-position: top center;
    }

    .slidernewww1 .slider li:nth-child(3) {
        background-position: top center;
    }

    .slidernewww1 li.current:before {
        top: -30px;
        right: -10px;
    }
}

/* Slider New End */


/* Mission And Vision Start */
@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0turn;
    inherits: false;
}

.mission .card:hover {
    animation: 2s gradient-angle infinite linear;
}

.mission .card {
    /* animation: 2s gradient-angle infinite linear; */
    border: 4px solid transparent;
    background-image: linear-gradient(#5aa520de, #1ecceb), conic-gradient(from var(--gradient-angle), #9fb220 0%, #11c3ea 37%, #5aa520 30%, #0ac7ea 33%, #5aa520 40%, #46b67d 50%, #69ac36 77%, #38cfec 80%, #5aa520 83%, #0cc6eb 90%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

@keyframes gradient-angle {
    to {
        --gradient-angle: 1turn;
    }
}



.mission .card {
    display: grid;
    max-width: 100%;
    padding: 20px;
    text-decoration: none;
    color: currentColor;
    border-radius: 20px;
    place-content: center;
    place-items: center;
    aspect-ratio: 1/1;
    row-gap: 16px;
}

.mission .card h2 {
    /* font-family: "Comfortaa", sans-serif; */
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
}

.mission .card p {
    /* font-size: 12px; */
    color: white;
}

.mission .card img{
    width: 60px;
    height: 60px;
}

/* Mission And Vision ENd */

.uldes{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.uldes {
  list-style: none;
  padding: 0;
}

.uldes li {
  position: relative;
  padding-left: 30px; /* space for the image */
  margin-bottom: 10px;
}

.uldes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url('../NEWIMAGES/uldes.png'); /* replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
}
.center{
    justify-content: center;
}

.clr{
    color: #000a17;
}
.cert-section {
      position: relative;
      background-color: #fff;
      padding: 0;
    }

    .cert-banner {
      background: url('img/bg-cert.jpg') center center/cover no-repeat, #58a51b;
      padding: 60px 0 100px;
      color: white;
      position: relative;
      text-align: center;
    }

    .cert-heading {
      font-weight: 700;
      font-size: 2.5rem;
      color: white;
    }

    .cert-card-container {
      background: #f7f7f6;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      border-radius: 0px;
      margin-top: -70px;
      padding: 40px 20px;
      position: relative;
      z-index: 2;
    }

    .cert-card a {
      text-decoration: none;
      display: block;
      padding: 20px 10px;
      border:dotted 1px #d57315;
      border-radius: 0px;
      transition: 0.3s;
    }

    /* .cert-card a:hover {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    } */

    .cert-card img {
      max-width: 80px;
      margin-bottom: 10px;
    }

    .text-orange {
      color: #e97800;
      font-weight: 600;
    }

    .copyright{
        background-color: #000000;
        color: white;
    }
    .copyright a{
    color: #5aa520;
}


.page-header1 {
    background: url(../NEWIMAGES/abouthero.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header2 {
    background: url(../NEWIMAGES/servicehero.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header3 {
    background: url(../NEWIMAGES/exportshero.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header4 {
    background: url(../NEWIMAGES/contacthero.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header5 {
    background: url(../NEWIMAGES/spicehero.png) center center no-repeat;
    background-size: cover;
}
.page-header6 {
    background: url(../NEWIMAGES/fruitshero.png) center center no-repeat;
    background-size: cover;
}
.page-header7 {
    background: url(../NEWIMAGES/vegetableshero.png) center center no-repeat;
    background-size: cover;
}
.page-header8 {
    background: url(../NEWIMAGES/agriculturehero.png) center center no-repeat;
    background-size: cover;
}

.page-header {
  position: relative; /* Ensure the container is positioned for absolute positioning */
  background-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
  z-index: 1; /* Ensure overlay is above the background but below the content */
}
.page-header .container {
  position: relative;
  z-index: 2; /* Ensure content is above the overlay */
}
.page-header h1{
    color: white;
}
.page-header .breadcrumb-item a, .page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.page-header .breadcrumb-item a:hover, .page-header .breadcrumb-item.active {
    color: #13c9ea;
}
.aboutsmallimg img{
  width: 40px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #58a51b;
}


/*  */
    .modal-content {
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }
    .modal-header {
      border-bottom: none;
    }
    .form-control:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
    .form-label {
      font-weight: 500;
    }
    body.modal-open {
      overflow: hidden !important;
      padding-right: 0 !important;
    }

    /*  */
    .tab-buttons {
      margin-bottom: 30px;
      text-align: center;
    }

    .tab-buttons .btn {
      margin: 0 10px;
        padding: 15px 100px;
      border-radius: 30px;
      transition: all 0.3s ease;
    }

    .tab-buttons .btn.active {
      background-color: #5aa520;
      color: white;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .tab-buttons .btn:hover{
         background-color: #5aa520;
    }

    .tab-content-section {
      display: none;
      animation: fadeIn 0.5s ease-in-out;
    }

    .tab-content-section.active {
      display: flex;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(15px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .tab-image {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .tab-text h3 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .tab-text p {
      font-size: 16px;
      line-height: 1.7;
      color: #555;
    }

    .btn-outline-primary {
    color: #000000;
    border-color: #5aa520;
}
    /*  */

    .modal-header h5{
        font-size: 19px;
    }