.hero-section-video {
    position: relative;
    width: 100%;
    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: white;
}

.hero-section-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(70%);
}

.hero-content {
    padding: 0 20px;
    position: relative;
    z-index: 50;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-content h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 90px;
    font-weight: 600;
}

.scroll-down {
    content: "";
    background-color: white;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 20px auto 20px auto;
    animation: arrow-down infinite 1.5s;
    background: url(https://www.kia.com/etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon-arrow-down-light.svg);
    background-size: cover;
    display: block;
    color: white;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.hero-footer {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    width: 90%;
    color: #ddd;
    line-height: 1.6;
}

.hero-footer p {
    font-size: 12px;
    line-height: 17px;
    color: #ddd;

}

.ev3-showcase {
    position: relative;
    height: 90vh;
    overflow: hidden;
    color: #fff;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ev3-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    overflow: hidden;
}

.ev3-image {
    width: 100%;
    height: 120%;
    object-fit: cover;
    transform: translateY(0) scale(1);
    transition: transform 0.2s ease-out;
    filter: brightness(70%);
    will-change: transform;
}

.ev3-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ev3-content h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 8rem;
    font-weight: 600;
}

/* ===== Stats Section ===== */
.ev3-stats {
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.5) 90%,
            rgba(0, 0, 0, 0) 100%);
    padding: 40px 0;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-in-out;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.ev3-stats.visible {
    opacity: 1;
    transform: translateY(0);
}

.separator {
    width: 2px;
    height: 50px;
    background-color: white;
    opacity: 0.5;
}

.stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.stat span {
    color: white;
    font-size: 16px;
}

.stat h3 {
    color: white;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}

.stat p {
    color: white;
    font-size: 16px;
}

@media (max-width: 992px) {
    .ev3-content h2 {
        font-size: 32px;
        margin-top: 40px;
    }

    .stat h3 {
        font-size: 26px;
    }

    .stat span,
    .stat p {
        font-size: 14px;
    }

    .separator {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .ev3-showcase {
        height: auto;
    }

    .ev3-content h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .ev3-stats {
        flex-direction: column;
        gap: 0;
        padding: 30px 10px;
        background: linear-gradient(0deg,
                rgba(0, 0, 0, 1) 0%,
                rgba(0, 0, 0, 0.6) 100%);
    }

    .separator {
        display: none;
    }

    .stat {
        padding: 20px 0;
        position: relative;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .stat:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .stat h3 {
        font-size: 24px;
    }

    .stat span,
    .stat p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ev3-content h2 {
        font-size: 24px;
        margin-top: 20px;
        padding: 0 10px;
    }

    .ev3-stats {
        gap: 0;
        padding: 25px 0;
    }

    .stat {
        padding: 15px 0;
    }

    .stat:not(:last-child)::after {
        width: 100%;
        height: 1px;
    }

    .stat h3 {
        font-size: 22px;
    }

    .stat span,
    .stat p {
        font-size: 13px;
    }

    .ev3-image {
        height: 100%;
    }
}


.Design_Section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding: 0 0 25px 0 !important;
}

.Design_Image_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.Design_Image_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000ab 0%, #00000000 70%);
    pointer-events: none;
    z-index: 2;
}

.Design_Image_box img.section-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateY(0) scale(1);
    transition: transform 0.2s ease-out, object-position 0.2s ease-out;
    will-change: transform, object-position;
    z-index: 1;
    position: relative;
}

.Design_Description_Box {
    z-index: 20;
    position: absolute;
    width: 40%;
    left: 6%;
    top: 20%;
    color: white;
}

.Design_Description_Box .ev3-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: white;
    margin-bottom: 2rem;
}

.Design_Description_Box .ev3-title {
    font-size: 30px;
    font-weight: 400;
    color: white;
}

.Design_Description_Box .ev3-description {
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 80px;
}

.Design_Description_Box a {
    border: 1px solid white;
    color: white;
    padding: 12px 30px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.Design_Description_Box a:hover {
    background: white;
    color: #000;
}

.Design_Description_Box a::after {
    content: "";
    background: url('/img/download.svg') no-repeat center center;
    width: 24px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

/* ///////////////////////////////// */
.ev3-subtitle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.ev3-subtitle .line {
    display: inline-block;
    height: 1px;
    background: white;
    width: 0;
    transform-origin: left;
}

.ev3-subtitle .text {
    display: inline-block;
    transform: translateY(40px);
    opacity: 0;
}

.ev3-subtitle.animate .text {
    animation: textUp 0.8s ease forwards,
        textPush 0.8s ease forwards 0.8s;
}

.ev3-subtitle.animate .line {
    animation: lineGrow 0.8s ease forwards 0.8s;
}

@keyframes textUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

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

@keyframes textPush {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(20px);
    }
}

@keyframes lineGrow {
    0% {
        width: 0;
    }

    100% {
        width: 70px;
    }
}

@media (max-width: 992px) {
    .Design_Description_Box {
        width: 80%;
        top: 15%;
        left: 10%;
    }

    .Design_Description_Box .ev3-title {
        font-size: 24px;
    }

    .Design_Description_Box .ev3-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .Design_Image_box::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .Design_Section {
        background-color: #05141f;
        height: auto;
        min-height: 100vh;
    }

    .Design_Image_box {
        position: relative;
        height: 60vh;
    }

    .Design_Description_Box {
        position: relative;
        width: 90%;
        left: 5%;
        top: 0;
        margin-top: 4rem;
        color: white;
    }
}

.Kia_Electric {
    padding: 50px 80px !important;
}

.excon_tit {
    margin: 0 auto;
    padding-bottom: 10px;
    color: #05141f;
    text-align: center;
    font-weight: 600;
}

.excon_tit .sub_title {
    font-size: 40px;
    color: #05141f;
    line-height: 44px;
    position: relative;
    padding-top: 25px;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 600;
}

.double_box {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 3rem;
    gap: 40px;
}

.double_box_image {
    width: 45%;
}

.double_box_image img {
    width: 100%;
    height: auto;
}

.double_box_text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    word-break: break-word;
    width: 45%;
}

.double_box_text p {
    margin: 30px 0;
    color: #06141e;
    font-size: 16px;
    line-height: 1.6;
}

.double_box_text .btn_area {
    padding-top: 40px;
}

.double_box_text .btn_area a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 20px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    background-color: #05141f;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

.double_box_text .btn_area a:hover {
    background-color: #0a2233;
}

.double_box_text .btn_area a span {
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.double_box_text .btn_area a span::after {
    background-position: -25px -32px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    content: '';
    display: inline-block;
    background-image: url("/img/spr-button2.png");
    background-repeat: no-repeat;
    vertical-align: middle;
}

/* --------------------------- */
/* 📱 Responsive Styles */
/* --------------------------- */

/* للأجهزة المتوسطة (تابلت) */
@media (max-width: 992px) {
    .Kia_Electric {
        padding: 40px 40px !important;
    }

    .excon_tit .sub_title {
        font-size: 32px;
        line-height: 38px;
    }

    .double_box {
        flex-direction: column;
        gap: 30px;
    }

    .double_box_image,
    .double_box_text {
        width: 100%;
        margin: 0;
    }

    .double_box_text {
        text-align: center;
        align-items: center;
    }

    .double_box_text .btn_area {
        padding-top: 20px;
    }
}

/* للموبايل */
@media (max-width: 576px) {
    .Kia_Electric {
        padding: 30px 20px !important;
    }

    .excon_tit .sub_title {
        font-size: 24px;
        line-height: 30px;
    }

    .double_box_text p {
        font-size: 15px;
    }

    .double_box_text .btn_area a {
        font-size: 13px;
        padding: 0.5rem 15px;
    }
}

.Highlights_EV3 {
    padding: 60px 20px;
    background: #fff;
}

.Highlights_EV3 .sub_title {
    font-size: 30px;
    color: #05141f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.Highlights_EV3 .sub_desc {
    font-size: 18px;
    color: #05141f;
    text-align: center;
    /* max-width: 800px; */
    margin: 0 auto 40px;
}

.video_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.video_card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

.video_card video {
    width: 100%;
    object-fit: cover;
        height: 100%;
}

.video_btn {
    width: 100%;
    background: #001e36;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
}

/* Popup */
.video_popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup_box {
    display: flex;
    background: #fff;
    width: 90%;
    max-width: 950px;
    height: 90vh;
    overflow: hidden;
}

.popup_left {
    flex: 1;
    background: black;
    height: 100%;
}

.popup_left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_right {
    flex: 1;
    background: #fff;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.close_btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: #05141f;
    cursor: pointer;
}

.popup_right h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #05141f;
}

.share_icons {
    display: flex;
    gap: 3rem;
}

.share_icons img {
    height: 24px;
    width: 24px;
}

.share_icons i {
    font-size: 22px;
    color: #05141f;
    cursor: pointer;
    transition: color 0.3s;
}

.share_icons i:hover {
    color: #004a80;
}

/* Responsive */
@media (max-width: 992px) {
    .video_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .popup_box {
        flex-direction: column;
        height: auto;
    }

    .popup_left {
        height: 50vh;
    }

    .popup_right {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .video_grid {
        grid-template-columns: 1fr;
    }

    .video_card video {
        height: 200px;
    }

    .video_btn {
        font-size: 13px;
    }
}



.highlights-section {
    padding: 50px 0 !important;
    overflow: hidden;
    background-color: #fff;
}

.highlights-title {
    font-size: 32px;
    font-weight: 700;
    color: #05141f;
    margin-bottom: 20px;
    padding-left: 15px;
}

.highlightsSwiper {
    width: 100%;
    position: relative;
}

.highlightsSwiper .swiper-slide {
    width: 100%;
    height: 505px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.highlightsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: opacity 0.5s ease;
}

.highlightsSwiper .swiper-slide {
    opacity: 0.5;
    transform: scale(0.98);
}

.highlightsSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.highlights-section .swiper-button-next,
.highlights-section .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.highlights-section .swiper-button-next::after,
.highlights-section .swiper-button-prev::after {
    font-size: 2rem;
    font-weight: bold;
}

.highlightsSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 10px;
}

.highlights-section .swiper-pagination-bullet {
    flex: 1;
    background: rgba(255, 255, 255, 0.6);
    height: 2px;
    border-radius: 0;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.highlights-section .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/* ✅ Responsive */
@media (max-width: 1024px) {
    .highlightsSwiper .swiper-slide {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .highlights-title {
        font-size: 26px;
        text-align: center;
    }

    .highlightsSwiper .swiper-slide {
        height: 300px;
    }

    /* .highlights-section .swiper-button-next,
    .highlights-section .swiper-button-prev {
        display: none;
    } */

    .highlightsSwiper .swiper-pagination {
        width: 90% !important;
        bottom: 20px !important;
        left: 50% !important;
    }
}




.kia-appointment {
    padding: 80px 0;
    background: #fff;
}

.kia-appointment_container {
    padding: 50px 80px !important
}

.appointment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 5rem 0;
}

.appointment-text {
    flex: 1;
    color: #05141f;
}

.appointment-text h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.appointment-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #05141f;
}

.appointment-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #05141f;
    color: #05141f;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
}

.appointment-btn:hover {
    background: #05141f;
    color: #fff;
}

.appointment-image {
    flex: 1;
}

.appointment-image img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .kia-appointment_container {
        padding: 40px 40px !important;
    }
}

/* ✅ Responsive */
@media (max-width: 992px) {

    .appointment-content {
        flex-direction: column;
        text-align: center;
    }

    .appointment-text h2 {
        font-size: 24px;
    }

    .appointment-image {
        order: -1;
    }

    .appointment-btn {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .kia-appointment_container {
        padding: 20px 20px !important;
    }
}



.contact-actions {
    background-color: rgba(5, 20, 31, 0.9);
    padding: 80px 20px;
    color: #fff;
}

.contact-actions_container {
    padding: 50px 80px !important;
}

.actions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 100px;
    justify-items: start;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none !important;
}

.action-item img {
    width: 60px;
    height: 60px;
    opacity: 0.9;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.action-item span {
    font-size: 16px;
    font-weight: 400;
}



/* Responsive */

@media (max-width: 1024px) {
    .contact-actions_container {
        padding: 40px 40px !important;
    }
}

@media (max-width: 992px) {
    .actions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .contact-actions_container {
        padding: 20px 20px !important;
    }

    .actions-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        justify-items: center;
    }

    .action-item {
        flex-direction: column;
        align-items: center;
    }

    .action-item span {
        font-size: 16px;
    }

    .action-item::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.viewer {
    position: relative;
    width: 90%;
    margin: 60px auto;
    text-align: center;
    max-width: 1200px;
}

.viewer img#carImage {
    width: 80%;
    height: auto;
    user-select: none;
    cursor: grab;
}

/* 🔹 Tabs للفئات */
.variant-tabs {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 8px; */
    z-index: 20;
    width: 90%;
    max-width: 700px;
}

.variant-tab {
    background: #9ba1a5;
    border: 1px solid #ffffff;
    padding: 0.9rem 3rem;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
}

.variant-tab.active {
    background: #05141f;
    color: #fff;
}

/* 🔹 الأسهم */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.arrow img {
    width: 50px;
    height: 50px;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.view-text {
    /* position: absolute; */
    /* top: 20px; */
    /* left: 30px; */
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    z-index: 20;
}

.bottom-bar {
    /* position: absolute; */
    bottom: 25px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    z-index: 20;
    gap: 15px;
}

.colors {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.color-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
}

.color-btn.active {
    border: 2px solid #fff;
    transform: scale(1.2) translateY(-5px);
}

.drag-text {
    font-size: 16px;
    color: #555;
    font-style: italic;
}
.color-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
/* 🌐 Responsive Design */

/* Tablets */
@media (max-width: 992px) {
    .viewer img#carImage {
        width: 90%;
    }

    .variant-tab {
        padding: 0.8rem 2.2rem;
        font-size: 13px;
    }

    .arrow img {
        width: 40px;
        height: 40px;
    }

    .view-text {
        font-size: 16px;
    }

    .color-btn {
        width: 45px;
        height: 45px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .viewer {
        width: 90%;
        margin: 30px auto;
    }

    .viewer img#carImage {
        width: 100%;
    }

    .variant-tabs {
        position: static;
        transform: none;
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .variant-tab {
        padding: 0.5rem 1.5rem;
        font-size: 12px;
    }

    .arrow img {
        width: 35px;
        height: 35px;
    }

    .view-text {
        /* top: 10px;
    left: 15px; */
        font-size: 14px;
    }

    .bottom-bar {
        /* position: static; */
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }

    .drag-text {
        font-size: 14px;
        text-align: center;
    }

    .color-btn {
        width: 40px;
        height: 40px;
    }
}

/* Very small devices */
@media (max-width: 400px) {
    .variant-tab {
        padding: 0.4rem 1rem;
        font-size: 11px;
    }

    .color-btn {
        width: 35px;
        height: 35px;
    }

    .drag-text {
        font-size: 13px;
    }
}

/* //////////////////////////// */


.other-models {
    padding: 80px 20px;
    background: #fff;
}

.other-models__container {
    padding: 50px 80px !important;
}

.other-models__title {
    font-size: 38px;
    font-weight: 700;
    color: #05141f;
    margin-bottom: 60px;
}

.other-models__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
}

.other-models__card {
    flex: 1 1 calc(50% - 30px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.other-models__image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.other-models__image:hover {
    transform: scale(1.03);
}

.other-models__name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #05141f;
}

.other-models__desc {
    color: #05141f;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 25px;
    font-weight: 400;

}

.other-models__btn {
    display: inline-block;
    border: 1px solid #05141f;
    padding: 12px 28px;
    color: #05141f;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.other-models__btn:hover {
    background: #05141f;
    color: #fff;
}

/* ==================== Responsive ==================== */


@media (max-width: 1200px) {
    .other-models__title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .other-models__grid {
        gap: 40px;
    }

    /* .other-models__container {
        margin: 0 3rem;
    } */
}

@media (max-width: 1024px) {
    .other-models__container {
        padding: 40px 40px !important;
    }
}

@media (max-width: 992px) {
    .other-models__grid {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .other-models__card {
        flex: 1 1 100%;
        max-width: 600px;
        text-align: center;
    }

    .other-models__desc {
        text-align: center;
    }

    .other-models__btn {
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .other-models__container {
        padding: 20px 20px !important;
    }

    .other-models {
        padding: 60px 15px;
    }

    .other-models__title {
        font-size: 26px;
        text-align: center;
    }

    .other-models__desc {
        font-size: 14px;
    }

    .other-models__btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}