@media (min-width: 1921px) {
  #content .line-height p {
    font-size: 20px !important;
  }
}

#content .line-height h1 {
  font-size: 30px !important;
}

#content .line-height p {
  font-size: 18px !important;
}

#content .fh-feature-box .box-title {
  color: #333 !important;
  font-size: 25px !important;
  font-weight: 600;
}

#content .wpb_wrapper h2 {
  font-size: 32px !important;
  font-weight: 800;
}

#content .wpb_wrapper .box-title span {
  font-size: 2rem !important;
  font-weight: 700;
  font-family: 'Inter', sans-serif !important;
}

#content .wpb_wrapper .box-title span,
#content .fh-section-title h2,
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content span,
#content div,
#content strong {
  font-family: 'Inter', sans-serif !important;
}

.fh-icon-box.style-2:hover .fh-icon {
  background-color: var(--navy-blue);
  color: var(--white);
  transform: scale(1.1);
}

.fh-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(11, 75, 168, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--navy-blue);
  font-size: 2rem;
  transition: all 0.3s ease;
}

.fh-icon-box.style-2 {
  border: 1px solid #e0e0e0;
  margin-bottom: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  transition: all 0.3s ease;
}

.fh-icon-box.style-2:hover {
  border-color: var(--orange);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(255, 107, 0, 0.15);
}

.fh-feature-box .box-title {
  color: #FF6B00 !important;
}

.wpb_column .vc_custom_1751455535972,
.wpb_column .vc_custom_1751455607764,
.wpb_column .vc_custom_1751455752315 {
  background-color: #ffffff !important;
  min-height: 263px;
  box-shadow: 0 10px 30px rgba(15, 76, 129, 0.08);
  border-top: 6px solid #FF8A00;
}

.fh-feature-box .chars {
  border: none;
}

.input-with-icon i {
  top: 36%;
}

.fas.fa-box {
  z-index: 2;
}

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: 0px;

}

.page-header .header-title {
  padding-bottom: 0px;
}

.page-header h1 {
  color: #0B4BA8 !important;
}

.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;
}

/* Ensure footer ABN/ACN text is white on all devices */
.footer-credentials p {
  color: #ffffff;
}

/* iOS: stop "data detectors" styling (tel links) in footer credentials */
.footer-credentials a[x-apple-data-detectors],
.footer-credentials a[href^="tel"],
.footer-credentials a[href^="tel"]:hover,
.footer-credentials a[href^="tel"]:focus,
.footer-credentials a[href^="tel"]:active {
  color: #ffffff !important;
  text-decoration: none !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;
  }

  /* 
  #content .entry-content .wpum-password-recovery-form p {
    margin-top: -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 35px;

  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: #FF6B00;
}

.img-rounded img {
  border-radius: 25px !important;
}

.alphabet .chars {
  color: #FF6B00 !important;
  font-weight: 800;
  line-height: 1.6;
}

.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) {
  #content .wpb_wrapper .box-title span {
    font-size: 28px !important;
  }

  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;
    margin-top: 35px !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 {
    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;
  }
}

/* 30-12-2025 css */
/* ===============================
   GLOBAL SAFETY
================================ */
.auth-wrapper *,
.auth-wrapper *::before,
.auth-wrapper *::after {
  box-sizing: border-box;
}

/* ===============================
   MAIN WRAPPER
================================ */
.auth-wrapper {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 80px auto;
  background: #0b2e63;
  /* theme dark blue */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
}

/* Login page specific: White background for wrapper and full width */
.auth-wrapper:has(.wpum-login-form),
.auth-wrapper:has(.wpum-password-recovery-form) {
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Registration page specific: White background for wrapper and full width */
.auth-wrapper:has(.wpum-registration-form) {
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* ===============================
   LEFT PANEL (BRAND BLUE)
================================ */
.auth-left {
  flex: 1;
  position: relative;
  background: transparent;
  min-height: 600px;
}

/* Login page specific: Ensure proper height and rounded borders on both sides */
.auth-wrapper:has(.wpum-login-form) .auth-left,
.auth-wrapper:has(.wpum-password-recovery-form) .auth-left {
  min-height: 600px;
  border-radius: 0;
  overflow: hidden;
}

/* Registration page specific: Ensure proper height and rounded borders on both sides */
.auth-wrapper:has(.wpum-registration-form) .auth-left {
  min-height: 600px;
  border-radius: 0px;
  overflow: hidden;
}

/* Login page specific: Remove blue overlay from left side, add darker overlay for text readability */
.auth-wrapper:has(.wpum-login-form) .auth-left-content {
  background: url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80) center / cover;
}

/* Registration page specific: Remove blue overlay from left side, add darker overlay for text readability */
.auth-wrapper:has(.wpum-registration-form) .auth-left-content {
  background: url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80) center / cover;
}

/* Add darker gradient overlay behind text content for better readability */
.auth-wrapper:has(.wpum-login-form) .auth-left-content::before,
.auth-wrapper:has(.wpum-registration-form) .auth-left-content::before,
.auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.6) 30%,
      rgba(0, 0, 0, 0.45) 70%,
      rgba(0, 0, 0, 0.3) 100%,
      rgba(0, 0, 0, 0.15) 100%,
      transparent 100%);
  z-index: 0;
}

/* Ensure text content is above the overlay */
.auth-wrapper:has(.wpum-login-form) .auth-left-content>*,
.auth-wrapper:has(.wpum-registration-form) .auth-left-content>*,
.auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content>* {
  position: relative;
  z-index: 1;
}

.auth-left-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 60px 64px;
  color: #ffffff;
  background: linear-gradient(rgba(11, 46, 99, 0.85), rgba(11, 46, 99, 0.75)), url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80) center / cover;
  z-index: 1;
}

#content .entry-content .auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 122, 0, 0.15);
  border: 1px solid rgba(255, 122, 0, 0.4);
  border-radius: 20px;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
}

.auth-badge-dot {
  width: 8px;
  height: 8px;
  background: #ff7a00;
  border-radius: 50%;
  display: inline-block;
}

.auth-left-content h2 {
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif !important;
}

#content .entry-content .wpum-password-recovery-form p {
  font-family: 'Inter', sans-serif !important;
  text-align: left !important;
  font-size: 16px !important;
}

/* Login page specific: Make heading bigger and ensure white text */
.auth-wrapper:has(.wpum-login-form) .auth-left-content h2,
.auth-wrapper:has(.wpum-registration-form) .auth-left-content h2,
#content .entry-content .auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content h2 {
  font-size: 48px !important;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
}

/* Ensure "Modern Business" is orange even with !important rule */
.auth-wrapper:has(.wpum-login-form) .auth-left-content h2 .auth-highlight,
.auth-wrapper:has(.wpum-registration-form) .auth-left-content h2 .auth-highlight,
.auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content h2 .auth-highlight {
  color: #ff7a00 !important;
}

/* Make subtitle more readable with text shadow */
.auth-wrapper:has(.wpum-login-form) .auth-left-subtitle,
.auth-wrapper:has(.wpum-registration-form) .auth-left-subtitle,
#content .entry-content .auth-wrapper:has(.wpum-password-recovery-form) .auth-left-subtitle {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  line-height: 1.7;
}

/* Make badge more readable and orange text color */
.auth-wrapper:has(.wpum-login-form) .auth-badge,
.auth-wrapper:has(.wpum-registration-form) .auth-badge,
.auth-wrapper:has(.wpum-password-recovery-form) .auth-badge {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #ff7a00 !important;
}

.auth-wrapper:has(.wpum-login-form) .auth-badge span:not(.auth-badge-dot),
.auth-wrapper:has(.wpum-password-recovery-form) .auth-badge span:not(.auth-badge-dot),
.auth-wrapper:has(.wpum-registration-form) .auth-badge span:not(.auth-badge-dot) {
  color: #ff7a00 !important;
}

.auth-highlight {
  color: #ff7a00;
}

#content .entry-content .auth-left-subtitle {
  font-size: 18px !important;
  opacity: 0.95;
  max-width: 475px;
  color: #CBD5E1;
  font-family: 'Inter', sans-serif !important;
}

/* dots */
.auth-dots {
  margin-top: 22px;
}

.auth-dots span {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
}

.auth-dots .active {
  background: #ffffff;
}

/* ===============================
   RIGHT PANEL
================================ */
.auth-right {
  flex: 1;
  background: #0b2e63;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 60px;
}

/* Login page specific: White background for right panel, add padding */
.auth-wrapper:has(.wpum-login-form) .auth-right,
.auth-wrapper:has(.wpum-registration-form) .auth-right,
.auth-wrapper:has(.wpum-password-recovery-form) .auth-right {
  background: #ffffff;
  padding: 60px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ===============================
   FORM HEADER
================================ */
.auth-form-header {
  /* margin-bottom: 32px; */
  text-align: left;
}

#content .entry-content .auth-form-title {
  font-size: 30px !important;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 10px 0;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.2;
}

.auth-form-subtitle {
  font-size: 16px !important;
  color: #718096;
  margin: 0;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.5;
}

/* ===============================
   FORM CARD
================================ */
.wpum-login-form,
.wpum-registration-form {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 20px;
  /* padding: 48px 40px; */
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}

/* Login page specific: Remove box shadow and adjust padding */
.auth-wrapper:has(.wpum-login-form) .wpum-login-form,
.auth-wrapper:has(.wpum-password-recovery-form) .wpum-password-recovery-form {
  box-shadow: none;
  /* padding: 48px 40px; */
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

/* Registration page specific: Remove box shadow and adjust padding */
.auth-wrapper:has(.wpum-registration-form) .wpum-registration-form {
  box-shadow: none;
  padding: 48px 0px;
  max-width: 450px;
  width: 100%;
}

/* ===============================
   FORM FIELDS
================================ */
.wpum-login-form fieldset,
.wpum-registration-form fieldset {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}

.wpum-login-form label,
.wpum-registration-form label,
.wpum-password-recovery-form label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2d3748 !important;
  display: block;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif !important;
}

.auth-field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
}

.auth-forgot-password {
  font-size: 13px;
  font-weight: 500;
  color: #ff7a00;
  text-decoration: none;
  margin-left: auto;
  transition: color 0.2s ease;
}

.auth-forgot-password:hover {
  color: #e65f00;
  text-decoration: underline;
}

.auth-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-input-icon {
  position: absolute;
  left: 16px;
  color: #a0aec0;
  font-size: 15px;
  z-index: 2;
  pointer-events: none;
  transition: color 0.2s ease;
}

.wpum-login-form input[type="text"],
.wpum-login-form input[type="email"],
.wpum-login-form input[type="password"],
.wpum-password-recovery-form input {
  width: 100%;
  padding: 14px 16px 14px 44px !important;
  border-radius: 8px !important;
  /* background: rgb(248, 250, 252) !important;
  border: 1px solid #e2e8f0 !important;
  color: #1a202c !important; */
  font-size: 15px !important;
  font-family: 'Inter', sans-serif !important;
  /* transition: all 0.2s ease; */
}

.wpum-registration-form input[type="text"],
.wpum-registration-form input[type="email"],
.wpum-registration-form input[type="password"] {
  width: 100%;
  padding: 14px 16px 14px 20px;
  border-radius: 8px;
  background: rgb(248, 250, 252);
  border: 1px solid #e2e8f0;
  color: #1a202c;
  font-size: 15px;
  font-family: 'Inter', sans-serif !important;
  transition: all 0.2s ease;
}

.wpum-login-form input[type="text"]::placeholder,
.wpum-login-form input[type="email"]::placeholder,
.wpum-login-form input[type="password"]::placeholder,
.wpum-registration-form input[type="text"]::placeholder,
.wpum-registration-form input[type="email"]::placeholder,
.wpum-registration-form input[type="password"]::placeholder,
.wpum-password-recovery-form input::placeholder {
  color: #8b9bb3 !important;
}

.wpum-login-form input:focus,
.wpum-registration-form input:focus,
.wpum-password-recovery-form input:focus {
  outline: none !important;
  border-color: #ff7a00 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.1) !important;
}

.auth-input-wrapper:focus-within .auth-input-icon {
  color: #ff7a00;
}

/* ===============================
   CHECKBOX
================================ */
.wpum-login-form input[type="checkbox"],
.wpum-registration-form input[type="checkbox"] {
  accent-color: #ff7a00;
}

/* ===============================
   SUBMIT BUTTON (ORANGE CTA)
================================ */
.wpum-login-form input[type="submit"],
.wpum-login-form .button,
.wpum-registration-form input[type="submit"],
.wpum-registration-form .button,
.wpum-password-recovery-form input[type="submit"] {
  width: 100%;
  padding: 14px 20px !important;
  margin-top: 20px;
  border: none;
  border-radius: 8px !important;
  background: #ff6b00 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-family: 'Inter', sans-serif !important;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(255, 107, 0, 0.3) !important;
}

.wpum-login-form input[type="submit"]:hover,
.wpum-login-form .button:hover,
.wpum-registration-form input[type="submit"]:hover,
.wpum-registration-form .button:hover,
.wpum-password-recovery-form input[type="submit"]:hover {
  background: #e55f00 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 107, 0, 0.4) !important;
}

/* ===============================
   REQUIRED STAR
================================ */
.wpum-required {
  color: #ff3b3b;
}

/* ===============================
   LINKS BELOW FORM
================================ */
.wpum-login-form+p,
.wpum-login-form~a,
.wpum-registration-form+p,
.wpum-registration-form~a {
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  color: #ffffff;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {
  .auth-wrapper {
    flex-direction: column;
    margin: 20px 16px;
    border-radius: 16px;
  }

  /* Login page specific: Full width on mobile */
  .auth-wrapper:has(.wpum-login-form),
  .auth-wrapper:has(.wpum-password-recovery-form) {
    margin: 0;
    border-radius: 0;
  }

  /* Registration page specific: Full width on mobile */
  .auth-wrapper:has(.wpum-registration-form) {
    margin: 0;
    border-radius: 0;
  }

  .auth-left {
    min-height: 350px !important;
  }

  /* Login page specific: Rounded borders on mobile */
  .auth-wrapper:has(.wpum-login-form) .auth-left,
  .auth-wrapper:has(.wpum-password-recovery-form) .auth-left {
    border-radius: 0;
  }

  /* Registration page specific: Rounded borders on mobile */
  .auth-wrapper:has(.wpum-registration-form) .auth-left {
    border-radius: 0px;
  }

  /* Login page specific: Add padding on mobile */
  .auth-wrapper:has(.wpum-login-form) .auth-right,
  .auth-wrapper:has(.wpum-password-recovery-form) .auth-right {
    padding: 40px 24px;
  }

  /* Registration page specific: Add padding on mobile */
  .auth-wrapper:has(.wpum-registration-form) .auth-right {
    padding: 40px 24px;
  }

  #content .entry-content .auth-left-content {
    padding: 40px 30px !important;
    align-items: flex-start;
  }

  .auth-left-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  /* Login page specific: Larger heading on mobile */
  .auth-wrapper:has(.wpum-login-form) .auth-left-content h2,
  .auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content h2 {
    font-size: 52px;
  }

  /* Registration page specific: Larger heading on mobile */
  .auth-wrapper:has(.wpum-registration-form) .auth-left-content h2 {
    font-size: 52px;
  }

  /* Adjust overlay gradient for mobile - darker for better readability */
  .auth-wrapper:has(.wpum-login-form) .auth-left-content::before,
  .auth-wrapper:has(.wpum-registration-form) .auth-left-content::before,
  .auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content::before {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.4) 70%,
        rgba(0, 0, 0, 0.25) 85%,
        transparent 100%);
  }

  .auth-left-subtitle {
    font-size: 14px;
    max-width: 100%;
  }

  #content .entry-content .auth-badge {
    font-size: 11px !important;
    padding: 6px 14px;
    /* margin-bottom: 20px; */
  }

  .auth-right {
    padding: 40px 24px;
  }

  #content .entry-content .auth-form-title {
    font-size: 28px !important;
    margin: 0 !important;
  }

  #content .entry-content .auth-form-subtitle,
  #content .entry-content .wpum-password-recovery-form p {
    font-size: 14px !important;
    text-align: center !important;
  }

  .wpum-login-form,
  .wpum-registration-form {
    padding: 36px 28px;
    max-width: 100%;
  }

  /* new css  */
  .auth-form-header,
  ul.wpum-action-links {
    text-align: center;
  }

  .auth-wrapper:has(.wpum-login-form) .wpum-login-form,
  .auth-wrapper:has(.wpum-registration-form) .wpum-registration-form,
  .auth-wrapper:has(.wpum-password-recovery-form) .wpum-password-recovery-form {
    padding: 0;
    max-width: 450px !important;
  }

  .auth-wrapper:has(.wpum-login-form) .auth-left-content h2,
  .auth-wrapper:has(.wpum-registration-form) .auth-left-content h2,
  #content .entry-content .auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content h2 {
    font-size: 28px !important;
  }
}


.auth-wrapper {
  /* max-width: 2000px !important; */
  margin: 0 !important;
  border-radius: 0 !important;
  justify-self: center;
}

.content-area,
.site-content,
.container {
  padding: 0 !important;
}

.breadcrumb-area {
  display: none !important;
}

.auth-right {
  padding: 0 !important;
}

.wpum-login-form form,
.wpum-registration-form form {
  width: 100% !important;
  /* padding-right: 35% !important; */
}

.auth-left-content {
  background: linear-gradient(rgba(11, 75, 168, 0.25), rgba(11, 75, 168, 0.25)),
    url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80) center / cover !important;
}

.wpum-login-form label,
.wpum-registration-form label,
.wpum-password-recovery-form label {
  color: rgb(51, 65, 85) !important;
}

.wpum-login-form input,
.wpum-registration-form input,
.wpum-password-recovery-form input {
  border-radius: 10px !important;
}

.wpum-action-links li,
.description {
  color: rgb(51, 65, 85) !important;
  opacity: 1 !important;
  text-align: left;
}

.wpum-action-links li a,
.description a {
  color: #FF6B00 !important;
}


/* ======================
   MOBILE / TABLET
====================== */
@media (max-width: 1025px) {

  .wpum-login-form form,
  .wpum-registration-form form {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .wpum-login-form label,
  #content .entry-content .wpum-password-recovery-form label {
    font-size: 15px !important;
  }

  .auth-left-content,
  .auth-right {
    padding: 40px 35px !important;
  }

  .auth-wrapper:has(.wpum-login-form) .wpum-login-form,
  .auth-wrapper:has(.wpum-registration-form) .wpum-registration-form,
  .auth-wrapper:has(.wpum-password-recovery-form) .wpum-password-recovery-form {
    max-width: 100%;
  }

  .auth-wrapper:has(.wpum-login-form) .auth-left-content h2,
  .auth-wrapper:has(.wpum-registration-form) .auth-left-content h2,
  .auth-wrapper:has(.wpum-password-recovery-form) .auth-left-content h2 {
    font-size: 37px;
  }

  #content .entry-content .auth-left-subtitle {
    font-size: 15px !important;
    max-width: 400px;
  }
}


/* ======================
   LARGE SCREENS (1921+)
====================== */
@media (min-width: 1921px) {

  .wpum-registration-form label,
  .wpum-login-form label,
  .wpum-password-recovery-form label {
    font-size: clamp(15px, 1vw, 27px) !important;
    width: 100%;
    margin-bottom: 15px !important;

  }

  .auth-right {
    padding: 60px !important;
  }

  .auth-left-content {
    padding: 60px 20%;
  }

  .auth-wrapper:has(.wpum-login-form) .wpum-login-form,
  .auth-wrapper:has(.wpum-registration-form) .wpum-registration-form,
  .auth-wrapper:has(.wpum-password-recovery-form) .wpum-password-recovery-form {
    max-width: 750px;
  }

  .wpum-registration-form input,
  .wpum-login-form input,
  .wpum-password-recovery-form input {
    font-size: clamp(15px, 0.9vw, 24px) !important;
    /* padding: clamp(12px, 0.8vw, 18px) !important; */
  }

  .wpum-registration-form small,
  .wpum-registration-form a,
  .wpum-action-links li,
  .description,
  .auth-form-subtitle,
  .auth-badge span,
  .auth-left-subtitle {
    font-size: clamp(14px, 1vw, 27px) !important;
  }

  .wpum-registration-form .auth-submit-btn {
    font-size: clamp(16px, 0.9vw, 31px) !important;
    padding: clamp(14px, 1vw, 22px) clamp(26px, 1.5vw, 40px) !important;
  }

  .auth-form-title {
    font-size: clamp(24px, 2vw, 48px) !important;
  }

  .auth-left-subtitle {
    max-width: 650px !important;
  }
}

#content .entry-content ul.wpum-action-links {
  font-size: 14px !important;
}

.wpum-login-form input:-webkit-autofill,
.wpum-login-form input:-webkit-autofill:hover,
.wpum-login-form input:-webkit-autofill:focus,
.wpum-registration-form input:-webkit-autofill,
.wpum-registration-form input:-webkit-autofill:hover,
.wpum-registration-form input:-webkit-autofill:focus,
.wpum-password-recovery-form input:-webkit-autofill,
.wpum-password-recovery-form input:-webkit-autofill:hover,
.wpum-password-recovery-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px rgb(248, 250, 252) inset !important;
  box-shadow: 0 0 0 1000px rgb(248, 250, 252) inset !important;
  -webkit-text-fill-color: #000;
  /* text color */
  transition: background-color 9999s ease-in-out 0s;
}

.entry-content h2.wp-block-heading {
  font-size: 28px !important;
}

/* Hide "Password Reset" heading on password recovery page */
body:has(.wpum-password-recovery-form) .entry-content h2.wp-block-heading,
body:has(.wpum-password-recovery-form) h2.wp-block-heading {
  display: none !important;
}

.row {
  margin: 0 !important;
}

.desc {
  color: #333;
}

div#content .container {
  max-width: 100% !important;
}

.vc_custom_1751456780091 {
  padding-left: 24px;
  padding-right: 24px;
}

.vc_column_container {
  align-self: stretch;
}

.fh-icon-box.style-2.icon-center {
  text-align: center;
  min-height: 280px;
}

@media (max-width: 992px) {
  #content .wpb_wrapper .box-title span {
    font-size: 28px !important;
    font-weight: 700;
    font-family: 'Inter', sans-serif !important;
  }

  .wpb_column.vc_column_container.vc_col-has-fill {
    margin-bottom: 30px;
  }

  #content .wpb_column .desc {
    font-size: 18px !important;
  }

  .wpb_column .vc_custom_1751455535972,
  .wpb_column .vc_custom_1751455607764,
  .wpb_column .vc_custom_1751455752315 {
    min-height: unset;
  }

  /* yahan mobile / tablet styles likho */
}

@media (max-width: 992px) {
  .vc_custom_1751456780091 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .fh-feature-box .desc {
    padding-left: 0;
  }

  #content .alphabet .chars {
    font-size: 23px !important;
    line-height: 1.1;
  }

}


/* 🔹 background line (grey) */
.step-indicator::before {
  content: "";
  position: absolute;
  top: 36px; /* number ke center ke hisaab se adjust */
  left: 9%;
  right: 10%;
  height: 3px;
  background: #dcdcdc;
  z-index: 0;
}

.step {
  opacity: 1;
}

/* circle */
.step span {
  border: 2px solid #bdbdbd;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
  margin-left: 0 !important;
}

.page-id-2354 div#content .container,
.page-id-2352 div#content .container,
.page-id-3305 div#content .container {
  max-width: 80% !important;
}

/* Mobile */
@media (max-width: 767px) {

  .page-id-2354 div#content .container,
  .page-id-2352 div#content .container,
  .page-id-3305 div#content .container {
    max-width: 93% !important;
  }
}

.title-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Old sidebar submenu styles removed — now handled by sp-* classes in plugin style.css */