.footer__top img{
	max-width: 250px;
	max-height: 43px;
}
.modal-content {
    border: 1px solid rgba(0,0,0,.2);
}
.close,.close:hover {
    color: #fff;
    opacity: 1;
}
.custom-input-group{
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}
.country-select{
    height: 50px;
}

#phoneInput .letter{
        border: 1px solid #fdbb48 !important;
            background: transparent !important;
}
#phoneInput .letter + .letter {
    border-left: 1px solid #fdbb48 !important;
}
.card {
    box-shadow: 0 0 15px rgba(253, 187, 72, 0.5);
    border: 2px solid rgba(253, 187, 72, 0.5);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px dashed #fdbb4854;
}
.btn{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 30px;
}
.cmn-section{
    padding: 150px 0px;
}
.table.style--two thead tr th {
     color: #000; 
}
.card .card-header {
    background-color: #fdbb48;
}
.input-group-text {
    background-color: #fdbb48;
    border: 1px solid #fdbb48;
}
.header .main-menu li .sub-menu li a {
    color: #ffffff !important;
}

.referral-ul li {
    padding-left: 1em;
    border: 1px dotted #fff;
    border-width: 0 0 1px 1px;
}

.referral-ul li.container {
    border-bottom: 0px;
    width: 100%;
}

.referral-ul li.empty {
    font-style: italic;
    color: silver;
    border-color: silver;
}

.referral-ul li p {
    margin: 0;
    position: relative;
    top: 0.5em;
    padding-bottom: 3px;
}

.referral-ul li ul {
    border-top: 1px dotted #ffffff;
    margin-left: -1em;
    padding-left: 2em;
}

.referral-ul ul li:last-child ul {
    border-left: 1px dotted #fff;
    margin-left: -17px;
}
.pt-60{
    padding-top: 60px !important;
}
.btn-disabled{
    opacity: 0.5;
    cursor: auto !important;
}

/* ============================================
   NAVBAR - COMPLETE REDO
   ============================================ */

/* Default Logo Size - Much Smaller */
.main-header .header-lower .logo-box figure a img,
.main-header .sticky-header .logo-box figure a img,
.logo-img, .logo-img-sticky {
    width: 90px !important;
    max-width: 90px;
    height: auto;
}

/* Mobile Logo */
.mobile-logo {
    width: 120px !important;
    max-width: 120px;
}

/* Header Top - Hidden on mobile */
@media (max-width: 991px) {
    .main-header .header-top {
        display: none;
    }
}

/* Navigation - Clean & Simple */
.main-menu .navigation.clearfix {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-menu .navigation > li {
    margin-right: 8px !important;
}

.main-menu .navigation > li > a {
    padding: 8px 12px !important;
    font-size: 13px !important;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Register Button in Nav */
.main-menu .navigation .nav-register-btn {
    background: #fdbb48 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 4px;
}

.main-menu .navigation .nav-register-btn:hover {
    background: #e5a73d !important;
}

/* Mobile Menu Toggler */
.menu-area .mobile-nav-toggler {
    margin-top: 8px !important;
    padding: 6px 8px !important;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 4px;
}

.menu-area .mobile-nav-toggler .icon-bar {
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background: #fff;
}

/* Header Lower - Reduced Height */
.main-header.style-one .header-lower {
    padding: 10px 0;
}

.main-header .header-lower .logo-box {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Sticky Header */
.sticky-header {
    padding: 5px 0;
}

.sticky-header .logo-box {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Sticky Header Navigation - Compact to prevent overflow */
.sticky-header .main-menu .navigation > li {
    margin: 0px 5px !important;
    padding: 8px 0 !important;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 6px 8px !important;
    font-size: 12px !important;
    white-space: nowrap;
}

.sticky-header .main-menu .navigation .nav-register-btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

/* Ensure sticky header menu area stays inline with logo */
.sticky-header .menu-area {
    display: flex !important;
    align-items: center;
    float: none !important;
}

.sticky-header .main-menu {
    float: none !important;
    display: flex !important;
    align-items: center;
}

.sticky-header .main-menu .navigation {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
}

/* Sticky header outer box - keep logo and menu inline */
.sticky-header .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-header .logo-box {
    flex-shrink: 0;
}

.sticky-header .menu-area {
    flex-shrink: 1;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
    .main-menu .navigation > li {
        margin-right: 10px !important;
    }
    
    .main-menu .navigation > li > a {
        font-size: 14px !important;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-img, .logo-img-sticky {
        width: 120px !important;
        max-width: 120px;
    }
    
    .main-menu .navigation > li > a {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
    
    .main-menu .navigation .nav-register-btn {
        padding: 6px 12px !important;
    }
}

/* Mobile (< 767px) */
@media (max-width: 767.98px) {
    .main-header .header-lower {
        padding: 8px 0;
    }
    
    .logo-img, .logo-img-sticky {
        width: 110px !important;
        max-width: 110px;
    }
    
    /* Hide desktop nav, show mobile */
    .main-menu.navbar-expand-md {
        display: none;
    }
    
    .menu-area .mobile-nav-toggler {
        display: block !important;
        margin-top: 5px !important;
    }
}

/* ============================================
   MOBILE MENU IMPROVEMENTS
   ============================================ */

@media (max-width: 991.98px) {
    .mobile-menu {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .mobile-menu .menu-box {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .mobile-menu .nav-logo {
        padding: 12px !important;
    }
    
    .mobile-menu .nav-logo a img {
        width: 110px !important;
    }
    
    .mobile-menu .menu-outer {
        padding: 10px 0 !important;
    }
    
    .mobile-menu .navigation li {
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .mobile-menu .navigation li a {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
    
    .mobile-menu .contact-info {
        padding: 15px !important;
    }
    
    .mobile-menu .contact-info h4 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    
    .mobile-menu .contact-info ul li {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }
}

/* ============================================
   ENHANCED RESPONSIVE STYLES
   ============================================ */

/* Banner / Hero Section Responsive */
@media (max-width: 575.98px) {
    .banner-carousel .slide-item {
        padding: 120px 0 80px 0 !important;
    }
    
    .banner-carousel .content-box {
        padding: 0 15px !important;
    }
    
    .banner-carousel .content-box h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    
    .banner-carousel .content-box h5 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    .banner-carousel .content-box .btn-box {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .banner-carousel .content-box .btn-box .theme-btn,
    .banner-carousel .content-box .btn-box .user-btn {
        width: 100% !important;
        text-align: center !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-carousel .content-box h1 {
        font-size: 36px !important;
        line-height: 44px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-carousel .content-box h1 {
        font-size: 42px !important;
        line-height: 52px !important;
    }
}

/* Feature Blocks Responsive */
@media (max-width: 991.98px) {
    .feature-style-four .feature-block-four {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .feature-section .feature-block {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .feature-block-four .inner-box {
        padding: 30px 20px !important;
    }
    
    .feature-block-four .inner-box .inner h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .feature-block-four .inner-box .inner p {
        font-size: 13px !important;
    }
}

/* Investment Plans Responsive */
@media (max-width: 991.98px) {
    .package-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .pt-120.pb-120 {
        padding: 60px 0 !important;
    }
    
    .section-header .section-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    .section-header p {
        font-size: 14px !important;
    }
    
    .package-card {
        padding: 20px 15px !important;
    }
    
    .package-card__title {
        font-size: 18px !important;
    }
    
    .package-card__features {
        font-size: 13px !important;
    }
    
    .package-card__range {
        font-size: 14px !important;
    }
    
    .cmn-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

/* About Section Responsive */
@media (max-width: 991.98px) {
    .about-section .content-box {
        margin-top: 40px;
    }
    
    .about-section .image-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-section .sec-title h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    
    .about-section .text p {
        font-size: 14px !important;
    }
    
    .about-section .single-item {
        margin-bottom: 25px;
    }
    
    .about-section .single-item h4 {
        font-size: 16px !important;
    }
    
    .about-section .single-item p {
        font-size: 13px !important;
    }
}

/* Service Section Responsive */
@media (max-width: 991.98px) {
    .service-block {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .service-section .title-box {
        margin-bottom: 30px !important;
    }
    
    .service-section .sec-title h2 {
        font-size: 22px !important;
    }
    
    .service-block-one .inner-box {
        padding: 25px 15px !important;
    }
    
    .service-block-one .inner-box h4 {
        font-size: 16px !important;
    }
    
    .service-block-one .inner-box .inner p {
        font-size: 13px !important;
    }
}

/* Testimonials Responsive */
@media (max-width: 575.98px) {
    .testimonial-style-two .sec-title h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    
    .testimonial-content .inner-box {
        padding: 25px 15px !important;
    }
    
    .testimonial-content .text p {
        font-size: 13px !important;
    }
    
    .testimonial-content .author-info h5 {
        font-size: 14px !important;
    }
    
    .testimonial-content .author-info img {
        width: 50px !important;
        height: 50px !important;
    }
}

/* FAQ Section Responsive */
@media (max-width: 575.98px) {
    .accordion .card {
        margin-bottom: 10px !important;
    }
    
    .accordion .card-header button {
        font-size: 13px !important;
        padding: 12px 10px !important;
    }
    
    .accordion .card-body {
        font-size: 13px !important;
        padding: 15px !important;
    }
}

/* Footer Responsive */
@media (max-width: 991.98px) {
    .main-footer .widget-section .footer-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .main-footer .footer-top {
        padding: 40px 0 30px 0 !important;
    }
    
    .main-footer .footer-bottom {
        padding: 20px 0 !important;
    }
    
    .main-footer .footer-bottom .bottom-inner {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
    
    .footer__top img {
        max-width: 180px !important;
    }
}

/* CTA Section Responsive */
@media (max-width: 575.98px) {
    .cta-wrapper {
        padding: 30px 20px !important;
    }
    
    .cta-wrapper .title {
        font-size: 20px !important;
    }
    
    .cta-wrapper p {
        font-size: 13px !important;
    }
}

/* Payment Methods Responsive */
@media (max-width: 575.98px) {
    .payment-slider .brand-item img {
        max-width: 80px !important;
    }
}

/* Global Responsive Helpers */
@media (max-width: 575.98px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .auto-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .sec-pad {
        padding: 50px 0 !important;
    }
    
    h2, .h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    
    h3, .h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    
    h4, .h4 {
        font-size: 16px !important;
    }
    
    p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    
    .hide-on-mobile {
        display: none !important;
    }
}

/* Touch-friendly tap targets */
@media (max-width: 991.98px) {
    .navigation li a,
    .mobile-nav-toggler,
    .close-btn,
    .menu-backdrop {
        -webkit-tap-highlight-color: transparent;
    }
    
    .btn, 
    .theme-btn,
    .cmn-btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* Prevent horizontal scroll */
@media (max-width: 575.98px) {
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    .boxed_wrapper {
        overflow-x: hidden;
    }
}
