@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Qwigley&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body,
html {
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-style: normal;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.Container {
    max-width: 1200px;
    margin: auto;
    padding: 0;
}

/* top header */

.top-header {
    background-color: #026E16;
    /* or match your green tone */
    height: 40px;
    color: white;
    font-size: 16px;
}

.top-header .social-icons a {
    color: white;
    margin-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-header .social-icons a:hover {
    color: #ccc;
}

/* For mobile - show in mobile menu instead */
@media (max-width: 991.98px) {
    .top-header {
        display: none;
    }
}


/* navbar */
.navbar {
    background-color: #fff;
}

.top-header {
    font-size: 14px;
    background-color: #008044;
    color: #fff;
    z-index: 1020;
}

.top-header i {
    margin-right: 5px;
}

.Top_header {
    background: #001117;
}


.navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    margin-right: 15px;
}

.navbar-nav .nav-link:hover {
    color: #026E16 !important;
}

.nav-item .active {
    color: #008245 !important;
    font-size: 17px;
}

.consult-btn {
    margin-right: 25px;
}

.consult-btn a {
    text-decoration: none;
    color: #000;
    /* background-color: #B2D234; */
    background-color: #008245;
    padding: 10px 40px;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    border: 3px solid #B2D234;
    color: #fff;
}

.consult-btn a:hover {
    background-color: #0a0a1a;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-toggler {
    border-color: white;
    /* optional: white border */
}



/* navbar exit */

/* loader */
/* Loader styles */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loader-img {
    width: 100px;
    height: auto;
    animation: spin 3s linear infinite;
    /* light, slow rotation */
}

/* Keyframes for rotation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Hide the loader when page is loaded */
.fade-out {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

/* carousel */
.carousel-item img {
    margin-top: 120px;
    height: 600px;
    margin-top: 20px;
}

.carousel-item {
    position: relative;
    margin-top: -18px;
}

/* Black overlay over image */
.carousel-item::after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Caption content style */
.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px 20px;
}

.carousel-caption h5 {
    font-size: 35px;
    font-weight: 600;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
    .carousel-item img {
        height: 500px;
        margin-top: 80px;
    }

    .carousel-item::after {
        height: 500px;
        top: 80px;
    }

    .carousel-caption {
        top: 60%;
        padding: 5px 15px;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .carousel-item img {
        height: 400px;
        margin-top: 80px;
    }

    .carousel-item::after {
        height: 400px;
        top: 80px;
    }

    .carousel-caption {
        top: 50%;
        padding: 5px 15px;
    }

    .carousel-caption h5 {
        font-size: 16px !important;
        width: 300px !important;
        margin-left: -94px;
        margin-top: 25%;
    }
}


.Carousal-text {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 650px;
    text-align: center;
    z-index: 2;
}

.carousel-item img,
.carousel-item::after {
    transition: all 0.3s ease-in-out;
}

.Carousal-text p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 18px;
}

.Carousal-text h5 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 15px;
}

.Carousal-text h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
}

.Carousal-text a {
    display: inline-block;
    background: #fff;
    color: #008245 !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    margin: 15px 0;
}

.Carousal-text a:hover {
    background: #169e26;
    color: #fff !important;
}

/* Mobile responsiveness */
/* Mobile styles */
@media (max-width: 768px) {
    .Carousal-text {
        position: absolute;
        top: 50%;
        left: 5%;
        right: 5%;
        transform: translateY(-50%);
        text-align: center;
        padding: 10px;
        z-index: 2;
        /* Keep above image but below controls */
        pointer-events: auto;
        /* Allow links/buttons inside to work */
    }

    .Carousal-text h2 {
        font-size: 20px;
        line-height: 1.3;
        max-width: 250px;
        margin: 0 auto;
    }

    .Carousal-text h5 {
        font-size: 15px;
        margin: 20px 0;
    }

    .Carousal-text p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
        margin-top: 65px;
    }

    .Carousal-text a.btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    .Carousal-text .para {
        font-size: 14px !important;
        margin-top: 20px;
    }
}

/* Make carousel controls always clickable */
.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
}

/* Carousal_end */

/* about_wrapper */
.about_wrapper {
    padding: 50px 0;
    background-color: #EBDDC6;
}

.about_wrapper h3 {
    font-size: 40px;
    color: #272725;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}

.about_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16%;
    height: 3px;
    background-color: #021319;
    border-radius: 2px;
}

@media (max-width:500px) {
    .about_wrapper h3 {
        font-size: 30px;
    }

    .about-para {
        margin-top: 13px !important;
    }
}

.about_img {
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
}

.about_img img {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.about_img:hover img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

.about-para {
    font-size: 15px;
    color: #272725;
    padding: 0 20px;
    margin-top: 20%;
}

.about_anchor {

    padding: 40px;
    text-align: center;
}

.about-btn {
    background-color: #008044;
    color: #fff;
    padding: 8px 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-btn:hover {
    background-color: #7bbc1a;
    border: 3px solid #008044;
    transform: translateY(-2px);
}

.arrow {
    font-size: 20px;
}

.about-p p {
    padding: 0 20px;
    color: #000;

}

.about-p {
    margin-top: 50px;

}


.mission_wrapper {
    padding: 50px 0;
}

.col-md-6 .rounded-3 {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.col-md-6 .rounded-3:hover {
    transform: translateY(-10px) scale(1.02);
    /* lift + slight zoom */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    /* deeper shadow */
}

.Values_wrapper {
    padding: 50px 0;
}

.glance-section {
    background: #d9e8b2 url('images/bg-pattern.png') repeat;
    padding: 120px 0;
    /* use your wheat pattern */
}

.glance-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.glance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.glance-card img {
    height: 220px;
    object-fit: cover;
}

.glance-card .card-title {
    color: #008245;
}

.read-more {
    color: green;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

/*Banner_wrapper */

/* banner_wrapper */


/* Optional: Content inside should be above the overlay */
.banner_wrapper>* {
    position: relative;
    z-index: 2;
}

.banner_wrapper {
    position: relative;
    background-image: url(./images/banner/bedcrumb.jpg);
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.banner_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Black overlay */
    z-index: 1;
}

.banner_content {
    position: relative;
    z-index: 2;
}

.banner_content h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.breadcrumb {
    background: #008044;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb span {
    color: white;
    font-weight: 500;
}

/*Banner_wrapper */

/* Product wrapper*/
.Product_wrapper {
    background-color: #DAFFD1;
    padding: 80px 0;
}

.Product_wrapper h2 {
    font-size: 33px;
    color: #272725;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}

.Product_wrapper h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26%;
    height: 3px;
    background-color: #021319;
    border-radius: 2px;
}

.section-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.product-card {
    background: #e9ffe9;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.product-card img {
    max-height: 230px;
    object-fit: contain;
    margin-bottom: 15px;
}

.price {
    font-weight: bold;
    color: green;
    font-size: 18px;
}


.btn-custom {
    background: #00994d;
    color: white;
    border-radius: 8px;
    margin: 5px 0;
}

.btn-custom:hover {
    background: #007a3d;
}

.badge-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 14px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.products-section {
    background-color: #E9FFE9;
}

.product-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-link {
    color: #064d2b;
    text-decoration: none;
    font-weight: 600;
}

.product-link:hover {
    text-decoration: underline;
    color: #046636;
}

.product_button {
    margin-top: 50px;
}

.product_button .btn {
    padding: 8px 250px;
    background-color: #008245;
    color: #fff;
}

.product_button .btn:hover {
    background-color: #008044;
    color: #fff;
}

@media (max-width:500px) {
    .product_button .btn {
        padding: 8px 100px;
        background-color: #008245;
        color: #fff;
    }
}

/* Product wrapper exit */

/* we_care_for_you_wrappper */
.we_care_for_you_wrappper {
    padding: 30px 0;
}

.we_care_for_you_wrappper h2 {
    font-size: 33px;
    color: #272725;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}

.we_care_for_you_wrappper h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26%;
    height: 3px;
    background-color: #021319;
    border-radius: 2px;
}

.care_card {
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.care_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    /* deeper shadow on hover */
}

.care_card img {
    height: 200px;
}

.care_text h5 {
    font-size: 18px;
    color: #008044;
}

.border-divider {
    position: relative;
}

.border-divider::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    /* adjust spacing */
    width: 2px;
    height: 100%;
    background-color: darkgreen;
}



/* we_care_for_you_wrappper exit */

/* Service_area_wrapper */
.Service_area_wrapper {
    background-color: #D9E3B2;
    padding: 50px 0;
}

.Service_area_wrapper h2 {
    font-size: 33px;
    color: #272725;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}

.Service_area_wrapper h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 3px;
    background-color: #021319;
    border-radius: 2px;
}

.custom-btn {
    background-color: #064d2b;
    /* dark green */
    color: #fff;
    /* white text */
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.custom-btn:hover {
    background-color: #046636;
    /* lighter green on hover */
    transform: translateY(-2px);
    color: #fff;
}

.border-right-dark-green {
    border-right: 3px solid #006400;
    /* Dark Green */
}

@media (max-width: 767.98px) {
    .border-left-dark-green {
        border-left: none;
        border-top: 3px solid #006400;
        margin-top: 2rem;
        padding-top: 1rem;
    }
}

.video-wrapper .video_wrap {
    margin-top: 20%;
}


/* 
Service_area_wrapper */

/* ingredients */
.Ingredients_section {
    background-color: #222;
    padding: 15px 0;
    /* Dark background */
}

.Ingredients_section h3 {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.section-title {
    color: #fff;
    /* White text */
    font-weight: 600;
    /* Bold text */
    font-size: 2rem;
    /* Adjust size */
}

.para {
    padding: 50px 0;
}

.section-orange {
    background-color: rgb(251, 150, 48) !important;
    text-align: center;
    color: #fff;
    padding: 50px 100px !important;
    justify-content: space-between !important;

}

.section-orange .fs-4 {
    font-size: 25px !important;
}

@media (max-width:500px) {
    .section_orange_anchor {
        margin-left: 35px;
    }

    .section-orange .fs-4 {
        font-size: 20px !important;
    }
}

@media (max-width:450px) {
    .section_orange_anchor {
        margin-left: 35px;
    }

    .section-orange .fs-4 {
        font-size: 20px !important;
    }

    .whatsapp-btn {
        margin-left: -15px;
    }
}


.whatsapp-btn {
    text-decoration: none;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 6px;
    background-color: #25D366;
    color: white;
    transition: background-color 0.3s;
}

.whatsapp-btn:hover {
    background-color: #1ebe5b;
}



/* Common Section Style */
.section {
    text-align: center;
    padding: 60px 20px;
    color: #fff;
}

/* First Section */
.section-dark {
    background-color: #0a0a1a;
}

/* Second Section */
.section-orange {
    background-color: #f15a24;
}

/* Heading */
.section h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.whatsapp-btn:hover {
    background: #1da851;
}




/* ingredients_exit */




/* Gallery_wrapper */
.Gallery_wrapper {
    padding: 50px 0;
}


.gallery-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    margin: 10px;
    transition: 0.3s ease;
    padding: 5px;
}

.gallery-img img:hover {

    background-color: #f0a03e;
    filter: brightness(80%);
}

/* 2-column layout on mobile */
@media (max-width: 500px) {
    .Gallery_wrapper .col-md-3 {
        width: 40px !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 10px;
        margin-right: -10px;
    }
}

.video-breadcrumb-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.breadcrumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.breadcrumb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.breadcrumb-title {
    font-size: 45px;
    margin: 0;
}

/* Breadcrumb navigation */
.breadcrumb-nav {
    padding: 15px;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 16px;
}

.breadcrumb-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.breadcrumb-nav span {
    margin: 0 8px;
    color: #fff;
    font-size: 18px;
}

/* Responsive Styling */
@media (max-width: 576px) {

    .breadcrumb-title {
        font-size: 28px;
        margin-top: 10%;
    }

    .breadcrumb-nav {
        font-size: 14px;
    }
}

/*Gallery_wrapper */

/* carrer_wrapper */


.Carrer_Wrapper h3 {
    color: #000;
    font-size: 40px;
    text-align: center;
}

.Career_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 80px;
}

.Career_card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.2s ease;
    border: 1px solid #000;
}

.Career_card:hover {
    transform: translateY(-5px);
}

.Career_card h4 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #004f12;
    font-weight: 600;
}

.Career_card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.carrer_btn {
    text-align: center;
    margin: 20px 0;
}

.carrer_btn a {
    display: inline-block;
    background-color: #25D366; /* WhatsApp Green */
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.carrer_btn a:hover {
    background-color: #1ebe5d;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 576px) {
    .carrer_btn a {
        font-size: 12px;
        padding: 10px 20px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .Career_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile - 2 cards side by side */
@media (max-width: 600px) {
    .Career_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 50px 10px;
    }

    .Career_card {
        padding: 15px;
    }

    .Career_card h4 {
        font-size: 16px;
    }

    .Career_card p {
        font-size: 13px;
    }
}

/* Carrer Wrapper Exit */

/* form */
.form-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    color: #002147;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 70px;
}

form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

input,
select,
textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: none;
    background: #f6f7fa;
    border-radius: 6px;
    outline: none;
}

textarea {
    grid-column: span 2;
    min-height: 120px;
    resize: none;
}

.submit-btn {
    grid-column: span 2;
    text-align: center;
    margin-top: 50px;
}

.submit-btn .button-btn {
    background: linear-gradient(90deg, #0047ab, #002b80);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease-in-out;

}

.submit-btn .button-btn:hover {
    background-color: #FF2D55 !important;
}


button {
    background: linear-gradient(90deg, #0047ab, #002b80);
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    form {
        grid-template-columns: 1fr;
    }

    textarea,
    .submit-btn {
        grid-column: span 1;
    }
}

/* Careers_wrapper */
#backToTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    padding: 12px 21px;
    border-radius: 100%;
    transition: background-color 0.3s, transform 0.3s;
}

#backToTop:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}



/* form_exit */

/* Contact */
.contact_wrapper {
    padding: 80px 0;
}

.contact_wrapper h3 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 30px;
}

.contact_wrapper h3 {
    font-size: 35px;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.contact_wrapper h3::after {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    /* adjust as needed */
    height: 4px;
    background-color: #021319;
    border-radius: 2px;
}

.contact_list {
    font-size: 18px;
    text-align: left;
    font-family: "poppins";
}

.contact_list strong {
    font-size: 20px;
    text-align: left;
    margin-right: 10px;
}

@media (max-width:500px) {
    .contact_map {
        margin-top: 20px;
        width: 100% !important;
    }
}



@media(max-width:450px) {
    .contact_text {
        width: 107%;
    }
}

.Contact-text {
    background-color: #00994d;
    padding: 80px 30px;
}

.contact_list {
    color: #fff;
}

.Contact-text li {
    list-style: none;
    margin-bottom: 20px;
}


/* contact_wrapper */


/* Footer */
.footer_wrapper {
    background-color: #111421;
    padding-top: 50px;
}

.footer_wrapper h5 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.footer_wrapper .contact-info ul a {
    padding: 0;
}

.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
    font-size: .875rem;
}

.footer_wrapper ul li a {
    color: #fff;
}

.list-unstyled li a {
    font-size: 14px;
    font-weight: 500;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: #e34252;
    font-weight: 700;
}

.footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--bg-light-blue);
    color: var(--text-light);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    transform: translateY(-0.1875rem);
}

.footer_wrapper ::placeholder {
    color: var(--text-light);
}

.footer_wrapper .form-control {
    color: var(--text-light);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--bg-white);
}

.footer_wrapper .copyright-section {
    padding: 1rem 0 1rem;
    text-align: center;
}

.footer_wrapper .copyright-section a {
    color: #fff;
    font-weight: 600;
}

.payment-section {
    background-color: #008245;
    /* Blue background */
    color: white;
    text-align: center;
    padding: 10px 0;
}

.payment-section h2 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.payment-icons img {
    width: 400px;
    height: auto;
    border-radius: 6px;
    background-color: white;
    padding: 5px;
}

@media (max-width:500px) {
    .payment-icons {
        padding: 0 15px;
    }
}

/* Footer Background */
.copyright-section {
    background-color: #064d2b;
    /* Dark Green */
}

.admin_section {
    background-color: #000;
    padding: 15px 0;
}

.admin_section a {
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.admin_section a {
    color: #fff;
    /* link text white */
    text-decoration: none;
}

.admin_section .divider {
    color: #fff;
    /* makes || white */
    margin: 0 8px;
}

/* Gallery Images */
.footer_wrapper .row .col-lg-3 .row img {
    height: 70px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.footer_wrapper .row .col-lg-3 .row img:hover {
    transform: scale(1.05);
}

/* Designed by Link */
.star_anchor {
    color: red !important;
    /* red link */
    font-weight: 600;
    text-decoration: none;
}

.star_anchor:hover {
    text-decoration: underline;
}

/* policy */
.Policy_inner {
    padding: 50px 0;
}

.Policy_inner p {
    color: #000;
    font-size: 15px;
}

@media (max-width: 500px) {
    .Policy_inner p {
        color: #000;
        font-size: 14px;
        padding: 0 10px;
    }

    .policy_inn p {
        font-size: 14px;
    }

    .Policy_inner h5 {
        font-size: 18px !important;
        padding: 0 10px;
        font-weight: 600;
    }
}

.Policy_inner h5 {
    font-size: 25px;
}

/* whatsapp_icon */
.fixed-contact-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fixed-contact-icons a {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    /* WhatsApp green for both by default */
    color: white;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.fixed-contact-icons .call-icon {
    background-color: #0d6efd;
    /* Blue for call */
}

.fixed-contact-icons a:hover {
    transform: scale(1.1);
}

.fixed-contact-icons {
    position: fixed;
    bottom: 20px;
    z-index: 999;
}