.btn-success {
    color: #fff;
    background-color: #D97D55;
    border-color: #D97D55;
}

.btn-success:hover {
    color: #fff;
    background-color: #34656D;
    border-color: #34656D;
}

.mega-menu li {
    padding: 5px 0px;

}

.mega-menu li a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.sectionForm {
    padding: 40px 15px;
}

.form-section {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.form-title {
    border-left: 4px solid #D97D55;
    padding-left: 10px;
    font-weight: 600;
    color: #D97D55;
    margin-bottom: 20px;
    font-size: 18px;
}

.form-control,
.form-control-file {
    border-radius: 6px;
}

.btn-success {
    background-color: #D97D55;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-success:hover {
    background-color: #218838;
}

@media (max-width: 767px) {
    .form-section {
        padding: 20px 15px;
    }

    .form-title {
        font-size: 16px;
    }

    label {
        font-size: 14px;
    }
}


h5.section-heading {
    border-left: 4px solid #7B542F;
    padding-left: 10px;
    font-weight: 600;
    color: #7B542F;
    margin-bottom: 20px;
    font-size: 18px;
}

hr {
    margin: 1.8rem 0;
    border-top: 1px solid #dee2e6;
}

.required::after {
    content: " *";
    color: #dc3545;
}

.btn-primary {
    background-color: #D97D55;
    border-color: #D97D55;
}

.btn-primary:hover {
    background-color: #1e7e34;
    border-color: #1e7e34;
}

.form-control,
.custom-select {
    border-radius: 0.35rem;
}

.custom-file-label::after {
    content: "Browse";
}

@media (max-width: 575.98px) {
    .sectionForm {
        padding: 20px 15px;
    }

    .section-heading {
        font-size: 1rem;
    }
}


/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 35px;
    right: 0px;
    /*background-color:#25d366;*/
    background-color: #259208;
    color: #FFF;
    /*border-radius:50px;*/
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp_float:hover .whatsapp-icon {
    color: #e8ab16;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 75px;
        right: 0px;
        font-size: 22px;
    }
}


.seo-page-box {
    padding: 0px 30px;
}

h1, h2, h3 {
    color: #2b3a2f;
    font-weight: 600;
    margin-bottom: 15px;
}

h1 {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 40px;
    color: #1e3d24;
}

h2 {
    font-size: 1.6rem;
    border-left: 4px solid #9ecb85;
    padding-left: 10px;
    /*margin-top: 40px;*/
}

h3 {
    font-size: 1.3rem;
    color: #345e37;
    margin-top: 25px;
}

/*!* 🌿 Paragraphs *!*/
/*p {*/
/*    font-size: 1rem;*/
/*    margin-bottom: 15px;*/
/*}*/

/* 🌿 Images */
/*img {*/
/*    width: 100%;*/
/*    max-width: 500px;*/
/*    height: auto;*/
/*    display: block;*/
/*    margin: 10px 0 20px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
/*}*/

/* 🌿 Section Styling */
section {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* 🌿 Contact Section */
.contact-info {
    background: #e9f3e3;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.contact-info p {
    margin: 10px 0;
    font-size: 1.1rem;
}

/* 🌿 Links */
a {
    color: #2d6a4f;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

/* 🌿 Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .container {
        width: 95%;
        padding: 20px 0;
    }

    img {
        max-width: 100%;
    }
}

.mor-slide-click {
    cursor: pointer;
}

.term-text-box {
    padding-left: 15px;
    overflow-y: scroll;
}

.term-text-box p{
    font-size: 18px;
    padding-bottom: 15px;
}

/**/

body {
    background-color: #f8f9fa; /* same as bg-light */
    overflow-x: hidden !important;
}

.cart-table img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

/* ✅ Make table responsive and readable on mobile */
@media (max-width: 767.98px) {
    .cart-table thead {
        display: none;
    }

    .cart-table tbody tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 10px;
        background-color: #fff;
    }

    .cart-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 8px 5px;
    }

    .cart-table td::before {
        content: attr(data-label);
        font-weight: 600;
        text-transform: capitalize;
    }

    .cart-table td:last-child {
        border-bottom: none;
    }

    tfoot td {
        text-align: center !important;
    }
}