.elementor-236 .elementor-element.elementor-element-56a0b28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-236 .elementor-element.elementor-element-b50abd7{--display:flex;--overlay-opacity:0.5;}.elementor-236 .elementor-element.elementor-element-b50abd7:not(.elementor-motion-effects-element-type-background), .elementor-236 .elementor-element.elementor-element-b50abd7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C55B5B;background-image:url("https://russianmassagegoa.com/wp-content/uploads/2025/09/trama-background-thaispamassage.webp");background-position:center center;background-repeat:repeat;background-size:45% auto;}.elementor-236 .elementor-element.elementor-element-b50abd7::before, .elementor-236 .elementor-element.elementor-element-b50abd7 > .elementor-background-video-container::before, .elementor-236 .elementor-element.elementor-element-b50abd7 > .e-con-inner > .elementor-background-video-container::before, .elementor-236 .elementor-element.elementor-element-b50abd7 > .elementor-background-slideshow::before, .elementor-236 .elementor-element.elementor-element-b50abd7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-236 .elementor-element.elementor-element-b50abd7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}@media(max-width:767px){.elementor-236 .elementor-element.elementor-element-b50abd7:not(.elementor-motion-effects-element-type-background), .elementor-236 .elementor-element.elementor-element-b50abd7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:247px auto;}}/* Start custom CSS for html, class: .elementor-element-b685693 */.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Section */
.services-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.header-content {
    position: relative;
    margin-bottom: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.therapist-image {
    flex-shrink: 0;
}

.therapist-photo {
    width: 120px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.logo-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.spa-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.main-title1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    border-bottom: 3px solid white;
    display: inline-block;
    padding-bottom: 10px;
}

/* Services Grid - EXACTLY 3 PER ROW */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* EXACTLY 3 columns */
    gap: 25px;
    margin-bottom: 40px;
}

.service-card {
    background: white !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
}

.service-card.featured {
    background: white;
    border: 3px solid #FFD700;
}

.service-card.premium {
    background: white;
    border: 3px solid #8A2BE2;
}

.service-card.exotic {
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 3px solid #FF1493;
}

.service-card.ultra-premium {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.1) 0%, rgba(255, 215, 0, 0.1) 50%, rgba(255, 255, 255, 0.95) 100%);
    border: 3px solid #FF0000;
    position: relative;
}

.service-card.ultra-premium::before {
    content: '👑 ULTIMATE';
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FF0000;
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 10;
}

.service-card.home-service {
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.1) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 2px solid rgba(0, 191, 255, 0.3);
}

/* Service Image */
.service-image {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.service-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-photo {
    transform: scale(1.05);
}

/* Service Content */
.service-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f4c3a;
    text-align: center;
    line-height: 1.3;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.price-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 10px;
}

.price-option {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.price-option .price {
    font-size: 1.2rem;
    margin-bottom: 3px;
}

.price-option small {
    color: #666;
    font-style: italic;
    font-size: 0.7rem;
}

.duration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #0f4c3a;
    margin-bottom: 10px;
    font-weight: 500;
}

.duration i {
    color: #4CAF50;
}

.description {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Keywords */
.keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 15px;
    justify-content: center;
    max-height: 120px;
    overflow-y: auto;
}

.keyword {
    background: linear-gradient(135deg, #0f4c3a, #2d7a5f);
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 2px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.keyword a{
    background: linear-gradient(135deg, #0f4c3a, #2d7a5f);
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 2px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
}

.btn-call, .btn-whatsapp {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-call {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    color: white;
}

.btn-call:hover {
    background: linear-gradient(135deg, #F7931E, #FF6B35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Contact Section */
.contact-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.contact-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #0f4c3a;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #0f4c3a;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(15, 76, 58, 0.1), rgba(45, 122, 95, 0.1));
    border: 2px solid rgba(15, 76, 58, 0.2);
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: linear-gradient(135deg, #0f4c3a, #2d7a5f);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.contact-link i {
    font-size: 1.5rem;
    color: #4CAF50;
    transition: color 0.3s ease;
}

.contact-link:hover i {
    color: white;
}

/* Responsive Design - MAINTAIN 3 COLUMNS ON LARGER SCREENS */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr); /* Keep 3 columns */
        gap: 20px;
    }
    
    .service-content {
        padding: 18px;
    }
    
    .service-content h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 968px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .container {
        padding: 15px;
    }
    
    .main-title {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    
    .services-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
        gap: 20px;
    }
    
    .service-content h3 {
        font-size: 1.1rem;
    }
    
    .price {
        font-size: 1.3rem;
    }
    
    .contact-details {
        flex-direction: column;
        gap: 25px;
    }
    
    .contact-info h3 {
        font-size: 2rem;
    }
    
    .action-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-call, .btn-whatsapp {
        flex: none;
    }
}

/* Fade in animation */
.service-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }
.service-card:nth-child(7) { animation-delay: 0.7s; }
.service-card:nth-child(8) { animation-delay: 0.8s; }
.service-card:nth-child(9) { animation-delay: 0.9s; }
.service-card:nth-child(10) { animation-delay: 1.0s; }
.service-card:nth-child(11) { animation-delay: 1.1s; }
.service-card:nth-child(12) { animation-delay: 1.2s; }
.service-card:nth-child(13) { animation-delay: 1.3s; }
.service-card:nth-child(14) { animation-delay: 1.4s; }
.service-card:nth-child(15) { animation-delay: 1.5s; }
.service-card:nth-child(16) { animation-delay: 1.6s; }
.service-card:nth-child(17) { animation-delay: 1.7s; }
.service-card:nth-child(18) { animation-delay: 1.8s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar for keywords */
.keywords::-webkit-scrollbar {
    width: 3px;
}

.keywords::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.keywords::-webkit-scrollbar-thumb {
    background: #0f4c3a;
    border-radius: 10px;
}

.keywords::-webkit-scrollbar-thumb:hover {
    background: #2d7a5f;
}/* End custom CSS */