/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0.2
*/

/* =============================================
   Tailwind
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* =============================================
   Hero Section
   ============================================= */
.gb-element-7c644f22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    position: relative;
    z-index: 1;
}

.gb-element-d553ecd7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.gb-text-74f89bb2 {
    color: var(--base-3);
    font-size: 64px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.gb-text-d2e1f527 {
    color: var(--base-3);
    text-align: center;
    padding: 0;
}

.gb-element-ee519926 {
    display: flex;
    justify-content: center;
}

.gb-text-f59f9b3d {
    align-items: center;
    background-color: var(--contrast);
    color: #ffffff;
    display: inline-flex;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid var(--base-3);
    border-radius: 50px;
    padding: 1.25rem 2.5rem;
    transition: all 0.3s ease;
}

.gb-text-f59f9b3d:hover,
.gb-text-f59f9b3d:focus {
    background-color: #ecb22e;
    color: #000000;
    font-weight: bold;
}

.gb-text-f59f9b3d-outline {
    background: transparent;
    border-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(2px);
}

.gb-text-f59f9b3d-outline:hover,
.gb-text-f59f9b3d-outline:focus {
    background: rgba(236, 178, 46, 0.12);
    border-color: #ecb22e;
    color: #ecb22e;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 20px rgba(236, 178, 46, 0.15);
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .gb-text-74f89bb2 {
        font-size: 32px !important;
    }
    .gb-text-d2e1f527 {
        font-size: 14px !important;
        padding: 0 16px;
    }
    .gb-text-f59f9b3d {
        padding: 0.875rem 1.5rem !important;
        font-size: 14px !important;
    }
    .gb-element-ee519926 {
        flex-direction: column;
        align-items: center;
    }
    .gb-element-7c644f22 {
        min-height: 100vh !important;
    }
}

/* =============================================
   About Section
   ============================================= */
.gb-element-12682063 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.cp-component-wrapper {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #000000;
}

/* =============================================
   Services Section
   ============================================= */
.gb-element-af275789 {
    align-items: center;
    background-color: #000000;
    display: flex;
    justify-content: center;
    border-bottom: 4px solid #ffffff;
}

.gb-element-1977175a {
    display: flex;
    flex-direction: column;
    max-width: var(--gb-container-width);
    padding: 7rem 40px;
}

@media (max-width: 1024px) {
    .gb-element-1977175a {
        padding: 6rem 30px;
    }
}

@media (max-width: 767px) {
    .gb-element-1977175a {
        padding: 4rem 20px;
    }
}

.gb-element-d150c2b1 {
    color: var(--base-3);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.gb-element-37bd741c {
    color: var(--base-3);
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* =============================================
    Contact Section
    ============================================= */
.gb-element-354f8955 {
    align-items: center;
    background-color: rgb(236, 178, 46);
    display: flex;
    justify-content: center;
}

.gb-element-39cbacd6 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: var(--gb-container-width);
    width: 100%;
    padding: 20px 40px;
}

#masthead {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 12px 8px rgba(0, 0, 0, 0.08);
}

.gb-text-19a5240e {
    display: inline-flex;
    align-items: center;
    background-color: #ecb22e;
    color: #000000;
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gb-text-19a5240e:hover {
    background-color: #d6a029;
    color: #000000;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(236, 178, 46, 0.3);
}

#wpforms-form-2853 {
    background-color: #ECEFF3;
    padding: 65px;
    border-radius: 20px;
}

#wpforms-submit-2853 {
    background-color: #ecb22e;
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#wpforms-submit-2853:hover {
    background-color: #000;
    color: #ecb22e;
}

#wpforms-2853 {
    z-index: 1;
    flex: 1;
    min-width: 0;
}

.footer-widgets {
    background-color: black;
}

.site-info {
    background-color: black;
    color: white;
}

.top-bar {
    background-color: #000000;
}

.top-bar .inside-top-bar {
    justify-content: center;
}

.top-bar-align-right .widget:first-child {
    margin-left: 0;
}

.topBarMain .gb-text {
    margin: 0;
}

#menu-footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerContactUsLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerContactUsLinks a {
    margin-bottom: .5em;
}

.footerContactUsLinks a:hover {
    color: white;
}

#menu-footer-menu li a:hover {
    color: #ffffff;
}

.footer-widgets a,
.site-info a,
.footer-widgets .footerContactUsLinks a,
#menu-footer-menu li a {
    color: #ffffff;
}

.footer-widgets a:hover,
#menu-footer-menu li a:hover,
.footerContactUsLinks a:hover {
    color: var(--accent);
}

.footer-widgets h4 {
    color: #ffffff;
}

#wpforms-form-2853 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
#wpforms-form-2853 textarea,
#wpforms-form-2853 select {
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 8px;
    background-color: #ffffff;
    color: #333333;
}

#wpforms-form-2853 input:focus:not([type="submit"]),
#wpforms-form-2853 textarea:focus,
#wpforms-form-2853 select:focus {
    border-color: var(--accent);
    outline: none;
    box-shadow: 0 0 0 3px rgba(236, 178, 46, 0.15);
}

.cp-component-wrapper {
    font-family: 'Inter', sans-serif;
}

@media (max-width: 1024px) {
    #wpforms-form-2853 {
        background-color: #ECEFF3;
        padding: 15px;
        border-radius: 20px;
    }
}

/* =============================================
    Hero — Gradient Overlay
    ============================================= */
.hero-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.hero-overlay .background-video-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(236, 178, 46, 0.3);
    border-radius: 9999px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-badge .star {
    color: #ecb22e;
}

/* =============================================
    Contact — Responsive Layout
    ============================================= */
.contact-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
}

.contact-image-wrap {
    flex-shrink: 0;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: 30px;
}

.contact-image-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .contact-layout {
        flex-direction: column;
    }
    .contact-image-wrap {
        width: 100%;
        top: 0;
    }
}

/* =============================================
    Reviews Section
    ============================================= */
.reviews-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: var(--gb-container-width);
    padding: 60px 40px;
    margin: 0 auto;
}

/* =============================================
    How It Works
    ============================================= */
.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.how-step {
    text-align: center;
    position: relative;
}

.how-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 60%;
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, #ecb22e, rgba(236, 178, 46, 0.2));
    display: none;
}

@media (min-width: 768px) {
    .how-step:not(:last-child)::after {
        display: block;
    }
}

.how-step-icon {
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background: #ecb22e;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 1rem;
}

.how-step h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

.how-step p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .how-it-works-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

/* =============================================
    Why Us
    ============================================= */
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.why-us-item {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s;
}

.why-us-item:hover {
    border-color: #ecb22e;
    box-shadow: 0 8px 24px rgba(236, 178, 46, 0.12);
    transform: translateY(-2px);
}

.why-us-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.why-us-item h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

.why-us-item p {
    font-size: 0.8125rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .why-us-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
    FAQ Accordion
    ============================================= */
.faq-item {
    border-bottom: 1px solid #e4e4e7;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
}

.faq-question:hover {
    color: #ecb22e;
}

.faq-question .faq-toggle {
    font-size: 1.25rem;
    transition: transform 0.3s;
    color: #ecb22e;
}

.faq-question.open .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
    color: #555;
    line-height: 1.6;
}

.faq-answer.open {
    max-height: 300px;
    padding: 0 0 1rem;
}

/* =============================================
    Floating Mobile CTA
    ============================================= */
.floating-cta {
    display: none;
}

@media (max-width: 768px) {
    .floating-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        padding: 12px 16px;
        background: #fff;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
    }
    .floating-cta a {
        display: block;
        width: 100%;
        padding: 14px;
        background: #ecb22e;
        color: #000;
        text-align: center;
        font-weight: 700;
        font-size: 1rem;
        border-radius: 12px;
        text-decoration: none;
    }
}

/* =============================================
    Scroll Animations
    ============================================= */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =============================================
    Event Type Cards
    ============================================= */
.event-card {
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.event-card:hover {
    border-color: #ecb22e;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(236, 178, 46, 0.1);
}

.event-card-image {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-card-image img {
    transform: scale(1.05);
}

.event-card-icon {
    font-size: 2rem;
    margin-bottom: 4px;
}

.event-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.event-card p {
    font-size: 0.875rem;
    color: #a1a1aa;
    line-height: 1.5;
}

.event-card a {
    margin-top: auto;
    color: #ecb22e;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.event-card a:hover {
    color: #fff;
}

