@charset "UTF-8";

/* =========================================
   RESPONSIVE STYLES FOR TABLET & MOBILE
   ========================================= */

@media (min-width: 992px) {
  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    display: none !important;
  }
  .stellarnav > ul {
    display: block !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

@media (max-width: 991px) {
  /* Header Alignment - Full Width Left to Right */
  .header-part {
    padding: 10px 0 !important;
    position: relative !important;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06) !important;
    width: 100% !important;
    z-index: 9900 !important;
  }
  .header-part .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header-part .container .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .header-part .col-sm-3,
  .header-part .col-xs-6:first-child {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
  }
  .header-part .col-sm-9,
  .header-part .col-xs-6:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 0 0 auto !important;
    float: none !important;
    width: auto !important;
  }
  
  .logo {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .logo img {
    max-height: 44px !important;
    width: auto !important;
    display: block !important;
  }

  /* Single Responsive Mobile Menu Toggle Button */
  .nav-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .stellarnav {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .stellarnav a.menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #01a7e1 !important;
    color: #ffffff !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 3px 8px rgba(1, 167, 225, 0.3) !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }
  .stellarnav a.menu-toggle:hover {
    background: #008ebf !important;
  }
  .stellarnav .bars {
    display: inline-block !important;
    margin-right: 4px !important;
  }
  .stellarnav .bars span {
    background: #ffffff !important;
    display: block !important;
    height: 2px !important;
    width: 16px !important;
    margin: 3px 0 !important;
    border-radius: 2px !important;
  }

  /* EXACT SCREENSHOT MATCH: StellarNav Mobile Drawer on Right */
  .stellarnav > ul {
    display: none;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 290px !important;
    max-width: 85vw !important;
    background: #21486d !important;
    z-index: 99999 !important;
    overflow-y: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    box-shadow: -5px 0 25px rgba(0,0,0,0.5) !important;
  }

  /* Top 3 Action Icons Row: Phone | Map | Close */
  .stellarnav .call-btn-mobile.third,
  .stellarnav .location-btn-mobile.third,
  .stellarnav .close-menu.third {
    display: inline-block !important;
    width: 33.33% !important;
    text-align: center !important;
    padding: 12px 5px !important;
    color: #ffffff !important;
    background: #173654 !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    border-right: 1px solid rgba(255,255,255,0.1) !important;
    box-sizing: border-box !important;
    float: left !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  .stellarnav .close-menu.third {
    border-right: none !important;
    background: #1a3c5d !important;
  }
  .stellarnav .close-menu.third:hover,
  .stellarnav .call-btn-mobile.third:hover,
  .stellarnav .location-btn-mobile.third:hover {
    background: #01a7e1 !important;
    color: #ffffff !important;
  }
  .stellarnav .close-menu span.icon-close {
    display: none !important;
  }

  /* Drawer Navigation Links */
  .stellarnav > ul > li {
    display: block !important;
    width: 100% !important;
    clear: both !important;
  }
  .stellarnav > ul > li > a {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
  }
  .stellarnav > ul > li > a:hover {
    background: rgba(255,255,255,0.06) !important;
    color: #f1b23e !important;
  }

  /* Submenu Plus Icon & Child Links */
  .stellarnav .dd-toggle {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 50px !important;
    height: 48px !important;
    line-height: 48px !important;
    text-align: center !important;
    color: #ffffff !important;
    z-index: 10 !important;
    cursor: pointer !important;
    text-decoration: none !important;
  }
  .stellarnav .dd-toggle .icon-plus:before {
    border-bottom: 3px solid #ffffff !important;
  }
  .stellarnav .dd-toggle .icon-plus:after {
    border-bottom: 3px solid #ffffff !important;
  }
  .stellarnav ul ul {
    display: none;
    background: #14324f !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }
  .stellarnav ul ul li a {
    padding: 10px 20px 10px 30px !important;
    font-size: 13.5px !important;
    color: #cbd5e1 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  }

  /* Carousel Caption on Mobile */
  .carousel-caption {
    left: 4% !important;
    right: 4% !important;
    bottom: 8% !important;
    max-width: 92% !important;
    padding: 12px 14px !important;
    border-radius: 8px !important;
    border-left: 3px solid #f1b23e !important;
    background: rgba(15, 30, 48, 0.88) !important;
    backdrop-filter: blur(4px) !important;
  }
  .carousel-caption span {
    font-size: 10px !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 4px !important;
    display: inline-block !important;
  }
  .carousel-caption h2 {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin: 3px 0 6px !important;
    color: #ffffff !important;
  }
  .carousel-caption h2 br { display: none !important; }
  .carousel-caption p {
    font-size: 11.5px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    color: #cbd5e1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .carousel-caption .btn {
    padding: 6px 12px !important;
    font-size: 11px !important;
    border-radius: 4px !important;
  }
  .carousel-control { display: none !important; }

  .carousel-indicators {
    bottom: 2px !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
  }
  .carousel-indicators li { width: 8px !important; height: 8px !important; margin: 0 3px !important; }
  .carousel-indicators .active { width: 8px !important; height: 8px !important; }

  .logo { padding: 4px 0 !important; }
  .logo img { max-height: 56px !important; width: auto !important; }
  .call-button-box { font-size: 17px !important; padding: 10px 14px !important; }
  .wel-part { padding: 25px 0; }
  .wel-title h1 { font-size: 26px !important; line-height: 1.25 !important; }
  .wel-title h1 span { font-size: 16px !important; }
  .wel-text p { font-size: 14.5px !important; line-height: 1.6 !important; }

  .product-title h2 { font-size: 26px !important; }
  .product-text p { font-size: 14.5px !important; }
  .product-box { padding: 15px 10px; margin-bottom: 15px; }
  .product-box h3 { font-size: 17px !important; }

  .why-us-title span { font-size: 28px !important; }
  .why-us-text p { font-size: 14.5px !important; }
  .box-part-img { padding: 15px 10px; margin-bottom: 12px; }

  .counter { padding: 25px 0 !important; }
  .counter .col-xs-6 { padding-left: 6px !important; padding-right: 6px !important; margin-bottom: 14px !important; }
  .box-service {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 14px 8px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06) !important;
    border: 1.5px solid #f1b23e !important;
    text-align: center !important;
    min-height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .box-service .d-flex {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
  }
  .box-service .d-flex img {
    width: 48px !important;
    height: 48px !important;
    padding: 5px !important;
    margin-right: 0 !important;
    margin-bottom: 6px !important;
    border-radius: 50% !important;
  }
  .box-service .d-flex h4 {
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    color: #235a79 !important;
    text-align: center !important;
  }
  .box-service .d-flex h4 b {
    display: block !important;
    font-size: 22px !important;
    color: #235a79 !important;
  }
  .box-service .d-flex h4 span {
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin-top: 4px !important;
    color: #00024a !important;
    display: block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
  }

  .vision-mision-part { padding: 20px 0; }
  .service-item-box { margin-bottom: 15px; }

  .get-title h4 { font-size: 22px !important; line-height: 1.3 !important; }
  .get-text p { font-size: 14px !important; }
  .callRight p span { font-size: 16px !important; }
  .callRight p { font-size: 16px !important; }

  .w3l-breadcrum .breadcrum-bg h1 { font-size: 28px !important; padding-top: 20px !important; }

  .footer-part { padding: 25px 0 15px; }
  .sticky-footer { display: block; }
}

@media (max-width: 480px) {
  .carousel-caption {
    bottom: 5% !important;
    padding: 10px 12px !important;
  }
  .carousel-caption h2 { font-size: 14.5px !important; }
  .carousel-caption p { font-size: 11px !important; margin-bottom: 8px !important; }
  .carousel-caption .btn { padding: 5px 10px !important; font-size: 10.5px !important; }
}
