* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: linear-gradient(
    to right,
    #ffffff 30%,
    #dfeefb 50%,
    #c9e5fc 70%,
    #b7dcff 100%
  );

  box-shadow: 0 10px 30px rgba(11, 79, 193, 0.12);
  overflow-x: hidden;
}

/* =====TOP BAR==== */

.topbar {
  width: 100%;
  background: #0b4fc1;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px;
  font-size: 21px;
  position: fixed;
}

.topbar i {
  margin-right: 8px;
  color: #ffd54f;
}
.topbar a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}

.topbar a:hover {
  color: #ff8800;
}

header {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  top: 0;
  z-index: 1000;
  margin-top: 50px;
}
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 85px;
  height: 75px;
}

.logo h2 {
  color: #0b4fc1;
  font-size: 29px;
}

.logo p {
  color: #ff8800;
  font-size: 15px;
  font-weight: 600;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

nav a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

nav a:hover {
  color: #0b4fc1;
}

/* Dropdown */

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  z-index: 999;
}

.dropdown-content a {
  display: block;
  padding: 12px 18px;
  color: #333;
}

.dropdown-content a:hover {
  background: #0b4fc1;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Quote Button */

.quote-btn {
  text-decoration: none;
  background: #0b4fc1;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #ff8800;
}

/* ======HERO SECTION====== */

.hero {
  min-height: 90vh;
  background: url("./img/Banner.png");
  background-size: cover;
  background-position: center bottom;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px;
}

/* Left Content */

.left {
  width: 40%;
}

.tag {
  display: inline-block;
  background: #fff;
  color: #0b4fc1;
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.left h1 {
  font-size: 60px;
  color: #001d4d;
  line-height: 1.2;
  margin-bottom: 20px;
}

.left h1 span {
  color: #0b4fc1;
}

.left p {
  color: #0a0a0a;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 30px;
}

/* Hero Buttons */

.hero-btn {
  display: flex;
  gap: 20px;
}

.btn1,
.btn2 {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 600;
}

.btn1 {
  background: #0b4fc1;
  color: #fff;
}

.btn1:hover {
  background: #ff8800;
}

.btn2 {
  background: #0b4fc1;
  color: #fff;
}

.btn2:hover {
  background: #ff8800;
}

/* Truck Image */

.center {
  width: 30%;
  text-align: center;
}

.center img {
  width: 100%;
  max-width: 550px;
  transform: translateX(-120px);
}

/* ====QUOTE FORM + OUR SERVICES==== */

.contaner {
  width: 95%;
  margin: 20px auto;
  padding: 30px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  border-radius: 15px;
}

.GetFreeQuote {
  width: 500px;
  height: 450px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.GetFreeQuote h2 {
  text-align: center;
  color: #0b4fc1;
  font-size: 28px;
  margin-bottom: 20px;
}

.GetFreeQuote input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
}

.GetFreeQuote button {
  width: 50%;
  padding: 12px;
  background: #0b4fc1;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  display: block;
  margin: 0 auto;
}

.GetFreeQuote button:hover {
  background: #ff8800;
}

.OurServices {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cards,
.cards1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.box {
  height: 215px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  transition: 0.3s;
}

.box img {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
}

.box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.box h3 {
  color: #0b4fc1;
  margin-bottom: 10px;
}

.box p {
  color: #555;
  font-size: 15px;
  line-height: 24px;
}

/* ==== ABOUT=== */

.about {
  width: 100%;
  padding: 30px 8%;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.about-content {
  flex: 1;
}

.about-tag {
  display: inline-block;
  background: #e8f2ff;
  color: #0b4fc1;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-content h2 {
  font-size: 42px;
  color: #0b4fc1;
  margin: 20px 0;
  line-height: 1.2;
}

.about-content p {
  font-size: 17px;
  line-height: 32px;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 35px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 18px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.feature:hover {
  transform: translateY(-5px);
}

.feature img {
  width: 45px;
}

.feature span {
  color: #0b4fc1;
  font-weight: 600;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.about-image img {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  border-radius: 20px;
}

/* ====OUR PROCESS==== */

.process {
  width: 100%;
  padding: 40px 8%;
}

.process-heading {
  text-align: center;
  margin-bottom: 60px;
}

.process-heading span {
  display: inline-block;
  background: #f9fcff;
  color: #0b4fc1;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.process-heading h2 {
  font-size: 42px;
  color: #0b4fc1;
  margin-bottom: 10px;
}

.process-heading p {
  color: #666;
  font-size: 18px;
}

/* ALL 4 STEPS IN ONE ROW */
.process-container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.step {
  width: 190px;
  min-width: 190px;
  text-align: center;
}

.circle {
  width: 105px;
  height: 105px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b4fc1, #4da3ff);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(11, 79, 193, 0.25);
}

.circle img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.step h3 {
  margin-top: 12px;
  font-size: 21px;
  color: #0b4fc1;
}

.step p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

/* LINE */
.line1 {
  width: 100px;
  min-width: 70px;
  height: 4px;
  margin-top: 52px;
  background: linear-gradient(to right, #0b4fc1, #ff8800);
  border-radius: 10px;
}

.line {
  height: 4px;
  width: 500px;
  max-width: 90%;
  background: linear-gradient(to right, #0b4fc1, #ff8800);
  border-radius: 10px;
  margin: 5px auto;
}

/* =====SERVICES==== */

.services {
  padding: 80px 8%;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title span {
  background: #f8fafd;
  color: #0b4fc1;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
}

.section-title h2 {
  font-size: 45px;
  color: #0b4fc1;
  margin: 20px 0;
}

.section-title p {
  color: #555;
  font-size: 18px;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(11, 79, 193, 0.2);
  border-top: 5px solid #ff8c00;
}

.service-card img {
  width: 90px;
  margin-bottom: 20px;
}

.service-card h3 {
  color: #0b4fc1;
  margin-bottom: 15px;
  font-size: 26px;
}

.service-card p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}

/* ====GALLERY==== */

.gallery-section {
  padding: 5px 8%;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-heading span {
  display: inline-block;
  color: #0b4fc1;
  font-size: 18px;
  font-weight: 600;
}

.gallery-heading h2 {
  margin-top: 10px;
  font-size: 45px;
  color: #0b4fc1;
}

.gallery-heading p {
  margin-top: 15px;
  color: #666;
  font-size: 18px;
}

/* Gallery line uses same .line */

.video-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}

.video-memories {
  width: 65%;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);*/
}

.video-memories video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* More Feedback */

.more-feedback-btn {
  width: 60px;
  height: 50px;
  background: #0b4fc1;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.3s ease;
}

.more-feedback-btn:hover {
  background: #ff8c00;
  transform: translateY(-2px);
}

/* ===REVIEW SECTION==== */

.review-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 35px 8%;
}

/* Reviews Box */

.reviews-box {
  width: 430px;
  height: 400px;
  padding: 20px;
  margin-left: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}

.reviews-box h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0b4fc1;
}

/* Reviews Container */

#reviewsContainer {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Review Card */

.review-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 370px;
  min-height: 190px;
  padding: 25px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, -50%);
  transition: 0.7s ease;
}

.review-card.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

/* Stars */

.review-card .stars {
  font-size: 25px;
  letter-spacing: 3px;
  color: #ffc107;
  margin-bottom: 12px;
}

/* Customer Name */

.review-card h4 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #0b4fc1;
}

/* Review Text */

.review-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #555;
}

/* Quote */

.review-card::after {
  content: "”";
  position: absolute;
  right: 18px;
  top: 5px;
  font-size: 55px;
  font-weight: bold;
  color: #e5efff;
}

/* Review Dots */

.review-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  height: 20px;
}

.review-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ccc;
  transition: 0.3s;
}

.review-dots span.active {
  width: 28px;
  border-radius: 20px;
  background: #0b4fc1;
}

/* Write Review */

.review-btn {
  width: 350px;
  margin-top: 5px;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: #0b4fc1;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.review-btn:hover {
  background: #ff8c00;
}

/* Hide Arrow Buttons */

.review-buttons {
  display: none !important;
}

/* ======FOOTER===== */

.footer {
  background: #062f73;
  color: #fff;
  margin-top: 35px;
}

.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding: 55px 0;
}

.footer-box h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
}

.footer-box h3 {
  color: #ff8c00;
  font-size: 20px;
  margin-bottom: 18px;
}

.footer-box p {
  color: #dbe8ff;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.footer-box a {
  display: block;
  color: #dbe8ff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-box a:hover {
  color: #ff8c00;
}

.location-title {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

/* Google Map */

.map-container {
  width: 100%;
  height: 190px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Footer Bottom */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 18px;
}

.footer-bottom p {
  margin: 0;
  color: #cbd9ef;
  font-size: 14px;
}
/* FLOATING SOCIAL BUTTONS */

.social-buttons {
  position: fixed;
  right: 5px;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.social {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 27px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.social:hover {
  transform: scale(1.12);
}

.whatsapp {
  background: #25d366;
}

.instagram {
  background: linear-gradient(45deg, #feda75, #d62976, #4f5bd5);
}

.phone {
  background: #0b4fc1;
}
/* =====ALL INDIA LOCATIONS==== */

.all-india-section {
  width: 100%;
  padding: 70px 7%;
}

.all-india-heading {
  text-align: center;
  margin-bottom: 45px;
}

.all-india-heading span {
  display: inline-block;
  color: #0b4fc1;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.all-india-heading h2 {
  color: #0b4fc1;
  font-size: 42px;
  margin: 10px 0;
}

.all-india-heading p {
  color: #666;
  font-size: 17px;
}

.all-india-line {
  width: 300px;
  height: 4px;
  margin: 18px auto;
  border-radius: 20px;
  background: linear-gradient(to right, #0b4fc1, #ff8800);
}

.location-container {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.location-card {
  min-height: 90px;
  background: #c77f00;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  transition: 0.3s ease;
}

.location-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.location-card b {
  font-weight: 500;
}

.location-card span {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  flex-shrink: 0;
  margin-left: 10px;
}

.location-card:hover {
  background: #0b4fc1;
  transform: translateY(-3px);
}

/* ====MOBILE===== */

@media (max-width: 768px) {
  .all-india-section {
    padding: 50px 15px;
  }

  .all-india-heading h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .all-india-heading span {
    font-size: 16px;
  }

  .all-india-heading p {
    font-size: 14px;
    line-height: 23px;
  }

  .location-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .location-card {
    min-height: 80px;
    padding: 12px 14px;
  }

  .location-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .location-card span {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

button,
input,
textarea,
select {
  max-width: 100%;
}

/* ====LAPTOP / DESKTOP 769px AND ABOVE===== */

header,
.topbar,
.hero,
.contaner,
.about,
.process,
.services,
.gallery-section,
.footer {
  width: 100%;
  max-width: 100%;
}

/* ---------- TOP BAR ---------- */

.topbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ---------- HEADER ---------- */

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 5%;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.quote-btn {
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  /* ---------- HERO ---------- */

  .hero {
    width: 100%;
    min-height: 600px;
    height: auto;
    padding: 70px 5%;
    display: flex;
    align-items: center;
  }

  .left {
    width: 100%;
    max-width: 650px;
  }

  .left h1 {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.15;
  }

  .left p {
    max-width: 600px;
  }

  /* ---------- QUOTE + BOXES ---------- */

  .contaner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .GetFreeQuote {
    flex: 1 1 350px;
    min-width: 0;
  }

  .OurServices {
    flex: 1 1 500px;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .cards,
  .cards1 {
    display: contents;
  }

  .box {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 215px;
  }

  /* ---------- ABOUT ---------- */

  .about {
    width: 100%;
    padding: 70px 5%;
  }

  .about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .about-content,
  .about-image {
    width: 50%;
    min-width: 0;
  }

  .about-image img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* ---------- PROCESS ---------- */

  .process {
    width: 100%;
    padding: 70px 5%;
    overflow: hidden;
  }

  .process-heading {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .process-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }

  .step {
    flex: 1;
    min-width: 0;
    text-align: center;
  }

  /* ---------- SERVICES ---------- */

  .services {
    width: 100%;
    padding: 70px 5%;
  }

  .section-title {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .services-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }

  .service-card {
    width: 100%;
    min-width: 0;
  }

  /* ---------- GALLERY ---------- */

  .gallery-section {
    width: 100%;
    padding: 70px 5%;
  }

  .gallery-heading {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .video-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }

  .video-memories {
    width: 100%;
    max-width: 100%;
  }

  .reviews-box {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
  }

  #reviewsContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .review-card {
    max-width: 100%;
  }

  /* ---------- FOOTER ---------- */

  .footer {
    width: 100%;
  }

  .footer-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding: 60px 20px;
  }

  .footer-box {
    width: 100%;
    min-width: 0;
  }

  .map-container {
    width: 100%;
    max-width: 100%;
  }
}
/* ====TABLET 769px - 1024px==== */

@media (min-width: 769px) and (max-width: 1024px) {
  header {
    padding: 12px 25px;
    gap: 15px;
  }

  nav {
    gap: 12px;
  }

  nav a {
    font-size: 14px;
  }

  .hero {
    min-height: 550px;
    padding: 60px 30px;
  }

  .contaner {
    padding: 40px 25px;
  }

  .about {
    padding: 60px 30px;
  }

  .about-container {
    gap: 30px;
  }

  .services {
    padding: 60px 30px;
  }

  .services-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process {
    padding: 60px 30px;
  }

  .process-container {
    gap: 15px;
  }

  .gallery-section {
    padding: 60px 30px;
  }

  .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =====MOBILE 768px AND BELOW=== */

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  /* ---------- TOP BAR ---------- */

  .topbar {
    width: 100%;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    font-size: 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .topbar a {
    font-size: 16px;
  }

  /* ---------- HEADER ---------- */

  header {
    width: 100%;
    height: auto;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 81px;
    position: static;
  }

  .logo {
    width: 100%;
    justify-content: center;
  }

  .logo img {
    width: 70px;
    height: auto;
  }

  .logo h2 {
    font-size: 22px;
  }

  .logo p {
    font-size: 12px;
  }

  nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 15px;
  }

  nav a {
    font-size: 13px;
  }

  .quote-btn {
    font-size: 13px;
    padding: 9px 18px;
    margin: 0 auto;
  }

  /* ======HERO======*/
  @media (max-width: 768px) {
    .hero {
      width: 100%;
      min-height: 324px !important;
      height: 324px !important;
      padding: 10px 20px !important;
      margin: 0 !important;
      position: relative;
      overflow: visible;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      background: #dceeff;
    }

    /* ======BANNER IMAGE - TEXT च्या मागे====== */
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("./img/Banner1_mobile.png");
      background-repeat: no-repeat;

      /* Image मोठी ठेवली आहे */
      background-size: 125% auto;

      /* Image right side ला */
      background-position: 90% center;
      z-index: 0;
    }
    .hero + section {
      margin-top: 0 !important;
      padding-top: 0 !important;
      min-height: 0 !important;
    }

    /* ====TEXT READABILITY OVER IMAGE==== */
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        rgba(220, 238, 255, 0.98) 0%,
        rgba(220, 238, 255, 0.9) 25%,
        rgba(220, 238, 255, 0.65) 45%,
        rgba(220, 238, 255, 0.25) 65%,
        rgba(220, 238, 255, 0) 100%
      );

      z-index: 1;
    }

    /* ==TEXT - IMAGE च्या वर== */
    .left {
      position: relative;
      z-index: 2;
      width: 62%;
      max-width: 62%;
      text-align: left;
    }

    .tag {
      font-size: 12px;
      padding: 8px 12px;
      margin-bottom: 22px;
      display: inline-block;
    }

    .left h1 {
      font-size: 32px;
      line-height: 1.08;
      margin-bottom: 10px;
      max-width: 340px;
    }

    .left p {
      font-size: 14px;
      line-height: 20px;
      max-width: 300px;
      margin-bottom: 4px;
    }

    /* ======BUTTONS===== */

    .hero-btn {
      display: flex !important;
      flex-direction: row !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center;
      gap: 10px !important;
      width: 120%;
    }

    .hero-btn a {
      width: 70% !important;
      max-width: none !important;
      height: 42px;
      padding: 10px 5px;
      margin: 0 !important;
      box-sizing: border-box;
      text-align: center;
    }

    /* ---------- QUOTE ---------- */

    .contaner {
      width: 100%;
      margin: 0;
      padding: 30px 15px;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .GetFreeQuote,
    .OurServices {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .OurServices {
      display: flex;
      flex-direction: column;
    }

    .GetFreeQuote {
      height: auto;
      padding: 20px;
    }

    .GetFreeQuote h2 {
      font-size: 23px;
    }

    .GetFreeQuote input,
    .GetFreeQuote textarea,
    .GetFreeQuote select {
      width: 100%;
      max-width: 100%;
    }

    /* ---------- BOXES ---------- */

    .cards,
    .cards1 {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .box {
      width: 100%;
      min-width: 0;
      height: auto;
      min-height: 170px;
      padding: 20px;
    }

    /* ---------- ABOUT ---------- */

    .about {
      width: 100%;
      padding: 40px 15px;
    }

    .about-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .about-content,
    .about-image {
      width: 100%;
      min-width: 0;
    }

    .about-content {
      text-align: center;
    }

    .about-content h2 {
      font-size: 29px;
      line-height: 1.3;
    }

    .about-content p {
      font-size: 14px;
      line-height: 25px;
      text-align: left;
    }

    .about-image {
      padding: 0;
      margin: 0;
    }

    .about-image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0;
    }

    /* ---------- PROCESS ---------- */

    .process {
      width: 100%;
      padding: 40px 15px;
      overflow: hidden;
    }

    .process-heading {
      width: 100%;
      margin-bottom: 35px;
    }

    .process-heading h2 {
      font-size: 28px;
      line-height: 1.3;
    }

    .process-heading p {
      font-size: 14px;
      line-height: 22px;
    }

    .process-container {
      width: 100%;
      max-width: 100%;

      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
    }

    .step {
      width: 100%;
      min-width: 0;
      text-align: center;
      margin-bottom: 25px;
    }

    .line1 {
      display: none;
    }

    /* ---------- SERVICES ---------- */

    .services {
      width: 100%;
      padding: 50px 15px;
    }

    .section-title {
      width: 100%;
      margin-bottom: 35px;
    }

    .section-title h2 {
      font-size: 29px;
      line-height: 1.3;
    }

    .section-title p {
      font-size: 14px;
      line-height: 23px;
    }

    .services-container {
      width: 100%;

      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .service-card {
      width: 100%;
      min-width: 0;
      padding: 25px 18px;
      margin: 0;
    }

    .service-card h3 {
      font-size: 22px;
    }

    .service-card p {
      font-size: 14px;
      line-height: 1.7;
    }

    /* ---------- GALLERY ---------- */

    .gallery-section {
      width: 100%;
      padding: 40px 15px;
    }

    .gallery-heading {
      width: 100%;
      margin-bottom: 30px;
    }

    .gallery-heading h2 {
      font-size: 30px;
    }

    .gallery-heading p {
      font-size: 14px;
      line-height: 22px;
    }

    .line {
      width: 80%;
      max-width: 300px;
    }

    .video-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .video-memories {
      width: 100%;
      height: 220px;
      max-width: 100%;
    }

    .more-feedback-btn {
      width: 50px;
      height: 50px;
      margin: 0 auto;
    }

    .reviews-box {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 15px 0;
    }

    .reviews-box h3 {
      font-size: 25px;
    }

    #reviewsContainer {
      width: 100%;
    }

    .review-card {
      width: 90%;
      max-width: 90%;
      margin: 0 auto;
    }

    .review-btn {
      width: 100%;
    }

    /* ---------- FOOTER ---------- */

    .footer {
      width: 100%;
    }

    .footer-container {
      width: 100%;

      display: flex;
      flex-direction: column;

      padding: 40px 20px;
      gap: 25px;
    }

    .footer-box {
      width: 100%;
      min-width: 0;
      margin: 0;
    }

    .footer-box h2 {
      font-size: 22px;
    }

    .footer-box h3 {
      font-size: 18px;
    }

    .footer-box p,
    .footer-box a {
      font-size: 14px;
      line-height: 1.6;
    }

    .map-container {
      width: 100%;
      height: 200px;
    }

    /* ---------- SOCIAL BUTTONS ---------- */

    .social-buttons {
      right: 10px;
      top: 35%;
      bottom: 20px;
      transform: none;
      gap: 8px;
    }

    .social {
      width: 45px;
      height: 45px;
      font-size: 22px;
    }
  }

  /* =====VERY SMALL MOBILE 480px AND BELOW====== */

  @media (max-width: 480px) {
    .hero {
      min-height: 600px;
      height: 600px;
      padding: 35px 12px;

      background-position:
        center center,
        center bottom;

      background-size:
        cover,
        100% auto;
    }

    .left h1 {
      font-size: 29px;
      line-height: 1.2;
    }

    .left p {
      font-size: 13px;
      line-height: 21px;
      max-width: 340px;
    }

    .hero-btn {
      flex-direction: column;
      align-items: center;
    }

    .hero-btn a,
    .hero-btn button {
      width: 100%;
      max-width: 280px;
    }
  }

  .GetFreeQuote {
    padding: 18px 15px;
  }

  .about-content h2,
  .section-title h2,
  .process-heading h2 {
    font-size: 26px;
  }

  .gallery-heading h2 {
    font-size: 27px;
  }

  .social-buttons {
    right: 8px;
    bottom: 15px;
  }

  .social {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
}
