
/*@import url("https://fonts.cdnfonts.com/css/gill-sans-2");*/


/* Accordion Specs Styling Starts Here */
        .accordion-specs{

            background-color: #313439;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            flex-direction: column;
            padding: 20px;
        }
        h2 {
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        /* Dropdown Container */
        .specs-container {
            width: 80%;
            max-width: 800px;
            background: #313439;
            border-radius: 8px;
            overflow: hidden;
        }

        /* Individual Dropdown */
        .spec-item {
            border-bottom: 1px solid #fff;
        }

        .spec-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            background: #313439 ;
            color: white;
            border: none;
            width: 100%;
        }

        .spec-header:hover {
            background: #313439;
        }

        .spec-content {
            display: none;
            padding: 0px;
            background: #313439;
        }

        /* Icon Styling */
        .icon {
            transition: transform 0.3s ease;
        }

        .active .icon {
            transform: rotate(180deg);
        }

        /* Table Styling */
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        thead{
            text-align: center;

        }

        th, td {
            border: 1px solid #555;
            padding: 10px;
            color: white;
        }

        th {
            background: #444;
        }
        .sub-header {
            background-color: #444444;
            font-weight: bold;
        }
        td.center {
            text-align: center;
        }
        /* Style for the circle icon */
        .icon-circle {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 2px solid #fff;
            /* background-color: white; */
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 200px;
            font-size: 32px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .specs-container {
                width: 100%;
            }

            table, th, td {
                font-size: 14px;
                padding: 8px;
            }
            .icon-circle {
                font-weight: 300px;
                width: 20px;
                height: 20px;
                font-size: 14px;
            }
        }
/* Accordion Specs Styling Ends Here */

/* DISCLAIMER Style Starts Here */
            .main-pdf-button{
            width: 50%;
            margin: 0 auto;
            background-color: #313439;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            /*min-height: 100vh;*/
            flex-direction: column;
            padding: 10px;
        }
        .main-pdf-button h2{
            font-size: 20px;
        }
            .disclaimer-box {
                margin: 0px 0px 20px 59px;
                font-size: 14px;
            }
            .disclaimer-box h2 {
                text-align: left;
                margin: 0;
                font-size: 18px;
                color: #d60000; /* Red for emphasis */
            }
            
            .disclaimer-box p {
                margin: 5px 0 0;
                font-size: 16px;
                color: #fff;
            }
            
            
        /* Mobile View (480px and below) */
        @media (max-width: 480px) {
            .main-pdf-button {
                width: 100%;
                /*margin-left: -20px;*/
            }
            .disclaimer-box {
                margin: -40px 20px 50px 0px;
                font-size: 14px;
            }
            
            .disclaimer-box p {
                font-size: 14px;
            }
            
        }

/* DISCLAIMER Style Ends Here */






/* IM6 New Theme Stle Starts */
.container {
  display: flex;
  width: 100%;
  max-width: 1440px;
}

/* Scroll down icon sTYLE Starts */

/* Full-screen section */
.scroll-section {
  width: 100%;
  padding-bottom: 70px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

/* Scroll down text */
.scroll-text {
  font-size: 14px;
  font-family: IMSansEN-Con-Regular;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 10px;
}



.scroll-icon {
  rotate: -90deg;
  display: flex;
  cursor: pointer;
  color: #fff; 
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(180deg);
  animation: bounce 1.5s infinite;
}

/* Simple bouncing animation */
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px);
  }
}
/* /* Scroll down icon  Style Ends */






/* IM5 Slider Style Starts */

.main-im5-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  aspect-ratio: 1.5;
}

/* Styling for images */
.swiper-slide img {
    height: 100%;
    width: 100%;
  border-radius: 0px;
  transition: transform 0.3s, filter 0.3s;
}
.swiper-wrapper{
  align-items: baseline;
}
/* Apply blur and dim effect to non-active slides */
.swiper-slide:not(.swiper-slide-active) img {
    filter: blur(5px) brightness(0.6);
    transform: scale(1);
    height: 80%;
}
.swiper-button-next, .swiper-button-prev{
  position: inherit!important;
}
.custom-main-arrow{
  color: #fff;
  margin-top: 0rem;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
  gap:3rem;
  justify-content: center;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{ 
   display: none;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .swiper-slide:not(.swiper-slide-active) img {
    transform: scale(0.9);
    height: 80%;
}
    .swiper-slide img {
    height: 100%;
    width: 100%;
}
.custom-main-arrow{
    margin-top:1rem;
}
.custom-main-arrow img{
    width:40px;
    height:auto;
}
}
/* Im5 Slider Style Ends */


/* Hero Slider Styles Starts */

.customHeroSwiper {
  width: 100%;
  height: 100%;
}

/* Ensure .swiper-slide is present along with custom class */
.customHeroSwiper .swiper-slide.custom-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customHeroSwiper .swiper-slide.custom-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customHeroSwiper .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 78%);
}

.custom-mg-content-banner {
  position: absolute;
  top: 30%;
  left: 8%;
  z-index: 2;
}

.custom-mg-content-banner h1 {
  color: #fff;
}
/* Hero Slider Style Ends */


body {
  /*font-family:"Gill Sans";*/
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background: #6c7580 ;
  color: #fff;
}

header {
  background: #000;
  color: #fff;
  padding: 1rem;
}

.header-container {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 0 auto;
  color: #fff;
}
.logo {
  max-width: 50%;
}
.nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-links li {
  margin-right: 15px;
}
.nav-links li a {
  color: #fff;
  text-decoration: none;
}
.menu-toggle {
  display: none; /* Initially hidden on large screens */
  cursor: pointer;
  font-size: 32px;
}
/* Responsive Design */
@media only screen and (max-width: 768px) {
  .header-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .logo {
    max-width: 35%;
  }
  .nav-links {
    line-height: 1em;
    display: none; /* Hide nav links by default on smaller screens */
    width: 90%;
    text-align: left;
    background-color: #000;
    padding: 0 0 12px 37px;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 1;
  }
  .nav-links.active {
    display: flex; /* Show nav links when active */
    flex-direction: column;
  }
  .menu-toggle {
    display: block; /* Show menu toggle button on smaller screens */
    color: #fff;
    margin-right: 5px;
  }
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  font-size: 16px;
}

nav ul li a {
  color: #fff;

  font-size: 16px;
  text-transform: uppercase;
}
nav ul li a:hover {
  color: #bfbfbf;
  text-decoration: none;
}

footer {
  background: #000;
  color: #fff;
  padding: 1rem;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.social-icons img {
  transition: transform 0.2s; /* Animation */
}
.social-icons img:hover {
  transform: scale(
    1.3
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.footer-links {
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  font-size: 13px;
  color: #bfbfbf;
  text-decoration: underline;
}
.footer-links a:hover {
  color: #fff;
}
.footer-left p {
  text-align: left;
  font-size: 13px;

  color: #bfbfbf;
}

.footer-right {
  width: 75%;
}
.zf-fmFooter .zf-submitColor {
  cursor: pointer;
}


.hero-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0; 
}
 
.hero-heading img {
    max-width: 350px; 
    height: auto;
}

/* Tablet view */
@media (max-width: 768px) {
    .overlay-heading{
        top:0%;
        left:5%;
    }
    .hero-heading{
    margin: 5px 0; 
    }
    .hero-heading img {
        max-width: 70%; /* Adjust for tablets */
    }
}

/* Mobile view */
@media (max-width: 480px) {
    .overlay-heading{
        top:0% !important;
    }
    .hero-heading img {
        max-width: 50%; /* Adjust for mobile screens */
    }
}


/* Hero Image Style Starts */
/* Hero Image Style Starts */
.image-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    color: white;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay-heading {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 12%;
    left: 5%;
}
.image-container h1 {
    
    color: #fff;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .image-container {
      height: 80vh;
  }
}

@media (max-width: 768px) {
  .image-container {
      height: 50vh;
  }
  .overlay-heading {
      /*padding: 10px 20px;*/
      flex-wrap: nowrap; /* Adjust for mobile screens*/
  }
}

@media (max-width: 480px) {
  .image-container {
      height: 30vh;
  }
  
  .overlay-heading {
      font-size: 16px;
      /*padding: 8px 15px;*/
      max-width: 90%; /* Adjust for mobile screens */
  }
}

@media (max-width: 350px) {
  .image-container {
      height: 20vh;
  }
  .overlay-heading {
      font-size: 16px;
      padding: 5px 10px;
  }
}

/* Hero Image Style Ends*/

#privacy_policy {
  font-weight: 500;
}
.content-container {
    margin: 0 auto;
    max-width: 75%;
  text-align: center;
  padding-bottom: 5px;
}

.content-container h1 {
  font-size: 32px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 300;
}
.content-container p {
  padding: 0px 0px;
  font-size: 20px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 300;
  margin-top: auto;
}
.para{
  padding-top: 40px;
  background-color: #000;
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
  /*margin-bottom: 10px;*/
}
.para p{
  padding: 0px 140px;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 300;
  margin-top: auto;
}

.para p a {
    text-decoration: underline;
    font-weight: bold;
    color: White;
    position: relative;
}

.para p a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 0;
    height: 2px;
    background-color: White;
    transition: width 0.3s ease;
}

.para p a:hover::after {
    width: 100%; 
}
.new-para{
  width: 100%; 
  height: 10vh; 
  background: #fff;
  color: #000;
}



.Privacy-text p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 1.3em;
  width: 90%;
  text-align: justify;
}

.zf-frmTitle {
  font-family: "IMSansEN-Regular";
}

/*.content-container p {*/
/*    margin-bottom: 0;*/
/*    font-size: 18px;*/
/*    line-height: 1.4em;*/
/*    color: #545454;*/
/*    font-weight: 500;*/

/*}*/
.img-sec {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.car-images-section {
  padding-top: 5px;
  padding-bottom: 0px;
  margin: auto;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.car-image-column {
  margin: 10px;
  max-width: calc(50% - 20px);
  overflow: hidden;
  aspect-ratio: 1.5;
}

.car-image-column img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  background-size: cover;
  display: block;
  transition: transform 0.2s;
  
}

.car-image-column img:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.overseas-heading h1 {
  text-align: center;
  position: relative;
  top: -70px;
}
.privacy-policy {
  color: red;
}
.zf-templateWidth {
  width: 80% !important;
}

/*.popup-privacy-policy {*/
/*         display: none;*/
/*         position: absolute;*/
/*         background-color: #fff;*/
/*         border: 1px solid #ccc;*/
/*         padding: 10px;*/
/*         z-index: 1000;*/
/*         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*width:600px;*/
/*     }*/

/* Arrow pointer styles */
/*     .popup-privacy-policy::before {*/
/*         content: "";*/
/*         position: absolute;*/
/*bottom: -10px; */
/*         left: 50%;*/
/*         transform: translateX(-50%);*/
/*         border-width: 10px;*/
/*         border-style: solid;*/
/*         border-color: #fff transparent transparent transparent;*/
/*     }*/

/*     .popup-privacy-policy::after {*/
/*         content: "";*/
/*         position: absolute;*/
/*bottom: -24px;*/
/*         left: 50%;*/
/*         transform: translateX(-50%);*/
/*         border-width: 11px;*/
/*         border-style: solid;*/
/*         border-color: #ccc transparent transparent transparent;*/
/*     }*/

/* Overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-privacy-policy {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(0%, 0%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup-privacy-policy.visible {
  opacity: 1;
  transform: translate(0%, -50%) scale(1);
  display: block !important;
}

#privacy_policy {
  background-color: transparent;
  border: none;
}

.images_slider {
  /*  position: absolute;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*width: 2560px;*/
  /*height: 5693px;*/
  /*z-index: 61;*/
  text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  .car-image-column {
    max-width: 100%;
  }
  .video-container {
    height: auto;
  }
  

  .video-container video {
    height: auto;
    width: 100%;
  }
  .zf-frmTitle {
    font-size: 16px !important;
  }

  .zf-templateWidth {
    width: 95% !important;
  }

  .zf-topAlign ul {
    margin-left: -40px;
  }
  .zf-fmFooter {
    margin-left: -40px !important;
  }
  .footer-logo {
    max-width: 80%;
  }
  .logo {
    max-width: 35%;
  }
  .youtube-video-container {
    width: 95%;
    display: block;
  }
  .zf-tempHeadContBdr .zf-frmDesc {
    font-size: 20px !important;
  }
  .zf-templateWidth {
    padding-top: 40px !important;
  }
  .content-container h1 {
    font-size: 20px;
    
  }
  .para p {
    font-size: 20px !important;
    padding: 1px;
  }
  .content-container p {
    font-size: 18px !important;
    padding: 0px;
  }
  nav ul li a {
    font-size: 14px;
  }
  .Privacy-text p {
    left: -20px !important;
  }
  .Privacy-text {
    /*margin-top: -50px !important;*/
    padding-bottom: 20px !important ;
  }
}

@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    text-align: center;
  }

  .footer-left {
    align-items: center;
  }

  .car-images-section {
    flex-direction: column;
    align-items: center;
  }

  .car-images-section img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .ccar-image-column {
    max-width: 100%;
  }
  .content-container {
      max-width: 75%;
    padding-top: 20px;
  }
  .para{
     width:90%;
     margin: 0px auto;
    padding-top: 20px;
  }
  .car-images-section {
    padding-bottom: 10px;
  }
}

/*New sections slider and button with car images css starts from below*/

.bootstrap-carousel {
  width: 75%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.cars_images_withButtons {
  width: 100%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: rgb(247, 247, 247);
  height: auto;
}

.button_main {
  margin-top: 5%;
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons {
  text-align: center;
  width: 75%;
  margin: auto;
  margin-top: 5%;
}
.car {
  width: 75%;
  margin: auto;
  margin-top: 5%;
}

.carousel-control-next-icon {
  color: black !important;
}
.Our_award_winning_MG4_Electric_pushes_the_bound {
  font-size: 22px;
  font-family: "IMSansEN-Bold";
  color: rgb(0, 0, 0);
  line-height: 1.364;
  width: 100%;
  height: 231px;
  /*z-index: 58;*/
}

.Ellipse_1 {
  background-color: rgb(17, 17, 17);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(17, 17, 17);
}

.Ellipse_blue {
  background-color: rgb(81, 149, 195);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(81, 149, 195);
}

.Ellipse_red {
  background-color: rgb(214, 55, 64);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(214, 55, 64);
}

.Ellipse_silver {
  background-color: rgb(233, 229, 226);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(233, 229, 226);
}

.Ellipse_2 {
  background-color: rgb(150, 153, 155);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(150, 153, 155);
}
.Ellipse_3 {
  background-color: rgb(69, 74, 84);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(69, 74, 84);
}

.Ellipse_4 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgb(33, 124, 197);
  border: 1px solid rgb(33, 124, 197);
}

.Ellipse_5 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: rgb(217, 41, 28);
  border: 1px solid rgb(217, 41, 28);
}

.Ellipse_5 {
  border-radius: 50%;
  background-color: rgb(224, 181, 77);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid rgb(224, 181, 77);
}

.Ellipse_6 {
  border-radius: 50%;
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #000;
}

.carousel-control-prev,
.carousel-control-next {
  /*position: absolute;*/
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: none;
}

.carousel-control-prev {
  left: -80px;
}

.carousel-control-next {
  right: -80px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.inner {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.button_main .buttons .inner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
  transition: 0.3s;
}
.tooltip-inner {
  background-color: white !important;
  color: black !important;
  border: 1px solid #fff;
  font-weight: bolder;
  box-shadow: -0.488px 6.983px 10px 0px rgba(0, 0, 0, 0.27);
  /*margin-top:5px;*/
}

.tooltip-arrow::before {
  border-bottom-color: white !important;
}

.brighton_metallic_blue img {
  transition: transform 0.3s ease;
}

.brighton_metallic_blue img.zoomed {
  transform: scale(1.1);
  border: 1px solid rgb(33, 124, 197);
  background: rgb(33, 124, 197);
}

.white_image img {
  transition: transform 0.3s ease;
}

.white_image img.zoomed {
  transform: scale(1.1);
  border: 1px solid black;
}

.gray-car img {
  transition: transform 0.3s ease;
}

.gray-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid gray;
}
.black-car img {
  transition: transform 0.3s ease;
}

.black-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .bootstrap-carousel {
    width: 100% !important;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0px !important;
  }

  .carousel-inner {
    height: 558px;
  }
  .carousel-control-next-icon {
    position: absolute !important;
    left: -55px;
    top: 214px;

    width: 40px !important;
    height: 40px !important;
  }

  .carousel-control-prev-icon {
    position: absolute !important;
    top: 214px !important;
    right: -345px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .text-content {
    padding: 15px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    margin-top: 31px;
  }

  .inner {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
  }
  .Ellipse_1,
  .Ellipse_2,
  .Ellipse_3,
  .Ellipse_4,
  .Ellipse_5,
  .Ellipse_6,
  .Ellipse_blue,
  .Ellipse_red,
  .Ellipse_silver {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    font-size: 17px !important;
  }

  .carousel-item .row .col-lg-6 img {
    height: 200px !important;
  }

  .cars {
    width: 85% !important;
    margin-top: 10% !important;
  }
  .cars img {
    height: 9.5rem !important;
  }

  .inner-white {
    width: 50px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 540px) and (max-height: 720px) {
  .bootstrap-carousel {
    width: 100% !important;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0px !important;
  }

  .carousel-inner {
    height: 680px;
  }
  .carousel-control-next-icon {
    position: absolute !important;
    left: -55px;
    top: 240px;
  }

  .carousel-control-prev-icon {
    position: absolute !important;
    top: 240px !important;
    right: -488px !important;
  }

  .text-content {
    padding: 15px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    margin-top: 31px;
  }

  .inner {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
  }
  .Ellipse_1,
  .Ellipse_2,
  .Ellipse_3,
  .Ellipse_4,
  .Ellipse_5,
  .Ellipse_6 {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    font-size: 17px !important;
  }

  .carousel-item .row .col-lg-6 img {
    height: 200px !important;
  }

  .cars {
    width: 85% !important;
    margin-top: 10% !important;
  }
  .cars img {
    height: auto !important;
  }

  .inner-white {
    width: 50px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 375px) {
  .bootstrap-carousel {
    width: 100% !important;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0px !important;
  }

  .carousel-inner {
    height: 547px;

    border: solid;
  }
  .carousel-control-next-icon {
    position: absolute !important;
    left: -55px;
    top: 240px;
  }

  .carousel-control-prev-icon {
    position: absolute !important;
    top: 240px !important;
    right: -345px !important;
  }

  .text-content {
    padding: 15px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    margin-top: 31px;
  }

  .inner {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
  }
  .Ellipse_1,
  .Ellipse_2,
  .Ellipse_3,
  .Ellipse_4,
  .Ellipse_5,
  .Ellipse_6 {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    font-size: 17px !important;
  }

  .carousel-item .row .col-lg-6 img {
    height: 200px !important;
  }

  .cars {
    width: 85% !important;
    margin-top: 10% !important;
  }
  .cars img {
    height: 9.4rem !important;
  }

  .inner-white {
    width: 50px !important;
    height: 50px !important;
  }
}

@media screen and (max-width: 360px) {
  .bootstrap-carousel {
    width: 100% !important;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0px !important;
  }

  .carousel-inner {
    height: 520px;
  }
  .carousel-control-next-icon {
    position: absolute !important;
    left: -55px;
    top: 240px;
  }

  .carousel-control-prev-icon {
    position: absolute !important;
    top: 240px !important;
    right: -330px !important;
  }

  .text-content {
    padding: 15px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    margin-top: 31px;
  }

  .inner {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;
  }
  .Ellipse_1,
  .Ellipse_2,
  .Ellipse_3,
  .Ellipse_4,
  .Ellipse_5,
  .Ellipse_6 {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
  }

  .Our_award_winning_MG4_Electric_pushes_the_bound {
    font-size: 17px !important;
  }

  .carousel-item .row .col-lg-6 img {
    height: 200px !important;
  }

  .cars {
    width: 85% !important;
    margin-top: 10% !important;
  }
  .cars img {
    height: 9.5rem !important;
  }

  .inner-white {
    width: 50px !important;
    height: 50px !important;
  }
}

/* New section css end here*/

/* Exsisting Inline CSS Starts*/
.inner {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.button_main .buttons .inner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
  transition: 0.3s;
}
.tooltip-inner {
  background-color: white !important;
  color: black !important;
  border: 1px solid #fff;
  font-weight: bolder;
  box-shadow: -0.488px 6.983px 10px 0px rgba(0, 0, 0, 0.27);
  /*margin-top:5px;*/
}

.tooltip-arrow::before {
  border-bottom-color: white !important;
}

.brighton_metallic_blue img {
  transition: transform 0.3s ease;
}

.brighton_metallic_blue img.zoomed {
  transform: scale(1.1);
  border: 1px solid rgb(33, 124, 197);
  background: rgb(33, 124, 197);
}

.white_image img {
  transition: transform 0.3s ease;
}

.white_image img.zoomed {
  transform: scale(1.1);
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.gray-car img {
  transition: transform 0.3s ease;
}

.gray-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid gray;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.black-car img {
  transition: transform 0.3s ease;
}

.black-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.inner-white:hover {
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.inner-white {
  /*background:#000; */
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
/* Existing Inline CSS Ends*/

/* Updated CSS Code */

.carousel-container {
  min-height: 512px;
}

/* --- */
.car-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.car-heading {
  margin-top: 0px !important;
}

.slider-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-heading-text,
.Our_award_winning_MG4_Electric_pushes_the_bound {
  font-family: "IMSansEN-Regular", sans-serif;
}

.slide-heading-text {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10%;
}

.Our_award_winning_MG4_Electric_pushes_the_bound {
  font-size: 23px;
  font-weight: normal;
}

.inner {
  position: relative;
}

.tooltip-btn:hover::after {
  background-color: #fff;
  color: #000;
  padding: 5px;
  width: 200px !important;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: -70px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  z-index: 1000;
  font-family: "IMSansEN-Regular", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.black-btn:hover::after {
  content: "Black Pearl Metallic";
}

.grey-btn:hover::after {
  content: "Lunar Grey Metallic";
}

.white-btn:hover::after {
  content: "Pearl White Metallic";
}

.white-btn:hover::after {
  content: "Pearl White Metallic";
}

.blue-btn:hover::after {
  content: "Arctic Blue Metallic";
}

.red-btn:hover::after {
  content: "Diamond Red Metallic";
}

.silver-btn:hover::after {
  content: "Cashmere Silver Metallic";
}

.btn-carrot:hover::before {
  content: "";
  position: absolute;
  top: 52px; /* Position the caret 10px above the tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: 999; /* Ensure it appears above the tooltip */
}

/* --- */
.blue-car img {
  transition: transform 0.3s ease;
}

.blue-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.red-car img {
  transition: transform 0.3s ease;
}

.red-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.silver-car img {
  transition: transform 0.3s ease;
}

.silver-car img.zoomed {
  transform: scale(1.1);
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.car-image {
  max-width: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: contain;
}

/* .pl-50 {
        padding-left: 30px;
    } */

.slider-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.car-images-main-container {
  width: 75%;
  margin: auto;
  margin-top: 2%;
}
.car-images-inner-container {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1282px) {
}

@media only screen and (max-width: 1200px) {
  .car-images-main-container {
    width: 90%;
  }
  .car-images-inner-container {
    display: flex;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .slider-text-container {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
  }
  .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0;
  }
  .slide-heading-text {
    margin: 0;
  }
  .Our_award_winning_MG4_Electric_pushes_the_bound {
    /* border: solid; */
    margin-top: 12px;
    height: auto !important;
  }
}

@media only screen and (max-width: 992px) {
  .cars_images_withButtons {
    margin-top: 20%;
  }
  .car-image {
    width: 25.625rem;
    height: 15.813rem;
  }
  .car-image-container {
    width: 17rem !important;
  }
  .car-image {
    width: 23.625rem;
    height: 13.813rem;
  }
  .carousel-container {
    height: 820px;
  }
}

@media only screen and (max-width: 897px) {
  .car-image-container {
    width: 14rem !important;
  }
  .car-image {
    width: 21.625rem !important;
    height: 11.813rem;
  }
}

@media only screen and (min-width: 660px) and (max-width: 774px) {
  .car-image-container {
    width: 11.4rem !important;
  }
}

@media only screen and (max-width: 660px) {
  .car-image-container {
    width: 20rem !important;
  }
}
