body {
    font-family: 'AntikSurfClub', Arial, sans-serif;
    margin: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
    background: #2b2b2b;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.floating-whatsapp svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

/* Estilo para titulos*/
@font-face {
    font-family: 'AntikSurfClub';
    src: url('../fonts/AntikSurfClub-Regular (2).otf') format('opentype');
}

/*titulos*/
h1 {
    font-family: 'AntikSurfClub', Arial, sans-serif;
}

/* ==================================================
   INTRO
================================================== */

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 150px;
    background: #ffffff;
}

.intro p {
    margin: 0;
    max-width: 980px;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.35;
    color: #111111;
}


.upcoming-trips-section {
    margin-top : 150px; 
    margin-bottom: 150px ;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    width: 100%;
    background: #ffffff;
}

.upcoming-trips-media {
    background-image: url('../images/common/surftrips.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
}

.upcoming-trips-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 42px;
    background: #ffffff;
    color: #111111;
    font-family: 'AntikSurfClub', Arial, sans-serif;
}

.upcoming-trips-title {
    margin: 0 0 20px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    color: #2B6984;
}

.upcoming-trips-title a {
    color: inherit;
    text-decoration: none;
}

.upcoming-trips-text {
    margin: 0;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

.trip-status {
    font-weight: 700;
}

.trip-status-full {
    color: #ec9248;
}

.trip-status-available {
    color: #ec9248;
}

.upcoming-trips-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.upcoming-trips-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.upcoming-trips-button:hover {
    transform: translateY(-2px);
}

.upcoming-trips-button-primary {
    background: #2B6984;
    color: #ffffff;
    border: 1px solid #2B6984;
}

.upcoming-trips-button-primary:hover {
    background: #23556b;
    border-color: #23556b;
}


.surf-lessons-section {
    margin: 0 0 140px;
    padding: 0 0 0 24px;
}

.surf-lessons-layout {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
    background: #ffffff;
}

.surf-lessons-section .elementor-widget-wrap {
    max-width: none;
    margin: 0;
    padding: 28px 36px 28px 0;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    color: #111111;
}

.surf-lessons-media {
    background-image: url('../images/index/lessons.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 360px;
}

.surf-lessons-section .elementor-element-a486c04 .elementor-heading-title {
    margin: 0 0 18px;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1;
    color: #2B6984;
}

.surf-lessons-section .elementor-element-afb45d2 .elementor-heading-title {
    margin: 0 0 28px;
    font-size: 19px;
    line-height: 1.45;
}

.surf-lessons-section .elementor-accordion {
    border-top: 1px solid #dddddd;
}

.surf-lessons-section .elementor-accordion-item {
    border-bottom: 1px solid #dddddd;
}

.surf-lessons-section .elementor-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    cursor: pointer;
}

.surf-lessons-section .elementor-accordion-title {
    color: #111111;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    pointer-events: none;
}

.surf-lessons-section .elementor-accordion-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 2;
}

.surf-lessons-section .elementor-accordion-icon svg {
    width: 14px;
    height: 14px;
    fill: #111111;
}

.surf-lessons-section .elementor-accordion-icon-opened {
    display: none;
}

.surf-lessons-section .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: inline-flex;
}

.surf-lessons-section .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none;
}

.surf-lessons-section .elementor-tab-content {
    display: none;
    padding: 0 0 20px;
}

.surf-lessons-section .elementor-tab-content.elementor-active {
    display: block;
}

.surf-lessons-section .elementor-tab-content ul {
    margin: 0 0 10px 20px;
    padding: 0;
}

.surf-lessons-section .elementor-tab-content h4 {
    margin: 0 0 8px;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
}

.surf-lessons-section .elementor-element-28c0f49 {
    margin-top: 28px;
}

.surf-lessons-section .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 1px solid #2B6984;
    background: #2B6984;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.surf-lessons-section .elementor-button:hover {
    transform: translateY(-2px);
    background: #23556b;
    border-color: #23556b;
}

.surf-rental-section {
    margin: 0 0 140px;
    padding: 0;
}

.surf-rental-layout {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
    background: #ffffff;
}

.surf-rental-media {
    background-image: url('../images/index/rentals.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 360px;
}

.surf-rental-section .elementor-column {
    max-width: none;
    margin: 0;
}

.surf-rental-section .elementor-widget-wrap {
    padding: 28px 24px 28px 36px;
    font-family: 'AntikSurfClub', Arial, sans-serif;
    color: #111111;
}

.surf-rental-section .elementor-element-a6297ad .elementor-heading-title {
    margin: 0 0 18px;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1;
    color: #2B6984;
}

.surf-rental-section .elementor-element-a6297ad .elementor-heading-title a {
    color: inherit;
    text-decoration: none;
}

.surf-rental-section .elementor-element-3579258 .elementor-heading-title {
    margin: 0 0 28px;
    font-size: 19px;
    line-height: 1.45;
}

.surf-rental-prices {
    margin: 0 0 24px;
}

.surf-rental-prices img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
}

.surf-rental-section .elementor-element-9f660d5 {
    margin-top: 26px;
}

.surf-rental-section .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border: 1px solid #2B6984;
    background: #2B6984;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.surf-rental-section .elementor-button:hover {
    transform: translateY(-2px);
    background: #23556b;
    border-color: #23556b;
}



@media (max-width: 480px) {
    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 56px;
        height: 56px;
    }

    .upcoming-trips-section {
        grid-template-columns: 1fr;
    }

    .upcoming-trips-media {
        min-height: 280px;
    }

    .upcoming-trips-content {
        padding: 30px 20px;
    }

    .upcoming-trips-text {
        font-size: 16px;
    }

    .upcoming-trips-actions {
        margin-top: 22px;
    }

    .upcoming-trips-media {
        background-size: contain;
        background-position: center top;
        min-height: 0;
        aspect-ratio: 1066 / 1600;
    }

    .upcoming-trips-content {
        padding: 22px 16px;
    }

    .upcoming-trips-title {
        font-size: 26px;
    }

    .upcoming-trips-text {
        font-size: 14px;
        line-height: 1.45;
    }

    .upcoming-trips-button {
        width: 100%;
        min-width: 0;
    }

    .surf-lessons-section {
        margin-bottom: 110px;
        padding: 0;
    }

    .surf-lessons-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .surf-lessons-section .elementor-widget-wrap {
        padding: 0 16px;
    }

    .surf-lessons-media {
        order: -1;
        min-height: 260px;
        margin-bottom: 20px;
    }

    .surf-lessons-section .elementor-element-a486c04 .elementor-heading-title {
        font-size: clamp(30px, 10vw, 42px);
    }

    .surf-lessons-section .elementor-element-afb45d2 .elementor-heading-title {
        font-size: 16px;
        line-height: 1.45;
    }

    .surf-lessons-section .elementor-accordion-title {
        font-size: 17px;
    }

    .surf-lessons-section .elementor-tab-content h4 {
        font-size: 15px;
        line-height: 1.35;
    }

    .surf-lessons-section .elementor-button {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 14px;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .surf-rental-section {
        margin-bottom: 110px;
        padding: 0;
    }

    .surf-rental-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .surf-rental-media {
        min-height: 260px;
        margin-bottom: 20px;
    }

    .surf-rental-section .elementor-widget-wrap {
        padding: 0 16px;
    }

    .surf-rental-section .elementor-element-a6297ad .elementor-heading-title {
        font-size: clamp(30px, 10vw, 42px);
    }

    .surf-rental-section .elementor-element-3579258 .elementor-heading-title {
        font-size: 16px;
        line-height: 1.45;
    }

    .surf-rental-prices {
        margin-bottom: 18px;
    }

    .surf-rental-section .elementor-button {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 14px;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

}

