/* =====================================================
   TEMPLATE 5 — AUTO SPARES (RED–BLUE PREMIUM GRADIENT)
   ===================================================== */

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: linear-gradient(160deg, #ff002f, #7a28ff, #0066ff);
  background-attachment: fixed;
}

.container {
  max-width: 620px;
}

/* ---------------- VIDEO SECTION ---------------- */
.video-section {
  position: relative;
}

.video-section video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  filter: brightness(0.8);
}

/* TITLE */
.clinic-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.5px;

  text-shadow: 0 0 14px rgba(255, 255, 255, 0.8),
    0 0 22px rgba(0, 102, 255, 0.6);
}

@media (min-width: 768px) {
  .clinic-title {
    font-size: 46px;
  }
  .video-section video {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .clinic-title {
    font-size: 54px;
  }
  .video-section video {
    height: 450px;
  }
}

/* ---------------- CONTACT CARDS ---------------- */
.contact-cards {
  margin-top: 28px;
}

/* WHITE CARDS */
.card-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;

  padding: 18px 0;
  background: #ffffff;
  border-radius: 16px;
  text-decoration: none;

  font-size: 16px;
  font-weight: 700;
  color: #0066ff;

  border: 1px solid #d8d8d8;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);

  transition: 0.25s ease;
}

.card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.icon-img {
  width: 34px;
  height: 34px;
}

/* ---------------- HIGHLIGHTS ---------------- */
.highlight-section {
  background: rgba(255, 255, 255, 0.2);
  padding: 28px;
  margin: 32px 12px;
  text-align: center;
  border-radius: 16px;

  border: 1px solid rgba(255, 255, 255, 0.25);
}

.highlight-section h3 {
  font-size: 22px;
  font-weight: 800;
}

.highlight-section p {
  font-size: 15px;
  line-height: 1.7;
}

/* ---------------- CONTACT DETAILS ---------------- */
.details-section {
  margin-top: 28px;
}

.details-section h4 {
  font-size: 18px;
  font-weight: 700;
}

.details-section p {
  font-size: 15px;
  color: #f1f1f1;
}

/* ---------------- ADDRESS ---------------- */
.address-section {
  background: rgba(255, 255, 255, 0.2);
  padding: 36px 0;
  margin-top: 32px;
  text-align: center;

  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.vector-img {
  width: 150px;
  margin-bottom: 16px;
}

/* =====================================================
   SAVE CONTACT BUTTON (OPTION 3 — SOFT BLUE BUTTON)
   ===================================================== */
.save-contact {
  text-align: center;
  margin: 50px 0 32px 0;
}

.save-btn {
  background: #0a85ff; /* Soft modern blue */
  color: white;

  padding: 14px 42px;
  border-radius: 40px; /* More rounded */

  font-size: 17px;
  text-decoration: none;
  font-weight: 800;

  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  transition: 0.25s ease;
}

.save-btn:hover {
  background: #006fe0;
  transform: scale(1.06);
}

/* ---------------- SOCIAL CARDS ---------------- */
.social-section {
  margin-top: 35px;
}

.social-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;

  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.social-icon {
  width: 32px;
}

.insta {
  background: #e1306c;
}
.whatsapp {
  background: #25d366;
}
.facebook {
  background: #3a559f;
}

/* ---------------- SLIDER ---------------- */
.slider-section {
  margin: 35px 0;
}

.slide-box {
  position: relative;
  display: flex;
  justify-content: center;
}

.slide-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;

  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .slide-box img {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .slide-box img {
    height: 420px;
  }
}

/* =====================================================
   ENQUIRE NOW BUTTON (OPTION 5 — NEON ELECTRIC GLOW)
   ===================================================== */
.slider-btn {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);

  padding: 11px 34px;
  border-radius: 26px;

  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  color: white;

  background: linear-gradient(90deg, #ff0033, #0066ff);

  box-shadow: 0 0 12px rgba(255, 0, 50, 0.7), 0 0 22px rgba(0, 102, 255, 0.7);

  transition: 0.25s ease;
}

.slider-btn:hover {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 16px rgba(255, 0, 50, 0.9), 0 0 30px rgba(0, 102, 255, 0.9);
}

/* TEMPLATE 5 — AUTO SPARES SERVICES */
.services-section-auto { margin-top: 35px; }

.services-title-auto {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

.service-box-auto {
    background: rgba(255,255,255,0.18);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}

.service-box-auto img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .service-box-auto img { height: 160px; }
}

@media (min-width: 1024px) {
    .service-box-auto img { height: 190px; }
}


/* ================= MAP SECTION ================= */
.map-section {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.map-title {
     font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

/* Responsive Map Wrapper */
.map-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.20);
}

.map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 14px;
}


/* TEMPLATE 5 — UPI (Auto Spares - Red/Blue Gradient Theme) */
.upi-section {
    margin-top: 40px;
    text-align: center;
}

.upi-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff; /* White text on gradient */
    margin-bottom: 12px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

.upi-id {
    font-size: 16px;
    font-weight: 600;
    color: #e9f7ff; /* Soft light blue */
}

.upi-id span {
    color: #aee1ff; /* Highlighted UPI ID */
}

.upi-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.pay-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.20); /* Light translucent glass */
    border-radius: 14px;

    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 4px 18px rgba(0,0,0,0.35);
    backdrop-filter: blur(3px);
}

.pay-icon img {
    width: 34px;
    filter: brightness(1); /* keeps icons clean & bright */
}
