.front {
    z-index: 9999 !important;
    position: relative !important;
}

.hide {
  display: none !important;
}

.justify-center .vc_column-inner {
    justify-content: center !important;
}

@media (min-width: 768px) {
  .justify-center .vc_single_image-wrapper {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-lh {
      line-height: 1.3 !important;
  }
}

@media (min-width: 1240px) {
  .desktop-padding-40 {
    margin-left: 40px  !important;
    margin-right: 40px  !important;
  }
}

.icon-btn i {
  color: #ffffff !important;
}

.white-font {
    color: #FFFFFF !important;
}

.white-font h1 {
    color: #FFFFFF !important;
}

.white-font h2 {
    color: #FFFFFF !important;
}

.text-center {
    text-align: center !important;
}

.rounded-image .vc_single_image-wrapper img {
  border-radius: 20px !important;
}

.fit-to-content {
  display: inline-block;
  width: auto;
}

.gradient-text {
    background: -webkit-linear-gradient(to right, #043590, #E85727);
    background: linear-gradient(to right, #043590, #E85727);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.orange-icon {
    font-size: 30px!important;
    color: #E85727!important;
}

@media (min-width: 768px) {
  .square-column-desktop {
    aspect-ratio: 1 / 1;
  }
}

.square-column {
  aspect-ratio: 1 / 1;
}

.left-border {
    border: none;
    border-left: 1px solid;
}

.right-border {
    border: none;
    border-right: 1px solid;
}

.full-border .vc_column-inner {
    border: 1px solid;
}

.full-border-2 .vc_column-inner {
    border: 2px solid;
}

/* Form layout: 2 columns */
.form-columns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* Each column in the form */
.form-column {
  flex: 1;
  min-width: 200px;
}

/* Input, select, and textarea styling */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 15px 20px;
  margin-bottom: 20px !important;
  font-size: 16px;
  background: #FFFFFF;
  color: #000; /* input text color */
}

.contact-us-form
.wpcf7 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]),
.contact-us-form
.wpcf7 select,
.contact-us-form
.wpcf7 textarea {
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 15px 20px;
  margin-bottom: 20px !important;
  font-size: 16px;
  background: #F0F0F0 !important;
  color: #000;
}

/* Label and text color */
.wpcf7 label,
.wpcf7 label span,
.form-columns label,
.consent-checkbox {
  color: #ffffff !important;
  font-weight: bold;
}

.contact-us-form .wpcf7 label,
.contact-us-form .wpcf7 label span,
.contact-us-form .form-columns label,
.contact-us-form .consent-checkbox {
  color: #000000 !important;
  font-weight: bold;
}


/* Consent text and checkbox */
.consent-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.consent-checkbox input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

/* Submit button */
.btn.blue-button {
  background-color: #002f87;
  color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  float: right;
  width: auto;
}

.btn.blue-button:hover {
  background-color: #001f5e;
}

.btn.orange-button {
  background-color: #E85727 !important;
  color: #fff;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: auto;
}

.btn.orange-button:hover {
  background-color: #d4441a!important;
}

.contact-us-form
.btn.orange-button {
  padding: 15px 60px !important;
}

.contact-us-form
.form-submit {
  text-align: center !important;
}


/* === Testimonial Section Container === */
.testimonials_slider {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* === Each Testimonial Slide === */
.testimonials_slider_li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* === Avatar === */
.testimonials_slider_li .single-photo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

/* === Quote Block === */
.testimonials_slider_li .bq_wrapper blockquote {
  font-size: 20px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 20px;
  font-style: normal;
  color: #000;
}

/* Remove the quote icon if unwanted */
.testimonials_slider_li .mfn-blockquote-icon {
    display: none;
}

/* === Author Name and Company === */
.testimonials_slider_li .author .title {
  font-style: italic;
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
}

/* === Dots below (optional) === */
.testimonials_slider_li .hr_dots {
  margin: 20px 0;
}

.testimonials_slider_li .hr_dots span {
  background-color: #E85727;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.testimonials_slider_li .author .company::after {
  content: "★★★★★";
  display: block;
  color: #E85727;
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
/* === Restyle Prev/Next Buttons === */
.testimonials_slider .slider_prev,
.testimonials_slider .slider_next {
  width: 48px;
  height: 48px;
  background-color: #E85727;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Arrow icons */
.testimonials_slider .slider_prev i,
.testimonials_slider .slider_next i {
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
}

/* Hover effect */
.testimonials_slider .slider_prev:hover,
.testimonials_slider .slider_next:hover {
  background-color: #d0461f;
  transform: translateY(-50%) scale(1.05);
}

/* Positioning */
.testimonials_slider .slider_prev {
  left: -60px;
}

.testimonials_slider .slider_next {
  right: -60px;
}

/* Responsive: move inside on mobile */
@media screen and (max-width: 767px) {
  .testimonials_slider .slider_prev {
    left: 10px;
  }

  .testimonials_slider .slider_next {
    right: 10px;
  }
}

.align-bottom-30 {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.align-bottom-30 .vc_column-inner {
  height:100%;
  width: 100%;
  padding-top: 70%;
}

.align-bottom-50 {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.align-bottom-50 .vc_column-inner {
  height:100%;
  width: 100%;
  padding-top: 50%;
}

.read_once-bg .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/read-once.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.read_again-bg .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/read-again.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.read_scan-bg .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/scan.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}


.read_once_girl-bg .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/read-once-girl.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.read_again_girl-bg .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/read-again-girl.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.read_scan_girl-bg .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/scan-girl.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}