body {
    font-family: 'Poppins', sans-serif;
    background: #FFF2F6; /* Soft premium pink background */
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 620px;
}

/* ---------------- VIDEO SECTION ---------------- */
.video-section {
    position: relative;
}

.video-section video {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.clinic-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 3px 10px rgba(0,0,0,0.45);
}

@media (min-width: 768px) {
    .clinic-title { font-size: 40px; }
    .video-section video { height: 380px; }
}

@media (min-width: 1024px) {
    .clinic-title { font-size: 48px; }
    .video-section video { height: 450px; }
}

/* ---------------- CONTACT CARDS ---------------- */
.contact-cards { margin-top: 25px; }

.card-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px 0;
    background: #FFC2D1; /* Soft luxury pink */
    border-radius: 14px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #7A0045; /* bold wine pink */
}

.icon-img {
    width: 32px;
    height: 32px;
}

@media (min-width: 1024px) {
    .icon-img { width: 45px; height: 45px; }
}

/* ---------------- HIGHLIGHTS ---------------- */
.highlight-section {
    background: #ffffff;
    padding: 30px;
    margin: 30px 12px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #FFE1EB;
}

.highlight-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #7A0045;
}

.highlight-section p {
    font-size: 15px;
    color: #5A2A3A;
}

/* ---------------- CONTACT DETAILS ---------------- */
.details-section { margin-top: 25px; }

.details-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #7A0045;
}

.details-section p {
    font-size: 15px;
    color: #333;
}

/* ---------------- ADDRESS ---------------- */
.address-section {
    background: #FFC2D1;
    padding: 30px 0;
    margin-top: 25px;
    text-align: center;
    color: #7A0045;
}

.vector-img {
    width: 140px;
    margin-bottom: 12px;
}

/* ---------------- SAVE CONTACT ---------------- */
.save-contact {
    text-align: center;
    margin: 45px 0 30px 0;
}

.save-btn {
    background: #7A0045;
    color: white;
    padding: 14px 35px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
}

/* ---------------- SOCIAL CARDS ---------------- */
.social-section { margin-top: 30px; }

.social-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 10px;
}

.social-icon { width: 32px; }

/* Using elegant pink-friendly colors */
.insta { background: #E1306C; }
.whatsapp { background: #25D366; }
.facebook { background: #4267B2; }

/* ---------------- 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: 12px;
}

@media (min-width: 768px) {
    .slide-box img { height: 350px; }
}

@media (min-width: 1024px) {
    .slide-box img { height: 420px; }
}

@media (min-width: 1400px) {
    .slide-box img { height: 480px; }
}

.slider-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #7A0045;
    color: white;
    padding: 10px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .slider-btn {
        padding: 14px 40px;
        font-size: 17px;
        bottom: 32px;
    }
}

/* TEMPLATE 2 — SKINCARE SERVICES */
.services-section-skin { margin-top: 35px; }

.services-title-skin {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #770737;
}

.service-box-skin {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(255, 175, 200, 0.35);
}

.service-box-skin img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .service-box-skin img { height: 160px; }
}

@media (min-width: 1024px) {
    .service-box-skin 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: #770737;
    margin-bottom: 15px;
}

/* 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 2 — UPI */
.upi-section {
    margin-top: 40px;
    text-align: center;
}

.upi-title {
    font-size: 22px;
    font-weight: 700;
    color: #770737; /* Dark rose */
    margin-bottom: 12px;
}

.upi-id {
    font-size: 16px;
    font-weight: 600;
}

.upi-id span {
    color: #770737; /* Highlight */
}

.upi-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.pay-icon {
    width: 60px;
    height: 60px;
    background: #ffffff; /* Clean white for skincare look */
    border-radius: 14px;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 4px 12px rgba(255, 150, 170, 0.35); /* Soft pink glow */
}

.pay-icon img {
    width: 34px;
}
