@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap&subset=latin-ext");
@font-face {
    font-family: "Peugeot";
    src: url("subset-Peugeot.woff2") format("woff2");
    font-style: normal;
}

body {
    font-family: 'Peugeot', Arial, sans-serif;
    font-weight: 300;
    position: relative;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 18%, #ffffff 100%);
}

html,
body {
    overflow-x: hidden !important;
}

.mobile-menu-show {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.home-footer {
    height: 241px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1021px) {
    .home-footer {
        height: 340px;
    }
}

.container {
    width: 100%;
    max-width: 1211px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

#Header-carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 16%, rgba(255, 214, 102, 0.28), transparent 22%),
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.22), transparent 26%),
        linear-gradient(180deg, #9db5df 0%, #dbe7fa 100%);
}

#Header-carousel .carousel-img {
    max-height: 768px;
    width: 100%;
    transform: scale(1.02);
    filter: saturate(1.12) contrast(1.02) brightness(1.03);
}

@media (max-width: 1021px) {
    #Header-carousel .carousel-img {
        height: 72vh;
        min-height: 520px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 1021px) {
    #Header-carousel .carousel-indicators {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10%;
    }
}

#Header-carousel .carousel-item:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(18, 39, 88, 0.42) 0%, rgba(18, 39, 88, 0.18) 28%, rgba(18, 39, 88, 0.06) 54%, rgba(18, 39, 88, 0.02) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 58%, rgba(18, 39, 88, 0.18) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

#Header-carousel .carousel-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(18, 39, 88, 0) 0%, rgba(18, 39, 88, 0.24) 100%);
    z-index: 2;
    pointer-events: none;
}

#Home-carousel {
    margin-top: 80px;
}

#Home-carousel .carousel-img {
    float: left;
    height: 528px;
    width: 570px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1215px) {
    #Home-carousel .carousel-img {
        width: 400px;
        height: auto;
        margin-top: 125px;
        margin-left: 20px;
    }
}

@media (max-width: 1021px) {
    #Home-carousel .carousel-img {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }
}

#Home-carousel .carousel-caption {
    float: right;
    margin-left: 50px;
    color: red;
    position: relative;
    height: auto;
    margin-top: 145px;
    right: 0;
    left: 0;
    text-align: left;
    width: 510px;
}

@media (max-width: 1215px) {
    #Home-carousel .carousel-caption {
        margin-right: 30px;
    }
}

@media (max-width: 1021px) {
    #Home-carousel .carousel-caption {
        margin-bottom: 238px;
        margin-top: 25px;
        width: 100%;
        margin-left: 0;
        float: inherit;
        display: block !important;
    }
}

#Home-carousel .carousel-caption h5 {
    font-size: 56px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #333333;
}

@media (max-width: 1215px) {
    #Home-carousel .carousel-caption h5 {
        font-size: 46px;
    }
}

@media (max-width: 1021px) {
    #Home-carousel .carousel-caption h5 {
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }
}

#Home-carousel .carousel-caption p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #333333;
}

@media (max-width: 1021px) {
    #Home-carousel .carousel-caption p {
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }
}

#Home-carousel .carousel-control-btns {
    position: absolute;
    bottom: 21%;
    right: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
}

@media (max-width: 1215px) {
    #Home-carousel .carousel-control-btns {
        bottom: 0;
        z-index: 999;
    }
}

#Home-carousel .carousel-control-btns a {
    position: relative;
    color: #003585;
    top: 0;
    left: 0;
    right: 0;
    margin-right: 8px;
    opacity: 1;
    padding: 12px;
    border-radius: 50%;
    border: solid 1px #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#Home-carousel .carousel-control-btns a svg {
    pointer-events: none;
}

#Home-carousel .carousel-control-btns a:hover {
    background-color: #003585;
    color: #ffffff;
    border-color: #003585 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1021px) {
    #Home-carousel .carousel-control-btns {
        display: none;
    }
}

#Home-carousel ol.carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 208px;
}

#Home-carousel ol.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e1e1e1;
    opacity: 1;
}

#Home-carousel ol.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 4px solid #002355;
}

@media (max-width: 1021px) {
    .brand {
        left: 0;
    }
}

.brand .container {
    position: relative;
}

.brand .container .brand-inside {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 998;
    width: 100%;
    transform: translateX(-50%);
}

.brand-list {
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: nowrap;
}

.brand-col {
    flex: 0 0 auto;
    width: auto;
    display: flex;
}

@media (max-width: 1021px) {
    .brand-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-x: auto;
        overflow-y: visible;
        padding: 0 14px 14px;
        margin: 0 -14px;
        scroll-snap-type: x mandatory;
        gap: 18px;
    }
}

.brand-list-item {
    cursor: pointer;
    width: 100%;
    max-width: 176px;
    min-height: 196px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 255, 0.92) 100%);
    box-shadow: 0 24px 55px rgba(8, 24, 60, 0.18);
    overflow: hidden;
}

@media (max-width: 1021px) {
    .brand-list-item {
        max-width: 132px;
        min-width: 132px;
        min-height: 126px;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 16px;
        scroll-snap-align: start;
    }
}

.brand-card-link {
    width: 100%;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 18px 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.brand-card-link:hover {
    text-decoration: none;
}

.brand-card-logo {
    width: 108px;
    height: 108px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 26px rgba(12, 33, 79, 0.08);
}

.brand-card-logo img {
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
}

.brand-card-logo-peugeot img {
    max-width: 82px;
    max-height: 82px;
}

.brand-card-logo-citroen img,
.brand-card-logo-ds img,
.brand-card-logo-byd img {
    max-width: 84px;
    max-height: 84px;
}

.brand-card-name {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #132b5c;
}

.brand-card-cta {
    font-size: 13px;
    line-height: 1.35;
    color: #6d7892;
}

@media (max-width: 1021px) {
    .brand-card-link {
        min-height: 126px;
        gap: 6px;
        padding: 12px 8px 10px;
    }

    .brand-card-logo {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    .brand-card-logo img {
        max-width: 38px;
        max-height: 38px;
    }

    .brand-card-logo-peugeot img {
        max-width: 44px;
        max-height: 44px;
    }

    .brand-card-name {
        font-size: 13px;
    }

    .brand-card-cta {
        font-size: 10px;
    }
}

@media (max-width: 1021px) {
    .brand .container .brand-inside {
        bottom: 72px;
    }
}

@media (max-width: 1021px) {
    .brand-list::-webkit-scrollbar {
        height: 6px;
    }

    .brand-list::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.45);
        border-radius: 999px;
    }
}

.brand-list-item:last-child {
    margin-right: 0;
}

.brand-list-item:hover {
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-10px) scale(1.03);
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 28px 60px rgba(8, 24, 60, 0.24);
}

.info {
    position: relative;
    min-height: 688px;
}

@media (max-width: 1021px) {
    .info {
        height: 100vh;
    }
}

.info-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.info-right-bottom-box {
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 199px 583px;
    border-color: transparent transparent #f7d900 transparent;
}

.info-right-bottom-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 109px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 91px 488px;
    border-color: transparent transparent #002355 transparent;
}

.info-right-bottom-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 54px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 145px 540px;
    border-color: transparent transparent #eb6428 transparent;
}

.info-left-top {
    position: absolute;
    left: 0;
    top: 0;
}

.info-left-top-box {
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 688px 570px 0 0;
    border-color: #f7d900 transparent transparent transparent;
}

@media (max-width: 1021px) {
    .info-left-top-box {
        border-width: 217px 342px 0 0;
    }
}

.info-left-top-box:after {
    content: '';
    position: absolute;
    bottom: 374px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 314px 477px 0 0;
    border-color: #002355 transparent transparent transparent;
}

@media (max-width: 1021px) {
    .info-left-top-box:after {
        border-width: 99px 268px 0 0;
        bottom: 119px;
    }
}

.info-left-top-box:before {
    content: '';
    position: absolute;
    bottom: 187px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 501px 527px 0 0;
    border-color: #eb6428 transparent transparent transparent;
}

@media (max-width: 1021px) {
    .info-left-top-box:before {
        border-width: 158px 316px 0 0;
        bottom: 60px;
    }
}

.companies {
    margin-top: 122px;
    margin-bottom: 122px;
}

@media (max-width: 767px) {
    .companies {
        margin-top: 72px;
        margin-bottom: 72px;
    }
}

.companies-title h5 {
    font-size: 56px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

@media (max-width: 767px) {
    .companies-title h5 {
        font-size: 34px;
        line-height: 1.2;
        padding: 0 12px;
    }
}

.companies-desc {
    margin-top: 36px;
}

.companies-desc p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.companies-list {
    margin-top: 40px;
}

@media (max-width: 1215px) {
    .companies-list {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
    }
    .companies-list > [class*="col-"] {
        min-width: 327px;
        margin-bottom: 25px;
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    .companies-list {
        overflow-x: visible;
        flex-wrap: wrap;
        scroll-snap-type: none;
    }

    .companies-list > [class*="col-"] {
        min-width: 100%;
    }
}

.companies-list::-webkit-scrollbar {
    height: 8px;
}

.companies-list::-webkit-scrollbar-thumb {
    background: rgba(0, 35, 85, 0.25);
    border-radius: 999px;
}

.companies-list-item {
    padding: 22px 18px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%);
    box-shadow: 0 18px 40px rgba(0, 35, 85, 0.08);
    border: 1px solid rgba(0, 35, 85, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.companies-list-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0, 35, 85, 0.14);
}

.whatsapp-section .companies-title h5 {
    margin-bottom: 8px;
}

.whatsapp-list {
    margin-top: 28px;
}

.whatsapp-card {
    padding: 0;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.whatsapp-card-link {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 28px;
    text-decoration: none;
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(37, 211, 102, 0.18), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.whatsapp-card-link:hover {
    text-decoration: none;
}

.whatsapp-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25d366 0%, #179c4d 100%);
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.26);
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 6px;
}

.whatsapp-card-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #18a957;
}

.whatsapp-card-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    color: #142d62;
}

.whatsapp-card-number {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(20, 45, 98, 0.08);
    box-shadow: 0 10px 25px rgba(20, 45, 98, 0.08);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #121826;
    margin-top: 6px;
}

.whatsapp-card-action {
    font-size: 14px;
    color: #6d7892;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .whatsapp-card {
        border-radius: 24px;
    }

    .whatsapp-card-link {
        min-height: 214px;
        padding: 22px 20px;
    }

    .whatsapp-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 18px;
        font-size: 30px;
    }

    .whatsapp-card-label {
        font-size: 12px;
    }

    .whatsapp-card-title {
        font-size: 22px;
    }

    .whatsapp-card-number {
        min-height: 46px;
        padding: 0 14px;
        font-size: 20px;
        border-radius: 14px;
    }

    .whatsapp-card-action {
        font-size: 13px;
    }
}

.companies-list-item-img {
    width: 100%;
    max-width: 270px;
    height: 176px;
    border-radius: 18px;
    border: solid 1px rgba(0, 35, 85, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
}

.companies-list-item-img img {
    width: auto;
    max-width: 82%;
    max-height: 78%;
    height: auto;
}

.companies-list-item-title h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #333333;
    margin-top: 22px;
    min-height: 64px;
}

.companies-list-item-desc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6b7280;
    min-height: 120px;
}

.companies-list-item-link {
    width: 100%;
    border-radius: 3px;
    display: block;
    padding: 12px 16px;
    border: solid 1px rgba(0, 35, 85, 0.12);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #16325c;
    margin-top: 24px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
}

.companies-list-item-link span {
    float: right;
    color: #16325c;
}

.companies-list-item-link:hover {
    text-decoration: none;
    background: #003585;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #003585;
}

.companies-list-item-link:hover span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}

.home-contact {
    margin-top: 122px;
}

@media (max-width: 767px) {
    .home-contact {
        margin-top: 72px;
    }
}

.home-contact-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

.home-contact-title span {
    font-size: 56px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

@media (max-width: 767px) {
    .home-contact-title {
        margin-bottom: 36px;
    }

    .home-contact-title span {
        font-size: 34px;
        line-height: 1.2;
        text-align: center;
        padding: 0 12px;
    }
}

.home-footer-contact-bar {
    position: absolute;
    width: 100%;
    top: -92px;
    pointer-events: none;
}

@media (max-width: 1021px) {
    .home-footer-contact-bar {
        top: -60px;
    }
}

.home-footer-contact-bar-content {
    padding: 28px 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f6f8fc 100%);
    border: 1px solid rgba(21, 48, 110, 0.08);
    border-radius: 20px;
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.12);
    pointer-events: auto;
}

@media (max-width: 1021px) {
    .home-footer-contact-bar-content {
        padding: 20px 18px;
    }
}

.home-footer-contact-bar-content > [class*="col-"] {
    display: flex;
}

.home-footer-contact-bar-content-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.home-footer-contact-bar-content-item-title h5 {
    margin-bottom: 0;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 4px;
    color: #15306e;
}

.home-footer-contact-bar-content-item {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 8px 10px;
}

.home-footer-contact-bar-content-item::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    background: rgba(21, 48, 110, 0.12);
}

.home-footer-contact-bar-content > div:last-child .home-footer-contact-bar-content-item::after {
    display: none;
}

.home-footer-contact-bar-content-item-title span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(21, 48, 110, 0.08);
    color: #15306e;
}

.home-footer-contact-bar-content-item-title svg {
    width: 16px;
    height: 16px;
}

.home-footer-contact-bar-content-item-desc {
    margin-left: 50px;
}

.home-footer-contact-bar-content-item-desc p {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #667085;
}

.home-footer-contact-bar-content-item-desc p:last-child {
    margin-bottom: 0;
}

.home-footer-contact-bar-content-item-desc a {
    color: #15306e;
    font-weight: 600;
    text-decoration: none;
}

.home-footer-contact-bar-content-item-desc a:hover {
    color: #f28c28;
}

@media (max-width: 991px) {
    .home-footer-contact-bar-content > [class*="col-"] + [class*="col-"] .home-footer-contact-bar-content-item {
        margin-top: 18px;
        padding-top: 24px;
    }

    .home-footer-contact-bar-content-item::after {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .home-footer-contact-bar-content > div:first-child .home-footer-contact-bar-content-item::after {
        display: none;
    }

    .home-footer-contact-bar-content-item-desc {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .home-footer-contact-bar {
        top: -40px;
    }

    .home-footer-contact-bar-content-item-title {
        margin-bottom: 14px;
    }

    .home-footer-contact-bar-content-item-title h5 {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .home-footer-contact-bar-content-item-desc p {
        font-size: 15px;
    }
}

.contact-body {
    margin-top: 130px;
    margin-bottom: 130px;
}

@media (max-width: 1021px) {
    .contact-body {
        margin-bottom: 25px;
        margin-top: 70px;
    }
}

.contact-body-form a.submit-btn {
    text-align: center;
    padding: 10px;
    background-color: #002355;
    color: #ffffff;
}

.contact-body-form a.submit-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 1021px) {
    .contact-body-form {
        position: absolute;
        top: 175px;
        left: 10%;
        margin: 0 auto;
        width: 80%;
        background: #fff;
        padding: 23px;
        text-align: center;
        z-index: 99;
        -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
}

.contact-body-bottom {
    margin-top: 100px;
}

@media (max-width: 1021px) {
    .contact-body-bottom {
        margin-top: 285px;
    }
}

.contact-body-bottom-item {
    border-radius: 7px;
    border: solid 1px #e1e1e1;
    padding: 32px 33px;
}

@media (max-width: 1021px) {
    .contact-body-bottom-item {
        margin-bottom: 25px;
    }
}

.contact-body-bottom-item p {
    font-size: 15px;
}

.Header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1200;
}

@media (max-width: 767px) {
    .Header {
        padding-top: 12px;
    }
}

@media (max-width: 1021px) {
    .Header {
        z-index: 10000020;
    }

    .Header-right {
        position: relative;
        z-index: 10000021;
    }
}

@media (max-width: 1215px) {
    .Header-left {
        padding-left: 15px;
    }
}

.hero-brand-lockup {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(10, 28, 66, 0.28) 0%, rgba(10, 28, 66, 0.14) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.Header-left-logo {
    width: 140px;
    height: 110px;
}

@media (max-width: 767px) {
    .Header-left-logo {
        width: 100px;
        height: 72px;
    }
}

.Header-left-logo a {
    display: block;
    padding: 10px 10px;
}

.Header-left-logo a img {
    width: 100%;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.hero-brand-tagline {
    display: inline-block;
    margin: 0;
    padding: 12px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 991px) {
    .hero-brand-lockup {
        padding: 6px 10px;
        border-radius: 18px;
    }
}

.Header-right {
    position: static;
}

@media (max-width: 1215px) {
    .Header-right {
        padding-right: 15px;
    }
}

.Header-right ul.parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.Header-right ul.parent > div {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(10, 28, 66, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
    margin-left: auto;
    width: auto;
    max-width: max-content;
}

.Header-right a[href="#about"] {
    display: none !important;
}

.Header-right .contact-scroll-link {
    order: 1;
}

.Header-right ul.parent li.sep {
    order: 2;
}

.Header-right .kvkk-popup-link {
    order: 3;
    margin-left: auto;
}

.Header-right ul.parent a.closeMobileMenuBtn {
    display: none;
}

.Header-right ul.parent li.sep {
    display: none;
}

@media (max-width: 1021px) {
    .Header-right ul.parent li.sep {
        display: block;
        border-top: 1px solid #fff;
        width: 60%;
        margin: 0 auto;
        opacity: 0.5;
    }
}

.Header-right ul.parent li.parent {
    list-style: none;
    position: relative;
    display: block;
}

.Header-right ul.parent li.parent:hover a.parent {
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.Header-right ul.parent li.parent:hover a.parent:after {
    border-color: transparent;
}

.Header-right ul.parent li.parent ul.sub {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    background-color: #ffffff;
    margin: 0;
    top: 50px;
    right: -82px;
    width: 220px;
    border-radius: 7px;
    padding: 18px 31px 18px 31px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1215px) {
    .Header-right ul.parent li.parent ul.sub {
        right: 0;
    }
}

.Header-right ul.parent li.parent ul.sub:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    transition: visibility 0.5s, opacity 0.5s linear;
}

.Header-right ul.parent li.parent ul.sub:hover~a.parent {
    text-decoration: none;
    color: #f7d900;
}

.Header-right ul.parent li.parent ul.sub:hover~a.parent:after {
    border-color: #f7d900;
}

.Header-right ul.parent li.parent ul.sub li.sub {
    list-style: none;
}

.Header-right ul.parent li.parent ul.sub li.sub a {
    color: #333333;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.Header-right ul.parent li.parent ul.sub li.sub a:hover {
    text-decoration: none;
}

.Header-right ul.parent li.parent ul.sub li.sub:last-child a {
    border: none;
}

.Header-right ul.parent li.parent a.parent {
    display: block;
    padding: 10px 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 999px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.Header-right ul.parent li.parent a.parent:after {
    display: none !important;
}

.Header-right ul.parent li.parent a.parent:hover {
    text-decoration: none;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.18);
}

.Header-right ul.parent li.parent a.parent:hover~ul.sub {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.5s, opacity 0.5s linear;
    transition: visibility 0.5s, opacity 0.5s linear;
}

@media (max-width: 1021px) {
    .Header-right ul.parent > div {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        max-width: 260px;
        margin: 0;
        padding: 18px;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .Header-right ul.parent {
        -webkit-transition: all 0.5s !important;
        transition: all 0.5s !important;
        -webkit-transform: translateY(-18px) scale(0.96);
        transform: translateY(-18px) scale(0.96);
        position: fixed;
        width: min(280px, calc(100vw - 28px));
        top: 18px;
        right: 14px;
        left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: auto;
        padding: 0;
        background: linear-gradient(180deg, rgba(17, 35, 90, 0.92) 0%, rgba(13, 28, 73, 0.92) 100%);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 26px;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        z-index: 10000010;
    }

    .Header-right ul.parent.mobile-menu-show {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .Header-right ul.parent a.closeMobileMenuBtn {
        display: block;
        color: #ffffff;
        font-size: 24px;
        width: 100%;
        text-align: right;
        padding: 0 0 4px;
        font-weight: 700;
        margin-bottom: 2px;
    }
    .Header-right ul.parent li.parent {
        width: 100%;
        overflow: visible;
        position: relative;
    }
    .Header-right ul.parent li.parent:hover a.parent {
        text-decoration: none;
        color: #f7d900;
    }
    .Header-right ul.parent li.parent:hover a.parent:after {
        border-color: #f7d900;
    }
    .Header-right ul.parent li.parent a.parent {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 12px 18px;
        border-radius: 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.02em;
        text-align: center;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
        backdrop-filter: blur(10px);
    }
    .Header-right ul.parent li.parent a.parent:hover~ul.sub {
        visibility: inherit;
        opacity: inherit;
    }
    .Header-right ul.parent li.parent ul.sub {
        position: relative;
        display: none;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }

    .Header-right ul.parent li.sep {
        display: none;
    }

    .Header-right .contact-scroll-link {
        order: 1;
    }

    .Header-right .kvkk-popup-link {
        order: 2;
        margin-left: 0;
    }

    .Header-right .contact-scroll-link::before,
    .Header-right .kvkk-popup-link::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 12px;
        border-radius: 50%;
        background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.55) 100%);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
        flex: 0 0 14px;
    }

    .Header-right .contact-scroll-link {
        background: linear-gradient(135deg, rgba(84, 134, 255, 0.34) 0%, rgba(100, 190, 255, 0.2) 100%);
    }

    .Header-right .kvkk-popup-link {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(161, 183, 255, 0.12) 100%);
    }

    body.mobile-menu-active .brand .container .brand-inside {
        z-index: 997;
    }
}

.Header-right .openMobileMenuBtn {
    display: none;
}

@media (max-width: 1021px) {
    .Header-right .openMobileMenuBtn {
        display: block;
        color: #ffffff;
        font-size: 32px;
        text-align: right;
        background: rgba(0, 35, 85, 0.45);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 14px;
        width: 52px;
        height: 52px;
        line-height: 46px;
        margin-left: auto;
        backdrop-filter: blur(8px);
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.Header-carousel-caption {
    left: 0;
    right: unset;
    text-align: left;
    bottom: 265px;
}

@media (max-width: 1215px) {
    .Header-carousel-caption {
        left: 55px;
        bottom: 325px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .Header-carousel-caption {
        left: 0;
        right: 0;
        bottom: 140px;
        width: calc(100% - 32px);
        margin: 0 auto;
        text-align: left;
        background: linear-gradient(180deg, rgba(0, 35, 85, 0.18) 0%, rgba(0, 35, 85, 0.68) 100%);
        padding: 18px 18px 20px;
        border-radius: 20px;
        backdrop-filter: blur(4px);
    }
}

.Header-carousel-caption h5 {
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #ffffff;
}

@media (max-width: 1021px) {
    .Header-carousel-caption h5 {
        font-size: 52px;
        line-height: 1.15;
    }
}

@media (max-width: 767px) {
    .Header-carousel-caption h5 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 0;
    }
}

.Header-carousel-indicators ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 10px;
}

.Header-carousel-indicators ol li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
}

.Header-carousel-indicators ol li.active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 4px solid #f7d900;
}

.Footer {
    background-color: #002355;
    position: relative;
}

@media (max-width: 767px) {
    .home-footer {
        height: auto;
        padding-top: 200px;
        padding-bottom: 32px;
    }

    .Footer-left-logo {
        margin: 0 auto;
    }

    .Footer .row.align-items-center {
        gap: 18px;
        text-align: center;
    }

    .Footer .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.Footer-left-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 80px;
}

.Footer-left-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.Footer-right-menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.Footer-right-menu ul li {
    list-style: none;
}

.Footer-right-menu ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    margin-left: 20px;
}

.Footer-right-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 51px;
    float: right;
}

.Footer-right-logo img {
    height: 51px;
}

.mobile-menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.mobile-menu-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.mobile-menu-bottom-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.sticky-right-bottom {
    position: fixed;
    right: 24px;
    top: 122px;
    bottom: auto;
    transform: none;
    width: 196px;
    z-index: 99999999;
    display: block;
}

.sticky-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 99999999;
    padding: 0 12px;
}

.appointment-dock {
    display: flex;
}

.appointment-dock-desktop {
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(7, 22, 56, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

.appointment-dock-title {
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin-bottom: 2px;
}

.appointment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 11px 12px;
    border-radius: 14px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.appointment-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.appointment-card:hover {
    transform: translateY(-2px) scale(1.02);
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.appointment-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 100%);
    pointer-events: none;
}

.appointment-card-brand,
.appointment-card-action,
.appointment-card-icon,
.appointment-card-copy {
    position: relative;
    z-index: 1;
}

.appointment-card-copy {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.appointment-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden;
    flex: 0 0 34px;
}

.appointment-card-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.appointment-card-icon-peugeot img {
    width: 28px;
    height: 28px;
}

.appointment-card-brand {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.appointment-card-action {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.84);
}

.appointment-card-peugeot {
    background: linear-gradient(135deg, #111111 0%, #2e2e2e 100%);
}

.appointment-card-opel {
    background: linear-gradient(135deg, #a9ae00 0%, #f1f53a 100%);
    color: #0c1220;
}

.appointment-card-opel .appointment-card-action {
    color: rgba(12, 18, 32, 0.78);
}

.appointment-card-opel:hover {
    color: #0c1220;
}

.appointment-card-citroen {
    background: linear-gradient(135deg, #7d0007 0%, #c71c24 100%);
}

.appointment-dock-mobile {
    gap: 8px;
    justify-content: center;
}

.appointment-chip {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 12px 8px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.appointment-chip-brand {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}

.appointment-chip-label {
    font-size: 11px;
    opacity: 0.85;
    line-height: 1.1;
}

.appointment-chip-peugeot {
    background: rgba(17, 17, 17, 0.92);
    color: #ffffff;
}

.appointment-chip-opel {
    background: rgba(241, 245, 58, 0.96);
    color: #101622;
}

.appointment-chip-citroen {
    background: rgba(199, 28, 36, 0.94);
    color: #ffffff;
}

.appointment-chip:hover,
.appointment-chip:focus,
.appointment-card:focus {
    text-decoration: none;
}

@media (max-width: 1021px) {
    .sticky-right-bottom {
        display: none;
    }

    .sticky-bottom {
        display: block;
    }
}

@media (min-width: 1022px) {
    .sticky-bottom {
        display: none;
    }
}

@media (max-width: 767px) {
    .sticky-bottom {
        bottom: 10px;
        padding: 0 10px;
    }

    .appointment-chip {
        padding: 11px 6px;
        border-radius: 14px;
    }

    .appointment-chip-brand {
        font-size: 12px;
    }

    .appointment-chip-label {
        font-size: 10px;
    }
}


.cookie-consent[hidden],
.cookie-preferences-modal[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    right: 24px;
    left: auto;
    bottom: 24px;
    z-index: 10000001;
    display: flex;
    justify-content: flex-end;
}

.cookie-consent-card {
    width: min(440px, calc(100vw - 24px));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 22px 22px 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(33, 30, 83, 0.96) 0%, rgba(56, 39, 109, 0.94) 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(14px);
}

.cookie-consent-copy h4 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
}

.cookie-consent-copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.84);
}

.cookie-inline-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-inline-link:hover {
    color: #d9defd;
}

.cookie-consent-actions,
.cookie-preferences-footer {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cookie-consent-actions {
    width: 100%;
}

.cookie-btn {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 999px;
    min-height: 48px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cookie-btn:hover {
    transform: translateY(-1px);
}

.cookie-btn-primary {
    background: #ffffff;
    color: #2c2561;
}

.cookie-btn-secondary {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.cookie-btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.cookie-preferences-modal {
    position: fixed;
    inset: 0;
    z-index: 10000002;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(8, 13, 28, 0.42);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cookie-preferences-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.cookie-preferences-card {
    width: min(680px, 100%);
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.cookie-preferences-header,
.cookie-preferences-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
}

.cookie-preferences-header {
    border-bottom: 1px solid rgba(19, 43, 92, 0.08);
}

.cookie-preferences-header h4 {
    margin: 0;
    font-size: 22px;
    color: #132b5c;
}

.cookie-preferences-close {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(19, 43, 92, 0.12);
    background: #ffffff;
    color: #132b5c;
    font-size: 28px;
    line-height: 1;
}

.cookie-preferences-body {
    padding: 18px 24px 8px;
}

.cookie-preferences-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(19, 43, 92, 0.08);
}

.cookie-preferences-item:last-child {
    border-bottom: 0;
}

.cookie-preferences-item strong {
    display: block;
    margin-bottom: 6px;
    color: #132b5c;
}

.cookie-preferences-item p {
    margin: 0;
    color: #667085;
    line-height: 1.5;
}

.cookie-preferences-item p .cookie-inline-link {
    color: #183266;
}

.cookie-status.always-on {
    font-size: 13px;
    font-weight: 700;
    color: #16a34a;
}

.cookie-switch {
    position: relative;
    display: inline-flex;
    width: 56px;
    height: 32px;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-switch-slider {
    position: absolute;
    inset: 0;
    background: #d0d5dd;
    border-radius: 999px;
    transition: 0.2s ease;
}

.cookie-switch-slider::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    transition: 0.2s ease;
}

.cookie-switch input:checked + .cookie-switch-slider {
    background: #25d366;
}

.cookie-switch input:checked + .cookie-switch-slider::before {
    transform: translateX(24px);
}

@media (max-width: 767px) {
    .cookie-consent {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-consent-card {
        width: 100%;
        padding: 18px;
        border-radius: 20px;
    }

    .cookie-consent-copy h4 {
        font-size: 24px;
    }

    .cookie-consent-actions,
    .cookie-preferences-footer {
        width: 100%;
    }

    .cookie-btn {
        flex: 1 1 100%;
        width: 100%;
    }

    .cookie-preferences-modal {
        padding: 12px;
    }

    .cookie-preferences-card {
        border-radius: 18px;
    }

    .cookie-preferences-header,
    .cookie-preferences-footer,
    .cookie-preferences-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cookie-preferences-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*   */

#myModalPopup .modal {
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    z-index: 10000000;
    padding: 32px 20px;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(6, 16, 40, 0.52);
    backdrop-filter: blur(10px);
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

#myModalPopup .modal.is-visible {
    opacity: 1;
    visibility: visible;
}


/* Modal Content */

#myModalPopup .modal-content {
    margin: auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    width: min(1100px, 100%);
    height: min(85vh, 900px);
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}


/* The Close Button */

#myModalPopup .modal-header .close:hover,
#myModalPopup .modal-header .close:focus {
    color: #3ed121;
    background-color: #40463f;
    text-decoration: none;
    cursor: pointer;
}

#myModalPopup .modal-header {
    padding: 18px 22px;
    color: #183266;
    background: linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(24, 50, 102, 0.08);
}

#myModalPopup .modal-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

#myModalPopup .modal-header .close {
    color: inherit;
    font-size: 28px;
    font-weight: 400;
    width: 42px;
    height: 42px;
    line-height: 1;
    border-radius: 12px;
    border: 1px solid rgba(24, 50, 102, 0.12);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    background: #ffffff;
}

#myModalPopup .modal-body {
    padding: 0;
    height: calc(100% - 79px);
}

#myModalPopup .modal-body iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#myModalPopup .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

@media (max-width: 767px) {
    #myModalPopup .modal {
        padding: 12px;
    }

    #myModalPopup .modal-content {
        height: min(92vh, 100%);
        border-radius: 18px;
    }

    #myModalPopup .modal-header {
        padding: 14px 16px;
    }

    #myModalPopup .modal-header h4 {
        font-size: 17px;
    }

    #myModalPopup .modal-body {
        height: calc(100% - 70px);
    }
}
