.banner-video .slider-text h1{
    font-size: 60px !important;
    font-weight: bold;

}
@media (max-width:991px){
    .banner-video .slider-text h1{
        font-size: 30px !important;
        font-weight: bold;

    }
}
.slider-one, .slider-two, .slider-three, .slider-four {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    animation: slider-one 12s linear infinite;
}
.slider-one .slider-one-image, .slider-two .slider-one-image, .slider-three .slider-one-image, .slider-four .slider-one-image, .slider-one .slider-two-image, .slider-two .slider-two-image, .slider-three .slider-two-image, .slider-four .slider-two-image, .slider-one .slider-three-image, .slider-two .slider-three-image, .slider-three .slider-three-image, .slider-four .slider-three-image, .slider-one .slider-four-image, .slider-two .slider-four-image, .slider-three .slider-four-image, .slider-four .slider-four-image {
    width: 110%;
    height: 100%;
    background-image: url("image/slider-1.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: zoom-out 3s linear infinite;
}
.slider-one .slider-one-image .slider-text, .slider-two .slider-one-image .slider-text, .slider-three .slider-one-image .slider-text, .slider-four .slider-one-image .slider-text, .slider-one .slider-two-image .slider-text, .slider-two .slider-two-image .slider-text, .slider-three .slider-two-image .slider-text, .slider-four .slider-two-image .slider-text, .slider-one .slider-three-image .slider-text, .slider-two .slider-three-image .slider-text, .slider-three .slider-three-image .slider-text, .slider-four .slider-three-image .slider-text, .slider-one .slider-four-image .slider-text, .slider-two .slider-four-image .slider-text, .slider-three .slider-four-image .slider-text, .slider-four .slider-four-image .slider-text {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    max-width: 800px;
    text-transform: capitalize;
    animation: text-up 12s linear infinite;
    transform: translateY(100px);
    animation-delay: 0s;
}
.slider-one .slider-one-image .slider-text h1, .slider-two .slider-one-image .slider-text h1, .slider-three .slider-one-image .slider-text h1, .slider-four .slider-one-image .slider-text h1, .slider-one .slider-two-image .slider-text h1, .slider-two .slider-two-image .slider-text h1, .slider-three .slider-two-image .slider-text h1, .slider-four .slider-two-image .slider-text h1, .slider-one .slider-three-image .slider-text h1, .slider-two .slider-three-image .slider-text h1, .slider-three .slider-three-image .slider-text h1, .slider-four .slider-three-image .slider-text h1, .slider-one .slider-four-image .slider-text h1, .slider-two .slider-four-image .slider-text h1, .slider-three .slider-four-image .slider-text h1, .slider-four .slider-four-image .slider-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.slider-one .slider-one-image .slider-text p, .slider-two .slider-one-image .slider-text p, .slider-three .slider-one-image .slider-text p, .slider-four .slider-one-image .slider-text p, .slider-one .slider-two-image .slider-text p, .slider-two .slider-two-image .slider-text p, .slider-three .slider-two-image .slider-text p, .slider-four .slider-two-image .slider-text p, .slider-one .slider-three-image .slider-text p, .slider-two .slider-three-image .slider-text p, .slider-three .slider-three-image .slider-text p, .slider-four .slider-three-image .slider-text p, .slider-one .slider-four-image .slider-text p, .slider-two .slider-four-image .slider-text p, .slider-three .slider-four-image .slider-text p, .slider-four .slider-four-image .slider-text p {
    font-size: 18px;
    line-height: 28px;
}
.slider-two {
    animation: slider-two 12s linear infinite;
}
.slider-two .slider-two-image {
    background-image: url("image/slider-2.webp");
}
.slider-two .slider-two-image .slider-text {
    animation-delay: 3s;
}
.slider-three {
    animation: slider-three 12s linear infinite;
}
.slider-three .slider-three-image {
    background-image: url("image/slider-3.webp");
}
.slider-three .slider-three-image .slider-text {
    animation-delay: 6s;
}
.slider-four {
    animation: slider-four 12s linear infinite;
}
.slider-four .slider-four-image {
    background-image: url("image/slider-4.webp");
}
.slider-four .slider-four-image .slider-text {
    animation-delay: 9s;
}
@keyframes text-up {
    10% {
        transform: translateY(0px);
   }
    100% {
        transform: translateY(0px);
   }
}
@keyframes zoom-out {
    100% {
        width: 100%;
   }
}
@keyframes slider-one {
    0% {
        visibility: visible;
   }
    25% {
        visibility: hidden;
   }
    50% {
        visibility: hidden;
   }
    75% {
        visibility: hidden;
   }
    100% {
        visibility: visible;
   }
}
@keyframes slider-two {
    0% {
        visibility: hidden;
   }
    25% {
        visibility: hidden;
   }
    50% {
        visibility: visible;
   }
    75% {
        visibility: hidden;
   }
    100% {
        visibility: hidden;
   }
}
@keyframes slider-three {
    0% {
        visibility: hidden;
   }
    25% {
        visibility: hidden;
   }
    50% {
        visibility: hidden;
   }
    75% {
        visibility: visible;
   }
    100% {
        visibility: hidden;
   }
}
@keyframes slider-four {
    0% {
        visibility: hidden;
   }
    25% {
        visibility: hidden;
   }
    50% {
        visibility: hidden;
   }
    75% {
        visibility: hidden;
   }
    100% {
        visibility: visible;
   }
}










































/*latest css */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;

}
.logo {
    width: 100px;
    height: 100px;
    background: url('logo.png') no-repeat center center/contain;
    animation: zoomInOut 2s ease-in-out infinite;
}
@keyframes zoomInOut {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
p.title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #d6df61;
    line-height: 0;
}
.form-wrapper{
    background-color: #fff;
    border-radius: 10px;
    border: 4px solid red;
    padding: 50px 30px 0px 30px;
    /*height: 600px;*/
    /*overflow: scroll;*/
}

/* for checkbox container*/

.checkbox-container {
    display: flex;
    flex-wrap: wrap; /* Ensures wrapping on small screens */
    gap: 15px;
    max-width: 90%; /* Prevents overflow */
    justify-content: left;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    background: #222;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    white-space: nowrap; /* Prevents text wrapping */
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border-color 0.3s;
}

.custom-checkbox input:checked + .checkmark {
    background: red;
    border-color: red;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "✔";
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Media Query for Mobile */
@media (max-width: 600px) {
    .checkbox-container {
        flex-direction: column;
        align-items: center;
    }
    .custom-checkbox {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
/* for checkbox container*/

footer p{
    font-size:16px;
}
.contact a {
    color: #e1e678 !important;
}






























.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* Maintain 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.78vh; /* Maintain 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    pointer-events: none; /* Disable user interaction */
}
.container.detail-section {
    position: absolute;
    top: 25% !important;
}
.whychoose iframe#vimeo-player {
    max-width: 600px;
    width: 100%;
    height:400px;
}

footer{
    background: url(image/footer-2.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0px 23px 0px;
}

.contact a {
    transition: transform 0.5s ease-in-out;
}

.contact a:hover {
    transform: scale(1.1);
}
.logo-container a img{
    width: 156px;
}
.header-logo img{width: 150px;}


#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.line{
        height:1px;
        width: 100%;
        background-color:#5a5a5a;
        border-radius:10px;
        margin:30px 0px;

    }
    .footer-three li a{
        color: #fff;
        font-size: 15px;
    }
    .footer-three li a:hover{
        color: #d01717;

    }
.spinner {
    width: 70px;
    height: 70px;
    border: 8px solid #ffe5e5;
    border-top: 8px solid #d01717;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



.hidden { display: none; }
/* .banner-video{
background: url('image/banner.webp') no-repeat center center/cover;
height: 500px;
position: relative;
display: none;
align-items: center;
justify-content: center;
} */
.banner-video {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.border-section{
    border: 2px dotted #d32424;
    padding: 15px;
    border-radius: 10px;
}
.banner-video .content {
    position: relative;
    color: white;
    z-index: 1;
    text-align: center;
}
/* .banner {
    background: url('image/banner.webp') no-repeat center center/cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.logo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 113px;
    background: white;
    border-bottom-right-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 5px solid #DC1E28;
    border-top: 0px;
    border-left: 0px;
}
.logo-container img {
    max-width: 100%;
}
.language-banner {
    position: absolute;
    top: 0;
    right: 0;
    background: #DC1E28;
    color: white;
    font-weight: bold;
    padding: 20px 20px 42px 12px;
    clip-path: polygon(100% 0, 100% 71%, 0 100%, 0 0);
    text-transform: uppercase;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .banner-wrapper{
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom:400px ;
} */
.container{
    max-width: 1300px;
    margin: auto;
}
.container.detail-section{
    position: absolute;
    top: 30%;

}
.banner-section h6{
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.11em;
        color: #ffffff;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        margin-bottom: 8px;
        padding-left: 5px;
}
.banner-section h6::after{
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.19);
    width: 100%;
    height: 2px;

}
.banner-section h1{
    font-size: 60px !important;
    line-height: 79px;
    text-transform: uppercase !important;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}
.banner-section p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: capitalize;
    margin-left: 5px;
    letter-spacing: 0.005em;
}
h1.title {
    font-size: 110px;
    text-align: center;
    font-weight: bold;
    line-height: 100px;
    text-shadow: 1.1px 1.1px #FF0000;
    color: #fff;
  /*margin-top: -30px;*/
    z-index: 9999;
    position: relative;
}
.drive-section{
    background-color: #000;
}
h2.title, h5.title{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
}h5.title{
     color: #E1E678;
     margin-bottom: 0px !important;
     padding-bottom: 0px !important;
 }
h3.title{
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    color: #E1E678;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
img{
    max-width: 100%;
}

.offer-box {
    flex: 1;
    border-radius: 15px;
    padding: 20px;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
}
.red-box { background: #d01717; }
.green-box { background: #8a8f2e; }
.icon-wrapper {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.icon-wrapper img {
    width: 40px;
}
.offer-container p{
    margin-bottom: 0px !important;
}
.offer-container h3{
    color: #E1E678;
    font-size: 30px !important;
    font-weight: bold;
}
.offer-container{
    max-width: 80%;
    margin: auto;
}
.exclusive-offer {
    color: #d6df61;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}
.promo-code {
    color: white;
    font-size: 22px;
    font-weight: bold;
}
.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.triangle.red {
    border-bottom: 40px solid #d01717;
    border-left: 39px solid transparent;
    border-right: 28px solid transparent;
    transform: rotate(30deg);
}
.triangle.yellow {
    border-bottom: 40px solid #d6df61;
}
.triangle-wrapper {
    position: absolute;
}
.left-triangle {
    top: 20px;
    left: 15%;
}
.right-triangle {
    top: 20px;
    right: 18%;
} .services-section {
      padding: 50px 20px;
      position: relative;
  }
.service-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.right-shape {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 100px;
    height: 100px;
}
.services-section p h5{
    color: #fff !important;
}
.services-section h2{
    font-size: 75px;
}
.left-box {
    background-color: #EB1E23;
    padding: 40px 30px;
    border-radius: 100px 0 0 0;
    border: 5px solid white;
    text-align: center;
    position: relative;
}
.left-box img {
    width: 100px;
    margin: 10px auto;
}
.left-box p {
    font-weight: bold;
    font-size: 18px;
}
.domain {
    color: white;
    font-size: 14px;
}
.right-box {
    background-color: #EB1E23;
    padding: 50px 40px;
    border-radius: 0 100px 0 0;
    border: 5px solid white;
    text-align: center;
    position: relative;
    color: white;
}
.right-box h2 {
    font-weight: bold;
    font-size: 28px;
}
.right-box .icon {
    font-size: 20px;
    margin-right: 10px;
}
.top-shape {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: yellow;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.form-wrapper{
    background-color: #fff;
    border-radius: 10px;
    border: 4px solid red;
    padding: 50px 30px 0px 30px;
}
@media (max-width:750px){
    .banner-section h1 {
        font-size: 40px !important;
        line-height: 53px;
    }
}
@media (max-width: 450px) {
    .banner-section h1 {
        font-size: 33px !important;
        line-height: 43px;
    }
}
@media(max-width:991.9px){
    .offer-container{
        max-width: 100%;
        margin: auto;
    }
    h1.title {
        font-size: 65px;
        margin-top: 0px;
        line-height: 67px;
    }
}
@media (max-width:1200px){
    .images .wrapper{
        display: none;
    }
}
@media(max-width:750.9px){
    h1.title {
        font-size: 40px;
        margin-top: 0px;
        line-height: 35px;
    }
    h2.title {
        font-size: 26px;
        text-align: center;
        font-weight: bold;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
    }
    p.title{
        line-height: 1.3;
    }h3.title {
         font-size: 49px;
         text-align: center;
         font-weight: bold;
         color: #E1E678;
         text-transform: uppercase;
         margin-top: 30px;
         margin-bottom: 21px;
         padding-bottom: 0;
     }.services-section h2 {
          font-size: 56px;
      }
}
@media (max-width: 500.9px) {
    h3.title {
        font-size: 33px;
        text-align: center;
        font-weight: bold;
        color: #E1E678;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 21px;
        padding-bottom: 0;
    }.services-section h2 {
         font-size: 26px;
     }
}
video {
    width: 100%;
    height:400px;
}
.contact a, .contact button{
    font-size: 23px;
    background: linear-gradient(178deg, #f11212, #b96666);
    border: none;
    padding: 9px 47px;
}
h1.heading-one, .left-triangle, .right-triangle, .right-shape, .top-shape{
    animation: zoom-in 2s ease-in-out 0s infinite alternate !important;
}
.call-now a, .cotact-us-icon a, .whatsapp-icon a {
    position: fixed;
    right: 0;
    top: 247px;
    z-index: 9999999;
    background: linear-gradient(178deg, #f11212, #b96666);
    border-radius: 7px 0px 0px 7px;
    padding: 5px;
    margin-right: -95px;
    transition: .5s ease-in-out;
    text-decoration: none !important;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 149px;
}
.cotact-us-icon a {
    top: 312px;
}
.whatsapp-icon a {
    top: 376px;
}

.call-now a:hover, .cotact-us-icon a:hover, .whatsapp-icon a:hover {
    margin-right: 0px;
}
@keyframes zoom-in {
    0% {
        transform: translate(0px);
    }
    0% {
        transform: translate(15px);
    }
    100% {
        transform: translate(0px);
    }
}
.icon-wrapper img {
    animation: coupon 1.2s infinite;
}
.icon-wrapper{
    width: 65px !important;
    height: 65px !important;

    border-radius: 100% !important;
}
@keyframes  coupon  {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(0);
    }
}
.service-item img{
    animation: service 1s ease-in-out 0s infinite alternate !important;

}

@keyframes  service{
    0% {
        transform: scale(1.2);
    }
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.contact-box {
    border: 1px solid #cbd5db;
    border-radius: 5px;
    padding: 20px;
    background-color: #f8f9fa;
}
.contact-box h5 {
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-box ul {
    padding: 0;
    list-style: none;
}
.contact-box ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-box ul li i {
    color: #0d6efd;
}
.contact-box .opening-hours {
    font-weight: bold;
    border-left: 3px solid #f11212;
    padding-left: 10px;
}
.contact-box input, .contact-box textarea {
    border: 1px solid #cbd5db;
}
.contact-box .btn-send {
    background-color: #20a69a;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 5px;
}
.btn-send:hover {
    background-color: #188277;
}

/*style for google translator*/

.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

body {
    top: 0px !important;
}

#google_translate_element {
    background: #f8f9fa;
    padding: 6px 10px;
    border-radius: 0 8px 8px 0;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
}
