/* *************************************************** *
 * Author:           SE-2
 * Created Date:     2025-06-27
 * Last Modified:    2025-07-27
 * Version:          1.1
 * Project:          Delta Business Website
 * Company:          Progmize Software Systems
 * Contact:          tech@progmize.com
 * ***************************************************  */

@media (max-width: 767px) {
  .shipping-text .circle {
    left: 0;
    max-width: 300px;
    height: 100%;
  }

  .shipping-text {
    padding-left: 40px;
    width: 500px;
    height: 300px;
  }

  .shipping-text h2 {
    font-size: clamp(30px, 2vw, 30px);
    white-space: wrap;
  }

  .shipping-text p {
    font-size: clamp(16px, 2vw, 21px);
    line-height: normal;
    white-space: wrap;
  }

  .open-button {
    top: 90px;
    width: 90px;
    height: 50px;
  }

  .open-button img {
    width: 40px;
    height: 40px;
  }

  /* Shipping Banner Styles */
  .shipping-banner {
    text-align: center;
    padding: 15px 10px;
    padding-bottom: 4px;
    margin-top: 20px;
  }

  .shipping-banner p {
    font-size: clamp(12px, 2vw, 18px);
    text-align: center;
  }

  .social-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .social-row .col-md-8,
  .social-row .col-md-4 {
    width: 50%;
  }

  /* Specialized Services */
  .specialized-services h2,
  .services h2,
  .brands h2,
  .download-title,
  .map h2,
  .contact-title {
    font-size: clamp(40px, 2vw, 30px);
  }

  .download-title span,
  .contact-title span {
    font-size: clamp(20px, 2vw, 30px);
  }

  .contact-title span {
    font-size: clamp(25px, 2vw, 30px);
    margin-left: 120px;
  }

  .contact-section .container .row h3 {
    font-size: clamp(30px, 2vw, 30px);
    text-align: start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-form {
    padding: 0px;
    padding-bottom: 20px;
  }

  .specialized-services p {
    font-size: clamp(18px, 2vw, 20px);
  }

  .specialized-img {
    width: 100%;
    max-width: 500px;
    min-width: 0 !important;
    margin: auto !important;
    display: flex !important;
  }

  .specialized-services .btn-read-more {
    top: 1rem !important;
    font-size: clamp(13px, 2vw, 15px);
    padding: 6px 12px !important;
    line-height: 1.2 !important;
    border-radius: 4px !important;
  }

  .services .col-md-3:has(.service-card) {
    margin-bottom: 2rem;
  }

  .brand-box .row {
    gap: 10px;
    margin: 0 -5px;
  }

  .brand-box .row .col-md-6,
  .brand-box .row .col-lg-3 {
    flex: 0 0 calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100px;
    margin-bottom: 15px;
    padding: 10px 5px;
  }

  .brand-box .row img {
    max-height: 60px;
    max-width: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
  }

  .bottom-navigation {
    display: flex !important;
    flex-direction: row !important;
  }
}

@media (max-width: 445px) {
  .shipping-text .circle {
    left: 0;
    max-width: 200px;
    height: 100%;
  }

  .shipping-text {
    padding-left: 20px;
    width: 400px;
    height: 200px;
  }

  .shipping-text h2 {
    font-size: clamp(20px, 2vw, 30px);
    white-space: wrap;
  }

  .shipping-text p {
    font-size: clamp(12px, 2vw, 21px);
  }

  .shipping-text .btn-contact-us {
    font-size: clamp(8px, 2vw, 20px);
    line-height: normal;
    margin-top: 3px !important;
  }

  .specialized-services .btn-read-more {
    top: 2rem !important;
    font-size: clamp(13px, 2vw, 15px);
  }

  /* Enhanced mobile brand layout for very small screens */
  .brand-box .row {
    gap: 8px;
    margin: 0 -4px;
  }

  .brand-box .row .col-md-6,
  .brand-box .row .col-lg-3 {
    flex: 0 0 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    min-height: 80px;
    margin-bottom: 10px;
    padding: 8px 4px;
  }

  .brand-box .row img {
    max-height: 50px;
    max-width: 80px;
  }

  .footer h5 {
    font-size: 18px;
    font-weight: 600;
  }
}

/* Warehousing Page Responsive Styles */
@media (max-width: auto) {
  /* Key Benefits Section */
  .key-benefits {
    padding: 20px 0 !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .key-benefits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    background: linear-gradient(90deg, #104f83 0%, #04111d 100%) !important;
    border-radius: 0px 8px 8px 0px !important;
    z-index: -1;
  }

  .key-benefits .auction-account-list-box {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px 25px 20px 0px !important;
    position: relative !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .key-benefits .auction-account-list-box ul li {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    padding-left: 5px !important;
    color: #fff !important; /* White text for dark background */
    text-shadow: none !important; /* Added text-shadow */
  }

  .key-benefits-heading {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #000 !important; /* Black text for maximum visibility */
    font-weight: 600 !important;
    text-shadow: none !important;
  }

  /* Facilities Section */
  .working-process {
    padding: 30px 0 !important;
    margin-top: 20px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .working-process .container {
    padding: 15px !important;
  }

  .working-process h2 {
    font-size: 18px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
  }

  .working-process .process-box {
    padding: 20px 15px !important;
    margin-top: 20px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
  }

  .working-process .process-item {
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .working-process .process-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    line-height: 1.4 !important;
  }

  .working-process .process-description {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
    padding: 10px 0 0 0 !important;
  }

  .working-process .process-description p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .working-process .border-box {
    padding: 0 !important;
    border: none !important;
  }

  /* Benefits Section */
  .benefits {
    padding: 30px 0 !important;
    margin-top: 40px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 3 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .benefits .container {
    padding: 15px !important;
  }

  .benefits h2 {
    font-size: 18px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
  }

  .benefits .benefit-box {
    padding: 20px 15px !important;
    margin-top: 20px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
  }

  .benefits .benefit-item {
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .benefits .benefit-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    line-height: 1.4 !important;
  }

  .benefits .benefit-description {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
    padding: 10px 0 0 0 !important;
  }

  .benefits .benefit-description p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .benefits .border-box {
    padding: 0 !important;
    border: none !important;
  }

  /* FAQs Section */
  .faqs {
    padding: 30px 0 !important;
    margin-top: 40px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 4 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .faqs .container {
    padding: 15px !important;
  }

  .faqs h2 {
    font-size: 18px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
  }

  .faqs .faq-box {
    padding: 20px 15px !important;
    margin-top: 20px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
  }

  .faqs .faq-item {
    margin-bottom: 20px !important;
    padding: 15px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .faqs .faq-question {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    line-height: 1.4 !important;
  }

  .faqs .faq-answer {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important;
    padding: 10px 0 0 0 !important;
  }

  .faqs .faq-answer p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .faqs .border-box {
    padding: 0 !important;
    border: none !important;
  }
}

/* Extra small screens - ensuring perfect 2-icon layout */
@media (max-width: 320px) {
  /* Warehousing Page Responsive Styles */
  /* Key Benefits Section */
  .key-benefits {
    padding: 15px 0 !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .key-benefits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    background: linear-gradient(90deg, #104f83 0%, #04111d 100%) !important;
    border-radius: 0px 8px 8px 0px !important;
    z-index: -1;
  }

  .key-benefits .auction-account-list-box {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px 20px 15px 0px !important;
    position: relative !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .key-benefits .auction-account-list-box ul li {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    padding-left: 5px !important;
    color: #fff !important; /* White text for dark background */
    text-shadow: none !important; /* Added text-shadow */
  }

  .key-benefits-heading {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    color: #000 !important; /* Black text for maximum visibility */
    font-weight: 600 !important;
    text-shadow: none !important;
  }

  /* Facilities Section */
  .working-process {
    padding: 25px 0 !important;
    margin-top: 15px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .working-process .container {
    padding: 10px !important;
  }

  .working-process h2 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .working-process .process-box {
    padding: 15px 10px !important;
    margin-top: 15px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
  }

  .working-process .process-item {
    margin-bottom: 15px !important;
    padding: 12px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .working-process .process-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    line-height: 1.3 !important;
  }

  .working-process .process-description {
    font-size: 11px !important;
    line-height: 1.3 !important;
    color: #666 !important;
    padding: 8px 0 0 0 !important;
  }

  .working-process .process-description p {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .working-process .border-box {
    padding: 0 !important;
    border: none !important;
  }

  /* Benefits Section */
  .benefits {
    padding: 25px 0 !important;
    margin-top: 30px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 3 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .benefits .container {
    padding: 10px !important;
  }

  .benefits h2 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .benefits .benefit-box {
    padding: 15px 10px !important;
    margin-top: 15px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
  }

  .benefits .benefit-item {
    margin-bottom: 15px !important;
    padding: 12px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .benefits .benefit-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    line-height: 1.3 !important;
  }

  .benefits .benefit-description {
    font-size: 11px !important;
    line-height: 1.3 !important;
    color: #666 !important;
    padding: 8px 0 0 0 !important;
  }

  .benefits .benefit-description p {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .benefits .border-box {
    padding: 0 !important;
    border: none !important;
  }

  /* FAQs Section */
  .faqs {
    padding: 20px 0 !important;
    margin-top: 30px !important;
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 4 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .faqs .container {
    padding: 10px !important;
  }

  .faqs h2 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  .faqs .faq-box {
    padding: 15px 10px !important;
    margin-top: 15px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border: 1px solid #e9ecef !important;
  }

  .faqs .faq-item {
    margin-bottom: 15px !important;
    padding: 12px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  .faqs .faq-question {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    line-height: 1.3 !important;
  }

  .faqs .faq-answer {
    font-size: 11px !important;
    line-height: 1.3 !important;
    color: #666 !important;
    padding: 8px 0 0 0 !important;
  }

  .faqs .faq-answer p {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .faqs .border-box {
    padding: 0 !important;
    border: none !important;
  }

  /* Brand box styles */
  .brand-box .row {
    gap: 6px;
    margin: 0 -3px;
  }

  .brand-box .row .col-md-6,
  .brand-box .row .col-lg-3 {
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    min-width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    min-height: 70px;
    margin-bottom: 8px;
    padding: 6px 3px;
  }

  .brand-box .row img {
    max-height: 40px;
    max-width: 70px;
  }
}

/* Medium mobile screens - smaller icons for 330px-450px range */
@media (min-width: 330px) and (max-width: 450px) {
  .brand-box .row {
    gap: 8px;
    margin: 0 -4px;
  }

  .brand-box .row .col-md-6,
  .brand-box .row .col-lg-3 {
    flex: 0 0 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    min-height: 75px;
    margin-bottom: 10px;
    padding: 8px 4px;
  }

  .brand-box .row img {
    max-height: 35px;
    max-width: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  /* Make only the 3rd icon (Hapag Lloyd) smaller */
  .brand-box .row .col-md-6:nth-child(3) img,
  .brand-box .row .col-lg-3:nth-child(3) img {
    max-height: 50px !important;
    max-width: 100px !important;
  }
}

@media (max-width: 991px) {
  /* Header Styles */
  .navbar-brand img {
    width: 100%;
    max-width: 150px;
    min-width: 0 !important;
  }

  .navbar-toggler {
    width: 40px;
    height: 40px;
  }

  .navbar-toggler .icon {
    font-size: 20px;
  }

  .responsive-btn-container .btn-custom {
    font-size: 15px;
  }

  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.91);
    border: 1px solid #104f83;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    max-width: max-content;
    margin: auto !important;
    padding: 0 10px;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    transition: display 0.3s ease-in-out;
  }

  .navbar-nav .nav-link {
    white-space: nowrap;
    color: #104f83 !important;
    font-weight: 700;
  }

  .hero {
    margin-top: 70px !important;
  }

  .service-hero,
  .about-hero {
    margin-top: 70px !important;
  }

  .information-container,
  .showroom-hero {
    margin-top: 72px !important;
  }

  /* Shipping Banner Styles */
  .shipping-banner {
    text-align: center;
    padding: 15px 10px;
    padding-bottom: 4px;
    margin-top: 20px;
  }

  .shipping-banner p {
    text-align: center !important;
  }

  .contact-form-container {
    width: 100%;
    height: auto;
    top: 25px;
  }

  .contact-form-container .form-group {
    margin-bottom: 12px;
  }

  .contact-form-container .form-group input,
  .contact-form-container .form-group textarea {
    padding: 5px;
  }

  .contact-form-container .form-group:last-of-type {
    margin-bottom: 30px;
  }

  .contact-details {
    margin-top: 0;
  }

  .contact-details .separator-container img {
    width: 20px;
    height: 20px;
  }

  .contact-details .separator-container img:last-of-type {
    width: 20px;
    height: 20px;
  }

  .stay-connected {
    text-align: left;
    padding-bottom: 0px;
    white-space: nowrap !important;
  }

  .download-box {
    padding: 20px 100px !important;
    max-width: fit-content;
    border-radius: 25px;
    min-width: 100%;
  }

  .download-box::after {
    border-radius: 25px;
  }

  .app-buttons a {
    padding: 8px 0px;
    font-size: clamp(8px, 2vw, 12px);
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
  }

  .app-buttons a {
    padding: 8px 30px !important;
  }

  .app-buttons a:last-of-type {
    padding: 8px 30px !important;
  }

  .app-buttons a img {
    height: 30px;
  }

  .app-buttons a:last-of-type img {
    height: 40px;
    margin-left: -10px !important;
  }

  .contact-section .container .row .col-md-8::after {
    top: 95px;
  }

  .footer .logo {
    width: 150px;
    max-width: 100%;
    height: auto;
  }

  .footer .container {
    padding: 0 0px;
  }

  .footer .row:first-of-type {
    padding: 10px 10px;
  }

  .social-icons-container {
    margin-left: auto !important;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .bottom-navigation {
    padding: 0 70px;
    padding-left: 30px;
  }

  .bottom-navigation .col-md-6:first-of-type {
    width: 60%;
  }

  .bottom-navigation .col-md-6:nth-of-type(2) {
    width: 40%;
  }

  .footer .bottom-navigation .location-col {
    padding-top: 18px;
    padding-left: 14px;
    min-width: 105% !important;
  }

  .footer .bottom-navigation .location-col::before {
    min-width: 100% !important;
    height: 2px;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 12px;
    right: 0px;
    z-index: 1;
    background: linear-gradient(90deg, #104f83 0%, #fff 50.7%, #104f83 100%);
  }

  .footer .copyright {
    display: flex !important;
    flex-direction: column !important;
  }

  footer .copyright p:first-of-type {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0;
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .open-button {
    top: 90px;
    width: 90px;
    height: 50px;
  }

  .shipping-text h2 {
    font-size: clamp(30px, 4vw, 50px);
  }

  .shipping-text p {
    font-size: clamp(14px, 3vw, 34px);
  }

  .footer-first-row .col-md-10 {
    width: 70%;
  }

  .footer-first-row .col-md-2 {
    width: 30%;
  }

  .social-icons-container {
    justify-content: end;
    margin-right: 0px;
  }
}

@media (max-width: 400px) {
  .open-button {
    top: 90px;
    width: 80px;
    height: 45px;
  }

  .open-button img {
    width: 30px;
    height: 35px;
  }

  .contact-form-container {
    clip-path: polygon(
      0% 0%,
      /* top-left */ 100% 0%,
      /* top-right flat edge */ 100% 100%,
      /* bottom-right flat edge */ 0% 100%,
      /* bottom-left */ 0% 0%,
      /* center-left curve start */ 0% 0% /* close the path */
    ) !important;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    padding: 500px auto !important;
    padding-left: 50px !important;
  }

  .contact-form-container form {
    min-width: 0 !important;
    margin: auto !important;
  }

  .footer .logo {
    width: 150px;
    max-width: 100%;
    height: auto;
  }

  .social-icons img {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (max-width: 500px) {
  .social-icons-container {
    margin-left: auto !important;
    display: flex;
    flex-direction: column !important;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 575px) {
  .contact-section .container .row .col-md-8 {
    max-width: 94%;
  }
}

/* Contact Section Responsive Layout */
/* Desktop and Large Screens - 3 items in one line */
@media (min-width: 992px) {
  .contact-section .d-flex.flex-row.flex-wrap {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 2rem !important;
  }

  .contact-section .flex-shrink-0 {
    flex: 1 !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
  }
}

/* iPad and Tablet Screens - 3 items in one line (same as desktop) */
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .d-flex.flex-row.flex-wrap {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 1rem !important;
  }

  .contact-section .flex-shrink-0 {
    flex: 1 !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
  }

  .contact-section .flex-shrink-0 .d-flex {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
  }

  .contact-section .flex-shrink-0 img {
    margin: 0 auto 8px auto !important;
    width: 24px !important;
    height: 24px !important;
  }

  .contact-section .flex-shrink-0 p {
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }
}

/* Information Container Responsive Layout */
/* Small Screens - 3 items in one line (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .information-row {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 0.8rem !important;
  }

  .information-row .info-item {
    flex: 1 !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 25px !important;
  }

  .information-row .info-item img {
    margin: 0 auto 6px auto !important;
    width: 35px !important;
    height: 35px !important;
  }

  .information-row .info-item a {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 2px !important;
  }
}

/* iPad and Tablet Screens - 3 items in one line (768px to 992px) */
@media (min-width: 768px) and (max-width: 991px) {
  .information-row {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 1rem !important;
  }

  .information-row .info-item {
    flex: 1 !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 30px !important;
  }

  .information-row .info-item img {
    margin: 0 auto 8px auto !important;
    width: 40px !important;
    height: 40px !important;
  }

  .information-row .info-item a {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .flex-shrink-0 p.fw-bold {
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
  }
}

/* Small Tablets - 3 items in one line with smaller fonts */
@media (min-width: 450px) and (max-width: 767px) {
  .contact-section .d-flex.flex-row.flex-wrap {
    flex-wrap: nowrap !important;
    justify-content: space-around !important;
    gap: 0.8rem !important;
  }

  .contact-section .flex-shrink-0 {
    flex: 1 !important;
    max-width: 33.333% !important;
    min-width: 0 !important;
  }

  .contact-section .flex-shrink-0 .d-flex {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
  }

  .contact-section .flex-shrink-0 img {
    margin: 0 auto 6px auto !important;
    width: 20px !important;
    height: 20px !important;
  }

  .contact-section .flex-shrink-0 p {
    font-size: 10px !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
  }

  .contact-section .flex-shrink-0 p.fw-bold {
    font-size: 9px !important;
    letter-spacing: 0.3px !important;
  }
}

/* Mobile Screens - Items stacked vertically one by one */
@media (max-width: 449px) {
  .contact-section .d-flex.flex-row.flex-wrap {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .contact-section .flex-shrink-0 {
    flex: none !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 400px) and (max-width: 445px) {
  .social-icons img {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (max-width: 480px) {
  .download-box {
    padding: 20px 30px !important;
    min-width: 100%;
    text-align: center !important;
  }

  .app-buttons a {
    padding: 8px 20px !important;
  }

  .app-buttons a:last-of-type {
    padding: 4px 20px !important;
  }
}

@media (max-width: 360px) {
  .social-media {
    margin-left: 0 !important;
  }

  .social-media img {
    width: 20px;
    margin: 0 3px;
  }
}

@media (max-width: 370px) {
  .navbar-nav {
    padding: 0 5px;
  }

  .navbar-nav .nav-link {
    font-size: 10px !important;
  }

  .nav-item::after {
    bottom: 12px;
  }

  .nav-item.active::after {
    height: 3px;
    box-shadow: 0 0 4px #aafe05;
  }
}

@media (max-width: 462px) {
  .info-item.email {
    margin-top: 20px !important;
  }
}

@media (max-width: 333px) {
  .navbar-brand img {
    width: 100%;
    max-width: 140px;
    min-width: 0 !important;
  }

  .navbar-toggler {
    width: 38px;
    height: 38px;
  }

  .navbar-toggler .icon {
    font-size: 18px;
  }

  .responsive-btn-container .btn-custom {
    font-size: 14px;
  }

  .hero,
  .service-hero,
  .about-hero {
    margin-top: 67px !important;
  }

  .information-container,
  .showroom-hero {
    margin-top: 80px !important;
  }

  .open-button {
    top: 85px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .shipping-text h2 {
    font-size: clamp(30px, 4vw, 50px);
  }

  .contact-form-container {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1069px) {
  .footer .col-md-3 .col-auto p {
    white-space: wrap;
  }
}

@media (min-width: 1500px) and (max-width: 2200px) {
  /* HOME PAGE STYLES */
  /* Hero Section Styles */
  .hero {
    height: 90vh;
    position: relative;
  }

  .shipping-text {
    padding-left: 50px;
    width: 1100px;
    height: 50%;
    aspect-ratio: 1/0.5;
  }

  .shipping-text .circle {
    width: 550px;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .shipping-text h2 {
    font-size: clamp(2.5rem, 3vw + 1rem, 4rem);
  }

  .shipping-text p {
    font-size: clamp(1.2rem, 3vw + 0.5rem, 2.8rem);
  }

  .shipping-text .btn-contact-us {
    font-size: clamp(1rem, 3vw + 0.5rem, 2rem);
    padding: 16px 16px !important;
    padding-bottom: 10px !important;
  }

  /* Shipping Banner Styles */
  .shipping-banner-row {
    position: absolute;
    bottom: 0;
    min-width: 100%;
  }

  .shipping-banner {
    padding: 30px !important;
    padding-bottom: 20px !important;
  }

  .shipping-banner p {
    font-size: clamp(1.2rem, calc(1.1rem + 0.85vw), 2.5rem);
  }

  /* WhatsApp Button Styles */
  .whatsapp-container img {
    width: 80px;
    height: auto;
  }

  /* WhatsApp Modal Responsive Styles - Optimized for all screens */
  .stayConnectedModal .modal-dialog {
    max-width: min(450px, 95vw) !important;
    margin: 3vh auto !important;
    position: relative;
    top: auto !important;
    transform: none !important;
  }

  .stayConnectedModal .modal-content {
    max-height: 94vh !important;
    overflow-y: auto !important;
    margin: 0;
  }

  .stayConnectedModal .modal-body {
    padding: 0.5rem 0.25rem;
  }

  .stayConnectedModal .modal-body button {
    font-size: clamp(12px, 2.5vw, 15px) !important;
    padding: 6px 10px !important;
    /* Allow grid layout to work - remove auto margin */
    /* Allow grid layout to work - remove block display */
    /* Allow grid layout to work - remove fit-content width */
    text-align: center !important;
  }

  .stayConnectedModal .modal-body .label-separator {
    margin: 0.25rem 0;
  }

  .stayConnectedModal .modal-body .label-separator img {
    max-width: 90% !important;
    margin: 0.25rem auto !important;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .stayConnectedModal .modal-dialog {
    max-width: 98vw !important;
    margin: 2vh auto !important;
  }

  .stayConnectedModal .modal-content {
    max-height: 96vh !important;
  }

  .stayConnectedModal .modal-content .modal-body .col-md-12 img {
    margin: 8px auto !important;
  }

  .stayConnectedModal .modal-body {
    text-align: center !important;
  }

  .stayConnectedModal .modal-body button {
    /* Allow grid layout to work - remove auto margin */
    /* Allow grid layout to work - remove block display */
    /* Allow grid layout to work - remove fit-content width */
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .stayConnectedModal .modal-dialog {
    max-width: min(450px, 95vw) !important;
    margin: 3vh auto !important;
    top: auto !important;
    transform: none !important;
  }

  .stayConnectedModal .modal-content {
    max-height: 94vh !important;
    overflow-y: auto !important;
  }

  .stayConnectedModal .modal-body {
    text-align: center !important;
  }

  .stayConnectedModal .modal-body button {
    font-size: clamp(12px, 2.5vw, 15px) !important;
    padding: 6px 10px !important;
    /* Allow grid layout to work - remove auto margin */
    /* Allow grid layout to work - remove block display */
    /* Allow grid layout to work - remove fit-content width */
    text-align: center !important;
  }

  .stayConnectedModal .modal-content .modal-body .col-md-12 img {
    margin: 12px auto !important;
  }
}

@media (min-width: 992px) and (max-width: 1006px) {
  .nav-link {
    font-size: clamp(12px, 2vw, 17px) !important;
  }

  /* Hero Section Styles */
  .hero,
  .service-hero,
  .about-hero {
    margin-top: 164x !important;
  }

  .information-container,
  .showroom-hero {
    margin-top: 167px !important;
  }
}

/* iPad Pro 1024px screen specific styles */
@media (min-width: 1024px) and (max-width: 1024px) {
  /* Target the specific address text in contact information */
  .contact-section .info-item p.mb-0,
  .information-container .info-item p.mb-0,
  .contact-details .info-item p.mb-0 {
    font-size: small !important;
  }

  /* More specific targeting for address text within contact sections */
  .contact-section a[target="_blank"] .mb-0,
  .information-container a[target="_blank"] p.mb-0 {
    font-size: small !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .shipping-text .circle {
    width: 350px;
    height: 100%;
  }

  .shipping-text {
    width: 580px;
    height: 350px;
  }

  .shipping-text h2 {
    font-size: clamp(28px, 2.8vw, 40px);
  }

  .shipping-text p {
    font-size: clamp(14px, 2.2vw, 24px);
  }

  .shipping-text .btn-contact-us {
    font-size: clamp(12px, 1.8vw, 18px);
    padding: 6px 14px;
    padding-bottom: 4px;
  }
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .hero {
    height: 85vh;
    position: relative;
  }

  .shipping-text .circle {
    width: 380px;
    height: 100%;
  }

  .shipping-text {
    width: 620px;
    height: 380px;
  }

  .shipping-text h2 {
    font-size: clamp(30px, 3vw, 44px);
  }

  .shipping-text p {
    font-size: clamp(15px, 2.3vw, 26px);
  }

  .shipping-text .btn-contact-us {
    font-size: clamp(13px, 1.9vw, 20px);
    padding: 7px 15px;
    padding-bottom: 5px;
  }

  /* Shipping Banner Styles */
  .shipping-banner-row {
    position: absolute;
    bottom: 0;
    min-width: 100%;
  }

  .shipping-banner {
    padding: 25px !important;
    padding-bottom: 15px !important;
  }

  .shipping-banner p {
    font-size: clamp(1rem, calc(1rem + 0.7vw), 2rem);
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .hero {
    height: 75vh;
    position: relative;
  }

  .shipping-text .circle {
    width: 400px;
    height: 100%;
  }

  .shipping-text {
    width: 650px;
    height: 400px;
  }

  .shipping-text h2 {
    font-size: clamp(32px, 3.2vw, 48px);
  }

  .shipping-text p {
    font-size: clamp(16px, 2.4vw, 28px);
  }

  .shipping-text .btn-contact-us {
    font-size: clamp(14px, 2vw, 22px);
    padding: 8px 16px;
    padding-bottom: 6px;
  }

  /* Shipping Banner Styles */
  .shipping-banner-row {
    position: absolute;
    bottom: 0;
    min-width: 100%;
  }

  .shipping-banner {
    padding: 28px !important;
    padding-bottom: 18px !important;
  }

  .shipping-banner p {
    font-size: clamp(1.1rem, calc(1.05rem + 0.75vw), 2.2rem);
  }
}

@media (min-width: 1800px) and (max-width: 2199px) {
  .hero {
    height: 80vh;
    position: relative;
  }

  .shipping-text .circle {
    width: 450px;
    height: 100%;
  }

  .shipping-text {
    width: 700px;
    height: 450px;
  }

  .shipping-text h2 {
    font-size: clamp(36px, 3.5vw, 56px);
  }

  .shipping-text p {
    font-size: clamp(18px, 2.5vw, 32px);
  }

  .shipping-text .btn-contact-us {
    font-size: clamp(16px, 2.2vw, 26px);
    padding: 10px 18px;
    padding-bottom: 8px;
  }

  /* Shipping Banner Styles */
  .shipping-banner-row {
    position: absolute;
    bottom: 0;
    min-width: 100%;
  }

  .shipping-banner {
    padding: 30px !important;
    padding-bottom: 20px !important;
  }

  .shipping-banner p {
    font-size: clamp(1.2rem, calc(1.1rem + 0.85vw), 2.5rem);
  }
}

@media (min-width: 992px) {
  /* Remove desktop top margin from navbar icon/container using mt-lg-4 */
  .navbar .mt-lg-4 {
    margin-top: 0 !important;
  }
}

/* Hamburger Services Menu - Matching header pill design */
@media (max-width: 991px) {
  .hamburger-services-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 1000;
    top: 130%;
    left: 0;
    padding: 15px 20px;
  }

  .hamburger-services-menu.show {
    display: block;
  }

  .hamburger-services-menu .services-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.91);
    border: 1px solid #104f83;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto !important;
    padding: 0 10px;
    list-style: none;
    margin-bottom: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    gap: 8px;
  }

  .hamburger-services-menu .services-nav-item {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
  }

  .hamburger-services-menu .services-nav-link {
    white-space: nowrap;
    color: #104f83 !important;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 16px;
    display: block;
    transition: all 0.3s ease;
    border-radius: 25px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
  }

  .hamburger-services-menu .services-nav-link:hover {
    color: #ffffff !important;
    background: #104f83;
    border-radius: 25px;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 79, 131, 0.3);
  }

  .hamburger-services-menu .services-nav-item:last-child .services-nav-link {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .hamburger-services-menu {
    padding: 0 15px;
  }

  .hamburger-services-menu .services-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    padding: 8px 10px;
    border-radius: 40px;
    max-width: 100%;
    gap: 2px;
  }

  .hamburger-services-menu .services-nav-link {
    padding: 5px 8px;
    text-align: center;
    border-radius: 20px;
    font-size: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
  }
}

/* Desktop Services Dropdown - Laptops and Big Screens */
@media (min-width: 992px) {
  /* Hide hamburger services menu on desktop */
  .hamburger-services-menu {
    display: none !important;
  }

  /* Show desktop dropdown on hover */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  /* Prevent Bootstrap dropdown from showing on click for desktop */
  .nav-item.dropdown .dropdown-menu.show {
    display: none !important;
  }

  /* Override Bootstrap dropdown show class on desktop - Allow grid layout to work */
  .nav-item.dropdown:hover .dropdown-menu.show {
    display: grid !important;
  }

  /* Desktop dropdown styling - Enhanced with theme colors */
  .nav-item.dropdown .custom-dropdown {
    background: linear-gradient(135deg, #4c7392 0%, #5a8bb0 100%);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    min-width: 280px !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 8px;
    backdrop-filter: blur(10px);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav-item.dropdown .custom-dropdown .dropdown-item {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 4px 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
  }

  .nav-item.dropdown .custom-dropdown .dropdown-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: left 0.5s ease;
  }

  .nav-item.dropdown .custom-dropdown .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .nav-item.dropdown .custom-dropdown .dropdown-item:hover::before {
    left: 100%;
  }

  .nav-item.dropdown .custom-dropdown .dropdown-item:active {
    transform: translateX(3px) scale(0.98);
  }

  /* Hide dropdown arrow for cleaner look */
  .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .hamburger-services-menu {
    padding: 0 8px;
  }

  .hamburger-services-menu .services-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    padding: 6px 8px;
    border-radius: 35px;
    max-width: 100%;
    gap: 1px;
  }

  .hamburger-services-menu .services-nav-link {
    padding: 4px 6px;
    font-size: 9px;
    border-radius: 18px;
    margin-bottom: 0;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
  }
}
