/* Font Families */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;600&family=Cormorant+Garamond:wght@400;600&display=swap');

/* Hero Logo Animation */
.kn-hero-logo {
    transition: transform 0.3s ease-out;
}
.kn-hero-logo:hover {
    transform: translateY(-10px);
}

/* Global CTAs */
.kn-global-cta {
    background: #FF1E1E;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.kn-global-cta:hover {
    background: #1E90FF;
    transform: translateY(-3px);
}

/* Luxury Grid with EXTRA SHIMMER */
.kn-luxury-grid {
    background: linear-gradient(135deg, #ffffff, #f8f8f8, #f0f0f0, #ffffff);
    padding: 40px;
    margin: 30px 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), inset 0 0 100px rgba(255,255,255,0.9);
    border: 1px solid rgba(255,30,30,0.15);
    position: relative;
    overflow: hidden;
}

/* Luxury Grid Content */
.kn-luxury-grid h3 {
    color: #FF1E1E !important;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.05);
}

.kn-luxury-grid li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.kn-luxury-grid li:before {
    content: "✨";
    position: absolute;
    left: 0;
    color: #FF1E1E;
    font-size: 20px;
}

/* Sparkle Effects */
.kn-luxury-grid:before,
.kn-luxury-grid:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: 
        radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 40%),
        radial-gradient(circle, rgba(255,30,30,0.1) 0%, transparent 30%);
    animation: bubbleSparkle 12s infinite linear;
}

.kn-luxury-grid:after {
    animation-direction: reverse;
    animation-duration: 8s;
}

@keyframes bubbleSparkle {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

/* Astra Icon Fixes */
.wp-block-icon-box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wp-block-icon-box:hover {
    transform: translateY(-5px);
}

/* Icon Text Visibility Fix */
.wp-block-icon-box .wp-block-icon-box-content,
.wp-block-icon-box .wp-block-icon-box-title {
    color: #333333 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative;
    z-index: 2;
}

.kn-virgin-form {
    background: linear-gradient(135deg, #ffffff, #f8f8f8);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.kn-virgin-cta {
    background: #FF1E1E;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.kn-virgin-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255,30,30,0.2);
}

.kn-virgin-form {
    background: linear-gradient(135deg, #ffffff, #f8f8f8);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 2px solid #FF1E1E;
    margin: 30px 0;
}

.kn-virgin-form .wpforms-field-container {
    padding: 20px;
}

.kn-virgin-form input[type="text"],
.kn-virgin-form input[type="email"],
.kn-virgin-form select {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
}

.kn-virgin-form input[type="submit"] {
    background: #FF1E1E;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.kn-virgin-form input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255,30,30,0.2);
}
.wp-block-uagb-container {
    background: transparent !important;
}

.strawberry-theme {
    background-image: url('https://sintra-images.s3.eu-north-1.amazonaws.com/d04664f5-9eba-448f-ad4c-c7794cd2e6d4/d6aa38f0-7623-477b-bbf4-be49df1c7091/Delicious_STRAWBERRY_SLITS.png') !important;
    background-size: 200px !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    position: relative !important;
    overflow: auto !important;
    z-index: 1 !important;
}
.strawberry-theme::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.82) !important;
    z-index: 0 !important;
}

/* Icon Grid Strawberry Splash */
.uagb-icon {
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 20px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.uagb-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    background: rgba(255, 192, 203, 0.2) !important; /* Subtle pink on hover */
}

/* Add some juice splashes */
.uagb-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center, rgba(255, 192, 203, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.uagb-icon:hover::after {
    opacity: 1;
}

.wp-block-uagb-container figure {
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.wp-block-uagb-container figure img {
    transition: transform 0.5s ease !important;
}

.wp-block-uagb-container figure:hover img {
    transform: scale(1.05) !important;
}

/* Caption styling with strawberry leaf green */
.wp-block-uagb-container .has-text-align-center strong {
    position: relative !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    background: rgba(180, 217, 89, 0.95) !important; /* Our strawberry leaf green with slight transparency */
    margin-top: 10px !important;
    border-radius: 25px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.wp-block-uagb-container .has-text-align-center strong:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    background: rgba(180, 217, 89, 1) !important; /* Full color on hover */
}

.splash-form {
    background: rgba(255, 255, 255, 0.92);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.splash-form .wpforms-field-label {
    font-weight: 600;
    color: #333;
}

.splash-form .wpforms-field {
    padding: 15px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.splash-form .wpforms-submit-container {
    text-align: center;
}

.splash-form .wpforms-submit {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    transition: all 0.3s ease;
    font-weight: bold;
}

.splash-form .wpforms-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.splash-submit-button {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e) !important;
    padding: 15px 30px !important;
    border-radius: 25px !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2) !important;
}

.splash-submit-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3) !important;
    background: linear-gradient(45deg, #ff8e8e, #ff6b6b) !important;
}

.wpforms-field-label {
    padding-top: 15px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    vertical-align: middle !important;
}

/* Make those section headings as centered as Patsy's drink pour */
.wpforms-field-pagebreak {
    display: flex !important;
    align-items: center !important;
    padding: 15px 0 !important;
}

/* Center ALL section headings like Patsy centers her beehive */
.wpforms-field-pagebreak .wpforms-pagebreak-left {
    text-align: center !important;
    width: 100% !important;
    padding: 15px 0 !important;
}

/* Make the text itself perfectly centered */
.wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-pagebreak-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
}

/* Event Card Styling */
.event-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Event Image */
.event-card img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Event Title */
.event-card h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(255, 107, 107, 0.3);
    padding-bottom: 10px;
}

/* RSVP Button */
.rsvp-button {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white !important;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.rsvp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.3);
}

/* Main Event Container */
.knaughty-events {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Event Card */
.event-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Event Header */
.event-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 107, 107, 0.3);
    padding-bottom: 15px;
}

/* Event Details */
.event-details {
    display: grid;
    gap: 15px;
    margin: 20px 0;
}

/* Event Details List */
.event-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Emoji Styling */
.emoji-icon {
    margin-right: 10px;
    font-size: 1.2em;
}

/* CTA Button */
.splash-button {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white !important;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold;
}

.splash-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .event-card {
        padding: 20px;
    }
    
    .event-title {
        font-size: 24px;
    }
}

.button-group {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.fetlife-button {
    background: linear-gradient(45deg, #000000, #333333);
}

.fetlife-button:hover {
    background: linear-gradient(45deg, #333333, #000000);
}

.event-partners {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.partners {
    font-style: italic;
    color: #666;
}

.event-notice {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 10px;
    text-align: center;
    font-style: italic;
}

.event-notice {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(45deg, rgba(255, 107, 107, 0.1), rgba(255, 142, 142, 0.1));
    border-radius: 10px;
    text-align: center;
    border: 2px dashed rgba(255, 107, 107, 0.3);
}

.event-notice h3 {
    margin-bottom: 10px;
    color: #ff6b6b;
}

.event-notice {
    background: linear-gradient(45deg, rgba(255, 107, 107, 0.1), rgba(107, 107, 255, 0.1));
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.special-tour {
    background: linear-gradient(45deg, rgba(0, 153, 0, 0.1), rgba(255, 107, 107, 0.1));
    border: 2px solid rgba(0, 153, 0, 0.2);
    margin: 25px 0;
}

.special-tour h3 {
    color: #009900;
}

.tulum-style {
    background: linear-gradient(45deg, rgba(0, 188, 212, 0.1), rgba(255, 107, 107, 0.1));
    border: 2px solid rgba(0, 188, 212, 0.2);
    margin: 25px 0;
}

.tulum-style h3 {
    color: #00BCD4;
}
/* Target the specific page with a unique class or ID */
.page-mermaid-pirate {
    background-image: url('https://sintra-dalle-generated-images.s3.eu-north-1.amazonaws.com/ffe5c1be-156f-46f3-b461-9f6c44c9b604/image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Add some overlay for text readability */
.page-mermaid-pirate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5); /* Adjust opacity for contrast */
    z-index: 1;
}

/* Ensure all images have consistent sizing and styling */
.page-id-36 .wp-block-uagb-container .wp-block-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    aspect-ratio: 4/3; /* Adjust the aspect ratio as needed */
}

/* Container styling for image alignment and spacing */
.page-id-36 .wp-block-uagb-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
}

/* Ensure figures have a uniform appearance */
.page-id-36 .wp-block-image {
    overflow: hidden;
    border-radius: 10px;
}

/* Paragraph styling for captions */
.page-id-36 .wp-block-uagb-container p {
    text-align: center;
    margin: 10px 0;
    padding: 5px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

/* Target the specific form container by its block ID */
.page-id-36 .uagb-block-433ebeb6,
.page-id-36 .champagne-pop-form {
    background-color: #fff5e1; /* Champagne-like background color */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Add hover effect to make it pop */
.page-id-36 .uagb-block-433ebeb6:hover,
.page-id-36 .champagne-pop-form:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

/* Style the form inputs */
.page-id-36 .uagb-block-433ebeb6 input,
.page-id-36 .champagne-pop-form input,
.page-id-36 .uagb-block-433ebeb6 textarea,
.page-id-36 .champagne-pop-form textarea {
    background-color: #fff;
    border: 1px solid #d4af37; /* Gold color for a touch of luxury */
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
    width: 100%;
    transition: border-color 0.3s ease;
}

/* Input focus effect */
.page-id-36 .uagb-block-433ebeb6 input:focus,
.page-id-36 .champagne-pop-form input:focus,
.page-id-36 .uagb-block-433ebeb6 textarea:focus,
.page-id-36 .champagne-pop-form textarea:focus {
    border-color: #b8860b; /* Darker gold for focus */
    outline: none;
}

/* Style the submit button */
.page-id-36 .uagb-block-433ebeb6 input[type="submit"],
.page-id-36 .champagne-pop-form input[type="submit"] {
    background-color: #d4af37; /* Gold button */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Submit button hover effect */
.page-id-36 .uagb-block-433ebeb6 input[type="submit"]:hover,
.page-id-36 .champagne-pop-form input[type="submit"]:hover {
    background-color: #b8860b; /* Darker gold on hover */
}

/* Target the form container with sparkle effects */
.page-id-36 .uagb-block-433ebeb6 {
    background-color: #fff5e1; /* Champagne-like background color */
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Add sparkle animation */
.page-id-36 .uagb-block-433ebeb6:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    animation: sparkle 2s infinite;
    z-index: 1;
}

/* Sparkle animation keyframes */
@keyframes sparkle {
    0% {
        left: -75%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* Ensure form content is above the sparkle */
.page-id-36 .uagb-block-433ebeb6 .wpforms-container {
    position: relative;
    z-index: 2;
}

/* Style the form inputs */
.page-id-36 .uagb-block-433ebeb6 input,
.page-id-36 .uagb-block-433ebeb6 textarea {
    background-color: #fff;
    border: 1px solid #d4af37; /* Gold color for a touch of luxury */
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
    width: 100%;
    transition: border-color 0.3s ease;
}

/* Input focus effect */
.page-id-36 .uagb-block-433ebeb6 input:focus,
.page-id-36 .uagb-block-433ebeb6 textarea:focus {
    border-color: #b8860b; /* Darker gold for focus */
    outline: none;
}

/* Style the submit button */
.page-id-36 .uagb-block-433ebeb6 input[type="submit"] {
    background-color: #d4af37; /* Gold button */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Submit button hover effect */
.page-id-36 .uagb-block-433ebeb6 input[type="submit"]:hover {
    background-color: #b8860b; /* Darker gold on hover */
}