/* Services Specific Styles */

/* Service Cards */
.service-card {
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(0, 122, 99, 0.16), 0 2px 8px rgba(0,0,0,0.06);
    background: linear-gradient(135deg, #f6fffa 80%, #e0f2ef 100%);
    border: 2.5px solid #e0f2ef;
    transition: transform 0.22s cubic-bezier(.4,2,.6,1), box-shadow 0.22s, border 0.22s;
    color: #007A63;
    overflow: hidden;
    position: relative;
}
.service-card:hover {
    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 16px 48px rgba(0, 122, 99, 0.22), 0 4px 16px rgba(0,0,0,0.10);
    border-color: #00b894;
}

.service-card-header {
    background-color: #f8f9fa;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #005244;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.service-title {
    color: #005244;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.service-location {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.service-location i {
    color: #FFC107;
    margin-right: 5px;
}

.experience-badge {
    padding: 1rem 1.5rem;
    background-color: rgba(0, 82, 68, 0.05);
}

.experience-badge-inner {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #005244;
}

.experience-badge-inner i {
    color: #FFC107;
    margin-right: 8px;
}

.card-divider {
    margin: 0;
    opacity: 0.1;
}

.pricing-options {
    padding: 1.5rem;
}

.options-title {
    font-size: 1.1rem;
    color: #005244;
    margin-bottom: 1rem;
    font-weight: 600;
}

.options-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.price-option {
    background-color: #f8f9fa;
    border-radius: 50px;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.price-option:hover {
    background-color: rgba(255, 193, 7, 0.2);
    transform: translateX(5px);
}

.price-option i {
    color: #FFC107;
}

.service-features {
    padding: 1.5rem;
    flex-grow: 1;
}

.features-title {
    font-size: 1.1rem;
    color: #005244;
    margin-bottom: 1rem;
    font-weight: 600;
}

.features-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.features-list li i {
    color: #005244;
}

.card-actions {
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-book {
    width: 100%;
    font-weight: 600;
    padding: 0.75rem;
    font-size: 1.1rem;
}

/* Hero Section for Services */
.services-hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.services-hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.parallax {
    background-attachment: fixed;
}

/* Testimonials section */
.testimonials-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: none;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 3px solid #FFC107;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-quote {
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-quote::before,
.testimonial-quote::after {
    content: '"';
    font-size: 2rem;
    color: #005244;
    position: absolute;
    opacity: 0.2;
}

.testimonial-quote::before {
    top: -15px;
    left: -10px;
}

.testimonial-quote::after {
    bottom: -30px;
    right: -10px;
}

.testimonial-author {
    font-weight: 700;
    color: #005244;
    margin-bottom: 0.25rem;
}

.testimonial-date {
    font-size: 0.9rem;
    color: #999;
}

/* Exotic Service Card Styles */
.exotic-service-card {
    background: rgba(255,255,255,0.85);
    border-radius: 24px;
    box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.18), 0 2px 12px 0 rgba(0,0,0,0.10);
    border: 2.5px solid transparent;
    border-image: linear-gradient(135deg, #005244, #FFC107, #fff 80%);
    border-image-slice: 1;
    overflow: visible;
    transition: box-shadow 0.3s, border 0.3s, transform 0.3s;
    min-height: 540px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(8px) saturate(1.2);
    animation: fadeInUp 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.exotic-service-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; height: 7px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, #005244 0%, #FFC107 100%);
    z-index: 3;
}
.exotic-service-card:hover {
    box-shadow: 0 20px 48px 0 rgba(31, 38, 135, 0.25), 0 4px 20px 0 rgba(0,0,0,0.14);
    border: 2.5px solid #FFC107;
    transform: translateY(-10px) scale(1.045) rotate(-1deg);
    animation: exotic-glow 1.2s infinite alternate;
}
@keyframes exotic-glow {
    from { box-shadow: 0 20px 48px 0 rgba(31, 38, 135, 0.25), 0 4px 20px 0 rgba(0,0,0,0.14); }
    to { box-shadow: 0 24px 60px 0 rgba(255,193,7,0.18), 0 8px 32px 0 rgba(0,82,68,0.10); }
}
.exotic-service-icon {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #00b894 60%, #007A63 100%);
    color: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2em;
    box-shadow: 0 4px 16px rgba(0,122,99,0.18);
    border: 3px solid #fff;
    z-index: 2;
}
.exotic-service-icon i {
    color: #fff;
    font-size: 2.7rem;
}
.exotic-badge {
    font-size: 1.13rem;
    font-weight: 800;
    padding: 0.5em 1.3em;
    border-radius: 22px;
    background: linear-gradient(90deg, #FFC107 60%, #fff 100%);
    color: #005244;
    box-shadow: 0 2px 8px rgba(255,193,7,0.13);
    margin-bottom: 1rem;
    display: inline-block;
    letter-spacing: 0.5px;
    border: 1.5px solid #FFC107;
}
.exotic-btn, .btn-book, .book-now-btn {
    font-size: 1.13rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(255,193,7,0.10);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    background: linear-gradient(90deg, #FFC107 0%, #005244 100%);
    color: #fff !important;
    border: none;
}
.exotic-btn:hover, .btn-book:hover, .book-now-btn:hover {
    background: linear-gradient(90deg, #005244 0%, #FFC107 100%);
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(0,82,68,0.13);
}

/* Exotic Service Card Location List */
.exotic-location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border: 2px solid #005244;
    border-radius: 18px;
    padding: 0.5rem 1rem;
    background: rgba(0, 82, 68, 0.03);
    margin-bottom: 1rem;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
    list-style: none;
}
.exotic-location-list li {
    font-size: 15px;
    color: #005244;
    background: #e6f4ef;
    border-radius: 12px;
    padding: 0.25em 0.9em;
    margin: 0;
    list-style: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #005244;
    box-shadow: 0 1px 4px rgba(0,82,68,0.07);
}

/* Exotic Price Option Styles */
.exotic-price-option {
    border: 2.5px solid #007A63;
    border-radius: 14px;
    padding: 12px 22px;
    background: #f6fffa;
    color: #007A63;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.08em;
    transition: border 0.22s, background 0.22s, color 0.22s, box-shadow 0.22s;
    margin-bottom: 6px;
    box-shadow: 0 1px 6px rgba(0,122,99,0.09);
    outline: none;
    position: relative;
}
.exotic-price-option.selected,
.exotic-price-option:active {
    border: 2.5px solid #FFC107;
    background: linear-gradient(90deg, #fffbe6 80%, #fff9c4 100%);
    color: #b88600;
    box-shadow: 0 2px 12px rgba(255,193,7,0.10);
}
.exotic-price-option .duration,
.exotic-price-option .price {
    display: block;
    font-size: 1.05em;
}
.exotic-price-option::after {
    content: "";
    display: none;
}

/* Premium Text Styles for Exotic Service Card */
.exotic-title {
    font-size: 1.6em;
    letter-spacing: 0.5px;
    color: #00332E;
    margin-bottom: 0.5em;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,122,99,0.08);
}
.exotic-desc {
    font-size: 1.08em;
    color: #007A63;
    opacity: 0.92;
    margin-bottom: 1.2em;
}
.exotic-price {
    font-size: 1.18rem;
    font-weight: 700;
    color: #005244;
    letter-spacing: 0.2px;
    background: linear-gradient(90deg, #FFC107 40%, #005244 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0.2rem;
}

/* All text in card green */
.exotic-service-card, .exotic-service-card * {
    color: #005244 !important;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Card content text */
.service-card .card-content,
.service-card .card-footer,
.service-card .exotic-title,
.service-card .exotic-desc,
.service-card .selected-price-display,
.service-card .available-location,
.service-card .price-options h6 {
    color: #007A63 !important;
}

/* Service image */
.service-image-container {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 12px rgba(0,122,99,0.10);
}
.service-image-container img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    transition: transform 0.22s;
}
.service-card:hover .service-image-container img {
    transform: scale(1.04) rotate(-1deg);
}
.service-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(90deg, #FFC107 60%, #FFD700 100%);
    color: #00332E;
    padding: 6px 18px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1em;
    box-shadow: 0 2px 8px rgba(255,193,7,0.10);
    z-index: 2;
}

/* Price options */
.price-options-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.exotic-price-option {
    border: 2.5px solid #007A63;
    border-radius: 14px;
    padding: 12px 22px;
    background: #f6fffa;
    color: #007A63;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.08em;
    transition: border 0.22s, background 0.22s, color 0.22s, box-shadow 0.22s;
    margin-bottom: 6px;
    box-shadow: 0 1px 6px rgba(0,122,99,0.09);
    outline: none;
    position: relative;
}
.exotic-price-option.selected,
.exotic-price-option:active {
    border: 2.5px solid #FFC107;
    background: linear-gradient(90deg, #fffbe6 80%, #fff9c4 100%);
    color: #b88600;
    box-shadow: 0 2px 12px rgba(255,193,7,0.10);
}
.exotic-price-option .duration,
.exotic-price-option .price {
    display: block;
    font-size: 1.05em;
}
.exotic-price-option::after {
    content: "";
    display: none;
}

/* Selected price display */
.selected-price-display {
    background: #e0f2ef;
    border-radius: 10px;
    padding: 10px 18px;
    color: #007A63;
    font-size: 1.13em;
    font-weight: 700;
    margin-bottom: 0.7em;
    box-shadow: 0 1px 4px rgba(0,122,99,0.07);
}

/* Available locations styling */
.available-location h6 {
    color: #00332E;
    font-weight: 800;
    margin-bottom: 0.5em;
}
.location-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.location-pills li {
    list-style: none;
    background: linear-gradient(90deg, #007A63 60%, #00b894 100%);
    color: #fff;
    border-radius: 22px;
    padding: 7px 22px 7px 16px;
    font-weight: 600;
    font-size: 1.07em;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,122,99,0.10);
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    transition: background 0.18s, color 0.18s;
}
.location-pills li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 1.1em;
    color: #FFC107;
}

/* Book Now button */
.book-now-btn {
    background: linear-gradient(90deg, #007A63 60%, #00b894 100%);
    border: none;
    color: #fff !important;
    font-weight: 800;
    font-size: 1.13em;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,122,99,0.13);
    transition: background 0.22s, box-shadow 0.22s, color 0.22s;
    padding: 14px 0;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.book-now-btn:hover, .book-now-btn:focus {
    background: linear-gradient(90deg, #FFC107 60%, #FFD700 100%);
    color: #00332E !important;
    box-shadow: 0 4px 18px rgba(255,193,7,0.18);
}

/* Card footer separation */
.card-footer {
    border-top: 2px solid #e0f2ef;
    background: #f6fffa;
    border-radius: 0 0 22px 22px;
    margin-top: 1.2em;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .service-card {
        margin-bottom: 32px;
    }
    .service-image-container img {
        height: 260px;
    }
}
@media (max-width: 575px) {
    .service-card {
        border-radius: 14px;
    }
    .service-image-container img {
        border-radius: 14px 14px 0 0;
        height: 180px;
    }
    .exotic-service-icon {
        width: 44px;
        height: 44px;
        font-size: 1.3em;
        top: -18px;
    }
} 