/* =====================================================
   TEMPLATE 4 — CLOTHING STORE (PREMIUM FASHION THEME)
   ===================================================== */

body {
    font-family: 'Poppins', sans-serif;
    background: #F8F5F2; /* High-end cream grey */
    margin: 0;
    padding: 0;
    color: #2D2D2D;
}

.container {
    max-width: 620px;
}

/* ---------------- VIDEO SECTION ---------------- */
.video-section {
    position: relative;
}

.video-section video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.82) contrast(1.05);
}

/* LUXURY TITLE */
.clinic-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 0 5px 14px rgba(0,0,0,0.6);
    font-family: 'Poppins', serif;
}

@media (min-width: 768px) {
    .clinic-title { font-size: 44px; }
    .video-section video { height: 380px; }
}

@media (min-width: 1024px) {
    .clinic-title { font-size: 52px; }
    .video-section video { height: 450px; }
}

/* ---------------- CONTACT CARDS ---------------- */
.contact-cards { margin-top: 30px; }

/* Fashion-style cards (clean + elegant) */
.card-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 17px 0;
    background: linear-gradient(145deg, #FFFFFF, #F0EBE6);
    border-radius: 14px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #4D392A; /* fashion brown */
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border: 1px solid #EFE8DF;
    transition: 0.25s ease;
}

.card-btn:hover {
    transform: translateY(-3px);
    background: #FFF8F2;
    box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}

.icon-img {
    width: 32px;
    height: 32px;
}

/* ---------------- HIGHLIGHTS ---------------- */
.highlight-section {
    background: #FFFFFF;
    padding: 32px;
    margin: 32px 12px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #EDE6DD;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.highlight-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #4D392A;
}

.highlight-section p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

/* ---------------- CONTACT DETAILS ---------------- */
.details-section { margin-top: 25px; }

.details-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #4D392A;
}

.details-section p { font-size: 15px; }

/* ---------------- ADDRESS ---------------- */
.address-section {
    background: #F1EAE3;
    padding: 38px 0;
    margin-top: 28px;
    text-align: center;
    color: #4D392A;
    border-top: 1px solid #E3D9CF;
}

.vector-img {
    width: 150px;
    margin-bottom: 18px;
}

/* ---------------- SAVE CONTACT ---------------- */
.save-contact {
    text-align: center;
    margin: 50px 0 35px 0;
}

.save-btn {
    background: #4D392A;
    color: white;
    padding: 14px 40px;
    border-radius: 32px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s ease;
}

.save-btn:hover {
    background: #6B4C36;
}

/* ---------------- SOCIAL CARDS ---------------- */
.social-section { margin-top: 35px; }

.social-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    border-radius: 12px;
    background: #EDE7E2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.social-icon { width: 32px; }

.insta { background: #F26B7C; }
.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: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}

@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 button (fashion look) */
.slider-btn {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: #4D392A;
    color: white;
    padding: 11px 32px;
    border-radius: 26px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: 0.25s ease;
}

.slider-btn:hover {
    background: #6B4C36;
}

/* TEMPLATE 4 — CLOTHING SERVICES */
.services-section-cloth { margin-top: 35px; }

.services-title-cloth {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #7d4e2d;
}

.service-box-cloth {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(125,78,45,0.25);
}

.service-box-cloth img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .service-box-cloth img { height: 160px; }
}

@media (min-width: 1024px) {
    .service-box-cloth img { height: 190px; }
}


/* TEMPLATE 4 — UPI (Clothing Store Theme) */
.upi-section {
    margin-top: 40px;
    text-align: center;
}

.upi-title {
    font-size: 22px;
    font-weight: 700;
    color: #7d4e2d; /* Premium brown */
    margin-bottom: 12px;
}

.upi-id {
    font-size: 16px;
    font-weight: 600;
}

.upi-id span {
    color: #7d4e2d; /* Highlight in brown */
}

.upi-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.pay-icon {
    width: 60px;
    height: 60px;
    background: #fff7f0; /* Cream color */
    border-radius: 14px;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 4px 14px rgba(125, 78, 45, 0.28); /* Soft brown glow */
}

.pay-icon img {
    width: 34px;
}


/* TEMPLATE 4 — MAP SECTION */
.map-section {
    margin-top: 35px;
    text-align: center;
}

.map-title {
    font-size: 22px;
    font-weight: 700;
    color: #7d4e2d; /* Premium brown */
    margin-bottom: 15px;
}

.map-box {
    width: 100%;
    height: 270px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(125, 78, 45, 0.25); /* Soft brown shadow */
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 14px;
}

@media (min-width: 768px) {
    .map-box {
        height: 330px;
    }
}

@media (min-width: 1024px) {
    .map-box {
        height: 380px;
    }
}
