<!-- banner -->
 <style>
 .mySlides {display:none;}
 /* Global sans-serif font */
 body, h1, h2, h3, h4, h5, h6, p, span, a, li, div, button, input, textarea, select, td, th, label {
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
 }
 /* Linearicons — render using Font Awesome glyphs */
 .lnr-icon-bars:before         { font-family: 'Font Awesome 6 Free' !important; font-weight:900; content: '\f0c9'; }
 .lnr-icon-phone-handset:before { font-family: 'Font Awesome 6 Free' !important; font-weight:900; content: '\f095'; }
 .lnr-icon-envelope1:before    { font-family: 'Font Awesome 6 Free' !important; font-weight:900; content: '\f0e0'; }
 .lnr-icon-map-marker:before   { font-family: 'Font Awesome 6 Free' !important; font-weight:900; content: '\f3c5'; }

 /* ============================
    MOBILE TOP HEADER FIX
    ============================ */
 @media (max-width: 991px) {
   .header-top {
     display: block !important;
     background: #1a2940 !important;
     padding: 8px 0 !important;
   }
   .header-top .inner-container {
     display: flex !important;
     align-items: center !important;
     justify-content: space-between !important;
     flex-wrap: wrap !important;
     gap: 6px !important;
   }
   .header-top .top-left,
   .header-top .top-right { display: block !important; }
   .header-top .list-style-one li a { color: #fff !important; font-size: 13px !important; }
   .header-top .list-style-one li { color: #fff !important; }
   .header-top .social-icon-one { display: flex !important; gap: 10px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
   .header-top .social-icon-one li a { color: #fff !important; font-size: 14px !important; }
 }

 /* ============================
    CONTACT INFO + INQUIRY FORM SECTION
    ============================ */
 .contact-section-custom { padding: 80px 0; background: #f5f7fa; }
 .contact-info-card {
   background: #1a2940;
   border-radius: 14px;
   padding: 36px 30px;
   height: 100%;
   color: #fff;
 }
 .contact-info-card h3 { color: #fff; font-weight: 800; font-size: 24px; margin-bottom: 8px; }
 .contact-info-card .sub { color: #aab8cc; font-size: 14px; margin-bottom: 30px; }
 .cic-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
 .cic-icon { width: 46px; height: 46px; min-width: 46px; background: #e8502a; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
 .cic-icon i { color: #fff; font-size: 18px; }
 .cic-text .label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #e8502a; margin-bottom: 3px; }
 .cic-text a, .cic-text p { color: #dce6f0; font-size: 14px; margin: 0; line-height: 1.6; text-decoration: none; }
 .cic-text a:hover { color: #e8502a; }
 .cic-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 26px 0; }
 .cic-social { display: flex; gap: 10px; margin-top: 4px; }
 .cic-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; transition: background 0.2s; }
 .cic-social a:hover { background: #e8502a; color: #fff; }

 /* Inquiry Form */
 .inquiry-form-card {
   background: #fff;
   border-radius: 14px;
   padding: 40px 36px;
   box-shadow: 0 8px 40px rgba(0,0,0,0.08);
   height: 100%;
 }
 .inquiry-form-card h3 { color: #1a2940; font-weight: 800; font-size: 24px; margin-bottom: 6px; }
 .inquiry-form-card .sub { color: #888; font-size: 14px; margin-bottom: 28px; }
 .iq-form-group { margin-bottom: 18px; }
 .iq-form-group label { display: block; font-size: 12px; font-weight: 700; color: #1a2940; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
 .iq-form-group input,
 .iq-form-group select,
 .iq-form-group textarea {
   width: 100%;
   border: 1.5px solid #e2e8f0;
   border-radius: 8px;
   padding: 11px 14px;
   font-size: 14px;
   color: #333;
   background: #fafbfc;
   outline: none;
   transition: border-color 0.2s;
   box-sizing: border-box;
 }
 .iq-form-group input:focus,
 .iq-form-group select:focus,
 .iq-form-group textarea:focus { border-color: #e8502a; background: #fff; }
 .iq-form-group textarea { resize: vertical; min-height: 110px; }
 .iq-submit-btn {
   width: 100%;
   background: #e8502a;
   color: #fff;
   border: none;
   border-radius: 8px;
   padding: 14px;
   font-size: 15px;
   font-weight: 700;
   letter-spacing: 0.5px;
   cursor: pointer;
   transition: background 0.2s, transform 0.1s;
 }
 .iq-submit-btn:hover { background: #c73d1a; transform: translateY(-1px); }
 .iq-submit-btn i { margin-right: 8px; }
 .iq-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
 @media(max-width: 576px) { .iq-form-row { grid-template-columns: 1fr; } .inquiry-form-card { padding: 28px 20px; } }

 /* ============================
    FLOATING CALL & WHATSAPP BUTTONS
    ============================ */
 .float-btns {
   position: fixed;
   bottom: 28px;
   right: 20px;
   display: flex;
   flex-direction: column;
   gap: 14px;
   z-index: 9999;
 }
 .float-btn {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   color: #fff;
   text-decoration: none;
   box-shadow: 0 4px 18px rgba(0,0,0,0.22);
   transition: transform 0.2s, box-shadow 0.2s;
   position: relative;
 }
 .float-btn:hover { transform: scale(1.12); box-shadow: 0 8px 28px rgba(0,0,0,0.28); color: #fff; }
 .float-btn.call-btn { background: #e8502a; }
 .float-btn.whatsapp-btn { background: #25D366; }
 .float-btn .float-label {
   position: absolute;
   right: 66px;
   background: #1a2940;
   color: #fff;
   font-size: 12px;
   font-weight: 600;
   white-space: nowrap;
   padding: 5px 12px;
   border-radius: 20px;
   opacity: 0;
   pointer-events: none;
   transition: opacity 0.2s;
 }
 .float-btn:hover .float-label { opacity: 1; }
 /* WhatsApp pulse animation */
 .float-btn.whatsapp-btn::before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: #25D366;
   animation: wa-pulse 2s ease-out infinite;
   opacity: 0;
 }
 @keyframes wa-pulse {
   0%   { transform: scale(1); opacity: 0.6; }
   100% { transform: scale(1.75); opacity: 0; }
 }
</style>