.elementor-7288 .elementor-element.elementor-element-5834069 > .elementor-container{min-height:400px;}.elementor-7288 .elementor-element.elementor-element-5834069:not(.elementor-motion-effects-element-type-background), .elementor-7288 .elementor-element.elementor-element-5834069 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://explorationsacademy.org/wp-content/uploads/2026/01/DSCF4526-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7288 .elementor-element.elementor-element-5834069{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7288 .elementor-element.elementor-element-5834069 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7288 .elementor-element.elementor-element-471378f{text-align:center;}.elementor-7288 .elementor-element.elementor-element-471378f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-7288 .elementor-element.elementor-element-fb42602{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-7288 .elementor-element.elementor-element-fb42602:not(.elementor-motion-effects-element-type-background), .elementor-7288 .elementor-element.elementor-element-fb42602 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DADADA;}.elementor-7288 .elementor-element.elementor-element-fb42602 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7288 .elementor-element.elementor-element-8dc259e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}@media(max-width:1024px){.elementor-7288 .elementor-element.elementor-element-fb42602{padding:80px 0px 80px 0px;}}/* Start custom CSS for html, class: .elementor-element-99dff56 *//*==============================
ARCHERY CLASSES PAGE
==============================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.archery-section,
.archery-session-section,
.archery-contact{
    width:100%;
    padding:90px 20px;
    background:#f7f9fc;
}

.archery-container{
    max-width:1200px;
    margin:auto;
}

.archery-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    margin-bottom:90px;
}

.archery-row.reverse{
    flex-direction:row-reverse;
}

/*==============================
TEXT
==============================*/

.archery-content{
    flex:1;
}

.archery-tag{
    display:inline-block;
    background:#0c4a6e;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
    text-transform:uppercase;
}

.archery-content h1{
    font-size:56px;
    color:#1d3557;
    margin-bottom:25px;
    line-height:1.1;
}

.archery-content h2{
    font-size:42px;
    color:#1d3557;
    margin-bottom:25px;
}

.archery-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.archery-content strong{
    color:#0c4a6e;
}

/*==============================
IMAGES
==============================*/

.archery-image{
    flex:1;
}

.archery-image img{
    width:100%;
    display:block;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    transition:.4s;
}

.archery-image img:hover{
    transform:translateY(-8px);
}

.archery-image.small img{
    max-height:550px;
    object-fit:cover;
}

/*==============================
SECTION TITLE
==============================*/

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#0c4a6e;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.section-title h2{
    font-size:48px;
    color:#1d3557;
}

/*==============================
SESSION CARDS
==============================*/

.session-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.session-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    position:relative;
    transition:.35s;
}

.session-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.session-card.featured{
    border:3px solid #0c4a6e;
}

.badge{
    position:absolute;
    top:-15px;
    right:25px;
    background:#f59e0b;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:bold;
}

.session-card h3{
    font-size:28px;
    color:#1d3557;
    margin-bottom:15px;
}

.price{
    font-size:42px;
    color:#0c4a6e;
    font-weight:700;
    margin-bottom:20px;
}

.session-card h4{
    font-size:18px;
    color:#333;
    margin-bottom:20px;
}

.session-card ul{
    list-style:none;
}

.session-card ul li{
    margin-bottom:14px;
    color:#666;
    line-height:1.7;
    position:relative;
    padding-left:25px;
}

.session-card ul li:before{
    content:"✓";
    color:#16a34a;
    position:absolute;
    left:0;
    font-weight:bold;
}

/*==============================
CONTACT SECTION
==============================*/

.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.contact-text h2{
    font-size:48px;
    color:#1d3557;
    margin:20px 0;
}

.contact-text p{
    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
}

.contact-image img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.archery-btn{
    display:inline-block;
    padding:18px 42px;
    background:#0c4a6e;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:17px;
    font-weight:700;
    transition:.3s;
}

.archery-btn:hover{
    background:#08324b;
    transform:translateY(-4px);
}

/*==============================
TABLET
==============================*/

@media(max-width:991px){

.archery-row{
    flex-direction:column;
}

.archery-row.reverse{
    flex-direction:column;
}

.contact-grid{
    grid-template-columns:1fr;
}

.session-grid{
    grid-template-columns:1fr;
}

.archery-content h1{
    font-size:42px;
}

.archery-content h2{
    font-size:34px;
}

.section-title h2{
    font-size:38px;
}

.contact-text h2{
    font-size:38px;
}

}

/*==============================
MOBILE
==============================*/

@media(max-width:767px){

.archery-section,
.archery-session-section,
.archery-contact{
    padding:70px 20px;
}

.archery-content h1{
    font-size:34px;
}

.archery-content h2{
    font-size:28px;
}

.section-title h2{
    font-size:30px;
}

.contact-text h2{
    font-size:30px;
}

.archery-content p,
.contact-text p{
    font-size:16px;
}

.session-card{
    padding:30px;
}

.price{
    font-size:34px;
}

.archery-btn{
    width:100%;
    text-align:center;
}

}/* End custom CSS */