.heder {
    background-color: black ;
    color: white;
    height: 40px;
    width: 100%;
   
    }

    .heder ol {
     padding: 0;
       margin: 0;
    }

    .heder ol li {
      margin-top: 10px;
    }
    ol {
       display: flex;
       justify-content:space-around;
       align-items: center;
    
        
    }
    
    ol li a{
        text-decoration: none;
    }
    
    ol li {
        display: flex;
      
     
    }
    
    .icon{
        color: red ;
      
    }

    .icon {
      margin-top: 10px;
    }
    
    .fa-brands {
        margin-right: 10px;
    }
    
    .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 30px;
        background-color: #ffffff;
        
       box-shadow:  0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    .menu .logo {
        display: flex;
        align-items: center;
    }
    .logo img {
        height: 110px;
        width: 150px;
        margin-right: 10px;
    }
  .hamburger {
  display: none; /* ✅ Hide by default (desktop) */
  font-size: 28px;
  cursor: pointer;
  color: #000;
}
    .navbar ul {
        display: flex;
        gap: 25px;
        list-style: none;
    }
    
    ul li a {
        text-decoration: none;
        color: gray;
        font-family: arial,sans-serif;
        font-size: 20px;
    }
    
    ul li a:hover{
        color: black;
    }
    
    .user   {
        display: flex;
        gap:20px;
        color: black;  
       
    }
    
    .user i {
        transition: transform 0.2s;
    }
    /*  banner start  */
   

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 3;
  animation: fadeIn 2s ease-in;
}

.banner-content h1 {
  font-size: 65px;
  margin-bottom: 10px;
}

.banner-content  {
  font-size: 75px;
}

.banner-content p {
  font-size: 25px;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 24px;
  background-color: #0033cc;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  animation: slideUp 1s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
;
  z-index: 4;
  /*padding: 0 20px;*/
}

.controls button {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 30px;
   padding: 10px 16px; 
  cursor: pointer;
  width: 80px;
  
}

.controls button:hover {
  background-color: white;
}

    /* banner End  */
    
    /* about start */
    
   .about-section {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 100px;

   }

   .about-image img {
    height: 500px;
    width: 500px;
    object-fit: cover;
   }

   .about-text {
    height: 450px;
    width: 450px;
    /*text-align: justify;*/
    font-size: 18px;
   }
    
     @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
        text-align: center;
      }
    }
    
    /* service start */
    .service-container {
        background-color: #fff3cd;
       padding: 80px;
       display: flex;
       justify-content: center;
       align-items: center;
       
       flex-wrap: wrap;
       gap: 30px;
       box-shadow: 2px solid black;
       
    }

    body {
      padding: 0 !important;
      margin: 0 !important;
    }
    
    .service-head {
        text-align: center;
    }
    .service-card img {
       height: 350px;
       width: 350px;
       object-fit: cover;
       border-radius: 10px;
      
       
    }
    
    .service-card {
        background-color: white;
        border-radius: 10px;
       
    }
    
    .service-text {
        height: 40px;
        background-color: white;
        text-align: center;
        border-radius: 10px;
        font-size: 25px;
        margin-bottom: 15px;
        font-family: arial,sans-serif;
     

    }
    
    .service-card img:hover {
      transform: translateY(20px);
    }
    /* service End  */
    .banner2 img {
        margin-top: 125px;
        width: 100%;
        height: 600px;
    }
    .banner2 {
      position: relative;
      /*margin-top: 50px;*/
    }
    
    .banner2-text {
        position: absolute;
       top: 40%;
       bottom: 30%;
        margin-left: 80px;
        color: white;

        font-size: 25px;
       
    
    }
    
    button {
        background-color: black;
        color: white;
        border-radius: 5px;
        height: 40px;
        width: 150px;
        
    }
    .frame {
        position: relative;
    }
    
    .frame img {
        position: absolute;
        
       
        bottom: 45%;
       
        right: 20%;
       border-radius: 50%;
       height: 200px;
       width: 200px;
      border: 5px solid white;
       margin-right: 80px;
       margin-bottom: 50px;
    }
    
    .frame2 {
        position: relative;
       
    }
    
    .frame2 img {
        position: absolute;
        bottom: 50%;
        right: 50%;
        left: 65%;
        border-radius: 50%;
        height: 400px;
        width: 400px;
       margin-bottom: 200px;
    }
    button:hover,
    button:active {
        background-color: white;
        color: black;
    }
    
    /* gallery start */
    .gallery-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-color: #ffffff;
       
      
        gap:30px;
        
    }
    .gallery-head {
        margin-top: 30px;
        text-align: center;
    }
    
    .gallery img  {
      height: 350px;
      width: 350px;
      object-fit: cover;
      border-radius: 10px;
    }

    .gallery-icon {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 25px;
  color: red;
  cursor: pointer;
  z-index: 10;
}

    
    
     
      
    .gallery img:hover {
        transform: scale(1.1);
        transition: 0.3s ease ;
       background-color: black;
    }
    .gallery {
      position: relative;
    }

    .gallery-icon {
      position: absolute;
      bottom: 50%;
      right: 50%;
      font-size: 25px;
      color: red;
    }

    /* Popup background */
.popup {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

/* Popup image */
.popup img {
  max-width: 90%;
  max-height: 80%;
  /* border: 4px solid black; */
  border-radius: 8px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: red;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

    
    /* gallery end  */
    /* footer start */
   .footer {
    background-color: black;
    color: white;
    padding: 6px 20px;
    font-family: arial,sans-serif;
   }

  .footer .container {
    padding: 20px;
   }

   .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
   }

   .footer-logo{
    display: flex;
    align-items: center;
    gap:10px;
   }

   .footer-logo img {
    width: 220px;
    height: 120px;
   }

   .social-links a {
    color: white;
    margin-left: 10px;
    font-size: 18px;
    text-decoration: none;
   }

   .social-links a:hover {
    background-color: #ff4a4a;
    transition: 0.3 ease-in-out;
    padding: 10px;
    color: black;
    height: 70px;
    width: 70px;
    border-radius: 50%;
   }

   .footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
   }

   .footer-col {
    flex: 1 1 200px;
    margin: 20px;
   }

   .footer-col h3 {
    color: white;
    margin-bottom: 15px;
   }

   .footer-col ul  {
       padding: 0;
       list-style: none;
   }

   .car-grid {
    padding-top: 40px;
   }


   .car-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
   }

   .car-card  {
       height: 350px;
       width: 350px;
       box-shadow: 2px 2px 2px 2px gray;
       border-radius: 10px;
   }

   .car-card img {
    height: 250px;
    width: 350px;
    object-fit: contain;
    
    
   }

   .car-text {
    font-family: arial,sans-serif;
    font-size: 22px;
    text-align: center;
    background-color: #ff4a4a;
    height: 66px;
    color: white;
    
    

    border-radius: 10px;
   }

   .car-text h5 {
    padding-top:20px;
   }

   .car-head {
    text-align: center;
    font-family: arial,sans-serif;
   }

   .car-text:hover  {
        transform: translateY(20px);
   }

   .footer-col ul li {
    margin-bottom: 10px;
   }

   .footer-col ul li a {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s;
   }

   .footer-col ul li a:hover  {
    color: #ff4a4a;
   }

   .footer-col input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
}

.footer-col button {
  background-color: #ff6969;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-col button:hover {
  background-color: #ff4a4a;
}

.footer-col i {
  margin-right: 10px;
}
.footer-bottom {
    
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.footer-bottom a {
    text-decoration: none;
    color: #ff6969;
}

.footer-bottom span {
  color: #ff6969;
}

.brandcrumb img {
    height: 400px;
    width: 100%;
    background-size: 100%;
   object-fit: cover;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form {
  border-radius: 5px;
  background-color:wheat ;
  padding: 20px;
  width: 50%;
  
}

.brandcrumb {
  position: relative;
}

.banner-text {
  position: absolute;
  bottom: 50%;
  left: 5%;
  color: white;
  font-size: 25px;
}

.banner-text p{
  font-size:18px ;
  background-color: #444;
  color: red;
  padding: 10px;
}

.banner-text a{
  text-decoration: none;
  color: white;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.view-more {
  background-color: #ff6969;
  border: 1px solid #ff6996;
}

.view-more:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

.service-location-grid {
  padding-top: 50px;
}

.service-grid {
  padding-top: 30px;
}
<style>
    /* ================================
   WHY CHOOSE US
================================ */

.why-choose-section {
    padding: 70px 20px;
    background: #f8f9fa;
}

.why-choose-head {
    max-width: 750px;
    margin: 0 auto 45px;
    text-align: center;
}

.why-choose-head > p:first-child {
    color: #e63946;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-head h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #222;
}

.why-choose-head p:last-child {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.why-choose-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.why-card {
    background: #fff;
    padding: 30px 25px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.why-card:hover {
    transform: translateY(-8px);
}

.why-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    font-size: 28px;
}

.why-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #222;
}

.why-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}


/* ================================
   RESPONSIVE
================================ */
/* =========================================
   CONTENT INFORMATION SECTIONS
========================================= */

.content-section {
    /*width: 100%;*/
    /*padding: 70px 20px;*/
    background: #ffffff;
}

.content-section.bg-light {
    background: #f7f8fa;
}

.content-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.content-box {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.content-box h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #222;
    margin-bottom: 25px;
    font-weight: 700;
}

.content-box p {
    max-width: 850px;
    margin: 0 auto 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.content-box p:last-child {
    margin-bottom: 0;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

    /*.content-section {*/
    /*    padding: 55px 20px;*/
    /*}*/

    .content-box {
        max-width: 850px;
    }

    .content-box h2 {
        font-size: 28px;
    }

    .content-box p {
        font-size: 15px;
        line-height: 1.7;
    }

}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 575px) {

    /*.content-section {*/
    /*    padding: 45px 15px;*/
    /*}*/

    /*.content-box {*/
    /*    width: 100%;*/
    /*}*/

    .content-box h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .content-box p {
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
        margin-bottom: 15px;
    }

}

@media (max-width: 991px) {

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-head h2 {
        font-size: 30px;
    }

}


@media (max-width: 575px) {

    .why-choose-section {
        padding: 50px 15px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-head h2 {
        font-size: 26px;
    }

}





/* =========================================
   CONTACT MAIN SECTION
========================================= */

.contact-main-section {
    /*width: 100%;*/
    /*padding: 80px 20px;*/
    background: #f7f8fa;
}

.contact-main-container {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;

    align-items: stretch;
}


/* =========================================
   MAP
========================================= */

.contact-map-box {
    width: 100%;
    min-height: 700px;

    overflow: hidden;

    border-radius: 15px;

    background: #ffffff;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.10);
}

.contact-map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 700px;

    display: block;
}


/* =========================================
   CONTACT INFORMATION BOX
========================================= */

.contact-info-box {
    background: #ffffff;

    padding: 45px;

    border-radius: 15px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.contact-small-title {
    margin: 0 0 10px;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-info-box h2 {
    margin: 0 0 15px;

    font-size: 34px;
    line-height: 1.3;

    color: #222222;
}

.contact-info-description {
    /*margin-bottom: 30px;*/

    font-size: 15px;
    line-height: 1.7;

    color: #666666;
}

.contact-section{
    padding: clamp(10px, 5vw, 50px) 0;
}


/* =========================================
   CONTACT INFORMATION ITEM
========================================= */

.contact-info-item {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 22px;
}

.contact-info-icon {
    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #222222;

    color: #ffffff;

    font-size: 17px;
}

.contact-info-item h4 {
    margin: 0 0 5px;

    font-size: 16px;

    color: #222222;
}

.contact-info-item p {
    margin: 0;

    font-size: 14px;

    line-height: 1.6;

    color: #666666;
}

.contact-info-item a {
    color: #555555;

    text-decoration: none;
}

.contact-info-item a:hover {
    text-decoration: underline;
}


/* =========================================
   BOOKING FORM
========================================= */

/*.contact-form {*/
/*    margin-top: 35px;*/

/*    padding-top: 30px;*/

/*    border-top: 1px solid #eeeeee;*/
/*}*/

.booking-form-title {
    margin: 0 0 7px;

    font-size: 24px;

    color: #222222;
}

.booking-form-text {
    margin: 0 0 20px;

    font-size: 14px;

    line-height: 1.6;

    color: #777777;
}


/* =========================================
   FORM ROW
========================================= */

.contact-form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;
}


/* =========================================
   FORM GROUP
========================================= */

.contact-form-group {
    margin-bottom: 15px;
}

.contact-form-group input {
    width: 100%;

    padding: 14px 15px;

    border: 1px solid #dddddd;

    border-radius: 7px;

    background: #fafafa;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    box-sizing: border-box;

    transition: 0.3s ease;
}

.contact-form-group input:focus {
    border-color: #222222;

    background: #ffffff;

    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}


/* =========================================
   DATE INPUT
========================================= */

.contact-form-group input[type="date"] {
    color: #666666;

    cursor: pointer;
    margin-top: 8px;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.contact-submit-btn {
    width: 100%;

    /*padding: 15px 25px;*/

    border: none;

    border-radius: 7px;

    background: #222222;

    color: #ffffff;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;
}

.contact-submit-btn i {
    margin-right: 7px;
}

.contact-submit-btn:hover {
    background: #444444;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .contact-main-container {
        grid-template-columns: 1fr;
    }

    .contact-map-box {
        min-height: 450px;
    }

    .contact-map-box iframe {
        min-height: 450px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .contact-main-section {
        /*padding: 50px 15px;*/
        padding: clamp(20px, 5vw, 50px) clamp(0px, 5vw, 50px);
    }

    .contact-info-box {
        padding: 30px 20px;
    }

    .contact-info-box h2 {
        font-size: 26px;
    }

    .contact-map-box {
        min-height: 350px;

        border-radius: 10px;
    }

    .contact-map-box iframe {
        min-height: 350px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

}


/* =========================================
   TABLET RESPONSIVE
========================================= */
