﻿
.gnb .d2.has-d3 + .d2 .d2-a {
    cursor: default;
    pointer-events: none;
}

@media(max-width:767px) {
    .gnb .d2.has-d3 + .d2 .d2-a {
        cursor: pointer;
        pointer-events: auto;
    }
}

.text-danger {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 2px;
    display: block;
}


/* WhatsApp (Left Side) */

.whatsapp-float {
    position: fixed;
    top: 15%;
    right: 40px;
    z-index: 999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

    .whatsapp-float img {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(37, 211, 102, 0.6);
    }

    .whatsapp-float:hover::after {
        content: "Chat with us";
        position: absolute;
        bottom: 70px;
        right: 0;
        background: #25D366;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        white-space: nowrap;
    }


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.whatsapp-container {
    position: fixed;
    bottom: 3%;
    left: 20px;
    z-index: 1000;
    background: #25D366;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 2s infinite;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.call-container {
    position: fixed;
    bottom: 18%;
    left: 20px;
    z-index: 1000;
    background: #05c0fb;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 1s infinite;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


/* Optional: Hover Effects */
.whatsapp-container:hover {
    background-color: #128C7E;
}

.call-container:hover {
    background-color: #004182;
}






#captchaModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

/*  .tier-buy .d2-list  li:nth-child(12)
                    {
                        position: absolute;
                bottom: 37%;
                    }*/
.tier-connect.is-active .d2-box {
    display: none;
}

@media (min-width:320px) and (max-width:767px) {
    .tier-buy .d2-list li:nth-child(12) {
        position: inherit !important;
    }
}

@media (min-width:768px) and (max-width:820px) {
    .tier-buy .d2-list li:nth-child(12) {
        position: inherit !important;
    }
}



@media only screen and (min-width: 1024px) {
    .hero-carousel .heading {
        height: 100% !important;
    }

    .hero-carousel .l-wrap h3 {
        font-size: 50px !important;
        font-weight: bold !important;
    }

    .subText {
        font-size: 28px !important;
        margin: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-carousel .l-wrap h3 {
        font-size: 36px !important;
        font-weight: bold !important;
    }

    .subText {
        font-size: 20px !important;
        margin: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {

    .hero-carousel .heading {
        height: 100% !important;
    }
}



#hero-car .cont {
    position: absolute !important;
    padding: 0.75em 0 50px;
    min-height: 16rem;
    height: 35% !important;
    bottom: 7%;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
    background: transparent;
    color: #fff;
}

.swiper-pagination-bullet::before {
    border-bottom: 2px solid rgb(255 252 252 / 39%);
}

.swiper-pagination-bullet-active::before {
    border-bottom-color: #fffafa;
}



@media only screen and (min-width: 360px) and (max-width: 767px) {
    .hero-carousel .heading {
        height: 100% !important;
    }

    .hero-carousel .l-wrap h3 {
        font-size: 21px !important;
        font-weight: bold !important;
    }

    .subText {
        font-size: 20px !important;
        margin: 0px;
    }

    .svg-logo {
        max-width: 200%
    }

    .svg-logo-2x {
        max-width: 300%
    }
}

@media only screen and (min-device-width: 1024px) {
    .hero-carousel .cont .btn {
        bottom: 3% !important;
    }
}

*.no-touchevents *.link:hover *.text {
    border-bottom-color: rgb(255,255,255);
}


.evBottomWrap {
    top: 103% !important;
    right: 28% !important;
}


#footer .nav .row .col-lg-2:nth-child(2) {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    #footer .nav .row .col-lg-2:nth-child(2) {
        display: block !important;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 1300px) {
    .footer .breadcrumb, .enquiries-call, .copyright {
        font-size: 12px !important;
    }
}

@media screen and (max-device-width: 1360px) {
    .evBottomWrap {
        right: 29.75% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1366px) {
    .evBottomWrap {
        right: 22.7% !important;
    }
}

.gnb-item:nth-child(1) .d2-list .d2:nth-child(3) .d2-a + .d3-list :nth-child(1) .d3-a {
    display: none;
}


.t-condition {
    position: absolute;
    right: 3%;
    bottom: 0;
}

.mobile-unit {
    display: none;
}

.t-discliamer {
    text-align: left;
    font-size: 10px !important;
}

@media only screen and (min-width:1900px) {
    .scroll-snap-section {
        height: 1080px !important;
    }
}

@media only screen and (min-width:1150px) and (max-width:1281px) {
    .t-discliamer {
        font-size: 7px !important;
    }

    .scroll-snap-section {
        height: 720px !important;
    }
}

@media only screen and (min-width:1500px) and (max-width:1600px) {
    .t-discliamer {
        font-size: 8px !important;
    }

    .scroll-snap-section {
        height: 820px !important;
    }
}

@media only screen and (max-width:1366px) and (min-width:1360px) {
    .t-discliamer {
        font-size: 7px !important;
    }

    .scroll-snap-section {
        height: 768px !important;
    }
}

@media only screen and (max-width:767px) {
    .kia-360-hero-carousel-banner-1 .scroll-snap-section {
        height: 780px !important;
    }

    .t-discliamer br {
        display: none;
    }

    .t-discliamer {
        text-align: center;
        font-size: 10px !important;
        padding: 0px 20px;
    }

    .hero-carousel p {
        display: flex;
        justify-content: center;
    }

    .des-unit {
        display: none;
    }

    .mobile-unit {
        display: block;
    }

    .kia-360-hero-carousel-banner-1 .swiper-slide:nth-child(1) .desc + h3 + p {
        font-size: 13px !important;
        line-height: 0;
    }

    .t-condition {
        width: 100%;
        right: 0%;
        text-align: center;
        bottom: 0;
    }
}

.imge-size {
    height: 100%;
    width: calc(100%);
}

.specs-parbase .top-title-desc {
    line-height: 0;
}

.kia-360-hero-carousel-banner-1 .swiper-wrapper .swiper-slide:nth-child(1) #btn-scroll,
.kia-360-hero-carousel-banner-1 .swiper-wrapper .swiper-slide:nth-child(3) #btn-scroll {
    background-color: #fff;
    color: #000;
}
