/* =========================================================
   SEEDHUB - ABOUT PAGE
========================================================= */

/* =========================================================
   ABOUT PAGE
========================================================= */

.about-page {
    width: 100%;
    padding: 55px 30px 80px;
    background: #ffffff;
    box-sizing: border-box;
}


/* =========================================================
   ABOUT CONTAINER
========================================================= */

.about-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   ABOUT INTRO
========================================================= */

.about-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
    margin-bottom: 55px;
}


/* =========================================================
   ABOUT TEXT
========================================================= */

.about-text {
    padding: 10px 0;
}

.about-label {
    display: inline-block;
    margin-bottom: 10px;

    color: #d5ae00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.about-text h1 {
    margin: 0 0 20px;

    color: #245b45;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 600;
}

.about-text p {
    margin: 0 0 15px;

    color: #56636b;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   ABOUT BUTTON
========================================================= */

.about-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 10px;
    padding: 13px 22px;

    background: #245b45;
    color: #ffffff;

    border-radius: 5px;
    text-decoration: none;

    font-size: 14px;
    transition: 0.2s ease;
}

.about-button:hover {
    background: #d5ae00;
}


/* =========================================================
   ABOUT IMAGE
========================================================= */

.about-image {
    width: 100%;
    height: 350px;

    overflow: hidden;
    border-radius: 10px;

    background: #e8eee5;
}

.about-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}


/* =========================================================
   MISSION & VISION SECTION
========================================================= */

.mv-section {
    width: 100%;
    max-width: 1100px;

    margin: 65px auto;

    box-sizing: border-box;
}


/* =========================================================
   MISSION & VISION HEADING
========================================================= */

.mv-heading {
    text-align: center;
    margin-bottom: 40px;
}

.mv-heading span {
    display: block;
    margin-bottom: 8px;

    color: #d5ae00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.mv-heading h2 {
    margin: 0 0 10px;

    color: #245b45;
    font-size: 32px;
    font-weight: 600;
}

.mv-heading p {
    margin: 0;

    color: #68737a;
    font-size: 14px;
}


/* =========================================================
   MISSION & VISION CARDS
========================================================= */

.mv-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 25px;
    width: 100%;
}


/* =========================================================
   MISSION / VISION CARD
========================================================= */

.mv-card {
    position: relative;

    padding: 32px;
    min-height: 320px;

    background: #245b45;
    border-radius: 12px;

    box-sizing: border-box;
    overflow: hidden;

    transition: all 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 15px 30px rgba(36, 91, 69, 0.20);
}


/* =========================================================
   CARD TOP
========================================================= */

.mv-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}


/* =========================================================
   ICON
========================================================= */

.mv-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 23px;

    position: relative;
    z-index: 2;
}


/* =========================================================
   LABEL
========================================================= */

.mv-label {
    display: block;
    margin-bottom: 8px;

    color: #f5d21f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================================
   CARD TITLE
========================================================= */

.mv-card h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;

    position: relative;
    z-index: 2;
}


/* =========================================================
   CARD TEXT
========================================================= */

.mv-card p {
    margin: 0;

    color: #dce8e1;

    font-size: 14px;
    line-height: 1.8;

    position: relative;
    z-index: 2;
}


/* =========================================================
   CARD LINE
========================================================= */

.mv-line {
    width: 100%;
    height: 1px;

    margin: 25px 0 12px;

    background: rgba(255, 255, 255, 0.20);

    position: relative;
    z-index: 2;
}


/* =========================================================
   BOTTOM TEXT
========================================================= */

.mv-bottom {
    color: #dce8e1;

    font-size: 12px;
    letter-spacing: 0.5px;

    position: relative;
    z-index: 2;
}


/* =========================================================
   DECORATIVE CIRCLES
========================================================= */

.mv-card::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    bottom: -90px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.mv-card::before {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    right: -45px;
    bottom: -55px;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.about-why {
    margin-top: 60px;
    margin-bottom: 55px;
}

.about-why-heading {
    text-align: center;
    margin-bottom: 35px;
}

.about-why-heading h2 {
    margin: 0 0 10px;

    color: #245b45;
    font-size: 30px;
    font-weight: 600;
}

.about-why-heading p {
    margin: 0;

    color: #666666;
    font-size: 15px;
}


/* =========================================================
   FEATURES
========================================================= */

.about-features {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}


/* =========================================================
   FEATURE CARD
========================================================= */

.about-feature {
    padding: 25px 18px;

    background: #ffffff;
    border-radius: 8px;

    text-align: center;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.05);

    transition: 0.2s ease;
}

.about-feature:hover {
    transform: translateY(-4px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.09);
}


/* =========================================================
   FEATURE ICON
========================================================= */

.about-feature > i {
    margin-bottom: 15px;

    color: #245b45;
    font-size: 28px;
}


/* =========================================================
   FEATURE TITLE
========================================================= */

.about-feature h3 {
    margin: 0 0 9px;

    color: #333333;

    font-size: 17px;
    font-weight: 600;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.about-feature p {
    margin: 0;

    color: #6b6b6b;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   ABOUT CTA
========================================================= */

.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 30px 35px;

    background: #245b45;
    border-radius: 8px;

    box-sizing: border-box;
}


/* =========================================================
   CTA TITLE
========================================================= */

.about-cta h2 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 600;
}


/* =========================================================
   CTA TEXT
========================================================= */

.about-cta p {
    margin: 0;

    color: #e4eee8;

    font-size: 14px;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.about-cta a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 13px 22px;

    background: #f5d21f;
    color: #245b45;

    border-radius: 5px;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    white-space: nowrap;

    transition: 0.2s ease;
}

.about-cta a:hover {
    background: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .about-page {
        padding: 50px 25px 65px;
    }

    .about-intro {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-image {
        height: 300px;
    }

    .about-features {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   TABLET - MISSION / VISION
========================================================= */

@media (max-width: 750px) {

    .mv-section {
        padding: 0 20px;
    }

    .mv-cards {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .about-page {
        padding: 45px 15px 60px;
    }

    .about-text h1 {
        font-size: 30px;
    }

    .about-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-image {
        height: 240px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-cta {
        flex-direction: column;
        align-items: flex-start;

        padding: 25px;
    }

    .about-cta h2 {
        font-size: 21px;
    }

    .about-cta a {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE - MISSION / VISION
========================================================= */

@media (max-width: 500px) {

    .mv-section {
        margin: 45px auto;
        padding: 0 15px;
    }

    .mv-heading h2 {
        font-size: 27px;
    }

    .mv-heading p {
        line-height: 1.6;
    }

    .mv-card {
        padding: 25px;
        min-height: auto;
    }

    .mv-card h3 {
        font-size: 23px;
    }

    .mv-icon {
        width: 52px;
        height: 52px;

        font-size: 21px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .about-page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .about-text h1 {
        font-size: 27px;
    }

    .about-button {
        width: 100%;
        justify-content: center;
    }

    .mv-section {
        padding: 0 5px;
    }

    .mv-card {
        padding: 22px;
    }

    .about-cta {
        padding: 22px;
    }

}


/* =========================================================
   SEEDHUB - CONTACT PAGE
========================================================= */

.contact-page {
    width: 100%;
    padding: 55px 30px 80px;
    background: #ffffff;
    box-sizing: border-box;
}

.contact-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 45px;

    box-sizing: border-box;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


/* =========================================================
   CONTACT BOX
========================================================= */

.contact-box {
    padding: 28px 25px;

    background: #ffffff;
    border: 1px solid #e5e9e6;
    border-radius: 8px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);

    box-sizing: border-box;
}

.contact-box h3 {
    margin: 0;

    color: #245b45;
    font-size: 20px;
    font-weight: 600;
}

.yellow-line {
    width: 45px;
    height: 3px;

    margin: 12px 0 20px;

    background: #f5d21f;
    border-radius: 2px;
}


/* =========================================================
   WORKING DAYS
========================================================= */

.working-days p {
    margin: 0 0 12px;

    color: #5f6b65;
    font-size: 14px;
    line-height: 1.7;
}

.working-days p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   STORE ADDRESS
========================================================= */

.address-title {
    margin: 0 0 20px;

    color: #68736d;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    margin-bottom: 18px;
}

.contact-info-row i {
    width: 18px;
    margin-top: 3px;

    color: #245b45;
    font-size: 16px;

    flex-shrink: 0;
}

.contact-info-row span,
.contact-info-row a {
    color: #5f6b65;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}

.contact-info-row a:hover {
    color: #245b45;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 22px;
}

.social-icons a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #245b45;
    color: #ffffff;

    border-radius: 50%;

    text-decoration: none;

    transition: 0.2s ease;
}

.social-icons a:hover {
    background: #f5d21f;
    color: #245b45;
    transform: translateY(-2px);
}


/* =========================================================
   CONTACT FORM BOX
========================================================= */

.contact-form-box {
    padding: 35px;

    background: #ffffff;

    border: 1px solid #e5e9e6;
    border-radius: 8px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

    box-sizing: border-box;
}

.contact-form-box h2 {
    margin: 0 0 30px;

    color: #245b45;
    font-size: 26px;
    font-weight: 600;
}


/* =========================================================
   FORM ROW
========================================================= */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    margin-bottom: 20px;
}


/* =========================================================
   FORM GROUP
========================================================= */

.form-group {
    width: 100%;
}

.form-group label {
    display: block;

    margin-bottom: 8px;

    color: #39443e;
    font-size: 13px;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;

    padding: 12px 14px;

    background: #ffffff;

    border: 1px solid #d9dfdb;
    border-radius: 5px;

    color: #333333;
    font-family: inherit;
    font-size: 14px;

    outline: none;

    box-sizing: border-box;

    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}

.form-group input {
    height: 45px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a0a7a3;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #245b45;

    box-shadow:
        0 0 0 3px rgba(36, 91, 69, 0.08);
}


/* =========================================================
   MESSAGE
========================================================= */

.message-group {
    margin-bottom: 22px;
}

.form-group textarea {
    min-height: 145px;

    resize: vertical;
    line-height: 1.6;
}


/* =========================================================
   RECAPTCHA
========================================================= */

.recaptcha-box {
    width: 100%;
    min-height: 75px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 12px 15px;

    margin-bottom: 22px;

    background: #f8f9f9;

    border: 1px solid #dfe3e1;
    border-radius: 4px;

    box-sizing: border-box;
}

.recaptcha-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recaptcha-check input {
    width: 20px;
    height: 20px;

    cursor: pointer;
}

.recaptcha-check label {
    color: #4e5752;
    font-size: 13px;
    cursor: pointer;
}

.recaptcha-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;

    color: #777777;
    font-size: 9px;
}

.recaptcha-logo i {
    font-size: 20px;
}


/* =========================================================
   SEND BUTTON
========================================================= */

.send-message-btn {
    width: 100%;

    padding: 14px 20px;

    border: none;
    border-radius: 5px;

    background: #245b45;
    color: #ffffff;

    font-family: inherit;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.2s ease;
}

.send-message-btn:hover {
    background: #f5d21f;
    color: #245b45;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .contact-page {
        padding: 50px 25px 65px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .contact-page {
        padding: 45px 15px 60px;
    }

    .contact-left {
        grid-template-columns: 1fr;
    }

    .contact-form-box {
        padding: 25px 20px;
    }

    .contact-form-box h2 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .contact-page {
        padding: 40px 12px 50px;
    }

    .contact-box {
        padding: 23px 20px;
    }

    .contact-form-box {
        padding: 23px 17px;
    }

    .contact-form-box h2 {
        font-size: 21px;
    }

    .recaptcha-box {
        align-items: flex-start;
        gap: 15px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .contact-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-box {
        padding: 20px 17px;
    }

    .contact-form-box {
        padding: 20px 15px;
    }

    .contact-info-row {
        gap: 10px;
    }

    .contact-info-row span,
    .contact-info-row a {
        font-size: 13px;
    }

}

/* =========================================================
   SEEDHUB INDIA
   CANCELLATION & REFUND PAGE
========================================================= */


/* =========================================================
   PAGE HEADER
========================================================= */

.refund-page-header {
    width: 100%;
    padding: 60px 30px;

    background: #245b45;
    color: #ffffff;

    box-sizing: border-box;
}

.refund-header-content {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    text-align: center;
}

.refund-small-title {
    display: block;

    margin-bottom: 10px;

    color: #f5d21f;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.refund-header-content h1 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 38px;
    line-height: 1.25;
    font-weight: 600;
}

.refund-header-content p {
    max-width: 650px;

    margin: 0 auto;

    color: #dce8e1;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   REFUND PAGE
========================================================= */

.refund-page {
    width: 100%;

    padding: 60px 30px 80px;

    background: #ffffff;

    box-sizing: border-box;
}

.refund-container {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.refund-intro {
    display: flex;
    align-items: flex-start;

    gap: 20px;

    padding: 25px 28px;

    margin-bottom: 35px;

    background: #f7faf8;

    border: 1px solid #e1e9e4;
    border-radius: 8px;

    box-sizing: border-box;
}

.refund-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 21px;
}

.refund-intro h2 {
    margin: 0 0 8px;

    color: #245b45;

    font-size: 22px;
    font-weight: 600;
}

.refund-intro p {
    margin: 0;

    color: #5f6b65;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   POLICY GRID
========================================================= */

.refund-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 22px;

    width: 100%;
}


/* =========================================================
   REFUND CARD
========================================================= */

.refund-card {
    position: relative;

    padding: 28px 25px;

    background: #ffffff;

    border: 1px solid #e2e8e4;
    border-radius: 8px;

    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.04);

    box-sizing: border-box;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.refund-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 25px rgba(36, 91, 69, 0.10);
}


/* =========================================================
   CARD ICON
========================================================= */

.refund-card-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    background: #eef5f0;
    color: #245b45;

    border-radius: 50%;

    font-size: 19px;
}

.refund-card h2 {
    margin: 0 0 15px;

    color: #245b45;

    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.card-description {
    margin: 0 0 12px;

    color: #5f6b65;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   CARD LIST
========================================================= */

.refund-card ul {
    margin: 0;
    padding-left: 20px;
}

.refund-card li {
    margin-bottom: 10px;

    color: #5f6b65;

    font-size: 14px;
    line-height: 1.7;
}

.refund-card li:last-child {
    margin-bottom: 0;
}

.refund-card strong {
    color: #394b42;
    font-weight: 600;
}


/* =========================================================
   INNER LIST
========================================================= */

.refund-card ul.inner-list {
    margin-top: 5px;
    margin-bottom: 12px;

    padding-left: 38px;
}

.refund-card ul.inner-list li {
    margin-bottom: 7px;
}


/* =========================================================
   EMAIL LINKS
========================================================= */

.refund-card a {
    color: #245b45;

    font-weight: 600;

    text-decoration: none;
}

.refund-card a:hover {
    color: #d5ae00;

    text-decoration: underline;
}


/* =========================================================
   POLICY BADGE
========================================================= */

.policy-badge {
    display: inline-block;

    margin-bottom: 15px;
    padding: 5px 10px;

    background: #eef7ef;
    color: #245b45;

    border: 1px solid #d4e5d8;
    border-radius: 20px;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.4px;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.refund-contact {
    display: flex;
    align-items: flex-start;

    gap: 20px;

    margin-top: 35px;
    padding: 30px;

    background: #245b45;

    border-radius: 9px;

    box-sizing: border-box;
}

.contact-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 21px;
}

.contact-content {
    flex: 1;
}

.contact-content h2 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 23px;
    font-weight: 600;
}

.contact-content > p {
    margin: 0 0 22px;

    color: #dce8e1;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.contact-details {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.contact-item {
    min-width: 0;
}

.contact-label {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 7px;

    color: #f5d21f;

    font-size: 13px;
}

.contact-label i {
    font-size: 13px;
}

.contact-item a,
.contact-item span {
    color: #ffffff;

    font-size: 13px;
    line-height: 1.6;

    text-decoration: none;

    word-break: break-word;
}

.contact-item a:hover {
    color: #f5d21f;
}


/* =========================================================
   NOTE
========================================================= */

.refund-note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 25px;
    padding: 17px 20px;

    background: #fffbea;

    border-left: 3px solid #f5d21f;
    border-radius: 4px;

    box-sizing: border-box;
}

.refund-note > i {
    margin-top: 3px;

    color: #c49d00;

    font-size: 16px;

    flex-shrink: 0;
}

.refund-note p {
    margin: 0;

    color: #626862;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .refund-page-header {
        padding: 50px 25px;
    }

    .refund-header-content h1 {
        font-size: 34px;
    }

    .refund-page {
        padding: 50px 25px 65px;
    }

    .refund-grid {
        grid-template-columns: 1fr;
    }

    .contact-details {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .refund-page-header {
        padding: 45px 18px;
    }

    .refund-header-content h1 {
        font-size: 29px;
    }

    .refund-header-content p {
        font-size: 14px;
    }

    .refund-page {
        padding: 40px 15px 55px;
    }

    .refund-intro {
        padding: 22px 20px;
        gap: 15px;
    }

    .refund-intro h2 {
        font-size: 20px;
    }

    .refund-card {
        padding: 24px 20px;
    }

    .refund-contact {
        padding: 25px 20px;

        flex-direction: column;
    }

    .contact-details {
        grid-template-columns: 1fr;
        gap: 18px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .refund-page-header {
        padding: 40px 15px;
    }

    .refund-header-content h1 {
        font-size: 26px;
    }

    .refund-small-title {
        font-size: 11px;
    }

    .refund-page {
        padding: 35px 12px 50px;
    }

    .refund-intro {
        flex-direction: column;
        padding: 20px 18px;
    }

    .refund-icon {
        width: 46px;
        height: 46px;
    }

    .refund-card {
        padding: 22px 18px;
    }

    .refund-card h2 {
        font-size: 19px;
    }

    .refund-card li {
        font-size: 13px;
    }

    .refund-note {
        padding: 15px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .refund-page-header {
        padding: 35px 12px;
    }

    .refund-header-content h1 {
        font-size: 23px;
    }

    .refund-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .refund-card {
        padding: 20px 16px;
    }

    .refund-contact {
        padding: 22px 17px;
    }

}

 /* =========================================================
   SEEDHUB INDIA
   TERMS & CONDITIONS PAGE
========================================================= */


/* =========================================================
   TERMS PAGE
========================================================= */

.terms-card-page {
    width: 100%;
    padding: 55px 30px 80px;

    background: #ffffff;

    box-sizing: border-box;
}

.terms-card-container {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================================
   PAGE HEADER
========================================================= */

.terms-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 35px 40px;

    margin-bottom: 25px;

    background: #245b45;

    border-radius: 10px;

    box-sizing: border-box;
}

.terms-card-header-content {
    flex: 1;
}

.terms-card-header-content > span {
    display: block;

    margin-bottom: 9px;

    color: #f5d21f;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.terms-card-header-content h1 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
}

.terms-card-header-content p {
    margin: 0;

    color: #dce8e1;

    font-size: 14px;
    line-height: 1.7;
}

.terms-header-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 28px;
}


/* =========================================================
   WELCOME CARD
========================================================= */

.terms-welcome-card {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    padding: 25px 28px;

    margin-bottom: 30px;

    background: #f7faf8;

    border: 1px solid #e1e9e4;
    border-radius: 8px;

    box-sizing: border-box;
}

.welcome-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 19px;
}

.terms-welcome-card h2 {
    margin: 0 0 7px;

    color: #245b45;

    font-size: 21px;
    font-weight: 600;
}

.terms-welcome-card p {
    margin: 0;

    color: #5f6b65;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   TERMS CARDS GRID
========================================================= */

.terms-cards-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;

    width: 100%;
}


/* =========================================================
   TERMS INFO CARD
========================================================= */

.terms-info-card {
    padding: 24px 20px;

    background: #ffffff;

    border: 1px solid #e2e8e4;
    border-radius: 8px;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.04);

    box-sizing: border-box;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.terms-info-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 9px 22px rgba(36, 91, 69, 0.10);
}


/* =========================================================
   CARD TOP
========================================================= */

.terms-card-top {
    display: flex;
    align-items: center;

    margin-bottom: 17px;
}


/* =========================================================
   CARD ICON
========================================================= */

.terms-card-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef5f0;
    color: #245b45;

    border-radius: 50%;

    font-size: 18px;
}


/* =========================================================
   CARD TITLE
========================================================= */

.terms-info-card h2 {
    margin: 0 0 10px;

    color: #245b45;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.terms-info-card p {
    margin: 0;

    color: #66716b;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   SUPPORT CARD
========================================================= */

.terms-support-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 30px;
    padding: 28px 32px;

    background: #245b45;

    border-radius: 9px;

    box-sizing: border-box;
}

.support-left {
    display: flex;
    align-items: center;

    gap: 17px;
}

.support-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 20px;
}

.support-left span {
    display: block;

    margin-bottom: 5px;

    color: #f5d21f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.2px;
}

.support-left h2 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
}

.support-left p {
    margin: 0;

    color: #dce8e1;

    font-size: 13px;
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.terms-support-card > a {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 12px 20px;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: 0.2s ease;
}

.terms-support-card > a:hover {
    background: #ffffff;

    transform: translateX(2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .terms-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 750px) {

    .terms-card-page {
        padding: 45px 20px 65px;
    }

    .terms-card-header {
        padding: 30px;
    }

    .terms-card-header-content h1 {
        font-size: 31px;
    }

    .terms-support-card {
        align-items: flex-start;

        flex-direction: column;
    }

    .terms-support-card > a {
        width: 100%;

        justify-content: center;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .terms-card-page {
        padding: 40px 15px 55px;
    }

    .terms-card-header {
        padding: 27px 22px;

        flex-direction: column;
        align-items: flex-start;
    }

    .terms-card-header-content h1 {
        font-size: 27px;
    }

    .terms-header-icon {
        width: 58px;
        height: 58px;

        font-size: 23px;
    }

    .terms-welcome-card {
        padding: 22px 20px;
    }

    .terms-cards-grid {
        grid-template-columns: 1fr;
    }

    .terms-info-card {
        padding: 23px 20px;
    }

    .terms-support-card {
        padding: 24px 20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .terms-card-page {
        padding: 35px 12px 50px;
    }

    .terms-card-header {
        padding: 25px 18px;
    }

    .terms-card-header-content h1 {
        font-size: 24px;
    }

    .terms-card-header-content p {
        font-size: 13px;
    }

    .terms-welcome-card {
        flex-direction: column;

        padding: 20px 17px;
    }

    .terms-welcome-card h2 {
        font-size: 19px;
    }

    .terms-info-card {
        padding: 21px 17px;
    }

    .terms-support-card {
        padding: 22px 17px;
    }

    .support-left {
        align-items: flex-start;
    }

    .support-left h2 {
        font-size: 19px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .terms-card-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .terms-card-header-content h1 {
        font-size: 22px;
    }

    .terms-header-icon {
        width: 52px;
        height: 52px;

        font-size: 21px;
    }

}

/* =========================================================
   SEEDHUB INDIA
   PRIVACY POLICY PAGE
========================================================= */


/* =========================================================
   PRIVACY PAGE
========================================================= */

.privacy-new-page {
    width: 100%;
    padding: 55px 30px 80px;

    background: #ffffff;

    box-sizing: border-box;
}

.privacy-new-container {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================= */

.privacy-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 35px 40px;

    margin-bottom: 20px;

    background: #245b45;

    border-radius: 10px;

    box-sizing: border-box;
}

.privacy-hero-content {
    flex: 1;
}

.privacy-hero-content > span {
    display: block;

    margin-bottom: 9px;

    color: #f5d21f;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.privacy-hero-content h1 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
}

.privacy-hero-content p {
    margin: 0;

    color: #dce8e1;

    font-size: 14px;
    line-height: 1.7;
}

.privacy-hero-icon {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 28px;
}


/* =========================================================
   UPDATE INFORMATION
========================================================= */

.privacy-update {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 13px 17px;

    margin-bottom: 35px;

    background: #f7faf8;

    border: 1px solid #e1e9e4;
    border-radius: 6px;

    color: #5f6b65;

    font-size: 13px;

    box-sizing: border-box;
}

.privacy-update i {
    color: #245b45;

    font-size: 15px;
}


/* =========================================================
   DOCUMENT
========================================================= */

.privacy-document {
    width: 100%;
}


/* =========================================================
   PRIVACY SECTION
========================================================= */

.privacy-section {
    padding: 0 0 32px;

    margin-bottom: 32px;

    border-bottom: 1px solid #e5e9e6;
}

.privacy-section:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.privacy-section-title {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 15px;
}

.privacy-section-title > span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #245b45;
    color: #f5d21f;

    border-radius: 50%;

    font-size: 11px;
    font-weight: 700;
}

.privacy-section-title h2 {
    margin: 0;

    color: #245b45;

    font-size: 22px;
    font-weight: 600;
}

.privacy-section > p {
    margin: 0 0 12px;

    color: #5f6b65;

    font-size: 14px;
    line-height: 1.8;
}

.privacy-section > p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.privacy-info-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin-top: 22px;
}


/* =========================================================
   INFORMATION CARD
========================================================= */

.privacy-info {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    padding: 18px;

    background: #f8faf9;

    border: 1px solid #e3e9e5;
    border-radius: 7px;

    box-sizing: border-box;
}

.privacy-info-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #eef5f0;
    color: #245b45;

    border-radius: 50%;

    font-size: 16px;
}

.privacy-info h3 {
    margin: 0 0 5px;

    color: #245b45;

    font-size: 15px;
    font-weight: 600;
}

.privacy-info p {
    margin: 0;

    color: #68736d;

    font-size: 12px;
    line-height: 1.6;
}


/* =========================================================
   CHECK LIST
========================================================= */

.privacy-check-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-top: 20px;
}

.privacy-check-list > div {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 13px 15px;

    background: #f7faf8;

    border-radius: 6px;

    color: #536159;

    font-size: 13px;
}

.privacy-check-list i {
    color: #245b45;

    font-size: 13px;
}


/* =========================================================
   SECURITY
========================================================= */

.privacy-security {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    padding: 25px 28px;

    margin-bottom: 32px;

    background: #245b45;

    border-radius: 9px;

    box-sizing: border-box;
}

.security-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #f5d21f;
    color: #245b45;

    border-radius: 50%;

    font-size: 20px;
}

.privacy-security > div:last-child {
    flex: 1;
}

.privacy-security > div:last-child > span {
    display: block;

    margin-bottom: 5px;

    color: #f5d21f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.2px;
}

.privacy-security h2 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
}

.privacy-security p {
    margin: 0;

    color: #dce8e1;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   CONTACT
========================================================= */

.privacy-contact-new {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 28px 32px;

    margin-top: 10px;

    background: #245b45;

    border-radius: 9px;

    box-sizing: border-box;
}

.privacy-contact-left {
    flex: 1;
}

.privacy-contact-left > span {
    display: block;

    margin-bottom: 5px;

    color: #f5d21f;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.2px;
}

.privacy-contact-left h2 {
    margin: 0 0 6px;

    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
}

.privacy-contact-left p {
    margin: 0;

    color: #dce8e1;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   CONTACT LINKS
========================================================= */

.privacy-contact-right {
    display: flex;
    flex-direction: column;

    gap: 10px;

    flex-shrink: 0;
}

.privacy-contact-right a {
    display: flex;
    align-items: center;

    gap: 9px;

    min-width: 190px;

    color: #ffffff;

    font-size: 13px;

    text-decoration: none;
}

.privacy-contact-right a i {
    width: 18px;

    color: #f5d21f;

    text-align: center;
}

.privacy-contact-right a:hover {
    color: #f5d21f;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .privacy-new-page {
        padding: 50px 25px 65px;
    }

    .privacy-hero {
        padding: 30px;
    }

    .privacy-hero-content h1 {
        font-size: 32px;
    }

    .privacy-info-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .privacy-new-page {
        padding: 45px 15px 60px;
    }

    .privacy-hero {
        flex-direction: column;
        align-items: flex-start;

        padding: 27px 22px;
    }

    .privacy-hero-content h1 {
        font-size: 28px;
    }

    .privacy-hero-icon {
        width: 58px;
        height: 58px;

        font-size: 23px;
    }

    .privacy-info-grid {
        grid-template-columns: 1fr;
    }

    .privacy-check-list {
        grid-template-columns: 1fr;
    }

    .privacy-security {
        padding: 23px 20px;
    }

    .privacy-contact-new {
        flex-direction: column;
        align-items: flex-start;

        padding: 25px 20px;
    }

    .privacy-contact-right {
        width: 100%;
    }

    .privacy-contact-right a {
        min-width: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .privacy-new-page {
        padding: 40px 12px 50px;
    }

    .privacy-hero {
        padding: 25px 18px;
    }

    .privacy-hero-content > span {
        font-size: 10px;
    }

    .privacy-hero-content h1 {
        font-size: 25px;
    }

    .privacy-hero-content p {
        font-size: 13px;
    }

    .privacy-section-title h2 {
        font-size: 20px;
    }

    .privacy-info {
        padding: 16px;
    }

    .privacy-security {
        flex-direction: column;

        padding: 21px 18px;
    }

    .privacy-contact-new {
        padding: 22px 18px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .privacy-new-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .privacy-hero-content h1 {
        font-size: 23px;
    }

    .privacy-section-title > span {
        width: 30px;
        height: 30px;

        font-size: 10px;
    }

    .privacy-section-title h2 {
        font-size: 18px;
    }

}

/* =========================================================
   SEEDHUB INDIA
   DELIVERY INFORMATION PAGE
========================================================= */

.faq-detail-page {
    width: 100%;
    padding: 55px 30px 75px;
    background: #ffffff;
    box-sizing: border-box;
}

.faq-detail-page .detail-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* =========================================================
   BREADCRUMB
========================================================= */

.detail-breadcrumb {
    width: 100%;
    background: #f7faf8;
    border-bottom: 1px solid #e4ebe6;
}

.detail-breadcrumb .detail-container {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 13px;
}

.detail-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #245b45;
    text-decoration: none;
    font-weight: 500;
}

.detail-breadcrumb a:hover {
    color: #183f30;
}

.detail-breadcrumb > .detail-container > i {
    color: #9ba8a1;
    font-size: 10px;
}

.detail-breadcrumb span {
    color: #68756e;
}

/* =========================================================
   PAGE HEADING
========================================================= */

.detail-heading {
    margin-bottom: 35px;
    text-align: center;
}

.detail-heading h1 {
    margin: 0 0 10px;
    color: #245b45;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 600;
}

.detail-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #68756e;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================================================
   CONTENT
========================================================= */

.detail-content {
    width: 100%;
}

.detail-box {
    padding: 25px 28px;
    margin-bottom: 18px;
    border: 1px solid #e1e9e4;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
}

.detail-box h2 {
    margin: 0 0 13px;
    color: #245b45;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
}

.detail-box p {
    margin: 0 0 12px;
    color: #5f6d65;
    font-size: 14px;
    line-height: 1.8;
}

.detail-box p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   DELIVERY PROCESS LIST
========================================================= */

.detail-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.detail-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 105px;
    padding: 14px 8px;
    border: 1px solid #e1e9e4;
    border-radius: 7px;
    background: #f8faf9;
    color: #4f5e56;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
}

.detail-list li i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5f0;
    color: #245b45;
    font-size: 15px;
}

.detail-list li:hover {
    border-color: #cbdacf;
    background: #f4f8f5;
}

/* =========================================================
   BACK TO FAQ
========================================================= */

.detail-back {
    margin-top: 28px;
}

.detail-back a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #245b45;
    border-radius: 5px;
    color: #245b45;
    background: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.detail-back a:hover {
    background: #245b45;
    color: #ffffff;
}

.detail-back a i {
    font-size: 12px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .faq-detail-page {
        padding: 48px 25px 65px;
    }

    .detail-breadcrumb .detail-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .detail-heading h1 {
        font-size: 30px;
    }

    .detail-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .faq-detail-page {
        padding: 42px 15px 55px;
    }

    .detail-breadcrumb .detail-container {
        min-height: 43px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 7px;
        font-size: 12px;
        overflow: hidden;
    }

    .detail-breadcrumb span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .detail-heading {
        margin-bottom: 27px;
    }

    .detail-heading h1 {
        font-size: 27px;
    }

    .detail-heading p {
        font-size: 13px;
    }

    .detail-box {
        padding: 21px 20px;
        margin-bottom: 15px;
    }

    .detail-box h2 {
        font-size: 18px;
    }

    .detail-box p {
        font-size: 13px;
        line-height: 1.75;
    }

    .detail-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
    }

    .detail-list li {
        min-height: 95px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .faq-detail-page {
        padding: 38px 12px 50px;
    }

    .detail-breadcrumb .detail-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .detail-heading h1 {
        font-size: 24px;
    }

    .detail-box {
        padding: 19px 17px;
    }

    .detail-list {
        grid-template-columns: 1fr;
    }

    .detail-list li {
        min-height: 65px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 12px 14px;
        text-align: left;
    }
}


/* =========================================================
   SEEDHUB INDIA
   SHIPPING POLICY PAGE
========================================================= */

.shipping-policy-page {
    width: 100%;
    padding: 55px 30px 80px;
    background: #ffffff;
    box-sizing: border-box;
}

.shipping-policy-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* =========================================================
   PAGE TITLE
========================================================= */

.shipping-page-title {
    margin-bottom: 30px;
    text-align: center;
}

.shipping-page-title h1 {
    margin: 0;
    color: #245b45;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
}

/* =========================================================
   INTRODUCTION
========================================================= */

.shipping-intro {
    padding: 25px 28px;
    margin-bottom: 20px;
    background: #f7faf8;
    border: 1px solid #e1e9e4;
    border-radius: 8px;
    box-sizing: border-box;
}

.shipping-intro h2 {
    margin: 0 0 12px;
    color: #245b45;
    font-size: 21px;
    font-weight: 600;
}

.shipping-intro p {
    margin: 0;
    color: #5f6d65;
    font-size: 14px;
    line-height: 1.8;
}

.shipping-intro a {
    color: #245b45;
    font-weight: 600;
    text-decoration: none;
}

.shipping-intro a:hover {
    text-decoration: underline;
}

/* =========================================================
   SHIPPING SECTIONS
========================================================= */

.shipping-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 28px;
    margin-bottom: 16px;
    border: 1px solid #e1e9e4;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
}

.shipping-section-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #eef5f0;
    color: #245b45;
    font-size: 19px;
}

.shipping-section-content {
    flex: 1;
    min-width: 0;
}

.shipping-section-content h2 {
    margin: 0 0 13px;
    color: #245b45;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
}

.shipping-section-content ul {
    margin: 0;
    padding-left: 20px;
    color: #5f6d65;
}

.shipping-section-content li {
    margin-bottom: 9px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 1.75;
}

.shipping-section-content li:last-child {
    margin-bottom: 0;
}

.shipping-section-content li::marker {
    color: #245b45;
}

.shipping-section-content strong {
    color: #394b42;
    font-weight: 600;
}

.shipping-section-content a {
    color: #245b45;
    font-weight: 600;
    text-decoration: none;
}

.shipping-section-content a:hover {
    text-decoration: underline;
}

/* =========================================================
   SUB LIST
========================================================= */

.shipping-sub-list {
    margin-top: -1px !important;
    padding-left: 40px !important;
}

.shipping-sub-list li {
    margin-bottom: 6px;
    font-size: 13px;
}

.shipping-sub-list li::marker {
    color: #7a8a82;
}

/* =========================================================
   CONTACT BOX
========================================================= */

.shipping-contact-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 30px;
    margin-top: 25px;
    background: #245b45;
    border-radius: 9px;
    box-sizing: border-box;
}

.shipping-contact-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f5d21f;
    color: #245b45;
    font-size: 20px;
}

.shipping-contact-content {
    flex: 1;
    min-width: 0;
}

.shipping-contact-content h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

.shipping-contact-content p {
    margin: 0 0 10px;
    color: #dce8e1;
    font-size: 13px;
    line-height: 1.7;
}

.shipping-contact-content p:last-child {
    margin-bottom: 0;
}

.shipping-contact-content p i {
    width: 18px;
    margin-right: 4px;
    color: #f5d21f;
    text-align: center;
}

.shipping-contact-content strong {
    color: #ffffff;
    font-weight: 600;
}

.shipping-contact-content a {
    color: #f5d21f;
    text-decoration: none;
}

.shipping-contact-content a:hover {
    text-decoration: underline;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .shipping-policy-page {
        padding: 48px 25px 65px;
    }

    .shipping-page-title h1 {
        font-size: 32px;
    }

    .shipping-section {
        padding: 23px 24px;
    }

    .shipping-contact-box {
        padding: 25px 24px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .shipping-policy-page {
        padding: 42px 15px 60px;
    }

    .shipping-page-title {
        margin-bottom: 25px;
    }

    .shipping-page-title h1 {
        font-size: 28px;
    }

    .shipping-intro {
        padding: 21px 20px;
    }

    .shipping-intro h2 {
        font-size: 19px;
    }

    .shipping-intro p {
        font-size: 13px;
        line-height: 1.75;
    }

    .shipping-section {
        gap: 15px;
        padding: 21px 20px;
        margin-bottom: 14px;
    }

    .shipping-section-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .shipping-section-content h2 {
        font-size: 18px;
    }

    .shipping-section-content li {
        font-size: 13px;
        line-height: 1.7;
    }

    .shipping-sub-list {
        padding-left: 25px !important;
    }

    .shipping-contact-box {
        gap: 15px;
        padding: 23px 20px;
        margin-top: 22px;
    }

    .shipping-contact-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .shipping-contact-content h2 {
        font-size: 19px;
    }

    .shipping-contact-content p {
        font-size: 12px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .shipping-policy-page {
        padding: 38px 12px 50px;
    }

    .shipping-page-title h1 {
        font-size: 25px;
    }

    .shipping-section {
        flex-direction: column;
        padding: 19px 17px;
    }

    .shipping-section-icon {
        width: 40px;
        height: 40px;
    }

    .shipping-section-content h2 {
        font-size: 17px;
    }

    .shipping-section-content ul {
        padding-left: 18px;
    }

    .shipping-sub-list {
        padding-left: 23px !important;
    }

    .shipping-contact-box {
        flex-direction: column;
        padding: 21px 18px;
    }
}

/* =========================================================
   SEEDHUB INDIA
   FAQ PAGE
========================================================= */

.faq-page {
    width: 100%;
    padding: 60px 30px 80px;
    background: #ffffff;
    box-sizing: border-box;
}

/* =========================================================
   PAGE HEADER
========================================================= */

.faq-page-header {
    max-width: 750px;
    margin: 0 auto 42px;
    text-align: center;
}

.faq-page-header h1 {
    margin: 0 0 12px;
    color: #245b45;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
}

.faq-page-header p {
    margin: 0;
    color: #68756e;
    font-size: 14px;
    line-height: 1.75;
}

/* =========================================================
   FAQ CARD CONTAINER
========================================================= */

.faq-card-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

/* =========================================================
   FAQ CARD
========================================================= */

.faq-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 205px;
    padding: 25px 24px 22px;
    border: 1px solid #e1e9e4;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.faq-card:hover {
    transform: translateY(-3px);
    border-color: #cbdacf;
    box-shadow: 0 8px 22px rgba(36, 91, 69, 0.08);
}

/* =========================================================
   CARD HEADING
========================================================= */

.faq-card h2 {
    margin: 0 0 11px;
    color: #245b45;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

/* =========================================================
   CARD DESCRIPTION
========================================================= */

.faq-card p {
    margin: 0;
    color: #65736b;
    font-size: 13px;
    line-height: 1.75;
}

/* =========================================================
   CARD LINK
========================================================= */

.faq-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 18px;
    color: #245b45;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.faq-card a i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.faq-card a:hover {
    color: #183f30;
}

.faq-card a:hover i {
    transform: translateX(3px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .faq-page {
        padding: 50px 25px 65px;
    }

    .faq-page-header {
        margin-bottom: 35px;
    }

    .faq-page-header h1 {
        font-size: 32px;
    }

    .faq-card-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .faq-page {
        padding: 43px 15px 55px;
    }

    .faq-page-header {
        margin-bottom: 28px;
    }

    .faq-page-header h1 {
        font-size: 27px;
    }

    .faq-page-header p {
        font-size: 13px;
    }

    .faq-card-container {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .faq-card {
        min-height: 180px;
        padding: 22px 20px 20px;
    }

    .faq-card h2 {
        font-size: 18px;
    }

    .faq-card p {
        font-size: 13px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .faq-page {
        padding: 38px 12px 50px;
    }

    .faq-page-header h1 {
        font-size: 24px;
    }

    .faq-page-header p {
        font-size: 12px;
    }

    .faq-card {
        padding: 20px 17px 18px;
    }

    .faq-card h2 {
        font-size: 17px;
    }
}