/* Hero Section */
.hero {
    background: url('../assets/images/hero-bg.png') center center / cover no-repeat;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: rgba(255, 245, 235, 0.75); */
    /* soft beige overlay */
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content-left{}

.hero-content-right{
    /* background: #ffffffa8; */
    /* border-radius: 5px; */
    /* background:
        radial-gradient(600px 300px at 50% 20%, rgba(255,255,255,0.55), rgba(255,255,255,0) 70%),
        radial-gradient(700px 400px at 50% 80%, rgba(0,0,0,0), rgba(0,0,0,0.08) 85%); */
    /* filter: blur(20px);     */
}

/* .hero-content-right::before {
    background: #ffffffa8;
    filter: blur(20px);  
} */

/* .hero-content-right {
    position: relative;
    padding: 40px 35px;
    background:
        radial-gradient(600px 300px at 50% 20%, rgba(255,255,255,0.55), rgba(255,255,255,0) 70%),
        radial-gradient(700px 400px at 50% 80%, rgba(0,0,0,0), rgba(0,0,0,0.08) 85%);
} */

/* .hero-content-right::before {
    content: "";
    position: absolute;
    inset: -20px;
    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,0.35),
            rgba(255,255,255,0)
        );
    filter: blur(20px);
    z-index: -1;
} */

.hero-title {
    font-family: 'Playfair Display', serif;
    color: #5a3a1b;
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.25),
        0 6px 18px rgba(0, 0, 0, 0.15);
}

.hero-content-right p,
.hero-content-right ul li {
    color: #6d4b2e;
    text-shadow:
        0 1px 4px rgba(0, 0, 0, 0.18);
}

.hero h1 {
    font-size: 42px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #5a3a1b;
}

.hero p {
    font-size: 18px;
    color: #6d4b2e;
}

.hero ul {
    list-style: none;
    padding: 0;
    font-weight: 600;
    color: #6d4b2e;
}

.hero ul li {
    display: inline-block;
    margin-right: 12px;
}

.btn-primary-custom {
    background: #f29c38;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    color: #fff;
}

.btn-whatsapp-hero {
    background: #28a745;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 768px) {
    .hero {
        min-height: 270px;
    }

    .hero::before {
        background: #ffffffa8;
    }

    .hero-content-right{
        background: none;
    }

    .hero h1 {
        font-size: 24px;
    }

    .hero-title br {
        display: none;
    }

    .btn-primary-custom {
        padding: 12px 12px;
    }

    .btn-whatsapp-hero {
        padding: 12px 12px;
    }

}
/* First Section End */

/* Second Section */

/* WHY SAFE SECTION */
.why-safe-section {
    /* background: #f6e3cf; */
    padding: 80px 0px 0px 0px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #5a3a1b;
}

.section-title em {
    font-style: italic;
    font-weight: 600;
}

.section-subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #6d4b2e;
    margin-top: 10px;
}

/* Cards */
/* .safe-card {
    background: #fffaf4;
    border: 1px solid #e6d2ba;
    border-radius: 6px;
    padding: 25px;
    height: 100%;
    text-align: center;
} */

.safe-card {
    background: #ffeed9;
    padding: 18px;
    text-align: center;
    position: relative;
    height: 100%;
}

.safe-card::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #e6d2ba;
    /* border-radius: 6px; */
    pointer-events: none;
}

.safe-card img {
    max-width: 200px;
    margin-bottom: 15px;
}

.safe-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #5a3a1b;
    margin-bottom: 10px;
}

.safe-card p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: #6d4b2e;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .why-safe-section {
        padding: 30px 0px 0px 0px;
    }
}

/* Third Section */
/* CIRCUITS SECTION */
.circuits-section {
    /* background: #f6e3cf; */
    /* padding: 90px 0; */
    padding: 80px 0px 0px 0px;
}

/* Titles */
.sub-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #5a3a1b;
    font-weight: 600;
}

/* Circuit Card */
.circuit-card {
    /* background: #fffaf4; */
    background: #ffeed9;
    padding: 18px;
    text-align: center;
    position: relative;
    height: 100%;
}

.circuit-card::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #e6d2ba;
    pointer-events: none;
}

.circuit-card img {
    /* border: 1px solid #e6d2ba; */
    margin-bottom: 15px;
    width: 70%;
}

.circuit-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #5a3a1b;
    margin-bottom: 10px;
}

.circuit-card .days {
    font-weight: 700;
    color: #5a3a1b;
}

.circuit-card .meta {
    font-size: 15px;
    color: #6d4b2e;
    margin-bottom: 15px;
}

/* Badge */
.badge-tag {
    position: absolute;
    top: 8px;
    left: 9px;
    background: #f1c27d;
    color: #5a3a1b;
    padding: 5px 12px;
    font-weight: 700;
    font-size: 14px;
}

/* Buttons */
.btn-circuit {
    background: #e38b2d;
    color: #fff;
    border-radius: 4px;
    padding: 10px 22px;
    font-weight: 700;
}

.btn-circuit:hover {
    background: #cf7b21;
    color: #fff;
}

.btn-view-all {
    background: #e38b2d;
    color: #fff;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
}

.btn-view-all:hover {
    background: #cf7b21;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .circuits-section {
        padding: 0px 0px 0px 0px;
    }

    .sub-title {
        font-size: 22px;
    }
}

/* Forth Section */

/* INCLUDED SECTION */
.included-section {
    /* background: #f6e3cf; */
    /* padding: 90px 0; */
    padding: 80px 0px 0px 0px;
}

/* .included-card {
    background: #fffaf4;
    border: 1px solid #e6d2ba;
    padding: 25px 20px;
    height: 100%;
} */

.included-card {
    /* background: #fffaf4; */
    background: #ffeed9;
    padding: 18px;
    text-align: center;
    position: relative;
    height: 100%;
}

.included-card::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #e6d2ba;
    pointer-events: none;
}

.included-card h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #5a3a1b;
    margin-bottom: 10px;
}

.included-card img {
    /* max-width: 90px; */
    max-width: 80%;
    margin: 10px auto 15px;
}

.included-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #5a3a1b;
    margin-bottom: 8px;
}

.included-card p {
    font-size: 15px;
    color: #6d4b2e;
}

/* HOW IT WORKS */
.how-it-works-section {
    /* background: #f6e3cf; */
    padding: 80px 0px 0px 0px;
}

/* .work-card {
    background: #fffaf4;
    border: 1px solid #e6d2ba;
    padding: 30px 20px;
    height: 100%;
} */

.work-card {
    /* background: #fffaf4; */
    background: #ffeed9;
    padding: 18px;
    text-align: center;
    position: relative;
    height: 100%;
}

.work-card::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #e6d2ba;
    pointer-events: none;
}

.work-card img {
    max-width: 80%;
    margin-bottom: 15px;
}

.work-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #5a3a1b;
    margin-bottom: 10px;
}

.work-card p {
    font-size: 15px;
    color: #6d4b2e;
}

/* Fifth Section */
/* FAMILY TRUST SECTION */
.family-trust-section {
    /* background: #f3dcc6; */
    padding: 80px 0px 40px 0px;
}

/* Decorative heading */
.section-title.decorative {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #5a3a1b;
    position: relative;
    display: inline-block;
}

.section-title.decorative:before,
.section-title.decorative:after {
    content: "✦";
    color: #c7a27c;
    margin: 0 12px;
    font-size: 18px;
}

.section-subtitle {
    font-size: 18px;
    max-width: 720px;
    margin: 15px auto 0;
    color: #6d4b2e;
}

/* Testimonial cards */
.trust-card {
    background: rgba(255, 250, 244, 0.9);
    border: 1px solid #e0c8ae;
    padding: 30px 25px;
    height: 100%;
}

.trust-quote {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #5a3a1b;
    margin-bottom: 10px;
}

.trust-text {
    font-size: 16px;
    color: #6d4b2e;
}

/* CTA */
.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #5a3a1b;
}

.cta-subtitle {
    font-size: 17px;
    color: #6d4b2e;
}

/* Buttons */
.btn-whatsapp {
    background: #5f8f3f;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
}

.btn-whatsapp:hover {
    background: #4c7633;
    color: #fff;
}

.btn-call {
    background: #d5852c;
    color: #fff;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 8px;
}

.btn-call:hover {
    background: #b96f21;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {

    .family-trust-section {
        /* background: #f3dcc6; */
        padding: 30px 0px 30px 0px;
    }

    .included-section{
        padding: 30px 0px 0px 0px;
    }

    .section-title.decorative {
        font-size: 32px;
    }

    .btn-whatsapp {
        padding: 12px;
        font-size: 14px;
    }

    .btn-call {
        padding: 12px;
        font-size: 14px;
    }
}