/* Additional theme styling for Elementor Base Pro */
.elementor-fullwidth {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}


/* Contact / Callback CTA (footer) */
.contact-cta {
    background: #F4F6F8;
    padding: 60px 0;
    border-radius: 64px 0px 64px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.centered_contact_line {
    text-align: left;
    padding: 0 80px;
}

.contact-cta__inner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

/* Pattern Decorative Elements */
.contact-cta__pattern {
    position: absolute;
    width: 318px;
    min-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}

.contact-cta__pattern--top-right {
    top: 0;
    right: 0;
    z-index: -1;
}

.contact-cta__pattern--bottom-left {
    bottom: 0;
    left: 0;
    z-index: 0;
    transform: rotate(180deg);
}

.contact-cta__pattern img {
    width: 100%;
    height: auto;
}

.contact-cta__left {
    flex: 0 0 55%;
    color: #163a4a;
}

.contact-cta__right {
    flex: 0 0 45%;
}

.contact-cta__title {
    font-size: 34px;
    margin: 0 0 8px 0;
    color: #0b3d58;
}

.contact-cta__subtitle {
    color: #285e74;
    margin: 0 0 18px 0;
}

.contact-cta__heading {
    margin: 18px 0 8px 0;
    color: #13425a;
    font-weight: 700;
}

.contact-cta__text {
    color: #556b73;
    margin: 0 0 18px 0;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 14px;
    color: #1d4b63;
}

.contact-list .icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    margin-right: 16px;
    flex-shrink: 0;
}

.contact-list__label {
    margin-right: 5px;
    font-weight: normal;
}

.contact-list a {
    color: #0b4b6d;
    text-decoration: none;
    font-weight: 600
}

.contact-list a:hover {
    text-decoration: underline
}

.callback-form {
    background: transparent;
}

.callback-form .form-row {
    margin-bottom: 14px;
}

.form-row--half {
    display: flex;
    gap: 12px;
}

.callback-form input[type="text"],
.callback-form input[type="tel"],
.callback-form input[type="email"],
.callback-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #0B4C84;
    border-radius: 10px;
    font-size: 14px;
    color: #0d3242;
    background: #fff;
}

.callback-form textarea {
    resize: vertical;
}

.callback-form input:focus,
.callback-form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 83, 114, 0.08);
}

.btn-gold {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #DAA51F;
    color: #07202a;
    padding: 12px 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px 0px;
    cursor: pointer;
    justify-content: center;
}

.btn-gold .btn-icon {
    padding: 6px 8px;
    border-radius: 6px;
    align-items: center;
    display: inline-block;
}

.btn-gold .btn-icon img {
    width: 24px;
    height: 24px;
}

.privacy {
    margin-top: 12px;
    color: #46606a;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px
}

#prevBtn,
#nextBtn {
    cursor: pointer;
}

/* Responsive */
@media (max-width: 900px) {
    .contact-cta__inner {
        flex-direction: column;
    }

    .contact-cta__left,
    .contact-cta__right {
        flex: 1 1 100%;
    }

    .form-row--half {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .contact-cta {
        padding: 28px 16px;
        border-radius: 12px
    }

    .contact-cta__title {
        font-size: 24px
    }
}

/* Parent container - use class instead of data-id */
#carouselGrid.e-con {
    overflow: visible !important;
}

/* The actual parent wrapper */
.e-con:has(> #carouselGrid) {
    overflow: hidden !important;
}

/* Grid itself */
#carouselGrid {
    display: grid !important;
    gap: 20px;
    transition: transform 0.4s ease;
}

.accordian-faq .elementor-accordion-icon-right {
    font-size: 30px !important;
}