/* =========================================================
   GLOBAL VARIABLES (Branding)
   ========================================================= */
:root {
    --yellow: #FFED48;
    --yellow-hover: #e0b200;
    --dark-bg: #0f172a;
    --text-light: #ffffff;
    --text-muted: #94a3b8;
    --border-light: rgba(255, 255, 255, 0.15);
}

.goog-te-gadget {
    display: block !important;
}

#google_translate_element,
select.goog-te-combo {
    position: fixed;
    z-index: 999;
    top: -999px;
}

#google_translate_element {
    display: none !important;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.skiptranslate {
    display: none !important;
}

.goog-te-gadget {
    display: block !important;
}

#goog-gt-tt {
    display: none !important;
}

font {
    background: transparent !important;
    -webkit-box-shadow: none !important;
}

.lang-compact {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.lang-select {
    margin-bottom: 0;
}

/* =========================================================
   ROBOTO SLAB FONT FACE
   ========================================================= */
@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   MANROPE FONT FACE
   ========================================================= */
@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   INTER FONT FACE
   ========================================================= */

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Regular.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   POPPINS FONT FACE
   ========================================================= */

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   BASE RESET / TYPOGRAPHY
   ========================================================= */
html,
body {
    font-family: "Roboto Slab", "Avenir", "Manrope", "Inter";
    scroll-behavior: smooth;
    background-color: #252200;
    color: var(--text-light);
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */
.main-header {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 1050;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar {
    padding: 0;
}

.navbar-brand img,
.navbar-logo {
    height: 42px;
    max-width: 100%;
    object-fit: contain;
}

.navbar-inner {
    position: relative;
    height: 86px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.navbar-left {
    margin-right: auto;
}

.navbar-right {
    margin-left: auto;
}

.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-center img {
    height: 65px;
    width: auto;
}

.navbar-left .nav-link {
    display: flex;
    align-items: center;
    height: 86px;
    padding: 0 0.75rem;
    font-size: 14px;
}

.navbar-right a,
.navbar-right .btn {
    font-size: 14px;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}

/* Logo always centered */
.navbar-brand.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* =========================================================
   MENU LINKS
   ========================================================= */


.menu-link:hover,
.menu-link:focus {
    color: var(--yellow) !important;
}

.menu-link::after {
    display: none;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn-yellow {
    background-color: var(--yellow);
    color: #000;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.45rem 1.25rem;
}

.btn-yellow:hover {
    background-color: var(--yellow-hover);
    color: #000;
}

.btn-outline-yellow {
    border: 1px solid var(--yellow);
    color: var(--yellow);
    border-radius: 999px;
    padding: 0.45rem 1.25rem;
}

.btn-outline-yellow:hover {
    background-color: var(--yellow);
    color: #000;
}

/* =========================================================
   LANGUAGE DROPDOWN / FLAG
   ========================================================= */
.lang-dropdown {
    position: relative;
}

/* Button container */
.lang-toggle {
    width: 58px;
    height: 30px;
    border-radius: 10px;
    padding: 0 10px;
    background-color: #ffffff !important;
    color: #000;
    /* black text/arrow */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    /* subtle shadow for depth */
}

/* Remove default Bootstrap caret */
.lang-toggle::after {
    display: none;
}

/* Flag inside button */
.lang-flag {
    width: 22px;
    height: 15px;
}

/* Arrow inside button */
.lang-arrow {
    display: inline-block;
    width: 5px;
    height: 3.1px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 2.5px;
    margin-top: 3.3px;
    transition: transform 0.2s ease;
}

/* Rotate arrow when dropdown is open */
.lang-dropdown.show .lang-arrow {
    transform: rotate(-135deg);
    margin-top: 6px;
}

/* Dropdown menu */
.lang-menu {
    min-width: 150px;
    width: auto;
    white-space: nowrap;
    margin-top: 8px !important;
    border-radius: 10px;
    padding: 0.25rem 0;
    color: black;
    border: none;
    font-family: "Avenir";
}

/* Each flag item inside dropdown */
.lang-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 15px;
    color: black;
    font-size: 16px;
}

.lang-menu .dropdown-item:hover {
    background-color: rgba(59, 54, 54, 0.145);
}

.lang-flag-sm {
    width: 43px;
    height: 29px;
}

/* =========================================================
   MOBILE MENU
   ========================================================= */
#overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1040;
}

#overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* Menu container */
.menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #252200;
    padding: 1rem 1.25rem;
    display: none;
    z-index: 1050;
}

/* OPEN STATE — matches main.js */
.menu.is-active {
    display: block;
}

/* Menu list */
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Menu links */
.menu-link {
    display: block;
    padding: 0.75rem 0;
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 237, 72, 0.25);
}

.menu-link:last-child {
    border-bottom: none;
}

/* Buttons */
.menu-link.btn {
    text-align: center;
    margin-top: 0.75rem;
}


@media (max-width: 426px) {

    .navbar-inner {
        position: relative;
    }

    .menu-link {
        color: var(--yellow)
    }
}

/* =========================================================
   MAIN WRAPPER
   ========================================================= */
.main-wrapper {
    /* padding-top: 89px; */
    padding-top: 45px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* =========================================================
   GO UP BUTTON
   ========================================================= */
.global-go-up-button {
    background-color: var(--yellow);
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    z-index: 2000;
    visibility: hidden;
}

.global-go-up-button.show {
    visibility: visible;
}

.global-go-up-button::after {
    display: block;
    content: "";
    position: absolute;
    right: auto;
    width: 35px;
    height: 35px;
    background-image: url(../svg/arrow-up-solid-full.svg);
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) rotate(0deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* =========================================================
   MODAL
   ========================================================= */
.modal-content {
    background-color: #000;
    border-radius: 1rem;
    color: var(--text-light);
}

.model-description h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.model-description p {
    font-size: 0.95rem;
    color: var(--text-muted);
}

.btn_wrapper {
    display: inline-block;
    margin-top: 1rem;
    background-color: var(--yellow);
    color: #000;
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
}

/* =========================================================
   NAVBAR TRANSPARENT → SOLID ON SCROLL
   ========================================================= */
.main-header {
    background-color: transparent;
}

.main-header.sticky-header,
.main-header.fixed-menu {
    background-color: #252200;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* =========================================================
   PLAN MEETINGS SECTION
   ========================================================= */

.plan-meetings-section {
    width: 100%;
    background: rgba(37, 34, 0, 0.8);
    display: flex;
    justify-content: center;
}

/* Responsive Figma frame with overlay */
.plan-meetings-frame {
    width: 100vw;
    max-width: none;
    aspect-ratio: auto;
    max-height: 800px;
    min-height: 320px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

/* Cropped image fill */
.plan-meetings-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Overlay content */
.plan-meetings-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2vw;
    z-index: 2;
    color: #fff;
}

.plan-title {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 52px);
    line-height: clamp(36px, 5vw, 72px);
    margin-bottom: 1rem;
    max-width: 90%;
}

.plan-subtitle {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: clamp(20px, 2vw, 28px);
    margin-bottom: 2rem;
    max-width: 80%;
    color: rgba(255, 255, 255, 0.9);
}

.plan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.plan-actions .btn {
    height: clamp(44px, 5vw, 56px);
    padding: 0 2rem;
    font-size: clamp(14px, 1.5vw, 16px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

/* =========================================================
   ABOUT SECTION
   ========================================================= */
.about-section {
    max-width: 1570px;
    margin: 0 auto;
    gap: 40px;
    opacity: 1;
    padding-top: 100px;
    padding-bottom: 70px;
}

.about-title {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: clamp(28px, 2.5vw, 40px);
    line-height: 1;
    text-align: center;
    margin-bottom: 1rem;
}

.about-description {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.6;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #FFFFFFB2;
}

.about-svg {
    max-height: 958px;
    /* Figma height */
    width: 100%;
    object-fit: contain;
    display: block;
}

.object-none {
    object-fit: none;
    object-position: center;
}

.desktop-img {
    display: block;
}

.mobile-imgs {
    display: none;
}

/* =========================================================
   FEATURES & SERVICES – SECTION
   ========================================================= */

.features-section {
    background-image: url('../images/feature-vector-bg.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 906px;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

/* .features-cards-row {
    --bs-gutter-x: 3.5rem;
} */

.features-title {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: clamp(32px, 4vw, 40px);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.features-description {
    font-family: "Manrope";
    font-weight: 400;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   FEATURES & SERVICES – CARDS
   ========================================================= */

.feature-card {
    text-align: left;
}

.feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

.feature-title {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.feature-text {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   FEATURES & SERVICES – CTA BUTTON
   ========================================================= */

.btn-feature {
    height: 56px;
    font-size: 18px;
    border-radius: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* =========================================================
   PRICING SECTION
========================================================= */
.pricing-section {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.pricing-title {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 1rem;
}

.pricing-subtitle {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #FFFFFFB2;
}

/* =========================================================
   PRICING CARD
========================================================= */
.pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: left;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-height: 426px;
    height: 100%;
    max-width: 332px;
    width: 100%;
    margin: 0 auto;
}

/* Active card */
.pricing-card.active {
    background-color: #FFED48;
    border-color: #FFED48;
}

/* Price & Tier */
.pricing-price {
    font-family: "Inter";
    font-weight: 700;
    font-size: clamp(40px, 5vw, 60px);
    color: #000;
    overflow: hidden;
}

.pricing-days {
    font-family: "Manrope";
    font-size: 13.5px;
    color: #000;
}

.pricing-tier {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 21px;
    margin-top: 2.5rem;
    color: #000;
}

/* Features */
.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    margin-top: 0.5rem;
    color: #000;
}

.pricing-features li img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.btn-pricing {
    border: 2px solid #FFED48;
    border-radius: 64px;
    font-size: 18px;
    width: 100%;
    height: 45px;
    color: #000 !important;
    background-color: transparent;
    font-family: "Inter";
    vertical-align: unset;
}

.btn-pricing.btn-active {
    background-color: #fff;
    color: #000 !important;
    border-color: #fff;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* =========================================================
   FOOTER
========================================================= */
/* =========================================================
   FOOTER
========================================================= */
footer {
    padding: 2rem 0;
}

.footer-section {
    font-family: "Poppins";
    font-size: 16px;
    color: #fff;
}

/* Logo */
.footer-logo {
    height: 135px;
}

/* Titles */
.footer-title {
    color: #FFED48;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Lists */
.footer-list,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li,
.footer-contact a {
    margin-bottom: 0.5rem;
}

.footer-list a {
    color: #fff;
    text-decoration: none;
}

.footer-list a:hover {
    color: #FFED48;
}

/* Contact items */
.footer-contact a {
    display: flex;
    align-items: flex-start;
    /* aligns icon to top of text */
    gap: 0.5rem;
    /* space between icon and text */
}

/* Bottom row */
.footer-encryption {
    color: #FFED48;
    font-size: 14px;
    font-weight: 400;

}

.footer-copy {
    color: #fff;
}

/* Text left alignment except copyright */
.footer-section h6,
.footer-list,
.footer-contact,
.footer-encryption {
    text-align: left;
}

.footer-container {
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    /* left, center, right */
    flex-wrap: wrap;
    /* stacks on small screens */
    gap: 2rem;
    /* spacing between columns */
}

.footer-col {
    flex: 1 1 250px;
    /* grow/shrink with minimum width */
}

.footer-col.text-center {
    text-align: center;
}

.footer-col.text-end {
    text-align: right;
}

/* Align icons to top */
.footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}


/* MODAL SIZE */
.terms-modal {
    width: 900px;
    /* height: 640px; */
    border-radius: 20px;
    background: #252200;
    overflow: hidden;
}

/* TWO COLUMN LAYOUT */
.terms-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.terms-left {
    overflow: hidden;
}

.terms-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT SIDE */
.terms-right {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

/* LOGO */
.terms-logo {
    width: 201px;
    height: 104px;
    margin-bottom: 24px;
}

/* TITLE */
.terms-title {
    font-family: "Roboto Slab", serif;
    font-size: 40px;
    margin-bottom: 16px;
}

/* DESCRIPTION */
.terms-desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.terms-desc a {
    color: #FFED48;
}

/* BUTTON */
.terms-btn {
    width: 140px;
    height: 52px;
    border: 2px solid #FFED48;
    background: transparent;
    color: #FFED48;
    font-weight: 600;
    border-radius: 100px;
}

#myModal .modal-dialog {
    max-width: 900px;
    width: 90vw;
    margin: 1rem auto;
}

#myModal .modal-content {
    max-height: calc(100vh - 2rem);
    overflow: hidden;
    border-radius: 20px;
}

/* MOBILE */
@media (max-width: 991px) {
    .terms-layout {
        grid-template-columns: 1fr;
    }

    .terms-left {
        display: none;
    }

    #myModal .modal-content {
        max-height: calc(100vh - 1.5rem);
        overflow-y: auto;
        border-radius: 14px;
    }

    .terms-right {
        padding: 24px;
    }

    .menu-link {
        color: var(--yellow);
    }
}




/* =========================================================
   RESPONSIVE TWEAKS
   ========================================================= */
@media (max-width: 768px) {
    .plan-meetings-content {
        padding: 1rem 1rem;
    }

    .plan-title {
        font-size: clamp(24px, 6vw, 36px);
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .plan-subtitle {
        font-size: clamp(12px, 3.5vw, 16px);
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }

    .plan-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .plan-actions .btn {
        width: 100%;
        min-width: auto;
    }

    #myModal .modal-dialog {
        width: 95vw;
        max-width: 95vw;
        margin: 10px auto;
    }

    #myModal .modal-content {
        height: auto;
        max-height: calc(100vh - 20px);
        border-radius: 14px;
        overflow-y: auto;
    }
}

@media (max-width: 426px) {
    .product-0 {
        order: 1;
        /* first */
    }

    .product-1 {
        order: 2;
        /* second */
    }

    .product-2 {
        order: 3;
        /* third */
    }

    .desktop-img {
        display: none !important;
    }

    .mobile-imgs {
        display: block !important;
    }

    .desktop-img {
        display: none !important;
    }

    /* Show mobile-only images */
    .mobile-imgs {
        display: block !important;
    }

    /* Center all footer text */
    .footer-section h6,
    .footer-list,
    .footer-contact,
    .footer-encryption,
    .footer-copy {
        text-align: center !important;
    }

    /* Center icons in contact items */
    .footer-contact a {
        justify-content: center;
    }

    /* Stack bottom row vertically and reorder */
    .footer-bottom {
        flex-direction: column !important;
        gap: 1rem;
    }

    /* Center all images in bottom row */
    .footer-bottom img {
        margin: 0 auto;
    }

    /* Resize logo for mobile */
    .footer-logo {
        width: 159px;
        height: 82px;
        margin: 0 auto 1rem;
    }

    /* Footer links columns full width stacked */
    .footer-col {
        flex: 1 1 100%;
        margin-bottom: 1.5rem;
    }

    /* Quick Links / Policy / Get In Touch stacked in order */
    .footer-links {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .footer-title {
        font-size: 20px;
    }

    .custom-mt {
        margin-top: 5px;
    }
}

@media (max-width: 991.98px) {
    #chat-widget-container {
        bottom: -10px !important;
    }

    .global-go-up-button {
        bottom: 5px;
        right: 5px;
    }

    .global-go-up-button::after {
        transform: translateY(-50%) rotate(0deg);
    }

}

@media (max-width: 1195.98px) {
    .menu-link {
        color: var(--yellow);
    }
}