
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



.top-bar {
  background-color: #ffffff; /* Dark blue */
  border-top: 6px solid #E26A00; /* Orange top strip */
  padding: 10px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-icon {
  font-size: 18px;
  color: #174f87; 
  margin-top: 5px;
}

.phone-number {
  color: #1b538c; 
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

@media (max-width: 600px) {
  .container {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}









.navbar {
  background: #182F73;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-family: "Poppins", sans-serif;
}

/* Layout */
.container {
  width: 90%;
  max-width: 1350px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  max-width: 130px;
  
}

/* Menu UL */
.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 35px;
}

.nav-menu a {
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  transition: 0.3s;
}



/* Hamburger */
.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

/* Responsive */
@media(max-width: 900px) {


  .navbar .container {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .logo {
    order: 1;
  }
  .logo img {
    height: 8vh;
  }

   .hamburger img{
    height: 5vh;
   }

  .hamburger {
    order: 2;
    display: block;
    margin-left: auto; /* Forces hamburger to right */
  }



  .nav-menu {
    position: absolute;
    top: 130px;
    right: 0;
    width: 100%;
    background: #182F73;                                                                                                                                                         
    display: none;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ddd;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 20px;
  }

  .nav-menu.show {
    display: block;
  }

}







.content h3{
  font-size: 3rem;
  color: #182F73;
  text-align: right;
  font-family: sans-serif;
  margin-right: 50px;
}
.content h3 span{
  color: #E26A00;
  padding-left: 10px;
}

.background-img{
  width: 100%;
  height: auto;
  max-width: 600px;   /* optional – controls max size on desktop */
  display: block;
  margin: 0 auto;     /* centers image */
}



/* CALL BUTTON STYLE */
.call-btn{
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 2rem;
  background: #182F73;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-left: 45%;

  font-family: sans-serif;
  
}

.call-btn:hover{
  background: #c45b00;
}


/* RESPONSIVE */
@media(max-width: 900px){
  .background{
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .content h3{
    font-size: 1rem;
  }
  .content h3 img{
    padding-left: 20px;
  }
  .background-img{
    height: 25vh;
  }

  /* Button responsive size */
  .call-btn{
    font-size: 0.9rem;
    padding: 10px 18px;
    margin-left: 35%;
  }
}


@media(max-width: 900px){
  .background{
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .content h3{
    font-size: 1rem;
    margin-right: 5px;
  }
  .content h3 img{
    padding-left: 20px;

  }
.background-img{
  height: 25vh;
}
}








.why-choose {
  text-align: center;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
}
.why-choose h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #2c4c57;
 font-family: 'Poppins', sans-serif;
 font-weight: 300;
}

.why-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.why-box {
  width: 320px;
  transition: transform 0.3s ease;
}

.why-box img {
  width: 100px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.why-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 14px;
  color: #222;
  opacity: 0.9;
  line-height: 1.5;
}

/* Hover Zoom */
.why-box:hover img {
  transform: scale(1.1);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .why-container {
    flex-direction: column;
    gap: 35px;
  }

  .why-box {
    width: 100%;
  }
}










.car-section {
  width: 90%;
  margin: auto;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.car-section h2 {
  font-size: 32px;
  color: #0B5163;
  margin-bottom: 20px;
  font-weight: 100;
}

.car-section h3{
   font-size: 28px;
  color: #0B5163;
  margin-bottom: 35px;
  font-weight: 100;
  margin-top: 35px;
}

.car-wrapper a{
  text-decoration: none;
}

.car-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.car-card {
  width: 260px;              /* Reduced width */
  padding: 8px;              /* Smaller padding */
  border: 2px solid #1B4F73;
  border-radius: 6px;
  transition: 0.35s;
  background: white;
  display: flex;
  flex-direction: column;
  
  height: fit-content !important;
}



.car-card h3 {
  color: #1B4F73;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.car-card .details p {
  margin: 3px 0;
  font-size: 15px;
  text-align: right;
  color: #444;
}

.car-card .deposit {
  font-weight: 500;
  margin: 10px 0;
  color: #000;
  text-align: left;
  font-size: 15px;
}

.car-card .day {
  background: #1B4F73;
  color: white;
  border: none;
  width: 40%;
  padding: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 10px;
}

.car-card img {
  width: 100%;
  border-radius: 6px;
  height: auto;
}

/* 🔹 HOVER EFFECT */
.car-card:hover {
  background: #1B4F73;
  transform: scale(1.03);
}

.car-card:hover h3,
.car-card:hover p,
.car-card:hover .deposit {
  color: white;
}



/* 📱 MOBILE */
@media(max-width: 780px) {
  .car-card {
    width: 100%;
  }
}









.review-section {
  text-align: center;
  padding: 40px 20px;
}

.review-heading {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 300;
   font-family: 'Poppins', sans-serif;
   color: #0B5163;
}

.review-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.review-card {
  width: 30%;
  min-width: 280px;
  background: white;
  border: 1px solid #d9d9d9;
  padding: 25px;
  border-radius: 6px;
  transition: 0.3s;
  
}

/* .review-card:hover {
  background: #005bb9;
  color: white;
  border-color: #005bb9;
} */

.review-img {
  width: 80px;
  margin-bottom: 10px;
}

.review-stars {
  font-size: 22px;
  color: #ffb400;
  margin-bottom: 10px;
  font-weight: bold;
}

/* .review-card:hover .review-stars {
  color: white;
} */

.review-card a {
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
  color: #005bb9;
  text-decoration: none;
  font-weight: 600;
}

/* .review-card:hover a {
  color: white;
} */












.about-section {
  background: #0B5163;   /* Same blue color */
  padding: 25px 0;
  color: #ffffff;
     font-family: 'Poppins', sans-serif;

}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  padding: 0 20px;
}

.about-left {
  flex: 1;
}

.about-left h2 {
  font-size: 36px;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #ffffff;
}

.about-left p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
  word-spacing: 5;
  letter-spacing: 1px;
}

.about-btn {
  display: inline-block;
  background: #ffffff;
  color: #000;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 4px solid #D0B22D;
}

.about-btn:hover {
  background: #D0B22D;
  color: #fff;
}

.about-right {
  flex: 1;
}

.about-right img {
  width: 100%;
  border-radius: 5px;
}

/*  Responsive  */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    text-align: left;
  }
  .about-left p {
    margin-bottom: 0px
  }

  .about-btn {
    margin-top: 15px;
  }
}










.luxury-services {
  text-align: center;
  padding: 60px 20px;
  max-width: 1300px;
  margin: auto;
}

.luxury-services h2 {
  font-size: 32px;
  font-weight: 600;
  color: #003B4A;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.luxury-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.luxury-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #003B4A;
  font-family: "Poppins", sans-serif;
}

.luxury-box p {
  font-size: 15px;
  line-height: 26px;
  color: #111;
  font-family: "Poppins", sans-serif;
}

/* Responsive */
@media (max-width: 900px) {
  .luxury-grid {
    grid-template-columns: 1fr;
  }
}







.contact-strip {
    background: #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    font-family: "Poppins", sans-serif;
}

.contact-text {
    font-size: 22px;
    font-weight: 500;
    color: #003B4A;
    letter-spacing: 1px;
}

.contact-phone a {
    font-size: 22px;
    font-weight: 600;
    color: #003B4A;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-right: 70px;
}

.contact-phone i {
    font-size: 30px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contact-strip {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 25px;
    }

    .contact-text,
    .contact-phone a {
        font-size: 18px;
    }

    .contact-phone a {
        font-size: 24px;
        margin: 0px;
    }
}









.map-container {
  position: relative;
   width: calc(100% - 60px);
  padding-bottom: 56%; /* For 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



@media (max-width: 768px) {
  .map-container{
    width: calc(100% - 30px);
    padding-bottom: 80%;
  }
}










.main-footer {
  background: #0b4f6c;
  color: white;
  padding: 60px 8%;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-column h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 6px 0;
}

.footer-column ul li a {
  color: #d9ecff;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #32c9ff;
}

/* SOCIAL ICONS */
.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  margin-right: 8px;
  font-size: 19px;
  color: #0b4f6c;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #32c9ff;
  color: white;
}

.location {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}

.location i {
  margin-right: 6px;
}

hr {
  margin: 30px 0;
  border: 0.3px solid #5a8da5;
}

/* COPYRIGHT */
.copyright {
  text-align: center;
  font-size: 14px;
  color: #c7e4f0;
}

/* WHATSAPP FLOATING BUTTON */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: white;
  border-radius: 30px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #25D366;
  border: 2px solid #25D366;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.whatsapp-btn i {
  font-size: 22px;
}

.whatsapp-btn:hover {
  background: #25D366;
  color: white;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: left;
  }

  .social-icons {
    justify-content: center;
    display: flex;
  }

  .whatsapp-btn {
    font-size: 14px;
  }
}








/* FIXED BUTTONS CONTAINER */
.fixed-buttons{
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* CALL BUTTON */
.call-fixed{
  background: #E26A00;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

/* WHATSAPP BUTTON */
.whatsapp-fixed{
  background: #25D366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

/* HOVER EFFECT */
.call-fixed:hover{
  background: #c45b00;
}
.whatsapp-fixed:hover{
  background: #1ebe5a;
}

/* MOBILE RESPONSIVE */
@media(max-width: 600px){
  .call-fixed, .whatsapp-fixed{
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
}










/* About Us */




.info-wrapper {
  width: 100%;
  padding: 50px 20px;
  background: #f3f3f3;
  font-family: Poppins, sans-serif;
}

.info-box {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.info-title {
  font-size: 38px;
  font-weight: 600;
  color: #0A4A60;
  margin-bottom: 15px;
}

.info-para {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  max-width: 850px;
  margin: auto;
  margin-bottom: 45px;
}

.info-cards-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.info-card {
  width: 320px;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
}

.info-card-title {
  color: #0A4A60;
  margin-bottom: 8px;
  font-size: 22px;
}

.info-card-text {
  color: #555;
  line-height: 1.6;
}

.info-bottom {
  margin-top: 60px;

}

.info-bottom-title {
  font-size: 32px;
  color: #0A4A60;
  margin-bottom: 10px;
}

.info-bottom-text {
  font-size: 18px;
  color: #444;
  max-width: 700px;
  margin: auto;
}

/* Mobile */
@media(max-width: 600px) {
  .info-card {
    width: 100%;
  }
  .info-title{
    text-align: left;
    font-size: 30px;
  }
  .info-para{
    text-align: left;
  }
  .info-bottom {
    text-align: left;
    font-size: 30px;
  }
  .info-bottom-text{
    line-height: 2;
  }
}







/* Contct Us */





.contactus-wrapper {
  width: 100%;
  padding: 60px 20px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  font-family: sans-serif;
}

.contactus-container {
  width: 90%;
  max-width: 850px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.contactus-heading {
  font-size: 32px;
  color: #182F73;
  margin-bottom: 15px;
}

.contactus-intro {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.contactus-box {
  margin-bottom: 25px;
  padding: 20px;
  border-left: 4px solid #182F73;
  background: #fafafa;
  border-radius: 8px;
}

.contactus-title {
  font-size: 22px;
  color: #E26A00;
  margin-bottom: 8px;
}

.contactus-text a {
  color: #182F73;
  font-weight: 600;
  text-decoration: none;
}


@media (max-width: 768px)  {
  .contactus-container{
    padding: 10px;
  }
  .contactus-wrapper{
    padding: 20px 20px;
  }
}






/* Terms */





/* terms-style.css */

.terms-wrapper {
  width: 100%;
  padding: 50px 20px;
  background: #f7f7f7;
  font-family: Poppins, sans-serif;
  display: flex;
  justify-content: center;
}

.terms-container {
  width: 95%;
  max-width: 900px;
  background: #ffffff;
  padding: 36px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
  color: #222;
  line-height: 1.7;
}

.terms-title {
  font-size: 30px;
  color: #182F73;
  margin-bottom: 14px;
}

.terms-intro {
  font-size: 15px;
  color: #444;
  margin-bottom: 22px;
}

.terms-heading {
  margin-top: 22px;
  font-size: 18px;
  color: #E26A00;
  margin-bottom: 10px;
  font-weight: 600;
}

.terms-text {
  font-size: 15px;
  color: #333;
}

.terms-list {
  margin-left: 18px;
  margin-top: 10px;
}

.terms-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

.terms-contact {
  margin-top: 10px;
  font-size: 15px;
}

.terms-contact a{
  text-decoration: none;
  color: #333;
}

.terms-last {
  margin-top: 30px;
  font-size: 13px;
  color: #777;
}

/* RESPONSIVE DESIGN */
@media (max-width: 650px) {
  .terms-container {
    padding: 22px;
  }

  .terms-title {
    font-size: 24px;
  }

  .terms-heading {
    font-size: 16px;
  }
}







/* privacy */






/* privacy-style.css */

.privacy-wrapper {
  width: 100%;
  padding: 50px 20px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  font-family: Poppins, sans-serif;
}

.privacy-container {
  width: 95%;
  max-width: 900px;
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  color: #222;
  line-height: 1.7;
}

.privacy-title {
  font-size: 30px;
  color: #182F73;
  margin-bottom: 18px;
}

.privacy-intro {
  margin-bottom: 25px;
  color: #444;
  font-size: 15px;
}

.privacy-heading {
  margin-top: 24px;
  font-size: 18px;
  color: #E26A00;
  font-weight: 600;
  margin-bottom: 10px;
}

.privacy-text {
  font-size: 15px;
  color: #333;
}

.privacy-list {
  margin-left: 20px;
  margin-top: 10px;
}

.privacy-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

.privacy-contact {
  margin-top: 12px;
  font-size: 15px;
}
.privacy-contact a {
  text-decoration: none;
  color: #272626;
}

.privacy-last {
  margin-top: 30px;
  font-size: 13px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 650px) {
  .privacy-container {
    padding: 24px;
  }

  .privacy-title {
    font-size: 26px;
  }

  .privacy-heading {
    font-size: 16px;
  }
}




/* disclaimer */



.disc-wrap {
  width: 100%;
  padding: 50px 20px;
  background: #f8f9fb;
  font-family: Poppins, sans-serif;
}

.disc-box {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.disc-heading {
  font-size: 38px;
  color: #0a4761;
  font-weight: 600;
  margin-bottom: 20px;
}

.disc-subheading {
  font-size: 26px;
  color: #0a4761;
  margin-top: 30px;
  margin-bottom: 10px;
}

.disc-text {
  font-size: 17px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 15px;
}

/* Responsive */
@media(max-width: 600px) {
  .disc-box {
    padding: 25px;
  }

  .disc-heading {
    font-size: 30px;
  }

  .disc-subheading {
    font-size: 22px;
  }

  .disc-text {
    font-size: 16px;
  }
}

