        /* Base & Container */
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; background: #f8fafc; color: #333; }
        
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; min-height: 80vh; }
        
        /* NEW CONTAINER FIX ADDED HERE */
        .newcontainer { 
            max-width: 1200px; 
            margin: 0 auto; 
            padding: 20px; 
            width: 100%;
            box-sizing: border-box;
        }
        
        /* Alerts */
        .alert { padding: 15px; margin-bottom: 20px; border-radius: 6px; font-weight: 600; font-size: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
        .success { background: #e8f8f5; color: #27ae60; border-left: 4px solid #2ecc71; }
        .error { background: #fdedec; color: #e74c3c; border-left: 4px solid #e74c3c; }
        
        /* --- CTA Section Layout --- */
        .cta-wrapper {
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            margin: 10px 0 40px 0;
            overflow: hidden;
        }
        .cta-grid-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
        .cta-column { padding: 45px 30px; text-align: center; }
        .student-back-col { border-right: 1px solid #d1d5db; position: relative; }
        .tutor-back-col { position: relative; }
        .captionColor { color: #0b2146 !important; font-weight: 700; margin-top: 0; margin-bottom: 25px; font-size: 26px; }
        
        .home-free-btn .btn {
            background-color: #0052cc !important; border: none; color: #FFFFFF !important; font-weight: bold;
            text-transform: uppercase; padding: 14px 35px; border-radius: 6px; font-size: 15px; text-decoration: none;
            display: inline-block; box-shadow: 0 4px 10px rgba(0, 82, 204, 0.2); transition: background-color 0.3s ease, transform 0.2s;
        }
        .home-free-btn .btn:hover { background-color: #0b2146 !important; transform: translateY(-2px); }

        /* --- Animated Forms Layout Fixes --- */
        .anim-app-container {
            background: white; width: 100%; max-width: 450px; margin: 0 auto;
            border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            overflow: hidden; position: relative; text-align: left;
            height: 420px; /* FIXED HEIGHT TO PREVENT GRID JUMPING */
            display: flex; flex-direction: column; box-sizing: border-box;
        }
        .anim-progress-container { display: flex; justify-content: space-between; padding: 15px 30px; background: #fff; border-bottom: 1px solid #eee; position: relative; }
        .anim-progress-line { position: absolute; top: 28px; left: 43px; right: 43px; height: 3px; background: #eee; z-index: 1; }
        .anim-progress-line-fill { position: absolute; top: 0; left: 0; height: 100%; background: #007bff; width: 0%; transition: width 0.4s ease; }
        
        .anim-step-indicator {
            width: 26px; height: 26px; border-radius: 50%; background: #eee;
            display: flex; justify-content: center; align-items: center;
            font-weight: bold; font-size: 12px; color: #999; z-index: 2; position: relative;
            transition: all 0.4s ease;
        }
        .anim-step-indicator.active { background: #007bff; color: white; box-shadow: 0 0 8px rgba(0, 123, 255, 0.4); }
        .anim-step-indicator.completed { background: #28a745; color: white; }

        .anim-steps-wrapper {
            position: relative;
            flex-grow: 1;
            width: 100%;
            overflow: hidden;
        }

        .anim-step-content { 
            position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box;
            visibility: hidden; padding: 25px; opacity: 0; transform: translateX(20px); transition: all 0.4s ease; 
        }
        .anim-step-content.active { visibility: visible; opacity: 1; transform: translateX(0); }
        
        .anim-step-content h2 { margin-top: 0; margin-bottom: 8px; color: #007bff; font-size: 18px; border:none; padding:0; font-weight:700; }
        .anim-step-content p.subtitle { color: #666; margin-bottom: 15px; font-size: 13px; line-height: 1.4; }

        .anim-form-group { margin-bottom: 15px; }
        .anim-form-group label { display: block; margin-bottom: 4px; font-size: 12px; font-weight: 600; color:#333; text-transform:none;}
        .anim-form-group input {
            width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; font-size: 13px; transition: all 0.3s; background:#fff; height:42px; color:#333; box-sizing:border-box;
        }
        .anim-form-group input:focus { border-color: #007bff; box-shadow: 0 0 5px rgba(0,123,255,0.2); outline:none; }

        .anim-btn {
            background: #007bff; color: white; border: none; padding: 0;
            border-radius: 6px; font-size: 14px; cursor: pointer; width: 100%; font-weight: bold;
            transition: background 0.3s, transform 0.1s; margin-top: 10px; position: relative; display:flex; justify-content:center; align-items:center; box-shadow:none;
            height: 44px; /* Strict height to prevent jittering */
        }
        .anim-btn.clicked { background: #004494; transform: scale(0.98); }
        .anim-btn:disabled { background: #ccc; cursor: not-allowed; }

        .anim-lead-card { border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px; margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; background: #fafafa; text-align:left;}
        .anim-lead-info h4 { margin: 0 0 4px 0; color: #333; font-size:14px;}
        .anim-lead-info p { font-size: 12px; color: #777; margin:0;}
        .anim-earnings-amount { font-size: 36px; color: #28a745; font-weight: bold; margin: 15px 0; }
        
        .anim-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.3); border-radius: 50%; border-top-color: #fff; animation: anim-spin 1s ease-in-out infinite; }
        @keyframes anim-spin { to { transform: rotate(360deg); } }

        #fake-cursor, #std-fake-cursor {
            position: absolute; width: 24px; height: 24px; z-index: 9999; pointer-events: none; 
            transition: top 0.8s ease-in-out, left 0.8s ease-in-out, transform 0.1s ease;
            opacity: 0; 
        }
        #fake-cursor svg, #std-fake-cursor svg { filter: drop-shadow(2px 4px 4px rgba(0,0,0,0.3)); }
        .cursor-click { transform: scale(0.7); }

        /* --- Custom Hero Banner CSS - Theme Updated --- */
        .top-custom-banner {
            position: relative; 
            background-color: #0b2146; 
            background-image: linear-gradient(rgba(11, 33, 70, 0.88), rgba(11, 33, 70, 0.88)), url('/uploads/study_tutoring_image.svg');
            background-size: cover;
            background-position: center;
            background-blend-mode: overlay;
            padding: 60px 0 120px 0; 
            margin-bottom: 0;
            overflow: hidden;
        }

        /* --- New Transparent Image Styling --- */
        .banner-transparent-img {
            position: absolute;
            top: 15px;       
            left: 20px;      
            width: 150px;    
            height: auto;
            background: transparent;
            z-index: 1;      
            opacity: 0.8;    
            pointer-events: none; 
        }

        .banner-flex-container {
            position: relative;
            z-index: 2; 
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            flex-wrap: wrap;
        }
        .banner-left-content {
            flex: 1 1 50%;
            min-width: 300px;
            color: #fff;
        }
        .banner-left-content h1 {
            color: #f39c12; 
            font-size: 38px;
            font-weight: 800;
            margin-top: 0;
            margin-bottom: 20px;
            line-height: 1.3;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        @keyframes floatEffect {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        .banner-left-content h1 img {
            width: 50px;
            height: 50px;
            animation: floatEffect 3s ease-in-out infinite;
        }
        .banner-left-content p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 15px;
            color: #f1f5f9;
        }
        .banner-register-btn {
            background-color: #0052cc;
            color: #fff;
            text-decoration: none;
            padding: 14px 35px;
            border-radius: 6px;
            font-weight: 700;
            display: inline-block;
            margin-top: 15px;
            text-transform: uppercase;
            transition: background 0.3s;
        }
        .banner-register-btn:hover {
            background-color: #f39c12;
            color: #fff;
        }
        
        .banner-right-box {
            flex: 1 1 40%;
            min-width: 300px;
            background-color: rgba(0, 82, 204, 0.95); 
            border-radius: 12px;
            padding: 40px 30px;
            position: relative;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        /* New Image Added to Banner Right Box */
        .banner-right-image {
            position: absolute;
            right: -30px;
            bottom: -30px;
            width: 180px;
            opacity: 0.25;
            z-index: 1;
            pointer-events: none;
        }
        
        /* Banner Swiper Styles */
        .bannerSwiper {
            width: 100%;
            height: 150px; 
            z-index: 2; 
        }
        .banner-feature-item {
            display: flex;
            align-items: center;
            gap: 20px;
            color: #fff;
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 30px;
            margin-left: 25px; 
        }
        .banner-feature-item:last-child {
            margin-bottom: 0;
        }
        .banner-feature-icon {
            font-size: 32px;
            width: 50px;
            text-align: center;
            color: #f39c12; 
        }
        .banner-swiper-pagination {
            position: absolute;
            left: 0 !important;
            top: 50 !important;
            transform: translateY(-50%) !important;
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 15px !important;
        }
        .banner-swiper-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            background-color: rgba(255,255,255,0.4);
            opacity: 1;
            margin: 0 !important;
        }
        .banner-swiper-pagination .swiper-pagination-bullet-active {
            background-color: #fff;
            transform: scale(1.3);
        }

        /* --- HORIZONTAL SEARCH PANEL (OVERLAPPING HOVER DESIGN) --- */
        .search-overlap-container {
            position: relative;
            z-index: 10;
            margin-top: -65px; 
            padding: 0 20px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        .home_search_section {
            background: #ffffff;
            padding: 30px 25px;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            border: 1px solid #e2e8f0;
            margin-bottom: 40px;
        }
        
        /* Clean Horizontal Grid Arrangement for filters */
        .search-horizontal-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 160px;
            gap: 15px;
            align-items: flex-end;
        }
        .form-group-search {
            display: flex;
            flex-direction: column;
        }
        .form-group-search label {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 12px;
            color: #0b2146; 
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .form-group-search select, .form-group-search input {
            padding: 12px 14px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.2s;
            background-color: #f8fafc;
            box-sizing: border-box;
            width: 100%;
            height: 46px;
            color: #334155;
        }
        .form-group-search select:focus, .form-group-search input:focus {
            outline: none;
            border-color: #0052cc; 
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.15);
        }
        .price-horizontal-inputs {
            display: flex;
            gap: 8px;
        }
        .btn-horizontal-search {
            background: #0052cc; 
            color: white;
            border: none;
            padding: 0;
            height: 46px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 700;
            font-size: 15px;
            transition: all 0.3s;
            box-shadow: 0 4px 6px rgba(0, 82, 204, 0.2);
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .btn-horizontal-search:hover {
            background: #0b2146; 
            transform: translateY(-1px);
            box-shadow: 0 6px 12px rgba(11, 33, 70, 0.3);
        }

        /* Centering Typography Overrides & Grid Layout merged */
        .section-title { 
            font-size: 26px; 
            color: #0b2146; 
            margin-bottom: 35px; /* Increased to accommodate the line */
            font-weight: 700; 
            text-align: center; 
            position: relative; /* Needed for the pseudo-element */
            padding-bottom: 15px; /* Space between text and line */
        }
        /* --- NEW STYLIST LINE FOR CENTERED HEADINGS --- */
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #0052cc, #2ecc71);
            border-radius: 4px;
        }

        .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 25px; }
        
        /* Professional Tutor Card UI */
        .tutor-card { 
            background: #fff; 
            border-radius: 12px; 
            box-shadow: 0 4px 10px rgba(0,0,0,0.04); 
            display: flex;
            flex-direction: column;
            position: relative; 
            transition: all 0.3s ease; 
            border: 1px solid #e2e8f0; 
            overflow: hidden;
        }
        .tutor-card:hover { 
            transform: translateY(-5px); 
            box-shadow: 0 15px 30px rgba(0,0,0,0.08); 
            border-color: #cbd5e0;
        }

        /* Card Badges */
        .card-badges { position: absolute; top: 15px; right: 15px; display: flex; flex-direction: column; gap: 5px; z-index: 10; align-items: flex-end;}
        .card-badge { padding: 4px 10px; font-size: 11px; font-weight: 700; color: #fff; border-radius: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); letter-spacing: 0.5px; text-transform: uppercase;}
        .badge-premium { background: linear-gradient(135deg, #8e44ad, #9b59b6); }
        .badge-verified { background: linear-gradient(135deg, #27ae60, #2ecc71); } 

        /* Card Header */
        .tutor-card-header { padding: 20px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #f0f4f8; }
        .tutor-photo { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; background-color: #f8fafc; border: 3px solid #0052cc; padding: 2px; }
        .tutor-info h3 { margin: 0 0 5px 0; color: #0b2146; font-size: 18px; font-weight: 700; }
        
        .tutor-rating { font-size: 13px; color: #f39c12; margin-bottom: 5px; font-weight: bold; display: flex; align-items: center; gap: 4px; }
        .tutor-rating span.count { color: #718096; font-weight: normal; font-size: 12px; }

        .tutor-info p { margin: 0; color: #718096; font-size: 13px; font-weight: 500; }
        
        /* Card Body (Info) */
        .tutor-card-body { padding: 20px; flex-grow: 1; }
        .info-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; color: #4a5568; line-height: 1.5; }
        .info-icon { font-size: 16px; min-width: 20px; text-align: center; }
        
        /* Pricing Section */
        .pricing-section { 
            display: flex; 
            background: #f8fafc; 
            padding: 15px; 
            border-top: 1px solid #edf2f7; 
            border-bottom: 1px solid #edf2f7;
        }
        .price-box { flex: 1; text-align: center; }
        .price-box:first-child { border-right: 1px solid #e2e8f0; }
        .price-label { font-size: 11px; color: #718096; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; display: block; letter-spacing: 0.5px;}
        .price-value { font-size: 18px; color: #0052cc; font-weight: 800; }
        
        /* Card Footer */
        .tutor-card-footer { padding: 20px; background: #fff; display: flex; gap: 10px;}
        
        .view-profile-btn {
            background: #edf2f7;
            color: #0b2146; 
            border: none;
            padding: 12px;
            border-radius: 8px;
            flex: 1;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.2s;
            text-align: center;
            text-decoration: none;
            display: block;
            box-sizing: border-box;
        }
        .view-profile-btn:hover { background: #e2e8f0; color: #0052cc; }

        .book-btn { 
            background: #0052cc; 
            color: white; 
            border: none; 
            padding: 12px; 
            border-radius: 8px; 
            flex: 1; 
            cursor: pointer; 
            font-weight: 600; 
            font-size: 14px;
            transition: all 0.2s;
            box-shadow: 0 4px 6px rgba(0, 82, 204, 0.2);
        }
        .book-btn:hover { background: #0b2146; transform: translateY(-2px); box-shadow: 0 6px 8px rgba(11, 33, 70, 0.3); }

        /* Modal Styles */
        .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(11,33,70,0.6); backdrop-filter: blur(4px); }
        .modal-content { background-color: #fff; margin: 5% auto; padding: 30px; border-radius: 12px; width: 90%; max-width: 550px; position: relative; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
        .close-btn { position: absolute; top: 15px; right: 20px; color: #a0aec0; font-size: 28px; font-weight: bold; cursor: pointer; transition: 0.2s;}
        .close-btn:hover { color: #0b2146; }
        .modal h2 { margin-top: 0; font-size: 20px; color: #0b2146; border-bottom: 2px solid #f0f4f8; padding-bottom: 15px; margin-bottom: 20px;}
        
        /* Select2 Fix for modal */
        select[multiple] { min-height: 100px; }
        .select2-container .select2-selection--multiple { border: 1px solid #cbd5e0; border-radius: 6px; padding: 4px; min-height: 42px; background-color: #f8fafc;}

        /* --- Blog Slider Section Styles --- */
        .blog-section { padding: 50px 0; background-color: #f8fafc; }
        .blogSwiper { padding-top: 15px; padding-bottom: 60px; }
        .swiper-slide { height: auto; }
        .blog-card {
            background: #fff; border-radius: 12px; overflow: visible; transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex; flex-direction: column; border: 1px solid #edf2f7; height: 100%;
        }
        .blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
        .blog-img-wrapper { position: relative; border-radius: 12px 12px 0 0; overflow: visible; }
        .blog-img-wrapper img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px 12px 0 0; }
        .blog-date-badge { position: absolute; top: 10px; right: 10px; background: rgba(255, 255, 255, 0.95); padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; color: #0b2146; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
        .blog-category-badge { position: absolute; bottom: -15px; left: 15px; background: #fff; padding: 6px 16px; border-radius: 6px; font-size: 13px; font-weight: 800; color: #0052cc; box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 2; }
        .blog-content { padding: 35px 20px 20px 20px; flex-grow: 1; display: flex; flex-direction: column; }
        .blog-content h3 { font-size: 16px; font-weight: 700; color: #0b2146; margin-bottom: 10px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
        .blog-content p { font-size: 14px; color: #4a5568; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
        .blog-btn-view { display: inline-block; background-color: #e2e8f0; color: #0b2146; padding: 8px 20px; border-radius: 6px; font-weight: 700; font-size: 13px; text-decoration: none; text-align: center; transition: background-color 0.2s; align-self: flex-start; margin-top: auto; }
        .blog-btn-view:hover { background-color: #0052cc; color: #fff; }
        .swiper-button-next, .swiper-button-prev { color: #0052cc; transform: scale(0.7); }
        .swiper-pagination-bullet-active { background: #0052cc; }

        /* --- FAQ Section Styles --- */
        .testimonials { background-color: #ffffff; padding-top: 50px; padding-bottom: 50px; }
        .site-width { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .centered { text-align: center; margin-bottom: 40px; }
        .titleSecWrap h4 { font-size: 28px; color: #0b2146; font-weight: 700; margin: 0; }
        .faq-row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
        .col-md-6 { flex: 0 0 50%; max-width: 50%; padding-right: 15px; padding-left: 15px; box-sizing: border-box; }
        .faq-head h6 { font-size: 18px; color: #0052cc; margin-bottom: 20px; font-weight: 600; border-bottom: 2px solid #edf2f7; padding-bottom: 10px; }
        .faqaccordion .accordion-item { border-bottom: 1px solid #edf2f7; margin-bottom: 10px; }
        .faqaccordion button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; background: transparent; border: none; cursor: pointer; text-align: left; font-size: 15px; font-weight: 600; color: #0b2146; transition: color 0.2s; }
        .faqaccordion button:hover { color: #0052cc; }
        .faqaccordion button .icon { position: relative; width: 14px; height: 14px; }
        .faqaccordion button .icon::before, .faqaccordion button .icon::after { content: ""; position: absolute; background-color: #0b2146; transition: transform 0.3s; }
        .faqaccordion button[aria-expanded="true"] .icon::after { transform: rotate(90deg); }
        .faqaccordion .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
        .faqaccordion .accordion-content p { margin: 0; padding: 0 0 15px 0; color: #718096; font-size: 14px; line-height: 1.6; }
        .normalBtns { margin-top: 40px; text-align: center; }
        .cssbuttons-io { display: inline-block; background: #0b2146; color: white; text-decoration: none; padding: 12px 30px; border-radius: 6px; font-weight: bold; transition: 0.3s; }
        .cssbuttons-io:hover { background: #0052cc; }
        .cssbuttons-io p { margin: 0; }
        
        /* Modal Form Flex Helper Class */
        .form-row { display: flex; gap: 15px; }

        /* --- COMPREHENSIVE MOBILE ADJUSTMENTS --- */
        @media (max-width: 1024px) {
            .cta-grid-layout { grid-template-columns: 1fr; gap: 30px; }
            .student-back-col { border-right: none; border-bottom: 1px solid #d1d5db; padding-bottom: 40px; margin-bottom: 10px; }
            .search-horizontal-grid { grid-template-columns: 1fr 1fr 1fr; }
            .btn-horizontal-search { grid-column: 1 / -1; }
        }

        @media (max-width: 768px) {
            .search-horizontal-grid { grid-template-columns: 1fr; }
            .btn-horizontal-search { grid-column: 1 / -1; }
            .grid { grid-template-columns: 1fr; }
            .tutor-card-footer { flex-direction: column; gap: 10px; }
            
            .banner-flex-container { flex-direction: column; padding-top: 20px;}
            .banner-left-content h1 { font-size: 26px; }
            .banner-left-content h1 img { width: 35px; height: 35px; }
            .top-custom-banner { padding: 40px 0 80px 0; }
            .banner-right-box { padding-bottom: 50px; width: 100%; box-sizing: border-box; }
            .banner-swiper-pagination {
                flex-direction: row;
                top: auto !important;
                bottom: 10px !important;
                left: 50% !important;
                transform: translateX(-50%) !important;
                width: auto !important;
            }
            .banner-feature-item { margin-left: 0; font-size: 16px; }

            .search-overlap-container { margin-top: -30px; padding: 0 15px; }
            .home_search_section { padding: 20px 15px; }
            
            .col-md-6 { flex: 0 0 100%; max-width: 100%; margin-bottom: 30px; }
            
            .form-row { flex-direction: column; gap: 10px; }
            .modal-content { width: 92%; margin: 10% auto; padding: 20px; }
        }