/* ==========================
BUDGET FAMILY HERO
Namespace : bfp-
========================== */

.bfp-hero-shell{

    position:relative;

    overflow:hidden;

    padding:50px 6%;

    background:
    linear-gradient(
        135deg,
        #1cb0d3,
        #fff1e6,
        #ffe8d6
    );
}

.bfp-hero-container{

    width:min(1400px,92%);

    margin:auto;

    display:grid;

    grid-template-columns:
    55% 45%;

    gap:50px;

    align-items:center;

    position:relative;

    z-index:2;
}

/* SUNSET ORBS */

.bfp-sunset-orb{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

    opacity:.25;
}

.bfp-orb-one{

    width:300px;
    height:300px;

    background:#ffb26b;

    top:-80px;
    left:-80px;
}

.bfp-orb-two{

    width:260px;
    height:260px;

    background:#ffd56f;

    right:-70px;
    bottom:-70px;
}

/* LEFT */

.bfp-mini-badge{

    display:inline-block;

    padding:12px 24px;

    background:#ffffff;

    color:#ff7b54;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;

    box-shadow:
    0 15px 35px
    rgba(255,123,84,.12);
}

.bfp-copy-zone h1{

    font-size:
    clamp(
        1.8rem,
        2.5vw,
        2rem
    );

    line-height:1.2;

    color:#3f3f46;

    margin-bottom:20px;
}

.bfp-copy-zone p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:30px;
}

/* HIGHLIGHTS */

.bfp-highlight-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:18px;

    margin-bottom:35px;
}

.bfp-highlight-card{

    background:#ffffff;

    padding:22px;

    border-radius:24px;

    display:flex;

    align-items:center;

    gap:15px;

    box-shadow:
    0 15px 35px
    rgba(0,0,0,.08);

    transition:.35s;
}

.bfp-highlight-card:hover{

    transform:
    translateY(-6px);
}

.bfp-highlight-card span{

    font-size:1.8rem;
}

.bfp-highlight-card h3{

    font-size:1rem;

    margin:0;

    color:#3f3f46;
}

/* BUTTONS */

.bfp-btn-wrapper{

    display:flex;

    flex-wrap:wrap;

    gap:15px;
}

.bfp-primary-btn,
.bfp-secondary-btn{

    text-decoration:none;

    padding:16px 30px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;
}

.bfp-primary-btn{

    background:#ff7b54;

    color:#ffffff;
}

.bfp-secondary-btn{

    background:#ffd56f;

    color:#3f3f46;
}

.bfp-primary-btn:hover,
.bfp-secondary-btn:hover{

    transform:
    translateY(-5px);
}

/* RIGHT */

.bfp-visual-zone{

    position:relative;

    display:flex;

    justify-content:center;
}

.bfp-main-photo{

    width:100%;
    max-width:430px;

    overflow:hidden;

    border-radius:35px;

    box-shadow:
    0 35px 60px
    rgba(0,0,0,.15);

    transform:
    rotate(-3deg);
}

.bfp-main-photo img{

    width:100%;

    height:500px;

    object-fit:cover;

    display:block;
}

/* FLOATING CARDS */

.bfp-floating-card{

    position:absolute;

    background:#ffffff;

    padding:15px 20px;

    border-radius:18px;

    box-shadow:
    0 20px 40px
    rgba(0,0,0,.12);

    font-weight:600;

    animation:
    bfpFloat 6s ease-in-out infinite;
}

.bfp-card-one{

    top:30px;
    left:-20px;
}

.bfp-card-two{

    top:220px;
    right:-20px;
}

.bfp-card-three{

    bottom:40px;
    left:30px;
}

@keyframes bfpFloat{

    0%,100%{

        transform:
        translateY(0);
    }

    50%{

        transform:
        translateY(-15px);
    }
}

/* RESPONSIVE */

@media(max-width:992px){

    .bfp-hero-container{

        grid-template-columns:1fr;

        text-align:center;
    }

    .bfp-highlight-grid,
    .bfp-btn-wrapper{

        justify-content:center;
    }
}

@media(max-width:768px){

    .bfp-hero-shell{

        padding:40px 5%;
    }

    .bfp-main-photo img{

        height:340px;
    }

    .bfp-highlight-grid{

        grid-template-columns:1fr;
    }

    .bfp-floating-card{

        display:none;
    }

    .bfp-primary-btn,
    .bfp-secondary-btn{

        width:100%;

        text-align:center;
    }
}

/* ==========================
BUDGET FAMILY PACKAGE SECTION
Namespace : bfp-
========================== */

.bfp-package-section{

    padding:50px 6%;

    background:
    linear-gradient(
        180deg,
        #fff8f0,
        #01b7db,
        #ffe8d6
    );
}

.bfp-package-container{

    width:min(1400px,92%);
    margin:auto;
}

/* ==========================
HEADING
========================== */

.bfp-package-heading{

    text-align:center;

    max-width:850px;

    margin:auto auto 50px;
}

.bfp-package-tag{

    display:inline-block;

    padding:12px 24px;

    background:#fff0e6;

    color:#ff7b54;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;

    box-shadow:
    0 10px 30px
    rgba(255,123,84,.12);
}

.bfp-package-heading h2{

    font-size:
    clamp(
        1.6rem,
        2vw,
        1.8rem
    );

    line-height:1.2;

    color:#3f3f46;

    margin-bottom:18px;
}

.bfp-package-heading p{

    color:#6b7280;

    line-height:1.9;
}

/* ==========================
GRID
========================== */

.bfp-package-grid{

    display:grid;

    grid-template-columns:
    repeat(
        auto-fit,
        minmax(320px,1fr)
    );

    gap:30px;

    align-items:stretch;
}

/* ==========================
CARD
========================== */

.bfp-package-card{

    background:#ffffff;

    border-radius:32px;

    padding:32px;

    box-shadow:
    0 20px 45px
    rgba(0,0,0,.08);

    transition:.4s;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    position:relative;

    overflow:hidden;
}

.bfp-package-card::before{

    content:"";

    position:absolute;

    width:120px;
    height:120px;

    border-radius:50%;

    background:
    rgba(
        255,
        178,
        107,
        .18
    );

    top:-45px;
    right:-45px;
}

.bfp-package-card:hover{

    transform:
    translateY(-10px);

    box-shadow:
    0 30px 60px
    rgba(0,0,0,.12);
}

/* ==========================
TOP
========================== */

.bfp-package-top{

    margin-bottom:25px;
}

.bfp-duration{

    display:inline-block;

    padding:10px 20px;

    background:#fff4e6;

    color:#ff7b54;

    border-radius:50px;

    font-size:.95rem;

    font-weight:700;

    margin-bottom:18px;
}

.bfp-package-top h3{

    font-size:1.35rem;

    color:#3f3f46;

    line-height:1.3;
}

/* ==========================
FEATURES
========================== */

.bfp-package-card ul{

    list-style:none;

    padding:0;

    margin:0 0 30px;
}

.bfp-package-card li{

    margin-bottom:15px;

    color:#52525b;

    line-height:1.7;

    position:relative;

    padding-left:28px;
}

.bfp-package-card li::before{

    content:"✔";

    position:absolute;

    left:0;

    color:#f59e0b;

    font-weight:700;
}

/* ==========================
CONTACT BOX
========================== */

.bfp-contact-box{

    margin-top:auto;

    background:
    linear-gradient(
        135deg,
        #fff7ed,
        #fffbeb
    );

    padding:24px;

    border-radius:24px;

    text-align:center;
}

.bfp-contact-box p{

    color:#6b7280;

    line-height:1.7;

    margin-bottom:20px;
}

/* ==========================
BUTTON
========================== */

.bfp-quote-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    text-decoration:none;

    padding:16px 28px;

    background:
    linear-gradient(
        135deg,
        #ff7b54,
        #ffb26b
    );

    color:#ffffff;

    font-weight:700;

    border-radius:50px;

    transition:.35s;
}

.bfp-quote-btn:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 15px 35px
    rgba(
        255,
        123,
        84,
        .35
    );
}

/* ==========================
TABLET
========================== */

@media(max-width:992px){

    .bfp-package-grid{

        grid-template-columns:
        repeat(
            2,
            1fr
        );
    }
}

/* ==========================
MOBILE
========================== */

@media(max-width:768px){

    .bfp-package-section{

        padding:45px 5%;
    }

    .bfp-package-grid{

        grid-template-columns:
        1fr;
    }

    .bfp-package-card{

        padding:28px;
    }

    .bfp-contact-box{

        padding:20px;
    }

    .bfp-quote-btn{

        width:100%;
    }
}

/* ==========================
BUDGET FAMILY EXPERIENCE
Namespace : bfe-
========================== */

.bfe-section{

    padding:50px 6%;

    background:
    linear-gradient(
        180deg,
        #05ffde,
        #fff1e6,
        #13a3f7
    );
}

.bfe-container{

    width:min(1400px,92%);
    margin:auto;
}

/* HEADING */

.bfe-heading{

    text-align:center;
    max-width:900px;
    margin:auto auto 60px;
}

.bfe-tag{

    display:inline-block;

    padding:12px 24px;

    background:#fff0e6;

    color:#ff7b54;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;
}

.bfe-heading h2{

    font-size:
    clamp(1.6rem,2vw,1.8rem);

    color:#3f3f46;

    margin-bottom:20px;
}

.bfe-heading p{

    line-height:1.9;
    color:#6b7280;
}

/* ROW */

.bfe-row{

    display:grid;

    grid-template-columns:
    50% 50%;

    gap:60px;

    align-items:center;

    margin-bottom:80px;
}

.bfe-reverse .bfe-image{

    order:2;
}

.bfe-reverse .bfe-content{

    order:1;
}

/* IMAGE */

.bfe-image{

    border-radius:35px;

    overflow:hidden;

    box-shadow:
    0 25px 60px
    rgba(0,0,0,.12);
}

.bfe-image img{

    width:100%;
    height:500px;

    object-fit:cover;

    display:block;

    transition:.5s;
}

.bfe-image:hover img{

    transform:
    scale(1.06);
}

/* CONTENT */

.bfe-content{

    background:#ffffff;

    padding:45px;

    border-radius:35px;

    box-shadow:
    0 20px 50px
    rgba(0,0,0,.08);

    transition:.4s;
}

.bfe-content:hover{

    transform:
    translateY(-10px);
}

.bfe-number{

    display:block;

    font-size:3rem;

    font-weight:800;

    color:#ff7b54;

    margin-bottom:20px;
}

.bfe-content h3{

    color:#3f3f46;

    margin-bottom:20px;
}

.bfe-content p{

    line-height:2;

    color:#6b7280;

    margin-bottom:30px;
}

/* FEATURES */

.bfe-features{

    display:flex;

    flex-wrap:wrap;

    gap:15px;
}

.bfe-features span{

    background:#fff4e6;

    color:#ff7b54;

    padding:12px 20px;

    border-radius:50px;

    font-weight:600;
}

/* RESPONSIVE */

@media(max-width:992px){

    .bfe-row{

        grid-template-columns:1fr;

        gap:35px;
    }

    .bfe-reverse .bfe-image,
    .bfe-reverse .bfe-content{

        order:unset;
    }

    .bfe-image img{

        height:320px;
    }
}

@media(max-width:768px){

    .bfe-section{

        padding:45px 5%;
    }

    .bfe-content{

        padding:30px;
    }

    .bfe-number{

        font-size:2.5rem;
    }

    .bfe-features{

        flex-direction:column;
        gap:12px;
    }
}

/* ==========================
BUDGET FAMILY CTA
Namespace : bfc-
========================== */

.bfc-terminal-section{

    position:relative;

    overflow:hidden;

    padding:50px 6%;

    background:
    linear-gradient(
        135deg,
        #ff7b54,
        #ff9966,
        #ffb26b
    );
}

.bfc-container{

    width:min(1400px,92%);
    margin:auto;

    display:grid;

    grid-template-columns:60% 40%;

    gap:50px;

    align-items:center;

    position:relative;

    z-index:2;
}

/* GLOW */

.bfc-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

    opacity:.2;
}

.bfc-glow-one{

    width:300px;
    height:300px;

    background:#ffd56f;

    top:-100px;
    left:-100px;
}

.bfc-glow-two{

    width:280px;
    height:280px;

    background:#fff8f0;

    right:-80px;
    bottom:-80px;
}

/* LEFT */

.bfc-badge{

    display:inline-block;

    padding:12px 24px;

    border-radius:50px;

    background:
    rgba(255,255,255,.15);

    color:#ffffff;

    font-weight:700;

    margin-bottom:20px;

    backdrop-filter:blur(20px);
}

.bfc-content h2{

    font-size:
    clamp(
        1.8rem,
        2.5vw,
        2rem
    );

    line-height:1.2;

    color:#ffffff;

    margin-bottom:20px;
}

.bfc-content p{

    color:#fff7ed;

    line-height:1.9;

    margin-bottom:30px;
}

/* TRUST GRID */

.bfc-trust-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:15px;
}

.bfc-trust-item{

    padding:18px;

    border-radius:18px;

    background:
    rgba(255,255,255,.12);

    color:#ffffff;

    font-weight:600;
}

/* ACTION CARD */

.bfc-action-card{

    background:
    rgba(255,255,255,.14);

    backdrop-filter:blur(20px);

    padding:35px;

    border-radius:35px;

    box-shadow:
    0 30px 60px
    rgba(0,0,0,.15);
}

.bfc-action-card h3{

    color:#ffffff;

    margin-bottom:15px;
}

.bfc-action-card p{

    color:#fff7ed;

    line-height:1.8;

    margin-bottom:30px;
}

/* BUTTONS */

.bfc-call-btn,
.bfc-whatsapp-btn,
.bfc-itinerary-btn{

    display:block;

    text-align:center;

    text-decoration:none;

    padding:16px;

    border-radius:18px;

    font-weight:700;

    margin-bottom:15px;

    transition:.35s;
}

.bfc-call-btn{

    background:#ffffff;

    color:#ff7b54;
}

.bfc-whatsapp-btn{

    background:#25d366;

    color:#ffffff;
}

.bfc-itinerary-btn{

    background:#ffd56f;

    color:#3f3f46;
}

.bfc-call-btn:hover,
.bfc-whatsapp-btn:hover,
.bfc-itinerary-btn:hover{

    transform:
    translateY(-5px);
}

/* RESPONSIVE */

@media(max-width:992px){

    .bfc-container{

        grid-template-columns:1fr;

        text-align:center;
    }
}

@media(max-width:768px){

    .bfc-terminal-section{

        padding:45px 5%;
    }

    .bfc-trust-grid{

        grid-template-columns:1fr;
    }

    .bfc-action-card{

        padding:28px;
    }
}