    body {
      font-family: 'Inter', sans-serif;
      line-height: 1.6;
      font-size: 16px;
    }

    a{
        text-decoration: none;
        color:darkorange;
        font-weight: bold;
    }

    h2{
        color: rgb(230,17,48);
        font-size: 29px;
        font-weight: bold;
    }

   /*  header start=======================   */
    .quote-section {
      position: relative;
      padding: 1rem 0;
      background: #000; 
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                  url('/image/household-shifting-gurgaon.jpg') center/cover no-repeat;
      color: #fff;
    }
    .form-label{
      color: black;
    }

    .relocation-form {
      max-width: 600px;
      margin: auto;
      background: #fff;
      border: 1px solid #e0e0e0;
    }

    .relocation-form .nav-link {
      border-radius: 30px;
      padding: 0.5rem 1.5rem;
      font-weight: 500;
      transition: 0.3s ease;
      color: black;
    }

    .relocation-form .nav-link.active {
      background-color: rgb(220,53,69);
      color: #fff;
    }

    .relocation-form input,
    .relocation-form select {
      border-radius: 12px;
    }

    .relocation-form .form-label {
      font-weight: 600;
    }
    .pre-header {
      background-color: rgb(230,17,48);
      color: #fff;
      font-size: 0.95rem;
      padding: 0.6rem 0;
    }

    .pre-header .top-contact i {
      color: #ffc107;
      margin-right: 0.5rem;
    }

    .pre-header .top-contact a {
      color: #ffffff;
      font-weight: 500;
      transition: color 0.2s ease-in-out;
    }

    .pre-header .top-contact a:hover {
      color: #ffc107;
    }

    .site-header-menu {
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 0.75rem 0;
      position: sticky;
      top: 0;
      z-index: 1050;
    }

    .logo-img {
      width: 100%;
      max-height: 55px;
      transition: transform 0.3s ease;
    }

    .logo-img:hover {
      transform: scale(1.05);
    }

    .navbar-nav .nav-link {
      padding: 0.65rem 1rem;
      color: #333;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #800000;
      border-bottom: 2px solid #800000;
    }

    .navbar-toggler i {
      font-size: 1.8rem;
      color: #800000;

    }

    .offcanvas {
      --bs-offcanvas-width: 340px;
      background-color: #fdfdfd;
    }

    .offcanvas-header {
      background-color: #f8f9fa;
      border-bottom: 1px solid #ddd;
    }

    .offcanvas-title {
      font-weight: bold;
      color: #800000;
    }

    .offcanvas-body .nav-link {
      color: #333;
      padding: 0.75rem 1rem;
      border-radius: 4px;
      transition: background-color 0.2s;
    }

    .offcanvas-body .nav-link:hover,
    .offcanvas-body .nav-link.active {
      background-color: #f1f1f1;
      color: #800000;
    }

    .btn-close {
      font-size: 1rem;
      color: #444;
      opacity: 0.8;
    }

    .btn-close:hover {
      opacity: 1;
    }

    ..navbar-toggler{
        box-shadow: none;
        border: none;
    }

    @media (max-width: 991.98px) {
      .site-header-menu .navbar-collapse {
        display: none !important;
      }
    }

    @media (min-width: 992px) {
      .site-header-menu .navbar-toggler {
        display: none;
        border: none;
      }

      .offcanvas {
        visibility: hidden;
      }

      /* Dropdown hover support for desktop */
      .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0.3rem;
        animation: fadeIn 0.3s ease-in-out;
      }
    }

    .dropdown-menu {
      border-radius: 0.5rem;
      border: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      padding: 0.5rem 0;
      background-color: #fff;
    }

    .dropdown-menu .dropdown-item {
      padding: 0.5rem 1.2rem;
      transition: background-color 0.2s ease-in-out;
      font-weight: 500;
    }

    .dropdown-menu .dropdown-item:hover {
      background-color: #f8f9fa;
      color: #800000;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

   /*  header end =============================   */


/* footer start */
.footer-area {
    background-color: #101820;
    color: #fff;
    font-size: 15px;
}

.footer-widget {
    padding: 0 10px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #f5f5f5;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

.footer-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #f5f5f5;
    margin-top: 8px;
}

.footer-description {
    color: #ccc;
    line-height: 1.7;
    font-weight: 500;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.5;
    text-align: left;
}

.footer-links li a,
.footer-contact li a {
    color: #ccc;
    text-decoration: none;
    font-weight: 600;
}

.footer-links li a:hover,
.footer-contact li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Footer social icons */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2c3e50; /* dark bluish background */
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* Brand colors on hover with glow effect */
.footer-social a.facebook:hover {
    background-color: #3b5998;
    box-shadow: 0 0 12px #3b5998;
    color: #fff;
    transform: scale(1.15);
}

.footer-social a.twitter:hover {
    background-color: #1da1f2;
    box-shadow: 0 0 12px #1da1f2;
    color: #fff;
    transform: scale(1.15);
}

.footer-social a.linkedin:hover {
    background-color: #0077b5;
    box-shadow: 0 0 12px #0077b5;
    color: #fff;
    transform: scale(1.15);
}

.footer-social a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    box-shadow: 0 0 12px #d6249f;
    color: #fff;
    transform: scale(1.15);
}

.footer-social a.youtube:hover {
    background-color: #ff0000;
    box-shadow: 0 0 12px #ff0000;
    color: #fff;
    transform: scale(1.15);
}

/* Icon size and smooth scale on hover */
.footer-social a i {
    transition: transform 0.4s ease;
}

.footer-social a:hover i {
    transform: scale(1.3);
}


.footer-bottom-nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #ccc;
    font-weight: 600;
}

.footer-bottom-nav a {
    color: #ccc;
    text-decoration: none;
}

.footer-bottom-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

/* footer end */


/*  header section ============================== */

.custom-form-container input, /* Targets inputs if custom-form-container is on the wrapper */
    .custom-form input { /* Targets inputs if custom-form is on the form element itself */
        border: 2px solid #ffc107 !important; /* More prominent border */
        border-radius: 2rem !important; /* Pill-shaped inputs */
        padding: 0.75rem 1.5rem !important; /* Increased horizontal padding */
        transition: border-color 0.3s, box-shadow 0.3s !important;
    }

    .custom-form-container input:focus,
    .custom-form input:focus {
        border-color: #e0a800 !important; /* Darker warning on focus */
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5) !important;
        outline: none !important;
    }

    .custom-form-container, /* Targets the div if it has this class */
    .custom-form { /* Targets the form if it has this class */
        border-radius: 1rem !important; /* More rounded form container */
    }

    .btn-warning {
        border-radius: 2rem !important; /* Pill-shaped button */
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; /* Subtle shadow */
    }

    .btn-warning:hover {
        background-color: #e0a800 !important;
        color: #fff !important;
        transform: translateY(-2px) !important; /* Slight lift on hover */
        box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.2) !important;
    }
/* header section end ===========================  */


/* localtion keyword list ============================== */

h2.section-title {
      font-weight: 700;
      margin-bottom: 2rem;
      color: #dc3545;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }

    .city-card {
      background: #ffffff;
      box-shadow: 0 8px 20px rgb(220 53 69 / 0.2);
      padding: 1.5rem;
      margin-bottom: 2rem;
      max-height: 400px;
      overflow-y: auto;
      border-radius: 0 !important;
      /* no border radius */
    }

    .city-list {
      padding-left: 0;
      margin: 0;
      list-style: none;
    }

    .city-list li {
      margin-bottom: 12px;
    }

    .city-list li a {
      display: block;
      text-decoration: none;
      color: #dc3545;
      background-color: ; /* bootstrap danger color */
      padding: 10px 20px;
      font-size: 15px;
      font-weight: 600;
      
      box-shadow: 0 4px 12px rgb(220 53 69 / 0.4);
      border-radius: 0 !important; /* remove border radius */
    }

    .city-list li a:hover,
    .city-list li a:focus {
      background-color: ; /* bootstrap orange-ish */
      color: #fd7e14;
      text-decoration: none;
      transform: scale(1.05);
      box-shadow: 0 6px 14px rgb(253 126 20 / 0.6);
    }

    @media (max-width: 576px) {
      .city-list li a {
        font-size: 14px;
        padding: 8px 14px;
      }
    }

/*  packers movers keyword list ===========================  */ 

/* blog section ========================================== */

    .blog-section {
      background: linear-gradient(to right, #f9f9f9, #ffffff);
    }
    .blog-card {
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      border-radius: 15px;
      overflow: hidden;
    }
    .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .blog-card img {
      border-bottom: 1px solid #eee;
      height: 290px;
    }
    .blog-title {
      font-weight: 600;
      color: rgb(239,78,34);
    }
    .read-more-btn {
      transition: 0.3s;
    }
    .read-more-btn:hover {
      background-color: rgb(255,193,7);
      color: #fff;
    }
/*  blog section end ================================    */


/* why choose us index page ===================================== */

.why-choose-us-section {
        padding: 80px 0;
        background-color: #f8f9fa; /* Light grey background for the section */
    }

    .why-choose-us-section .section-title {
        margin-bottom: 60px;
        font-weight: 700;
        color: #2c3e50; /* Dark blue for title */
        position: relative;
        padding-bottom: 20px;
    }

    .why-choose-us-section .section-title::after {
        content: '';
        position: absolute;
        display: block;
        width: 80px;
        height: 4px;
        background: rgb(230, 17, 48); /* New Primary Red */
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .why-choose-us-section .section-subtitle {
        margin-bottom: 40px;
        font-size: 1.1rem;
        color: #555;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-box {
        background-color: #ffffff; /* White background for feature boxes */
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08); /* Subtle shadow */
        margin-bottom: 1.5rem;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .feature-box:hover {
        transform: translateY(-10px); /* Lift effect on hover */
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
    }

    .feature-icon {
        font-size: 48px;
        color: rgb(230, 17, 48); /* New Primary Red for icons */
        margin-bottom: 20px;
        line-height: 1;
        transition: color 0.3s ease; /* Smooth transition for icon color */
    }

    .feature-box:hover .feature-icon {
        color: rgb(255, 193, 7); /* New Accent Yellow for icons on hover */
    }

    .feature-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #343a40; /* Darker grey for feature titles */
        margin-bottom: 15px;
        transition: color 0.3s ease; /* Smooth transition for title color */
    }

    .feature-box:hover .feature-title {
        color: rgb(230, 17, 48); /* New Primary Red for titles on hover */
    }

    .feature-description {
        font-size: 0.95rem;
        color: #6c757d; /* Medium grey for description text */
        line-height: 1.6;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .why-choose-us-section {
            padding: 50px 0;
        }
        .why-choose-us-section .section-title {
            font-size: 2rem;
            margin-bottom: 40px;
        }
        .feature-box {
            padding: 25px;
            margin-bottom: 1.5rem;
        }
        .feature-title {
            font-size: 1.3rem;
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .feature-box {
            margin-bottom: 1.5rem;
        }
    }
/*  why chosse us index page -------------------------------------------   */

/*  about us section --------------------------------------- */

   .about-us-section h2 {
      font-weight: 700;
      font-size: 2rem;
    }

    .about-us-section ul li {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }

    .btn-primary {
      background-color: #007bff;
      border: none;
    }
/* about us section ------------------------------------------------- */

/* our services index page ============================================ */
.service-card {
    transition: all 0.4s ease;
    border: none;
    border-radius: 1.5rem;
    background: #fff;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 20px 20px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(239, 78, 34, 0.3);
    background-color: rgba(255, 193, 7, 0.05);
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-card h5 {
    color: rgb(33, 33, 33);
    transition: color 0.3s;
}

.service-card:hover h5 {
    color: rgb(239,78,34);
}

.service-card p {
    transition: color 0.3s;
    color: #555;
    font-size: 0.95rem;
}

.service-card:hover p {
    color: #000;
}

.section-title {
    font-weight: 700;
    color: rgb(239,78,34);
}

.quote-button {
    background-color: rgb(239,78,34);
    color: white;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.quote-button:hover {
    background-color: rgb(200, 60, 20);
    color: #fff;
}

/*  our services section end ================== */

/* frequently asked question of packers movers  */

h1.faq-title {
      text-align: center;
      color: #dc3545;
      margin-bottom: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }
    .accordion-button {
      background-color: #fd7e14;
      color: #fff;
      font-weight: 600;
      border-radius: 0.375rem;
      box-shadow: 0 2px 8px rgb(253 126 20 / 0.4);
      transition: background-color 0.3s, color 0.3s;
    }
    .accordion-button:not(.collapsed) {
      background-color: #dc3545;
      color: #fff;
      box-shadow: 0 3px 9px rgb(220 53 69 / 0.6);
    }
    .accordion-button:focus {
      box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.6);
      outline: none;
    }
    .accordion-body {
      background-color: #fff3e0;
      color: #5a3310;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0 0 0.375rem 0.375rem;
    }
    .accordion-item {
      border: none;
      margin-bottom: 0.75rem;
      border-radius: 0.375rem;
      overflow: hidden;
    }
    /* Customize the accordion icon color */
    .accordion-button::after {
      filter: invert(1);
    }
/*  frequently asked question of packers mvoers =====================   */

/* about us page css */

.breadcrumb-area {
      background-color: #dc3545;
      padding: 70px 0;
      color: #fff;
    }

    .breadcrumb-area h1 {
      font-size: 36px;
      font-weight: bold;
    }

    .breadcrumb-area ul {
      padding: 0;
      list-style: none;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .breadcrumb-area ul li a {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
    }

    .breadcrumb-area ul li i {
      color: #fff;
    }

    .about-section {
      background-color: #fff;
      padding: 60px 0;
    }

    .about-section h2 {
      font-size: 30px;
      font-weight: bold;
      color: #fd7e14;
    }

    .about-section p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .img-thumbnail {
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }

   

    .btn-brand {
      background-color: #fd7e14;
      color: #fff;
      border-radius: 5px;
      padding: 10px 20px;
      font-weight: bold;
      transition: 0.3s ease;
      text-decoration: none;
    }

    .btn-brand:hover {
      background-color: #dc3545;
    }

    footer {
      background-color: #dc3545;
      color: #fff;
      padding: 20px 0;
      text-align: center;
    }

    @media (max-width: 768px) {
      .breadcrumb-area h1 {
        font-size: 28px;
      }

      .about-section h2 {
        font-size: 24px;
      }
    }
/*  about us page  ===============================   */

/*  client review page ======================== */
.btn-review{
    background-color: #fd7e14;
    color: #fff; 
    border-radius: 30px;
  }     
  .review-scroll {
    max-height: 130px;
    overflow-y: auto;
    padding-right: 5px;
  }

  .review-scroll::-webkit-scrollbar {
    width: 4px;
  }

  .review-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }

  .review-scroll::-webkit-scrollbar-track {
    background-color: transparent;
  }
/*  client review page end =================== */

/*  contact us page css ======================== */

.branches-section {
    background-color: #fff;
    padding: 70px 0;
  }

  .branches-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
  }

  .branch-card {
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
    border: none;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
  }

  .branch-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  }

  .branch-icon {
    font-size: 2.2rem;
    color: #fd7e14;
    margin-bottom: 20px;
  }

  .branch-location {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fd7e14;
    margin-bottom: 15px;
  }

  .branch-info p {
    margin: 6px 0;
    color: #444;
    font-size: 1rem;
  }

  .branch-info i {
    color: #dc3545;
    margin-right: 8px;
  }

  .branch-info a {
    color: #333;
    text-decoration: none;
  }

  .branch-info a:hover {
    text-decoration: underline;
  }
/*  contact us page css end  ============================= */


/*  privacy policy page ================================ */
 /* Privacy Policy Section */
    .privacy-policy-section {
      padding: 40px 0;
      background-color: #fff;
    }

    .privacy-policy-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #fd7e14; /* Primary color */
      margin-bottom: 20px;
    }

    .privacy-policy-section p {
      color: #777;
      font-size: 1rem;
      line-height: 1.8;
      max-width: 800px;
      margin: 20px auto;
    }

    .privacy-policy-section ul {
      list-style: none;
      padding: 0;
      font-size: 1rem;
    }

    .privacy-policy-section ul li {
      color: #777;
      margin-bottom: 10px;
    }

    .privacy-policy-section a {
      color: #fd7e14; /* Primary color */
      text-decoration: none;
    }

    .privacy-policy-section a:hover {
      text-decoration: underline;
    }

    /* Heading Style for Subsections */
    .privacy-policy-section h4 {
      color: #dc3545; /* Secondary color */
      font-weight: 600;
      margin-top: 20px;
    }

    /* Contact Information */
    .contact-info {
      margin-top: 30px;
      color: #777;
    }

    .contact-info a {
      color: #fd7e14; /* Primary color */
    }

    .contact-info a:hover {
      text-decoration: underline;
    }
/*  privacy policy page end ========================   */

/*  terms and condition page ======================== */

 /* Terms and Conditions Section */
    .terms-conditions-section {
      padding: 40px 0;
      background-color: #fff;
    }

    .terms-conditions-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #fd7e14; /* Primary color */
      margin-bottom: 20px;
    }

    .terms-conditions-section p {
      color: #777;
      font-size: 1rem;
      line-height: 1.8;
      max-width: 800px;
      margin: 20px auto;
    }

    .terms-conditions-section ul {
      list-style: none;
      padding: 0;
      font-size: 1rem;
    }

    .terms-conditions-section ul li {
      color: #777;
      margin-bottom: 10px;
    }

    .terms-conditions-section a {
      color: #fd7e14; /* Primary color */
      text-decoration: none;
    }

    .terms-conditions-section a:hover {
      text-decoration: underline;
    }

    /* Heading Style for Subsections */
    .terms-conditions-section h4 {
      color: #dc3545; /* Secondary color */
      font-weight: 600;
      margin-top: 20px;
    }

    /* Contact Information */
    .contact-info {
      margin-top: 30px;
      color: #777;
    }

    .contact-info a {
      color: #fd7e14; /* Primary color */
    }

    .contact-info a:hover {
      text-decoration: underline;
    }
/*  tracking fetch data css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem;
        font-family: 'Open Sans', sans-serif;
    }

    .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
    }

    .card-header {
        padding: 0.75rem 1.25rem;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: bold;
    }

    .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: flex;
        margin: 50px 0 60px 0;
    }

    .track .step {
        flex-grow: 1;
        width: 20%;
        margin-top: -18px;
        text-align: center;
        position: relative;
    }

    .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px;
        background-color: #ddd;
    }

    .track .step.active::before {
        background: #FF5722;
    }

    .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd;
        color: #999;
    }

    .track .step.active .icon {
        background: #ee5435;
        color: #fff;
    }

    .track .text {
        display: block;
        margin-top: 7px;
        font-size: 14px;
    }

    .track .step.active .text {
        color: #000;
        font-weight: 500;
    }

    .card-body .row > div {
        margin-bottom: 15px;
    }

    .text-muted {
        color: #6c757d;
    }

    .feature-box {
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    }
    .half-border::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 0;
        height: 60%;
        width: 4px; /* thickness of the border */
        background-color: currentColor;
        border-radius: 4px;
    }
    .border-primary::before {
        background-color: #0d6efd; /* Bootstrap primary color */
    }
    .border-success::before {
        background-color: #198754; /* Bootstrap success color */
    }
    .border-danger::before {
        background-color: #dc3545; /* Bootstrap danger color */
    }
    .scrollable-dropdown {
      max-height: 300px; /* Adjust height as needed */
      overflow-y: auto;
    }
     #packers-movers-section {
      max-width: 1200px;
      margin: 4rem auto 5rem;
      padding: 0 1rem;
      
      color: #374151;
    }
    #packers-movers-section .section-title {
      font-weight: 700;
      font-size: 3rem;
      color: #111827;
      margin-bottom: 2.5rem;
      text-align: center;
      letter-spacing: -0.02em;
      line-height: 1.1;
    }
    #packers-movers-section .cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
      gap: 1.5rem 2rem;
    }
    #packers-movers-section .card {
      background: #fff;
      border-radius: 0.75rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.07);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      outline-offset: 3px;
    }
    #packers-movers-section .card:focus-within,
    #packers-movers-section .card:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
      z-index: 2;
    }
    #packers-movers-section .card img {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-top-left-radius: 0.75rem;
      border-top-right-radius: 0.75rem;
      transition: filter 0.3s ease;
    }
    #packers-movers-section .card:hover img,
    #packers-movers-section .card:focus-within img {
      filter: brightness(0.95);
    }
    #packers-movers-section .card-content {
      flex-grow: 1;
      padding: 1.5rem 1.25rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #packers-movers-section .card-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #111827;
      margin: 0 0 0.5rem 0;
      line-height: 1.2;
    }
    #packers-movers-section .card-link {
      margin-top: auto;
      font-weight: 600;
      font-size: 1rem;
      color: #3b82f6;
      text-decoration: none;
      transition: color 0.3s ease;
      align-self: flex-start;
    }
    #packers-movers-section .card-link:hover,
    #packers-movers-section .card-link:focus {
      color: #1e40af;
      text-decoration: underline;
      outline-offset: 3px;
    }

    /* Floating Icon Bar CSS */
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background-color: #333;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  z-index: 1000;
}

.icon-bar a {
  text-align: center;
  padding: 10px;
  margin: 5px 0;
  display: block;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease;
}

.icon-bar a:hover {
  background-color: #575757;
  border-radius: 5px;
}

/* Individual Icon Colors */
.whatsapp {
  background-color: #25D366;
}

.phone {
  background-color: #0a66c2;
}

.email {
  background-color: #ea4335;
}

.message {
  background-color: #f4b400;
}