body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    overflow-x: hidden;
  }
  
  .layout_padding {
    padding: 75px 0;
  }
  
  .layout_padding2 {
    padding: 45px 0;
  }
  
  .layout_padding2-top {
    padding-top: 45px;
  }
  
  
  .layout_padding2-bottom {
    padding-bottom: 45px;
  }
  
  .layout_padding-top {
    padding-top: 75px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 75px;
  }
  
  
  .custom_dark-btn,
  .custom_orange-btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
  
    outline: none;
    color: #f7f7f7;
    border: 1px solid transparent;
  }
  
  .custom_dark-btn {
    background-color: #000000;
  }
  
  .custom_dark-btn:hover {
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
  }
  
  .custom_orange-btn {
    background-color: #fc5d35;
  }
  
  .custom_orange-btn:hover {
    border: 1px solid #fc5d35;
    color: #fc5d35;
    background-color: transparent;
  }
  
  .custom_heading {
    text-align: center;
    font-weight: bold;
  }
  
  .custom_heading-text {
    text-align: center;
    font-size: 18px;
  }
  

  
  .hero_area.sub_pages {
    height: auto;
  }
  
  /* logo */
  .navbar-brand img {
    width: 60px;
    height: 80px;
  }
  
  .booking-section {

    margin-top: 120px !important;
  }
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .header_section .nav_container {
    margin: 0 auto;
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 30px;
    color: #343434;
    text-align: center
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    box-shadow: none;
  }
  
  
  .navbar-brand,
  .navbar-brand:hover {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fafcfd;
  }
  
  
  .navbar-brand {
    display: flex;
    align-items: center;
  }
  
  .navbar-brand img {
    width: 80px;
    margin-right: 5px;
  }
  
  .navbar-brand span {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2d;
    margin-top: 5px;
  }
  
  .custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
  }
  
  .quote_btn-container a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fc5d35;
    color: #f7f7f7;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  /*end header section*/
 
  /* client section */
  .client_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .client_img-box {
    width: 350px;
  }
  
  .client_img-box img {
    width: 100%
  }
  
  .client_container h3 {
    text-align: center;
    margin-bottom: 25px;
  }
  
  
  .client_section .custom_carousel-control {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 105px;
    transform: translateX(-50%);
  }
  
  .client_section .custom_carousel-control .carousel-control-prev,
  .client_section .custom_carousel-control .carousel-control-next {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #292727;
  }
  
  .client_section .custom_carousel-control .carousel-control-prev:hover,
  .client_section .custom_carousel-control .carousel-control-next:hover {
    background-color: #fc5d35;
  }
  
  .client_section .custom_carousel-control .carousel-control-prev {
    background-image: url(../images/prev.png);
  }
  
  .client_section .custom_carousel-control .carousel-control-next {
    background-image: url(../images/next.png);
  }
  
  /* end client section */
  
  /* contact section */
  
/* Default styling */
.submit {
  display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    color: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 4px;
  background-color: #fb8500;

 font-size: 16px;
 
 
}

/* Hover effect */
.submit:hover {
  background: transparent;
  border: 2px solid #000000;
  color: #03071e;
}

/* Small screens (tablets and small desktops) */
@media (max-width: 768px) {
  .submit {
    width: 100px;
    font-size: 20px;
    padding: 6px 10px;
  }
}

/* Extra small screens (mobile devices) */
@media (max-width: 480px) {
  .submit {
    width: 80px;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 8px; /* Smaller radius for compact look */
  }
}

    /* footer section*/
    .footer_section {
      background-color: #03071e;
      color: #f7f7f7;
      padding: 40px 0;
      font-family: Arial, sans-serif;
      font-weight: bold;
    }
  
    .footer-content {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
  
    .contact-details,
    .contact-info,
    .map {
      width: 30%;
    }
  
    .contact-details h3,
    .contact-info h4,
    .map h4 {
      font-size: 18px;
      margin-bottom: 10px;
    }
  
    .contact-details p,
    .contact-info p {
      margin: 5px 0;
    }
  
    .contact-details ul {
      list-style: none;
      padding: 0;
    }
  
    .contact-details ul li {
      margin-bottom: 10px;
    }
  
    .contact-details ul li a {
      color: #fff;
      text-decoration: none;
    }
  
    .contact-details ul li span {
      color: #007BFF;
    }
  
    .contact-details ul li a i {
      margin-right: 5px;
    }
  
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-top: 1px solid #ccc;
      flex-wrap: wrap;
    }
  
    .footer-bottom p {
      margin: 0;
    }
  
    .social-icons {
      margin-top: 10px;
    }
  
    .social-icons a {
      color: #fff;
      font-size: 20px;
      margin-left: 10px;
    }
  
    .social-icons a:hover {
      color: #f8bb00;
    }
  
  .map iframe {
    width: 100%;
    height: 170px;
    border: none;
    margin-left: 70px;
  }
  
  /* Responsive design for tablets */
  @media (max-width: 768px) {
    .contact-details,
    .contact-info,
    .map {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .map iframe {
      margin-left: 0;
    }
  
    .footer-content {
      flex-direction: column;
      align-items: center;
    }
  }
  
  /* Responsive design for mobile phones */
  @media (max-width: 480px) {
    .footer_section {
      padding: 20px 0;
    }
  
    .contact-details h3,
    .contact-info h4,
    .map h4 {
      font-size: 16px;
    }
  
    .social-icons a {
      font-size: 18px;
      margin-left: 8px;
    }
  
    .map iframe {
      height: 150px;
    }
  
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  
    .social-icons {
      margin-top: 15px;
    }
  }
  
  
  
  /* end footer section*/