.btn-primary {
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
}
@media (min-width: 1024px) {
    .main-header .btn {
        width: max-content;
    }
}
.text-gradient-primary {
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sub-title {
    font-weight: 700;
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: -moz-fit-content;
    width: fit-content;
}
.mwt-mall-slider .swiper-slide .description h4 {
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: -moz-fit-content;
    width: fit-content;
}
.tab-container .tab-nav .nav-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    border-radius: 32px;
    z-index: 1;
}
.anim-line {
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    position: relative;
    overflow: hidden;
}
.mwt-mall-slider .swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: #f4dc82;
}
.testimonial-wrapper .testimonial-swiper .swiper-pagination-bullet-active {
    background: #ebcc69;
    width: 16px;
    height: 8px;
    border-radius: 4px;
}
.site-footer .footer-links>h4 {
    width: -moz-fit-content;
    width: fit-content;
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    margin-bottom: 8px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.counters-wrapper .counters .counter-number .suffix {
    color: #eeca73;
}
.counters-wrapper .counters .counter-number .number {
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.btn-primary {
    border: 1px solid #866d24;
}
.site-footer .footer-links ul li {
    padding: 5px 0;
}
@media (min-width: 1024px) {
    .site-footer .foote-info {
        border-right: none;
    }
}
@media (min-width: 1024px) {
    .site-footer .footer-links {
        padding-left: 0px;
    }
}
@media (min-width: 1024px) {
    .site-footer .footer-links>h4 {
        margin-bottom: 15px;
    }
}
.site-footer .copy-right {
    padding: 8px 16px;
}
.site-footer .copy-right {
    justify-content: center;
}
.main-header .logo,
.main-header .header-buttons {
    width: 35%;
}
.site-footer .footer-logo .logo img {
    width: 306px;
}
@media (max-width: 600px) {
    .main-header .logo {
        width: 220px;
    }
}
@media (max-width: 600px) {
    .site-footer .footer-logo .logo img {
        width: 250px;
    }
}
.main-header .menu a .back {
    color: #eacc66;
}
.site-footer .footer-links ul li a:hover {
    color: #ebcd68;
}
.site-footer .contact-info p a:hover {
    color: #eacd64;
}
/*------------------ contact us -------------------*/
/* .contact-wrapper {
      padding-top: 80px;
      max-width: 1360px;
      margin: 0 auto;
    } */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h1 {
    font-size: 3rem;
    color: var(--bright-gold);
    margin-bottom: 10px;
}
.section-title p {
    color: var(--light-gold);
    font-weight: 300;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
    padding: 20px;
}
/* Info Cards */
.info-box {
    background: linear-gradient(145deg, #1e2939 0%, rgba(15, 17, 23, 0));
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    column-gap: 20px;
}
.info-box:hover {
    border-color: var(--bright-gold);
    transform: translateY(-5px);
}
.info-box i {
    font-size: 24px;
    color: var(--bright-gold);
    margin-right: 20px;
    width: 40px;
    text-align: center;
}
.info-content h3 {
    margin: 0;
    font-size: 25px;
    color: #e9cd62;
}
.info-content p {
    margin: 5px 0 0;
    color: #ccc;
}
/* Contact Form */
.form-container {
    background: linear-gradient(145deg, #1e2939 0%, rgba(15, 17, 23, 0));
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.form-group {
    margin-bottom: 20px;
}
.form-row {
    display: flex;
    gap: 20px;
}
.form-row .form-group {
    flex: 1;
}
/* Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--light-gold);
}
.form-control {
    width: 100%;
    padding: 12px 15px;
    background: #151a24;
    ;
    border: 1px solid var(--primary-gold);
    color: white;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
}
.form-control:focus {
    border-color: var(--bright-gold);
}
textarea.form-control {
    height: 150px;
    resize: none;
}
.submit-btn {
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    color: black;
    padding: 15px 35px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}
.submit-btn:hover {
    background: linear-gradient(to bottom, #a78e2a, #edcc6f, #e9cd62);
    letter-spacing: 1px;
}
/* Map */
.map-container {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--primary-gold);
    padding-bottom: 80px !important;
    padding: 20px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1) invert(1);
    /* Makes map match the dark theme */
}
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}
.info-box .svg-inline--fa {
    font-size: 20px;
}
#backTop {
    bottom: 50px;
}
/* ------------------------------------------------- */
.btx-team-wrapper {
    background-color: var(--btx-dark-matte);
    padding: 100px 0;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    overflow: hidden;
}
.btx-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Header Styling */
.btx-section-intro {
    text-align: center;
    margin-bottom: 80px;
}
.btx-label-gold {
    background: var(--btx-gold-grad);
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 0.8rem;
}
.btx-heading-premium {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin: 15px 0;
    font-weight: 700;
}
.btx-gold-divider {
    height: 3px;
    width: 60px;
    background: var(--btx-gold-grad);
    margin: 20px auto;
    border-radius: 10px;
}
.btx-intro-description {
    color: #a0a0a0;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}
/* Grid Layout */
.btx-leaders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}
/* The Modern Card */
.btx-leader-card {
    position: relative;
    border-radius: 24px;
    background: #161616;
    padding: 2px;
    /* For the gold border effect */
    transition: transform 0.4s ease;
    z-index: 1;
}
.btx-card-inner {
    background: #111111;
    border-radius: 22px;
    padding: 40px 20px;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.btx-leader-card:hover {
    transform: translateY(-15px);
}
/* The Image Sphere */
.btx-image-sphere {
    width: 140px;
    height: 140px;
    margin: 0 auto 25px;
    position: relative;
}
.btx-image-sphere img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: 0.5s ease;
    border: 3px solid transparent;
}
.btx-role-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: var(--btx-gold-grad);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.btx-leader-card:hover .btx-image-sphere img {
    filter: grayscale(0%);
    border-color: var(--btx-gold-solid);
}
/* Info Text */
.btx-member-name {
    font-size: 1.4rem;
    margin-bottom: 8px;
    font-weight: 600;
}
.btx-member-tagline {
    color: var(--btx-gold-solid);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btx-hover-reveal {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #888;
    line-height: 1.5;
    opacity: 0.7;
    transition: 0.3s;
}
.btx-leader-card:hover .btx-hover-reveal {
    opacity: 1;
    color: #eee;
}
/* Card Background Glow */
.btx-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--btx-gold-grad);
    filter: blur(20px);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
    border-radius: 24px;
}
.btx-leader-card:hover .btx-card-glow {
    opacity: 0.3;
}
/* Philosophy Ribbon */
.btx-philosophy-ribbon {
    margin-top: 100px;
    background: var(--btx-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    flex-wrap: wrap;
    gap: 20px;
}
.btx-phi-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.btx-phi-icon {
    font-size: 1.5rem;
    color: var(--btx-gold-solid);
}
.btx-phi-item h4 {
    margin: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
/* Responsive Fixes */
@media (max-width: 768px) {
    .btx-philosophy-ribbon {
        border-radius: 20px;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
    }
}
/* ==================================== */
.btx-philosophy-wrapper {
    margin-top: 120px;
    padding: 60px 40px;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 40px;
    border: 1px solid rgba(212, 175, 55, 0.1);
}
.btx-phi-header {
    text-align: center;
    margin-bottom: 60px;
}
.btx-phi-main-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.btx-phi-line {
    width: 80px;
    height: 4px;
    background: var(--btx-gold-grad);
    /* Using the gradient from previous step */
    margin: 0 auto;
    border-radius: 10px;
}
/* The Grid */
.btx-phi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
/* The Card Styling */
.btx-phi-card {
    position: relative;
    background: #111111;
    padding: 50px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.5s ease;
}
/* Watermark Number */
.btx-phi-number {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.03);
    /* Extremely subtle gold */
    line-height: 1;
    transition: 0.5s ease;
    user-select: none;
}
.btx-phi-icon-box {
    width: 60px;
    height: 60px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.btx-phi-icon-box i {
    font-size: 1.8rem;
    color: var(--btx-gold-solid);
}
.btx-phi-content {
    position: relative;
    z-index: 2;
}
.btx-phi-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}
.btx-phi-text {
    color: #a0a0a0;
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}
/* Animated Bottom Border */
.btx-phi-border-anim {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--btx-gold-grad);
    transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* Hover Effects */
.btx-phi-card:hover {
    transform: translateY(-10px);
    background: #181818;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 175, 55, 0.2);
}
.btx-phi-card:hover .btx-phi-number {
    color: rgba(212, 175, 55, 0.08);
    top: 5px;
}
.btx-phi-card:hover .btx-phi-icon-box {
    background: var(--btx-gold-solid);
}
.btx-phi-card:hover .btx-phi-icon-box i {
    color: #000;
}
.btx-phi-card:hover .btx-phi-border-anim {
    width: 100%;
}
/* Responsive Scaling */
@media (max-width: 768px) {
    .btx-philosophy-wrapper {
        padding: 40px 20px;
        margin-top: 60px;
    }
    .btx-phi-card {
        padding: 40px 25px;
    }
}
/* ============================================= */
/* 1. DESKTOP HOVER LOGIC (Screens 1024px+) */
@media (min-width: 1024px) {
    .dropdown-container {
        position: relative;
        display: inline-block;
    }
    .dropdown-menu-box {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #13161f;
        min-width: 220px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
        border-radius: 4px;
        padding: 10px 0;
    }
    /* Show on Hover */
    .dropdown-container:hover .dropdown-menu-box {
        display: block !important;
    }
    /* Bridge to keep menu open while moving mouse */
    .dropdown-container::after {
        content: "";
        position: absolute;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
    }
    .dropdown-menu-box a {
        display: block;
        padding: 10px 20px;
        color: #ffffff !important;
        text-decoration: none;
        transition: background 0.2s;
    }
    .dropdown-menu-box a:hover {
        background: #1a222f;
        color: #a78e2a !important;
    }
}
/* 2. MOBILE MENU FIXES (Screens below 1024px) */
@media (max-width: 1023px) {
    /* Prevent "Services" text from hiding on click */
    .mobile-dropdown-trigger {
        display: block !important;
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 10;
    }
    /* Fix the text disappearance bug */
    .mobile-dropdown-trigger span {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        /* Disables the template animation that hides the text */
        color: white !important;
    }
    /* Dropdown Box Styling */
    .dropdown-menu-box {
        display: none;
        /* Controlled by JS toggle */
        background-color: #111 !important;
        /* Dark background */
        padding: 5px 0 15px 0;
        margin-top: 5px;
    }
    .dropdown-menu-box.active {
        display: block !important;
    }
    /* Dropdown Item Styling */
    .dropdown-menu-box a {
        display: block !important;
        padding: 12px 30px !important;
        color: #ffffff !important;
        /* White text */
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: 1px solid #222;
        text-decoration: none;
        visibility: visible !important;
        opacity: 1 !important;
    }
    /* Rotation for icon */
    .mobile-dropdown-trigger i {
        transition: transform 0.3s;
    }
    .mobile-dropdown-trigger.open i {
        transform: rotate(180deg);
    }
}
.page-header .breadcrumbs a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
}