@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Outfit", sans-serif;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body{
    margin:0;
    padding:0;
    font-family: "Outfit", sans-serif;
}
.bg-black {
    background-color: #000 !important;
  }

  .phone-btn {
    background: linear-gradient(45deg, #d4af37, #b8860b);
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .phone-btn:hover {
    background: linear-gradient(45deg, #FFD700, #c99700);
    color: #111;
    transform: translateY(-2px);
  }

  /* Responsive tweaks */
  @media (max-width: 767.98px) {
    .navbar .container {
      flex-direction: column;
      gap: 8px;
    }

    .phone-btn {
      font-size: 14px;
      padding: 8px 16px;
    }

       .navbar-brand img {
        height: 58px;
    }
  }
    /* Header */
    .top-nav {
      position: absolute;
      top: 15px;
      left: 20px;
      right: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
    }

    .top-nav .logo {
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 20px;
    }

    .top-nav .nav-links a {
      color: #fff;
      margin-left: 20px;
      text-decoration: none;
      font-weight: 500;
    }

    .top-nav .login-btn {
      background: #e50914;
      padding: 8px 18px;
      border-radius: 3px;
      color: #fff;
      text-decoration: none;
      margin-left: 20px;
      font-weight: 600;
    }


.red-circle i {
  font-size: 30px;             /* adjust as per your design */
  color: #fff;                 /* white icon looks better on red */
}
.hero-banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 6vw;
  overflow: hidden;
}

/* ===== Default Background (Desktop) ===== */
.hero-banner .hero-image {
  position: absolute;
  inset: 0;
  background: url('../img/main-image.webp') center center / cover no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

/* Overlay */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 17%);
  z-index: 1;
}

@media screen and (max-width: 480px) {
     .call-box {
        width: 100%!important;
    }
    .phone-btn{
      display:none!important;
    }
    .cureted-service{}
}

/* ===== Call Box ===== */
.call-box {
  position: relative;
  z-index: 2;
  background: rgb(0 0 0 / 77%);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 40px 35px;
  width: 360px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.red-circle {
  width: 70px;
  height: 70px;
  background: #e50914;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: -25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.call-btn {
  background: linear-gradient(45deg, #f9c802, #f0a800);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 38px;
  border-radius: 6px;
  transition: 0.3s;
}
.call-btn:hover {
  background: linear-gradient(45deg, #ffd700, #caa307);
  transform: translateY(-2px);
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 992px) {
  .hero-banner {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    min-height: auto;
  }

  /* ✅ Mobile Background Image */
  .hero-banner .hero-image {
    margin-top: 2px;
    position: relative;
    height: 280px !important;
    width: 100%;
    background: url('../img/mobile-final-a.jpg') center center / cover no-repeat;
    background-attachment: scroll;
  }
  .cardss{
      padding-bottom:20px!important;
  }
  .hero-banner::before {
    display: none;
  }

  .call-box {
    width: 90%;
    background: #111;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-radius:none!important;
  }

  .red-circle {
    right: 50%;
    transform: translateX(50%);
  }
}
.service-box {
  transition: all 0.3s ease;
  background-color: #efe4e4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.section-heading {
  padding-left: 15px;
  border-left: 5px solid #e50914; /* red accent line */
  position: relative;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.5px;
  line-height: 1.3;
  position: relative;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(45deg, #e50914, #ffb300);
  margin-top: 10px;
  border-radius: 2px;
}

.section-heading .text-highlight {
  color: #e50914;
}

.section-heading p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 700px;
}
   .product-carousel {
  margin: 30px auto;
}

.item {
  text-align: center;
  position: relative;
  padding: 15px;
}

.product-card {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  z-index: 1;
}

.product-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 6px 25px rgba(0,0,0,0.25);
}

.item img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  z-index: 2;
  position: relative;
}

/* ✅ Badge now always above image */
.badge {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #00b140;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  z-index: 5; /* brings badge on top */
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

/* SALE badge with red glow */
.badge.sale {
  background: linear-gradient(90deg, #ff0000, #ff5252);
  box-shadow: 0 0 10px rgba(255,0,0,0.4);
}

/* NEW badge with green glow */
.badge.new {
  background: linear-gradient(90deg, #00b140, #22ff66);
  box-shadow: 0 0 10px rgba(0,255,0,0.3);
}

.item h4 {
  font-size: 14px;
  margin-top: 12px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  color: #000 !important;
  transition: 0.3s;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

.owl-nav button:hover {
  background: linear-gradient(90deg, #e60000, #ff4b2b) !important;
  color: #fff !important;
}

.owl-nav .owl-prev { left: -45px; }
.owl-nav .owl-next { right: -45px; }
.owl-nav button span {
  font-weight: bold;
  font-size: 24px;
}
.cureted-service{
  background-color: #efe;
}
/* Carousel cards */
#gomechCarousel .item {
  text-align: center;
}

.service-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-info {
  padding: 15px;
  background: #fff;
}

.service-info h5 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.service-info p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Owl Nav Buttons */
#gomechCarousel .owl-nav button {
  position: absolute;
  top: 38%;
  background: #fff !important;
  color: #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px !important;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

#gomechCarousel .owl-nav button:hover {
  background: linear-gradient(90deg, #ff0000, #ff4b2b) !important;
  color: #fff !important;
  transform: scale(1.1);
}

#gomechCarousel .owl-prev { left: -35px; }
#gomechCarousel .owl-next { right: -35px; }

/* ⚫ Black CTA Box */
.cta-box-dark {
  background: linear-gradient(145deg, #000, #1a1a1a);
  padding: 50px 25px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.6);
  transition: all 0.4s ease;
}

.cta-box-dark::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, rgba(255,0,0,0.4), transparent 30%, rgba(255,255,255,0.1));
  animation: rotateLight 8s linear infinite;
  z-index: 0;
}

@keyframes rotateLight {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.cta-box-dark h4,
.cta-box-dark p,
.cta-highlight-dark,
.cta-box-dark a {
  position: relative;
  z-index: 1;
}

.cta-box-dark h4 {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.cta-box-dark p {
  font-size: 15px;
  color: #ddd;
  margin-bottom: 20px;
}

.cta-highlight-dark {
  background: rgba(255,0,0,0.15);
  padding: 8px 15px;
  border: 1px solid rgba(255,0,0,0.4);
  border-radius: 30px;
  display: inline-block;
  color: #ff4b2b;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.cta-box-dark:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(255,0,0,0.35);
}
    /* === Workshop Carousel === */
    .workshop-card {
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }

    .workshop-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .workshop-card:hover img {
      transform: scale(1.05);
    }

    #workshopCarousel .owl-nav button {
      position: absolute;
      top: 40%;
      background: #fff !important;
      color: #000 !important;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 22px !important;
      transition: 0.3s;
      box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    }

    #workshopCarousel .owl-nav button:hover {
      background: linear-gradient(90deg, #ff0000, #ff4b2b) !important;
      color: #fff !important;
      transform: scale(1.1);
    }

    #workshopCarousel .owl-prev {     left: -8px; }
    #workshopCarousel .owl-next { right: -8px; }

    /* === Creative Appointment Form === */
    .appointment-box-pro {
      background: rgba(0, 0, 0, 0.9);
      border: 1px solid rgba(255, 0, 0, 0.3);
      border-radius: 20px;
      padding: 40px 30px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 0 25px rgba(255, 0, 0, 0.15);
      backdrop-filter: blur(12px);
    }

    .appointment-box-pro::before {
      content: "";
      position: absolute;
      top: -80%;
      left: -80%;
      width: 260%;
      height: 260%;
      background: conic-gradient(from 0deg, rgba(255,0,0,0.3), transparent 40%, rgba(255,255,255,0.05));
      animation: spinGlow 8s linear infinite;
      z-index: 0;
    }

    @keyframes spinGlow {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .appointment-box-pro * {
      position: relative;
      z-index: 1;
    }

    .form-icon {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #ff4b2b;
      font-size: 16px;
      z-index: 2;
    }

    .form-pro {
      background-color: #111 !important;
      border: 1px solid #333;
      color: #fff;
      border-radius: 10px;
      padding-left: 40px !important;
      height: 55px;
      transition: 0.3s ease;
    }

    .form-pro:focus {
      border-color: #ff4b2b !important;
      box-shadow: 0 0 10px rgba(255,75,43,0.4);
      background-color: #1a1a1a !important;
    }

    .form-pro::placeholder {
      color: #888;
    }

    /* === Book Button === */
    .book-btn {
      background: linear-gradient(90deg, #ff0000, #ff4b2b);
      color: #fff;
      border: none;
      font-size: 16px;
      letter-spacing: 0.5px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .book-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: -75px;
      width: 50px;
      height: 100%;
      background: rgba(255,255,255,0.3);
      transform: skewX(-25deg);
      transition: 0.5s;
    }

    .book-btn:hover::after {
      left: 120%;
    }

    .book-btn:hover {
      box-shadow: 0 0 25px rgba(255,75,43,0.5);
    }

    /* === Section Heading === */
    .section-heading h2 {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .text-highlight {
      color: #ff4b2b;
    }

    .section-heading p {
      color: #777;
      font-size: 15px;
    }
        /* === Section === */
    .guarantee-section {
      background: #0d0d0d;
      color: #fff;
      padding: 80px 0;
    }

    .guarantee-section h2 {
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 50px;
      font-size: 32px;
      letter-spacing: 1px;
    }

    /* === Guarantee Cards === */
    .guarantee-card {
      border-radius: 16px;
      padding: 35px 25px;
      color: #fff;
      text-align: center;
      transition: all 0.4s ease;
      box-shadow: 0 0 0 rgba(0,0,0,0);
      position: relative;
      background: #1a1a1a;
      overflow: hidden;
    }

    .guarantee-card::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .guarantee-card:hover::after {
      opacity: 1;
    }

    .guarantee-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 25px rgba(255,255,255,0.1);
    }

    /* === Icons === */
    .guarantee-card i {
      font-size: 40px;
      margin-bottom: 18px;
      padding: 20px;
      border-radius: 50%;
      display: inline-block;
      transition: 0.3s;
    }

    .guarantee-card:hover i {
      transform: rotate(10deg) scale(1.1);
    }

    /* === Icon Color Schemes === */
    .icon-blue { background: rgba(0, 115, 230, 0.15); color: #0073e6; }
    .icon-red { background: rgba(255, 60, 60, 0.15); color: #ff3c3c; }
    .icon-green { background: rgba(0, 180, 100, 0.15); color: #00b464; }
    .icon-yellow { background: rgba(255, 200, 50, 0.15); color: #ffc832; }

    /* === Hover Glows === */
    .guarantee-card:hover .icon-blue { box-shadow: 0 0 15px rgba(0,115,230,0.5); }
    .guarantee-card:hover .icon-red { box-shadow: 0 0 15px rgba(255,60,60,0.5); }
    .guarantee-card:hover .icon-green { box-shadow: 0 0 15px rgba(0,180,100,0.5); }
    .guarantee-card:hover .icon-yellow { box-shadow: 0 0 15px rgba(255,200,50,0.5); }

    /* === Text === */
    .guarantee-card h5 {
      font-weight: 700;
      font-size: 18px;
      margin-top: 10px;
    }

    .guarantee-card p {
      color: #bbb;
      font-size: 14px;
      margin-top: 6px;
    }

    /* Responsive */
    @media (max-width: 767px) {
      .guarantee-card {
        margin-bottom: 20px;
      }
    }
    /* === Section === */
    .works-section {
      background: #fff;
      color: #222;
      padding: 80px 0;
    }

    .works-section h2 {
      font-weight: 800;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 60px;
      font-size: 32px;
      letter-spacing: 1px;
      color: #222;
    }

    /* === Timeline Container === */
    .timeline {
      position: relative;
      margin: 0 auto;
      padding-left: 40px;
      max-width: 900px;
      border-left: 3px solid rgba(0, 0, 0, 0.08);
    }

    /* === Step Box === */
    .timeline-step {
      position: relative;
      margin-bottom: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      opacity: 0;
      transform: translateY(40px);
      animation: fadeInUp 1s ease forwards;
    }

    .timeline-step:nth-child(1) { animation-delay: 0.2s; }
    .timeline-step:nth-child(2) { animation-delay: 0.4s; }
    .timeline-step:nth-child(3) { animation-delay: 0.6s; }
    .timeline-step:nth-child(4) { animation-delay: 0.8s; }

    @keyframes fadeInUp {
      to { opacity: 1; transform: translateY(0); }
    }

    /* === Step Number === */
    .step-number {
      background: #ff4b2b;
      color: #fff;
      width: 45px;
      height: 45px;
      font-weight: 700;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      box-shadow: 0 3px 10px rgba(255, 75, 43, 0.3);
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .timeline-step:hover .step-number {
      transform: scale(1.1);
      box-shadow: 0 5px 15px rgba(255, 75, 43, 0.4);
    }

    /* === Step Content === */
    .step-content {
      flex: 1;
      padding: 0 20px;
      max-width: 500px;
    }

    .step-content h5 {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 6px;
      color: #111;
    }

    .step-content p {
      font-size: 15px;
      color: #555;
      margin-bottom: 0;
    }

    /* === Step Icon === */
    .step-icon {
      font-size: 60px;
      color: #ff4b2b;
      background: rgba(255, 75, 43, 0.08);
      border-radius: 50%;
      padding: 15px;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .timeline-step:hover .step-icon {
      transform: scale(1.1);
      box-shadow: 0 0 15px rgba(255, 75, 43, 0.2);
    }

    /* === Connector Dot === */
    .timeline-step::before {
      content: "";
      position: absolute;
      left: -50px;
      top: 20px;
      width: 18px;
      height: 18px;
      background: #ff4b2b;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(255, 75, 43, 0.3);
    }

    /* === Responsive Design === */
    @media (max-width: 991px) {
      .timeline {
        border-left: 2px solid rgba(0, 0, 0, 0.07);
        padding-left: 30px;
      }

      .timeline-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
      }

      .step-content {
        padding: 10px 0;
        max-width: 100%;
      }

      .timeline-step::before {
        left: -30px;
      }

      .step-number {
        margin-bottom: 10px;
      }

      .step-icon {
        margin-top: 15px;
      }
    }

    @media (max-width: 576px) {
      .works-section h2 {
        font-size: 26px;
      }

      .timeline {
        padding-left: 20px;
        margin-left: 10px;
      }

      .step-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
      }

      .step-icon {
        font-size: 50px;
      }

      .step-content h5 {
        font-size: 18px;
      }

      .step-content p {
        font-size: 14px;
      }
    }
    /* === FAQ Section === */
    .faq-section {
      background: #efe;
      padding: 30px 0;
    }

    .faq-section h2 {
      text-align: center;
      font-weight: 800;
      text-transform: uppercase;
      color: #222;
      font-size: 32px;
    }

    /* === Accordion === */
    .accordion-item {
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 10px !important;
      margin-bottom: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.04);
      transition: all 0.3s ease;
    }

    .accordion-item:hover {
      box-shadow: 0 6px 15px rgba(0,0,0,0.08);
      transform: translateY(-2px);
    }

    .accordion-button {
      background: #fff;
      border: none;
      font-weight: 600;
      font-size: 17px;
      color: #111;
      padding: 18px 20px;
      border-radius: 10px !important;
      transition: 0.3s ease;
      box-shadow: none !important;
      position: relative;
    }

    .accordion-button:not(.collapsed) {
      color: #ff4b2b;
      background-color: rgba(255, 75, 43, 0.05);
    }

    .accordion-button::after {
      font-family: 'remixicon';
      content: "\ea13"; /* plus icon */
      font-size: 20px;
      color: #ff4b2b;
      background: none;
      transform: rotate(0);
      transition: transform 0.3s ease;
    }

    .accordion-button:not(.collapsed)::after {
      content: "\f1af"; /* minus icon */
      transform: rotate(180deg);
    }

    .accordion-body {
      padding: 20px;
      color: #555;
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .accordion-body p {
      margin-bottom: 0;
      line-height: 1.6;
    }

    /* === Responsive === */
    @media (max-width: 767px) {
      .faq-section h2 {
        font-size: 26px;
      }

      .accordion-button {
        font-size: 15px;
        padding: 16px;
      }
    }
    /* === Section === */
    .price-section {
      background: #fff;
      padding: 80px 0;
    }

    .price-section h2 {
      text-align: center;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 28px;
      margin-bottom: 40px;
      color: #111;
      position: relative;
    }

    .price-section h2::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      background: #ff4b2b;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    /* === Table Styling === */
    .price-table {
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .price-table thead {
      background: linear-gradient(90deg, #ff4b2b, #ff6b4b);
      color: #fff;
    }

    .price-table th {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 15px;
      padding: 15px;
      letter-spacing: 0.5px;
      text-align: center;
    }

    .price-table tbody tr {
      background: #fff;
      transition: all 0.3s ease;
    }

    .price-table tbody tr:nth-child(even) {
      background: #f9f9f9;
    }

    .price-table td {
      padding: 15px;
      text-align: center;
      color: #333;
      font-size: 15px;
      vertical-align: middle;
    }

    .price-table tbody tr:hover {
      background: rgba(255, 75, 43, 0.05);
      transform: scale(1.01);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    /* === Price Badge === */
    .price-badge {
      background: rgba(255, 75, 43, 0.1);
      color: #ff4b2b;
      font-weight: 700;
      border-radius: 6px;
      padding: 6px 12px;
      display: inline-block;
    }

    /* === Savings Tag === */
    .savings {
      background: rgba(0, 200, 83, 0.1);
      color: #00a651;
      font-weight: 600;
      border-radius: 6px;
      padding: 6px 10px;
      display: inline-block;
    }

    /* === Responsive === */
    @media (max-width: 767px) {
      .price-section {
        padding: 60px 0;
      }

      .price-section h2 {
        font-size: 24px;
      }

      .price-table th,
      .price-table td {
        font-size: 14px;
        padding: 12px 8px;
      }
    }

    /* === Animated Header Shadow === */
    .price-table thead th {
      position: relative;
    }

    .price-table thead th::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 3px;
      background: #fff;
      transition: width 0.4s ease;
    }

    .price-table thead th:hover::after {
      width: 100%;
    }
  /* === Footer === */
    .footer {
      background: #000;
      color: #ddd;
      padding: 70px 0 30px;
      position: relative;
      overflow: hidden;
    }

    .footer::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at center, rgba(255, 0, 0, 0.15), transparent 70%);
      z-index: 0;
      animation: rotateGlow 20s linear infinite;
    }

    @keyframes rotateGlow {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .footer * {
      position: relative;
      z-index: 2;
    }

    .footer h5 {
      color: #fff;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-size: 16px;
      position: relative;
    }

    .footer h5::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background: #ff4b2b;
      margin-top: 6px;
      border-radius: 2px;
    }

    .footer a {
      color: #bbb;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      transition: 0.3s;
    }

    .footer a:hover {
      color: #ff4b2b;
      transform: translateX(3px);
    }

    .footer .social-icons a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 38px;
      height: 38px;
      background: rgba(255, 75, 43, 0.1);
      border-radius: 50%;
      color: #ff4b2b;
      font-size: 18px;
      margin-right: 10px;
      transition: 0.3s ease;
    }

    .footer .social-icons a:hover {
      background: #ff4b2b;
      color: #fff;
      transform: scale(1.1);
      box-shadow: 0 0 10px rgba(255, 75, 43, 0.6);
    }

    .footer .contact-info p {
      margin-bottom: 8px;
      color: #bbb;
      font-size: 15px;
    }

    .footer .contact-info i {
      color: #ff4b2b;
      margin-right: 10px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
      color: #aaa;
      font-size: 14px;
    }

    .footer-bottom span {
      color: #ff4b2b;
      font-weight: 600;
    }

    /* === Responsive === */
    @media (max-width: 767px) {
      .footer {
        text-align: center;
      }

      .footer .social-icons a {
        margin: 5px;
      }

      .footer h5::after {
        margin: 8px auto;
      }
    }
    .luxury-brands {
    background: #0d0d0d;
    color: #fff;
  }

  .text-highlight {
    color: #f2ae00;
  }

  .brands-carousel {
    margin-top: 30px;
  }

  .brand-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  }

  .brand-item img {
    width: 100px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
  }

  .brand-item:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
  }

  .brand-item:hover {
    background: #151515;
    box-shadow: 0 0 20px rgba(255, 75, 43, 0.2);
    transform: translateY(-5px);
  }

  /* Owl Carousel Navigation */
  .owl-nav button {
    position: absolute;
    top: 40%;
    background: #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #000 !important;
    font-size: 18px !important;
    transition: 0.3s;
  }

  .owl-nav button:hover {
    background: #ff4b2b !important;
    color: #fff !important;
  }


  @media (max-width: 767px) {
    .brand-item img {
      width: 80px;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
      display: none;
    }
    .call-box {
    width: 90%;
    background: #111;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-radius:none!important;
  }
    .brand-logo {
    padding: 3px!important;
}
.cardss{
      padding-bottom:20px!important;
  }

  }
  .offer-section .owl-carousel .item img{
      width:100%;
      height:100%;
  }
    .service-btn {
    background: linear-gradient(90deg, #e62424, #b30000);
    color: #fff;
    padding: 14px 35px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 0 10px #e62424, 0 0 20px #b30000;
    transition: all 0.3s ease;
    animation: btnGlow 2s infinite alternate;
  }

  @keyframes btnGlow {
    0% {
      box-shadow: 0 0 8px #e62424, 0 0 16px #b30000;
    }
    100% {
      box-shadow: 0 0 20px #ff4d4d, 0 0 40px #ff0000;
    }
  }

  .service-btn:hover {
    transform: scale(1.05);
    background: #ff3333;
    text-decoration: none;
    color: #fff;
  }

  /* ===== Modal Styling ===== */
  .modal-content {
    background: linear-gradient(145deg, #111, #1a1a1a);
    color: #fff;
    border: 1px solid #333;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(230, 36, 36, 0.5);
  }

  .modal-header {
    border-bottom: 1px solid #333;
    background: #e62424;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .modal-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .form-control {
    background: #222;
    border: 1px solid #444;
    color: #fff;
  }

  .form-control:focus {
    background: #111;
    border-color: #e62424;
    box-shadow: 0 0 5px #e62424;
  }

  .modal-footer {
    border-top: 1px solid #333;
  }

  .submit-btn {
    background: #e62424;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s ease;
  }

  .submit-btn:hover {
    background: #ff3333;
    box-shadow: 0 0 15px #e62424;
  }
.why-choose-section {

padding:80px 0;

background:linear-gradient(120deg,#f8fbff,#eef4ff);

}


.why-title {

font-size:38px;

font-weight:700;

margin-bottom:50px;

color:#0a2540;

}


/* CARD STYLE */

.why-card {

display:flex;

gap:18px;

padding:22px 25px;

margin-bottom:30px;

background:#fff;

border-radius:14px;

box-shadow:0 6px 22px rgba(0,0,0,0.07);

transition:.35s ease;

}


.why-card:hover {

transform:translateY(-6px);

box-shadow:0 15px 40px rgba(0,0,0,0.15);

}


/* ICON STYLE */

.why-card i {

font-size:26px;

color:#ff4b2b;

margin-top:4px;

min-width:35px;

}


/* TEXT STYLE */

.why-card h4 {

font-size:18px;

margin-bottom:6px;

color:#111;

}


.why-card p {

font-size:14px;

color:#555;

margin:0;

}


/* MOBILE VIEW */

@media(max-width:768px){

.why-title {

font-size:28px;

}

}