@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#navbar a,
p {
    letter-spacing: .5px
}



body,
p {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    overflow: auto;
}

.main-banner h1,
h1,
h2,
h3 {
    font-family: Montserrat, sans-serif
}


h2 {
    font-weight: 700;
    font-size: 40px;
}

section {
    padding-top: 5%;
    padding-bottom: 5%
}

/*menu start here*/
.navbar {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 5px 15px 0 #0000002c;
    z-index: 1;
}

.navbar-brand svg {
    height: 52px;
    width: auto;
}

.navbar-nav .nav-link {
    font-size: 0.95em;
    font-weight: 500;
    color: #111;
    padding: 1.3rem 0.9rem;
    white-space: nowrap;
    margin: 0 7px;
}

.navbar-nav .nav-link:hover {
    color: #1a56db;
}

.nav-link .bi-chevron-down {
    font-size: 0.62rem;
    margin-left: 2px;
    vertical-align: middle;
}

/* ===== DESKTOP MEGA DROPDOWN ===== */
.nav-item.dropdown>.mega-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    position: fixed;
    top: auto;
    left: 10%;
    transform: translateY(6px);
    width: 80vw;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    z-index: 1050;
}

.navbar-brand img {
    width: 35%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-item.dropdown:hover>.mega-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* White card centred inside the full-width bar */
.mega-card {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    margin: 0 2rem;

    overflow: hidden;
    display: flex;
}

/* ── LEFT panel ── */
.mega-card-left {
    background: #edf0f7;
    padding: 1.8rem 1.6rem;
    min-width: 200px;
    max-width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.mega-card-left .eu-map-img {
    width: 72px;
    margin-bottom: 1rem;
}

.mega-card-left .panel-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.mega-card-left .panel-desc {
    font-size: 0.77rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── CENTER grid ── */
.mega-card-center {
    flex: 1;
    padding: 1.4rem;
    background: #f7f9fc;
}

.mega-link-item {
    padding: 0.6rem 0;
    border-bottom: 1px solid #e4e8f0;
}

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

.mega-link-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 2px;
}

.mega-link-title .bi-caret-right-fill {
    font-size: 0.55rem;
    color: #1a56db;
    flex-shrink: 0;
}

.mega-link-title:hover {
    color: #1a56db;
}

.mega-link-desc {
    font-size: 0.80rem;
    color: #2e2e2e;
    line-height: 1.45;
    margin: 0;
}

/* ── RIGHT panel ── */
.mega-card-right {
    background: #fff;
    padding: 1.4rem;
    min-width: 245px;
    max-width: 255px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #eee;
}

.mega-card-right .right-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0.35rem;
    margin-bottom: 0.85rem;
}

.mega-card-right .right-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}

.mega-card-right .right-title span {
    color: #1a56db;
}

.mega-card-right .right-desc {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.55;
    margin-bottom: 0.4rem;
}

.mega-card-right .right-tagline {
    font-size: 0.85rem;
    color: #1a56db;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}

.btn-connect-now {
    background: #1a56db;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 1rem;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
}

.btn-connect-now:hover {
    background: #1446b8;
    color: #fff;
}

/* ===== RIGHT SIDE ACTIONS ===== */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    flex-grow: 0.1;
}

.phone-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    margin-right: 2%;
}

.phone-link .bi-telephone-fill {
    color: #1a56db;
}

.phone-link:hover {
    color: #1a56db;
}

.btn-contact-us {
    background: #1eadff;
    color: #fff;
    border: none;
    border-radius: 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.38rem 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    text-decoration: none;
}

.btn-contact-us:hover {
    background: #292a2a;
    color: #fff;
    transition: all 0.3s linear;
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-decoration: none;
    flex-shrink: 0;
}

.btn-whatsapp:hover {
    background: #171717;
    color: #fff;
    transition: all 0.3s linear;
    transform: scale(1.05);
}

/* ===== MOBILE ( max 991px ) ===== */
@media (max-width: 991.98px) {

    /* Reset absolute positioning — become normal block */
    .nav-item.dropdown>.mega-menu {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        width: 100%;
        pointer-events: auto;
        transition: none;
        display: none;
    }

    /* Bootstrap adds .show on click */
    .nav-item.dropdown>.mega-menu.show {
        display: block;
    }

    /* Remove card styling */
    .mega-card {
        flex-direction: column;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

    /* Hide left & right panels */
    .mega-card-left,
    .mega-card-right {
        display: none;
    }

    /* Center section full width */
    .mega-card-center {
        padding: 0;
        background: #f7f9fc;
    }

    .mega-card-center .row {
        margin: 0;
    }

    /* Each col becomes full width — ek ke niche ek */
    .mega-card-center .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .mega-link-item {
        padding: 1rem 1.2rem;
        border-bottom: 1px solid #e0e4ee;
    }

    .mega-link-item:last-child {
        border-bottom: 1px solid #e0e4ee;
    }

    .mega-link-title {
        font-size: 0.88rem;
    }

    .mega-link-desc {
        font-size: 0.77rem;
    }

    /* Phone — hide number, show icon only */
    .phone-link .phone-text {
        display: none;
    }

    .navbar-actions {
        padding: 0.75rem 0;
    }
}

/*menu end here*/
/*home start here*/
.home-banner {
    text-align: center;
    background: url(../images/home/banner-bg.jpg)top center no-repeat;
    background-size: cover, cover;
    height: 950px;
    color: #000000;
    padding-top: 5%;
    animation: bgSlideDown 1s ease forwards;
    position: relative;
    overflow: hidden;

}

@keyframes bgSlideDown {
    from {
        background-position: center -200px;
        /* start above */
        opacity: 0;
    }

    to {
        background-position: center center;
        opacity: 1;
    }
}

.home-banner h1 {
    font-size: 3em;
    margin-bottom: 3%;
    font-weight: 700;
    line-height: 60px;


}

.slide {
    opacity: 0;
    transform: translateY(-40px);
    animation: slideDown 0.6s ease forwards;
}

/* stagger timing */
.s1 {
    animation-delay: 0.2s;
}

.s2 {
    animation-delay: 0.5s;
}

.s3 {
    animation-delay: 0.8s;
}

.s4 {
    animation-delay: 1.1s;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 95%;
    background-size: 100%;
    /* control how much of bottom image shows */
    z-index: -1;
    background: url(../images/home/banner.png?v=2.5)top center no-repeat;

    transform: translateY(100%);
    /* start hidden below */
    animation: slideUp 2s ease forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

.home-banner h2 {
    font-size: 1.7em;
    margin-bottom: 3%;
    line-height: 40px;
}

.home-banner p {
    font-size: 1.1em;
}


.banner-subheding {
    font-size: 1.3em !important;
    line-height: 30px;
    font-weight: 400;

    padding-left: 2%;
    padding-right: 2%;
}

.banner-subheding2 {

    color: #000;
    padding: 10px 0;

    background-size: contain;
}

.banner-contact-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5%;
}

.banner-contact-btn1 a {
    background-color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    margin-top: 7%;
    border-radius: 50px;
}

.banner-contact-btn2 a {
    background-color: #0049ff;
    padding: 13px 25px;
    display: inline-block;
    margin: 10px 0 0px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 7%;
    border-radius: 10px;
    width: 320px;
}

.banner-contact-btn2 a i {
    margin-left: 2%;
}

.banner-contact-btn1 a:hover,
.banner-contact-btn2 a:hover {
    background-color: #000000;
    color: #fff;
    transition: all 0.3s linear;
}

.marquee {
    overflow: hidden;
    width: 100%;
}

/* Moving track */
.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

/* Flex row */
.marquee-flex {
    display: flex;
}

/* Box */
.marquee-flex-box {
    flex: 0 0 auto;
    margin-right: 40px;
    text-align: center;
}



/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover (optional) */
.marquee-track:hover {
    animation-play-state: paused;
}

.marquee-wrap {
    background-color: #3e1eff;
}

.marquee-flex {
    display: flex;
    margin-right: 23.5%;
}

.marquee-flex .marquee-flex-box:nth-child(odd) h5 {
    color: #fff;
}

.marquee-flex .marquee-flex-box:nth-child(even) h5 {
    color: #7a64ff;
}

.marquee-flex h5 {
    margin-bottom: 0;
    font-size: 1.7em;
    color: #fff;
    font-weight: 700;
}

.marquee-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1%;

    border-radius: 50px;
    padding: 5px 0px;
}

.marquee-flex-icon {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    flex: 0 0 35px;
    background-color: #ffffff;
    border-radius: 40px;
    margin-right: 8px;
    color: #fff;


}

.marquee-flex-icon img {
    width: 55%;
}

.strategic-residency {
    background: url(../images/home/strategic-residency2.png)bottom right no-repeat, url(../images/home/strategic-residency-bg.jpg)top center no-repeat;
    background-size: 38%, cover;

}

.strategic-residency h2 {
    font-size: 3em;
    margin-bottom: 3%;

    font-weight: 600;
}

.strategic-residency p {
    font-size: 1.2em;
}

.strategic-residency .row .col-lg-6 p:nth-child(1) {
    margin-top: 5%;
}

.strategic-residency .row .col-lg-6 p:nth-child(1),
.strategic-residency .row .col-lg-6 p:nth-child(2) {
    font-size: 1em;
    line-height: 30px;
}

.request-your-confidential a {
    background-color: #0049ff;
    padding: 13px 25px;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 5%;
    display: inline-block;
    width: auto;
    text-align: left;
}

.strategic-residency a,
.cookie a,
.specialist-services a,
.structuring-eu-presence a,
.your-inquiry a,
.smarter-entry a,
.greece-investment a,
.lionsgate-international a,
.monaco-cta-form a {
    background-color: #0049ff;
    padding: 13px 25px;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 5%;
    display: inline-block;
    width: 314px;
    text-align: center;

}

.monaco-cta-form a:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.3s linear;
}

.tandc h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 3%;
}




.strategic-residency a:hover,

.specialist-services a:hover,
.join-lionsgate-lnternational a:hover,
.your-inquiry a:hover,
.smarter-entry a:hover,
.greece-investment a:hover,
.structuring-eu-presence a:hover,
.lionsgate-international a:hover,
.request-your-confidential a:hover,
.cookie a:hover {
    background-color: #0c1e21;
    transition: all 0.3s linear;
    color: #fff;
}

.join-lionsgate-lnternational a,
{
background-color: #ffffff;
padding: 13px 25px;
border-radius: 6px;
text-decoration: none;
color: #000000;
font-weight: 600;
margin-top: 5%;
display: inline-block;

text-align: center;
}

.join-lionsgate-lnternational a i {
    margin-left: 2%;
}

.why-clients-choose {
    background-color: #3b56b51a;

}

.why-clients-choose h5 {

    font-size: 2em;
    margin-top: 3%;

}

.why-clients-choose h2,

.why-clients-choose h5 {
    color: #fff;
}

.why-clients-choose hr {
    background-color: #fff;
    height: 2px;
}

.why-clients-choose-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 25px;
    height: 372px;
    box-shadow: 1px 1px 10px #0000000e;
}

.why-clients-choose-box p {
    color: #000;
}

.why-clients-choose-box h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 6%;
}

.why-clients-choose-box span {

    background-image: linear-gradient(to bottom, #1eadff, #1eadff, #1eadff9c, #fff, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 4em;
    font-weight: 700;

}

.why-clients-choose-box::before {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 10px;
    text-decoration: none;
    float: right;
    color: #1eadff;
    line-height: 55px;
    position: absolute;
    right: -45px;
    z-index: 1;
    top: 160px;
    border: 8px solid #03203b;
    font-size: 1.2em;
}

.why-clients-choose-box-b .why-clients-choose-box::before {
    display: none;
}

.why-clients-choose-box p {
    font-size: 0.95em;
}

.country-flag h3 {
    margin-bottom: 1.1%;
    font-size: 1.3em;
    font-weight: 600;

}


.country-flag-img img {
    border-radius: 300px 0 0 0;
}

.country-flag-flex {
    display: flex;

    padding: 30px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 1%;
}

.country-flag-flex p {
    margin-bottom: 0;
    font-size: 0.95em;
    color: #ccc;
}

.country-flag-flex-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    margin-right: 5%;
    border-radius: 0;
    border: 4px solid #ffffff7f;
    border-radius: 50px;
    filter: drop-shadow(5px 5px 5px #2222224a)
}

.country-flag-flex-wrap .country-flag-flex {
    background-image: radial-gradient(circle, #2f2e2e, #252424, #1b1a1a, #101010, #000000);
}

.specialist-services {
    background-color: #f7f7f7;

}

.specialist-services h2 {
    margin-bottom: 5%;
    font-size: 1.75em;
}

.specialist-services-left {
    background-color: #0049ff;
    padding: 40px;
    border-radius: 20px;
    color: #fff;

}

.specialist-services-bt {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 10%;
    display: flex;
    gap: 20px;
    font-size: 0.86em;

}

.specialist-services-bt img {
    flex: 0 0 120px;
    width: 120px;
    height: 124px;
    border-radius: 10px;
}

.specialist-services-right-part {
    display: flex;
    gap: 20px;

}

.specialist-services-right h2 {
    margin-bottom: 7%;
}

.specialist-services-right-part img {
    width: 200px;
    flex: 0 0 268px;
    border-radius: 10px;
}

.specialist-services-right {
    background-color: #0048ff24;
    padding: 40px;
    border-radius: 20px;
}

.join-lionsgate-lnternational {


    background: #021d2c url(../images/home/bg.png)top right no-repeat;
    background-size: cover;
}

.why-clients-choose {


    background: url(../images/home/why-clients-choose-bg.jpg?v=2.0)top right repeat-y;
    background-size: cover;
    border-radius: 10px;
    margin: 0 10px 10px;
}

.join-lionsgate-lnternational-box-img a {
    margin-top: 65%;
    float: right;
    margin-right: 5%;
}

.join-lionsgate-lnternational-box-img a:hover {
    background-color: #bbd3fb;
    color: #000000;
}

.join-lionsgate-lnternational {
    color: #fff;
}

.join-lionsgate-lnternational-bg2 {
    background-color: #003049;
    padding: 50px;
    color: #fff;
    height: auto;
    border-radius: 0 0 0 70px;
}

.join-lionsgate-lnternational-bg h2 {
    margin-bottom: 3%;
}

.join-lionsgate-lnternational span {

    text-align: center;
    padding: 8px 30px;
    border-radius: 30px;
    float: right;
    margin-bottom: 1%;
    font-size: 1.7em;
    font-weight: 700;
    color: #d9d3fc;
}

.join-lionsgate-lnternational-box {
    padding: 30px;
    background-image: linear-gradient(to top, #8bacff, #dedefa, #ece9ff, #fff, #fff);
    border-radius: 18px;
    height: 240px;
    position: relative;
    color: #000;
    margin-bottom: 8%;

}

.join-lionsgate-lnternational-box-icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 70px;
    margin-top: 12%;
    box-shadow: 0 0 30px #0000002b;
}

.join-lionsgate-lnternational-box-icon img {
    width: 50%;
}

.join-lionsgate-lnternational-box-img {
    background-color: #0049ff;
    border-radius: 18px;
    background: url(../images/home/handshaking-after-interview.jpg?v=2.0)top center no-repeat;
    height: 500px;
    background-size: cover;
}


.your-inquiry {

    background: url(../images/home/checks-bg2.jpg)top center repeat-x;
    background-size: 70%;

}

.your-inquiry h2 {
    margin-bottom: 3%;
    font-size: 3em;
    font-weight: 700;
}

.your-inquiry p {
    font-size: 1.3em;
}

.your-inquiry-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #1eadff;
    color: #fff;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 2em;
}

.your-inquiry-flex p {
    font-weight: 600;
    font-size: 2em;
}

/* Blue cards (right column - Greece, Latvia, Montenegro) */
.card-blue {
    background-color: #2563eb;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: row;
    min-height: 217px;
    margin-bottom: 16px;
}

.card-blue .country-flag {
    width: 155px;
    min-width: 155px;
    flex-shrink: 0;
}

.card-blue .country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    padding: 7px;
    border-radius: 20px;
}

.card-blue .card-body-col {
    padding: 18px 18px 18px 14px;
}

.card-blue .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}


/* Light blue cards (left bottom - Monaco, New Zealand) */
.card-light {
    background-color: #bdd4f8;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    min-height: 217px;
    margin-bottom: 16px;
    color: #000000a3;
}

.card-light .country-flag {
    width: 155px;
    min-width: 155px;
    flex-shrink: 0;
}

.card-light .country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 19px;
    padding: 7px;
}

.card-light .card-body-col {
    padding: 18px 16px 18px 14px;
}

.card-light .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 23px;
}

.card-light:hover {
    background-color: #0048ff;
    transition: all 0.3s linear;
    color: #fff;
    cursor: pointer;
    transform: scale(1.005);
}

/* Montenegro - light blue right */
.card-light-right {
    background-color: #bdd4f891;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    min-height: 155px;
    margin-bottom: 16px;
}

.card-light-right .country-flag {
    width: 160px;
    min-width: 160px;
    flex-shrink: 0;
}

.card-light-right .country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.card-light-right .card-body-col {
    padding: 18px 16px 18px 14px;
}

.card-light-right .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.card-light-right .card-text {
    font-size: 0.82rem;
    color: #222;
    line-height: 1.55;
}

.country-flag h2 {
    margin-bottom: 4%;
}

.dot-indicators {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    align-items: center;
}

.dot {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #bdd4f8;
    margin-right: 3%;
    box-shadow: 5px 5px 10px #0000008a
}

/*home end here*/

/*start footer*/
footer {
    padding-top: 3%;

    background-color: #0c1e21;
    color: #fff;
}

.disclaimer p {
    font-size: 8px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 10px;
}

.disclaimer p span {
    font-weight: 600;
}

footer li {
    list-style: none;
}

footer p {
    font-size: 1em;
    margin-bottom: 5%;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    line-height: 19px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    line-height: 30px;
}

footer a {
    color: #e1e1e1;
}

footer a:hover {
    color: #1eadff;
    transition: all 0.3s linear;

}

.footer-menu {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #455355;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.footer-menu ul {
    display: flex;
    justify-content: center;



}

.footer-menu li {
    padding-right: 24px;
}

.footer-menu a {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.12em;
}

footer hr {
    margin-top: 4% !important;
}

.sub-footer {
    display: flex;
    justify-content: space-between;
    padding: 1.2% 0 2%;
    color: #fff;
}

.sub-footer p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 0;
    letter-spacing: 0.8px;
}

.f-tm ul {
    display: flex;
}

.f-tm a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
}

.f-tm ul li {
    border-left: 1px solid #fff;
    padding: 0 10px;
}

.f-tm a:hover {
    color: #1eadff;
    transition: all 0.3s linear;
    margin-left: 0;
}



.f-socail-icon {
    display: inline-flex;
}

.f-socail-icon li {
    border: none !important;
}

a {
    text-decoration: none;
}

.f-socail-icon a {
    width: 40px;
    height: 40px;
    display: block;

    color: #ffffff;
    line-height: 40px;
    text-align: center;

    border-radius: 50px;
    background-color: #1eadff;
}

.f-socail-icon a:hover {
    color: #1eadff;
    background: #fff
}

/*end footer*/

/*start greece-lionsgate*/
.greece-lionsgate {
    background: url(../images/greece/banner-bg.jpg)top center no-repeat;
    background-size: cover;
    padding-top: 6%;
    color: #fff;
}

.greece-lionsgate h1 {
    font-size: clamp(30px, 4.5vw, 56px);
    font-weight: 700;
    background-image: linear-gradient(to right bottom, #ffffff, #f0effe, #dde0fe, #c8d1ff, #aec4ff);
    color: transparent;
    background-clip: text;
}

.greece-lionsgate h2 {
    font-size: 1.5em;
    margin-top: 3%;
    color: #c5d6ff;
    font-family: "Open Sans", sans-serif;
    line-height: 33px;
    letter-spacing: 0.4px;
}

.greece-lionsgate h2 span {
    font-weight: 400;

}

.greece-lionsgate-banner-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 7% 0;
}



.greece-lionsgate-banner-flex-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    margin-right: 3.5%;
    color: #0049ff;
    flex: 0 0 30px;
}

.greece-lionsgate-banner-flex-list {
    border: 2px solid #0049ff;
    border-radius: 50px;
    display: flex;
    flex-basis: 36%;
    padding: 7px;
    align-items: center;

}

.greece-lionsgate-banner-flex-list p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0.9em;
}

.greece-lionsgate-box-wrap {
    display: flex;
    gap: 30px;
}

.greece-lionsgate-box1 {
    background-color: #0049ff;
    padding: 30px;
    border-radius: 20px;
    margin-top: 5%;
    box-shadow: 0 0 30px #00000074;


}

.greece-lionsgate-box2 {

    box-shadow: 0 0 30px #00000074;
    border-radius: 20px;
    margin-top: 5%;
    background: url(../images/greece/greece-banner-img.jpg)top right no-repeat;
    background-size: cover;

}

.greece-lionsgate-box1 p,
.greece-lionsgate-box2 p {
    margin-bottom: 0;
    font-size: 1.3em;
}

.greece-lionsgate-box2 p {
    background-color: #1eadff5c;
    padding: 30px;
    border-radius: 20px;
}

.greece-lionsgate h5 {
    font-size: 1.7em;
    margin-top: 5%;
}

.greece-lionsgate .banner-contact-btn1 a,
.smarter-entry .banner-contact-btn1 a {
    background-color: #0049ff;
    padding: 12px 25px;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 7%;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.greece-lionsgate .banner-contact-btn1 a:hover {
    background-color: #fff;
    color: #000;
}

.smarter-entry {
    background: url(../images/greece/layer10.png)top right no-repeat;
    background-size: contain;
}

.smarter-entry h2 {
    margin-bottom: 3%;
}

.smarter-entry p {
    line-height: 30px;
}

.smarter-entry-box {

    padding: 12% 7%;
    border-radius: 30px;
    background: #0048ff url(../images/greece/layer10o.png)195px -75px no-repeat;
    background-size: 80%;
}

.smarter-entry h3::before {
    content: '';
    display: block;
    background: url(../images/greece/quote.png)top left no-repeat;
    width: 70px;
    height: 70px;
    background-size: cover;
    margin-bottom: 3%;
}

.smarter-entry h3 {
    font-size: 29px;
    color: #ffffff;
    font-weight: 800;
    line-height: 40px;
}

.smarter-entry h3 span {
    font-weight: 400;
}

.join-lionsgate-lnternational-bgp {
    font-size: 2em;
}

.key-advantages {
    background: linear-gradient(to top, #f0f4fd, rgba(255, 255, 255, 0));
}

.key-advantages-box {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    border-radius: 10px;
    height: 320px;
    margin-bottom: 8%;
}

.key-advantages h2 {
    margin-bottom: 5%;
}

.key-advantages-box h3 {
    font-size: 1.3em;
    margin-bottom: 5%;
    font-weight: 600;
}

.key-advantages-box-icon {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    text-align: center;
    line-height: 60px;
    background-image: linear-gradient(to bottom, #0049ff, #7674ff, #aba1ff, #d7cfff, #ffffff);
    margin-bottom: 6%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .08);
}

.key-advantages-box-icon img {
    width: 55%;
}

.who-qualifies h2 {
    margin-bottom: 5%;
}

.who-qualifies h3 {

    font-weight: 600;
    margin-bottom: 3%;
}

.who-qualifies li {
    list-style: none;
    line-height: 45px;
}

.who-qualifies li::before,
.investment-cost li:before {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    color: rgb(255, 255, 255);
    background-image: none;
    font-style: normal;
    width: 30px;
    height: 30px;

    background-color: #1eadff;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 1.2%;
    transform: rotate(50deg);

}

.greece-investment-box {
    background-color: #252b3a;
    padding: 30px 60px;
    border-radius: 10px;
    margin: 10% 0;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.greece-investment-box p {
    margin-top: 5%;
    color: #fff;
}

.greece-investment-box h3 {
    background-color: #0049ff;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    position: absolute;
    top: -10%;
    left: 33%;

}

.greece-investment-p {
    background: url(../images/greece/greece-investment-p.jpg)top right no-repeat;
    height: 200px;
    background-size: auto;
    text-align: left;
    padding: 50px 300px 50px 50px;
    border-radius: 100px 50px 100px;
}

.greece-investment-p p {
    font-weight: 700;
    margin-bottom: 4%;

    font-size: 1.3em;
    margin-bottom: 0;
    color: #6b92f5;
}

.greece-investment-p2 {
    background: url(../images/greece/structure-align.jpg)top right no-repeat;
    height: 200px;
    background-size: contain;
    text-align: left;
    padding: 50px 300px 50px 50px;
    border-radius: 100px 50px 100px;
    border: 1px solid #ccc;
}

.greece-investment-p2 p {
    font-weight: 700;
    margin-bottom: 4%;
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 0;
}

.procedure-execute {
    background: #252b3a url(../images/greece/procedure-execute.jpg)top right no-repeat;
    background-size: 50%;
    color: #fff;
    height: 650px;
}

.procedure-execute-box1 {
    background: url(../images/greece/layer8.png)top left no-repeat;
}

.procedure-execute-box1 h2 {
    padding-right: 6%;
}

.procedure-execute-title,
.procedure-execute-title2 {
    display: flex;
    align-items: center;
    margin: 7% 0;
}

.procedure-execute-box1 span {
    background-color: #0049ff;
    color: #fff;
    font-weight: 700;
    padding: 6px;

    width: 150px;
    display: inline-block;
    text-align: center;


}

.procedure-execute-box1 h3 {
    font-size: 1.2em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    color: #fbe6d2;
    padding: 6px 12px;
    margin-bottom: 0;
}

.procedure-execute-box1 li {
    list-style: none;
    line-height: 40px;
    color: #ccc;
    letter-spacing: 0.4px;
}

.procedure-execute-box1 li::before,
.procedure-execute-box2 li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/greece/arrow.png)center left no-repeat;
    background-size: 62%;
}

.procedure-execute-box2 {
    background-color: #d4e0ff;
    padding: 30px;
    height: 455px;

}

.procedure-execute-box2 span {
    background-color: #0049ff;
    color: #fff;
    font-weight: 700;
    padding: 6px;

    width: 150px;
    display: inline-block;
    text-align: center;


}

.procedure-execute-box2 h3 {
    font-size: 1.2em;
    border-top: 1px solid #020202;
    border-right: 1px solid #020202;
    border-bottom: 1px solid #020202;
    font-weight: 600;
    color: #020202;
    padding: 6px 12px;
    margin-bottom: 0;
}

.procedure-execute-box2 li {
    list-style: none;
    line-height: 20px;
    color: #020202;
    letter-spacing: 0.4px;
    margin-bottom: 3%;
}

.investment-cost h3 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 3%;
    background-image: linear-gradient(to right, #cee2ff, #dee8ff, #ecefff, #f6f7ff, #ffffff);
    display: inline-block;
    padding: 8px 20px 10px;
    border-radius: 30px;
    margin-top: 3%;
}

.investment-cost ul {
    margin-bottom: 3%;
    margin-right: 40%;
}

.investment-cost li {
    line-height: 40px;
    list-style: none;
    border-bottom: 1px solid #cccccc94;
    padding: 10px 0;
    font-weight: 600;

}

.structuring-eu-presence {
    background: linear-gradient(to top, #f0f4fd, rgba(237, 235, 241, 0.34));
}

.structuring-eu-presence h3 {
    text-align: center;

    font-size: 1.3em;
    background-color: #0049ff;
    color: #fff;
    font-weight: 700;
    padding: 6px;
    width: 180px;

    margin: 2% auto;

}

.structuring-eu-presence-box {
    background-color: #ffffff;
    color: #000000;
    position: relative;
    padding: 30px;
    height: 250px;
    border-radius: 15px;
    border: 1px solid #cccccca2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    margin: 15% 0;
}

.structuring-eu-presence-box::before {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    content: "\f061";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0 10px;
    text-decoration: none;
    float: right;
    color: #000000;
    line-height: 45px;
    position: absolute;
    right: -40px;
    z-index: 1;
    top: 90px;
    border: 6px solid #ebeef7;
    font-size: 1.2em;
}

.structuring-eu-presence-box-height::before {
    top: 70px
}

.structuring-eu-presence-box2::before {
    display: none;
}

.structuring-eu-presence-box img {
    width: 15%;
    margin-bottom: 5%;
}

.structuring-eu-presence-h {

    background: #252b3a;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    border-radius: 100px;
    margin-top: 5%;
    margin-bottom: 4%;

}

.comprehensive-support h3 {
    text-align: center;

    font-size: 1.3em;
    background-color: #0049ff;
    color: #fff;
    font-weight: 700;
    padding: 6px;
    width: 400px;
    margin: 2% auto 3%;
}

.structuring-eu-presence-box-height {
    height: auto;
    margin-bottom: 5%;
}

.structuring-eu-presence-box-height img {
    width: 12%;
}

.lionsgate-international b {
    margin-bottom: 2%;
    display: block;
    color: #0049ff;
}

.lionsgate-international h3 {
    font-size: 1.3em;
    font-weight: 600;
}

.lionsgate-international-box {
    background-color: #0049ff;
    padding: 40px;
    color: #fff;
    margin-bottom: 2%;
    border-radius: 15px;
}

.lionsgate-international-box-light {
    background-color: #00000012;
    padding: 40px;
    color: #000000;
    margin-bottom: 5%;
    border-radius: 15px;
}

.lionsgate-international-box-light ul {
    margin: 0;
    padding: 0;
}

.lionsgate-international-box-light li {
    list-style: none;
    margin-bottom: 3%;
}

.lionsgate-international-box-light li:before {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    color: rgb(255, 255, 255);
    background-image: none;
    font-style: normal;
    width: 20px;
    height: 20px;
    background-color: #0049ff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 0.5%;
    transform: rotate(50deg);

}

.lionsgate-international-box-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff78;
    border-radius: 100px;
    margin-bottom: 3%;
    text-align: center;
}

.lionsgate-international-box-icon img {
    width: 65%;
}

.who-we-partner {
    background: #252b3a;
    background-size: auto;
    background-size: 50%;
    color: #fff;
    text-align: center;

}

.who-we-partner h2 {
    margin-bottom: 3%;

}

.who-we-partnerh3 {
    font-size: 1.3em;
    font-weight: 600;
    background-image: linear-gradient(to right, #cee2ff, #dee8ff, #ecefff, #f6f7ff, #ffffff);
    display: inline-block;
    color: #000;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 4%;
}

.who-we-partner li {
    list-style: none;
}



.who-we-partner-flex li {
    display: inline-flex;
    background-color: #ffffff1a;
    padding: 10px 20px;
    gap: 20px;
    margin: 0.9%;
}

.who-we-partner-flex li::before {
    width: 30px;
    height: 30px;
    background: url(../images/greece/tick.png)top left no-repeat;
    background-size: cover;
    display: block;
    content: '';
}

.who-we-partner-box {
    display: flex;
    align-items: center;
    border: 1px dashed #d9d9d9;
    padding: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.who-we-partner-box p {
    margin-bottom: 0;
    font-size: 1.3em;
    text-align: left;
    line-height: 25px;
}

.who-we-partner-icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #00000088;
    text-align: center;
    line-height: 50px;
    flex: 0 0 50px;
    margin-right: 3%;
    background-image: linear-gradient(to bottom, #0049ff, #7674ff, #aba1ff, #d7cfff, #ffffff);
    font-weight: 800;
    font-size: 1.2em;
}

.residency-grecee3,
.residency-grecee2,
.residency-grecee {

    text-align: right;
}

.residency-grecee3 p,
.residency-grecee2 p,
.residency-grecee p {
    text-align: left;
}

.residency-grecee3 h3,
.residency-grecee2 h3,
.residency-grecee h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
}

.residency-grecee {
    background-color: #0049ff;
    padding: 30px;
    margin-bottom: 5%;
    border-radius: 20px;
    height: 194px;
}

.residency-grecee-0 {
    background-color: #000;
    border-radius: 20px;
    padding: 30px;
    height: 250px;
}

.residency-grecee2 {
    background-color: #fff;
    padding: 30px;
    color: #000;
    border-radius: 20px;
    height: 453px
}

.residency-grecee2 h3 {
    margin-bottom: 7%;
}

.residency-grecee2 span {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left !important;
    display: block;
    margin-bottom: 2%;
    color: #0049ff;
}

.residency-grecee3 {
    background-color: #c9d8ff;
    padding: 30px;
    color: #000000;
    border-radius: 20px;
    height: 448px;
}

.residency-grecee3 h3 {

    color: #000000;


}

.residency-grecee3 p {
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 15px;
}

.residency-grecee3 p::before {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    color: rgb(255, 255, 255);
    background-image: none;
    font-style: normal;
    width: 20px;
    height: 20px;
    background-color: #1d1e1e;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 0.5%;
    transform: rotate(50deg);
}

.residency-grecee-0 {
    text-align: right;
}

.residency-grecee3 img {
    margin-top: 20%;
}

.residency-grecee img {
    margin-top: 12%;
}

.residency-grecee2 img {
    margin-top: 12%;
}

.request-your-confidential {
    background: url(../images/greece/layer10.png)top right no-repeat;
}

/*end greece-lionsgate*/

/*start contact us*/
.contact-us-banner {
    background: url(../images/contact/banner.jpg)top center no-repeat;
    padding-top: 4%;
    color: #fff;
    background-size: cover;
}

.contact-us-banner h1 {
    font-size: 4em;
    font-weight: 700;
}

.contact-us-banner h2 {
    font-size: 2em;
    font-weight: 500;
}

.contact-us-wrap span {
    background: linear-gradient(to right, rgb(225, 226, 230), rgba(255, 255, 255, 0.0));
    color: #0049ff;
    border-radius: 50px;
    padding: 6px 17px;
    margin-bottom: 4%;
    display: inline-block;
    font-weight: 600;
}

option {
    font-family: "Work Sans", sans-serif !important;
}

.contact-us-details {
    margin-top: 6%;
    background-color: #0049ff1a;
    padding: 30px;
    border-radius: 20px;
}

.contact-us-details b {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
}

.contact-us-details-flag img {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 10px;
}

.contact-us-details h5 {
    border-bottom: 2px solid #000;
    padding: 10px 0;
}

.contact-us-details .col-lg-3 {
    padding: 0 50px;
}

.work-together {
    background: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #0049ff, #0049ff);
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    text-transform: uppercase;
    margin-top: 8%;
}

.work-together a {
    color: #fff;
    text-decoration: underline;
}

.work-together h5 {
    font-size: 1.2em;
    display: block;
}


.contact-us-form-wrap {
    background: linear-gradient(to right, #000000, #151515, #222222, #303030, #3e3e3e);
    padding: 45px 30px;
    color: #fff;
    border-radius: 30px;
}

.form-control,
.form-select {
    padding: 0.890rem .75rem;
    border-radius: 10px;

}

.contact-us-form-wrap button {
    width: 100%;
    margin-top: 3%;
    background: #0049ff;
    border: none;
    padding: 10px 0;
}

.contact-us-form-wrap button:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s linear;
}

.contact-us-form h2 {
    color: #fff;
}


/*end contact us*/
/*start maltA*/
/* Hero Section */
.hero {
    background: url(../images/malta/banner.jpg)top right no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: auto;
    background-size: cover;
    padding-top: 6%;

}

.hero .cta-button {

    border-radius: 50px;

}

.hero .cta-button:hover,
.routes-container a:hover {
    background-color: #fff;
    color: #000;
}

.hero .greece-lionsgate-banner-flex-list {

    padding: 7px 10px;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(196, 169, 98, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.logo {

    font-size: 24px;
    font-weight: 700;
    color: #C4A962;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 4%;
}

.hero h1 {
    font-size: clamp(30px, 5vw, 64px);
    margin-bottom: 30px;
    font-weight: 700;
    animation: fadeInUp 1s ease-out;

    background-image: linear-gradient(to right bottom, #ffffff, #f0effe, #dde0fe, #c8d1ff, #aec4ff);
    color: transparent;
    background-clip: text;
}

.hero-tagline {
    font-size: clamp(18px, 2.5vw, 24px);
    color: #c5d6ff;
    margin-bottom: 50px;
    font-weight: 700;
    animation: fadeInUp 1s ease-out 0.2s backwards;
    font-family: "Open Sans", sans-serif;
}

.hero-tagline span {
    font-weight: 400;
}

.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    max-width: 900px;
    margin-bottom: 20px;
    line-height: 1.8;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.4s backwards;
    font-weight: 700;
}

.hero-description {
    max-width: 850px;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 50px;
    opacity: 0.80;
    animation: fadeInUp 1s ease-out 0.6s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA Button */
.cta-button {
    display: inline-block;
    padding: 13px 25px;
    background: #0049ff;

    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;

    letter-spacing: 0.5px;
    animation: fadeInUp 1s ease-out 0.8s backwards;
}

.cta-button:hover {
    background: #000f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


.section-title {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #0048ff;

}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: #ffff;
    padding: 40px 30px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-top: 3px solid #0048ff;

}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.feature-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0A2647;
    font-weight: 600;
}

.feature-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--charcoal);
}

/* Eligibility Section */
.eligibility-section {
    background: #ffff;
}

.eligibility-content {
    max-width: 900px;
    margin: 0 auto;
}

.subsection {
    margin-bottom: 50px;
}

.subsection h3 {
    font-size: 28px;
    color: #0A2647;
    margin-bottom: 20px;
}

.subsection p,
.subsection ul {
    font-size: 17px;
    line-height: 1.9;
    color: var(--charcoal);
    margin-bottom: 20px;
}

.subsection ul {
    padding-left: 25px;
}

.subsection li {
    margin-bottom: 12px;

}

.subsection2 ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.subsection2 li {
    background-color: #bdd4f8;
    list-style: none;
    padding: 30px;
    width: 24.4%;
    height: 200px;
    border-top: 3px solid #0049ff;
    border-radius: 6px;
}

/* Investment Routes Table */
.investment-routes {
    background: #011c2d url(../images/home/why-clients-choose-bg.jpg?v=2.0)top center repeat-x;

    background-size: auto;
    border-radius: 10px;
    margin: 0 10px 10px;
}

.routes-container {
    max-width: 1000px;
    margin: 50px auto 0;
}

.flat-costs {
    background: #bdd4f8;
    color: #131313;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.flat-costs h3 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #0048ff;

}

.investment-routes-flex {
    display: flex;
    margin-top: 3%;
    gap: 20px;
}

.investment-routes-flex-box {
    border: #000000;
    border: 1px solid #ffffff6f;
    padding: 30px;
    background-image: linear-gradient(to top, #8bacff, #dedefa, #ece9ff, #fff, #fff);
    color: #000;
    border-radius: 18px;
    width: 50%;
    margin: 20px 0;
}

.investment-routes-flex-icon {
    width: 70px;
    height: 70px;
    background-color: #0048ff;
    border-radius: 100px;
    margin-bottom: 5%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
}

.cost-list {
    display: grid;
    gap: 15px;
}

.cost-item {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}



.cost-value {
    font-weight: 600;
    color: #0048ff;

}

.route-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.route-card {
    background: #ffff;
    padding: 50px 40px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--border-subtle);
    transition: all 0.3s ease;
}

.route-card:hover {
    border-color: #0048ff;

    transform: translateY(-5px);
}

.route-card h3 {
    font-size: 28px;
    color: #0A2647;
    margin-bottom: 25px;
}

.route-detail {
    margin-bottom: 20px;
}

.route-detail strong {
    display: block;
    color: #0A2647;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.route-detail span {
    font-size: 24px;
    font-weight: 600;
    color: #0048ff;

}

.route-description {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-style: italic;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--border-subtle);
}

/* Financial Options Table */
.financial-table {
    max-width: 800px;
    margin: 40px auto;
    background: #ffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.financial-table table {
    width: 100%;
    border-collapse: collapse;
}

.financial-table th {
    background: #0A2647;
    color: #ffff;
    padding: 20px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.financial-table td {
    padding: 20px;
    border-bottom: 1px solid var(--border-subtle);
    font-size: 16px;
}

.financial-table tr:last-child td {
    border-bottom: none;
}

.financial-table tr:hover {
    background: #F5F1E8;
}

.hero-bt {
    font-size: 20px;
    margin-bottom: 5%;
}

.hero-bt span {
    font-weight: 700;
}

.hero-bt-icon {
    background-color: #0049ff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    line-height: 80px;
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
    box-shadow: 0 0 10px #0000004e;
}

.hero-bt-icon span {
    font-weight: 700;
}

/* Why Lionsgate Section */
.why-lionsgate {
    background: #0A2647;
    color: #ffff;
    position: relative;
    overflow: hidden;
}

.why-lionsgate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 50%, rgba(196, 169, 98, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.why-content {
    position: relative;
    z-index: 1;
}

.why-lionsgate .section-title {
    color: #ffff;
}

.why-lionsgate .section-title::after {
    background: #0048ff;

}

.differentiators {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;

    margin: 50px auto 0;
}

.differentiator {
    text-align: left;
    padding: 30px 10px 0;
}

.differentiator-icon {
    font-size: 30px;
    margin-bottom: 40px;
    color: #0049ff;
    width: 70px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    line-height: 70px;

    border-radius: 70px;

}

.differentiator h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #c5d6ff;
    font-weight: 700;

}

.differentiator p {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
}

/* Partners Section */
.partners-section {
    background: #ffff;
    text-align: center;
}

.partners-list {
    max-width: 900px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 2;
    color: var(--charcoal);
}

.partner-type {
    display: inline-block;
    padding: 8px 15px;
    background: #0049ff;
    border-radius: 2px;
    color: #ffffff;
    font-weight: 600;
    margin: 6px;
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 60px auto 0;
}

.journey-step {
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #000000;

    color: #ffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.journey-step h3 {
    font-size: 20px;
    color: #0A2647;
    margin-bottom: 10px;
}

/* CTA Section */
.cta-section {
    background: #ecf1fa;
    text-align: center;
    padding: 70px 20px;
}

.cta-section h2 {
    font-size: clamp(32px, 4vw, 48px);
    color: #0A2647;
    margin-bottom: 30px;
}

.cta-section p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.8;
    color: var(--charcoal);
}

/*end maltA*/

/*start Latvia*/
:root {
    --latvia-blue: #0049ff;
    --latvia-dark: #000000;
    --latvia-light: #bdd4f8;
    --latvia-mid: #3a6fd4;
    --latvia-pale: #e8f0fd;
    --latvia-white: #ffffff;
    --latvia-gray: #f5f8ff;
}


/* ─── HERO ─────────────────────────── */
.latvia-hero {

    background: url(../images/latvia/banner.jpg)top center no-repeat;
    background-size: cover;
    align-items: center;
    color: #fff;
    padding-top: 3%;
}

.latvia-hero .greece-lionsgate-banner-flex {
    margin-bottom: 8%;
}

.latvia-hero .greece-lionsgate-banner-flex-list {
    border: 2px solid #0049ff;
    border-radius: 50px;
    display: flex;
    flex-basis: 46%;
    padding: 7px;
    align-items: center;

}





.latvia-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(189, 212, 248, 0.15);
    border: 1px solid rgba(189, 212, 248, 0.3);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 13px;
    color: var(--latvia-light);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 24px;
}

.latvia-hero-title {
    font-size: clamp(30px, 4.5vw, 56px);
    margin-bottom: 30px;
    font-weight: 700;
    animation: fadeInUp 1s ease-out;
    background-image: linear-gradient(to top left, #ffffff, #f0effe, #dde0fe, #c8d1ff, #aec4ff);
    color: transparent;
    background-clip: text;
    margin-bottom: 5%;
}

.latvia-hero-title span {
    color: var(--latvia-light);
    display: block;
}

.latvia-hero-desc {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 675px;
}

.latvia-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.latvia-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(189, 212, 248, 0.25);
    color: var(--latvia-light);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 15.5px;
    font-weight: 500;
}

/* ─── HERO FORM CARD ─────────────────── */
.eu-residency-form-card {
    background: var(--latvia-white);
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 30px 80px rgba(0, 73, 255, 0.25), 0 0 0 1px rgba(189, 212, 248, 0.4);
    position: relative;
    z-index: 0;
}

.eu-residency-form-card-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--latvia-blue);
    margin-bottom: 6px;
}

.eu-residency-form-card h3 {
    font-size: 1.6rem;
    color: #0d1a36;
    margin-bottom: 8px;
}

.eu-residency-form-card p {
    font-size: 13.5px;
    color: #6b7a9e;
    margin-bottom: 24px;
}

.eu-residency-form-card .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #2d3a5a;
    margin-bottom: 5px;
}

.eu-residency-form-card .form-control,
.eu-residency-form-card .form-select {
    border: 1.5px solid #d8e4f8;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 14px;
    color: #1a2340;
    background: #f7f9ff;
    transition: all 0.2s;
}

.eu-residency-form-card .form-control:focus,
.eu-residency-form-card .form-select:focus {
    border-color: var(--latvia-blue);
    box-shadow: 0 0 0 3px rgba(0, 73, 255, 0.1);
    background: #fff;
}

.eu-residency-form-card .form-control::placeholder {
    color: #a0afc8;
}

.eu-residency-btn-submit {
    background: var(--latvia-blue);
    color: var(--latvia-white);
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0.3px;
    transition: all 0.25s;
    cursor: pointer;
}

.eu-residency-btn-submit:hover {
    background: #003acc;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 73, 255, 0.35);
}

.eu-residency-form-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #8a9abf;
    margin-top: 14px;
    justify-content: center;
}

/* ─── STATS BAR ──────────────────── */
.latvia-stats-bar {
    background: #000;
    padding: 32px 0;
}

.latvia-stat-item {
    text-align: center;
    color: var(--latvia-white);
}

.latvia-stat-item .stat-num {

    font-size: 2.2rem;
    font-weight: 900;
    color: var(--latvia-white);
    line-height: 1;
}

.latvia-stat-item .stat-label {
    font-size: 16px;
    color: var(--latvia-light);
    margin-top: 7px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.latvia-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(189, 212, 248, 0.25);
    margin: auto;
}

/* ─── SECTION COMMONS ─────────────── */
.latvia-section {
    padding: 90px 0;
}

.latvia-section-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--latvia-blue);
    margin-bottom: 10px;
    display: block;
}

.latvia-section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: #0d1a36;
    margin-bottom: 14px;
    line-height: 1.15;
}

.latvia-section-sub {
    font-size: 1rem;
    color: #6b7a9e;
    max-width: 560px;
    line-height: 1.7;
}

/* ─── ADVANTAGES ─────────────────── */
.latvia-advantages {
    background: var(--latvia-gray);
}

.latvia-adv-card {
    background: var(--latvia-white);
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    border: 1.5px solid #e0eaf8;
    transition: all 0.28s;
    position: relative;
    overflow: hidden;
}

.latvia-adv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--latvia-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.latvia-adv-card:hover {
    border-color: var(--latvia-blue);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 73, 255, 0.12);
}

.latvia-adv-card:hover::before {
    transform: scaleX(1);
}

.latvia-adv-icon {
    width: 52px;
    height: 52px;
    background: var(--latvia-pale);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--latvia-blue);
    margin-bottom: 18px;
}

.latvia-adv-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d1a36;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif
}

.latvia-adv-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.65;
}

.latvia-golden-visa span {
    background: var(--latvia-pale);
    font-weight: 700;
    padding: 10px 20px;
    margin: 3% 0 6%;
    display: inline-block;
    border-radius: 50px;
    color: #0049ff;
}

.latvia-golden-visa-flex p {
    background: var(--latvia-pale);
    padding: 20px;
    width: 70%;
    font-weight: 700;
    border-radius: 10px;
}

.latvia-golden-visa-flex i {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #153579 0%, #0049ff 100%);
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 2%;
    color: #fff;
    font-size: 1.3em;

}

.latvia-img-strip-2 {
    padding: 30px;
    background-image: linear-gradient(to top, #8bacff, #dedefa, #ece9ff, #fff, #ece9ff86);
    height: 180px;
    margin-bottom: 25%;
    border-radius: 15px;
    box-shadow: 1px 20px 60px rgba(0, 0, 0, .08);
    display: grid;
}

.latvia-img-strip-2 i {
    font-size: 2em;
    color: #0049ff;
}

/* ─── WHO QUALIFIES ──────────────── */
.latvia-qualify {
    background: linear-gradient(160deg, #0d1a36 0%, #0049ff 100%);
    position: relative;
    overflow: hidden;
}

.latvia-qualify::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.latvia-qualify .latvia-section-title {
    color: var(--latvia-white);
}

.latvia-qualify .latvia-section-sub {
    color: rgba(189, 212, 248, 0.8);
}

.latvia-qualify .latvia-section-tag {
    color: var(--latvia-light);
}

.latvia-qualify-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(189, 212, 248, 0.12);
}

.latvia-qualify-item:last-child {
    border-bottom: none;
}

.latvia-qualify-check {
    width: 26px;
    height: 26px;
    background: rgba(189, 212, 248, 0.15);
    border: 1.5px solid rgba(189, 212, 248, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    color: var(--latvia-light);
    margin-top: 2px;
}

.latvia-qualify-text {

    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
}

/* ─── INVESTMENT ROUTES ──────────── */
.latvia-routes {
    background: var(--latvia-white);
}

.latvia-route-card {
    background: var(--latvia-pale);
    border-radius: 16px;
    padding: 30px 26px;
    border: 1.5px solid #d4e5fb;
    height: 100%;
    transition: all 0.28s;
}

.latvia-route-card.latvia-route-featured {
    background: var(--latvia-blue);
    border-color: var(--latvia-blue);
}

.latvia-route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 73, 255, 0.14);
}

.latvia-route-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(0, 73, 255, 0.1);
    color: var(--latvia-blue);
    display: inline-block;
    margin-bottom: 14px;
}

.latvia-route-card.latvia-route-featured .latvia-route-badge {
    background: rgba(255, 255, 255, 0.15);
    color: var(--latvia-light);
}

.latvia-route-card h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0d1a36;
    margin-bottom: 8px;
}

.latvia-route-card.latvia-route-featured h4 {
    color: #fff;
}

.latvia-route-amount {

    font-size: 2rem;
    font-weight: 900;
    color: var(--latvia-blue);
    line-height: 1;
    margin-bottom: 4px;
}

.latvia-route-card.latvia-route-featured .latvia-route-amount {
    color: var(--latvia-light);
}

.latvia-route-fee {
    font-size: 13px;
    color: #8a9abf;
    margin-bottom: 18px;
}

.latvia-route-card.latvia-route-featured .latvia-route-fee {
    color: rgba(189, 212, 248, 0.7);
}

.latvia-route-desc {
    font-size: 14px;
    color: #5a6a8a;
    line-height: 1.6;
}

.latvia-route-card.latvia-route-featured .latvia-route-desc {
    color: rgba(255, 255, 255, 0.78);
}

/* ─── TIMELINE ───────────────────── */
.latvia-timeline {
    background: var(--latvia-gray);
}

.latvia-timeline-item {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 36px;
}

.latvia-timeline-item:last-child {
    padding-bottom: 0;
}

.latvia-timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 22px;
    top: 50px;
    width: 2px;
    height: calc(100% - 10px);
    background: linear-gradient(180deg, var(--latvia-blue), var(--latvia-light));
    border-radius: 2px;
}

.latvia-tl-num {
    width: 46px;
    height: 46px;
    background: var(--latvia-blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 5px var(--latvia-pale);
}

.latvia-tl-content h5 {
    font-size: 1.2em;
    font-weight: 700;
    color: #0d1a36;
    margin-bottom: 4px;
}

.latvia-tl-content p {

    color: #6b7a9e;
    line-height: 1.55;
}

.latvia-tl-tag {
    font-size: 11.5px;
    color: var(--latvia-blue);
    font-weight: 600;
    background: var(--latvia-pale);
    padding: 2px 10px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 6px;
}

/* ─── IMAGE STRIP ────────────────── */
.latvia-img-strip {
    padding: 60px 0;
    background: var(--latvia-white);
    overflow: hidden;
}

.latvia-img-strip-inner {
    display: flex;
    gap: 16px;
}

.latvia-img-frame {
    flex-shrink: 0;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.latvia-img-frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.latvia-img-frame:hover img {
    transform: scale(1.05);
}

.latvia-img-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 73, 255, 0.85);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}

/* ─── LIONSGATE INTEGRATION ──────── */
.latvia-integration {
    background: linear-gradient(135deg, #f0f6ff 0%, #e4edff 100%);
}

.latvia-int-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.latvia-int-icon {
    width: 44px;
    height: 44px;
    background: var(--latvia-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.latvia-int-item h6 {
    font-size: 1.2em;
    font-weight: 700;
    color: #0d1a36;
    margin-bottom: 3px;
}

.latvia-int-item p {

    color: #6b7a9e;
    line-height: 1.55;
}

.latvia-integration .structuring-eu-presence-box {

    height: 200px;

}

/* ─── WHO WE WORK WITH ───────────── */
.latvia-clients {
    background: var(--latvia-white);
}

.latvia-client-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--latvia-pale);
    border: 1.5px solid #c8dafa;
    border-radius: 50px;
    padding: 10px 20px;

    font-weight: 500;
    color: #1a3060;
    margin: 6px;
    transition: all 0.2s;
    cursor: default;
}

.latvia-client-chip:hover {
    background: var(--latvia-blue);
    color: #fff;
    border-color: var(--latvia-blue);
}

.latvia-client-chip:hover .latvia-chip-dot {
    background: #fff;
}

.latvia-chip-dot {
    width: 7px;
    height: 7px;
    background: var(--latvia-blue);
    border-radius: 50%;
    transition: background 0.2s;
}

/* ─── WHY LIONSGATE ──────────────── */
.latvia-why {
    background: linear-gradient(160deg, #0a1535 0%, #0030b8 100%);
    position: relative;
    overflow: hidden;
}

.latvia-why::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.07) 0%, transparent 70%);
    border-radius: 50%;
}

.latvia-why .latvia-section-title {
    color: #fff;
}

.latvia-why .latvia-section-sub {
    color: rgba(189, 212, 248, 0.7);
}

.latvia-why .latvia-section-tag {
    color: var(--latvia-light);
}

.latvia-why-point {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(189, 212, 248, 0.12);
    border-radius: 14px;
    padding: 24px;
    height: 100%;
}

.latvia-why-point .bi {
    font-size: 40px;
    color: var(--latvia-light);
    margin-bottom: 12px;
    display: block;
}

.latvia-why-point h6 {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.latvia-why-point p {

    color: rgba(189, 212, 248, 0.65);
    line-height: 1.55;
}

/* ─── CTA SECTION ────────────────── */
.latvia-cta {
    background: var(--latvia-blue);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.latvia-cta::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.latvia-cta h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.15;
}

.latvia-cta p {
    color: var(--latvia-light);
    font-size: 1.05rem;
    max-width: 520px;
    margin: 0 auto 36px;
    line-height: 1.65;
}

.latvia-btn-white {
    background: #fff;
    color: var(--latvia-blue);
    border: none;
    border-radius: 10px;
    padding: 15px 34px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
}

.latvia-btn-white:hover {
    background: var(--latvia-light);
    color: var(--latvia-blue);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.latvia-btn-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
}

.latvia-btn-outline-white:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ─── FAQ ────────────────────────── */
.latvia-faq {
    background: var(--latvia-gray);
}

.latvia-faq .accordion-item {
    border: 1.5px solid #d8e8fb;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.latvia-faq .accordion-button {
    font-weight: 600;
    font-size: 15px;
    color: #0d1a36;
    background: var(--latvia-white);
    box-shadow: none;
}

.latvia-faq .accordion-button:not(.collapsed) {
    background: var(--latvia-pale);
    color: var(--latvia-blue);
}

.latvia-faq .accordion-button::after {
    filter: hue-rotate(200deg);
}

.latvia-faq .accordion-body {
    font-size: 14px;
    color: #6b7a9e;
    line-height: 1.7;
}

/* ─── FINAL BOTTOM CTA ───────────── */
.latvia-bottom-cta {
    background: var(--latvia-white);
    padding: 80px 0;
    border-top: 1px solid #e0eaf8;
}

.latvia-bottom-cta h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.5rem);
    color: #0d1a36;
    font-weight: 700;
    margin-bottom: 12px;
}

.latvia-bottom-cta p {
    color: #6b7a9e;
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.65;
}

.latvia-btn-primary {
    background: var(--latvia-blue);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
}

.latvia-btn-primary:hover {
    background: #003acc;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 73, 255, 0.3);
}

/* ─── CONTACT ROW ────────────────── */
.latvia-contact-row {
    background: var(--latvia-pale);
    border-radius: 16px;
    padding: 30px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.latvia-contact-row .bi {
    font-size: 26px;
    color: var(--latvia-blue);
}

.latvia-contact-row h6 {
    font-size: 1.2em;
    font-weight: 700;
    color: #0d1a36;
    margin-bottom: 2px;
}

.latvia-contact-row p {

    color: #8a9abf;
    margin: 0;
}

/* ─── RESPONSIVE ─────────────────── */
@media (max-width: 991px) {
    .latvia-hero {
        padding: 32px 0;
        min-height: auto;
    }


    .latvia-stat-divider {
        display: none;
    }

    .latvia-stat-item {
        padding: 12px 0;
    }
}

@media (max-width: 575px) {
    .latvia-hero-title {
        font-size: 2rem;
    }

    .latvia-form-card {
        padding: 28px 20px;
    }

    .latvia-section {
        padding: 60px 0;
    }

    .latvia-route-amount {
        font-size: 1.6rem;
    }
}

/* ─── ANIMATIONS ─────────────────── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.latvia-fade-up {
    animation: fadeUp 0.7s ease both;
}

.latvia-fade-up-d1 {
    animation-delay: 0.1s;
}

.latvia-fade-up-d2 {
    animation-delay: 0.2s;
}

.latvia-fade-up-d3 {
    animation-delay: 0.3s;
}

.latvia-fade-up-d4 {
    animation-delay: 0.45s;
}

/*end Latvia*/

/*Start Contact Us*/
.contact-us-wrap span {
    background: linear-gradient(to right, rgb(225, 226, 230), rgba(255, 255, 255, 0.0));
    color: #ea3d29;
    border-radius: 50px;
    padding: 6px 17px;
    margin-bottom: 4%;
    display: inline-block;
    font-weight: 600;
}

option {
    font-family: "Work Sans", sans-serif !important;
}

.contact-us-details {
    margin-top: 6%;
    background-color: #fff0a342;
    padding: 30px;
    border-radius: 20px;
}

.contact-us-details b {
    font-size: 1.5em;
}

.contact-us-details-flag img {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 10px;
}

.contact-us-details h5 {
    border-bottom: 2px solid #000;
    padding: 10px 0;
}

.contact-us-details .col-lg-3 {
    padding: 0 50px;
}

.work-together {
    background: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    color: #fff;
    border-radius: 50px;
    padding: 20px 15px;
    text-transform: uppercase;
    margin-top: 8%;
}

.work-together a {
    color: #fff;
    text-decoration: underline;
}

.work-together h5 {
    font-size: 1.2em;
    display: block;
}



.contact-us-form-wrap {
    background: linear-gradient(to right, #000000, #151515, #222222, #303030, #3e3e3e);
    padding: 45px 30px;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 73, 255, 0.25), 0 0 0 1px rgba(189, 212, 248, 0.4);
}

.form-control,
.form-select {
    padding: 0.890rem .75rem;
    border-radius: 10px;

}

.contact-us-form-wrap button {
    width: 100%;
    margin-top: 3%;
    background: linear-gradient(to left, #ea3d29, #e33925, #dc3622, #d6321e, #cf2e1b);
    border: none;
    padding: 10px 0;
}

.contact-us-form-wrap button:hover {
    background: #fff;
    color: #000;
    transition: all 0.3s linear;
}

.contact-us-form h2 {
    color: #000000;

}

/*End Contact Us*/

/*start succession-lionsgate*/


/* ============ VARIABLES ============ */
:root {
    --succession-blue: #0049ff;
    --succession-dark: #000000;
    --succession-light: #bdd4f8;
    --succession-pale: #e8f0fd;
    --succession-mid: #4d7eff;
    --succession-text: #1a1a2e;
    --succession-muted: #4a5568;
    --succession-white: #ffffff;
    --succession-border: rgba(0, 73, 255, 0.15);
}

/* ============ UTILITY ============ */
.succession-badge {
    display: inline-block;

    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    background: rgba(0, 73, 255, 0.1);
    color: var(--succession-blue);
    margin-bottom: 1rem;
}

.succession-btn-primary {
    display: inline-block;
    background: var(--succession-blue);
    color: var(--succession-white);

    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 14px 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
    box-shadow: 0 4px 22px rgba(0, 73, 255, 0.28);
}

.succession-btn-primary:hover {
    background: var(--succession-mid);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 73, 255, 0.38);
    color: var(--succession-white);
}

.succession-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--succession-blue);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 13px 30px;
    border-radius: 6px;
    border: 1.5px solid var(--succession-blue);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.22s;
}

.succession-btn-outline:hover {
    background: var(--succession-blue);
    color: var(--succession-white);
}

.succession-divider {
    width: 52px;
    height: 3px;
    background: var(--succession-blue);
    border-radius: 2px;
    margin-bottom: 1.5rem;
}

/* ============ HERO ============ */
.succession-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url(../images/latvia/banner.jpg)top center no-repeat;
    padding-top: 4%;
    background-size: cover;
}

.succession-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(189, 212, 248, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(189, 212, 248, 0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.succession-hero__orb1 {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.35) 0%, transparent 70%);
    top: -150px;
    right: -100px;
    pointer-events: none;
}

.succession-hero__orb2 {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.15) 0%, transparent 70%);
    bottom: -80px;
    left: 5%;
    pointer-events: none;
}

.succession-hero__content {
    position: relative;
    z-index: 0;
}

.succession-hero__eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--succession-light);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.succession-hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 2px;
    background: var(--succession-blue);
    border-radius: 2px;
}

.succession-hero h1 {
    font-size: clamp(30px, 4.5vw, 56px);
    color: var(--succession-white);
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 3%;
}

.succession-hero h1 span {
    background: linear-gradient(135deg, #bdd4f8 0%, #7aaaf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.succession-hero h2 {
    font-size: 1.7em;
    color: #fff;
    margin-bottom: 5%;
    font-weight: 500;
    line-height: 40px;
}

.succession-hero__sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(189, 212, 248, 0.82);
    line-height: 1.7;
    max-width: 648px;
    margin-bottom: 2rem;
}

.succession-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 2rem;
    align-items: center;

}

.succession-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 8px;

    font-weight: 500;
    color: rgba(189, 212, 248, 0.75);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(189, 212, 248, 0.25);
    color: var(--latvia-light);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 500;
}

.succession-hero__trust-item i {
    color: var(--succession-blue);
    font-size: 1rem;
}

/* ============ FORM CARD ============ */
.succession-form-card {
    background: var(--latvia-white);
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 30px 80px rgba(0, 73, 255, 0.25), 0 0 0 1px rgba(189, 212, 248, 0.4);
    position: relative;
    z-index: 0;
}

.succession-form-card-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--latvia-blue);
    margin-bottom: 6px;
}

.succession-form-card p {
    font-size: 13.5px;
    color: #6b7a9e;
    margin-bottom: 24px;
}

.succession-form-card h3 {
    font-size: 1.2rem;
    color: #0d1a36;
    margin-bottom: 8px;
}

.succession-form-card__title {
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--succession-text);
    margin-bottom: 0.3rem;
}

.succession-form-card__sub {

    color: var(--succession-muted);
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

.succession-form-card .form-control,
.succession-form-card .form-select {
    border: 1.5px solid #d8e4f8;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 14px;
    color: #1a2340;
    background: #f7f9ff;
    transition: all 0.2s;
}

.succession-form-label {

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;

    color: var(--succession-text);
    margin-bottom: 5px;
    text-align: left;
}

.succession-form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    color: var(--succession-text);
    background: #f8faff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    margin-bottom: 1rem;
}

.succession-form-control:focus {
    border-color: var(--succession-blue);
    box-shadow: 0 0 0 3px rgba(0, 73, 255, 0.12);
    background: var(--succession-white);
}

select.succession-form-control {
    appearance: none;
    cursor: pointer;
}

.succession-form-card__disclaimer {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.succession-form-card__disclaimer i {
    font-size: 0.78rem;
    color: #48bb78;
}

.succession-form-submit {
    width: 100%;
    padding: 14px;
    background: var(--succession-blue);
    color: var(--succession-white);
    border: none;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
    box-shadow: 0 4px 18px rgba(0, 73, 255, 0.3);
}

.succession-form-submit:hover {
    background: var(--succession-mid);
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(0, 73, 255, 0.38);
}

/* ============ STATS BAR ============ */
.succession-stats {
    background: var(--succession-blue);
    padding: 2.4rem 0;
}

.succession-stats__item {
    text-align: center;
    padding: 0.5rem 1rem;
}

.succession-stats__num {
    font-family: Montserrat, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--succession-white);
    line-height: 1;
    margin-bottom: 3%;
}

.succession-stats__label {

    font-weight: 400;
    color: rgba(189, 212, 248, 0.85);
    margin-top: 4px;
}

.succession-stats__sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    height: 52px;
    align-self: center;
}

/* ============ WHAT IS SECTION ============ */
.succession-what {
    padding: 90px 0 70px;
    background: var(--succession-white);
}

.succession-what__img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.succession-what__img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.succession-what__img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: var(--succession-blue);
    color: var(--succession-white);
    padding: 12px 22px;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
}

.succession-what__img-badge strong {
    display: block;
    font-size: 1.4rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

/* ============ FRAMEWORK CARDS ============ */
.succession-framework {
    padding: 80px 0;
    background: var(--succession-pale);
}

.succession-fw-card {
    background: var(--succession-white);
    border-radius: 12px;
    padding: 2rem 1.8rem;
    height: 100%;
    border: 1px solid var(--succession-border);
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
    position: relative;
    overflow: hidden;
}

.succession-fw-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--succession-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.succession-fw-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 73, 255, 0.12);
    border-color: rgba(0, 73, 255, 0.3);
}

.succession-fw-card:hover::before {
    transform: scaleX(1);
}

.succession-fw-card__num {

    font-size: 2.8rem;
    font-weight: 700;
    color: var(--succession-light);
    line-height: 1;
    margin-bottom: 1rem;
}

.succession-fw-card__icon {
    width: 44px;
    height: 44px;
    background: rgba(0, 73, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.succession-fw-card__icon i {
    font-size: 1.25rem;
    color: var(--succession-blue);
}

.succession-fw-card h5 {
    font-size: 1.1em;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: var(--succession-text);
    margin-bottom: 0.6rem;
}

.succession-fw-card p {

    color: var(--succession-muted);
    line-height: 1.65;
    margin: 0;
}

/* ============ RISKS TABLE ============ */
.succession-risks {
    padding: 90px 0;
    background: linear-gradient(180deg, #071a56 0%, #03012c 100%);
    position: relative;
    overflow: hidden;
}

.succession-risks::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(189, 212, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(189, 212, 248, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.succession-risks h2,
.succession-risks p {
    color: var(--succession-white);
}

.succession-risks .succession-badge {
    background: rgba(189, 212, 248, 0.12);
    color: var(--succession-light);
}

.succession-risk-card {
    background: rgba(189, 212, 248, 0.06);
    border: 1px solid rgba(189, 212, 248, 0.14);
    border-radius: 12px;
    padding: 1.6rem;
    height: 100%;
    transition: background 0.22s, border-color 0.22s, transform 0.22s;
}

.succession-risk-card:hover {
    background: rgba(0, 73, 255, 0.18);
    border-color: rgba(0, 73, 255, 0.5);
    transform: translateY(-4px);
}

.succession-risk-card__num {
    font-family: Montserrat, sans-serif;

    font-size: 2rem;
    font-weight: 700;
    color: var(--succession-blue);
    line-height: 1;
    margin-bottom: 1rem;
}

.succession-risk-card h5 {
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--succession-white);
    margin-bottom: 1rem;
    line-height: 25px;
}

.succession-risk-card p {

    color: rgba(189, 212, 248, 0.75);
    line-height: 1.6;
    margin: 0;
}

.succession-risk-card .succession-stat-highlight {
    font-weight: 700;
    color: var(--succession-light);
}

.succession-risks__cta-box {
    background: rgba(0, 73, 255, 0.18);
    border: 1px solid rgba(0, 73, 255, 0.35);
    border-radius: 14px;
    padding: 2.4rem;
    text-align: center;
    margin-top: 3rem;
}

.succession-risks__cta-box p {
    color: rgba(189, 212, 248, 0.8);
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
}

/* ============ LIONSGATE FRAMEWORK ============ */
.succession-lf {
    padding: 90px 0;
    background: var(--succession-white);
}

.succession-lf__roadmap-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--succession-border);
}

.succession-lf__roadmap-item:last-child {
    border-bottom: none;
}

.succession-lf__roadmap-dot {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: rgba(0, 73, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.succession-lf__roadmap-dot i {
    font-size: 1rem;
    color: var(--succession-blue);
}

.succession-lf__roadmap-text {

    color: var(--succession-text);
    font-weight: 500;
    padding-top: 6px;
}

.succession-lf__delay-box {
    background: linear-gradient(135deg, #071a56 0%, #0e2f8a 100%);
    border-radius: 14px;
    padding: 2.4rem;
    color: var(--succession-white);
    position: relative;
    overflow: hidden;
}

.succession-lf__delay-box::after {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14rem;
    color: rgba(189, 212, 248, 0.06);
    line-height: 1;
}

.succession-lf__delay-box h4 {
    color: var(--succession-light);
    margin-bottom: 1rem;
}

.succession-lf__delay-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.7rem;

    color: rgba(255, 255, 255, 0.8);
}

.succession-lf__delay-item i {
    color: #ff6b6b;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ============ WHO NEEDS ============ */
.succession-who {
    padding: 90px 0;
    background: var(--succession-pale);
}

.succession-who-card {
    background: var(--succession-white);
    border-radius: 12px;
    padding: 1.8rem 1.6rem;
    border: 1px solid var(--succession-border);
    height: 100%;
    transition: transform 0.22s, box-shadow 0.22s;
}

.succession-who-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 73, 255, 0.1);
}

.succession-who-card__icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 73, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.succession-who-card__icon i {
    font-size: 1.4rem;
    color: var(--succession-blue);
}

.succession-who-card h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: var(--succession-text);
    margin-bottom: 0.8rem;
}

.succession-who-card p {

    color: var(--succession-muted);
    margin: 0;
    line-height: 1.6;
}

/* ============ WHY LIONSGATE ============ */
.succession-why {
    padding: 90px 0;
    background: var(--succession-white);
}

.succession-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 1.4rem;
}

.succession-why-item__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--succession-blue);
    flex-shrink: 0;
    margin-top: 6px;
}

.succession-why-item__text {

    color: var(--succession-muted);
    line-height: 1.65;
}

.succession-why-item__text strong {
    color: var(--succession-text);
}

.succession-why__img {
    position: relative;
}

.succession-why__img img {
    width: 100%;
    border-radius: 16px;
    height: 400px;
    object-fit: cover;
}

.succession-why__img-accent {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(0, 73, 255, 0.12);
    z-index: -1;
}

/* ============ PROCESS ============ */
.succession-process {
    padding: 90px 0;
    background: linear-gradient(180deg, #f0f5ff 0%, #e8f0fd 100%);
}

.succession-process-step {
    background: var(--succession-white);
    border-radius: 14px;
    padding: 2rem 1.8rem;
    height: 100%;
    border: 1px solid var(--succession-border);
    position: relative;
    transition: transform 0.22s, box-shadow 0.22s;
}

.succession-process-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 73, 255, 0.12);
}

.succession-process-step__arrow {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: var(--succession-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--succession-white);
    font-size: 0.8rem;
    z-index: 2;
}

.succession-process-step__num {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--succession-light);
    line-height: 1;
    margin-bottom: 1rem;
}

.succession-process-step h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: var(--succession-text);
    margin-bottom: 1.5rem;
}

.succession-process-step p {

    color: var(--succession-muted);
    line-height: 1.6;
    margin: 0;
}

/* ============ FINAL CTA ============ */
.succession-final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #03012c 0%, #071a56 50%, #0e2f8a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.succession-final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(189, 212, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(189, 212, 248, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
}

.succession-final-cta h2 {
    color: var(--succession-white);
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 1rem;
}

.succession-final-cta p {
    color: rgba(189, 212, 248, 0.8);
    font-size: 0.96rem;
    max-width: 560px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.succession-final-cta__24h {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(189, 212, 248, 0.1);
    border: 1px solid rgba(189, 212, 248, 0.2);
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 0.78rem;
    color: var(--succession-light);
    font-weight: 500;
    margin-bottom: 2rem;
}

.succession-final-cta__24h i {
    color: #48bb78;
}

/* ============ SECTION LABELS ============ */
.succession-section-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--succession-blue);
    margin-bottom: 0.6rem;
    display: block;
}

.succession-section-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.18;
    margin-bottom: 1rem;
}

.succession-section-lead {

    color: var(--succession-muted);
    line-height: 1.7;
    max-width: 580px;
}

/* ============ RESPONSIVE TWEAKS ============ */
@media (max-width: 991.98px) {
    .succession-process-step__arrow {
        display: none;
    }

    .succession-hero {
        min-height: auto;
        padding: 80px 0 60px;
    }

    .succession-form-card {
        margin-top: 3rem;
    }
}

@media (max-width: 575.98px) {
    .succession-stats__sep {
        display: none;
    }

    .succession-lf__delay-box::after {
        display: none;
    }
}

/* ============ ANIMATIONS ============ */
@keyframes succession-fade-up {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.succession-anim {
    animation: succession-fade-up 0.7s ease both;
}

.succession-anim-d1 {
    animation-delay: 0.1s;
}

.succession-anim-d2 {
    animation-delay: 0.2s;
}

.succession-anim-d3 {
    animation-delay: 0.35s;
}

.succession-anim-d4 {
    animation-delay: 0.5s;
}

/*end succession-lionsgate*/

/*start Residency Planning*/
:root {
    --end-to-end-blue: #0049ff;
    --end-to-end-black: #000000;
    --end-to-end-light: #bdd4f8;
    --end-to-end-white: #ffffff;
    --end-to-end-soft: #f0f5ff;
    --end-to-end-mid: #dde9fd;
    --end-to-end-dark-blue: #0038cc;
    --end-to-end-slate: #2a2a3a;
    --end-to-end-muted: #4a5568;
    --end-to-end-border: rgba(0, 73, 255, 0.12);
}


/* ─── HERO ─────────────────────────────────────────────────── */
.end-to-end-hero {
    min-height: 100vh;
    background: url(../images/latvia/banner.jpg)top right no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
}

.end-to-end-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 73, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 73, 255, 0.07) 1px, transparent 1px);
    background-size: 60px 60px;
}

.end-to-end-hero-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.25) 0%, transparent 70%);
    top: -200px;
    right: -150px;
    pointer-events: none;
}

.end-to-end-hero-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.12) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    pointer-events: none;
}

.end-to-end-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(189, 212, 248, 0.3);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--end-to-end-light);
    background: rgba(0, 73, 255, 0.1);
    margin-bottom: 24px;

}

.end-to-end-hero-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--end-to-end-blue);
    animation: endToEndPulse 2s infinite;
}

@keyframes endToEndPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.4);
    }
}

.end-to-end-hero h1 {
    font-size: clamp(30px, 4.5vw, 56px);
    line-height: 1.07;
    color: var(--end-to-end-white);
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 5%;
}

.end-to-end-hero h1 span {
    background: linear-gradient(135deg, #bdd4f8 0%, #7aaaf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.end-to-end-hero h2 {
    font-size: 1.7em;
    color: #fff;
    margin-bottom: 5%;
    font-weight: 500;
    line-height: 40px;
}

.end-to-end-hero-sub {
    font-size: 1em;
    color: rgb(255, 255, 255);
    line-height: 1.7;
    max-width: 673px;
    margin-top: 20px;
    font-weight: 300;
}

/* ─── HERO FORM ─────────────────────────────────────────────── */
.end-to-end-form-card {
    background: rgb(255, 255, 255);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 40px 36px;
    position: relative;
    color: #000;
}

.e-to-e {
    margin-top: 8%;
    display: block;
}

.e-to-e div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: rgba(189, 212, 248, 0.75);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(189, 212, 248, 0.25);
    color: var(--latvia-light);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.end-to-end-form-title {
    font-family: Montserrat, sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--end-to-end-white);
    margin-bottom: 6px;
    color: #000;
}

.end-to-end-form-hint {

    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 28px;
}

.end-to-end-label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 6px;
    display: block;
}

.end-to-end-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    color: #000;
    transition: border-color 0.25s, background 0.25s;
    outline: none;
}

.end-to-end-input::placeholder {
    color: #9b9ca7;
}

.end-to-end-input:focus {
    border-color: var(--end-to-end-blue);
    background: rgba(0, 73, 255, 0.08);
}

.end-to-end-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23bdd4f8' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.end-to-end-select option {
    background: #0d1525;
    color: white;
}

.end-to-end-btn-primary {
    width: 100%;
    background: var(--end-to-end-blue);
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    font-family: 'DM Sans', sans-serif;

    font-weight: 500;
    color: var(--end-to-end-white);
    cursor: pointer;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    letter-spacing: 0.03em;
}

.end-to-end-btn-primary:hover {
    background: var(--end-to-end-dark-blue);
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(0, 73, 255, 0.45);
}

.end-to-end-form-privacy {
    font-size: 0.73rem;
    color: rgb(0 0 0);
    text-align: center;
    margin-top: 14px;
}

/* ─── STAT BAR ─────────────────────────────────────────────── */
.end-to-end-stat-bar {
    background: var(--end-to-end-blue);
    padding: 28px 0;
}

.end-to-end-stat-item {
    text-align: center;
    color: var(--end-to-end-white);
}

.end-to-end-stat-number {
    font-family: Montserrat, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3%;
}

.end-to-end-stat-label {

    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
    letter-spacing: 0.04em;
}

.end-to-end-stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    height: 40px;
    margin: auto;
}

/* ─── SECTION SHARED ──────────────────────────────────────── */
.end-to-end-section {
    padding: 90px 0;
}

.end-to-end-section-alt {
    background: var(--end-to-end-soft);
}

.end-to-end-eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--end-to-end-blue);
    margin-bottom: 12px;
}

.end-to-end-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.12;
    color: var(--end-to-end-slate);
    letter-spacing: -0.02em;

}

.end-to-end-heading em {
    font-style: italic;
    color: var(--end-to-end-blue);
}

.end-to-end-body {
    font-size: 1rem;
    color: var(--end-to-end-muted);
    line-height: 1.8;

}

/* ─── PROBLEM SECTION ─────────────────────────────────────── */
.end-to-end-problem-card {
    background: var(--end-to-end-white);
    border: 1px solid var(--end-to-end-border);
    border-radius: 16px;
    padding: 28px 24px;
    transition: border-color 0.25s, transform 0.25s;
    height: 100%;
}

.end-to-end-problem-card:hover {
    border-color: var(--end-to-end-blue);
    transform: translateY(-4px);
}

.end-to-end-problem-icon {
    width: 46px;
    height: 46px;
    background: var(--end-to-end-soft);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--end-to-end-blue);
    margin-bottom: 16px;
}

.end-to-end-problem-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--end-to-end-slate);
    margin-bottom: 8px;
}

.end-to-end-problem-card p {

    color: var(--end-to-end-muted);
    line-height: 1.7;

}

/* ─── TABLE ───────────────────────────────────────────────── */
.end-to-end-table-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--end-to-end-border);
    box-shadow: 0 4px 30px rgba(0, 73, 255, 0.06);

}

.end-to-end-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.end-to-end-table thead th {
    background: var(--end-to-end-blue);
    color: var(--end-to-end-white);
    padding: 25px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: left;
}

.end-to-end-table tbody tr {
    border-bottom: 1px solid var(--end-to-end-border);
    transition: background 0.2s;
}

.end-to-end-table tbody tr:last-child {
    border-bottom: none;
}

.end-to-end-table tbody tr:hover {
    background: var(--end-to-end-soft);
}

.end-to-end-table tbody td {
    padding: 16px 20px;
    color: var(--end-to-end-slate);
    vertical-align: top;
    line-height: 1.6;
}

.end-to-end-table tbody td:first-child {
    font-weight: 500;
    color: var(--end-to-end-blue);
}

/* ─── JURISDICTION CARDS ───────────────────────────────────── */
.end-to-end-juris-card {
    background: var(--end-to-end-white);
    border: 1px solid var(--end-to-end-border);
    border-radius: 14px;
    padding: 24px 22px;
    height: 100%;
    transition: border-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.end-to-end-juris-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--end-to-end-light);
    transition: background 0.25s;
}

.end-to-end-juris-card:hover {
    border-color: var(--end-to-end-blue);
    box-shadow: 0 4px 24px rgba(0, 73, 255, 0.1);
}

.end-to-end-juris-card:hover::before {
    background: var(--end-to-end-blue);
}

.end-to-end-juris-flag {
    font-size: 2.8rem;
    margin-bottom: 8px;
}

.end-to-end-juris-card h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--end-to-end-slate);
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;

}

.end-to-end-juris-card p {

    color: var(--end-to-end-muted);
    line-height: 1.65;
}

/* ─── SUCCESSION VEHICLES ─────────────────────────────────── */
.end-to-end-vehicle-card {
    background: var(--end-to-end-white);
    border: 1px solid var(--end-to-end-border);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.25s;
}

.end-to-end-vehicle-card:hover {
    border-color: var(--end-to-end-blue);
    box-shadow: 0 6px 30px rgba(0, 73, 255, 0.1);
    transform: translateY(-3px);
}

.end-to-end-vehicle-num {
    width: 36px;
    height: 36px;
    background: var(--end-to-end-light);
    color: var(--end-to-end-blue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;

    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.end-to-end-vehicle-card h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--end-to-end-slate);
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;

}

.end-to-end-vehicle-card p {

    color: var(--end-to-end-muted);
    line-height: 1.7;

    margin-bottom: 20px;
}

.end-to-end-compat-badge {
    font-size: 0.73rem;
    background: var(--end-to-end-soft);
    color: var(--end-to-end-blue);
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 500;
    display: inline-block;
}

/* ─── WHO BENEFITS ─────────────────────────────────────────── */
.end-to-end-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    background: var(--end-to-end-white);
    border: 1px solid var(--end-to-end-border);
    border-radius: 14px;
    transition: border-color 0.25s, transform 0.25s;
    height: 150px;
}

.end-to-end-benefit-item:hover {
    border-color: var(--end-to-end-blue);
    transform: translateX(4px);
}

.end-to-end-benefit-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: var(--end-to-end-soft);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--end-to-end-blue);
}

.end-to-end-benefit-item h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: var(--end-to-end-slate);
    margin-bottom: 4px;
}

.end-to-end-benefit-item p {

    color: var(--end-to-end-muted);
    line-height: 1.6;

    margin: 0;
}

/* ─── WHY LIONSGATE ────────────────────────────────────────── */
.end-to-end-why-section {
    background: var(--end-to-end-black);
    position: relative;
    overflow: hidden;
}

.end-to-end-why-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 73, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 73, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

.end-to-end-why-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(189, 212, 248, 0.15);
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    transition: background 0.25s, border-color 0.25s;
}

.end-to-end-why-card:hover {
    background: rgba(0, 73, 255, 0.08);
    border-color: rgba(0, 73, 255, 0.5);
}

.end-to-end-why-card h5 {
    font-family: Montserrat, sans-serif;

    font-weight: 600;
    color: var(--end-to-end-white);
    margin-bottom: 10px;
}

.end-to-end-why-card p {

    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin: 0;
}

.end-to-end-why-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 73, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--end-to-end-light);
    margin-bottom: 22px;
}

/* ─── COMPLIANCE FEATURES ─────────────────────────────────── */
.end-to-end-compliance-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.92rem;
    color: var(--end-to-end-muted);
    line-height: 1.65;
}

.end-to-end-compliance-list li i {
    color: var(--end-to-end-blue);
    font-size: 1rem;
    margin-top: 3px;
    min-width: 18px;
}

/* ─── BRIEF SECTION ─────────────────────────────────────────── */
.end-to-end-brief-section {
    background: linear-gradient(135deg, var(--end-to-end-blue) 0%, #0038cc 100%);
    position: relative;
    overflow: hidden;
}

.end-to-end-brief-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
}

.end-to-end-brief-section h2,
.end-to-end-brief-section p,
.end-to-end-brief-section li {
    color: var(--end-to-end-white);
}

.end-to-end-brief-list {
    list-style: none;
    padding: 0;
}

.end-to-end-brief-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;

    opacity: 0.85;
}

.end-to-end-brief-list li i {
    font-size: 1rem;
    margin-top: 4px;
}

/* ─── CTA BUTTON OUTLINE ─────────────────────────────────── */
.end-to-end-btn-outline {
    display: inline-block;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 13px 28px;
    font-family: Montserrat, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--end-to-end-white);
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s, border-color 0.25s;
}

.end-to-end-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--end-to-end-white);
    color: var(--end-to-end-white);
}

.end-to-end-btn-white {
    display: inline-block;
    background: var(--end-to-end-white);
    border: none;
    border-radius: 10px;
    padding: 14px 32px;
    font-family: Montserrat, sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--end-to-end-blue);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.25s;
}

.end-to-end-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2);
    color: var(--end-to-end-blue);
}

/* ─── FINAL CTA ─────────────────────────────────────────────── */
.end-to-end-final-cta {
    background: var(--end-to-end-soft);
    padding: 90px 0;
}

.end-to-end-final-form {
    background: var(--end-to-end-white);
    border: 1px solid var(--end-to-end-border);
    border-radius: 20px;
    padding: 48px 44px;
    box-shadow: 0 8px 60px rgba(0, 73, 255, 0.08);
}

.end-to-end-final-form .end-to-end-label {
    color: var(--end-to-end-muted);
}

.end-to-end-final-form .end-to-end-input {
    background: var(--end-to-end-soft);
    border-color: var(--end-to-end-border);
    color: var(--end-to-end-slate);
}

.end-to-end-final-form .end-to-end-input::placeholder {
    color: rgba(74, 85, 104, 0.5);
}

.end-to-end-final-form .end-to-end-input:focus {
    border-color: var(--end-to-end-blue);
    background: var(--end-to-end-white);
}

.end-to-end-final-form .end-to-end-select option {
    background: white;
    color: #2a2a3a;
}

.end-to-end-final-form .end-to-end-form-privacy {
    color: var(--end-to-end-muted);
}

/* ─── DIVIDER ─────────────────────────────────────────────── */
.end-to-end-divider {
    height: 1px;
    background: var(--end-to-end-border);
    margin: 0;
}

/* ─── TIMELINE COMPLIANCE ─────────────────────────────────── */
.end-to-end-timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.end-to-end-timeline-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.end-to-end-timeline-dot-inner {
    width: 14px;
    height: 14px;
    background: var(--end-to-end-blue);
    border-radius: 50%;
    border: 3px solid var(--end-to-end-light);
    flex-shrink: 0;
    margin-top: 4px;
}

.end-to-end-timeline-line {
    width: 2px;
    flex: 1;
    background: var(--end-to-end-light);
    min-height: 30px;
}

.end-to-end-timeline-content h6 {
    font-family: Montserrat, sans-serif;

    font-weight: 600;

    color: var(--end-to-end-slate);
    margin-bottom: 4px;
}

.end-to-end-timeline-content p {

    color: var(--end-to-end-muted);
    line-height: 1.6;
    margin: 0;
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .end-to-end-hero {
        padding: 60px 0 80px;
    }

    .end-to-end-form-card {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    .end-to-end-section {
        padding: 60px 0;
    }

    .end-to-end-final-form {
        padding: 32px 24px;
    }

    .end-to-end-stat-divider {
        display: none;
    }
}

/* ─── FADE IN ANIMATION ────────────────────────────────────── */
.end-to-end-fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.end-to-end-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Delay utilities */
.end-to-end-delay-1 {
    transition-delay: 0.1s;
}

.end-to-end-delay-2 {
    transition-delay: 0.2s;
}

.end-to-end-delay-3 {
    transition-delay: 0.3s;
}

.end-to-end-delay-4 {
    transition-delay: 0.4s;
}

/*end Residency Planning*/

/*start Immigration Lawyers*/
:root {
    --imm-blue: #0049ff;
    --imm-deep: #001880;
    --imm-navy: #00123d;
    --imm-light: #bdd4f8;
    --imm-pale: #eef4ff;
    --imm-soft: #ddeaff;
    --imm-white: #ffffff;
    --imm-ink: #0d1730;
    --imm-muted: #5a6a8a;
    --imm-glass: rgba(255, 255, 255, 0.08);
    --imm-glass-border: rgba(189, 212, 248, 0.25);
}


/* ═══ HERO ═══ */
.imm-hero {
    position: relative;
    min-height: 100vh;
    background: url(../images/latvia/banner.jpg)top center no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
    background-size: cover;
    z-index: 0;
}

.imm-hero h2 {
    font-size: 1.7em;
    color: #fff;
    margin: 2% 0 4%;
    font-weight: 500;
    line-height: 40px;
}

.imm-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(189, 212, 248, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(189, 212, 248, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

.imm-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.imm-orb-1 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.5) 0%, transparent 70%);
    top: -200px;
    right: -150px;
    animation: immFloat 8s ease-in-out infinite
}

.imm-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.12) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    animation: immFloat 10s ease-in-out infinite reverse
}

.imm-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.08) 0%, transparent 70%);
    top: 30%;
    right: 30%;
    animation: immFloat 12s ease-in-out infinite
}

@keyframes immFloat {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-30px) scale(1.05)
    }
}

@keyframes immFadeUp {
    from {
        opacity: 0;
        transform: translateY(36px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.imm-animate {
    animation: immFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both
}

.imm-d1 {
    animation-delay: 0.1s
}

.imm-d2 {
    animation-delay: 0.22s
}

.imm-d3 {
    animation-delay: 0.34s
}

.imm-d4 {
    animation-delay: 0.46s
}

.imm-eyebrow-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(189, 212, 248, 0.12);
    border: 1px solid rgba(189, 212, 248, 0.3);
    backdrop-filter: blur(12px);
    color: var(--imm-light);
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-size: 0.70em;
}

.imm-eyebrow-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--imm-light);
    display: inline-block;
    animation: immPulse 2s ease-in-out infinite
}

@keyframes immPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0.4;
        transform: scale(0.7)
    }
}

.imm-hero-title {
    font-family: Montserrat, sans-serif;
    color: var(--imm-white);
    line-height: 1.06;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    font-size: clamp(30px, 4.5vw, 56px);
    background-image: linear-gradient(to right bottom, #ffffff, #f0effe, #dde0fe, #c8d1ff, #aec4ff);
    color: transparent;
    background-clip: text;

}

.imm-hero-title em {
    font-style: normal;
    background: linear-gradient(90deg, #bdd4f8, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.imm-hero-sub {
    color: rgba(189, 212, 248, 0.85);
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 656px
}

.imm-hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.imm-hero-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(189, 212, 248, 0.25);
    color: var(--latvia-light);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.imm-hero-check i {
    color: var(--imm-light)
}

/* HERO FORM */
.imm-form-card {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(189, 212, 248, 0.4);
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
}

.imm-form-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(189, 212, 248, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.imm-form-heading {
    font-family: Montserrat, sans-serif;
    color: var(--imm-blue);
    margin-bottom: 4px
}

.imm-form-sub {
    color: var(--imm-muted);
    margin-bottom: 24px
}

.imm-label {
    display: block;
    color: #374151;
    margin-bottom: 5px;
    font-weight: 500
}

.imm-input {
    width: 100%;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    background: #f9fafb;
    color: #111827;
    transition: border-color .2s, box-shadow .2s, background .2s;
    outline: none;
    appearance: none;
}

.imm-input:focus {
    border-color: var(--imm-blue);
    box-shadow: 0 0 0 4px rgba(0, 73, 255, 0.1);
    background: #fff
}

.imm-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}

.imm-btn {
    width: 100%;
    background: linear-gradient(135deg, #0049ff, #0031cc);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
}

.imm-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%)
}

.imm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 73, 255, 0.45)
}

.imm-form-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #9ca3af;
    margin-top: 14px
}

.imm-form-trust i {
    color: var(--imm-blue)
}

/* ═══ TRUST BAND ═══ */
.imm-trust-band {
    background: var(--imm-blue);
    overflow: hidden;
    padding: 0
}

.imm-trust-scroll {
    display: flex;
    gap: 0;
    animation: immScroll 30s linear infinite;
    width: max-content
}

@keyframes immScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.imm-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    padding: 18px 40px;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.imm-trust-item i {
    color: var(--imm-light)
}

/* ═══ STATS ═══ */
.imm-stats {
    padding: 80px 0;
    background: var(--imm-pale);
    position: relative;
    overflow: hidden
}

.imm-stats::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.05) 0%, transparent 70%);
    right: -100px;
    top: -100px;
    pointer-events: none;
}

.imm-stat-card {
    background: var(--imm-white);
    border-radius: 20px;
    padding: 36px 28px;
    border: 1.5px solid rgba(0, 73, 255, 0.1);
    text-align: center;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}

.imm-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--imm-blue), var(--imm-light));
}

.imm-stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 73, 255, 0.12);
    border-color: var(--imm-blue)
}

.imm-stat-num {
    font-family: Montserrat, sans-serif;
    color: var(--imm-blue);
    line-height: 1;
    margin-bottom: 8px
}

.imm-stat-label {
    color: var(--imm-muted);
    line-height: 1.4
}

/* ═══ SECTION UTILS ═══ */
.imm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--imm-blue);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 16px
}

.imm-eyebrow::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--imm-blue);
    display: inline-block
}

.imm-heading {
    font-family: Montserrat, sans-serif;
    color: var(--imm-ink);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 20px
}

.imm-heading em {
    font-style: normal;
    color: var(--imm-blue)
}

.imm-body {
    color: var(--imm-muted);
    line-height: 1.75
}

.imm-rule {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--imm-blue), var(--imm-light));
    border-radius: 2px;
    margin-bottom: 28px
}

.imm-rule-center {
    margin-left: auto;
    margin-right: auto
}

.imm-cta-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--imm-blue);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    text-decoration: none;
    font-weight: 500;
}

.imm-cta-solid:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 73, 255, 0.35);
    color: #fff
}

.imm-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--imm-blue);
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, background .2s;
    font-weight: 600;
    text-decoration: none;
}

.imm-cta-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    background: var(--imm-light);
    color: var(--imm-blue)
}

/* ═══ WHY ═══ */
.imm-why {
    padding: 100px 0;
    background: var(--imm-white)
}

.imm-risk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.imm-risk-item {
    background: var(--imm-pale);
    border: 1px solid rgba(0, 73, 255, 0.1);
    border-radius: 18px;
    padding: 28px 24px;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}

.imm-risk-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--imm-blue), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}

.imm-risk-item:hover::after {
    transform: scaleX(1)
}

.imm-risk-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 44px rgba(0, 73, 255, 0.1);
    border-color: rgba(0, 73, 255, 0.3)
}

.imm-risk-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 73, 255, 0.12), rgba(189, 212, 248, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--imm-blue);
}

.imm-risk-title {
    color: var(--imm-ink);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-risk-text {
    color: var(--imm-muted);
    line-height: 1.65
}

.imm-why-img {
    position: relative;
    border-radius: 24px;
    overflow: visible
}

.imm-why-img-main {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    display: block;
    box-shadow: 0 30px 80px rgba(0, 73, 255, 0.18)
}

.imm-why-badge {
    position: absolute;
    bottom: 28px;
    left: -28px;
    background: var(--imm-white);
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 200px;
}

.imm-why-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--imm-blue), #3a6eff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.imm-floating-card {
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--imm-white);
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    gap: 10px;
}

.imm-floating-card i {
    color: var(--imm-blue)
}

/* ═══ COUNSEL ═══ */
.imm-counsel {
    padding: 100px 0;
    background: var(--imm-pale);
    position: relative;
    overflow: hidden
}

.imm-counsel::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.06) 0%, transparent 70%);
    left: -150px;
    bottom: -150px;
    pointer-events: none;
}

.imm-benefit {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 16px;
    transition: background .2s, transform .2s;
    cursor: default;
    margin-bottom: 8px;
}

.imm-benefit:hover {
    background: var(--imm-white);
    transform: translateX(6px)
}

.imm-benefit-ico {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--imm-blue), #3a6eff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 73, 255, 0.3);
}

.imm-benefit-title {
    color: var(--imm-ink);
    font-weight: 600;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-benefit-text {
    color: var(--imm-muted);
    line-height: 1.65
}

.imm-counsel-img {
    position: relative;
    border-radius: 24px;
    overflow: visible
}

.imm-counsel-img img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 73, 255, 0.15);
    display: block
}

.imm-counsel-overlay {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 24, 128, 0.5) 100%)
}

.imm-counsel-caption {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #fff
}

.imm-counsel-caption strong {
    display: block;
    margin-bottom: 4px
}

.imm-counsel-caption span {
    opacity: 0.8
}

/* ═══ SERVICES ═══ */
.imm-services {
    padding: 100px 0;
    background: var(--imm-white)
}

.imm-service-table {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 60px rgba(0, 73, 255, 0.1);
    border: 1px solid rgba(0, 73, 255, 0.1)
}

.imm-service-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

.imm-service-table thead tr {
    background: linear-gradient(135deg, var(--imm-deep), var(--imm-blue))
}

.imm-service-table thead th {
    padding: 20px 28px;
    color: var(--imm-white);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.imm-service-table tbody tr {
    border-bottom: 1px solid var(--imm-pale);
    transition: background .2s
}

.imm-service-table tbody tr:last-child {
    border-bottom: none
}

.imm-service-table tbody tr:hover {
    background: var(--imm-pale)
}

.imm-service-table tbody td {
    padding: 22px 28px;
    vertical-align: top;
    color: var(--imm-muted);
    line-height: 1.65
}

.imm-service-table tbody td:first-child {
    color: var(--imm-ink)
}

.imm-table-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--imm-soft);
    color: var(--imm-blue);
    font-weight: 600;
    margin-right: 10px;
    flex-shrink: 0;
}

/* ═══ CORPORATE ═══ */
.imm-corporate {
    padding: 100px 0;
    background: linear-gradient(160deg, #00103a 0%, #001880 50%, #0031cc 100%);
    position: relative;
    overflow: hidden;
}

.imm-corporate::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(189, 212, 248, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(189, 212, 248, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.imm-corporate::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.4) 0%, transparent 70%);
    right: -200px;
    top: -200px;
    pointer-events: none;
}

.imm-corp-card {
    background: var(--imm-glass);
    border: 1px solid var(--imm-glass-border);
    border-radius: 20px;
    padding: 32px 28px;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: background .25s, border-color .25s, transform .25s;
}

.imm-corp-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(189, 212, 248, 0.45);
    transform: translateY(-6px)
}

.imm-corp-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(189, 212, 248, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--imm-light);
    margin-bottom: 18px;
    border: 1px solid rgba(189, 212, 248, 0.2);
}

.imm-corp-card h5 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-corp-card p {
    color: rgba(189, 212, 248, 0.8);
    line-height: 1.65
}

/* ═══ FAMILY ═══ */
.imm-family {
    padding: 100px 0;
    background: var(--imm-pale)
}

.imm-family-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid transparent;
    margin-bottom: 12px;
    transition: background .2s, border-color .2s, transform .2s;
}

.imm-family-item:hover {
    background: var(--imm-white);
    border-color: rgba(0, 73, 255, 0.12);
    transform: translateX(6px);
    box-shadow: 0 8px 30px rgba(0, 73, 255, 0.07)
}

.imm-family-ico {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 73, 255, 0.1), rgba(189, 212, 248, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--imm-blue);
}

.imm-family-title {
    color: var(--imm-ink);
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-family-text {
    color: var(--imm-muted);
    line-height: 1.65
}

/* ═══ EXIT ═══ */
.imm-exit {
    padding: 100px 0;
    background: var(--imm-white)
}

.imm-exit-card {
    background: var(--imm-pale);
    border: 1px solid rgba(0, 73, 255, 0.1);
    border-radius: 20px;
    padding: 32px 26px;
    height: 100%;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}

.imm-exit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--imm-blue), var(--imm-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}

.imm-exit-card:hover::before {
    transform: scaleX(1)
}

.imm-exit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 73, 255, 0.1);
    border-color: rgba(0, 73, 255, 0.25)
}

.imm-exit-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 73, 255, 0.1), rgba(189, 212, 248, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--imm-blue);
    margin-bottom: 18px;
}

.imm-exit-card h5 {
    color: var(--imm-ink);
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-exit-card p {
    color: var(--imm-muted);
    line-height: 1.65
}

.imm-quote {
    background: linear-gradient(135deg, var(--imm-deep), var(--imm-blue));
    border-radius: 20px;
    padding: 40px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.imm-quote::before {
    content: '\201C';
    position: absolute;
    top: -20px;
    left: 24px;
    font-family: Montserrat, sans-serif;
    font-size: 160px;
    color: rgba(189, 212, 248, 0.12);
    line-height: 1;
    pointer-events: none;
}

.imm-quote p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-style: italic;
    position: relative;
    z-index: 1
}

/* ═══ DIFFERENCE ═══ */
.imm-difference {
    padding: 100px 0;
    background: var(--imm-pale)
}

.imm-diff-card {
    background: var(--imm-white);
    border: 1px solid rgba(0, 73, 255, 0.1);
    border-radius: 22px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.imm-diff-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(0, 73, 255, 0.14);
    border-color: var(--imm-blue)
}

.imm-diff-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--imm-soft), var(--imm-pale));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--imm-blue);
    border: 2px solid rgba(0, 73, 255, 0.1);
    transition: background .3s, box-shadow .3s;
}

.imm-diff-card:hover .imm-diff-icon {
    background: linear-gradient(135deg, var(--imm-blue), #3a6eff);
    color: #fff;
    box-shadow: 0 10px 28px rgba(0, 73, 255, 0.35)
}

.imm-diff-card h5 {
    color: var(--imm-ink);
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-diff-card p {
    color: var(--imm-muted);
    line-height: 1.7
}

/* ═══ ENGAGEMENT ═══ */
.imm-engagement {
    padding: 100px 0;
    background: var(--imm-white)
}

.imm-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid transparent;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.imm-step:hover {
    background: var(--imm-pale);
    border-color: rgba(0, 73, 255, 0.1);
    box-shadow: 0 8px 30px rgba(0, 73, 255, 0.06)
}

.imm-step-num {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--imm-blue), #3a6eff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 73, 255, 0.3);
    flex-shrink: 0;
}

.imm-step-title {
    color: var(--imm-ink);
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.imm-step-text {
    color: var(--imm-muted);
    line-height: 1.65
}

.imm-step-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0
}

.imm-step-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--imm-muted);
    padding: 4px 0;
    line-height: 1.55
}

.imm-step-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--imm-blue);
    flex-shrink: 0;
    margin-top: 7px
}

/* ═══ GLOBAL ═══ */
.imm-global {
    padding: 100px 0;
    background: var(--imm-pale)
}

.imm-region-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--imm-white);
    border: 1.5px solid rgba(0, 73, 255, 0.12);
    border-radius: 50px;
    padding: 10px 20px;
    color: var(--imm-ink);
    transition: all .2s;
    cursor: default;
    margin: 6px;
}

.imm-region-pill:hover {
    background: var(--imm-blue);
    color: #fff;
    border-color: var(--imm-blue);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 73, 255, 0.25)
}

.imm-flag {
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
    flex-shrink: 0
}

/* ═══ URGENCY ═══ */
.imm-urgency {
    padding: 100px 0;
    background: linear-gradient(160deg, #00103a 0%, #001880 50%, #0031cc 100%);
    position: relative;
    overflow: hidden;
}

.imm-urgency::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.5) 0%, transparent 70%);
    left: -150px;
    bottom: -150px;
    pointer-events: none;
}

.imm-urgency::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(189, 212, 248, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(189, 212, 248, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.imm-price-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: rgba(255, 255, 255, 0.85);
    padding: 16px 0;
    border-bottom: 1px solid rgba(189, 212, 248, 0.1);
    line-height: 1.6;
}

.imm-price-item:last-child {
    border-bottom: none
}

.imm-price-item i {
    color: #ff7070;
    flex-shrink: 0;
    margin-top: 2px
}

/* ═══ CONSULT ═══ */
.imm-consult {
    padding: 100px 0;
    background: var(--imm-pale)
}

.imm-consult-form {
    background: var(--imm-white);
    border-radius: 24px;
    padding: 52px 48px;
    box-shadow: 0 24px 80px rgba(0, 73, 255, 0.1);
    border: 1px solid rgba(0, 73, 255, 0.1);
}

.imm-consult-points {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.imm-consult-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--imm-muted);
    margin-bottom: 12px;
    line-height: 1.55
}

.imm-consult-points li i {
    color: var(--imm-blue);
    margin-top: 2px;
    flex-shrink: 0
}

.imm-metrics {
    display: flex;
    gap: 0;
    margin-top: 36px;
    border: 1px solid rgba(0, 73, 255, 0.1);
    border-radius: 16px;
    overflow: hidden
}

.imm-metric {
    flex: 1;
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid rgba(0, 73, 255, 0.1)
}

.imm-metric:last-child {
    border-right: none
}

.imm-metric strong {
    font-family: Montserrat, sans-serif;
    color: var(--imm-blue);
    display: block;
    margin-bottom: 4px
}

.imm-metric span {
    color: var(--imm-muted)
}

/* ═══ BOTTOM ═══ */
.imm-bottom {
    background: linear-gradient(135deg, var(--imm-deep), var(--imm-blue));
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.imm-bottom::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(189, 212, 248, 0.12) 0%, transparent 70%);
    right: -100px;
    top: -100px;
    pointer-events: none;
}

/* ═══ RESPONSIVE ═══ */
@media(max-width:991px) {
    .imm-hero {
        min-height: auto;
        padding: 80px 0 60px
    }

    .imm-form-card {
        margin-top: 40px;
        padding: 32px 28px
    }

    .imm-why-badge {
        left: 16px;
        bottom: 16px
    }

    .imm-floating-card {
        display: none
    }

    .imm-risk-grid {
        grid-template-columns: 1fr
    }

    .imm-consult-form {
        padding: 36px 28px
    }
}

@media(max-width:767px) {
    .imm-hero-title {
        font-size: 2.4rem
    }

    .imm-why,
    .imm-counsel,
    .imm-services,
    .imm-corporate,
    .imm-family,
    .imm-exit,
    .imm-difference,
    .imm-engagement,
    .imm-global,
    .imm-urgency,
    .imm-consult {
        padding: 65px 0
    }

    .imm-service-table table thead {
        display: none
    }

    .imm-service-table table tbody tr {
        display: block;
        margin: 8px 16px;
        border-radius: 12px;
        border: 1px solid var(--imm-pale)
    }

    .imm-service-table table tbody td {
        display: block;
        padding: 12px 16px
    }

    .imm-service-table table tbody td:first-child {
        background: var(--imm-soft);
        border-radius: 12px 12px 0 0;
        color: var(--imm-blue)
    }

    .imm-metrics {
        flex-direction: column
    }

    .imm-metric {
        border-right: none;
        border-bottom: 1px solid rgba(0, 73, 255, 0.1)
    }

    .imm-metric:last-child {
        border-bottom: none
    }

    .imm-why-badge {
        position: static;
        margin-top: 16px;
        width: 100%
    }

    .imm-consult-form {
        padding: 28px 22px
    }
}

select option {
    color: #111827
}

/*end Immigration Lawyers*/

/*start Monaco Residency*/
:root {
    --monaco-blue: #0049ff;
    --monaco-dark: #000000;
    --monaco-light: #bdd4f8;
    --monaco-pale: #e8f0fe;
    --monaco-white: #ffffff;
}

/* ══════════════════════════════════
     HERO
  ══════════════════════════════════ */
.monaco-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;

    background: url(../images/latvia/banner.jpg)top center no-repeat;
    background-size: cover;
}

.monaco-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 73, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 73, 255, 0.06) 1px, transparent 1px);
    background-size: 60px 60px;
}

.monaco-hero-shape-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    background: var(--monaco-blue);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.18;
    top: -200px;
    left: -150px;
    pointer-events: none;
}

.monaco-hero-shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: var(--monaco-light);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.1;
    bottom: 0;
    right: -100px;
    pointer-events: none;
}

.monaco-hero-inner {
    position: relative;
    z-index: 2;

    padding-bottom: 40px;
}

/* ── Badge ── */
.monaco-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 73, 255, 0.18);
    border: 1px solid rgba(0, 73, 255, 0.45);
    color: var(--monaco-light);
    padding: 6px 16px;
    border-radius: 100px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.monaco-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--monaco-blue);
    animation: monacopulse 2s infinite;
}

@keyframes monacopulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.4);
    }
}

.monaco-hero-title {
    color: var(--monaco-white);
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: clamp(30px, 4.5vw, 56px);
    background-image: linear-gradient(to top left, #ffffff, #f0effe, #dde0fe, #c8d1ff, #aec4ff);
    color: transparent;
    background-clip: text;
    z-index: -1;

}



.monaco-hero-sub {
    color: #fff;
    opacity: 0.85;
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.monaco-zeros {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.monaco-zero-pill {
    background: rgba(189, 212, 248, 0.1);
    border: 1px solid rgba(189, 212, 248, 0.25);
    color: var(--monaco-light);
    padding: 5px 14px;
    border-radius: 6px;
}

.monaco-trust-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.monaco-trust-inline-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--monaco-light);
    opacity: 0.75;
}

.monaco-trust-inline-item i {
    color: var(--monaco-blue);
}

/* ══════════════════════════════════
     HERO FORM
  ══════════════════════════════════ */
.monaco-hero-form {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(189, 212, 248, 0.2);
    border-radius: 20px;
    padding: 36px 32px;
    backdrop-filter: blur(16px);
    position: relative;
    margin-top: 0;
}

.monaco-hero-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--monaco-blue), var(--monaco-light));
    border-radius: 20px 20px 0 0;
}

.monaco-form-title {
    color: var(--monaco-white);
    margin-bottom: 6px;
}

.monaco-form-desc {
    color: var(--monaco-light);
    opacity: 0.7;
    margin-bottom: 24px;
}

.monaco-form-label {
    color: var(--monaco-light);
    opacity: 0.9;
    margin-bottom: 6px;
    display: block;
}

.monaco-form-control {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(189, 212, 248, 0.2) !important;
    color: var(--monaco-white) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    width: 100%;
    transition: border-color 0.2s, background 0.2s;
}

.monaco-form-control:focus {
    outline: none;
    border-color: var(--monaco-blue) !important;
    background: rgba(0, 73, 255, 0.08) !important;
    box-shadow: 0 0 0 3px rgba(0, 73, 255, 0.15) !important;
}

.monaco-form-control::placeholder {
    color: rgba(189, 212, 248, 0.4) !important;
}

select.monaco-form-control option {
    background: #0d1b3e;
    color: #fff;
}

textarea.monaco-form-control {
    resize: vertical;
}

.monaco-privacy-note {
    color: rgba(189, 212, 248, 0.5);
    text-align: center;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

/* ══════════════════════════════════
     BUTTONS
  ══════════════════════════════════ */
.monaco-btn {
    background: var(--monaco-blue);
    color: var(--monaco-white);
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

.monaco-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
}

.monaco-btn:hover {
    background: #0038cc;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 73, 255, 0.45);
}

.monaco-btn-auto {
    width: auto;
    display: inline-flex;
}

/* ══════════════════════════════════
     TRUST BAR
  ══════════════════════════════════ */
.monaco-trust-bar {
    background: var(--monaco-blue);
    padding: 28px 0;
    border-bottom: 1px solid rgba(0, 73, 255, 0.1);
}

.monaco-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.monaco-trust-icon {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monaco-blue);
    flex-shrink: 0;
}

.monaco-trust-label {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
}

.monaco-trust-value {
    color: #fff;
    font-weight: 700;
}

/* ══════════════════════════════════
     DIVIDER
  ══════════════════════════════════ */
.monaco-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 73, 255, 0.2), transparent);
    margin: 0;
}

/* ══════════════════════════════════
     SECTION WRAPPERS (all straight)
  ══════════════════════════════════ */
.monaco-sec-white {
    background: var(--monaco-pale);
    padding: 100px 0;
}

.monaco-sec-pale {

    padding: 100px 0;
}

.monaco-sec-blue {
    background: var(--monaco-blue);
    padding: 100px 0;
}

.monaco-sec-dark {
    background: linear-gradient(135deg, #040c1e, #0b1732);
    padding: 100px 0;
}

.monaco-sec-cta {
    background: linear-gradient(135deg, #040c1e, #0b1732);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.monaco-sec-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(0, 73, 255, 0.25) 0%, transparent 70%);
}

.monaco-contact-strip {
    background: var(--monaco-dark);
    padding: 40px 0;
}

/* ══════════════════════════════════
     TYPOGRAPHY UTILITIES
  ══════════════════════════════════ */
.monaco-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--monaco-blue);
    margin-bottom: 10px;
    display: block;
}

.monaco-label-white {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--monaco-light);
    margin-bottom: 10px;
    display: block;
    opacity: 0.8;
}

.monaco-section-title {
    line-height: 1.15;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.monaco-desc {
    max-width: 620px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 40px;
}

.monaco-desc-white {
    max-width: 620px;
    line-height: 1.8;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
}

.monaco-c-blue {
    color: var(--monaco-blue) !important;
}

.monaco-c-white {
    color: var(--monaco-white) !important;
}

.monaco-c-light {
    color: var(--monaco-light) !important;
}

.monaco-c-muted {
    color: #6b7280;
}

.monaco-c-muted-light {
    color: rgba(189, 212, 248, 0.75);
}

/* ══════════════════════════════════
     STAT BOXES
  ══════════════════════════════════ */
.monaco-stat-box {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
}

.monaco-stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--imm-blue), var(--imm-light));
}

.monaco-stat-num {
    color: var(--monaco-blue);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px;
}

.monaco-stat-label {
    color: #000000;
}

/* ══════════════════════════════════
     IMAGE OVERLAY
  ══════════════════════════════════ */
.monaco-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.monaco-img-sm {
    height: 280px;
}

.monaco-img-md {
    height: 340px;
}

.monaco-img-lg {
    height: 420px;
}

.monaco-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 73, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 16px;
}

.monaco-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* ══════════════════════════════════
     TABLE
  ══════════════════════════════════ */
.monaco-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 73, 255, 0.08);
    background-color: #fff;
}

.monaco-table thead th {
    background: var(--monaco-blue);
    color: var(--monaco-white);
    padding: 16px 20px;
    font-weight: 600;
}

.monaco-table tbody td {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 73, 255, 0.08);
    color: #374151;
    vertical-align: top;
}

.monaco-table tbody tr:nth-child(even) td {
    background: var(--monaco-pale);
}

.monaco-table tbody tr:last-child td {
    border-bottom: none;
}

.monaco-table tbody td:first-child {
    font-weight: 600;
    color: #1a1a2e;
}

/* ══════════════════════════════════
     TAX CARDS
  ══════════════════════════════════ */
.monaco-tax-card {
    background: var(--monaco-white);
    border: 1px solid rgba(0, 73, 255, 0.12);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.monaco-tax-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--monaco-blue), var(--monaco-light));
    opacity: 0;
    transition: opacity 0.25s;
}

.monaco-tax-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 73, 255, 0.12);
    border-color: var(--monaco-blue);
}

.monaco-tax-card:hover::before {
    opacity: 1;
}

.monaco-tax-zero {
    color: var(--monaco-blue);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.monaco-tax-name {
    color: #1a1a2e;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    margin-top: 5%;
}

.monaco-tax-desc {
    color: #6b7280;
    line-height: 1.6;
}

/* ══════════════════════════════════
     PILLAR CARDS
  ══════════════════════════════════ */
.monaco-pillar {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(189, 212, 248, 0.15);
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, border-color 0.25s;
}

.monaco-pillar:hover {
    transform: translateY(-4px);
    border-color: rgba(189, 212, 248, 0.4);
}

.monaco-pillar-num {
    position: absolute;
    top: 19px;
    right: 20px;
    color: rgba(189, 212, 248, 0.08);
    font-weight: 900;
    line-height: 1;
    font-size: 4rem;
}

.monaco-pillar-icon {
    width: 52px;
    height: 52px;
    background: var(--monaco-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
}

.monaco-pillar-title {
    color: var(--monaco-white);
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.monaco-pillar-desc {
    color: rgba(189, 212, 248, 0.75);
    line-height: 1.7;
}

.monaco-pillar-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.monaco-pillar-list li {
    color: rgba(189, 212, 248, 0.75);
    padding: 5px 0 5px 20px;
    position: relative;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

.monaco-pillar-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--monaco-blue);
}

/* ══════════════════════════════════
     CARD STEPS (residence pathway)
  ══════════════════════════════════ */
.monaco-card-step {
    background: var(--monaco-white);
    border: 1px solid rgba(0, 73, 255, 0.12);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
}

.monaco-card-step-accent {
    background: var(--monaco-pale);
    border-color: var(--monaco-blue);
}

.monaco-card-step-active {
    background: var(--monaco-blue);
    border-color: var(--monaco-blue);
}

.monaco-card-badge {
    background: var(--monaco-blue);
    color: #fff;
    border-radius: 8px;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 14px;
}

.monaco-card-badge-ghost {
    background: rgba(255, 255, 255, 0.2);
}

.monaco-card-step h5 {
    color: #1a1a2e;
    margin-bottom: 6px;
}

.monaco-card-step p {
    color: #6b7280;
    margin: 0;
}

.monaco-card-step-active h5 {
    color: #fff;
}

.monaco-card-step-active p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.monaco-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    color: var(--monaco-blue);
}

/* ══════════════════════════════════
     PRESENCE CARDS
  ══════════════════════════════════ */
.monaco-presence-card {
    background: rgba(0, 73, 255, 0.12);
    border: 1px solid rgba(0, 73, 255, 0.12);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    text-align: center;
}

.monaco-presence-card-blue {
    background: var(--monaco-blue);
    border-color: var(--monaco-blue);
}

.monaco-presence-num {
    color: var(--monaco-blue);
    font-weight: 800;
    margin-bottom: 4px;
}

.monaco-presence-num-white {
    color: #fff;
    font-weight: 800;
    margin-bottom: 4px;
}

.monaco-presence-lbl {
    color: #1a1a2e;
    font-weight: 600;
    margin-bottom: 8px;
}

.monaco-presence-lbl-white {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    margin-bottom: 8px;
}

.monaco-presence-desc {
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

.monaco-presence-desc-white {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0;
}

/* ══════════════════════════════════
     PROCESS PHASES
  ══════════════════════════════════ */
.monaco-phase {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.monaco-phase-last {
    margin-bottom: 0;
}

.monaco-phase-num {
    width: 48px;
    height: 48px;
    background: var(--monaco-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 1.5em;
}

.monaco-phase-num-ghost {
    background: rgb(255, 255, 255);
}

.monaco-phase-title {
    color: #1a1a2e;
    margin-bottom: 6px;
    font-weight: 700;
}

.monaco-phase-title-white {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.monaco-phase-desc {
    color: #6b7280;
    line-height: 1.7;
}

.monaco-phase-desc-white {
    color: rgba(255, 255, 255, 0.777);
    line-height: 1.7;
}

/* ══════════════════════════════════
     WHY LIONSGATE
  ══════════════════════════════════ */
.monaco-why-item {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.monaco-why-item-last {
    margin-bottom: 0;
}

.monaco-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monaco-blue);
    flex-shrink: 0;
    background: rgba(0, 73, 255, 0.2);
}

.monaco-why-title-white {
    color: #fff;
    margin-bottom: 4px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

/* ══════════════════════════════════
     INFO / DURATION BOXES
  ══════════════════════════════════ */
.monaco-info-box {
    background: rgba(0, 73, 255, 0.15);
    border: 1px solid rgba(0, 73, 255, 0.3);
    border-radius: 12px;
    padding: 20px 24px;
}

.monaco-info-box p {
    color: rgba(189, 212, 248, 0.9);
    margin: 0;
    line-height: 1.7;
}

.monaco-info-box strong {
    color: #fff;
}

.monaco-duration-box {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px 24px;
    margin-top: 8px;
}

.monaco-duration-box p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
}

.monaco-duration-box strong {
    color: #fff;
}

.monaco-duration-label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ══════════════════════════════════
     TIMELINE WRAP
  ══════════════════════════════════ */
.monaco-timeline-wrap {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 36px 32px;
}

/* ══════════════════════════════════
     LEGAL STRUCTURES
  ══════════════════════════════════ */
.monaco-structure-item {
    background: var(--monaco-white);
    border: 1px solid rgba(0, 73, 255, 0.1);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.monaco-structure-icon {
    width: 40px;
    height: 40px;
    background: var(--monaco-pale);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monaco-blue);
    flex-shrink: 0;
}

/* ══════════════════════════════════
     CTA FORM
  ══════════════════════════════════ */
.monaco-cta-form {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(189, 212, 248, 0.15);
    border-radius: 20px;
    padding: 48px 40px;
}

.monaco-cta-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--monaco-blue), var(--monaco-light));
    border-radius: 20px 20px 0 0;
}

/* ══════════════════════════════════
     CONTACT STRIP
  ══════════════════════════════════ */
.monaco-contact-heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}

.monaco-contact-sub {
    color: rgba(189, 212, 248, 0.65);
    margin: 0;
}

.monaco-contact-sub strong {
    color: var(--monaco-light);
}

/* ══════════════════════════════════
     TOAST
  ══════════════════════════════════ */
.monaco-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--monaco-blue);
    color: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    display: none;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    box-shadow: 0 8px 32px rgba(0, 73, 255, 0.4);
    animation: monacoSlideIn 0.4s ease;
}

@keyframes monacoSlideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ══════════════════════════════════
     RESPONSIVE
  ══════════════════════════════════ */
@media (max-width: 991px) {
    .monaco-hero-form {
        margin-top: 40px;
    }

    .monaco-contact-end {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .monaco-hero-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .monaco-cta-form {
        padding: 32px 24px;
    }

    .monaco-sec-white,
    .monaco-sec-pale,
    .monaco-sec-blue,
    .monaco-sec-dark,
    .monaco-sec-cta {
        padding: 70px 0;
    }
}

/* ══════════════════════════════════
   INTEGRATION FRAMEWORK
══════════════════════════════════ */
.monaco-framework-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.monaco-framework-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 73, 255, 0.1);
    color: #4a5568;
    line-height: 1.7;
}

.monaco-framework-list li:last-child {
    border-bottom: none;
}

.monaco-framework-icon {
    width: 36px;
    height: 36px;
    background: var(--monaco-pale);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monaco-blue);
    flex-shrink: 0;
    margin-top: 2px;
}

.monaco-framework-card {
    background: var(--monaco-pale);
    border-radius: 20px;
    padding: 40px 36px;
    height: 100%;
    border: 1px solid rgba(0, 73, 255, 0.1);
}

.monaco-framework-highlight {
    background: var(--monaco-blue);
    border-radius: 16px;
    padding: 28px 24px;
    margin-top: 28px;
}

.monaco-framework-highlight p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0;
}

.monaco-framework-highlight strong {
    color: var(--monaco-white);
}

/* ══════════════════════════════════
   WHY LIONSGATE CARDS
══════════════════════════════════ */
.monaco-why-card {
    background: var(--monaco-white);
    border: 1px solid rgba(0, 73, 255, 0.12);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    position: relative;
    overflow: hidden;
}

.monaco-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--monaco-blue), var(--monaco-light));
    opacity: 0;
    transition: opacity 0.25s;
}

.monaco-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 73, 255, 0.12);
    border-color: var(--monaco-blue);
}

.monaco-why-card:hover::before {
    opacity: 1;
}

.monaco-why-card-icon {
    width: 48px;
    height: 48px;
    background: var(--monaco-pale);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--monaco-blue);
    margin-bottom: 16px;
}

.monaco-why-card-title {
    color: #1a1a2e;
    font-weight: 700;
    margin-bottom: 8px;
}

.monaco-why-card-desc {
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ══════════════════════════════════
   STRATEGIC ASSESSMENT
══════════════════════════════════ */
.monaco-assessment-wrap {
    background: var(--monaco-pale);
    border-radius: 20px;
    padding: 40px 36px;
    border: 1px solid rgba(0, 73, 255, 0.1);
}

.monaco-assessment-group-title {
    color: var(--monaco-blue);
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
}

.monaco-assessment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.monaco-assessment-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    color: #4a5568;
    line-height: 1.7;
    border-bottom: 1px solid rgba(0, 73, 255, 0.07);
}

.monaco-assessment-list li:last-child {
    border-bottom: none;
}

.monaco-assessment-list li i {
    color: var(--monaco-blue);
    margin-top: 4px;
    flex-shrink: 0;
}

.monaco-assessment-divider {
    height: 1px;
    background: rgba(0, 73, 255, 0.12);
    margin: 28px 0;
}

/*end Monaco Residency*/

/*start cookie-consent*/
:root {
    --liongate-cookie-bg: #f4f3f1;
    --liongate-cookie-card-bg: #ffffff;
    --liongate-cookie-text-primary: #1a1a1a;
    --liongate-cookie-text-secondary: #6b6b6b;
    --liongate-cookie-text-tertiary: #9a9a9a;
    --liongate-cookie-btn-dark: #2a2a2a;
    --liongate-cookie-btn-dark-hover: #3d3d3d;
    --liongate-cookie-btn-outline: #e0deda;
    --liongate-cookie-btn-outline-hover: #d0cfcb;
    --liongate-cookie-border: #eae8e4;
    --liongate-cookie-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
    --liongate-cookie-shadow-md: 0 8px 30px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
    --liongate-cookie-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    --liongate-cookie-radius: 12px;
    --liongate-cookie-font-body: 'DM Sans', sans-serif;
    --liongate-cookie-font-display: 'Instrument Serif', serif;
    --liongate-cookie-toggle-w: 48px;
    --liongate-cookie-toggle-h: 26px;
    --liongate-cookie-toggle-dot: 20px;
    --liongate-cookie-accent: #c9a96e;
}


/* ─── Card ─── */


.liongate-cookie-card {
    position: fixed;
    z-index: 1;
    background: var(--liongate-cookie-card-bg);
    border: 1px solid var(--liongate-cookie-border);
    border-radius: 16px;
    box-shadow: var(--liongate-cookie-shadow-lg);
    max-width: 384px;
    width: 100%;
    padding: 20px;
    animation: liongateCookieCardIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
    bottom: 15px;
    right: 15px;
    font-family: Montserrat, sans-serif;
}

@keyframes liongateCookieCardIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* ─── Typography ─── */
.liongate-cookie-title {
    font-family: var(--liongate-cookie-font-display);
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--liongate-cookie-text-primary);
    font-family: Montserrat, sans-serif;
}

.liongate-cookie-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--liongate-cookie-text-secondary);
    margin-bottom: 28px;
    font-weight: 400;
    letter-spacing: 0.005em;
}

/* ─── Buttons ─── */
.liongate-cookie-btn-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.liongate-cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: var(--liongate-cookie-radius);
    font-family: var(--liongate-cookie-font-body);
    font-size: .82em;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    border: none;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    outline: none;
}

.liongate-cookie-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.4);
}



.liongate-cookie-btn-primary {
    background: var(--liongate-cookie-btn-dark);
    color: #fff;
    box-shadow: var(--liongate-cookie-shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.liongate-cookie-btn-primary:hover {
    background-color: transparent;
    color: #000;
    outline: 1.5px solid var(--liongate-cookie-btn-outline);
}


.liongate-cookie-btn-secondary {
    background: var(--liongate-cookie-btn-dark);
    color: #fff;
    border: 1.5px solid var(--liongate-cookie-btn-outline);
}

.liongate-cookie-btn-secondary:hover {
    background: #faf9f7;
    border-color: var(--liongate-cookie-btn-outline-hover);

    color: #000;
}



.liongate-cookie-btn-tertiary {
    background: rgba(189, 212, 248, 0.478);
    color: #000;
    border: 1.5px dashed var(--liongate-cookie-btn-outline);
}

.liongate-cookie-btn-tertiary:hover {
    color: var(--liongate-cookie-text-primary);
    border-color: var(--liongate-cookie-btn-outline-hover);
    background: #faf9f7;

}



/* ─── Divider ─── */
.liongate-cookie-divider {
    height: 1px;
    background: var(--liongate-cookie-border);
    margin-bottom: 16px;
}

/* ─── Footer Links ─── */
.liongate-cookie-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.775rem;
}

.liongate-cookie-footer-links a {
    color: #424242;
    text-decoration: none;
    transition: color 0.2s;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.liongate-cookie-footer-links a:hover {
    color: var(--liongate-cookie-text-primary);
}

.liongate-cookie-footer-links a:focus-visible {
    outline: 2px solid rgba(201, 169, 110, 0.5);
    outline-offset: 2px;
}

.liongate-cookie-footer-sep {
    color: var(--liongate-cookie-border);
    user-select: none;
}

/* ═══════════════════════════════════════
     DRAWER
     ═══════════════════════════════════════ */
.liongate-cookie-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 18, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s;
}

.liongate-cookie-drawer-backdrop.liongate-cookie-open {
    opacity: 1;
    visibility: visible;
}

.liongate-cookie-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 544px;
    max-width: 100vw;
    background: var(--liongate-cookie-card-bg);
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
}

.liongate-cookie-drawer.liongate-cookie-open {
    transform: translateX(0);
}

.liongate-cookie-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px 0px 20px;
    flex-shrink: 0;
}

.liongate-cookie-drawer-title {
    font-family: var(--liongate-cookie-font-display);
    font-size: 1.02em;
    font-weight: 600;
    color: var(--liongate-cookie-text-primary);
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
}

.liongate-cookie-drawer-close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--liongate-cookie-border);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--liongate-cookie-text-secondary);
    transition: all 0.2s;
    flex-shrink: 0;
}

.liongate-cookie-drawer-close:hover {
    background: #f5f4f2;
    color: var(--liongate-cookie-text-primary);
}

.liongate-cookie-drawer-close:focus-visible {
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.4);
    outline: none;
}

.liongate-cookie-drawer-close svg {
    width: 16px;
    height: 16px;
}

.liongate-cookie-drawer-desc-sb {
    padding: 7px 20px 24px 20px;
    font-size: 1.00em;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
}

.liongate-cookie-drawer-desc {
    padding: 0 20px 70px 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--liongate-cookie-text-secondary);
}

/* ─── Cookie Categories ─── */
.liongate-cookie-categories {
    padding: 0px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.liongate-cookie-category-item {
    padding: 18px 0;
    border-bottom: 1px solid var(--liongate-cookie-border);
}

.liongate-cookie-category-item:last-child {
    border-bottom: none;
}

.liongate-cookie-category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.liongate-cookie-category-info {
    flex: 1;
}

.liongate-cookie-category-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--liongate-cookie-text-primary);

    margin-bottom: 3px;
}

.liongate-cookie-category-detail {
    font-size: 0.775rem;
    color: #686868;
    line-height: 1.5;
}

/* ─── Toggle Switch ─── */
.liongate-cookie-toggle-wrap {
    position: relative;
    flex-shrink: 0;
}

.liongate-cookie-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.liongate-cookie-toggle-track {
    display: block;
    width: var(--liongate-cookie-toggle-w);
    height: var(--liongate-cookie-toggle-h);
    background: #ddd9d2;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    transition: background 0.25s;
}

.liongate-cookie-toggle-track::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: var(--liongate-cookie-toggle-dot);
    height: var(--liongate-cookie-toggle-dot);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.liongate-cookie-toggle-input:checked+.liongate-cookie-toggle-track {
    background: #3CB371;
}

.liongate-cookie-toggle-input:checked+.liongate-cookie-toggle-track::after {
    transform: translateX(calc(var(--liongate-cookie-toggle-w) - var(--liongate-cookie-toggle-dot) - 6px));
}

.liongate-cookie-toggle-input:focus-visible+.liongate-cookie-toggle-track {
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.4);
}

.liongate-cookie-toggle-input:disabled+.liongate-cookie-toggle-track {
    opacity: 0.55;
    cursor: not-allowed;
}

/* ─── Badge ─── */
.liongate-cookie-badge-required {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--liongate-cookie-accent);
    background: rgba(201, 169, 110, 0.1);
    padding: 2px 7px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

/* ─── Drawer Footer ─── */
.liongate-cookie-drawer-footer {
    padding: 20px 28px 28px;
    flex-shrink: 0;
}

.liongate-cookie-btn-save {
    width: 100%;
    padding: 12px;
    border-radius: .4rem;
    background: var(--liongate-cookie-btn-dark);
    color: #fff;
    font-family: var(--liongate-cookie-font-body);
    font-size: .82em;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: var(--liongate-cookie-shadow-sm);
}

.liongate-cookie-drawer-footer button:nth-child(2) {
    background-color: rgba(189, 212, 248, 0.478);
    color: #000;
}

.liongate-cookie-drawer-footer button:nth-child(3) {
    background-color: rgba(189, 212, 248, 0.478);
    color: #000;
}

.liongate-cookie-btn-save:hover {
    background: var(--liongate-cookie-btn-dark-hover);
    transform: translateY(-1px);
    box-shadow: var(--liongate-cookie-shadow-md);
}

.liongate-cookie-btn-save:active {
    transform: scale(0.975);
}

.liongate-cookie-btn-save:focus-visible {
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.4);
    outline: none;
}

/* ─── Toast ─── */
.liongate-cookie-toast {
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--liongate-cookie-btn-dark);
    color: #fff;
    padding: 12px 24px;
    border-radius: var(--liongate-cookie-radius);
    font-family: var(--liongate-cookie-font-body);
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: var(--liongate-cookie-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2000;
    display: flex;
    align-items: center;
    gap: 8px;
}

.liongate-cookie-toast.liongate-cookie-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.liongate-cookie-toast svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ─── Responsive ─── */
@media (max-width: 480px) {

    .liongate-cookie-card {
        padding: 28px 22px 22px;
    }

    .liongate-cookie-title {
        font-size: 1.4rem;
    }

    .liongate-cookie-drawer {
        width: 100vw;
        border-radius: 0;
    }
}

/*end cookie-consent*/
.privacy-policy h1,
.tandc h1 {
    font-weight: 800;
}

.privacy-policy h2,
.tandc h2 {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 1%;
}

.privacy-policy h3 {
    font-size: 1.2em;
    font-weight: 600;

}

.privacy-policy h4 {
    font-size: 1em;
    font-weight: 600;

}

.privacy-policy li {
    line-height: 30px;
}

.tandc h2 {
    margin-top: 3% !important;
    margin-bottom: 1.5% !important;
}


.iti {
    width: 100%;
    display: block;
}

.iti .iti__selected-dial-code,
.iti__country-name {
    font-size: 0.90em;
    color: #000;
}

/*start 404*/

:root {
    --four-primary: #0049ff;
    --four-dark: #000000;
    --four-light: #bdd4f8;
}

.four-body {
    min-height: 100vh;
    background-color: var(--four-light);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.four-bg-circle-one {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--four-primary);
    opacity: 0.07;
    top: -120px;
    right: -100px;
    animation: fourFloat 8s ease-in-out infinite;
}

.four-bg-circle-two {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: var(--four-primary);
    opacity: 0.05;
    bottom: -80px;
    left: -60px;
    animation: fourFloat 10s ease-in-out infinite reverse;
}

.four-bg-circle-three {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--four-primary);
    opacity: 0.1;
    top: 50%;
    left: 10%;
    animation: fourFloat 6s ease-in-out infinite 2s;
}

@keyframes fourFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-30px) scale(1.05);
    }
}

.four-card-wrapper {
    position: relative;
    z-index: 2;
}

.four-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 73, 255, 0.12);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    text-align: center;
    max-width: 560px;
    width: 100%;
    animation: fourSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    transform: translateY(40px);
}

@keyframes fourSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.four-error-code {
    color: var(--four-primary);
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1;
    margin-bottom: 0.25rem;
    animation: fourPulse 3s ease-in-out infinite;
}

@keyframes fourPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.four-divider {
    width: 60px;
    height: 4px;
    background: var(--four-primary);
    border: none;
    border-radius: 2px;
    margin: 1.5rem auto;
    opacity: 0.6;
}

.four-title {
    color: var(--four-dark);
    font-weight: 700;
    margin-bottom: 0.75rem;
    opacity: 0.85;
}

.four-description {
    color: var(--four-dark);
    opacity: 0.5;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.four-btn-home {
    background: var(--four-primary);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.85rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 20px rgba(0, 73, 255, 0.25);
}

.four-btn-home:hover {
    background: var(--four-dark);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.four-btn-secondary {
    color: var(--four-primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 1.25rem;
    position: relative;
    transition: all 0.3s ease;
}

.four-btn-secondary::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--four-primary);
    transition: width 0.3s ease;
}

.four-btn-secondary:hover {
    color: var(--four-primary);
    opacity: 0.8;
}

.four-btn-secondary:hover::after {
    width: 100%;
}

.four-icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--four-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    animation: fourBounce 2s ease-in-out infinite;
}

@keyframes fourBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.four-icon-container svg {
    width: 36px;
    height: 36px;
    stroke: var(--four-primary);
}

.four-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 2rem;
}

.four-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--four-primary);
}

.four-dot:nth-child(1) {
    opacity: 0.3;
    animation: fourDotPulse 1.5s ease-in-out infinite;
}

.four-dot:nth-child(2) {
    opacity: 0.55;
    animation: fourDotPulse 1.5s ease-in-out infinite 0.3s;
}

.four-dot:nth-child(3) {
    opacity: 0.8;
    animation: fourDotPulse 1.5s ease-in-out infinite 0.6s;
}

@keyframes fourDotPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@media (max-width: 575.98px) {
    .four-card {
        margin: 1rem;
        padding: 2rem 1.5rem;
        border-radius: 18px;
    }

    .four-error-code {
        letter-spacing: -2px;
    }

    .four-bg-circle-one {
        width: 280px;
        height: 280px;
        top: -60px;
        right: -60px;
    }

    .four-bg-circle-two {
        width: 200px;
        height: 200px;
        bottom: -40px;
        left: -40px;
    }

    .four-bg-circle-three {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .four-card {
        margin: 1.5rem;
        padding: 2.5rem 2rem;
    }
}

/*end 404*/

/*whatapp float*/
.liondate-floating-wa-container {
    position: fixed;
    bottom: 25px;
    left: 28px;
    z-index: 9999;
    display: flex;
    background-color: #25D366;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #fff;
    border-radius: 30px;
    width: 220px;
    align-items: center;
    justify-content: center;


}

.liondate-floating-wa-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: #fff;
    width: 100%;
    margin-right: 2.2%;
    font-weight: 600;
}

.liondate-floating-wa-link i {
    margin-right: 3%;
    font-size: 1.8em;
}


.liondate-floating-wa-link:active {
    transform: scale(0.95);
}

.liondate-floating-wa-icon {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

.liondate-floating-wa-pulse {
    position: absolute;
    width: 223px;
    height: 50px;
    border-radius: 30px;
    background-color: rgba(37, 211, 102, 0.35);
    animation: liondate-floating-wa-pulse-anim 2s ease-out infinite;
    pointer-events: none;
}

@keyframes liondate-floating-wa-pulse-anim {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}



/*end whatapp floet */