/*FRONT PAGE 2 */

.cg-feature-section {
    background: #E6EFE8;
    padding: 90px 0;
}

.cg-feature-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.cg-feature-box {
    background: #F8F4EA;
    border: 1px solid #d8c79b;
    border-radius: 16px;
    padding: 55px 40px;
    text-align: center;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.cg-feature-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #C79A2B;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s ease;
}

.cg-feature-box:hover::before {
    transform: scaleX(1);
}

.cg-feature-box:hover {
    transform: translateY(-10px);
    background: #034E42;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
}

.cg-feature-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #C79A2B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #C79A2B;
    transition: .35s ease;
}

.cg-feature-box:hover .cg-feature-icon {
    background: #C79A2B;
    color: #034E42;
    transform: scale(1.08);
}

.cg-feature-box h3 {
    font-size: 30px;
    color: #222;
    font-family: Georgia, serif;
    font-weight: 500;
    margin-bottom: 18px;
    transition: .35s;
}

.cg-feature-box:hover h3 {
    color: #fff;
}

.cg-feature-box p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    transition: .35s;
}

.cg-feature-box:hover p {
    color: #e8e8e8;
}

.cg-feature-box a {
    display: inline-block;
    padding: 14px 34px;
    background: #C79A2B;
    color: #222;
    text-decoration: none;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .35s ease;
}

.cg-feature-box a:hover {
    background: #fff;
    color: #034E42;
}

.cg-feature-box a::after {
    content: " →";
}

@media (max-width: 992px) {

    .cg-feature-container {
        grid-template-columns:  1fr;
        gap: 25px;
    }

    .cg-feature-box {
        max-width: 100%;
        margin: 0;
    }

}


@media (max-width:768px){

    .cg-feature-section{
        padding:50px 0;
    }

    .cg-feature-container{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
        padding:0 15px;
    }

    .cg-feature-box{
        padding:25px 15px;
    }

    .cg-feature-icon{
        width:60px;
        height:60px;
        font-size:24px;
        margin-bottom:20px;
    }

    .cg-feature-box h3{
        font-size:20px;
        line-height:1.3;
        margin-bottom:15px;
        word-break:normal;
        overflow-wrap:normal;
        white-space:normal;
    }

    .cg-feature-box p{
        font-size:8px;
        line-height:1.6;
    }

    .cg-feature-box a{
        font-size:12px;
        padding:10px 20px;
    }

}

/*==================================================
                FRONT PAGE 2
==================================================*/
/* 
.cg-feature-section {
    background: #E6EFE8;
    padding: 90px 0;
}

.cg-feature-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.cg-feature-box {
    background: #034E42;
    border: 1px solid #C79A2B;
    border-radius: 16px;
    padding: 55px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .20);
}

.cg-feature-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #C79A2B;
}

.cg-feature-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #C79A2B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #034E42;
}

.cg-feature-box h3 {
    font-size: 30px;
    color: #FFFFFF;
    font-family: Georgia, serif;
    font-weight: 500;
    margin-bottom: 18px;
}

.cg-feature-box p {
    font-size: 17px;
    color: #F2F2F2;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cg-feature-box a {
    display: inline-block;
    padding: 14px 34px;
    background: #C79A2B;
    color: #222;
    text-decoration: none;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
}

.cg-feature-box a::after {
    content: " →";
}
.cg-feature-box a{
    transition: all .3s ease;
}

.cg-feature-box a:hover{
    background:#FFFFFF;
    color:#034E42;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}



@media (max-width:992px) {

    .cg-feature-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cg-feature-box {
        max-width: 100%;
        margin: 0;
    }

}

@media (max-width:768px) {

    .cg-feature-section {
        padding: 50px 0;
    }

    .cg-feature-container {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }

    .cg-feature-box {
        padding: 25px 15px;
    }

    .cg-feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cg-feature-box h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
        word-break: normal;
        overflow-wrap: normal;
        white-space: normal;
    }

    .cg-feature-box p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .cg-feature-box a {
        font-size: 12px;
        padding: 10px 20px;
    }

} */

/*FRONT PAGE 3*/


.front-page-3{
    background:#E8D6A0 !important;
    background-image:none !important;
    padding:30px 0 100px !important;
    margin:0 !important;
}

.front-page-3 .image-section {
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}

.front-page-3 .widget,
.front-page-3 .widget-wrap,
.front-page-3 .flexible-widgets,
.front-page-3 .image-section {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ches-course-history .wrap{
    max-width:1350px;
    margin:0 auto;
    padding:0 40px;
}

.ches-course-history {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ches-course-history .wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
}


.ches-course-history h2 {
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 600;
    color: #9A6B08;
    margin: 0 0 15px;
    line-height: 1.2;
}

.ches-course-history h3 {
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.ches-course-history p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
    color: #000;
    text-align: left;
    margin-bottom: 18px;
}

.ches-course-history strong {
    color: #000;
    font-weight: 700;
}

.history-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    margin: 30px 0;
}

.history-points ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.history-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    font-style: normal;
}

.history-points li:last-child {
    margin-bottom: 0;
}

.history-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 24px;
    color: #9A6B08;
    line-height: 1;
}

.history-ending {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.65;
    color: #000;
}
.history-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 16px 42px;
    border: 2px solid #D46B2A;
    background: transparent;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    transition: all .3s ease;
}

.history-btn:hover {
    background: #D46B2A;
    color: #FFF;
}

@media (max-width:1200px) {

    .ches-course-history .wrap {
        max-width: 1050px;
    }

}

@media (max-width:992px) {

    .history-points {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ches-course-history h2 {
        font-size: 36px;
    }

    .ches-course-history h3 {
        font-size: 28px;
    }

    .ches-course-history p,
    .history-ending {
        font-size: 18px;
        line-height: 1.6;
    }

    .history-points li {
        font-size: 18px;
        line-height: 1.45;
    }

}

@media (max-width:768px) {

    .front-page-3 {
        padding: 40px 0 60px !important;
    }

    .ches-course-history .wrap {
        padding: 0 20px !important;
    }

    .ches-course-history h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .ches-course-history h3 {
        font-size: 24px;
        margin: 35px 0 18px;
    }

    .ches-course-history p,
    .history-ending {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .history-points {
        gap: 15px;
        margin: 25px 0;
    }

    .history-points li {
        font-size: 17px;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .history-btn {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
    }

}

/* FRONT PAGE 7 / Contact */

.front-page-7 {
    background: #2d2823;
    padding: 100px 0;
}

.front-page-7 .image-section {
    background: none !important;
    background-image: none !important;
}

.cg-contact-section .wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.cg-contact-grid {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 55px;
    align-items: stretch;
}

.cg-contact-card {
    background: #40372f;
    border-left: 6px solid #c79a2b;
    border-radius: 16px;
    padding: 55px;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
    min-height: 560px;
    box-sizing: border-box;
}

.cg-contact-card h2 {
    font-size: 48px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 15px;
    font-family: Georgia, serif;
    font-weight: 500;
}

.cg-contact-card strong {
    /* display:block; */
    color: #d6a42b;
    font-size: 30px;
    margin-bottom: 5px;
}

.cg-contact-card p {
    color: #ddd;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.cg-contact-card a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.cg-contact-card a:hover {
    /* color:#d6a42b; */
    font-weight: 600;
}

.cg-social {
    margin-top: auto;
}

.cg-social h3 {
    color: #d6a42b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cg-social a {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #52483f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    margin-right: 18px;
    transition: .35s ease;
}

.cg-social a:hover {
    background: #d6a42b;
    color: #222;
    transform: translateY(-6px);
}

.cg-map {
    height: 560px;
}

.cg-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
}

@media(max-width:1200px) {

    .cg-contact-grid {
        grid-template-columns: 420px 1fr;
    }

}

@media(max-width:991px) {

    .cg-contact-grid {
        grid-template-columns: 1fr;
    }

    .cg-contact-card {
        min-height: auto;
        height: auto;
    }

    .cg-map {
        height: 420px;
    }

}

@media(max-width:768px) {

    .front-page-7 {
        padding: 70px 0;
    }

    .cg-contact-section .wrap {
        padding: 0 20px;
    }

    .cg-contact-card {
        padding: 35px;
    }

    .cg-contact-card h2 {
        font-size: 40px;
    }

    .cg-contact-card p {
        font-size: 18px;
    }

    .cg-contact-card strong {
        font-size: 24px;
    }

    .cg-social h3 {
        font-size: 28px;
    }

    .cg-social a {
        width: 55px;
        height: 55px;
        font-size: 24px;
        margin-right: 12px;
    }

    .cg-map {
        height: 350px;
    }

}

/* ================================= design 2  ============= */

.club-services {
    /* background: #C89B3C; */
	/* background: #AAB7D1; */
	background: #2F4858 ;
    padding: 90px 0;
}

.club-services-wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service-card {
    background: #fff;
    padding: 50px 35px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #C89B3C;
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    background: #0B5D4A;
}

.service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #F4F1EA;
    border: 2px solid #C89B3C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #C89B3C;
    transition: .35s;
}

.service-card:hover .service-icon {
    background: #C89B3C;
    color: #fff;
}

.service-tag {
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.service-card h2 {
    font-family: Georgia, serif;
    font-size: 34px;
    color: #222;
    margin-bottom: 18px;
    transition: .35s;
}

.service-card:hover h2 {
    color: #fff;
}

.service-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
    transition: .35s;
}

.service-card:hover p {
    color: #f0f0f0;
}

.service-btn {
    display: inline-block;
    padding: 14px 34px;
    background: #C89B3C;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    transition: .35s;
}

.service-btn:hover {
    background: #fff;
    color: #0B5D4A;
}

@media(max-width:992px) {

    .club-services-wrapper {
        grid-template-columns: 1fr;
    }

}

/*   

@media (max-width:768px) {

    .club-services {
        padding: 50px 0;
    }

    .club-services-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .service-card {
        padding: 22px 15px;
        border-radius: 12px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .service-tag {
        font-size: 10px;
        padding: 5px 12px;
        margin-bottom: 12px;
    }

    .service-card h2 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .service-card p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .service-btn {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 10px 15px;
    }

}
*/


/* front page 3  design 2 */

.front-page-3{
    background:#F4E8D3 !important;
}

.cg-legacy-section{
    max-width:1300px;
    margin:0 auto;
    padding:0 20px;
}

.cg-legacy-wrapper{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
}

.cg-legacy-tag{
    display:inline-block;
    background:#C89B3C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:20px;
    text-transform:uppercase;
}

.cg-legacy-content h2{
    font-family:Georgia,serif;
    font-size:48px;
    color:#000;
    margin-bottom:25px;
    line-height:1.2;
}

.cg-legacy-content p{
    font-size:17px;
    color:#000;
    line-height:1.9;
    margin-bottom:35px;
}

.cg-timeline{
    border-left:3px solid #C89B3C;
    margin-left:15px;
}

.cg-timeline-item{
    display:flex;
    gap:25px;
    position:relative;
    margin-bottom:35px;
    padding-left:25px;
}

.cg-timeline-item::before{
    content:"";
    position:absolute;
    left:-11px;
    top:6px;
    width:18px;
    height:18px;
    background:#0B5D4A;
    border:4px solid #C89B3C;
    border-radius:50%;
}

.cg-timeline-item span{
    min-width:75px;
    font-size:18px;
    font-weight:700;
    color:#C89B3C;
}

.cg-timeline-item h4{
    font-size:21px;
    color:#000;
    margin-bottom:8px;
}

.cg-timeline-item p{
    margin:0;
    color:#000;
    font-size:15px;
    line-height:1.7;
}

.cg-legacy-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.cg-highlight-box{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid rgba(0,0,0,.05);
}

.cg-highlight-box:hover{
    transform:translateY(-8px);
    background:#0B5D4A;
}

.cg-highlight-box i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#C89B3C;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.cg-highlight-box h3{
    font-size:22px;
    color:#000;
    margin-bottom:15px;
}

.cg-highlight-box p{
    font-size:15px;
    color:#000;
    line-height:1.8;
}

.cg-highlight-box:hover h3,
.cg-highlight-box:hover p{
    color:#fff;
}

.cg-achievement-banner{
    margin-top:70px;
    background:#0B5D4A;
    border-radius:20px;
    padding:40px 50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.cg-achievement-left h3{
    color:#fff;
    font-size:34px;
    margin-bottom:10px;
    font-family:Georgia,serif;
}

.cg-achievement-left p{
    color:#D8D8D8;
    font-size:17px;
    margin:0;
}

.cg-discover-btn{
    display:inline-block;
    background:#C89B3C;
    color:#fff;
    text-decoration:none;
    padding:16px 34px;
    border-radius:35px;
    font-size:17px;
    font-weight:600;
    transition:.35s;
}

.cg-discover-btn:hover{
    background:#fff;
    color:#0B5D4A;
}

@media(max-width:992px){

    .cg-legacy-wrapper{
        grid-template-columns:1fr;
        gap:50px;
    }

    .cg-legacy-highlights{
        grid-template-columns:repeat(2,1fr);
    }

    .cg-achievement-banner{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:768px){

    .front-page-3{
        padding:70px 0 !important;
    }

    .cg-legacy-content h2{
        font-size:36px;
    }

    .cg-legacy-content p{
        font-size:16px;
    }

    .cg-legacy-highlights{
        grid-template-columns:1fr;
    }

    .cg-highlight-box{
        padding:30px 20px;
    }

    .cg-highlight-box h3{
        font-size:20px;
    }

    .cg-achievement-banner{
        padding:30px 25px;
    }

    .cg-achievement-left h3{
        font-size:28px;
    }

    .cg-achievement-left p{
        font-size:15px;
    }

    .cg-discover-btn{
        width:100%;
        text-align:center;
    }

}

/* contact design 2  */
.front-page-7{
    background:#2F3532;
    padding:90px 0;
}

.club-contact-area{
    background:transparent;
}

.club-contact-banner{
    background:#3A433F;
    border-radius:24px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    margin-bottom:45px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.club-contact-info{
    flex:1;
}

.club-contact-tag{
    display:inline-block;
    background:#C89B3C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.club-contact-info h2{
    font-family:Georgia,serif;
    font-size:48px;
    color:#FFFFFF;
    margin-bottom:20px;
    font-weight: 700;
}

.club-contact-info p{
    color:#edeaea;
    font-size:17px;
    font-weight: 500;
    line-height:1.8;
    max-width:700px;
    margin-bottom:35px;
}

.club-contact-list{
    display:flex;
    gap:40px;
    flex-wrap:wrap;
}

.club-contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.club-contact-item i{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#C89B3C;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.club-contact-item h4{
    color:#FFFFFF;
    font-size:18px;
    margin-bottom:8px;
    font-weight: 600;
}

.club-contact-item span,
.club-contact-item a{
    color:#edeaea;
    text-decoration:none;
    line-height:1.8;
    transition:.3s;
}

.club-contact-item a:hover{
    color:#fff;
    font-weight: 600;
}

.club-contact-action{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:30px;
}

.club-direction-btn{
    display:inline-block;
    padding:16px 36px;
    background:#C89B3C;
    color:#FFFFFF;
    border-radius:40px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    transition:.35s;
}

.club-direction-btn:hover{
    background:#FFFFFF;
    color:#2F3532;
}

.club-social-links{
    display:flex;
    gap:15px;
}

.club-social-links a{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#49514D;
    color:#FFFFFF;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    transition:.35s;
}

.club-social-links a:hover{
    background:#C89B3C;
    transform:translateY(-5px);
}

.club-map-box{
    background:#FFFFFF;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.20);
}

.club-map-box iframe{
    width:100%;
    height:500px;
    border:0;
    display:block;
}
@media(max-width:992px){

    .club-contact-banner{
        flex-direction:column;
        align-items:flex-start;
        padding:45px;
        gap:40px;
    }

    .club-contact-info h2{
        font-size:40px;
    }

    .club-contact-action{
        width:100%;
        align-items:flex-start;
    }

    .club-map-box iframe{
        height:420px;
    }

}

@media(max-width:768px){

    .front-page-7{
        padding:70px 0;
    }

    .club-contact-banner{
        padding:30px 25px;
        border-radius:18px;
    }

    .club-contact-info h2{
        font-size:30px;
    }

    .club-contact-info p{
        font-size:15px;
    }

    .club-contact-list{
        flex-direction:column;
        gap:25px;
    }

    .club-contact-item i{
        width:46px;
        height:46px;
        font-size:18px;
    }

    .club-contact-item h4{
        font-size:17px;
    }

    .club-contact-item span,
    .club-contact-item a{
        font-size:15px;
    }

    .club-contact-action{
        width:100%;
        align-items:center;
    }

    .club-direction-btn{
        width:100%;
        text-align:center;
        padding:14px 20px;
        font-size:16px;
    }

    .club-social-links a{
        width:46px;
        height:46px;
        font-size:18px;
    }

    .club-map-box iframe{
        height:320px;
    }

}