/* ===============================
   XP NETWORK – COLOR VARIABLES
================================ */

:root {
    --xp-dark-bg: #242424;
    --xp-white: #ffffff;
    --xp-black: #000000;
    --xp-text-dark: #222222;
    --xp-link-blue: #155eef;
    --xp-shadow: rgba(0, 0, 0, 0.12);
    --xp-gray: #F5F5F5;
    --xp-btn: #0E4C92;
    --mar-btn: #2980B9;
    --red-btn: #e93d3d;
    --xp-yellow: #f6ad55;
    --xp-yellow-bright: #FF9933;
    --xp-light-gray: #f5f5f5;
    --xp-footer: #262626;
    --xp-orange:#FF4500;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;

}

.font-s-42 {
    font-size: 42px !important;

}

.font-s-16 {
    font-size: 16px !important;

}

.font-s-18 {
    font-size: 18px !important;

}

.font-s-28 {
    font-size: 28px !important;

}

.font-s-38 {
    font-size: 38px !important;

}

/* GLOBAL */
body {
    background-color: var(--xp-gray);
}

.setup-padding {
    padding: 105px 25px;
}

/* NAVBAR */
.xp-navbar {
    background-color: var(--xp-dark-bg);
    padding: 38px 20px;
}

.xp-logo img {
    max-height: 82px;
}

.xp-nav-link {
    color: var(--xp-white);
    font-weight: 500;
    margin-left: 28px;
    font-family: 'Poppins', sans-serif;

}

.xp-nav-link:hover {
    color: #c9c9c9;
}

/* HERO */
.xp-hero {
    min-height: 520px;
    background: url("../img/home.webp");

}

.coffe-bg {
    min-height: 820px;
    background: url("../img/coffee.webp");
    ;
}

.phone-bg {
    min-height: 820px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/phone.webp");
}

.ocean-bg {
    min-height: 520px;
    background: url("../img/ocean.webp");
}
.bags-bg{
     min-height: 520px;
    background: url("../img/bags.webp");  
}
.meet-bg {
    min-height: 520px;
    background: url("../img/meet.webp");
}

.shake-hand-bg {
    min-height: 520px;
    background: url("../img/shake_hand.webp");
}
.sunset-bg{
       min-height: 520px;
    background: url("../img/sunset.webp");
}

.look-bg {
    min-height: 520px;
    background: url("../img/look.webp");
}

.meeting-bg {
    min-height: 520px;
    background: url("../img/meeting.webp");
}
.lights-bg{
     min-height: 520px;
    background: url("../img/lights.webp");  
}

.people-bg {
    min-height: 520px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/people.webp");
}

.bgCover {
    background-attachment: fixed !important;
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover
}

.xp-hero-vendor {
    min-height: 520px;
    background: url("../img/box.webp");

}

.xp-hero-overlay {
    width: 100%;
    padding: 60px 0;

}

/* HERO CARD */
.xp-hero-card {
    background-color: var(--xp-gray);
    border-radius: 36px;
    padding: 62px;
    max-width: 620px;
    box-shadow: 0 15px 40px var(--xp-shadow);
}

/* TEXT */
.xp-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 1.2;
    color: var(--xp-black);
    margin-bottom: 22px;
}

.xp-faq-title2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--xp-text-dark);


}

.xp-hero-text {
    font-size: 18px;
    color: var(--xp-text-dark);
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;

}

.xp-hero-text strong {
    font-weight: 600;
}

.xp-highlight {
    color: var(--xp-link-blue);
    font-weight: 600;
}

.xp-btn {
    background-color: var(--xp-btn);
    color: white;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 20px;
}

.xp-btn-small {
    background-color: var(--xp-btn);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 40px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.xp-btn-marketplace {
    background-color: var(--mar-btn);
    color: white;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .xp-hero {
        background-position: center;
    }

    .mobile-flex {
        flex-direction: column;
    }

    .xp-section-width {
        max-width: 100%;
        margin: 0 auto;
    }

    .side_img {
        width: 100% !important;
    }
}

.side_img {
    width: 550px;
    height: auto;
    border-radius: 8px;
}

.side_content h2 {
    font-size: 38px;
    font-family: 'Playfair Display', serif;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.side_content p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    text-transform: none;
    text-align: left;
    margin-bottom: 0px;
    color: #000000;
}

.coffe-bg {
    min-height: 820px;
    background: url("../img/coffee.webp") center right / cover no-repeat;
    display: flex;
    align-items: center;
}

.coffe-overlay {
    width: 100%;
    padding: 60px 0;

}

/* HERO CARD */
.coffe-card {
    background-color: var(--xp-gray);
    border-radius: 36px;
    padding: 62px 32px;
    width: 100%;
    box-shadow: 0 15px 40px var(--xp-shadow);
    margin: 35px auto;
}

/* TEXT */
.coffe-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 1.2;
    color: var(--xp-black);
    margin-bottom: 22px;
    text-align: center;
}

.coffe-text {
    font-size: 20px;
    color: var(--xp-text-dark);
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: left;


}

.coffe-card p {
    margin-bottom: 0px;
}


/* =============================
   XP FAQ VARIABLES
============================= */

:root {
    --xp-bg-light: #ffffff;
    --xp-faq-card: #e9e8e5;
    --xp-text-dark: #2E3C50;
    --xp-border-radius: 14px;
}

/* FAQ SECTION */
.xp-faq-section {
    background-color: var(--xp-bg-light);
    padding: 80px 0 100px;
}

/* TITLE */
.xp-faq-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* ACCORDION */
.xp-accordion-item {
    background-color: var(--xp-faq-card);
    border-radius: var(--xp-border-radius);
    border: none;
    margin-bottom: 18px;
    overflow: hidden;
}

.xp-accordion-btn {
    background-color: var(--xp-faq-card);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 22px 24px;
    border: none;
    box-shadow: none;
}

.xp-accordion-btn2 {
    background-color: var(--xp-light-gray);
    color: var(--xp-text-dark);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    border: none;
    box-shadow: none;
}

.xp-accordion-btn2::after {
    background-size: 16px;
}

.xp-accordion-btn2:not(.collapsed) {
    background-color: var(--xp-light-gray);
    color: var(--xp-text-dark);
    box-shadow: none;
}


.xp-accordion-btn::after {
    background-size: 16px;
}

.xp-accordion-btn:not(.collapsed) {
    background-color: var(--xp-faq-card);
    color: var(--xp-text-dark);
    box-shadow: none;
}

.xp-accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 20px 24px;
    color: var(--xp-text-dark);
}

.xp-accordion-body2 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background-color: var(--xp-white);
    padding: 20px 24px;
    color: var(--xp-text-dark);
    border: 1px solid var(--xp-light-gray);
}

/* REMOVE DEFAULT BOOTSTRAP BORDERS */
.accordion-button:focus {
    box-shadow: none;
}

.xp-section-width {
    max-width: 1170px;
    margin: 0 auto;
}

.txt-left {
    text-align: left;
}

.color-blue {
    color: var(--xp-link-blue);
}

.sold-section p {
    margin-bottom: 0px;
    font-size: 20px;
}

/* Initial hidden state */
.my-animate {
    opacity: 0;
    transform: translate3d(0, -90px, 0);
}

/* Active animation */
.my-animate.is-visible {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-name: myFadeInDown;
}

/* Fade In Down */
@keyframes myFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -90px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



/* FOOTER CSS */

.contact-footer {
    background: var(--xp-footer);
    padding: 100px 50px;
    color: #ffffff;
}

.footer-logo {
    max-width: 280px;
}

.contact-footer h4 {
    font-weight: 600;
}

.contact-footer p {
    font-size: 16px;
    color: #dcdcdc;
}

.contact-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.contact-footer a:hover {
    color: #ff2b2b;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 50%;
    margin-left: 12px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #ff2b2b;
    color: #ffffff;
}

.font-s-24 {
    font-size: 24px !important;
}

.xp-hero-card p {
    margin-bottom: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}

.font-w-400 {
    font-weight: 400 !important;
}

.side-heading-text {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.xp-btn-red {
    background-color: var(--red-btn);
    color: white;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 20px;
}
.xp-btn-orange {
    background-color: var(--xp-orange);
    color: white;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 30px;
}

.xp-btn-red2 {
    background-color: var(--red-btn);
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    margin-top: 20px;
}

.xp-btn-yellow {
    background-color: var(--xp-yellow);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 30px;
}

.mid-heading {
    max-width: 800px;
    border-radius: 25px;
    margin: 0 auto;
    background-color: var(--xp-gray);
    padding: 30px 30px;
}

.mid-heading h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    text-align: center;
    color: #223343;

}

.btn-border-white {
    border: 1px solid #fff;
}

.xp-btn-red:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);

}

.xp-btn-red2:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);
}

.xp-btn-marketplace:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);
}

.xp-btn:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);
}

.xp-btn-small:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);
}
.xp-btn-orange:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);
}
.xp-navbar .navbar-toggler {
    border: 1px solid #fff;
}
.xp-btn-yellow-small:hover {
    border: 1px solid #fff;
    background-color: var(--xp-dark-bg, #1a1a1a);
    color: var(--xp-white);
}
.xp-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {

    .xp-btn-red,
    .xp-btn-red2,
    .xp-btn-marketplace,
    .xp-btn,
    .xp-btn-small {
        font-size: 12px !important;
    }

    .xp-hero-card,
    .mid-heading,
    .coffe-card,
    .xp-accordion-item {
        width: 95%;
        margin: 10px auto;
    }
    .setup-padding{
        padding: 50px 20px;
    }
    .iframe-yt-link{
        width: 100%!important;
        height: auto!important;
    }

}

.xp-btn-yellow-small {
    background-color: var(--xp-yellow-bright);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 40px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}
.card-light-blue{
    background-color: #f0f8ff!important;
}
.bit-light-blue{
    background-color: #CBD5E0!important;
}
.vacation strong, .xp-accordion-btn2, p{
    color: var(--xp-black);
}
.font-s-30{
    font-size: 30px!important;
}
.iframe-yt-link{
    width: 560px;
    height: 315px;
}