body{
    font-family: 'Times New Roman', Times, serif;
    margin-left: auto;
    margin-right: auto;
    
  }
  @media (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 10px;
    }
}
  #nav1{
      width: 100%;
      height: 45px;
      background-color: black;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
  } 
  #car{
      font-weight: bolder;
      font-size: xx-large;
      color: #425C78;
  }
  #home:hover{
      color: darkred;
  }
  #a:hover{
      color: navy;
  }
  #Wilderness{
    color: white;
  }
  .nav-item.dropdown:hover .dropdown-menu {
      display: block;
  }
  #servicesDropdown::after {
      display: none;
  }
  #a::after {
      display: none;
  }
  .header {
      background-color: #f8f9fa;
      padding: 5px 10px;
      border-bottom: 1px solid #ccc;
  }

  .header .contact-info span,
  .header .social-icons a {
      margin-right: 15px;
      font-size: 14px;
      color: #6c757d;
      text-decoration: none;
  }

  .header .social-icons a:hover {
      color: #000;
  }

  .header .social-icons i {
      font-size: 16px;
  }

  .header .contact-info i {
      margin-right: 5px;
  }
  #img{
    max-width: 100%;
    height: auto;
  }
  #Appointment{
    background-color: #6c757d;
    border: 1px solid #ccc;
  }
  .container {
      max-width: 1140px;
      padding: 20px;
      margin: auto;
      display: flex;
      flex-direction: column; /* Stack items on small screens */
      text-align: center;
  }
  @media (max-width: 768px) {
    .container {
        width: 95%;
    }
}
  h2 {
      font-size: 32px;
      font-weight: bold;
      color: #333;
  }
  .section-text {
      color: #777;
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto 40px;
  }
  .features {
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-align: center;
      flex-wrap: wrap;
  }
  .feature-box {
      text-align: center;
      padding: 20px;
      width: 100%;
    max-width: 400px;
  }
  .feature-box img {
      width: 80px;
  }
  .feature-box h3 {
      font-size: 18px;
      font-weight: bold;
      margin-top: 15px;
      color: #222;
  }
  .feature-box p {
      font-size: 14px;
      color: #555;
      max-width: 300px;
      margin: 10px auto;
  }
  .underline {
      width: 50px;
      height: 2px;
      background-color: #007bff;
      margin: 10px auto;
  }
  .optimus {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 24px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      border-radius: 5px;
      transition: 0.3s;
      border: none;
      cursor: pointer;
  }
  .optimus:hover {
      background-color: #0056b3;
  }
   .writings {
      width: 50%;
      height: 100%;
      margin: auto;
      padding: 50px 0;
      background-color: #f6f6f6;
      margin-bottom: 300px;
      text-align: center;
  }
  .section-text {
      color: #777;
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto 30px;
  }
  .container1 {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      width: 80%;
      margin: 50px auto;
      padding: 30px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
    .image-section,
    .text1-section {
    width: 100%;

  }
  .image-section img {
      width: 100%;
      border-radius: 5px;
  }
  .text1-section {
      width: 50%;
      padding-left: 30px;
      text-align: center;
  }
  h2 {
      color: #222;
  }
  .under {
      width: 50px;
      height: 2px;
      background-color: #0044cc;
      margin: 10px auto;
  }
  p {
      color: #555;
  }
  .brands {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
  }
  .brands li {
      width: 45%;
      text-align: left;
      padding: 5px;
      color: #333;
      font-size: 16px;
  }
  .brands li::before {
      color: #0044cc;
      margin-right: 8px;
  }
  .button {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 20px;
      border: 1px solid #0044cc;
      color: #0044cc;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
  }
  .button:hover {
      background-color: #0044cc;
      color: white;
  }
  .con2{
      width: 100%;
      padding: 50px 0;
      text-align: center;
  }
  .under2{
    width: 90px;
    height: 2px;
    background-color:  #0044cc;
    margin: 10px auto;
  }
  .buttonser{
    color: red;
    border: 1px solid red;
    font-weight: bolder;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;

  }
  .buttonser:hover{
    background-color: red;
    color: white;
  }
  #para{
    font-size: x-large;
    font-weight: bolder;
    color: yellow;
  }
  .ace {
      padding: 20px;
      text-align: center;
  }
  .title {
      font-size: 24px;
      margin-bottom: 10px;
  }
  .subtitle {
      font-size: 18px;
      margin-bottom: 30px;
  }
  .sufiyan {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .care {
      width: 30%;
      padding: 20px;
      box-sizing: border-box;
      text-align: left;
  }
  .care h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .care p {
      font-size: 14px;
      color: #666;
  }
  .care img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
  }
  .LG {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
  }
  .image-section {
      display: flex;
      width: 100%;
  }
  .image-container {
      position: relative;
      width: 25%;
  }
  .image-container img {
      width: 100%;
      height: 100%;
      cursor: pointer;
  }
  .read-more {
      background-color: transparent;
      color: white;
      border: 1px solid white;
      padding: 10px 20px;
      font-size: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.3s;
  }
  .image-container:hover .read-more {
      opacity: 1;
  }
  .read-more:hover{
      background-color: #0097A7;
      color: white;
      border: 1px solid #0097A7;
  }
  .do{
    width: 100%;
    height: 100px;
    background-color: #ccc;
    text-align: center;
    font-size: x-large;
  }
  #theme{
      background-color: #007bff;
      border: 1px solid #007bff;
      border-radius: 4px;
      margin-top: 20px;
  }
  .oppo {
      display: flex;
      justify-content: space-between;
      max-width: 1000px;
      margin: 50px auto;
  }
  .left, .right {
      width: 48%;
  }
  h2 {
      font-size: 20px;
      margin-bottom: 10px;
  }
  .pirates {
      display: block;
      width: 40px;
      height: 2px;
      background-color: #1E73BE;
      margin-bottom: 20px;
  }
  .left p {
      font-size: 14px;
      line-height: 1.6;
  }
  .left a {
      color: #1E73BE;
      text-decoration: none;
  }
  #srk{    
      background-color: transparent;
      color: #1E73BE;
      padding: 10px 20px;
      text-decoration: none;
      margin-top: 20px;
      font-weight: bold;
      border: 1px solid #1E73BE;
  }
  #srk:hover{
    background-color: #1E73BE;
    color: white;
  }
  .secondlast {
      background-color: #6d6e70;
      color: white;
      padding: 20px;
      flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  @media (max-width: 768px) {
    .secondlast {
        flex-direction: column;
        text-align: center;
    }
    .secondlast-column {
        width: 100%;
        margin-bottom: 20px;
    }
}
  .secondlast p{
    color: white;
  }
  .secondlast-column {
      flex: 1;
      min-width: 250px;
      margin: 10px;
  }
  .secondlast-column h3 {
      border-bottom: 2px solid white;
      padding-bottom: 5px;
  }
  .contact-info, .services, .tags, .hours {
      list-style: none;
      padding: 0;
  }
  .tags span{
      background: gray;
      padding: 5px;
      margin: 2px;
      display: inline-block;
      border-radius: 3px;
  }
  .social-icons a {
      margin: 5px;
      color: white;
      text-decoration: none;
  }
  .footer{
      width: 100%;
      height: 70px;
      background-color: #ccc;
      font-family: Mistral;
      font-size: xx-large;
      text-align: center;
  }
  .footer p{
      margin-top: 10px;
  }
  .modal-content {
      border-radius: 10px;
  }
  .modal-header {
      background-color: #007bff;
      color: white;
  }
  #primarybutton{
      background-color: #007bff;
      border: none;
  }
  #primarybutton:hover {
      background-color: #0056b3;
  }
  #servicesbutton{
      width: 100%;
      height: 80px;
      font-size: xx-large;
      padding-left: 650px;
  }
  #bookingModal .modal-header {
      background-color: #d84315 ;
      color: white;
  }

  #bookingModal .btn-custom {
      background-color: #d84315 ;
      border: none;
      border-radius: 10px;
      color: white;
  }

  #bookingModal .btn-custom:hover {
      background-color: #bf360c;
  }

  #bookingForm .form-group input, 
  #bookingForm .form-group select, 
  #bookingForm .form-group textarea {
      border-radius: 10px ;
      border: 1px solid #a1887f;
  }

  #bookingForm .form-header h2 {
      color: #d84315 ;
  }

  #bookingModal a:hover, 
  #bookingModal .btn:hover {
      color: white;
  }

  #bookingForm .modal-content {
      border-radius: 10px;
  }
  #bookingbutton{
      color: red;
      border: 1px solid red;
      border-radius: 5px;
  }
  #bookingbutton:hover{
      background-color: red;
      color: white;
  }
  @media (max-width: 768px) {
            .footer {
                padding: 10px 0;
            }
        }

            #nav1 {
    width: 100%;
    height: 45px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
} 

#car {
    font-weight: bolder;
    font-size: xx-large;
    color: #425C78;
}

#home:hover {
    color: darkred;
}

#a:hover {
    color: navy;
}

#Wilderness {
    color: white;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

#servicesDropdown::after {
    display: none;
}

#a::after {
    display: none;
}

.header {
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.header .contact-info span,
.header .social-icons a {
    margin-right: 15px;
    font-size: 14px;
    color: #6c757d;
    text-decoration: none;
}

.header .social-icons a:hover {
    color: #000;
}

.header .social-icons i {
    font-size: 16px;
}

.header .contact-info i {
    margin-right: 5px;
}

#img {
    max-width: 100%;
    height: auto;
}

#Appointment {
    background-color: #6c757d;
    border: 1px solid #ccc;
}

.container {
    max-width: 1140px;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 768px) {
    .container {
        width: 95%;
    }

    #nav1 {
        flex-direction: column;
        padding: 10px;
    }

    #car {
        font-size: large;
    }

    .header .contact-info span,
    .header .social-icons a {
        font-size: 12px;
    }

    .feature-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .features {
        flex-direction: column;
    }

    .image-section img {
        max-width: 100%;
    }

    .text1-section {
        width: 100%;
        padding-left: 0;
    }

    .brands li {
        width: 90%;
        margin: 10px auto;
        text-align: center;
    }

    .container1 {
        flex-direction: column;
    }

    .optimus {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .writings {
        padding: 30px 20px;
        margin-bottom: 100px;
    }

    .buttonser {
        width: 100%;
    }

    .footer {
        padding: 20px;
    }

    .pirates {
        display: none;
    }

    .secondlast-column {
        width: 100%;
        text-align: center;
    }

    #srk {
        width: 100%;
    }

    #bookingForm .form-group input, 
    #bookingForm .form-group select, 
    #bookingForm .form-group textarea {
        width: 100%;
    }

    #servicesbutton {
        width: 100%;
        font-size: large;
        padding-left: 0;
    }

    #bookingbutton {
        width: 100%;
    }

    .left {
        width: 100%;
        padding: 10px;
    }

    .right {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 18px;
    }

    .feature-box img {
        width: 60px;
    }

    .container1 {
        width: 90%;
        padding: 20px;
    }

    .optimus {
        padding: 10px;
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }

    .secondlast-column h3 {
        font-size: 18px;
    }

    .secondlast-column p {
        font-size: 14px;
    }
}
#moda9l-header {
      background-color: #28a745;
      color: white;
    }
    .moda9l-header h2 {
      margin: 0;
    }
    #mod4l-body {
      background-color: #f8f9fa;
    }
    #num-persons, #transport-medium {
      margin-bottom: 15px;
    }
    #con {
      background-color: #28a745;
      color: white;
    }
    #con:hover {
      background-color: #218838;
    }
    #pubg{
        font-size: large;
        font-weight: bolder;
        color: #000;
        text-align: justify;
    }