﻿@font-face {
    font-family: 'Bowlby One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/bowlbyone.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background: #f4f4f4;   
}
.mainbody {
    background-color:#fff;
}
.landing-bg {
    background-image: url(../images/landing-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 1px);
    position: relative;
}
    .landing-bg::before {
        background: #000000;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        content: '';
        z-index:1;
    }
    .landing-bg .landing-inner {
        display: flex;
        justify-content: center;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-direction: column;
        height: 100%;
        align-items: center;
        z-index:2;
        position:relative;
    }      
        .landing-inner .flex-element {
            display: flex;
            text-align: center;
            color: #FFFFFF;
            flex-direction: column;           
        }
    .landing-inner .flex-element h3 {
        font-family: "Inter", Sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 1em;
        letter-spacing: 17px;
        word-spacing: 0em;        
    }
.flex-button {
    column-gap: 20px;
    display:flex;
}
.landing-inner .flex-element h1 {
    font-family: "Bowlby One", Sans-serif;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
}
.elementor-button, .site-button {
    background-color: #003e3d;
    font-family: "Bowlby One", Sans-serif;
    font-size: 2.1em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1.3px;
    fill: #FFFFFF;
    color: #FFFFFF;
/*    border-style: solid;*/
/*    border-width: 1px 1px 1px 1px;*/

    padding: 15px 28px;
    border-radius: 3px;
   
}
.site-button
{
    font-size: 1.1em;
}
.menu_tiles img:hover {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.1);
}
.elementor-animation-grow, .site-animation-grow {
    transition-duration: .3s;
    transition-property: transform;
}
.elementor-button:hover, .site-button:hover {
    fill: #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    transform: scale(1.2);
    background-color: #e39b44;
}

/**header images*/

.headertop-bg {
    background-position: 0px 48%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(72vh );
    position: relative;    
}
    .headertop-bg::before {
        background: #000000;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        content: '';
        z-index: 1;
    }
.headertop-bg .headertop-inner {
    display: flex;
    justify-content: center;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    height: 100%;
    align-items: center;
    z-index: 2;
    position: relative;
}
.headertop-inner .flex-element {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    flex-direction: column;
}
    .headertop-inner .flex-element h3 {
        font-family: "Bowlby One", Sans-serif;
        font-size: 5.4em;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 77px;
        letter-spacing: 1.5px;
        word-spacing: 0px;
        color: #FFFFFF;
    }
    .headertop-inner .flex-element h1 {
        font-family: "Bowlby One", Sans-serif;
        font-size: 4.7em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        word-spacing: 0px;
        color: #fff;
        margin:0;
    }

        .divider {
            border-style: solid;
            color: #ffffff;
            border-width: 2px;
        }
.headertop-inner .flex-element span {
    color: #E39B44;
}
.home-page {
    background-image: url(../images/landing-bg.jpg);
}
.about-us {
    background-image: url(../images/aboutus-bg.jpg);
}
.menu {
    background-image: url(../images/menu-bg.png);
}
.live-music {
    background-image: url(../images/pub-bg.png);
}
.contactus {
    background-image: url(../images/contactus-bg.jpg);
}
/* ========= Header CSS ============ */
.site-header {
    width: 100%;
    background: white;
    height: 105px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}  
.site-header .container {
    max-width: 1200px;  
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .site-header .container-fluid {
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
.logo {
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
    .logo img {
        height: 80px;
        width: auto;
        object-fit: contain;
        object-position: center;
        display: block;
    }
.spacer {
    flex-grow: 1;
}
.nav-links {
    display: flex;
    gap: 2rem; /* spacing between menu items */
    justify-content: center;
    align-items: center;
}
    .nav-links a {
        position: relative;
        text-decoration: none;
        color: #003E3D;
        font-weight: 100;
        text-transform: uppercase;
        padding: 5px 0;
        transition: color 0.3s;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: "Bowlby One",Sans-serif;
    }
        .nav-links a:hover, .nav-links a.active-menu {
            color: #E39B44;
            fill: #E39B44;
        }
        /* Underline effect */
            .nav-links a::after, .nav-links a.active-menu::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0%;
                height: 2px;
                background-color: #E39B44;
                transition: width 0.3s ease-in-out;
            }
            .nav-links a:hover::after,
            .nav-links a:focus::after,
            .nav-links a.active-menu::after {
                width: 100%;
            }
.hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #ccc;
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
}
    .mobile-menu nav {
        background-color: #012915;
    }
    .mobile-menu a {
        text-decoration: none;
        color: #efe9d8;
        display: block;
        font-size: 18px;
        line-height: 32px;
        padding: 10px 25px;
        font-weight: 600;
    }
        .mobile-menu a:hover {
            text-decoration: none;
            color: #012915;
            background-color: #efe9d8;
        }

        .mobile-menu a.active-menu {
            color: #ceac6a;
            background-color: #F9FAFD;
        }
/*video area*/

.section-padding.bg-green {
    background-color: #003e3d;
    padding-top: 50px;
}

/*menu area*/
.section-padding1 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}
.section-title h2 {
    font-size: 45px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 35px;
}
.section-title span {
    color: #FF6C6C;
    font-size: 24px;
    margin-bottom: 20px;
}
.section-title h2,
.section-title span {
    display: block;
    line-height: 30px;
}
.menu_tiles {
    margin-top: 30px;
    transition: 0.5s;
}
    .menu_tiles img {
        width: 100%;
        border-radius: 10px;
    }
.menu_tiles_text {
    padding: 40px 30px 40px 30px;
    text-align: center;
}
.menu_tiles h4 {
    color: #003e3d;
    font-size: 24px;
    font-family: "Bowlby One", Sans-serif;
}
.menu_tiles_text p {
    font-size: 16px;
    line-height: 22px;
    color: #003e3d;
    margin-top: 20px;
}
.btn-more-details {
    background-color: rgba(227, 155, 68, 0);
    font-family: "Bowlby One", Sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #003e3d;
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}
    .btn-more-details:hover {
        background-color: #e39b44;
        color: #fff;
    }

/*icon section*/
.small-gap {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.icon-section {
    background-color: #F3F3F3;
    box-shadow: 0px 15px 21px 33px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 15px 21px 33px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 21px 33px rgba(0,0,0,0.75);
}
.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
}
    .icon-wrapper .icon-tile {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        column-gap: 10px;
    }
.icon-tile i {
    font-size: 16px;
    color: #003e3d;
    transition: 0.5s;
}
.icon-tile span {
    font-size: 16px;
    color: #003e3d;
    transition: 0.5s;
}
.icon-tile:hover span,
.icon-tile:hover i {
    color: #e39b44;
}
/*icon section*/

/* video section */
.theme-bg {
    /*background-color: #003e3d;*/
    width: 100%;
    padding: 50px 0;
    background-image: linear-gradient(#003e3d, #000000);
}
.video-container {
    width: 100%;
    height: 600px;
    padding-bottom: 56.25%; 
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius:6px;
}
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .video-container:hover video {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
.video-inner {
    padding: 140px 7px;
}
.video-title h2 {
    color: white;
    font-size: 6rem; 
    margin: 0 0 20px 0;
    text-align: left;
    font-family: "Bowlby One", Sans-serif;
    text-transform:uppercase;
}
.video-inner p {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.6;
}
.video-inner .video_content {
    margin-top: 20px; /* Reduced from 30px */
}
.btn-outline-border {
    border: 1px solid #ffffff;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 20px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Bowlby One", Sans-serif;
    letter-spacing:2.2px;
}
    .btn-outline-border:hover {
        background-color: #e39b44;
        color: #ffffff;
        border-color: #e39b44;
    }

/* spend section */
.sectio-padding {
    padding: 5px 0;
}
.spend-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius:10px;
}
.section-title h2 {
    font-size: 5.0rem;
    margin-bottom: 20px;
    color: #003e3d;
    font-family: "Bowlby One", Sans-serif;
    text-transform:uppercase;
    font-weight:bolder;
    line-height:5.0rem;
}
.align-self-center-1 {
    padding: 110px 10px;
}
.spend-inner-text p {
    color: #003e3d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size:16px;
    font-weight:400;
}
.spend-inner-text strong {

    font-weight: 600;
}
.btn-outline-border-dark {
    border: 2px solid #003c3d;
    font-size: 20px;
    text-transform: uppercase;
    color: #e39b44;
    font-weight: bold;
    padding: 15px 30px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
    .btn-outline-border-dark:hover {
        background-color: #003e3d;
        color: #ffffff;
    }
.btn-area {
    margin-top: 30px;
}
.btn-reserve-a-table-pub {
    border: 1px solid #003e3d;
    font-size: 22px;
    text-transform: uppercase;
    color: #003e3d;
    border-radius: 4px;
    font-weight: bold;
    padding: 11px 22px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    font-family: "Bowlby One", Sans-serif;
    letter-spacing:1px;
}
    .btn-reserve-a-table-pub:hover {
        background-color: #e39b44;
        color: #ffffff;
        border: 1px solid #e39b44;
    }

/*bg area start*/

.bg_section_padding {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 130px;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/parallax-bg.png);
}
.bg_text_area {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    margin: auto;
    text-align: center;
}
    .bg_text_area h2 {
        font-size: 5.4em;
        font-weight: 900;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: "Bowlby One", Sans-serif;
    }
    .bg_text_area p {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 700;
        margin-top: 20px;
    }
.btn-reserve-a-table {
    background-color: rgba(227, 155, 68, 0);
    font-family: "Bowlby One", Sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin-top: 15px;
}
    .btn-reserve-a-table:hover {
        background-color: #e39b44;
        color: #fff;
        border-color: transparent;
    }
.white-bg img {
    position:relative;
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin-top:-30px;
}
.white-bg-1 img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 75px;
    margin-bottom: -30px;
    z-index:9;
}
/*Spend your Friday's with us!*/
.section-padding {
    padding-top: 30px;
    padding-bottom: 80px;
}
.bg-gray {
    background-color: #fff;
}

.about_menu_img img {
    max-width: 100%;
    border-radius:8px;
}
.about-img-2 {
    margin-left: 100px;
}
.section_header h2 {
    font-size: 36px;
    color: #003e3d;
    font-family: "Bowlby One", Sans-serif;
    text-transform: uppercase;
}
.about_text p {
    color: #003e3d;
    font-size:16px;
    margin-top:20px;
    font-weight:600;
}
.about_text span {
    color: #003e3d;
    font-size: 16px;
    font-weight: bolder;
}
.bold-text{
    font-weight:bolder;
}
.btn-book-now {
    background-color: rgba(227, 155, 68, 0);
    font-family: "Bowlby One", Sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    fill: #003e3d;
    color: #E39B44;
    border-style: solid;
    border-width: 2px;
    border-color: #003e3d;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
}
    .btn-book-now:hover {
        background-color: #003e3d;
        color: #fff;
        border-color: transparent;
    }
/*Spend your Friday's with us! end*/

/*About use page Start*/

.theme-bg-home {
    background-color: #003e3d;
    width: 100%;
    padding: 50px 0;
    /*background-image: linear-gradient(#003e3d, #000000);*/
}
.video-container-about {
    width: 100%;
    height: 750px;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
}
.video-container-about video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;
}
.video-title-about h2 {
    color: #e39b44;
    font-size: 6rem;
    margin: 0 0 20px 0;
    text-align: left;
    font-family: "Bowlby One", Sans-serif;
    text-transform: uppercase;
}
.btn-outline-border-about {
    border: 1px solid #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    padding: 12px 25px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Bowlby One", Sans-serif;
    margin-bottom:40px;
}
    .btn-outline-border-about:hover {
        background-color: #fff;
        color: #003e3d;
        border-color: #fff;
    }
.month-text {
    color: #f8bb09;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
.video_content-about li {
    color: #f8bb09;
    line-height: 45px;
    font-weight: 600;
    font-size: 15px;
}
.spend-img-about img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.section-title-about h2 {
    font-size: 5.0rem;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Bowlby One", Sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 5.0rem;
    margin-top:120px;
}
.spend-inner-text-about p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.spend-img img {
    margin-top: 70px;
}
.btn-outline-about {
    border: 1px solid #ffffff;
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    padding: 12px 25px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Bowlby One", Sans-serif;
    margin-bottom: 40px;
}
    .btn-outline-about:hover {
        background-color: #fff;
        color: #003e3d;
        border-color: #fff;
    }
.section-contact {
    background-color: #e7e7e7;
    padding: 20px;
}
.contact-box {
    max-width: 1200px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px;
    margin: 60px auto;
    text-align: center;
}
    .contact-box h3 {
        color: #033b35;
        font-weight: bold;
        margin-bottom:40px;
        font-size:40px;
    }
    .contact-box p,
    .contact-box a {
        color: #033b35;
        margin-bottom: 30px;
        text-decoration: none;
        font-size:16px;
    }
.icon-group .icon {
    background-color: #033b35;
    color: white;
    padding: 10px 12px;
    margin: 8px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s;
}
    .icon-group .icon:hover {
        background-color: #DCD0C7;
        color:#033b35
    }
/*Our Pub page Start*/

/*about*/
.bg_dark_theme1 {
    background-color: #fff;
}
.section-padding {
    padding-top: 50px;
    padding-bottom: 70px;
}
.section-title_about {
    max-width: 1000px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-title_about h2 {
    font-size: 5.9rem;
    color: #003e3d;
    font-family: "Bowlby One", Sans-serif;
}
.section_content p {
    color: #003e3d;
    font-size:16px;
    font-weight:400;
    margin-bottom:30px;
}
.section_content strong {
    font-weight: 600;

}
/*banner end*/

.sectio-padding-pubs {
    padding: 0px 0;
    background-color: #f7f4f2;
}
.green-bg-1 {
    position: relative;
    max-width: 100%;
}
.green-bg  {
    position:relative;
    max-width: 100%;
}
.green-bg img {
    position: absolute;
    width: 100%;
    height: 67px;
    margin-top: -30px;
}
.green-bg-1 img {
    position: absolute;
    width: 100%;
    height: 50px;
    margin-top: -37px;
    z-index:5;
}
.align-self-center-2 {
    padding: 70px 50px;
}
.btn-outline-pub {
    border: 1px solid #003e3d;
    font-size: 32px;
    text-transform: uppercase;
    color: #003e3d;
    border-radius: 0px;
    font-weight: bold;
    padding: 12px 25px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Bowlby One", Sans-serif;
    margin-bottom: 40px;
}
    .btn-outline-pub:hover {
        background-color: #003e3d;
        color: #fff;
        border-color: #fff;
    }

/*Menus page Start*/
.theme-bg-home-menu {
    background-color: #003e3d;
    width: 100%;
    padding: 20px 0;
}
.section-title_menu h2 {
    font-size: 3.5rem;
    color: #fff;
    font-family: "Bowlby One", Sans-serif;
    text-transform: uppercase;
}
.btn-outline-border-menu {
    border: 1px solid #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px;
    font-weight: normal;
    padding: 10px 20px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Bowlby One", Sans-serif;
}
    .btn-outline-border-menu:hover {
        border: 1px solid #E39B44;
        color: #E39B44;
        border-color: #E39B44;
    }
.theme-bg-menu {
    background-color: #f7f4f2;
    padding:40px;
}
.menu-title {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin-top: 30px;
    font-family: "Bowlby One", Sans-serif;
    color: #333;
    letter-spacing:2px;
    margin-bottom:30px;
}
.menu-card {
    border: 0;
    border-radius: 15px;
    box-shadow: none;
    height: auto;
    max-width: 100%
}
    .menu-card img {
        border: 0;
        border-radius: 15px;
        box-shadow: none;
        height: auto;
        max-width: 100%;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    }
.video-container-menu {
    width: 75%;
    height: 590px;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
}
    .video-container-menu video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
        cursor: pointer;
    }
.video-inner-menu {
    padding: 60px 7px;
}
    .video-inner-menu p {
        color: #ffffff;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .video-inner-menu span {
        color: #e39b44;
        line-height: 1.6;
        font-weight:700;
    }
    .video-inner-menu img{
        position:relative;
        width:auto;
        align-items:start;
    }
.spend-inner-text-menu p {
    color: #333030;
}
.section-padding-menu {
    background-color: #F8F7F5;
}
.address-icon{
    display:flex;
    justify-content:flex-start;
    column-gap:4px;
    align-items:center;
}
    .address-icon img {
        width: 18px;
        margin-top: -12px;
    }
.border-orange {
    border-top: solid 3px #e39b44;
    box-shadow: -1px -6px 12px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -6px 12px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -6px 12px -4px rgba(0,0,0,0.75);
}
.btn-outline-menu {
    border: 1px solid #003e3d;
    font-size: 32px;
    text-transform: uppercase;
    color: #003e3d;
    border-radius: 0px;
    font-weight: normal;
    padding: 10px 20px;
    background: transparent;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-family: "Bowlby One", Sans-serif;
    letter-spacing:1px;
}
    .btn-outline-menu:hover {
        background-color: #003e3d;
        color: #fff;
        border-color: #003e3d;
    }
/*contact us page Start*/
.gray-bg {
    background-color: #e5e4e2;
    padding: 50px 0;
}
.iframe_box iframe {
    width: 100%;
    height: 650px;
    padding: 20px 20px 0px 20px;
    margin: auto;
    border:0;
}
.flex-card {
    margin: auto;
    display: flex;
    column-gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.card {
    background: #fff;
    border-radius: 21px;
    padding: 30px;
    width: 530px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom:60px; 
}
.card-first {
    background: #fff;
    border-radius: 21px;
    padding: 25px;
    width: 559px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
.card-second {
    background: #fff;
    border-radius: 21px;
    width: 530px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
.card-second-bg {
    background-image: url(../images/contactus-1.png);
/*    width: 100%;
    height: 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.card img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    height: 500px;
    object-fit: cover;
}
.table-title {
    font-family: "Bowlby One", Sans-serif;
    letter-spacing: 1.5px;
}
.contact-info {
    text-align: left;
    padding-left:25px;
}
    .contact-info h2 {
        color: #003e3d;
    }
    .contact-info a {
        color: #003d33;
        text-decoration: none;
        display: block;
        margin: 5px 0;
    }
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
}
    .social-icons i {
        font-size: 14px; 
        color: white;
        background-color: #003E3D;
        padding: 14px;
        border-radius: 4px;
        width: 22px;
        height: 22px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease;
    }
        .social-icons i:hover {
            background-color: #CEAC6A;
            color: #003E3D;
            cursor: pointer;
        }
table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    font-family: "Arial", Sans-serif;
}
th {
    background-color: #f5f5f5;
}
.table-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
.section_title h2 {
    color: #003E3D;
    font-size:28px;
    font-weight:bold;
}
.section_title p {
    color: #003E3D;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
/** footer*/
.site-footer {
    background-color: white;
    padding: 10px;
    border-top: 3px solid #003E3D;
    color: #003E3D;
    box-shadow: 15px 5px 15px 4px #5a5e5f;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    gap: 2rem;
    font-family: "Bowlby One",Sans-serif;
    padding: 40px 0px;
}

.footer-col {
    padding: 10px;
    box-sizing: border-box;
}

    /* First column: fixed 200px */
    .footer-col:first-child {
        flex: 0 0 200px;
    }

    /* Last column: fixed 300px */
    .footer-col:last-child {
        flex: 0 0 350px;
    }

    /* Middle columns: flexible */
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        flex: 1 1 0;
        min-width: 0; /* Helps prevent overflow */
    }

.footer-logo {
    width: 150px;
    margin-bottom: 1rem;
}

.footer-col h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 20px;
}

.footer-col p,
.footer-col li {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 12px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col a {
    color: #003E3D;
    text-decoration: none;
    font-weight: 400;
}

    .footer-col a:hover {
        text-decoration: underline;
    }

.footer-col span {
    margin-right: 8px;
    font-size: 1.2rem;
    vertical-align: sub;
}
.footer-col span i {
   font-size:24px;
}

.footer-col ul li a {
    font-size: 16px;
    font-weight: 100;
}

.quick-links {
    text-align: center;
}

.footer-col ul li a:hover {
    color: #E39B44;
    fill: #E39B44;
}

.map {
    width: 390px;
}

.footer-last-row {
    width: 100%;
    background-color: #003E3D;
    text-align: center;
    vertical-align: middle;
    height: 50px;
}

    .footer-last-row p {
        color: white;
        padding: 15px 0;
        vertical-align: middle;
        display: block;
        margin: 0px;
    }

.footer-col .fa {
    font-size: 20px;  
}

/*start Membership Modal CSS*/
.membership-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #003e3d;
}

.form-element {
    margin: 5px 0px 0px;
}

    .form-element label {
        font-size: 14px;
        font-weight: 400;
        display: block;
    }

    .form-element input {
        font-size: 14px;
    }

        .form-element input.error-type {
            border: 1px solid #ff0000;
        }

    .form-element .spn-error {
        font-size: 14px;
        font-weight: 400;
        display: block;
        padding: 5px;
        color: #ff0000;
    }

.modal-footer .btn-menu-home {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 8px;
    margin-top: 0px;
    margin-right: 5px;
}

.modal-footer .btn-more-details {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 8px;
    margin-top: 0px;
}

.thanks-ico {
    font-size: 40px;
    color: green;
    text-align: center;
}

.thanks-msg {
    font-size: 18px;
    text-align: center;
}
/*end Membership Modal CSS*/