/* Navbar already aapke pass hai, iske niche modal ke liye CSS add karo */
.ac-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.ac-hero__wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #f6efe9; /* optional background */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ac-hero__img {
  display: block;
  width: 100%;
  height: 425px;
}

.call-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.call-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(57, 189, 105, 0.45);
}

.call-btn:active {
  transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 640px) {
  .call-btn {
    top: 10px;
    right: 10px;
    padding: 12px 16px;
    font-size: 14px;
  }
}
 

/* Modal background */
.modal {
  display: none; /* hidden by default */
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
}

/* Modal content box */
.modal-content {
  background: #fff;
  padding: 26px;
  border-radius: 12px;
  width: 90%;
  max-width: 520px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

/* Close button */
.close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
}

.close:hover {
  color: red;
}

/* Booking form style (reuse from before) */
.booking-form h2{
  text-align:center;
  color:#0d47a1;
  margin-bottom:18px;
}

.form-group{
  margin-bottom:14px;
}

label{ display:block; margin-bottom:6px; font-weight:600; font-size:14px; }

input, select, textarea{
  width:100%; padding:10px; border:1px solid #ccc; border-radius:8px;
}

.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }

button{
  margin-top:8px; width:100%;
  padding:12px; border:none; border-radius:10px;
  background:#0d47a1; color:#fff; font-size:16px; font-weight:600;
  cursor:pointer; transition:0.3s;
}
button:hover{ background:#1565c0; }

@media(max-width:560px){ .form-row{ grid-template-columns:1fr; } }





/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f7f7f9;
  font-family: 'Poppins', sans-serif;
}

/* Navbar Container */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
}

.book-head {
  background-color: #bc11b6;
  padding: 15px 35px;
  border-radius: 10px;
  color: rgb(255, 254, 253);
  margin-top: -10px;
}

/* Logo */
.logo img {
  width: 90px; /* adjust size as needed */
  height: auto;
}

/* Navigation */
nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
}

nav li {
  position: relative;
}

nav a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #0c0c1d;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 50px;
}

/* Active (Home button) */
nav .active a {
  background: #f2f2f2;
  color: orange;
  box-shadow: inset 2px 2px 6px #d1d1d1,
              inset -2px -2px 6px #ffffff;
}

/* Hover Effect */
nav a:hover {
  color: orange;
}



/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f7f7f9;
  font-family: 'Poppins', sans-serif;
  color: #0c0c1d;
  line-height: 1.6;
}

/* Hero Section */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 100px;
  gap: 50px;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
  font-size: 60px;
  font-weight: 800;
  color: #0c0c1d;
}

.hero-text h2 {
  font-size: 55px;
  font-weight: 800;
  margin: 0px 0;
}

.hero-text h2 span {
  color: orange;
  border-bottom: 0px solid #ddd;
  font-family: cursive;
  display: inline-block;
}

.hero-text p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #222;
  max-width: 600px;
}

/* Button */
.btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  background: #f7f7f9;
  color: #0c0c1d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 4px 4px 12px rgba(0,0,0,0.15),
              -4px -4px 12px rgba(255,255,255,0.8);
  transition: all 0.3s ease;
}

.btn:hover {
  color: orange;
}

/* Hero Image */
.wave-image {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.wave-image img {
  width: 400px;   /* apne hisaab se adjust karo */
  height: 400px;
  border-radius: 50%;
  display: block;
}

/* Wave Animation Around */
.wave-image::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  border: 4px solid rgba(0, 123, 255, 0.5); /* Blue water effect */
  animation: wave 3s infinite ease-in-out;
}

@keyframes wave {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}





body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
}

.services-section {
  text-align: center;
  padding: 50px 20px;
}

.services-section h5 {
  color: #f97316;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.services-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: brown;
}

.services-section p {
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.6;
}

.card-container {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr); /* 4 cards in a row */
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row for tablets */
     flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .card-container {
    grid-template-columns: 1fr; /* 1 card per row for mobile */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;               /* card ko chhota karo taaki margin bache */
    margin-bottom: 20px;
  }
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
}

.card-content h3 {
  margin-bottom: 14px;
  font-size: 18px;
  color: #222;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  transition: 0.3s ease;
}

.btn-black {
  background-color: black;
}

.btn-black:hover {
  background-color: #333;
}

.btn-brown {
  background-color: #6b532f;
}

.btn-brown:hover {
  background-color: #8b6f3d;
}


/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #fff;
  color: #222;
  line-height: 1.6;
}

/* Over This */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.6;
}

.choose-us {
  padding: 50px 20px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* Left Image */
.image-box img {
  max-width: 100%;
  height: 500px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Right Content */
.content-box {
  flex: 1;
  min-width: 300px;
}

.content-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #111;
}

.content-box p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
  font-family: cursive;
}

/* Features List */
.features {
  list-style: none;
  margin-bottom: 25px;
}

.features li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  font-family: cursive;
}

.features i {
  color: #0078d7;
  margin-right: 10px;
}

/* Call Button */
.call-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0078d7;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.call-btn:hover {
  background: #005fa3;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .content-box h2 {
    font-size: 24px;
  }

  .call-btn {
    margin-top: 15px;
  }
}

/* Experience Section */
.experience {
  background: url('./media/expri.\ bg\ img.jpeg') rgba(0,0,0,0.75);
  background-size: cover;
  background-blend-mode: darken;
  padding: 60px 80px;
  text-align: center;
  color: #fff;
}

.experience .sub-heading {
  font-size: 16px;
  font-weight: 600;
  color: #f5a623;
  margin-bottom: 10px;
}

.experience h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}

.experience .description {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #ddd;
}

/* Cards Section */
.exp-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card-ex {
width: 350px;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
text-align: center;
}

.card-ex img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.card {
  width: 280px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
}

.card-content h3 {
  margin-bottom: 16px;
  font-size: 20px;
  color: #333;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  transition: 0.3s ease;
}

.btn-black {
  background-color: black;
}

.btn-black:hover {
  background-color: #333;
}

.btn-brown {
  background-color: #6b532f;
}

.btn-brown:hover {
  background-color: #8b6f3d;
}





body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
}

.testimonials {
  padding: 60px 20px;
  background: #f8f9fa;
}

.testimonial-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top Box */
.card-top {
  background: #fcbf1e;
  padding: 30px 20px;
  flex: 1;
}

.card-top p {
  font-size: 15px;
  color: #060807;
  line-height: 1.6;
  font-family: cursive;
}

/* Bottom Profile */
.card-bottom {
  padding: 20px;
  background: #fff;
}

.card-bottom img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -40px;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-bottom h3 {
  font-size: 18px;
  font-weight: 700;
  color: rgb(170, 107, 107);
  font-family: sans-serif;
  margin: 10px 0 5px;
}

.card-bottom span {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 8px;
}

.stars {
  color: #fcbf1e;
  font-size: 14px;
}


body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #111;
}

.book-now {
  padding: 60px 20px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* Left Form */
.form-box {
  flex: 1;
  min-width: 300px;
}

.small-title {
  display: inline-block;
  color: #fcbf1e;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0d1b2a;
  line-height: 1.3;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

form input, form select, form textarea {
  padding: 12px 15px;
  border: 1.5px solid #0078d7;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
  width: 100%;
}

form textarea {
  resize: none;
  min-height: 100px;
}

.phone-box {
  display: flex;
  gap: 10px;
}

.phone-box select {
  flex: 0.3;
}

.phone-box input {
  flex: 1;
}

/* Submit Button */
.btn {
  padding: 14px;
  background: #0078d7;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}

.call-us {
padding: 14px;
  background: #0078d7;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}


.btn:hover {
  background: #005fa3;
}

/* Right Image */
.image-box {
  position: relative;
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.image-box img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* Call Box */
.call-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #0078d7;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.call-box p {
  margin: 0;
  font-weight: 600;
}

.call-box span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
    text-align: center;
  }
  .image-box {
    order: -1;
  }
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.card-text h3{
  font-family: auto;
  font-size: x-large;
  color: #000000;
}

.card-text p{
  color: gray;
  font-style: italic;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #fff;
}


.footer {
  background: #0b1740;
  color: #fff;
  padding: 0;
}

.footer-top {
  background: #f2c300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  border-radius: 8px 8px 0 0;
}

.footer-logo img {
  height: 80px;
}

.footer-contact {
  display: flex;
  gap: 30px;
}

.contact-info {
  background: #f1c40f; /* yellow */
  padding: 30px 20px;
}

.contact-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;  /* 👈 mobile ke liye wrap */
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  flex: 1 1 30%;   /* 👈 3 equal boxes */
  min-width: 280px; /* 👈 mobile pe neeche aa jayega */
}

.contact-item .icon {
  background: #0b1740;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.contact-item h4 {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.contact-item p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}


.footer-bottom {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 40px 50px;
}

.about p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 15px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #f2c300;
  border: 1px solid #f2c300;
  border-radius: 50%;
  padding: 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #f2c300;
  color: #0b1740;
}

.links h4,
.gallery h4 {
  margin-bottom: 15px;
  color: #f2c300;
  border-bottom: 2px solid #f2c300;
  display: inline-block;
  padding-bottom: 5px;
}

.links ul {
  list-style: none;
}

.links ul li {
  margin: 8px 0;
}

.links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.links ul li a:hover {
  color: #f2c300;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-images img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.footer-top {
  background: #f2c300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  border-radius: 8px 8px 0 0;
}

.footer-logo img {
  height: 80px;
}

.footer-copy {
  border-top: 1px solid #ccc;
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #ccc;
}

.footer-copy a {
  color: #f2c300;
  text-decoration: none;
}

.footer-copy a:hover {
  text-decoration: underline;
}
/* Responsive Additions for Mobile (≤768px) and Tablet (769px–1024px) */

/* Navbar */
@media screen and (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
  }
  .logo img {
    width: 70px; /* Smaller logo on mobile */
  }
  .hamburger {
    display: block;
    font-size: 24px;
    color: #0c0c1d; /* Match navbar text color */
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .nav-menu {
    width: 100%;
  }
  .nav-menu ul {
    display: none; /* Hidden by default */
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .nav-menu.active ul {
    display: flex; /* Show when active */
  }
  .nav-menu ul li {
    width: 100%;
    text-align: center;
  }
  .nav-menu ul li a {
    font-size: 16px;
    padding: 8px;
    display: block;
  }
  .book-head {
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    padding: 10px 30px;
  }
  .logo img {
    width: 80px;
  }
  .nav-menu ul {
    gap: 20px;
  }
  .nav-menu ul li a {
    font-size: 16px;
    padding: 8px 15px;
  }
  .book-head {
    padding: 12px 25px;
    font-size: 15px;
  }
}

/* Modal */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    padding: 20px;
  }
  .booking-form h2 {
    font-size: 20px;
  }
  label {
    font-size: 12px;
  }
  input, select, textarea {
    padding: 8px;
    font-size: 14px;
  }
  button {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modal-content {
    width: 80%;
    padding: 22px;
  }
  .booking-form h2 {
    font-size: 22px;
  }
}

/* Hero Section */
@media screen and (max-width: 768px) {
  .hero {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 32px;
  }
  .hero-text h2 {
    font-size: 28px;
  }
  .hero-text p {
    font-size: 14px;
    max-width: 100%;
  }
  .wave-image img {
    width: 250px;
    height: 250px;
  }
  .wave-image::after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hero {
    padding: 20px 50px;
    gap: 30px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .hero-text h2 {
    font-size: 36px;
  }
  .hero-text p {
    font-size: 15px;
  }
  .wave-image img {
    width: 300px;
    height: 300px;
  }
}

/* Services Section (Enhancing Existing Rules) */
@media screen and (max-width: 768px) {
  .services-section {
    padding: 30px 10px;
  }
  .services-section h5 {
    font-size: 20px;
  }
  .services-section h2 {
    font-size: 24px;
  }
  .card img {
    height: 180px;
  }
  .card-content h3 {
    font-size: 16px;
  }
  .btn {
    padding: 8px 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .services-section {
    padding: 40px 15px;
  }
  .services-section h5 {
    font-size: 22px;
  }
  .services-section h2 {
    font-size: 28px;
  }
  .card img {
    height: 220px;
  }
}

/* Choose Us Section (Enhancing Existing Rules) */
@media screen and (max-width: 768px) {
  .choose-us {
    padding: 30px 10px;
  }
  .image-box img {
    height: 300px;
    border-radius: 30px;
  }
  .content-box h2 {
    font-size: 20px;
  }
  .content-box p, .features li {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .choose-us {
    padding: 40px 15px;
  }
  .image-box img {
    height: 400px;
  }
  .content-box h2 {
    font-size: 24px;
  }
}

/* Experience Section */
@media screen and (max-width: 768px) {
  .experience {
    padding: 40px 20px;
  }
  .experience .sub-heading {
    font-size: 14px;
  }
  .experience h2 {
    font-size: 24px;
  }
  .experience .description {
    font-size: 14px;
  }
  .card-ex {
    width: 100%;
    max-width: 300px;
  }
  .card-ex img {
    height: 200px;
  }
  .card-text h3 {
    font-size: 18px;
  }
  .card-text .btn {
    padding: 8px 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .experience {
    padding: 50px 30px;
  }
  .card-ex {
    width: 45%;
  }
  .card-ex img {
    height: 260px;
  }
}

/* Testimonials Section */
@media screen and (max-width: 768px) {
  .testimonials {
    padding: 40px 10px;
  }
  .testimonial-card {
    padding: 10px;
  }
  .card-top p {
    font-size: 14px;
  }
  .card-bottom img {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .card-bottom h3 {
    font-size: 16px;
  }
  .card-bottom span {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .testimonials {
    padding: 50px 15px;
  }
  .card-top p {
    font-size: 14px;
  }
  .card-bottom img {
    width: 70px;
    height: 70px;
  }
}

/* Book Now Section (Enhancing Existing Rules) */
@media screen and (max-width: 768px) {
  .book-now {
    padding: 40px 10px;
  }
  .form-box h2 {
    font-size: 20px;
  }
  .small-title {
    font-size: 14px;
  }
  form input, form select, form textarea {
    padding: 10px;
    font-size: 14px;
  }
  .phone-box select {
    flex: 0.4;
  }
  .call-box {
    bottom: 10px;
    left: 10px;
    padding: 10px 15px;
    font-size: 12px;
  }
  .call-box span {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .book-now {
    padding: 50px 15px;
  }
  .form-box h2 {
    font-size: 24px;
  }
  .image-box img {
    max-height: 400px;
  }
}

/* Footer */
@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    padding: 15px 20px;
  }
  .footer-logo img {
    height: 60px;
    margin-bottom: 10px;
  }
  .contact-info .container {
    flex-direction: column;
    gap: 15px;
  }
  .contact-item {
    min-width: 100%;
    text-align: center;
  }
  .contact-item .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
  .gallery-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-images img {
    height: 60px;
  }
  .footer-copy {
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer-top {
    padding: 15px 30px;
  }
  .footer-logo img {
    height: 70px;
  }
  .contact-item {
    min-width: 45%;
  }
  .footer-bottom {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
  }
  .gallery-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

