.ultimate{
    margin-top:-8rem;
}

    .free_quote {
        font-size: 32px !important;
    }
 /* Styling for tablets (between 768px and 991px) */
 .icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(82, 152, 210, 1);
}
.industry_para{
    font-size:1rem;
}
.navbar-second{
    height:5rem;
    margin-top:6rem;
}
.navbar-nav li{
    margin-right:2rem;
    font-size:1.1rem;
}
.navbar-first{
    height:6rem;
}
 @media (max-width: 1400px) and (min-width: 768px) {
     .ultimate{
    margin-top:2rem !important;
}
     .industry_para{
    font-size:0.8rem;
}
.approach_image{
    height:100% !important;
}
.free_quote{
    font-size:32px !important;
}
.industry_dropdown {
    max-height: 400px; /* Adjust the height as needed */
    overflow-y: auto; /* Enable vertical scrolling when content exceeds the height */
    padding: 1rem; /* Optional: adjust padding if needed */
}

.shape-slider-unique .text-container {
  height:9rem !important;
}
.navbar-nav li{
    margin-right:1rem;
    font-size:1.1rem;
}
.navbar-second{
    height:4rem;
    margin-top:5rem !important;
}
.navbar-first{
    height:5rem;
}
    .custom-search .custom-input {
        width: 80% !important;
        border-radius: 25px;
    }
    h2{
        font-size:2rem !important;
    }
    .one-stop p{
        font-size:18px;
    }
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #5298D2 !important;
    color: white !important; /* Optional: Change text color to white for better contrast */
}

.custom-search .custom-input {
    border-radius: 25px;
}
@media (max-width: 767px) {
    .custom-search .custom-input {
        width: 100%;
        border-radius: 25px;
    }
    .slider-get-a-quote{
        font-size:1rem !important;
        width:35% !important;
        height:2.5rem !important;
    }
}

.navbar-first .navbar-brand {
    margin-right: auto;
}

.navbar-first .custom-search {
    flex-grow: 1;
}
 @media (max-width: 1400px) and (min-width: 1210px) {
    .main-image img{
        height: 32rem !important;
  margin-top: 8rem !important;
    }
    .payment-return p{
        font-size:15px !important;
    }
    .ultimate_image img{
        height:75% !important;
        width:100% !important;
        margin-top:3rem !important;
    }
    .phone_number{
        font-size:1rem !important;
    }
    .call_us{
        font-size:15px !important;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #5298D2 !important;
}
.dropdown-item a:focus, .dropdown-item a:hover {
    color: white !important;
    font-weight: 500 !important;
  }
p{
    font-size: 1rem;
}

@media (max-width: 1400px) and (min-width: 768px) {
    
    .slick-slide {
        margin: 0 5px;
    }
    .slick-track {
        margin-bottom: 1rem !important;
    }
  h1 {
      font-weight: 600;
      font-size: 50px !important;
      font-family: 'Poppins', sans-serif;
  }
  .main-slider p{
    font-size: 20px !important;
  }
  .main-content p{
      font-size:15px !important;
  }
  p{
      font-size: 17px !important;
      line-height: 1.5rem !important;
  }
  .btn-purple{
      font-size: 1rem !important;
  }
  .large-slider img {
      height: 500px !important;
  }
  .art-form .inner-content {
      padding: 2rem !important;
      height: 16rem !important;
  }
  .bottom-text h3{
      font-size: 17px !important;
      /* height: 29rem !important;
      margin-top: 13rem !important; */
  }
  .my-client-info h3{
      font-size: 17px !important;
  }
  .footer-quick h3 {
      font-size: 1.5rem !important;
  }
  .review-card {
      height: 22rem !important;

  }
.contact-label{
  font-size: 1.5rem !important;
}
.quote_image_1{
    height: 80% !important;
    margin-top: 4rem;
}

input:not([type="file"]), select, textarea {
    height: 2.5rem !important;
}
/* .main_image img {
  width: 100% !important;
  height: 31rem !important;
  margin-top: 1rem !important;
  float: none !important;
} */
}

/* Styling for mobile devices (less than 768px) */

@media (min-width: 992px) {
  .my-6 {
      margin-top: 4rem;
      margin-bottom: 4rem;
  }

  .my-7 {
      margin-top: 5rem;
      margin-bottom: 5rem;
  }

  .my-10 {
      margin-top: 5rem;
      margin-bottom: 5rem;
  }
  .my-md-6{
    margin-top: 5rem !important;

  }
}

a{
  text-decoration: none;
  color: black;
}
.product-display .product-name h3{
    font-weight: normal !important;
}
.image-container .bottom-text h3 a{
    font-weight: normal !important;
}

.container-fluid .main-text  p a {
    color: #FF971A !important;
}
.container-fluid .d-flex  p a {
    color: #FF971A !important;
}
#sec-3   p a {
    color: black !important;
}

  h1 {
  font-weight: 700;
  font-size: 57px;
}
h2 {
  font-weight: 700;
  font-size: 40px;
}
h3 {
  font-weight: 700;
  font-size: 28px;
}
h4 {
  font-weight: 700;
  font-size: 23px;
}

@media (max-width: 768px) {
  h1 {
      font-size: 60px; /* Adjust font size for smaller screens */
  }

}

@media (max-width: 576px) {
    .ultimate{
    margin-top:2rem !important;
}
  h1 {
      font-size: 30px; /* Further adjust font size for smaller screens */
  }
   .approach_image{
       height:100% !important;
   }
   .call_btn{
       margin-left:5.5rem;
       width:50%;
       border-radius:1rem !important;
   }
    /*.slick-slide {*/
    /* height:288px !important;*/
    /*}*/
  .second-section{
      margin-top: 8rem;
  }
   h2 {
          font-weight: 700;
          font-size: 28px !important;
      }
     h4{
          font-size:27px;
      }
      .bottom-text {
    padding: 4px 0 !important;
}
}
      h2 {
          font-weight: 700;
      }

      input:not([type="file"]),
select,
textarea {
  background-color: rgba(243, 246, 255, 1) !important;
  height: 3rem;
  margin-top: 3px;
}


      label {
          font-weight: 500;
          margin-bottom: 0.3rem;
      }

      .form-group {
          margin-top: 1rem;
      }

      .btn-purple {
          background-color: #304598;
          color: white;
          border-radius: 2rem;
          font-weight: 600;
      }

      .btn-orange {
          background-color: rgba(241, 93, 34, 1);
          color: white;
          padding: 10px 20px;
          border-radius: 5px;
          text-decoration: none;
      }

      .btn-orange svg {
          margin-left: 5px;
      }

      .phone-icon {
          background-color: #FF971A;
          padding: 10px;
          border-radius: 50%;
          color: white;
          display: inline-block;
          font-size: 1.5em;
      }

      @media (min-width: 768px) {
  .container-fluid {
      width: 80% !important;
  }
}

      .bg-light {
          background-color: rgba(242, 248, 252, 1) !important;
      }
      .bg-lightt {
          background-color: rgba(255, 247, 235, 1) !important;
      }
      .bg-dark {
          background-color:rgba(225, 239, 248, 1) !important;
      }

      /* Default styling for larger screens */
      /* Default styling for larger screens (desktops and laptops) */

/* Ensure the immediate submenu is shown on hover */
.navbar-nav .dropdown-menu {
    display: none; /* Hide the dropdown menu initially */
    position: absolute;
    z-index: 1000;
    top: 100%; /* Position it directly below the parent item */
    left: 124%; /* Start the dropdown from the center of the parent item */
    transform: translateX(-50%); /* Center the dropdown horizontally */
    padding: 1.5rem;
    margin: 0;
    list-style: none; /* Remove default list styling */
    background-color: white; /* Background color, adjust as needed */
    min-width: 300px; /* Set a minimum width for the dropdown */
    white-space: nowrap; /* Prevent the text from wrapping */
}

/* Show the dropdown menu when hovering over the parent dropdown */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: grid; /* Use grid layout */
}

/* Ensure dropdown items are displayed in a grid layout */
.navbar-nav .dropdown-menu {
    grid-template-columns: repeat(3, 1fr); /* Three equal-width columns */
    gap: 15px; /* Space between items */
}

/* Image styling */
.dropdown-item img {
    height: 40px;
    width: 40px;
    margin: 0 auto; /* Center image inside the item */
}

/* Position any nested dropdown menus correctly */
.navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

/* Make the paragraph take full width */
.navbar-nav .dropdown-menu p {
    grid-column: 1 / -1; /* Make the paragraph span all columns */
    width: 100%; /* Ensure the paragraph takes full width */
    padding: 0 15px; /* Optional padding for better readability */
    box-sizing: border-box; /* Ensure padding is included within the width */
    white-space: normal; /* Allow text to wrap within the paragraph */
    margin: 0; /* Remove any default margin */
}


      /* Styling for the "Get a Quote" button */
      .btn-orange {
          background-color: rgba(241, 93, 34, 1);
          color: white;
          padding: 10px 20px;
          border-radius: 0px;
          text-decoration: none;
          height: 100%;
          /* Match height with the navbar */
          display: flex;
          align-items: center;
          font-weight: 500;
          /* Align text vertically center */
      }
      .btn-blue {
        background-color: rgba(82, 152, 210, 1);
        color: white;
        border-radius: 0.5rem;
        font-weight: 500;
    }
    .btn-blue:hover {
        background-color: rgba(82, 152, 210, 1);
        color: white;
        border-radius: 0.5rem;
        font-weight: 500;
    }

    .btn-purple {
        background-color: #304598;
        color: white;
        border-radius: 2rem;
        font-weight: 600;
    }

      .btn-orange .arrow {
          margin-left: 5px;
      }
      .text-blue{
        color: rgba(82, 152, 210, 1);
      }
      .text-orange{
        color: rgba(241, 93, 34, 1);
      }
      .text-mix{
        color: linear-gradient(90deg, #5298D2 0%, #282828 45.73%);
      }
      .list-navbar ul li a{
        font-weight: 500;
      }

      /* Adjusting the width of the second-level dropdown */
   .second-dropdown {
  border-radius: 2rem;
  column-count: 1; /* Default to 1 column */
  column-gap: 1rem; /* Adjust the gap between columns as needed */
  padding: 1rem; /* Add padding as needed */
}

@media (min-width: 576px) { /* For larger screens */
  .second-dropdown {
      column-count: 4; /* 2 columns for larger screens */
  }
  /* .slick-track {
    margin-bottom: 0rem !important;
} */
}

@media (min-width: 768px) { /* For even larger screens */
  .second-dropdown {
      column-count: 3; /* 3 columns for larger screens */
  }
  /* .slick-track {
    margin-bottom: 0rem !important;
} */
}

@media (min-width: 992px) { /* For even larger screens */
  .second-dropdown {
      column-count: 3; /* 4 columns for larger screens */
  }
}

.dropdown-menu .dropdown-item {
  display: block;
  width: 100%; /* Ensure items take the full width of the column */
}

.slick-arrow{
    display: none !important;
}



     .main-navbar .nav-item .nav-link {
     font-weight: 500;
      }

      .active {
          color: #FF971A !important;
      }

      .footer {
          background-color: #304598;
      }

      .footer-social-icons {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
          gap: 10px;
          /* Adjust spacing between icons */
      }

      .footer-social-icons li {
          display: inline-flex;
          align-items: center;
          width: 40px;
          /* Adjust the size of the circle */
          height: 40px;
          background-color: rgba(255, 255, 255, 0.06);
          border-radius: 10%;
          /* Make it circular */
      }

      .footer-social-icons svg {
          color: white;
          /* Color of the icon */
          width: 40px;
          /* Adjust the size of the icon */
          height: 23px;
      }

      .footer-logo {
          height: 5rem;
          margin-bottom: 1rem;
      }

      .footer-quick h3 {
          color: white;
      }

      .footer-quick ul {
          list-style: none;
          padding: 0;
      }

      .footer-quick ul li a{
          color: white;
          position: relative;
          padding-left: 20px;
          /* Adjust padding to make space for the arrow */
          line-height: 2rem;
      }

      .footer-quick ul li a::before {
          content: "\2192";
          /* Unicode for right arrow */
          position: absolute;
          left: 0;
          color: #F15D22;
          font-weight: bold;
          /* Adjust font weight if needed */
      }
      /* Background color for accordion button */
.accordion-button {
  background-color:rgba(40, 40, 40, 1);
  color: white;
}

.accordion-body {
  background-color: rgba(40, 40, 40, 1);
}
.accordion-button:not(.collapsed) {
  background-color: #F15D22 !important;
  border-bottom-left-radius: 0rem !important;
  color: white !important;
}
.first-custom-accordion-button:not(.collapsed) {
  background-color: #304598 !important;
  border-bottom-left-radius: 0rem !important;
  color: white !important;
}
.fourth-custom-accordion-button:not(.collapsed) {
  background-color: #304598 !important;
  border-bottom-left-radius: 0rem !important;
  color: white !important;
}


      .contact h3 {
          color: white;
      }

      .contact ul {
          list-style: none;
          padding: 0;
          line-height: 2rem;
          /* Adjust the line height */
      }

      .contact ul li a{
          color: white;
      }
      .contact ul li{
          color: white;
      }

      .contact ul li svg {
          /* fill: #FF971A; */
          /* Set the SVG color to orange */
          margin-right: 10px;
          /* Adjust spacing between SVG and text */
      }

      /* .text-orange {
          color: #FF971A !important;
      } */

      .text-purple {
          color: rgba(82, 152, 210, 1) !important;
      }
      .btn-purple img {
              background-color: white;
              border-radius: 50%;
              padding: 5px;
              margin-left: 16px;
              margin-bottom: 4px;
      }
      .border-1{
          border-radius: 1rem !important;
      }

      .border-2{
          border-radius: 2rem !important;
      }

      .border-3{
          border-radius: 3rem !important;
      }

      .btn-purple:hover {
          background-color: #304598;
          color: white;
          border-radius: 2rem;
          font-weight: 600;
      }

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  background-color: #FF971A;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

      .accordion-link {
          display: block;
          color: inherit;
          text-decoration: none;
          position: relative;
          z-index: 1;
      }
