html {
  scroll-behavior: smooth;
}

.header-transparent .site-header{
     /* background-color: #eff3f6; */
}

.page-header{
  background-color: #fff;
}
p.field {
    color: black;
}
.header-transparent .page-header .header-title {
  padding-top: 150px;

}
.page-header .header-title {
  padding-bottom: 0px;
}
.page-header h1 {
  color: #333;
}
.nav ul.menu > li > a {
  /* color: #fff; */
  color: black;
}

.entry-title {
  display: none;
}

#wpcf7-f2310-p11-o1 .wpcf7-response-output {
    display: none;
}

.location-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
}

.location-item {
  padding: 5px;
  cursor: pointer;
}

.location-item:hover {
  background-color: #eee;
}


/* user registration styles */
label[for="username"] {
  width: 150px;
}
label[for="password"] {
  width: 150px;
}
.user-registration-form__input {
  margin: 0 0 0 !important;
}
.ur-input-with-icon{
  margin-bottom: 10px;
}
label[for="password_current"] {
  width: 200px;
  margin-top: 10px !important;
}
label[for="password_1"] {
  width: 200px;
  margin-top: 10px !important;
}
label[for="password_2"] {
  width: 200px;
  margin-top: 10px !important;
}


.fh-counter h4{
  background-color: transparent !important;
}


p.field.submit {}
 
/* homepage commercial and residential btn design */

/* .building-type-collect-radio,
.building-type-deliver-radio {
  display: flex;
  border: 2px solid #0049b0;
  border-radius: 6px;
  overflow: hidden;
  max-width: 500px;
}
 
.building-type-collect-radio .wpcf7-list-item,
.building-type-deliver-radio .wpcf7-list-item {
  flex: 1;
  text-align: center;
  margin: 0;
}
 
.building-type-collect-radio input[type="radio"],
.building-type-deliver-radio input[type="radio"] {
  display: none;
}
 
.building-type-collect-radio .wpcf7-list-item-label,
.building-type-deliver-radio .wpcf7-list-item-label {
  display: block;
  padding: 10px 0;
  background-color: white;
  color: #0049b0;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
}
 
.building-type-collect-radio input[type="radio"]:checked + .wpcf7-list-item-label,
.building-type-deliver-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #0049b0;
  color: white;
  font-size: 16px;
} */
/* .building-type-collect-radio,
.building-type-deliver-radio {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #0049b0;
  max-width: 500px;
}
 
.building-type-collect-radio .wpcf7-list-item,
.building-type-deliver-radio .wpcf7-list-item {
  flex: 1; 
  text-align: center;
  margin: 0;
}
 
.building-type-collect-radio input[type="radio"],
.building-type-deliver-radio input[type="radio"] {
  display: none;
}
 
.building-type-collect-radio .wpcf7-list-item-label,
.building-type-deliver-radio .wpcf7-list-item-label {
  display: block;
  padding: 12px 56px;
  background-color: white;
  color: #0049b0;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
}
 
.building-type-collect-radio input[type="radio"]:checked + .wpcf7-list-item-label,
.building-type-deliver-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #0049b0;
  color: white;
  font-size: 16px;
} */

/* Make sure the container is also centered on the page */
/* p.field {
  text-align: center;
} */

/* Mobile responsive styles */
@media (max-width: 767px) {
  .header-transparent .site-header {
    position: static !important;
  }
  /* .building-type-collect-radio,
  .building-type-deliver-radio {
    max-width: 100%;
  }
  
  .building-type-collect-radio .wpcf7-list-item-label,
  .building-type-deliver-radio .wpcf7-list-item-label {
    padding: 12px 16px;
  } */
  .building-type-collect-radio, .building-type-deliver-radio
  {
    max-width: 100%;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  /* .building-type-collect-radio,
  .building-type-deliver-radio {
    background: transparent;
    box-shadow: none;
    padding: 0;
    gap: 10px;
    align-items: center;
  }
  
  .building-type-collect-radio .wpcf7-list-item,
  .building-type-deliver-radio .wpcf7-list-item {
    width: 100%;
    max-width: 280px;
  }
  
  .building-type-collect-radio .wpcf7-list-item-label,
  .building-type-deliver-radio .wpcf7-list-item-label {
    background: #f0f4f9;
    margin-bottom: 8px;
    padding: 14px 20px;
  } */
  .building-type-collect-radio .wpcf7-list-item-label, .building-type-deliver-radio .wpcf7-list-item-label
  {
      padding: 12px 44px;
  }
}
.wpcf7 .field.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* stacks button and spinner vertically */
  text-align: center;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit {
  margin: 0 auto;
  display: inline-block;
  /* max-width: 250px; */
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-text.sp-location-pickup::placeholder,
input.wpcf7-form-control.wpcf7-text.sp-location-delivery::placeholder
{
    color: grey;
}

.wpcf7 .wpcf7-spinner {
  margin-top: 10px;
}





.fh-service-box i,
.fh-service-box:hover i {
  color: #fff !important;
}


/* contact us form styles */
/* .contact-page-wrapper {
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.contact-page-wrapper .custom-contact-form {
  background: #fff;
  padding: 40px 30px;
  max-width: 700px;
  margin: 40px auto;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.contact-page-wrapper .custom-contact-form h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  color: #0049b0;
}

.contact-page-wrapper .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page-wrapper .form-group input,
.contact-page-wrapper .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  background: #fdfdfd;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-page-wrapper .form-group input:focus,
.contact-page-wrapper .form-group textarea:focus {
  border-color: #0049b0;
  background-color: #fff;
}

.contact-page-wrapper .send-btn {
  padding: 14px;
  font-size: 16px;
  background-color: #0049b0;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 73, 176, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-page-wrapper .send-btn:hover {
  background-color: #0060e0;
  transform: scale(1.02);
}

.contact-page-wrapper .map-container {
  max-width: 800px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-page-wrapper .office-info {
  max-width: 800px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.contact-page-wrapper .info-column {
  width: 48%;
}

.contact-page-wrapper .info-column h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0049b0;
}

.contact-page-wrapper .info-column p,
.contact-page-wrapper .info-column strong {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 6px 0;
  display: block;
}

.contact-page-wrapper .divider-line {
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .contact-page-wrapper .office-info {
    flex-direction: column;
  }

  .contact-page-wrapper .info-column {
    width: 100%;
  }

  .contact-page-wrapper .divider-line {
    display: none;
  }
} */

/* === get quote Contact Form Styles === */
.hidden-fields {
  display: none;
}
.location-dropdown {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.location-item {
  padding: 8px 12px;
  cursor: pointer;
}

.location-item:hover {
  background-color: #f5f5f5;
}


/* === Contact Form Wrapper Styling === */
/* === Contact Form Section === */
.custom-contact-form {
  max-width: 800px;
  margin: 0 auto;
  /* padding: 40px 20px; */
}

.custom-contact-form h2 {
  text-align: center;
  font-size: 32px;
  color: #002d72;
  margin-top: 20px;
  margin-bottom: 30px!important;
  font-weight: 700;
}

/* === Contact Form Wrapper Styling === */
/* === Contact Page Wrapper === */
.contact-page-wrapper {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* === Form Section === */
.custom-contact-form {
  max-width: 800px;
  width: 100%;
  /* margin: 0 auto 40px; */
  text-align: center;
}

.custom-contact-form h2 {
  font-size: 30px;
  font-weight: 700;
  color: #002d72;
  margin-bottom: 30px;
}

/* === Contact Form Wrapper === */
.contact-form-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.contact-form-wrapper form {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form-wrapper p {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

.contact-form-wrapper p label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
  text-align: left;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
  width: 100%;
  max-width: 600px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: #002d72;
  outline: none;
}

.contact-form-wrapper textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-wrapper input[type="submit"] {
  background-color: #0039a6;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.contact-form-wrapper input[type="submit"]:hover {
  background-color: #002b7f;
}

/* === Office Info Section === */
.office-info {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  gap: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.office-info .info-column {
  flex: 1;
  min-width: 260px;
}

.office-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000;
}

.office-info p,
.office-info strong {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
}

.office-info strong {
  color: #003366;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  .custom-contact-form h2 {
    font-size: 26px;
  }

  .contact-form-wrapper form {
    padding: 20px;
  }

  .office-info {
    flex-direction: column;
    padding: 20px;
  }

  .contact-form-wrapper p {
    max-width: 100%;
  }

  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"],
  .contact-form-wrapper input[type="tel"],
  .contact-form-wrapper textarea {
    max-width: 100%;
  }
}




.header-transparent .navbar-icon .navbars-line, .header-transparent .navbar-icon .navbars-line:before, .header-transparent .navbar-icon .navbars-line:after
{
/* background-color: white; */
background-color: black !important;
}

.fh-testimonials-carousel {
    color: #0C1239;
}
 
.fh-testimonials-carousel .testi-icon {
    border-color: #004AAC;
    color: #004AAC;
}
 
.fh-testimonials-carousel .testi-name
 {
    color: #004AAC;
}
 
.fh-testimonials-carousel .owl-nav div {
    color: #004AAC;
    border: unset;
}
 
.owl-dots .owl-dot span
 {
border: 1px solid #004AAC;
}



.FOrm-box{
    margin: 20px ! IMPORTANT;
}
 
.mobile-banner-img{
  opacity:0.6;
}

/* Default: show on desktop */
.Slider-desktop {
    display: block;
}
.Slider-mobile {
    display: none;
}
/* Hide on mobile devices (max-width: 767px) */
@media screen and (max-width: 767px) {
    .Slider-desktop {
        display: none;
    }
     .Slider-mobile {
        display: block;
    }
}





/* General input styles */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {

  width: 100%;

  padding: 14px 16px;

  font-size: 16px;

  border: 2px solid #ccc;

  border-radius: 10px;

  box-sizing: border-box;

  margin-bottom: 20px;

  transition: border-color 0.3s, box-shadow 0.3s;

}
 
/* Focus effect */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {

  border-color: #5e9ed6;

  box-shadow: 0 0 0 3px rgba(94, 158, 214, 0.3);

  outline: none;

}
 
/* Label styling */

label {

  font-weight: 600;

  margin-bottom: 8px;

  display: block;

  font-size: 15px;

}
 

textarea {

  border: 2px solid #ccc;

  border-radius: 10px;

  padding: 14px 16px;

  font-size: 16px;

  width: 100%;

  box-sizing: border-box;

  margin-bottom: 20px;

  transition: border-color 0.3s, box-shadow 0.3s;

}
 
/* Focus effect (same as input) */

textarea:focus {

  border-color: #5e9ed6;

  box-shadow: 0 0 0 3px rgba(94, 158, 214, 0.3);

  outline: none;

}

input.button {
    background: #0049b0;
    color: white;
    border: unset;
    padding: 10px;
}



.img-65px .owl-carousel div.owl-item img {
    max-width: 65%;
    height: auto;
    width: 100%;
}
strong.blue {
    color: #0049b0;
}
.img-rounded img {
    border-radius: 25px!important;
}
.alphabet .chars{
	color: #fff !important;
}
.tnp.tnp-subscription-minimal form {
    text-align: left!important;
}
.tnp-subscription-minimal input.tnp-submit{
  background-color: #000;
  padding: 12px;
  font-weight: 800;
}
@media (max-width: 575px){
   .header-transparent .site-header{
     /* background-color: transparent; */
     background-color: #fff;
   }
   .form-step .dimension-group{
    flex-direction: column;
  }
}


.fh-testimonials-grid .testi-item
 {
    border: 3px solid #004AAC;
    margin-bottom: 50px;
    border-radius: 10px;
}
 
 
.fh-testimonials .testi-icon
 {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #004AAC;
    border-radius: 50%;
    text-align: center;
    color: #004AAC;
}

.testi-item
 {
    background: white;
    border-radius: 10px;
    padding: 30px 25px !important;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    text-align: center;
    flex-shrink: 0;
}

span.testi-icon {
    display: none;
}

.home .testi-des, span.testi-name{
    font-size: 18px !important;
}

div.fh-testimonials-carousel.fh-testimonials.column-2.testimonial-carousel-class {
    margin-top: 20px;
}

a.fh-button.button.button-type-normal.align-center.icon-type-none.all-reviews-btn.fh-btn {
    border-radius: 5px;
}

body, p, label, span, a, li, ul, ol, h1, h2, h3, h4, h5, h6, input, button, textarea, select, blockquote, caption, td, th, strong, em, small
{
  font-family: 'Poppins', sans-serif !important;
}

h4.vc_tta-panel-title.vc_tta-controls-icon-position-left
{
  font-size: 17px;
}

.vc_tta-panel-body .wpb_text_column.wpb_content_element .wpb_wrapper p {
    font-size: 15px !important;
}

#post-2381 .testi-item {
    height: 280px;
    background: white;
    border-radius: 10px;
    padding: 30px 25px !important;
    box-shadow: 5px 5px;
    text-align: center;
    border: solid 1px #004AAC;
    font-size: 14px !important;
}

.header-transparent .site-header {
    /* background-color: #333; */
    background-color: #F5F5F5;
    color: black;
    padding: 5px 0 !important;
    position: sticky;
}

.site-header .logo img
{
  width: 165px;
  height: 100px;
}

div.site-menu.col-md-9.col-sm-6.col-xs-6
{
  display: flex;
    justify-content: space-between;
}

nav#site-navigation
{
  width: 100%;
}

.header-transparent .site-header .header-main .container.mobile_relative .row
{
  display: flex;
    justify-content: center;
    align-items: center;
}

.nav ul.menu > li.current-menu-item > a, .nav ul.menu > li.current_page_item > a
{
  color: #0049b0;
  border-bottom: solid 1px #0049b0;
}


@media (max-width: 768px)  {
  div.site-menu.col-md-9.col-sm-6.col-xs-6
  {
    display: none;
  }
  body .fh-testimonials .testi-icon
  {
    display: none !important;
  }
  h4.vc_tta-panel-title.vc_tta-controls-icon-position-left
  {
    font-size: 15px;
  }
  .vc_tta-panel-body .wpb_text_column.wpb_content_element .wpb_wrapper p
  {
    font-size: 12px !important;
  }
  .page-id-15 h1 {
    font-size: 23px;
  }
  .page-id-15 .wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-6.vc_col-has-fill
  {
    padding-bottom: 20px;
  }
  .page-id-15 .vc_column-inner.vc_custom_1751455607764
  {
    margin-left: 0 !important;
  }
  .page-id-15 .vc_row.wpb_row.vc_row-fluid.alphabet.vc_custom_1751456780091.vc_row-has-fill .container .row
  {
    margin: 0 auto !important;
  }

  .page-id-15 .wpb_column.vc_column_container.vc_col-sm-12.vc_col-lg-4.vc_col-md-6.vc_col-has-fill .vc_column-inner.vc_custom_1751455752315
  {
    margin-left: 0 !important;
  }
  .page-id-2381 .testi-des
  {
    font-size: 14px !important;
  }
}

