@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Squada+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

p {
    line-height: 30px;
}

.brand_color {
    color: #213f6b !important;
}

.bg_brand_color {
    background-color: #213f6b !important;
}

.cstm_font {
    font-family: "Squada One", sans-serif;
}

textarea {
    resize: none;
}


/* Top Header */
.topheader {
    color: #213f6b;
    padding: 0px 10px;
}

.topheader img {
    height: 20px;
    margin: 0 3px;
}

.top_header_info {
    letter-spacing: 3px;
    word-spacing: 4px;
}

.topheader select {
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 0.9rem;
    display: block;
}

/* Header */
.header {
    background: #fff;
    text-align: center;
    padding: 1rem 0 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
}

.header-logo {
    width: 150px;
    position: relative;
    z-index: 20;
}

/* Navbar */
.navbar {
    justify-content: center;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav .nav-link {
    color: #213f6b;
    font-weight: 700;
    margin: 0 1.2rem;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #95a928;
}

.navbar-nav .nav-link.active {
    color: #95a928 !important;
}

/* Logo Half Overlay */
.logo-wrapper {
    position: absolute;
    left: 50%;
    top: -57px;
    transform: translateX(-50%);
    z-index: 30;
    padding: 0.3rem;
}

/* Responsive */
@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav .nav-link {
        margin: 0.5rem 0;
    }

    /* Keep logo fixed in top center */
    .logo-wrapper {
        position: absolute;
        top: -21px;
        left: 50%;
        transform: translateX(-180%);
        z-index: 50;
    }
}

@media (max-width: 576px) {
    .header-logo {
        width: 90px;
    }

    .header {
        padding: 1rem 0 1rem;
    }
}



/* banner section start  */
/* Banner */
.banner {
    position: relative;
    width: 100%;
    height: 400px;
    min-height: 270px;
    overflow: hidden;
    display: flex;
    align-items: end;
    background: #fff;
}

.banner-blue-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(26, 64, 120, 0.9);
    z-index: 2;
}

.banner-logo-bg {
    position: absolute;
    left: 8%;
    top: 10%;
    width: 350px;
    opacity: 0.22;
    z-index: 2;
    max-width: 70%;
    filter: blur(0.4px);
}

.banner-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-left-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 1.5rem 0rem 0rem;
}

.banner-welcome {
    font-family: "Squada One", sans-serif;
    font-size: 10rem;
    font-weight: 300;
    letter-spacing: 7px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.6;
    position: absolute !important;
    z-index: 8 !important;
}

.banner-image-section {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.banner-img-main {
    width: 140%;
    object-fit: cover;
    object-position: bottom;
    align-self: flex-end;
}

.banner-title-container {
    position: absolute;
    bottom: 1rem;
    width: 90%;
    display: flex;
}

.banner-title {
    font-family: "Squada One", sans-serif;
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #213f6b;
    border-radius: 8px;
}

@media (max-width: 991px) {

    .banner,
    .banner-content {
        flex-direction: column;
        height: auto;
        min-height: 280px;
    }

    .banner-blue-layer {
        width: 100%;
        height: 15%;
        left: 0;
        top: 0;
    }

    .banner-left-text,
    .banner-image-section {
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem 0 1rem 0;
        text-align: center;
    }

    .banner-title-container {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 1.2rem;
        width: 100%;
        justify-content: center;
    }

    .banner-logo-bg {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-welcome {
        font-size: 2.1rem;
        position: absolute;
        left: 50%;
        top: 4%;
        transform: translate(-44%, -4%);
    }

    .banner-title {
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
    }

    .banner-img-main {
        max-width: 100%;
    }

    .banner-content {
        padding: 0;
    }
}

/* banner section end  */


/* about section css start  */
.about_right_content p {
    font-size: 19px;
    word-spacing: 3px;
}

.about_left_content h5 {
    color: #213f6b;
    font-weight: 700;
    margin-bottom: 25px;
}

.custom-marker-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-marker-list li {
    margin-bottom: 22px;
    padding-left: 28px;
    position: relative;
    color: #444;
    font-size: 1.25em;
    font-weight: 400;
}

.custom-marker-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #95a928;
    display: inline-block;
}


/* about section css end */


/* who we are section css start  */
.button_blue {
    background: #213f6b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: background 0.3s ease;
}

.button_blue:hover {
    background: #95a928;
}

.who_we_are_content {
    width: 390px;
    margin: 0 auto;
}

.who_we_are_content h6 {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 40px;
}

.vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #213f6b;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .vertical-line {
        display: none;
    }

    .who_we_are_content {
        width: 100%;
    }
}

/* who we are section css end */

/* contact form css start  */
.form-bg {
    position: relative;
    background: url('../img/contact_bg.jpg') center bottom/cover no-repeat;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    min-height: 500px;
    padding: 60px 0;
    overflow: hidden;
    margin-top: 50px;
}

.form-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(212, 219, 168),
            rgba(212, 219, 168, 0.90),
            rgba(212, 219, 168, 0.65));
    z-index: 1;
}

.form-content {
    position: relative;
    z-index: 2;
    color: #232323;
}

.form-label {
    font-weight: 600;
}

.button_red {
    background: #F04E32;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    padding: 12px 60px;
    font-size: 20px;
    border: none;
    transition: background-color 0.3s ease;
}

.button_red:hover {
    background-color: #213f6b;
}

.contact_form_heading {
    font-size: 90px;
    font-weight: 700;
    line-height: 80px;
}

.contact_form_heading span {
    font-size: 69px;
}

@media (max-width: 768px) {
    .form-bg {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 30px 0;
    }

    .form-content {
        padding: 15px;
    }

    .contact_form_heading {
        font-size: 50px;
        line-height: 50px;
    }

    .contact_form_heading span {
        font-size: 39px;
    }
}

/* contact form css end */

/* footer css start  */
footer {
    background-color: #213f6b;
    padding: 30px 0px 0px;
}

.footer_logo {
    width: 120px;
}
footer .d-flex {
    flex-wrap: wrap;
    text-align: center;
}


/* footer css end */


/* about page css start  */




.about_page_img {
    width: 40%;
    object-fit: cover;
    object-position: top;
}

.aboutus_page h2 {
    font-family: "Squada One", sans-serif;
    font-size: 90px;
    color: #213f6b;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 30px;
}

.aboutus_page h5 {
    font-size: 28px;
    font-weight: 700;
    max-width: 450px;
    line-height: 38px;
}

.board_directores {
    background-color: #e6e7ef;
    padding: 30px 0px;
}

@media (min-width: 768px) {
    .about_page_img {
        position: absolute;
        right: 0;
        top: -50px;
        border-bottom-left-radius: 100px;
    }
}

@media (max-width: 768px) {
    .about_page_img {
        width: 90%;
    }

    .aboutus_page h2 {
        font-size: 50px;
    }

    .aboutus_page h5 {
        font-size: 20px;
    }
}


/* board of director css start  */
.directore_img {
    width: 100%;
    border-bottom-right-radius: 70px;
}

.director_info h5 {
    color: #213f6b;
    font-weight: 700;
    margin-top: 20px;
    font-size: 26px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

.director_info h6 {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
}

.director_info p {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}


/* board of director css end  */

/* about page css end */

/* membership page css start  */
.membership-section {
    position: relative;
    background-color: #0b4c75;
    color: white;
    overflow: hidden;
}

.mebership_images {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.Pricing_plain {
    margin-left: 68px;
    width: 50%;
}

.mebership_images_div {
    width: 50%;
}

@media (max-width: 768px) {
    .Pricing_plain {
        margin-left: 10px;
        width: 95%;
    }

    .mebership_images_div {
        width: 100%;
    }

    .Pricing_plain p {
        font-size: 5vw !important;
    }
}

.membership-text p {
    line-height: 30px;
    font-size: 20px;
}


.cstm_font_size {
    font-size: 13px;
    padding-top: 6px;
}

.custom-marker-list_2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-marker-list_2 li {
    margin-bottom: 22px;
    padding-left: 20px;
    position: relative;
    color: #444;
    font-size: 1.25em;
    font-weight: 400;
}

.custom-marker-list_2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #95a928;
    display: inline-block;
}


/* payment form start */
.form-title {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.membership-fee {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.total-amount {
    font-size: 1.25rem;
    font-weight: 600;
}

.visa-icons {
    position: absolute;
    right: 12px;
    top: 8px;
    height: 28px;
}

.card-icons-wrapper {
    position: relative;
}

.card-icons {
    position: absolute;
    top: 5px;
    right: 18px;
    display: flex;
    gap: 6px;
}

.card-icons img {
    width: 28px;
    height: auto;
    object-fit: contain;
}

/* payment form end */
/* membership page css end */

/* event page css start  */
.events-bg-section {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 90%),
        url('../img/event_banner.jpg') center center/cover no-repeat;
    background-blend-mode: lighten;
    position: relative;
    height: 660px;
}
@media (max-width: 432px) {
.events-bg-section {
    height: 835px;
}
}
/* event page css end */

/* contact page css start  */
.contact_info_text {
    font-weight: 500;
    font-size: 18px;
    color: black;
}
@media (max-width: 426px) {
.contact_info_text {
    font-size: 13px;
}
}


/* contact page css end */

/* MEMBERS directory table css start */
.cstm_table_heading {
    font-size: 58px;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
}

th {
    background: #144674;
    color: white;
    padding: 12px 8px;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}

td {
    padding: 4px 10px;
    font-size: 16px;
    color: #222;
}

tr:nth-child(even) {
    background: #fff;
}

tr:nth-child(odd) td {
    background: #f2f5f7;
}

/* MEMBERS directory table css end */