/* ===== SERVICE DETAIL PAGE - PREMIUM CONTENT STYLES ===== */

/* Main content text area */
.wt-icon-box-wraper.left p,
.col-md-7 .wt-icon-box-wraper p,
.col-lg-12 p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.wt-icon-box-wraper.left h2,
.wt-icon-box-wraper.left h3,
.col-lg-12 h2,
.col-lg-12 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0e6d3;
    letter-spacing: 0.3px;
}

.wt-icon-box-wraper.left ul,
.col-lg-12 ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 18px;
}

.wt-icon-box-wraper.left ul li,
.col-lg-12 ul li {
    font-size: 14.5px;
    color: #444;
    line-height: 1.8;
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.wt-icon-box-wraper.left ul li:before,
.col-lg-12 ul li:before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #c8a96e;
    font-size: 11px;
    top: 10px;
}

/* Content wrapper box on mobile */
.section-full .container .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Mobile specific */
@media (max-width: 767px) {
    .section-full.p-t100 {
        padding-top: 40px !important;
    }

    .col-md-7 .about-types .col-md-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .wt-icon-box-wraper.left {
        background: #fdfaf6;
        border-left: 3px solid #c8a96e;
        border-radius: 0 8px 8px 0;
        padding: 20px 18px 20px 20px !important;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    }

    .wt-icon-box-wraper.left p {
        font-size: 14px;
        line-height: 1.85;
        color: #333;
    }

    .wt-icon-box-wraper.left h2,
    .wt-icon-box-wraper.left h3 {
        font-size: 17px;
        margin-top: 20px;
    }

    .col-lg-12 {
        padding: 0 15px !important;
    }

    .col-lg-12 p { font-size: 14px; }
    .col-lg-12 h2, .col-lg-12 h3 { font-size: 17px; }

    /* Image full width on mobile */
    .col-xs-6.col-xs-100pc {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .about-com-pic img {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 8px;
    }

    /* Section heading mobile */
    .section-head.text-left h2 {
        font-size: 20px !important;
        line-height: 1.4;
    }
}

/* Desktop subtle improvements */
@media (min-width: 768px) {
    .wt-icon-box-wraper.left {
        padding: 10px 0;
    }

    .p-r50 {
        padding-right: 30px !important;
    }
}

/* ===== SERVICE DETAIL - BOTTOM CARDS ===== */

.section-content .wt-box,
.cupping {
    margin-bottom: 24px;
}

.section-content .wt-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    border: 1px solid #f0ece4;
}

.section-content .wt-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(200,169,110,0.2);
}

/* Card image */
.section-content .wt-box .wt-media img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.section-content .wt-box:hover .wt-media img {
    transform: scale(1.04);
}

/* Card content area */
.section-content .wt-box .wt-info.p-a30.bg-gray {
    background: #fff !important;
    padding: 18px 18px 20px !important;
    border-top: 3px solid #c8a96e;
    height: auto !important;
    min-height: unset !important;
}

/* Card title */
.section-content .wt-box .wt-info .wt-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

/* Card paragraph */
.section-content .wt-box .wt-info p {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

/* Section spacing */
.section-content {
    padding-top: 30px;
    padding-bottom: 40px;
}

/* Mobile cards */
@media (max-width: 767px) {
    .section-content .col-md-3,
    .section-content .col-sm-3 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .section-content .wt-box {
        margin-bottom: 0;
    }

    .section-content .cupping,
    .section-content .p-tb15 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
