/*
Theme Name: Maghraoui Cars
Theme URI: https://maghraouicars.com/
Author: Manus
Author URI: https://manus.im/
Description: Thème WordPress personnalisé pour Maghraoui Cars, service de location de voitures.
Version: 1.0
Text Domain: maghraoui-cars
*/

/* RESET */




* {
  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* HEADER */
.header {
    background: #322972;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    font-size: 22px;
    font-weight: bold;
}

.logo span {
    color: #ffffff;
    
}

.nav {
    display: flex;
    gap: 25px;
}

.nav a {
    color: white;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #c00000;
    transition: 0.3s;
}

.nav a:hover::after,
.nav a.active::after {
    width: 100%;
}

.nav a.active {
    color: #c00000;
}

.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/* HERO */
.hero {
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url("images/banner.webp") center/cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn-red {
    background: #c00000;
    color: white;
}

.btn-red:hover {
    background: #900000;
}

.btn-dark {
    background: #111;
    color: white;
}

.btn-dark:hover {
    background: #c00000;
}

/* CARS SECTION */
.cars-section {
  
    padding: 60px 40px;
    background: #f4f4f4;
    text-align: center;
}

.cars-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.cars-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
    
    gap: 20px; /* كانت 30px */
}
.cars-container1 {
  box-shadow: 0px 4px 12px rgb(255, 2, 2);
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
    gap: 20px; /* كانت 30px */
    
    
    
}


.car-card {
  box-shadow: 0px 4px 12px rgb(255, 2, 2);
  
border: 2px solid #e63946; /* لون الstrook */
  border-radius: 18px;
  padding: 15px;
  background: #fff;
  transition: all 0.3s ease;
    
     padding: 10px;
    background: white;
    border-radius: 14px;
   
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.car-card:hover {
  box-shadow: 0px 4px 12px rgb(255, 2, 2);
    transform: translateY(-10px);
}

.car-card img {
  
    max-height: 300px; /* كانت أكبر */
    object-fit: cover;
     
}


.car-card h3 {
  
    margin: 15px 0 5px;
    font-size: 20px;
}

.car-card p {
 
    color: #c00000;
    font-weight: bold;
    margin-bottom: 15px;
}

/* WHY US */
.why-us {
    padding: 60px 40px;
    background: white;
    text-align: center;
}

.why-us h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.why-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.why-box {
    background: #1201ff;
    color: white;
    padding: 20px;
    border-radius: 12px;
    font-size: 16px;
}

/* CTA */
.cta {
    border-top-left-radius:50px ;
    border-top-right-radius: 50px;
    padding: 60px 20px;
    background: #1201ff;
    color: white;
    text-align: center;
}

.cta h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.cta p {
    margin-bottom: 25px;
}

/* FOOTER */
.footer {
    background: #1201ff;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav {
        position: absolute;
        top: 65px;
        right: 0;
        background: #111;
        flex-direction: column;
        width: 220px;
        display: none;
    }

    .nav.show {
        display: flex;
    }

    .nav a {
        padding: 15px;
        border-bottom: 1px solid #333;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero-buttons {
        flex-direction: column;
    }
}
.why-text {
    margin-top: 30px;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}
.why-content {
    max-width: 1100px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.why-text {
  margin-top: 30px;
    flex: 1;
}

.why-text h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #111;
}

.why-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.why-image-box {
    flex: 1;
    text-align: center;
}

.why-image {
    margin-top: 30px;
    width: 100%;
    max-width: 350px; 
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


@media (max-width: 768px) {
    .why-content {
        flex-direction: column;
        text-align: center;
    }
}
.car-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.car-card {
    cursor: pointer;
    transition: 0.3s;
}

.car-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.hero1 {
    height: 50vh; /* cover كامل الشاشة */
    background-image: url("https://static.vecteezy.com/system/resources/thumbnails/037/041/502/small/ai-generated-an-exotic-car-is-driving-on-a-highway-and-at-sunset-free-photo.jpg");
    background-size: cover;       /* 👈 هادي هي cover */
    background-position: center;
    background-repeat: no-repeat;

  
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}



.hero2 {
    height: 50vh;
    background-image: url("https://wallpapers.com/images/hd/finger-pointing-contact-us-nmgnzu9fqlu25pri.jpg");
    background-size: cover;      
    background-position: center;
    background-repeat: no-repeat;

    
    

 

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}



.hero3 {
    height: 50vh; 
    background-image: url("https://img-4.linternaute.com/Xq_3DDsfuSqUXBeNhTzt7WDqTn4=/1500x/smart/cedb92ee4ae0473692e570daad566d17/ccmcms-linternaute/10659283.jpg");
    background-size: cover;      
    background-position: center;
    background-repeat: no-repeat;

    
    

 

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}


.hero4 {
    height: 50vh; /* cover كامل الشاشة */
    background-image: url("https://img.freepik.com/free-photo/elegant-couple-car-salon_1157-20754.jpg?semt=ais_hybrid&w=740&q=80");
    background-size: cover;       /* 👈 هادي هي cover */
    background-position: center;
    background-repeat: no-repeat;

    
    

 

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}


.hero5{
    height: 50vh; /* cover كامل الشاشة */
    background-image: url("https://images.trvl-media.com/lodging/70000000/69210000/69209900/69209858/w6472h4320x604y0-8c89f25f.jpg?impolicy=resizecrop&rw=575&rh=575&ra=fill");
    background-size: cover;       /* 👈 هادي هي cover */
    background-position: center;
    background-repeat: no-repeat;

    
    

 

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}




/* overlay لكحل خفيف */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255, 255, 255);
}

/* المحتوى فوق الصورة */
.hero-content {
    position: relative;
    color: white;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 46px;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}



.logo {

  display: flex;
  align-items: center;
  gap: 6px;
}

.logo-link {
  color: inherit;      /* نفس اللون القديم */
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.logo-link:hover {
  opacity: 0.85;       /* تأثير خفيف فقط */
}

.logo-text {
  font-size: 18px;
  color: #ffffff;      /* ولا نفس لون Cars اللي عندك */
}


.cars-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  padding: 20px;
}

.car-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  width: 340px;
  transition: transform 0.3s;
}

.car-card:hover {
  transform: translateY(-5px);
}

.car-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  
}

.car-card h3 {
  margin: 10px 0 5px;
}

.car-card p {
  font-size: 14px;
  color: #666;
}

.car-card span {
  display: block;
  font-weight: bold;
  margin: 10px 0;
  color: #c00000;
}

.car-card button {
  background: #c00000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  cursor: pointer;
}

.car-card button:hover {
  background: #a00000;
}

.cars-text {
  text-align: center;
  padding: 40px 20px;
}

.cars-text h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #111;
}

.cars-text p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}
.animate-text {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

/* HERO */
.services-hero {
  height: 50vh;
  background-image: url("voi/caver.png");
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.services-hero h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.services-hero p {
  font-size: 18px;
  max-width: 600px;
}

/* SERVICES */
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 60px 30px;
}

.service-card {
  background: white;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.service-card h3 {
  margin-bottom: 10px;
  color: #c00000;
}

.service-card p {
  color: #555;
  line-height: 1.6;
}





.voitures-text{
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}

.voitures-text h2{
  font-size: 26px;
  margin-bottom: 10px;
}

.voitures-text p{
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.privacy-section{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap; /* باش يهبطو تحت بعضهم فالتلفون */
}

.privacy-img{
left: 20px;
  width: 45%;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.privacy-text{
  width: 50%;
}

.privacy-text h2{
  margin-bottom: 10px;
}

.privacy-text p{
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px){
  .privacy-img,
  .privacy-text{
    width: 100%;
    text-align: center;
  }
}







.cta1 {
    border-top-left-radius:50px ;
    border-top-right-radius: 50px;
    margin-top: 20px;
    padding: 60px 20px;
    background: #1201ff;
    color: white;
    text-align: center;
}

.cta h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.cta p {
    margin-bottom: 25px;
}

/* FOOTER */
.footer1 {
    background: #1201ff;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}






.service-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 60px 0;
}

.service-text h2 {
    padding-left: 20px;
  font-size: 30px;
  margin-bottom: 15px;
  color: #000;
}

.service-text p {
  font-size: 18px;
 margin-left: 30px;
  color: #000000;
  
}

.service-image img {
  width: 100%;
  padding-right: 20px;
  border-radius: 20px;
}

/* responsive */
@media (max-width: 768px) {
  .service-intro {
    grid-template-columns: 1fr;
    text-align: center;
  }
}






.contact {
  padding: 60px 10%;
  background: #f5f5f5;
  text-align: center;
}

.contact h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.contact p {
  color: #555;
  margin-bottom: 40px;
}

.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contact-info,
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.contact-info p {
  margin-bottom: 15px;
  text-align: left;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  background: #c1121f;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #a50f19;
}

@media (max-width: 768px) {
  .contact-box {
    grid-template-columns: 1fr;
  }
}






.reservation {
  margin-top: 30px;
  padding: 80px 10%;
  background: #fff;
  text-align: center;
}

.reservation h2 {
  font-size: 42px;
  margin-bottom: 10px;
}

.reservation p {
  color: #555;
  margin-bottom: 40px;
}

.reservation-form {
  max-width: 700px;
  margin: auto;
  background: #f8f8f8;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.reservation-form textarea {
  resize: none;
  height: 120px;
}

.dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.reservation-form button {
  width: 100%;
  padding: 16px;
  background: #c1121f;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.reservation-form button:hover {
  background: #a50f19;
}

@media (max-width: 768px) {
  .dates {
    grid-template-columns: 1fr;
  }
}




.reservation-text {
    padding-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.reservation-text p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}


.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}













.social-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 15px;
  z-index: 9999;
}

.social-float a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.social-float a:hover {
  transform: scale(1.1);
}

.whatsapp-btn {
  background: #25D366;
}

.facebook-btn {
  background: #1877F2;
}


.social-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  gap: 15px;
  z-index: 9999;
}

.social-float a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.social-float a:hover {
  transform: scale(1.1);
}

.whatsapp-btn { background: #25D366; }
.facebook-btn { background: #1877F2; }
.email-btn    { background: #c1121f; }



.map-container {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  margin: 40px 0;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}








/* section générale */
.reservation {
  max-width: 700px;
  margin: 80px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  position: relative;
  
}

/* line luxe */
.reservation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #000, #444);
  border-radius: 22px 22px 0 0;
}

/* title */
.reservation h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* form grid */
.reservation form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* inputs */
.reservation input,
.reservation textarea {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* textarea */
.reservation textarea {
  grid-column: span 2;
  min-height: 120px;
  resize: none;
}

/* focus */
.reservation input:focus,
.reservation textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.12);
  outline: none;
}

/* button */
.reservation button {
  grid-column: span 2;
  padding: 16px;
  border-radius: 14px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* hover */
.reservation button:hover {
  background: #222;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* message success / error (PHP) */
.reservation .success {
  color: green;
  text-align: center;
  margin-top: 20px;
}

.reservation .error {
  color: red;
  text-align: center;
  margin-top: 20px;
}


@media (max-width: 650px) {
  .reservation {
    padding: 25px;
  }

  .reservation form {
    grid-template-columns: 1fr;
  }

  .reservation textarea,
  .reservation button {
    grid-column: span 1;
  }
}




.cover{
  height:100vh;
  background:url("cover.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
}

.reservation-cover{
  background:rgba(0,0,0,0.45); /* شفافية */
  padding:20px;
  border-radius:15px;
  backdrop-filter: blur(6px);
}

.reservation-cover form{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.reservation-cover input,
.reservation-cover select{
  padding:10px;
  border:none;
  border-radius:8px;
  min-width:160px;
}

.reservation-cover button{
  background:red;
  color:white;
  border:none;
  padding:10px 25px;
  border-radius:8px;
  cursor:pointer;
}




.navbar{
  display:flex;
  gap:25px;
  padding:20px;
}

.nav-link{
  position:relative;
  text-decoration:none;
  color:white;
  font-size:18px;
  transition: color 0.3s ease;
}

/* الخط لي كيتحرك تحت الكلمة */
.nav-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-5px;
  width:0%;
  height:2px;
  background:red;
  transition: width 0.3s ease;
}

/* animation فالـ hover */
.nav-link:hover{
  color:red;
}

.nav-link:hover::after{
  width:100%;
}



.service-box{
  display:flex;
  align-items:center;
  gap:30px;
  padding:40px;
}

.service-box img{
  width:45%;
  border-radius:15px;
}

.service-text{
  width:55%;
  color:white;
}






.contact-cards{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap:25px;
  padding:60px 10%;
}

.contact-card{
  background:#111;
  color:white;
  padding:30px;
  border-radius:20px;
  text-align:center;
  transition:0.3s ease;
}

.contact-card i{
  font-size:40px;
  color:red;
  margin-bottom:15px;
}

.contact-card h3{
  margin-bottom:10px;
}

.contact-card:hover{
  transform: translateY(-10px);
  box-shadow:0 15px 30px rgba(0,0,0,0.4);
}






.reservation-form{
  max-width:520px;
  margin:60px auto;
  padding:35px;
  background:rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius:20px;
  display:grid;
  gap:15px;
  color:rgb(88, 86, 86);
}
.reservation-form:hover{
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}
.reservation-form input,
.reservation-form select,
.reservation-form textarea{
  background:rgba(255,255,255,0.12);
  border:none;
  padding:14px;
  border-radius:12px;
  color:rgb(0, 0, 0);
}

.reservation-form button{
  background:red;
  color:rgb(0, 0, 0);
  padding:15px;
  border:none;
  border-radius:30px;
  font-size:16px;
  cursor:pointer;
}

/* زر الاتصال */
.call-btn{
  text-align:center;
  margin-top:10px;
  background:#1a1a1a;
  color:rgb(0, 0, 0);
  padding:14px;
  border-radius:30px;
  text-decoration:none;
  font-size:16px;
}

.call-btn:hover{
  background:red;
}





#booking-card {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  text-align: center;
}

#booking-card h2 {
  color: #c9a227; /* ذهبي */
  margin-bottom: 20px;
}

#booking-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  flex: 1;
}

#booking-form input,
#booking-form textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

#booking-form textarea {
  resize: none;
}

#booking-form button {
  background: #c9a227;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

#booking-form button:hover {
  background: #b08f1f;
}




.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.info-card {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
}

.info-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.info-card p {
  margin: 0;
  font-size: 14px;
  color: #444;
}


/* Container dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

/* Button dyal dropdown */
.dropdown-btn {
  background-color: #2c8ccd00;
  color: white;
  padding: 10px 18px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s;
}

/* Hover effect button */
.dropdown-btn:hover {
  background-color: #ff0000;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* ta7t button */
  left: 0;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 4px 12px rgb(255, 2, 2);
  border-radius: 6px;
  z-index: 1000;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Links f dropdown */
.dropdown-content a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}

/* Hover f links */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Class li kaybda menu */
.show {
  display: block;
  animation: fadeIn 0.3s;
}

/* Animation fadeIn */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}




body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 50px;
    background: #f5f5f5;
}

.section img {
    width: 250px;
    border-radius: 15px;
}

.text {
    max-width: 700px;
}

.text h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.text p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}





hr {
    max-width: 1500px;
    
    border: none;
    height: 2px;
    background-color: #ff0101;
    margin: 20px 0;
}

