/* Responsive Global Updates */

/* 1. Global Typography Scaling */
@media (max-width: 767px) {
    .main-heading {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }
    .sub-heading {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    .common-para {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: justify;
    }
    .ptb-70 {
        padding: 40px 0 !important;
    }
}

/* 2. Banner/Hero Scaling */
@media (max-width: 767px) {
    .internal-banner {
        padding: 60px 0 !important;
    }
    .internal-banner h1 {
        font-size: 28px !important;
    }
    .banner-sec {
        height: auto !important;
    }
    .banner-sec img {
        height: 450px !important;
        min-height: auto !important;
    }
}

/* 3. Grid Adjustments */
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .row > [class^="col-"] {
        margin-bottom: 20px;
    }
    .row > [class^="col-"]:last-child {
        margin-bottom: 0;
    }
}

/* 4. Navigation Mobile Fixes */
@media (max-width: 991px) {
    .navbar-brand img {
        width: 140px !important;
    }
    .navbar-collapse {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        margin-top: 15px;
    }
    .nav-item {
        border-bottom: 1px solid #eee;
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .nav-link {
        color: black !important;
        padding: 12px 0 !important;
    }

      .navbar-collapse .nav-link {
        color: #000 !important;   /* text black kar diya */
    }

    .navbar-collapse .nav-link:hover {
        color: #d8903e !important;
    }

    .safari-link {
        background: #c16700 !important;
        color: #fff !important;
        padding: 10px 15px !important;
        border-radius: 5px;
        text-align: center;
        margin-top: 10px;
        border: none !important;
    }
}

/* 5. Special Sections */
@media (max-width: 767px) {
    .single-feature-area-three {
        min-height: auto !important;
        padding: 25px !important;
        text-align: center;
    }
    .single-feature-area-three .icon {
        margin: 0 auto 15px !important;
    }
    .geo-details-points li {
        padding: 10px 15px !important;
    }
    .imp-links-div ul li {
        padding: 12px 15px !important;
    }
}

/* 6. Online Safari Table Fix */
@media (max-width: 600px) {
    .online-safari-page table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .online-safari-page th, .online-safari-page td {
        min-width: 120px;
        font-size: 13px !important;
    }
}

/* 8. Floating Right Side Widget
.floating-right-sidebar {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 380px;
    background: #ffffff;
    border: 2px solid #d8903e;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 20px;
    padding: 25px;
    transition: all 0.4s ease-in-out;
}

.floating-right-sidebar .modal-body {
    padding: 0 !important;
}

.floating-right-sidebar .row {
    margin-bottom: 12px;
    border: 1px dashed #d8903e;
    padding: 10px;
    border-radius: 10px;
    background: #fff9f2;
}

.floating-right-sidebar [class*="col-"] {
    background: #d8903e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.floating-right-sidebar .ms-auto {
    background: #c16700;
}

.floating-right-sidebar .row .row {
    border: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.floating-right-sidebar .sidebar-header {
    margin-bottom: 15px;
    border-bottom: 2px solid #d8903e;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floating-right-sidebar h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.close-sidebar {
    cursor: pointer;
    color: #d8903e;
    font-size: 20px;
}

@media (max-width: 991px) {
    .floating-right-sidebar {
        width: 320px;
        right: 15px;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .floating-right-sidebar {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        top: auto;
        bottom: 20px;
        transform: none;
    }
} */

/* 9. Premium Enquire Now Floating Button */
.enquiry-float-btn {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background: #d8903e;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 800;
    z-index: 10005;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    white-space: nowrap;
}

.enquiry-float-btn:hover {
    background: #d8903e;
    right: -35px;
    color: #fff;
    box-shadow: 0 -8px 25px rgba(216, 144, 62, 0.4);
}

@media (max-width: 767px) {

      .enquiry-float-btn {
        top: auto;
          left: 50%;
        right: auto;
        bottom: 15px;
        transform: translateX(-50%);
        width: auto;         /* ✅ fix */
        border-radius: 50px; /* ✅ rounded */
        font-size: 16px;
        padding: 12px 22px;
        text-align: center;
    }

    .enquiry-float-btn:hover {
        right: 0;              /* ✅ same rakho */
        left: auto;            /* ✅ important */
        
    }
}

/* Premium Enquiry Modal Styling */
.enquiry-modal .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

.premium-modal-header {
    background: linear-gradient(135deg, #1e2b4d, #2c3e6b);
    padding: 25px;
    border-bottom: none;
}

.header-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(216, 144, 62, 0.2);
    border: 1px solid rgba(216, 144, 62, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #d8903e;
}

.input-group-premium {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 2px 15px;
    transition: 0.3s;
}

.input-group-premium:focus-within {
    border-color: #d8903e;
    background: #fff;
    box-shadow: 0 5px 15px rgba(216, 144, 62, 0.1);
}

.input-icon {
    color: #999;
    margin-right: 12px;
    font-size: 16px;
}

.input-group-premium .form-control {
    background: transparent !important;
    border: none !important;
    font-size: 15px;
    padding: 12px 0;
    color: #333;
}

.btn-submit-premium {
    background: #d8903e;
    color: #fff !important;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-submit-premium:hover {
    background: #c16700;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(193, 103, 0, 0.3);
}

@media (max-width: 575px) {
    .enquiry-modal .modal-dialog {
        margin: 15px;
    }

    .premium-modal-header {
        padding: 20px;
    }

    .modal-body {
        padding: 20px !important;
    }

    .header-icon-box {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .modal-title {
        font-size: 16px;
    }    
}

