.elementor-156 .elementor-element.elementor-element-65b11c0c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3a50eeb5 *//* KAFAS4 Virginizing Service Styles */
.kafas-virginizing-service * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.kafas-virginizing-service {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #1a1f2e 0%, #2a3347 100%);
    color: #333;
    line-height: 1.6;
    padding: clamp(1rem, 3vw, 2rem);
    min-height: 100vh;
}

.kafas-content-container {
    max-width: min(1200px, 95vw);
    width: 100%;
    margin: 0 auto;
}

/* Header Section */
.kafas-hero-section {
    background: linear-gradient(135deg, #0066b1 0%, #004a8f 100%);
    color: white;
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 3vw, 3rem);
    text-align: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}

.kafas-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

.kafas-hero-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.kafas-hero-subtitle {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    position: relative;
}

/* Content Styling */
.kafas-service-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    border-left: 5px solid #0066b1;
    box-shadow: 0 5px 20px rgba(0, 102, 177, 0.1);
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 500;
    color: #2d3748;
    line-height: 1.7;
}

/* Benefits Section */
.kafas-benefits-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    border-left: 5px solid #0066b1;
}

.kafas-benefits-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

/* Symptoms Section */
.kafas-symptoms-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.kafas-symptoms-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.kafas-symptoms-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b1, #004a8f);
    border-radius: 2px;
}

.kafas-symptoms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.kafas-symptom-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.kafas-symptom-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b1, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.kafas-symptom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 102, 177, 0.15);
    border-color: #0066b1;
}

.kafas-symptom-card:hover::before {
    transform: scaleX(1);
}

.kafas-symptom-icon {
    background: linear-gradient(135deg, #0066b1 0%, #004a8f 100%);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 102, 177, 0.3);
}

.kafas-symptom-card:hover .kafas-symptom-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 102, 177, 0.4);
}

.kafas-symptom-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.kafas-symptom-card .kafas-paragraph {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Process Section */
.kafas-process-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.kafas-process-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.kafas-process-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b1, #004a8f);
    border-radius: 2px;
}

.kafas-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.kafas-process-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.kafas-process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b1, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.kafas-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 102, 177, 0.15);
    border-color: #0066b1;
}

.kafas-process-card:hover::before {
    transform: scaleX(1);
}

.kafas-step-number {
    background: linear-gradient(135deg, #0066b1 0%, #004a8f 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 102, 177, 0.3);
    transition: all 0.3s ease;
}

.kafas-process-card:hover .kafas-step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 102, 177, 0.4);
}

.kafas-process-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.kafas-process-card .kafas-paragraph {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Features Section */
.kafas-features-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.kafas-features-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.kafas-features-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b1, #004a8f);
    border-radius: 2px;
}

.kafas-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.kafas-feature-card {
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.kafas-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b1, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.kafas-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 102, 177, 0.15);
    border-color: #0066b1;
}

.kafas-feature-card:hover::before {
    transform: scaleX(1);
}

.kafas-feature-icon {
    background: linear-gradient(135deg, #0066b1 0%, #004a8f 100%);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 102, 177, 0.3);
}

.kafas-feature-card:hover .kafas-feature-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 102, 177, 0.4);
}

.kafas-feature-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.kafas-feature-card .kafas-paragraph {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Requirements Section */
.kafas-requirements-section {
    margin: 2rem 0;
}

.kafas-requirements-box {
    background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
    border: 2px solid #ed8936;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 1.5rem 0;
    box-shadow: 0 5px 20px rgba(237, 137, 54, 0.1);
}

.kafas-requirements-box h2 {
    color: #dd6b20;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.kafas-requirements-list {
    list-style: none;
    margin: 1rem 0;
}

.kafas-requirements-list li {
    margin-bottom: 1rem;
    padding-left: 3rem;
    position: relative;
    color: #744210;
    font-size: 1.05rem;
    line-height: 1.6;
}

.kafas-requirements-list li::before {
    content: "🔧";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3rem;
}

.kafas-requirements-list a {
    color: #0066b1 !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.kafas-requirements-list a:hover {
    color: #004a8f !important;
    border-bottom-color: #004a8f;
}

/* FAQ Section */
.kafas-faq-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    border-left: 5px solid #0066b1;
}

.kafas-faq-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    font-weight: 700;
}

.kafas-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.kafas-faq-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2rem);
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.kafas-faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 102, 177, 0.1);
    border-color: #0066b1;
}

.kafas-faq-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.kafas-faq-card .kafas-paragraph {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Time Badge */
.kafas-time-badge {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 15px;
    text-align: center;
    margin: 2.5rem 0;
    box-shadow: 0 8px 30px rgba(40, 167, 69, 0.3);
    position: relative;
    overflow: hidden;
}

.kafas-time-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.kafas-time-badge h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
}

.kafas-time-text {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.kafas-time-subtext {
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    position: relative;
}

/* CTA Section */
.kafas-cta-section {
    background: linear-gradient(135deg, #1a1f2e 0%, #2d3748 100%);
    color: white;
    padding: clamp(2rem, 4vw, 3.5rem);
    text-align: center;
    border-radius: 20px;
    margin: 3rem 0 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.kafas-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}

.kafas-cta-section h2 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 700;
    position: relative;
}

.kafas-white-text {
    color: white !important;
    margin-bottom: 1rem;
    opacity: 0.95;
    font-size: 1.1rem;
    position: relative;
}

.kafas-contact-nav {
    margin: 2rem 0;
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.kafas-whatsapp-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white !important;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
}

.kafas-whatsapp-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.kafas-whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    color: white !important;
}

.kafas-whatsapp-button:hover::before {
    left: 100%;
}

.kafas-whatsapp-button i {
    margin-right: 0.75rem;
    font-size: 1.4rem;
    color: white !important;
}

.kafas-faq-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white !important;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(108, 117, 125, 0.3);
}

.kafas-faq-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(108, 117, 125, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    color: white !important;
}

.kafas-faq-button i {
    margin-right: 0.75rem;
    font-size: 1.4rem;
    color: white !important;
}

/* Related Services */
.kafas-related-services {
    background: white;
    padding: clamp(1.5rem, 3vw, 2rem);
    margin-top: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #0066b1;
}

.kafas-related-services h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.kafas-related-services ul {
    list-style: none;
    margin: 0;
}

.kafas-related-services li {
    margin-bottom: 0.5rem;
}

.kafas-related-services a {
    color: #0066b1;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    border-bottom: 1px solid transparent;
}

.kafas-related-services a:hover {
    color: #004a8f;
    border-bottom-color: #004a8f;
}

/* Utility Classes */
.kafas-paragraph {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #4a5568;
    font-size: 1.05rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .kafas-process-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .kafas-features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .kafas-symptoms-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .kafas-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .kafas-contact-nav {
        flex-direction: column;
        align-items: center;
    }
    
    .kafas-whatsapp-button,
    .kafas-faq-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .kafas-process-card {
        padding: 1.25rem;
    }
    
    .kafas-feature-card {
        padding: 1.25rem;
    }
    
    .kafas-symptom-card {
        padding: 1.25rem;
    }
    
    .kafas-faq-card {
        padding: 1.25rem;
    }
    
    .kafas-step-number {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .kafas-feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .kafas-symptom-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}/* End custom CSS */