* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

 .baner{
    /* background-color: #6b1758; */
    background-color: #910415;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header Styles */
/* Header Styles */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d4002a;
  padding: 15px 20px;
  color: white;
  position: relative;
  z-index: 100;
}

.logo img {
  height: 40px;
  width: 160px;
}

.nav ul {
  display: flex;
  list-style: none;
}

.nav ul li {
  margin: 0 15px;
}

.nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.nav ul li a i {
  margin-left: 5px;
}

.login a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.login a i {
  margin-left: 8px;
  font-size: 18px;
}

/* Mobile Menu Button */
.mobile-menu-btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* Mobile View */
@media (max-width: 768px) {
  .nav ul {
      display: none; /* Hide navigation by default */
      flex-direction: column;
      width: 100%;
      background-color: #e60000;
      position: absolute;
      top: 70px;
      left: 0;
      padding: 10px 0;
      text-align: center;
  }

  .nav ul li {
      margin: 10px 0;
  }

  .mobile-menu-btn {
      display: block; /* Show the mobile menu button */
  }

  .nav ul.active {
      display: flex; /* Display the navigation when active */
  }
}

/* Promo Banner */
.promo-banner {
    background-color: #7a0000;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-banner p {
    font-size: 16px;
}

.promo-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.promo-link i {
    margin-left: 5px;
}

/* Main Content */
.main-content {
    padding: 40px 20px;
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hero-text {
    color: white;
    flex: 1;
    margin-right: 20px;
    margin-bottom: 30px;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    max-width: 500px;
}

/* Form Styles */
.formssxx {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
    min-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tabs {
    display: flex;
    background-color: #e60000;
}

.tab {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    color: black;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tab.active {
    background-color: white;
}

.radio-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #e60000;
    display: inline-block;
    position: relative;
}

.radio-dot.active::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #e60000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-content {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-container input {
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.search-icon {
    position: absolute;
    left: 15px;
    color: #666;
}

.target-btn {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    color: #e60000;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.date-time-container {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.date-time-group {
    flex: 1;
}

.date-time-inputs {
    display: flex;
    gap: 10px;
}

.date-select, .time-select {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-select {
    flex: 2;
}

.time-select {
    flex: 1;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60000;
    padding: 0 10px;
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.driver-age {
    position: relative;
}

.info-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.search-button {
    width: 100%;
    max-width: 250px;
    padding: 15px;
    background-color: #e60000;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
}

.search-button:hover {
    background-color: #cc0000;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .main-content {
        flex-direction: column;
    }
    
    .hero-text {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .hero-text h1 {
        max-width: 100%;
        font-size: 36px;
    }
    
    .formssxx {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .promo-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .promo-banner p {
        margin-bottom: 10px;
    }
    
    .date-time-container {
        
        gap: 0px;
    }
    
    .arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 10px;
    }
    
    .logo img {
        height: 25px;
    }
    
    .hero-text h1 {
        font-size: 28px;
    }
    
    .form-content {
        padding: 15px;
    }
    
    .date-time-inputs {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-button {
        max-width: 100%;
    }
}



.indss-container {
    padding: 30px;
    font-family: Arial, sans-serif;
    max-width: 1000px;
    margin: auto;
  }
  
  .indss-heading {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  
  .indss-paragraph {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .indss-highlight {
    color: #e60044;
  }
  
  .indss-button {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 14px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #e60044;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .indss-button:hover {
    background-color: #eaeaea;
  }
  





  .comss-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    gap: 20px;
  }
  
  .comss-feature-item {
    flex: 1 1 22%;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #ddd;
  }
  
  .comss-feature-item:last-child {
    border-right: none;
  }
  
  .comss-icon {
    height: 40px;
    margin-bottom: 15px;
  }
  
  .comss-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
  }
  
  .comss-subtext {
    font-size: 14px;
    color: #555;
    margin: 0;
  }
  
  @media (max-width: 992px) {
    .comss-feature-item {
      flex: 1 1 45%;
      border-right: none;
      border-bottom: 1px solid #eee;
      margin-bottom: 20px;
    }
  
    .comss-feature-item:last-child {
      border-bottom: none;
    }
  }
  
  @media (max-width: 600px) {
    .comss-feature-item {
      flex: 1 1 100%;
    }
  }
  





  .carssss-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }
  
  .carssss-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  
  .carssss-img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .carssss-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  
  .carssss-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .carssss-text {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .carssss-bold {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
  }
  
  .carssss-button {
    background-color: #d6001c;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    width: fit-content;
  }
  
  .carssss-button:hover {
    background-color: #b40019;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .carssss-card {
      flex: 1 1 45%;
    }
  }
  
  @media (max-width: 600px) {
    .carssss-card {
      flex: 1 1 100%;
    }
  }
  




  
.cdsss-container {
    width: 100%;
  
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;

    min-height: 50vh;
    padding: 20px;
}

.cdsss-card {
    display: flex;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cdsss-image-container {
    flex: 1;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdsss-car-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cdsss-details {
    flex: 1;
    padding: 25px;
}

.cdsss-category {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.cdsss-car-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.cdsss-description {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cdsss-requirements {
    margin-bottom: 20px;
}

.cdsss-age, .cdsss-payment {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.cdsss-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cdsss-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 14px;
}

.cdsss-icon {
    color: #e74c3c;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

/* Responsive design */
@media (max-width: 768px) {
    .cdsss-card {
        flex-direction: column;
    }
    
    .cdsss-image-container, .cdsss-details {
        width: 100%;
    }
    
    .cdsss-features {
        gap: 15px;
    }
}






.instss-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.instss-content {
    padding: 30px;
}

.instss-main-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #222;
}

.instss-section {
    margin-bottom: 25px;
}

.instss-section-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.instss-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.instss-link {
    color: #e30613;
    text-decoration: none;
}

.instss-link:hover {
    text-decoration: underline;
}

.instss-phone {
    color: #e30613;
    text-decoration: none;
    font-weight: normal;
}

.instss-phone:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

@media (max-width: 768px) {
    .instss-content {
        padding: 20px;
    }
    
    .instss-main-title {
        font-size: 22px;
    }
    
    .instss-section-title {
        font-size: 15px;
    }
    
    .instss-text {
        font-size: 13px;
    }
}






.cssddss-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cssddss-content {
    display: flex;
    flex-direction: row;
}

.cssddss-text-section {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cssddss-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.cssddss-description {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cssddss-note {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cssddss-link {
    color: #e30613;
    text-decoration: none;
}

.cssddss-link:hover {
    text-decoration: underline;
}

.cssddss-select-link {
    color: #e30613;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.cssddss-select-link:hover {
    text-decoration: underline;
}

.cssddss-image-section {
    flex: 1;
    background-color: #f0f0f0;
}

.cssddss-car-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .cssddss-content {
        flex-direction: column;
    }
    
    .cssddss-text-section {
        padding: 20px;
    }
    
    .cssddss-heading {
        font-size: 20px;
    }
    
    .cssddss-image-section {
        height: 300px;
    }
}





















.testossss-container {
    background: #f6f6f6;
    padding: 40px 20px;
    text-align: center;
  }

  .testossss-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0;
    background: #eee;
  }

  .testossss-download div {
    flex: 1;
    min-width: 250px;
    margin: 10px;
  }

  .testossss-download img {
    max-width: 150px;
  }

  .testossss-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 0;
    background: #fff;
  }

  .testossss-feature {
    flex: 1;
    max-width: 300px;
    margin: 20px;
    text-align: left;
  }

  .testossss-feature img {
    width: 50px;
    margin-bottom: 10px;
  }

  .testossss-feature h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .testossss-feature p {
    font-size: 0.95rem;
    color: #333;
  }

  .testossss-note {
    text-align: left;
    max-width: 1200px;
    margin: 20px auto;
    font-size: 0.85rem;
    color: #666;
  }

  @media (max-width: 768px) {
    .testossss-feature {
      max-width: 90%;
      text-align: center;
    }

    .testossss-feature img {
      margin: 0 auto 10px;
    }

    .testossss-note {
      text-align: center;
    }
  }










  .imgsss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    font-family: Arial, sans-serif;
  }

  .imgsss-image {
    flex: 1 1 300px;
    max-width: 500px;
  }

  .imgsss-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .imgsss-text {
    flex: 1 1 300px;
    max-width: 600px;
  }

  .imgsss-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }

  .imgsss-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  @media (max-width: 768px) {
    .imgsss {
      flex-direction: column;
      padding: 1rem;
    }

    .imgsss-text h2 {
      font-size: 1.5rem;
    }

    .imgsss-text p {
      font-size: 0.95rem;
    }
  }












  .imgsdsd {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    font-family: Arial, sans-serif;
  }

  .imgsdsd-text {
    flex: 1 1 300px;
    max-width: 600px;
  }

  .imgsdsd-text h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }

  .imgsdsd-text ul {
    list-style-type: disc;
    padding-left: 1.2rem;
  }

  .imgsdsd-text ul li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }

  .imgsdsd-text p {
    font-size: 0.95rem;
    margin-top: 1rem;
    font-style: italic;
  }

  .imgsdsd-image {
    flex: 1 1 300px;
    max-width: 500px;
  }

  .imgsdsd-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  @media (max-width: 768px) {
    .imgsdsd {
      flex-direction: column;
      padding: 1rem;
    }

    .imgsdsd-text h2 {
      font-size: 1.4rem;
    }

    .imgsdsd-text ul li {
      font-size: 0.95rem;
    }
  }















  


.footex {
    background-color: #111;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    }
    .footex-section {
    flex: 1 1 250px;
    }
    .footex-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    }
    .footex-logo span {
    color: #ff3c00;
    }
    .footex p {
    line-height: 1.6;
    }
    .footex h3 {
    color: #fff;
    margin-bottom: 15px;
    }
    .footex a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 10px;
    }
    .footex a:hover {
    color: #ff3c00;
    }
    .footex-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    }
    .footex-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    color: white;
    font-size: 18px;
    }
    .footex-subscribe input[type="email"] {
    padding: 12px;
    width: 70%;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    }
    .footex-subscribe button {
    padding: 12px 15px;
    border: none;
    background-color: #ff6510;
    color: white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    }
    @media (max-width: 768px) {
    .footex {
      flex-direction: column;
      gap: 30px;
    }
    .footex-subscribe input[type="email"] {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 10px;
    }
    .footex-subscribe button {
      border-radius: 5px;
      width: 100%;
    }
    }