﻿.hero {
    background: no-repeat;
}
body {
    background-image: url(../images/footer-bg-free-img.webp);
    background-blend-mode: overlay;
    background-color: #000000ba;
    background-size: cover;
    background-attachment: fixed;
}

/* ===== MEMBERSHIP PLANS ===== */
.plans {
    padding: 35px 0 50px; /* background: #0c0c0e; */
    /*background-image: url(../images/footer-bg-free-img.webp);*/
    background-blend-mode: overlay;
    /*background-color: #000000ba;*/
    background-size: cover;
    background-attachment: fixed;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    width: 97%;
    margin: 20px auto 0;
}

.plan-card {
    background: var(--card);
    /* border: 1px solid var(--line); */
    border-radius: 6px;
    padding: 35px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #1a1710, #0f0e0c) padding-box, linear-gradient(90deg, #be8306, #b08d1b, #6e4a00) border-box;
}

    .plan-card.featured {
        border-color: #e0a72e;
        transform: translateY(0px);
        border: 2px solid transparent;
        box-shadow: inset 0 0 20px #e0a72e6b;
    }

    .plan-card .badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: #ffaa00;
        color: #161512;
        font-size: 10px;
        font-weight: 600;
        padding: 6px 15px;
        border-radius: 20px;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

    .plan-card h3 {
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 13px;
        margin-bottom: 12px;
        color: #ffffffdb;
        font-weight: 400;
        /* font-size: 14px; */
    }

    .plan-card p.plan-desc {
        margin-bottom: 20px;
    }

    .plan-card .price {
        font-size: 34px;
        color: #f8a500;
        font-family: Georgia,serif;
        margin-bottom: 6px;
        line-height: 30px;
    }

        .plan-card .price span {
            font-size: 13px;
            color: var(--text-dim);
            font-family: Arial,sans-serif;
        }

    .plan-card ul {
        list-style: none;
        margin: 22px 0 26px;
        text-align: left;
        padding-left: 0;
        min-height: 230px;
    }

        .plan-card ul li {
            font-size: 12.6px;
            color: #d1d1d1;
            padding: 7px 0;
            border-bottom: 1px solid #26241f;
            display: flex;
            gap: 8px;
        }
/*.plan-card ul li::before{content:'✓'; color:var(--gold);}*/

a.btn.btn-primary.uyfgeutgrfd_tri {
    background: #ffaa00;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 22px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #ffaa00;
    margin-right: 0px;
    width: 100%;
    border-radius: 3px;
}

a.btn.btn-outline.uyfgeut_tri {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 22px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    width: 95%;
    border-radius: 3px;
}

.plan-icon {
    width: 18px;
    object-fit: contain;
}

.gift-offer {
    margin-top: 15px;
    background: #2e2920;
    /* border-radius: 0 0 6px 5px; */
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 7px 0px;
    /* min-height: 72px; */
    width: 100%;
}

.gift-icon {
    width: 63px;
    /* min-width: 78px; */
    /* height: 49px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(224,167,46,0.08);*/
    border-right: 1px solid rgba(224,167,46,0.2);
}

    .gift-icon i {
        font-size: 28px;
        color: #e0a72e;
    }

.gift-text {
    padding: 0 18px;
    line-height: 1.1;
    text-align: justify;
}

    .gift-text span {
        display: block;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #e0a72e;
    }

    .gift-text strong {
        display: block;
        margin-top: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

/* ===== MEMBERSHIP PLANS ===== */


/* ===== Contact Css ===== */

.contact-section {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(39deg, #ffffff 0%, #fff2d8 100%);
}

.contact-wrapper {
    /* max-width: 1350px; */
    margin: auto;
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 9px #80808091;
    position: relative;
}

.join-badge {
    /* position: absolute; */
    /* left: 68%; */
    /* transform: translateX(-50%); */
    /* top: 37px; */
    z-index: 1;
    color: #ff9b00;
    padding: 0 0 7px;
    border-radius: 5px;
    /* box-shadow: 0 10px 35px rgba(225,161,0,.25); */
    display: flex;
    gap: 12px;
    align-items: center;
    /* color: #ffffff; */
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
}

.contact-left {
    width: 55%;
    /* min-height: 900px; */
    position: relative;
    background: url('/images/about-us.webp') center center/cover;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,.72); */
    background: linear-gradient(267deg, #42290000 0%, #010101fa 60%, #010100 100%) !important;
    width: 69%;
    height: 100%;
    left: 0;
}

.left-content {
    position: relative;
    z-index: 2;
    padding: 40px 0 0px 42px;
    color: #fff;
    width: 60%;
}

.logo-box img {
    max-width: 160px;
    margin-bottom: 70px;
}

.left-content h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 8px;
}

    .left-content h2 span {
        color: #ffaa00;
    }

.left-content p {
    color: #d8d8d8;
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 18px;
    font-weight: 400;
}

.feature-item {
    display: flex;
    gap: 14px;
    margin-bottom: 28px;
    align-items: flex-start;
}

    .feature-item .icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border: 1px solid #ffaa00;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffaa00;
        font-size: 14px;
    }

    .feature-item h4 {
        font-size: 15px;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .feature-item p {
        font-size: 12.5px;
        margin: 0;
    }

.contact-right {
    flex: 1;
    background: #fff;
    padding: 10px 25px 25px;
}
.section-head h2.title {
    color: #1f2937;
    margin-top: 1px;
    margin-bottom: 3px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

    .divider span {
        width: 110px;
        height: 1px;
        background: #d89a1d;
    }

    .divider i {
        color: #d89b00;
        font-size: 16px;
    }

.row-new {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 0px;
}
form#contactForm {
    /* background: #fff; */
    /* border: 1px solid #ececec; */
    /* border-radius: 5px; */
    /* padding: 0px 0px; */
    /* box-shadow: 0 8px 25px rgba(0,0,0,.04); */
}

form#contactForm label {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #161616;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 0px;
        /* letter-spacing: .8px; */
    }

        .input-box label i {
            color: #d89a1d;
            font-size: 16px;
        }

    form#contactForm input,
    form#contactForm textarea, form#contactForm select {
        width: 100%;
        border: 1px solid #d7cece;
        padding: 6px 15px;
        /* outline: none; */
        font-size: 12px;
        color: #1f2937;
        border-radius: 5px;
        background: none;
    }
form#contactForm textarea {
        height: auto;
        resize: none;
    }

.full {
    margin-bottom: 10px;
}

.btn-wrap {
    text-align: center;
    margin-top: 16px;
}

button#applynowcontactus {
        border: none;
        background: #ffaa00;
        color: #262222;
        font-size: 13px;
        font-weight: 600;
        padding: 7px 18px;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: 0 15px 35px rgba(216,155,0,.35);
    }
.form-row {
    display: flex;
    gap: 0 18px;
    flex-wrap: wrap;
}
  .efgyu_tri .form-group {
    width: 47.4%;
}
 .efgyu_tri .form-row .form-group:nth-child(3), .efgyu_tri .form-row .form-group:nth-child(4) {
    /*width: 100%;*/
}
.join-badge span {
    color: #525252;
}

@media(max-width:991px) {

    .contact-wrapper {
        flex-direction: column;
    }

    .contact-left {
        width: 100%;
        min-height: 500px;
    }

    .row-new {
        grid-template-columns: 1fr;
    }

    .title {
        font-size: 38px;
    }
}

/*-----------Enquiry Success Popup-----------*/

@keyframes manualShake {
    15%, 45%, 75% {
        transform: translateX(-4px);
    }

    30%, 60%, 90% {
        transform: translateX(4px);
    }
}

.shake-now {
    animation: manualShake 0.8s ease-in-out infinite;
}
/* Base Layout & Overlay */
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    /* Active State */
    .custom-model-main.model-open {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }

.bg-overlay {
    background: rgb(6 6 6 / 69%); /* Brand Deep Blue with Opacity */
    backdrop-filter: blur(4px); /* Modern blur effect */
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: background 0.3s ease;
}

.custom-model-main.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

/* Modal Inner Container */
.custom-model-inner {
    position: relative;
    z-index: 99999;
    display: inline-block;
    vertical-align: middle;
    width: 500px; /* Reduced for a cleaner card look */
    margin: 30px auto;
    max-width: 90%;
    transform: scale(0.85) translateY(20px);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Scale Up Animation on Open */
.model-open .custom-model-inner {
    transform: scale(1) translateY(0);
}

/* Card Box Styling */
.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border-radius: 16px; /* Smooth rounded corners */
    box-shadow: 0 15px 35px rgba(11, 44, 90, 0.15), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    box-sizing: border-box;
    /*max-height: calc(100vh - 70px);*/
    overflow-y: auto;
}

/* Content Customizer */
.pop-up-content-wrap {
    text-align: center;
}

/* Modern Animated-like Success Icon */
.success-icon {
    width: 80px;
    height: 80px;
    background: rgba(245, 180, 0, 0.15); /* Light Tint of Yellow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
}

    .success-icon svg {
        width: 50px;
        height: 50px;
    }

/* Typography */
.pop-up-content-wrap h2 {
    color: #2e2e2e; /* Brand Deep Blue */
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.pop-up-content-wrap p {
    color: #524d4d; /* Subtle grayish blue for readability */
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 28px 0;
}

/* Premium Button styling */
.popup-btn {
    background-color: #ff9b00;
    color: balck;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 4px 12px rgba(11, 44, 90, 0.2);
    transition: all 0.2s ease;
}

    .popup-btn:hover {
        background-color: #f5b400; /* Changes to Brand Yellow on hover */
        color: #0b2c5a;
        box-shadow: 0 4px 15px rgba(245, 180, 0, 0.4);
    }

/* Floating Close Button */
.dhbaba-ami-new {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    z-index: 1002;
    font-size: 28px;
    color: #a0aec0;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

    .dhbaba-ami-new:hover {
        background-color: #f7fafc;
        color: #0b2c5a;
    }

/* Center Align Helper for Screen */
@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 60px;
    }

    .custom-model-wrap {
        padding: 35px 20px;
    }
}

.popup-btn {
    cursor: pointer;
}
/*-----------Enquiry Success Popup-----------*/
img.igy_tri {
    position: absolute;
    left: 0;
    top: 0;
    width: 867px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.contact-right .section-head .eyebrow {
    background: linear-gradient(90deg, #ffaa00 0%, #ff9b00 20%, #262626 50%, #5c5c5c 75%, #000000 100%);
    background-clip: text;
    position: relative;
    left: 31px;
}
.contact-right .section-head .eyebrow:before {
    background: linear-gradient(265deg, #a56400, #ffffff);
    left: -54%;
}
span.amber {
    color: #d58100;
}
.iutguy_tri {
    font-size: 12px;
    font-weight: 400;
    color: grey;
    line-height: 20px;
}
.contact-right .section-head {
    text-align: left;
    margin-bottom: 18px;
}
/* ===========================
   Responsive CSS
=========================== */

/* Large Tablet */
@media (max-width:1200px){

    .plan-grid{
        grid-template-columns:repeat(2,1fr);
        width:100%;
    }

    .left-content{
        width:80%;
    }

    .contact-left{
        width:48%;
    }

    .contact-right{
        width:52%;
    }

}


/* Tablet */
@media (max-width:991px){

    .plans{
        padding:50px 0;
        background-attachment:scroll;
    }

    .plan-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .plan-card{
        padding:30px 18px;
    }

    .plan-card ul{
        min-height:auto;
    }

    .contact-wrapper{
        flex-direction:column;
    }

    .contact-left,
    .contact-right{
        width:100%;
    }

    .contact-left{
        min-height:420px;
    }

    .overlay{
        width:100%;
    }

    .left-content{
        width:90%;
        padding:40px 25px;
    }

    .logo-box img{
        margin-bottom:35px;
    }

    .row-new{
        grid-template-columns:1fr;
    }

    .efgyu_tri .form-group{
        width:100%;
    }

}


/* Mobile */
@media (max-width:767px){

    .plans{
        padding:40px 0;
    }

    .plan-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .plan-card{
        padding:25px 18px;
    }

    .plan-card .price{
        font-size:30px;
    }

    .gift-offer{
        flex-direction:column;
        text-align:center;
    }

    .gift-icon{
        border-right:none;
        border-bottom:1px solid rgba(224,167,46,.2);
        width:100%;
        padding:15px 0;
    }

    .gift-text{
        padding:15px;
        text-align:center;
    }

    .contact-section{
        padding:40px 0;
    }

    .contact-left{
        min-height:340px;
    }

    .left-content{
        width:100%;
        padding:30px 20px;
    }

    .left-content h2{
        font-size:24px;
    }

    .feature-item{
        gap:10px;
    }

    .contact-right{
        padding:25px 18px;
    }

    .join-badge{
        flex-direction:column;
        gap:5px;
        text-align:center;
    }

    .divider span{
        width:60px;
    }

    .form-row{
        gap:15px;
    }

    .efgyu_tri .form-group{
        width:100%;
    }

}


/* Small Mobile */
@media (max-width:480px){

    .plan-card{
        padding:22px 15px;
    }

    .plan-card h3{
        font-size:16px;
    }

    .plan-card .price{
        font-size:26px;
    }

    .plan-card ul li{
        font-size:13px;
    }

    .left-content h2{
        font-size:20px;
    }

    .left-content p{
        font-size:12px;
        line-height:1.7;
    }

    .feature-item h4{
        font-size:14px;
    }

    .feature-item p{
        font-size:12px;
    }

    .contact-right{
        padding:20px 15px;
    }

    form#contactForm input,
    form#contactForm textarea{
        font-size:13px;
    }

    button#applynowcontactus{
        width:100%;
    }
    span.amber {
    color: #d58100;
    display: block;
}
}
.uygyu_tri {
    position: absolute;
    top: -70px;
    left: 0;
}