﻿/* General styling for Select2 */
.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important; /* Match Bootstrap form-control height */
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 1rem; /* Default font size */
    border: 1px solid #3b82f6 !important; /* Initial border color */
}

/* When the Select2 is focused */
.select2-container--default .select2-selection--single:focus-within {
    border-color: #3b82f6 !important; /* Change border color on focus */
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 191, 0.25) !important; /* Optional: Add a subtle shadow for focus effect */
}

/* Vertically align the selected value inside the input */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem !important; /* Align text vertically */
    display: flex !important;
    align-items: center !important;
}

/* Align the dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem !important; /* Align dropdown arrow */
}

/* Left-align dropdown options */
.select2-results__option {
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    font-size: 1rem !important; /* Default font size */
    padding: 10px !important; /* Added padding for touch-friendly options */
}

/* Left-align the selected value inside the input */
.select2-selection__rendered {
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    height: 100%;
}

.select_search {
    width: 100% !important;
}

input::placeholder, textarea::placeholder {
    opacity: 0.5 !important;
}

/* For large screens (1920px and more) */
@media (min-width: 1920px) {
    /* Ensure Select2 input fits within the viewport */
    .select2-container .select2-selection--single {
        height: 2.75rem !important; /* Increase height for larger screens */
        font-size: 1.125rem !important; /* Slightly larger font size */
        padding-right: 40px !important; /* Adjust padding-right to accommodate the dropdown arrow */
        box-sizing: border-box !important; /* Ensure the width and height calculations are correct */
    }

    /* Line height to align text vertically inside the input */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.75rem !important;
        display: flex;
        align-items: center; /* Ensure vertical centering */
    }

    /* Fix position and size of the dropdown arrow */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.75rem !important; /* Match the height of the input */
        width: 2.75rem !important; /* Make the arrow size consistent with input height */
        right: 10px !important; /* Ensure the arrow is correctly positioned */
        top: 50% !important; /* Vertically center the arrow */
        transform: translateY(-50%) !important; /* Fix arrow vertical alignment */
    }

    /* Increase font size for better readability */
    .select2-selection__rendered {
        font-size: 1.125rem !important;
        line-height: 2.75rem !important; /* Ensure consistent line-height with arrow */
    }

    /* Larger font size for dropdown options */
    .select2-results__option {
        font-size: 1.125rem !important;
        padding: 12px !important; /* Increased padding for better touch support */
    }
}

/* Mobile Responsive Design */
@media (max-width: 576px) { /* For small screens (mobile) */
    .select2-container .select2-selection--single {
        height: 2.5rem !important; /* Increase height for better mobile touch support */
        font-size: 16px !important; /* Increase font size for better readability */
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.5rem !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.5rem !important;
    }

    .select2-selection__rendered {
        font-size: 16px !important; /* Larger font size for mobile */
    }

    .select2-results__option {
        font-size: 16px !important; /* Larger font size for dropdown options */
        padding: 12px !important; /* Increased padding for mobile touch support */
    }
}

/* For tablets and medium screens */
@media (min-width: 576px) and (max-width: 768px) {
    .select2-container .select2-selection--single {
        font-size: 1.1rem; /* Adjust font size for medium screens */
    }

    .select2-results__option {
        font-size: 1.1rem !important; /* Adjust dropdown font size for medium screens */
    }
}

/* Full width on mobile */
@media (max-width: 576px) {
    .select2-container {
        width: 100% !important; /* Full width for select on mobile */
    }
}

/* Fixes for Kindle Fire HDX */
@media (max-width: 1200px) and (min-width: 600px) { /* Target Kindle Fire HDX screen size */
    .select2-container .select2-selection--single {
        height: 2.5rem !important; /* Adjust height for Kindle Fire HDX */
        font-size: 16px !important; /* Increase font size for better readability */
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.5rem !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.5rem !important;
    }

    .select2-selection__rendered {
        font-size: 16px !important; /* Larger font size for Kindle Fire */
    }

    .select2-results__option {
        font-size: 16px !important; /* Larger font size for dropdown options */
        padding: 12px !important; /* Increased padding for touch support */
    }

    /* Force full width for Kindle Fire HDX */
    .select2-container {
        width: 100% !important;
        display: block !important; /* Ensure it's displayed as a block-level element */
    }

    .select2-selection--single {
        box-sizing: border-box !important; /* Ensure proper box-sizing */
    }

    .select2-results__option {
        word-wrap: break-word !important; /* Prevent text from breaking */
        padding: 10px !important; /* Make options touch-friendly */
    }

    .select2-selection__rendered {
        white-space: normal !important; /* Allow the text to wrap properly */
    }
}

/* Additional Fixes for Kindle Fire HDX quirks */
@media (max-width: 1200px) {
    .select2-selection--single {
        box-sizing: border-box !important; /* Prevent sizing issues */
    }
}

/* PostCode Dropdown Style */
#dropdownMenuButtonPostcode {
    display: block;
    width: 100%; /* Fixed width */
    min-height: 40px; /* Ensures default height */
    max-height: 100px; /* Set a reasonable max height */
    overflow-y: auto; /* Adds scrollbar if text overflows */
    white-space: normal; /* Allows text to wrap */
    text-align: left;
}

#dropdownMenuButtonGearbox {
    display: block;
    width: 100%; /* Fixed width */
    min-height: 40px; /* Ensures default height */
    max-height: 100px; /* Set a reasonable max height */
    overflow-y: auto; /* Adds scrollbar if text overflows */
    white-space: normal; /* Allows text to wrap */
    text-align: left;
}

#dropdownMenuButtonLesson {
    display: block;
    width: 100%; /* Fixed width */
    min-height: 40px; /* Ensures default height */
    max-height: 100px; /* Set a reasonable max height */
    overflow-y: auto; /* Adds scrollbar if text overflows */
    white-space: normal; /* Allows text to wrap */
    text-align: left;
}

#dropdownMenuButtonGender {
    display: block;
    width: 100%; /* Fixed width */
    min-height: 40px; /* Ensures default height */
    max-height: 100px; /* Set a reasonable max height */
    overflow-y: auto; /* Adds scrollbar if text overflows */
    white-space: normal; /* Allows text to wrap */
    text-align: left;
}

.email-wrap {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    max-width: 65%;
}

.toast-success {
    background-color: #4CAF50; /* Green background for success */
    color: white;
}

.toast-error {
    background-color: #FF0000; /* Red background for error */
    color: white;
}

.toast-info {
    background-color: #2196F3; /* Blue background for information */
    color: white;
}

.star {
    font-size: 30px;
    color: #ccc; /* Default star color (unfilled) */
    cursor: pointer;
}

.star.hover,
.star.active {
    color: gold; /* Color when the star is hovered or active */
}

.form-control {
    border: 1px solid #3b82f6 !important;
}
/*
.section {
    padding: 75px 0;
}*/

:root {
    --primary-blue: #667eea;
    --primary-deep: #4c63d2;
    --secondary-purple: #764ba2;
    --accent-coral: #ff9a8b;
    --accent-peach: #ffeaa7;
    --accent-mint: #55a3ff;
    --accent-lavender: #a8e6cf;
    --accent-rose: #fdb5bd;
    --soft-blue: #e3f2fd;
    --soft-purple: #f3e5f5;
    --soft-coral: #fff5f5;
    --soft-mint: #f0f9ff;
    --soft-peach: #fffbf0;
    --dark-slate: #2c3e50;
    --dark-navy: #34495e;
    --light-gray: #f8fafc;
    --medium-gray: #e2e8f0;
    --text-dark: #2d3436;
    --text-medium: #636e72;
    --text-light: #b2bec3;
    --glass-bg: rgba(255, 255, 255, 0.15);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 20px 60px rgba(0, 0, 0, 0.15);
    --gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-soft: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    --gradient-waves: linear-gradient(45deg, #55a3ff 0%, #667eea 50%, #764ba2 100%);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background: var(--light-gray);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    /* Aesthetic Background Pattern */
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 20% 25%, rgba(103, 126, 234, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 75%, rgba(255, 154, 139, 0.08) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(168, 230, 207, 0.08) 0%, transparent 50%);
        z-index: -1;
        animation: backgroundFloat 15s ease-in-out infinite;
    }

@keyframes backgroundFloat {
    0%, 100% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(20px, -20px);
    }

    66% {
        transform: translate(-20px, 20px);
    }
}

/* Enhanced Glass Effects */
.glass-aesthetic {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.glass-premium {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.glass-colored {
    background: rgba(103, 126, 234, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(103, 126, 234, 0.2);
    box-shadow: 0 10px 40px rgba(103, 126, 234, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Floating Animation Keyframes */
@keyframes floatUp {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatSide {
    0%, 100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }
}

@keyframes waveFlow {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Aesthetic Hero Section */
.hero-section {
    background: var(--gradient-hero); /* fallback background */
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

    /* ✅ Responsive background image layer */
    .hero-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('/img/cover_2.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.15;
        z-index: 1;
        pointer-events: none;
        backface-visibility: hidden;
        will-change: transform;
    }

    /* ✅ Optional wave overlay */
    .hero-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 200%; /* okay to animate, but must be clipped */
        max-width: 100vw; /* ✅ clip to screen */
        height: 100%;
        background: linear-gradient( 45deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70% );
        animation: waveFlow 8s linear infinite;
        z-index: 1;
        pointer-events: none;
    }


.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2rem;
}

/* ✅ Mobile responsive styles */
@media (max-width: 768px) {
    .hero-section {
        min-height: 100dvh; /* full dynamic height on mobile */
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 400;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    
}

/* Premium Search Interface */
.search-container {
    max-width: 900px;
    margin: 0 auto;
    
}

.search-panel {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 25px;
    padding: 2.5rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

    .search-panel::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        animation: waveFlow 6s linear infinite;
    }

    .search-panel:hover {
        transform: translateY(-5px);
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

.search-input-wrapper {
    position: relative;
}

.search-input {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 0 1.5rem 0 3.5rem;
    font-size: 1.2rem;
    color: var(--text-dark);
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .search-input:focus {
        outline: none;
        border-color: var(--accent-mint);
        background: white;
        box-shadow: 0 0 0 4px rgba(85, 163, 255, 0.1), inset 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .search-input::placeholder {
        color: var(--text-medium);
        font-weight: 400;
    }

.search-icon {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-blue);
    font-size: 1.3rem;
    
}

.search-btn {
    width: 100%;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-purple) 100%);
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

    .search-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }

    .search-btn:hover::before {
        left: 100%;
    }

    .search-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(103, 126, 234, 0.4), 0 5px 15px rgba(118, 75, 162, 0.3);
    }



#slideInText, #slideInText_2 {
    backface-visibility: hidden;
    will-change: transform, opacity;
}

/* Aesthetic Wave Divider */
.wave-divider {
    position: relative;
    height: 50px;
    background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-lavender) 100%);
    overflow: hidden;
}

    .wave-divider::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 100%;
        background: var(--gradient-waves);
        opacity: 0.3;
        animation: waveFlow 10s linear infinite;
    }

    .wave-divider svg {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 120px;
        fill: var(--soft-coral);
    }

/* Colorful Steps Section */
.steps-section {
    background: var(--soft-coral);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

    .steps-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 15% 20%, rgba(85, 163, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 85% 80%, rgba(168, 230, 207, 0.1) 0%, transparent 50%);
        animation: backgroundFloat 12s ease-in-out infinite;
    }

.section-header {
    text-align: center;
    margin-bottom: 5rem;
    animation: floatUp 4s ease-in-out infinite;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--dark-slate);
    margin-bottom: 1.5rem;
    position: relative;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: var(--gradient-waves);
        border-radius: 2px;
    }

.section-subtitle {
    font-size: 1.3rem;
    color: var(--text-medium);
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

/* Aesthetic Step Cards */
.step-card-1 {
    background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-lavender) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    animation: floatUp 4s ease-in-out infinite;
}

    .step-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: var(--gradient-waves);
        transform: scaleX(0);
        transition: transform 0.5s ease;
    }

    .step-card:hover::before {
        transform: scaleX(1);
    }

    .step-card:hover {
        transform: translateY(-15px) scale(1.02);
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    .step-card:nth-child(1) {
        animation-delay: 0.2s;
    }

    .step-card:nth-child(2) {
        animation-delay: 0.4s;
    }

    .step-card:nth-child(3) {
        animation-delay: 0.6s;
    }

    .step-card:nth-child(4) {
        animation-delay: 0.8s;
    }

.step-icon-container {
    margin-bottom: 2rem;
    animation: floatSide 5s ease-in-out infinite;
}

.step-card-2 {
    background: linear-gradient(135deg, var(--accent-lavender) 0%, var(--accent-coral) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    animation: floatUp 4s ease-in-out infinite;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-waves);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.step-card:nth-child(1) {
    animation-delay: 0.2s;
}

.step-card:nth-child(2) {
    animation-delay: 0.4s;
}

.step-card:nth-child(3) {
    animation-delay: 0.6s;
}

.step-card:nth-child(4) {
    animation-delay: 0.8s;
}

.step-icon-container {
    margin-bottom: 2rem;
    animation: floatSide 5s ease-in-out infinite;
}
.step-card-3 {
    background: linear-gradient(135deg, var(--accent-coral) 0%, var(--accent-mint) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    animation: floatUp 4s ease-in-out infinite;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-waves);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.step-card:nth-child(1) {
    animation-delay: 0.2s;
}

.step-card:nth-child(2) {
    animation-delay: 0.4s;
}

.step-card:nth-child(3) {
    animation-delay: 0.6s;
}

.step-card:nth-child(4) {
    animation-delay: 0.8s;
}

.step-icon-container {
    margin-bottom: 2rem;
    animation: floatSide 5s ease-in-out infinite;
}
.step-card-4 {
    background: linear-gradient(135deg, var(--accent-mint) 0%, var(--accent-peach) 100%);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    animation: floatUp 4s ease-in-out infinite;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-waves);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.step-card:nth-child(1) {
    animation-delay: 0.2s;
}

.step-card:nth-child(2) {
    animation-delay: 0.4s;
}

.step-card:nth-child(3) {
    animation-delay: 0.6s;
}

.step-card:nth-child(4) {
    animation-delay: 0.8s;
}

.step-icon-container {
    margin-bottom: 2rem;
    animation: floatSide 5s ease-in-out infinite;
}
.step-icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
    border: 3px solid;
}

    .step-icon.icon-coral {
        background: linear-gradient(135deg, rgba(255, 154, 139, 0.2), rgba(255, 154, 139, 0.4));
        border-color: var(--accent-coral);
        box-shadow: 0 10px 30px rgba(255, 154, 139, 0.3);
    }

    .step-icon.icon-peach {
        background: linear-gradient(135deg, rgba(255, 234, 167, 0.2), rgba(255, 234, 167, 0.4));
        border-color: var(--accent-peach);
        box-shadow: 0 10px 30px rgba(255, 234, 167, 0.3);
    }

    .step-icon.icon-lavender {
        background: linear-gradient(135deg, rgba(168, 230, 207, 0.2), rgba(168, 230, 207, 0.4));
        border-color: var(--accent-lavender);
        box-shadow: 0 10px 30px rgba(168, 230, 207, 0.3);
    }

    .step-icon.icon-mint {
        background: linear-gradient(135deg, rgba(85, 163, 255, 0.2), rgba(85, 163, 255, 0.4));
        border-color: var(--accent-mint);
        box-shadow: 0 10px 30px rgba(85, 163, 255, 0.3);
    }

.step-card:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.step-icon img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.step-card:hover .step-icon img {
    transform: scale(1.05);
}

.step-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dark-slate);
    margin-bottom: 1.2rem;
}

.step-description {
    color: var(--text-medium);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    font-weight: 400;
}

.step-btn {
    width: 100%;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

    .step-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }

    .step-btn:hover::before {
        left: 100%;
    }

    .step-btn.btn-coral {
        background: linear-gradient(135deg, var(--accent-coral), #ff7675);
        color: white;
        box-shadow: 0 5px 20px rgba(255, 154, 139, 0.3);
    }

        .step-btn.btn-coral:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 154, 139, 0.4);
            text-decoration: none;
            color: white;
        }

    .step-btn.btn-peach {
        background: linear-gradient(135deg, var(--accent-peach), #fdcb6e);
        color: var(--dark-slate);
        box-shadow: 0 5px 20px rgba(255, 234, 167, 0.3);
    }

        .step-btn.btn-peach:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 234, 167, 0.4);
            text-decoration: none;
            color: var(--dark-slate);
        }

    .step-btn.btn-lavender {
        background: linear-gradient(135deg, var(--accent-lavender), #55efc4);
        color: var(--dark-slate);
        box-shadow: 0 5px 20px rgba(168, 230, 207, 0.3);
    }

        .step-btn.btn-lavender:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(168, 230, 207, 0.4);
            text-decoration: none;
            color: var(--dark-slate);
        }

    .step-btn.btn-mint {
        background: linear-gradient(135deg, var(--accent-mint), #74b9ff);
        color: white;
        box-shadow: 0 5px 20px rgba(85, 163, 255, 0.3);
    }

        .step-btn.btn-mint:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(85, 163, 255, 0.4);
            text-decoration: none;
            color: white;
        }

/* Aesthetic Cities Section */
.cities-section {
    background: var(--soft-mint);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

    .cities-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 25% 30%, rgba(118, 75, 162, 0.1) 0%, transparent 50%), radial-gradient(circle at 75% 70%, rgba(253, 181, 189, 0.1) 0%, transparent 50%);
        animation: backgroundFloat 15s ease-in-out infinite reverse;
    }

.cities-panel {
    background: linear-gradient(135deg, var(--soft-peach) 0%, var(--soft-purple) 100%);
    backdrop-filter: blur(25px);
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    animation: floatUp 5s ease-in-out infinite;
}

    .cities-panel::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: var(--gradient-waves);
        background-size: 200% 100%;
        animation: waveFlow 4s linear infinite;
    }


.cities-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--dark-slate);
    margin-bottom: 1.2rem;
}

.cities-subtitle {
    text-align: center;
    color: var(--text-medium);
    margin-bottom: 3rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.cities-grid {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

    .cities-grid::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(103, 126, 234, 0.1), transparent);
        animation: waveFlow 8s linear infinite;
    }

.city-btn {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    color: var(--text-dark);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    width: 100%;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: floatUp 3s ease-in-out infinite;
}

    .city-btn:nth-child(1) {
        animation-delay: 0.1s;
    }

    .city-btn:nth-child(2) {
        animation-delay: 0.2s;
    }

    .city-btn:nth-child(3) {
        animation-delay: 0.3s;
    }

    .city-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(103, 126, 234, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .city-btn:hover::before {
        left: 100%;
    }

    .city-btn:hover {
        background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-lavender) 100%);
        border-color: var(--primary-blue);
        transform: translateX(10px) scale(1.02);
        color: var(--secondary-purple);
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(103, 126, 234, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .city-btn i {
        color: var(--primary-blue);
        margin-right: 1rem;
        font-size: 1.2rem;
        transition: all 0.4s ease;
        animation: floatSide 4s ease-in-out infinite;
    }

    .city-btn:hover i {
        transform: rotate(90deg) scale(1.1);
        text-shadow: 0 0 10px rgba(103, 126, 234, 0.5);
    }

.city-btn-2 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    color: var(--text-dark);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    width: 70%;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    
}

    .city-btn-2:nth-child(1) {
        animation-delay: 0.1s;
    }

    .city-btn-2:nth-child(2) {
        animation-delay: 0.2s;
    }

    .city-btn-2:nth-child(3) {
    animation-delay: 0.3s;
}

    .city-btn-2::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(103, 126, 234, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .city-btn-2:hover::before {
        left: 100%;
    }

    .city-btn-2:hover {
        background: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-lavender) 100%);
        border-color: var(--primary-blue);
        transform: translateX(10px) scale(1.02);
        color: var(--secondary-purple);
        text-decoration: none;
        box-shadow: 0 8px 25px rgba(103, 126, 234, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .city-btn-2 i {
        color: var(--primary-blue);
        margin-right: 1rem;
        font-size: 1.2rem;
        transition: all 0.4s ease;
        animation: floatSide 4s ease-in-out infinite;
    }

    .city-btn-2:hover i {
        transform: rotate(90deg) scale(1.1);
        text-shadow: 0 0 10px rgba(103, 126, 234, 0.5);
    }

/* Default for desktop */
.city-responsive {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 10px;
}

/* Make each city item full-width on small screens */
@media (max-width: 768px) {
    .city-responsive {
        width: 100% !important;
        margin-right: 0 !important;
        display: block;
    }

    .city-btn-2 {
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        border-radius: 6px;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .search-panel {
        padding: 2rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .cities-panel {
        padding: 2.5rem;
    }
}

/* Form Styling */
input[name="post_code"]::placeholder {
    text-transform: capitalize;
}

.toast-success {
    background-color: var(--accent-lavender) !important;
}

.toast-error {
    background-color: var(--accent-coral) !important;
}

.toast-info {
    background-color: var(--accent-mint) !important;
}

.section-header-1 {
    text-align: center;
    margin-bottom: 5rem;
}