@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
* {
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x:hidden
}


.top-bar {
  background: linear-gradient(45deg, #1a1a1a, #333);
  padding: 12px 0;
}

.contact-info {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.contact-info i {
  color: #00ff9d;
  transition: transform 0.3s ease;
}

.contact-info i:hover {
  transform: scale(1.2);
}

.social-icons a {
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #00ff9d !important;
  transform: translateY(-3px);
}

.dealer-btn {
  background: linear-gradient(to right, #00ff9d, #00c853) !important;
  border: none !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  transition: all 0.3s ease !important;
}

.dealer-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 255, 157, 0.3);
}

.navbar {
  padding: 10px 0;
  transition: all 0.3s ease;
}

.navbar ul{
  margin-right: 0px;
}

.top-bar .container > *{
  margin: 0px;
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}



.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: linear-gradient(to right, #00ff9d, #00c853);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 70%;
}

.nav-link:hover {
  color: #00c853 !important;
}

.navbar-toggler {
  border: none;
  padding: 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 2px solid #00ff9d;
}

.sticky-top.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}




  
  .banner_area .slick-next {
    right: 30px;
  }
  
  .banner_area .slick-prev {
    left: 30px;
    z-index: 9;
  }
  
  header .row {
    display: grid;
    grid-template-columns: repeat(1, auto);
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
  }
  
  .navbar li {
    display: inline-block;
    margin: 0px 15px;
  }
  
  
  
  .logo img {
    width: 100px;
  }





.banner {
 background-image: url('../img/banner.jpg');
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
}



 
  .two{ background-image: url(../img/20.jpg);
    background-size: cover;
    background-repeat: no-repeat;;
      height: 66vh;}
  
  .choose {
    padding: 80px 20px;
    text-align: center;
    background-color: #000;
  }
  
  
  
  .choose_area h3 {
      padding: 10px 0px;
      margin-bottom: 0px;
      font-size: 35px;
      line-height: normal;
      font-weight: bold;
  }
  
  .choose_box_para p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .choose_heading h3 {
    margin-bottom: 50px;
    font-size: 35px;
    color: #d3461a;
    font-weight: bolder;
    margin-top: -4%
  }
  
  .choose_area {
    background: #fff;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
  }
  
  .choose .row:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 53px;
  }
  
  .choose_content h3 {
    margin: 187px 143px;
    font-size: 42px;
    line-height: 49px;
    color: #cf5e12;
    width: 23%;
    font-weight: bolder;
  }
  
  .choose_content p {
    line-height: 21px;
    letter-spacing: 0.5px;
    font-size: 19px;
    width: 88%;
    margin-top: 34px;
  }

  .thirteen {
    padding: 80px 20px;
    text-align: center;
    background-image: url(../img/20.jpg);
        background-size: cover;
        background-repeat: no-repeat;}
        
  .thirteen .row:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 53px;}

    .scope {
      position: relative;
      width: 200px;
      height: 200px;
      transform-style: preserve-3d;
      animation: slid 30s linear infinite;
      top:153px
    }
    
    .scope span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform-origin: center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 45deg)) translateZ(350px);
    }
    .scope span img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      object-fit: cover;
      transition: 2s;
    }
    .scope span:hover img {
      transform: translateY(-50px) scale(1.7);
    }
    @keyframes slid 
    {
      0% {
        transform: perspective(1000px) rotateY(300deg);
      }-
      100% {
        transform: perspective(1000px) rotateY(360deg);
      }
    }
    
    .vehicle{min-height: 80vh;
      text-align: center;
      margin-top: 1%;}

  .contact_us_2 * {
    font-family: Nunito, sans-serif;
  }
  
  .contact_us_2 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .contact_us_2 .responsive-cell-block {
    min-height: 75px;
  }
  
  .contact_us_2 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_2 .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }
  
  .contact_us_2 .submit-btn:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #0381fe;
  }
  
  .contact_us_2 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    height: auto;
  }
  
  .contact_us_2 .responsive-container-block.container {
    position: static;
    min-height: 75px;
    flex-direction: column;
    z-index: 2;
    max-width: 800px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  
  .contact_us_2 .container-block.form-wrapper {
    background-color: white;
    max-width: 799px;
    text-align: center;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .text-blk.contactus-head {
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
  }
  
  .contact_us_2 .text-blk.contactus-subhead {
    color: #9c9c9c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
  }
  
  .contact_us_2 .input {
    width: 96%;
    height: 50px;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .contact_us_2 .textinput {
    width: 98%;
    min-height: 150px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .contact_us_2 .submit-btn {
    width: 98%;
    background-color: #03a9f4;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
  }
  
  .contact_us_2 .form-box {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .social-media-links {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_2 .link-img {
    width: 30px;
    height: 30px;
  }
  
  .contact_us_2 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #9c9c9c;
  }
  
  .contact_us_2 ::placeholder {
    color: #dadada;
  }
  
  .contact_us_2 .blueBG {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 300px;
    background-color: #03a9f4;
  }
  

  .main{
    width: 52%;
    height: 100vh;
    background-image:url(../img/20.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 5%;
    overflow-x: hidden;
  }
  nav{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .logo{
    width: 100px;
  }
  nav ul li{
    list-style:none;
    display: inline-block;
    margin-left: 40px;
  }
  nav ul li a{
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
  }
  nav ul li a:after{
    content:"";
    position: absolute;
    background-color: #f66335;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.5s;
  }
  nav ul li a:hover::after{
    width: 100%;
  }
  
  .content{
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .content h1{
    font-size: 120px;
    line-height: 140px;
    font-weight: 600;
    opacity: 0;
  }
  .content p{
    line-height: 28px;
    opacity: 0;
  }
  .links{
    margin-top: 30px;
    opacity: 0;
  }
  .links button {
    width: 200px;
    padding: 15px 0;
    margin: 0 15px;
    text-align: center;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border: 2px solid #f66335;
    cursor: pointer;
    color: #fff;
    border-radius: 25px;
    background: transparent;
  }
  .anim{
    animation: slideUp 1s linear forwards;
    animation-delay: 1s;
  }


 
  

  @keyframes slideUp{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
  }
  p.anim{
    animation-delay: 2s;
  }
  .links.anim{
    animation-delay: 3s;
  }
  
  
  .content button span{
    background: #f66335;
    height: 100%;
    width: 0;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
  }
  .content button:hover span{
    width: 100%;
  }
  .content button:hover{
    border: 0;
  }
  
  .bottom_line{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
  }
  .bottom_line span{
    width: 15px;
    height: 100%;
    background: #f66335;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moveline 2s linear infinite;
  }
  @keyframes moveline{
    0%{
        left:-20px;
    }
    100%{
        left:100%;
    }
  }
  
  .eleven{height:50vh;
  background-color: green;
  width:100%}
  
  .nine{background-image: url(../img/26.html);
    height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left:-23% ;}
    
  
  
    .contact_us_2 .input {
      width: 100%;
    }
  
    .contact_us_2 .textinput {
      width: 100%;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.input-title {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .contact_us_2 .responsive-container-block.container {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .contact_us_2 .container-block.form-wrapper {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_2 .text-blk.contactus-head {
      font-size: 30px;
      line-height: 40px;
    }
  
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
  }
  
  .about-section {
    padding: 50px;
    text-align: center;
    background-color: #474e5d;
    color: white;
  }
  
  
  
  .banner_area {
    position: relative;
    overflow: hidden;
  }
  
  .banner {
    background-blend-mode: overlay;
    transition: all 0.5s ease;
  }
  
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
  }
  
  .banner_content {
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
  }
  
  .banner h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: glow 2s ease-in-out infinite;
  }
  
  .banner h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: -1px;
    animation: slideIn 1s ease forwards;
  }
  
  .btn-wrapper .btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .btn-wrapper .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  .btn-wrapper .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
  }
  
  .btn-wrapper .btn:hover:before {
    left: 100%;
  }
  
  .shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  
  .shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
  }
  
  .shape-divider .shape-fill {
    fill: #ffffff;
  }
  
  @keyframes fadeInUp {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes glow {
    0%, 100% {
      text-shadow: 0 0 10px rgba(255,193,7,0.5);
    }
    50% {
      text-shadow: 0 0 20px rgba(255,193,7,0.8);
    }
  }
  
  @keyframes slideIn {
    from {
      transform: translateX(-100px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @media (max-width: 768px) {
    .banner h3 {
      font-size: 1.8rem !important;
    }
    
    .banner h1 {
      font-size: 2.5rem !important;
    }
    
    .btn-wrapper .btn {
      font-size: 1rem;
      padding: 0.8rem 2rem !important;
    }
  }
  

  .explore_us {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
    overflow: hidden;
  }

  .subtitle {
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
  }

  .main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(45deg, #ffd700, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
  }

  .description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin-bottom: 25px;
  }

  .feature-box {
    display: flex;
    gap: 20px;
    margin: 30px 0;
  }

  .feature-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .feature-item:hover {
    transform: translateY(-5px);
  }

  .feature-item i {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cta-box {
    background: rgba(255, 215, 0, 0.1);
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
  }

  .cta-box h4 {
    color: #ffd700;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(45deg, #ffd700, #ff6b6b);
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 20px;
    transition: transform 0.3s ease;
  }

  .cta-button:hover {
    transform: scale(1.05);
  }

  .explore-image {
    position: relative;
  }

  .image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  .image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }

  .image-wrapper:hover img {
    transform: scale(1.05);
  }

  .stats-box {
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 15px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }

  .stat-item {
    text-align: center;
  }

  .stat-item h3 {
    color: #ffd700;
    font-size: 2rem;
    margin-bottom: 5px;
  }

  .shape-1, .shape-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
  }

  .shape-1 {
    background: rgba(255, 215, 0, 0.1);
    top: -150px;
    right: -150px;
  }

  .shape-2 {
    background: rgba(255, 107, 107, 0.1);
    bottom: -150px;
    left: -150px;
  }

  .reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: revealLeft 1s ease forwards;
  }

  .reveal-right {
    opacity: 0;
    transform: translateX(50px);
    animation: revealRight 1s ease forwards;
  }

  @keyframes revealLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes revealRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @media (max-width: 768px) {
    .main-heading {
      font-size: 2.5rem;
    }
    
    .feature-box {
      flex-direction: column;
    }
    
    .stats-box {
      flex-direction: column;
      gap: 20px;
    }
  }


  
  .models-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f6f9fc 0%, #f1f4f8 100%);
  }
  
  .section-heading {
    margin-bottom: 60px;
  }
  
  .section-heading .title {
    font-size: 3rem;
    color: #2d3748;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }
  
  .section-heading .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4299e1, #667eea);
    border-radius: 2px;
  }
  
  .section-heading .subtitle {
    font-size: 1.2rem;
    color: #718096;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px;
  }
  
  .model-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .model-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
  }
  
  .model-image {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
  }
  
  .model-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .model-card:hover .model-image img {
    transform: scale(1.1);
  }
  
  .model-info {
    padding: 20px;
    text-align: center;
  }
  
  .model-info h3 {
    color: #2d3748;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .specs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .specs span {
    background: #ebf4ff;
    color: #4299e1;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  
  @media (max-width: 768px) {
    .section-heading .title {
      font-size: 2.2rem;
    }
    
    .models-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      padding: 10px;
    }
    
    .model-info h3 {
      font-size: 1.2rem;
    }
  }
  

  .vehicle-showcase {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  }

  .showcase-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .showcase-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #d3461a;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .showcase-header .tagline {
    font-size: 1.8rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.5rem;
  }

  .showcase-header .motto {
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
  }

  .specs-container {
    display: grid;
    
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }


  .testimonials-slider .testimonial-card{
    margin: 10px;
  }
.review-title {
  font-size: 2.5rem;
  color: #27ae60;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.testimonials-slider {
  padding: 20px;
}

.testimonial-card {
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  font-size: 48px;
  color: rgba(255,255,255,0.2);
  position: absolute;
  top: 10px;
  left: 20px;
}

.testimonial-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.testimonial-content {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-author {
  font-style: italic;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}

.rating {
  margin-top: 10px;
  font-size: 20px;
  color: #ffd700;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
  }
  
  .testimonial-text {
    font-size: 20px;
  }
  
  .testimonial-content {
    font-size: 16px;
  }
}

 

  .vehicle-image img {
    width: 40%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    display: flex
;
    margin-bottom: 60px;
}

  .specs-left, .specs-right {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-direction: column;
    gap: 1.5rem;
  }

  .spec-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .spec-card:hover {
    transform: translateY(-5px);
  }

  .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .spec-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
  }

  .spec-content p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
  }

  @media (max-width: 992px) {
    .specs-container {
      grid-template-columns: 1fr;
    }

    .vehicle-image {
      position: relative;
      width: 60%;
      margin: 2rem auto;
      transform: none;
      top: auto;
      left: auto;
    }
  }

  @media (max-width: 576px) {
    .showcase-header h1 {
      font-size: 2.5rem;
    }

    .showcase-header .tagline {
      font-size: 1.4rem;
    }

    .vehicle-image {
      width: 80%;
    }
  }


  .choose {
    padding: 60px 0;
}

.choose_heading {
    text-align: center;
    margin-bottom: 40px;
}

.choose_heading h3 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.choose_area {
    background-color: #ddf1da;
    border-radius: 10px;
    padding: 20px;
    margin: 15px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.choose_area:hover {
    transform: translateY(-5px);
}

.article-image {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.article-image img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-image img:hover {
    transform: scale(1.05);
}

.choose_box_heading h3 {
    font-size: 20px;
    color: #333;
    margin: 15px 0;
    line-height: 1.4;
}

.button_one {
    display: inline-block;
    background-color: #4CAF50;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.button_one:hover {
    background-color: #45a049;
}

.exam {
    color: white;
    margin: 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .choose_area {
        margin: 15px 0;
    }
    
    .choose_heading h3 {
        font-size: 28px;
    }
    
    .choose_box_heading h3 {
        font-size: 18px;
    }
}

.about-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
  top: -150px;
  right: -150px;
}

.about-content {
  padding-right: 50px;
}

.subtitle {
  color: #00ff00;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.tagline {
  color: #00ff00;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.stats {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
}

.stat-item h3 {
  color: #00ff00;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-item p {
  color: #ffffff;
  font-size: 14px;
}

.about-image {
  position: relative;
  padding: 20px;
}

.main-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,255,0,0.1);
  transition: transform 0.3s ease;
}

.main-img:hover {
  transform: scale(1.05);
}

.floating-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #00ff00;
  border-radius: 20px;
  top: 0;
  left: 0;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translate(0, 0); }
  50% { transform: translate(15px, 15px); }
  100% { transform: translate(0, 0); }
}

.mission-vision {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mission-box, .vision-box {
  background: white;
  border-radius: 15px;
  padding: 40px;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.mission-box:hover, .vision-box:hover {
  transform: translateY(-5px);
}

.section-icon {
  font-size: 40px;
  color: #4CAF50;
  margin-bottom: 20px;
}

.section-title {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #4CAF50;
}

.section-content p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .mission-vision {
    padding: 40px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-content p {
    font-size: 1rem;
  }
}

.choose {
  background: linear-gradient(135deg, #1a1a1a, #2c3e50);
  padding: 80px 0;
  color: white;
}

.choose_heading {
  text-align: center;
  margin-bottom: 50px;
}

.choose_heading h3 {
  font-size: 2.5rem;
  background: linear-gradient(45deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.choose_area {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  margin: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(5px);
  flex: 0 1 calc(33.333% - 30px);
  display: inline-block;
}

.choose_area:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.choose_box_heading h3 {
  font-size: 1.3rem;
  color: #4CAF50;
  margin-bottom: 15px;
}

.choose_box_para p {
  color: #e0e0e0;
  line-height: 1.6;
  font-size: 1.1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.choose {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.choose_heading {
  text-align: center;
  margin-bottom: 50px;
}

.choose_heading h3 {
  font-size: 2.5rem;
  color: #2c3e50;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.choose_heading h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #3498db;
}

.choose_area {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  flex: 0 0 calc(33.333% - 30px);
}

.choose_area:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.choose_box_heading h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.choose_box_para p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .choose_area {
      flex: 0 0 calc(100% - 30px);
  }
}

.why-choose-us {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.header-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4CAF50, #2196F3);
  margin: 0 auto;
  border-radius: 2px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
}

.feature-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.feature-icon {
  font-size: 2.5rem;
}

.feature-card h3 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.feature-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .features-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .section-header h2 {
      font-size: 2rem;
  }

  .feature-card {
      padding: 20px;
  }
}

.thirteen {
  background-color: #f8f9fa;
  padding: 100px 0;
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #4CAF50, #2196F3);
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #4CAF50;
}

.service-title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.service-description {
  color: #666;
  line-height: 1.6;
}

.hero-banner {
  min-height: 70vh;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../img/SCOOTY-20.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cta-buttons > *{
  margin: 0px;
}

.title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #fff, #64ffda);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeInDown 1s ease;
}


.banner-content{
  text-align: center;
}

.animated-text {
  height: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

.animated-text span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #64ffda;
  animation: slideUp 6s infinite;
}

.description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 40px;
  animation: fadeIn 1.5s ease;
  max-width: 800px;
  margin: 0 auto 40px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  animation: fadeInUp 1s ease;
}

.btn-primary, .btn-secondary {
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary {
  background: linear-gradient(45deg, #64ffda, #00b4d8);
  color: #000;
  border: none;
}

.btn-secondary {
  border: 2px solid #64ffda;
  color: #64ffda;
}

.btn-primary:hover, .btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(100, 255, 218, 0.2);
}

.floating-elements div {
  position: absolute;
  opacity: 0.1;
  animation: float 6s infinite ease-in-out;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #64ffda;
  top: 20%;
  left: 10%;
}

.square {
  width: 80px;
  height: 80px;
  border: 2px solid #64ffda;
  right: 15%;
  top: 30%;
  transform: rotate(45deg);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 86px solid #64ffda;
  right: 25%;
  bottom: 20%;
}

@keyframes slideUp {
  0%, 33% { transform: translateY(0); }
  33%, 66% { transform: translateY(-50px); }
  66%, 100% { transform: translateY(-100px); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 3rem;
  }

  .animated-text span {
    font-size: 1.5rem;
  }

  .description {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}


.vehicle-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.vehicle-card:hover {
  transform: translateY(-5px);
}

.card-image {
  position: relative;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.card-image:hover img {
  transform: scale(1.05);
}

.tagline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  animation: fadeIn 0.5s ease-in;
}

.tagline p {
  margin: 5px 0;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.price-tag {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  padding: 15px;
  border-radius: 10px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.price-tag p {
  margin: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.specs {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}

.specs h3 {
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.battery-specs, .technical-specs {
  margin-bottom: 20px;
}

.battery-specs ul {
  list-style: none;
  padding-left: 20px;
}

.battery-specs li {
  margin: 5px 0;
  position: relative;
}

.battery-specs li:before {
  content: "⚡";
  position: absolute;
  left: -20px;
}

.technical-specs p {
  margin: 10px 0;
  color: #555;
}

.color-options {
  text-align: center;
}

.colors {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.color:hover {
  transform: scale(1.2);
}

.color.red { background-color: #ff4444; }
.color.blue { background-color: #4444ff; }
.color.white { background-color: #ffffff; border: 1px solid #ddd; }
.color.black { background-color: #000000; }

@media (max-width: 768px) {
  .card-title {
    font-size: 1.5rem;
  }
  
  .price-tag p {
    font-size: 1rem;
  }
  
  .tagline p {
    font-size: 0.8rem;
  }
}


.vehicles-section {
  display: flex;
  background: linear-gradient(135deg, #f6f6f6 0%, #ffffff 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 30px auto;
  max-width: 1200px;
}

.image-section {
  flex: 1;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #1a1a1a 0%, #333333 100%);
}

.image-section img {
  max-width: 100%;
  height: auto;
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

.image-section:hover img {
  transform: scale(1);
}

.tagline {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.tagline p {
  margin: 5px 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.details-section {
  flex: 1;
  padding: 40px;
  background: white;
}

.title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.price {
  font-size: 1.8rem;
  color: #2ecc71;
  margin: 10px 0;
  font-weight: 600;
}

.variant-title {
  font-size: 1.5rem;
  color: #333;
  margin: 30px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.specifications {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
}

.specifications p {
  margin: 10px 0;
  color: #444;
}

.specifications strong {
  color: #2c3e50;
}

.specifications ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 10px 0;
}

.specifications li {
  position: relative;
  padding: 5px 0;
  color: #666;
}

.specifications li:before {
  content: "•";
  color: #2ecc71;
  font-weight: bold;
  position: absolute;
  left: -15px;
}

h3 {
  color: #333;
  font-size: 1.5rem;
  margin: 25px 0 15px;
}

.colors {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .vehicles-section {
    flex-direction: column;
  }
  
  .image-section, .details-section {
    width: 100%;
  }
  
  .title {
    font-size: 2rem;
  }
  
  .price {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 1.8rem;
  }
  
  .specifications {
    padding: 15px;
  }
  
  .tagline p {
    font-size: 0.9rem;
  }
}

.details-section .title{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #000000, #64ffda);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeInDown 1s ease;
}

.image-gallery {
  padding: 40px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
  
  .gallery-item img {
    height: 250px;
  }
}

.video-section {
  padding: 100px 0;
  background: linear-gradient(120deg, #f3f4f6 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.video-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('pattern.html') repeat;
  opacity: 0.05;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-header h2 {
  font-size: 42px;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.header-underline {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.header-underline span {
  height: 4px;
  border-radius: 2px;
}

.line-1 {
  width: 45px;
  background: #4CAF50;
}

.line-2 {
  width: 25px;
  background: #2E7D32;
}

.line-3 {
  width: 15px;
  background: #1B5E20;
}

.video-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px;
}

.video-card {
  width: 100%;
  max-width: 450px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.video-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-thumbnail:hover .video-overlay {
  opacity: 1;
}

.video-thumbnail:hover img {
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 70px;
  height: 70px;
  background: rgba(76, 175, 80, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 2;
  border: 3px solid rgba(255,255,255,0.5);
}

.play-button i {
  color: white;
  font-size: 28px;
  margin-left: 4px;
}

.video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1);
  background: rgba(76, 175, 80, 1);
  border-color: rgba(255,255,255,0.8);
}

.video-info {
  padding: 25px;
  position: relative;
}

.video-category {
  background: #4CAF50;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
}

.video-info h3 {
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.video-info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.video-stats {
  display: flex;
  gap: 20px;
  color: #888;
  font-size: 14px;
}

.video-stats span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.video-stats i {
  font-size: 16px;
  color: #4CAF50;
}

@media (max-width: 768px) {
  .video-section {
      padding: 60px 0;
  }

  .section-header h2 {
      font-size: 32px;
  }

  .video-card {
      max-width: 100%;
  }

  .video-thumbnail {
      height: 240px;
  }

  .video-info h3 {
      font-size: 20px;
  }

  .video-info p {
      font-size: 14px;
  }
}

.contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-form-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.contact-form h2 {
  color: #333;
  font-size: 2.5em;
  margin-bottom: 10px;
  text-align: center;
}

.contact-subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

.form-group.full-width {
  width: 100%;
}

input, textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input:focus, textarea:focus {
  border-color: #4CAF50;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.submit-button {
  background: #4CAF50;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
  display: block;
  margin: 30px auto 0;
}

.submit-button:hover {
  background: #45a049;
  transform: translateY(-2px);
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .form-row {
      flex-direction: column;
      gap: 15px;
  }

  .contact-form-container {
      padding: 20px;
  }

  .contact-section {
      padding: 40px 0;
  }
}



/* Body */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Header and Navbar */
header .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.navbar ul {
  display: flex;
  margin-right: 0;
  padding: 0;
}

.navbar li {
  margin: 0 15px;
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

/* Banner */
.banner {
  background-image: url('../img/banner.jpg');
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Other Styles */
.contact-info {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.contact-info i {
  color: #00ff9d;
  transition: transform 0.3s ease;
}

.contact-info i:hover {
  transform: scale(1.2);
}

.social-icons a {
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #00ff9d !important;
  transform: translateY(-3px);
}

/* Button */
.dealer-btn {
  background: linear-gradient(to right, #00ff9d, #00c853);
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.dealer-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 255, 157, 0.3);
}

/* Media Queries */
@media (max-width: 768px) {
  /* Header Layout */
  header .row {
    grid-template-columns: 1fr; /* Single column for small screens */
  }

  /* Navbar Layout */
  .navbar {
    flex-direction: column;
    align-items: center;
  }

  .navbar ul {
    flex-direction: column;
  }

  .navbar li {
    margin: 10px 0;
  }

  .logo img {
    width: 80px; /* Smaller logo */
  }

  /* Contact Info */
  .contact-info {
    font-size: 12px;
  }

  /* Banner and Two */
  .banner {
    min-height: 80vh;
    background-position: top center;
  }

  .two {
    height: 50vh;
  }

  /* Slick Arrows */
  .banner_area .slick-next,
  .banner_area .slick-prev {
    right: 15px;
    left: 15px;
  }

  /* Sticky Header */
  .sticky-top.scrolled {
    background: rgba(255, 255, 255, 0.9);
  }
}


@media (max-width: 768px) {
  .choose .row:nth-child(2) {
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .choose_content h3 {
      font-size: 28px;
      width: 70%;
      margin: 80px auto;
  }

  .scope {
      width: 120px;
      height: 120px;
      top: 80px;
  }

  .choose_area {
      padding: 20px;
  }

  .choose_area h3 {
      font-size: 30px;
  }

  .choose_content p {
      font-size: 16px;
  }
  .specs-left, .specs-right {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
    gap: 1.5rem;

}




