:root{

--ml-primary:#2563EB;

--ml-primary-light:#3B82F6;

--ml-dark:#0F172A;

--ml-bg:#F8FAFC;

--ml-border:#E2E8F0;

--ml-text:#334155;

--ml-white:#FFFFFF;

}

body {
  color: var(--ml-dark);
}

a {
  transition: all 0.25s ease;
}

.btn,
button,
input,
select,
textarea {
  font-style: normal !important;
}

.btn__accent,
.btn__primary,
.btn__secondary,
.action__btn-request {
  background-color: var(--ml-primary) !important;
  border-color: var(--ml-primary) !important;
  color: var(--ml-white) !important;
}

.btn__accent:hover,
.btn__primary:hover{

background:#0B1F3A !important;

}
.btn__secondary:hover,
.action__btn-request:hover {
  background-color: var(--ml-dark) !important;
  border-color: var(--ml-dark) !important;
  color: var(--ml-white) !important;
}

.btn__secondary.btn__outlined,
.btn__primary.btn__outlined {
  background-color: transparent !important;
  border-color: var(--ml-primary) !important;
  color: var(--ml-primary) !important;
}

.btn__secondary.btn__outlined:hover,
.btn__primary.btn__outlined:hover {
  background-color: var(--ml-primary) !important;
  color: var(--ml-white) !important;
}

.heading__subtitle,
.colored__text,
.color-secondary,
.color-accent {
  color: var(--ml-primary) !important;
}

.nav__item-link.active,
.nav__item-link:hover,
.footer a:hover,
.topbar__text a:hover {
  color: var(--ml-primary) !important;
}

.service-item,
.feature-item,
.review-card,
.gallery-card,
.quote-form-card,
.contact-form-card,
.contact-method-card,
.quote-benefit {
  border-radius: 14px !important;
  transition: all 0.3s ease;
}

.service-item:hover,
.feature-item:hover,
.review-card:hover,
.gallery-card:hover,
.quote-benefit:hover,
.contact-method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(15, 76, 129, 0.12) !important;
}

.form-control {
  border-radius: 8px !important;
  border-color: var(--ml-border) !important;
}

.form-control:focus {
  border-color: var(--ml-primary) !important;
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.08) !important;
}

.footer{

background:#081729 !important;

}

.footer-widget__title {
  color: var(--ml-white) !important;
}

.whatsapp-float {
  background-color: #25d366 !important;
}

@media (max-width: 767px) {
  .slide__title,
  .pagetitle__heading {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }

  .slide__desc,
  .pagetitle__desc {
    font-size: 16px !important;
  }

  .btn {
    margin-bottom: 12px;
  }

  .header-topbar {
    display: none;
  }
}
.header-topbar{

background:#0B1F3A !important;

border-bottom:1px solid rgba(255,255,255,.08);

}

.header-topbar,
.header-topbar a,
.header-topbar span {
  color: #ffffff !important;
}

.sticky-navbar{

background:#ffffff !important;

box-shadow:

0 10px 30px rgba(11,31,58,.07);

}

.navbar-brand img.logo-dark {
  max-height: 64px;
}

.nav__item-link {
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

.nav__item-link.active {
  color: #0f4c81 !important;
}

.action__btn-request {
  border-radius: 8px !important;
  padding: 0 24px !important;
}

@media (max-width: 991px) {
  .navbar-brand img.logo-dark {
    max-height: 54px;
  }

  .navbar-nav .nav__item {
    border-bottom: 1px solid #e6edf3;
  }

  .nav__item-link {
    padding: 14px 0 !important;
  }
}
/* About section cleanup */
.about-layout1 .rating {
  display: none !important;
}

.about-layout1 .slick-dots {
  display: none !important;
}

.heading__subtitle {
  font-family: Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0B5ED7 !important;
}
.ml-about-premium {
  padding: 110px 0;
  background: #ffffff;
}

.ml-about-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(11,31,58,.14);
}

.ml-about-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.ml-section-label {
  display: inline-block;
  color: #0B5ED7;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.ml-about-content h2 {
  font-size: 48px;
  line-height: 1.15;
  color: #0B1F3A;
  margin-bottom: 24px;
}

.ml-about-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #4B5563;
  margin-bottom: 18px;
}

.ml-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  margin: 30px 0;
}

.ml-about-grid div {
  font-weight: 700;
  color: #1F2937;
}

.ml-about-grid i {
  color: #0B5ED7;
  margin-right: 8px;
}

.ml-about-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .ml-about-image img {
    height: 380px;
  }

  .ml-about-content h2 {
    font-size: 36px;
  }

  .ml-about-grid {
    grid-template-columns: 1fr;
  }
}
/* Premium Service Cards */

.service-item{

background:#ffffff;

border:1px solid #edf2f7;

border-radius:20px;

padding:40px 30px;

text-align:center;

height:100%;

transition:all .35s ease;

box-shadow:0 10px 30px rgba(11,31,58,.05);

}

.service-item:hover{

transform:translateY(-8px);

box-shadow:

0 25px 50px rgba(11,31,58,.12);

border-color:#0B5ED7;

}

.service-item .service__icon{

font-size:60px;

margin-bottom:25px;

color:#0B5ED7;

}

.service-item .service__title{

font-size:24px;

font-weight:700;

color:#0B1F3A;

margin-bottom:15px;

}

.service-item .service__desc{

font-size:16px;

line-height:1.8;

color:#6B7280;

}

.service-item .btn{

margin-top:20px;

}
.section-title{

max-width:700px;

margin:auto;

text-align:center;

margin-bottom:60px;

}

.section-title h2{

font-size:48px;

font-weight:800;

color:#0B1F3A;

}

.section-title p{

font-size:18px;

color:#6B7280;

}
/* Premium Footer */

.footer {
  background: #081729 !important;
  color: #dbe7f3 !important;
}

.footer-primary {
  padding-top: 80px !important;
  padding-bottom: 55px !important;
}

.footer h3,
.footer-widget__title {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.footer .contact-list li,
.footer .contact-list a,
.footer-widget-nav a {
  color: #dbe7f3 !important;
  line-height: 1.8;
}

.footer-widget-nav a:hover,
.footer .contact-list a:hover {
  color: #60A5FA !important;
  padding-left: 4px;
}

.footer-secondary {
  background: #06111f !important;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer__copyrights span {
  color: #b8c7d8 !important;
}

.footer .social-icons a {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
}

.footer .social-icons a:hover {
  background: #0B5ED7;
  color: #ffffff !important;
}

#scrollTopBtn {
  background: #0B5ED7 !important;
  color: #ffffff !important;
  border-radius: 8px;
}
/* Premium Hero / Page Banners */

.slider .slide-item,
.page-title-layout1,
.page-title-layout4 {
  position: relative;
}

.slider .bg-overlay:before,
.page-title-light.bg-overlay:before {
  background: linear-gradient(
    90deg,
    rgba(8,23,41,.88) 0%,
    rgba(11,31,58,.70) 45%,
    rgba(11,94,215,.20) 100%
  ) !important;
}

.slide__title,
.pagetitle__heading {
  font-weight: 800 !important;
  letter-spacing: -1px;
}

.slide__desc,
.pagetitle__desc {
  font-weight: 500;
  max-width: 760px;
}

.slider .btn {
  border-radius: 10px !important;
  min-height: 56px;
  padding: 0 28px !important;
  font-weight: 800 !important;
}

.slider .btn__white {
  background: #ffffff !important;
  color: #0B1F3A !important;
  border-color: #ffffff !important;
}

.slider .btn__white:hover {
  background: #F3F8FD !important;
  color: #0B5ED7 !important;
}

.page-title-layout1,
.page-title-layout4 {
  min-height: 420px;
  display: flex;
  align-items: center;
}

.breadcrumb {
  margin-top: 20px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .slider .slide-item {
    min-height: 650px;
  }

  .page-title-layout1,
  .page-title-layout4 {
    min-height: 360px;
  }

  .slide__title {
    font-size: 42px !important;
  }

  .pagetitle__heading {
    font-size: 38px !important;
  }
}
/* Ultra Premium Homepage Hero */

.ml-hero-premium {
  position: relative;
  min-height: 92vh;
  background:
    linear-gradient(90deg, rgba(8,23,41,.94) 0%, rgba(11,31,58,.82) 48%, rgba(11,94,215,.20) 100%),
    url("../images/sliders/1.jpg") center center/cover no-repeat;
  overflow: hidden;
}

.ml-hero-premium::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 520px;
  height: 520px;
  background: rgba(11,94,215,.18);
  border-radius: 50%;
  filter: blur(4px);
}

.ml-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  max-width: 760px;
}

.ml-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 26px;
  backdrop-filter: blur(8px);
}

.ml-hero-content h1 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 26px;
}

.ml-hero-content p {
  color: rgba(255,255,255,.88);
  font-size: 21px;
  line-height: 1.7;
  max-width: 680px;
  margin-bottom: 34px;
}

.ml-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.ml-hero-btn {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease;
}

.ml-hero-btn.primary {
  background: #0B5ED7;
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(11,94,215,.35);
}

.ml-hero-btn.primary:hover {
  background: #ffffff;
  color: #0B1F3A;
  transform: translateY(-3px);
}

.ml-hero-btn.light {
  background: rgba(255,255,255,.94);
  color: #0B1F3A;
}

.ml-hero-btn.light:hover {
  background: #F3F8FD;
  color: #0B5ED7;
  transform: translateY(-3px);
}

.ml-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 720px;
}

.ml-hero-trust div {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 18px;
  backdrop-filter: blur(8px);
}

.ml-hero-trust strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 5px;
}

.ml-hero-trust span {
  color: rgba(255,255,255,.75);
  font-size: 14px;
}

.ml-hero-card {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.96);
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.65);
}

.ml-hero-card h3 {
  color: #0B1F3A;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.ml-hero-card p {
  color: #4B5563;
  line-height: 1.8;
  margin-bottom: 25px;
}

.ml-hero-card a {
  color: #0B5ED7;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ml-hero-premium {
    min-height: auto;
    padding: 140px 0 90px;
  }

  .ml-hero-content {
    padding-top: 0;
  }

  .ml-hero-content h1 {
    font-size: 48px;
  }

  .ml-hero-content p {
    font-size: 18px;
  }

  .ml-hero-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ml-hero-content h1 {
    font-size: 40px;
  }

  .ml-hero-actions {
    display: block;
  }

  .ml-hero-btn {
    width: 100%;
    margin-bottom: 12px;
  }
}
/* Premium Top Header */

.header-topbar {

  background: linear-gradient(
    90deg,
    #081729 0%,
    #0B1F3A 60%,
    #0B5ED7 100%
  ) !important;

  border-bottom: 3px solid #60A5FA;

  padding: 10px 0;
}

.header-topbar .topbar__text,
.header-topbar a {

  color: #ffffff !important;

  font-weight: 600;

  font-size: 15px;
}

.header-topbar a {

  background: rgba(255,255,255,.12);

  padding: 8px 14px;

  border-radius: 50px;

  margin-right: 10px;

  transition: .3s;
}

.header-topbar a:hover {

  background: #ffffff;

  color: #0B1F3A !important;

  transform: translateY(-2px);
}

.header-topbar .hours {

  background: rgba(96,165,250,.22);

  padding: 8px 16px;

  border-radius: 50px;

  font-weight: 700;
}
/* Ultra Premium Quote Page */

.ml-quote-wrapper{

padding:100px 0;

background:#F8FAFC;

}

.ml-quote-heading{

text-align:center;

margin-bottom:60px;

}

.ml-quote-heading span{

display:inline-block;

padding:10px 24px;

background:#EAF2FF;

border-radius:40px;

font-weight:700;

color:#2563EB;

margin-bottom:20px;

}

.ml-quote-heading h1{

font-size:72px;

font-weight:900;

color:#0F172A;

line-height:1.1;

margin-bottom:18px;

}

.ml-quote-heading h1 .blue{

color:#2563EB;

}

.ml-quote-heading p{

font-size:24px;

color:#64748B;

}

.ml-quote-card{

background:white;

border-radius:28px;

padding:50px;

box-shadow:

0 30px 80px rgba(37,99,235,.08);

border:1px solid #E2E8F0;

}

.ml-sidebar{

background:

linear-gradient(

180deg,

#0F2A52,

#163B74,

#2563EB

);

border-radius:28px;

padding:45px;

color:white;

height:100%;

position:relative;

overflow:hidden;

}

.ml-sidebar:before{

content:"";

position:absolute;

width:500px;

height:500px;

border-radius:50%;

background:

rgba(255,255,255,.04);

bottom:-260px;

right:-260px;

}

.ml-sidebar h3{

font-size:48px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

}

.ml-sidebar p{

font-size:20px;

line-height:1.8;

opacity:.95;

}

.ml-contact-item{

display:flex;

align-items:center;

gap:16px;

margin-bottom:25px;

font-size:19px;

}

.ml-contact-item i{

width:46px;

height:46px;

background:rgba(255,255,255,.12);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

}

.ml-action-btn{

width:100%;

height:62px;

border-radius:14px;

font-weight:800;

font-size:20px;

margin-top:18px;

border:none;

transition:.3s;

}

.ml-whatsapp{

background:#2563EB;

color:white;

}

.ml-book{

background:white;

color:#2563EB;

}

.ml-deposit{

background:white;

color:#2563EB;

}

.ml-action-btn:hover{

transform:translateY(-3px);

}

.ml-form-title{

font-size:48px;

font-weight:800;

color:#0F172A;

margin-bottom:10px;

}

.ml-form-desc{

font-size:20px;

color:#64748B;

margin-bottom:40px;

}

.form-control{

height:64px !important;

border-radius:14px !important;

border:1px solid #DCE5F0 !important;

font-size:18px !important;

padding-left:22px !important;

}

textarea.form-control{

height:180px !important;

padding-top:22px !important;

}

.form-control:focus{

border-color:#2563EB !important;

box-shadow:

0 0 0 5px

rgba(37,99,235,.08)!important;

}

.submit-btn{

width:100%;

height:72px;

border-radius:16px;

border:none;

background:

linear-gradient(

90deg,

#2563EB,

#3B82F6

);

color:white;

font-size:24px;

font-weight:800;

margin-top:25px;

box-shadow:

0 20px 45px

rgba(37,99,235,.25);

}

.submit-btn:hover{

transform:translateY(-3px);

}

.ml-note{

text-align:center;

margin-top:25px;

color:#64748B;

font-size:18px;

}
.ml-quote-wrapper {
  padding: 90px 0;
  background: #f8fbff;
}

.ml-quote-heading {
  text-align: center;
  margin-bottom: 55px;
}

.ml-quote-heading span {
  display: inline-block;
  background: #eaf2ff;
  color: #2563eb;
  padding: 8px 22px;
  border-radius: 40px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ml-quote-heading h1 {
  font-size: 58px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
}

.ml-quote-heading h1 b {
  color: #2563eb;
}

.ml-quote-heading p {
  font-size: 20px;
  color: #64748b;
}

.ml-quote-sidebar {
  height: 100%;
  padding: 40px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(160deg, #06172f, #0b2f63 60%, #1d4ed8);
  box-shadow: 0 25px 60px rgba(15, 23, 42, .18);
}

.ml-sidebar-icon {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 30px;
}

.ml-quote-sidebar h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 20px;
}

.ml-quote-sidebar h2 span {
  color: #60a5fa;
}

.ml-quote-sidebar p {
  color: rgba(255,255,255,.9);
  line-height: 1.8;
}

.ml-quote-contact {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}

.ml-quote-contact li {
  display: flex;
  gap: 14px;
  color: #fff;
  margin-bottom: 17px;
  line-height: 1.6;
}

.ml-quote-contact a {
  color: #fff;
}

.ml-quote-contact i {
  color: #bfdbfe;
  margin-top: 5px;
}

.ml-sidebar-actions a {
  height: 58px;
  border-radius: 12px;
  background: #fff;
  color: #2563eb !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  margin-top: 14px;
  text-decoration: none;
}

.ml-sidebar-actions a:first-child {
  background: #2563eb;
  color: #fff !important;
}

.ml-quote-form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 25px 70px rgba(37, 99, 235, .08);
}

.ml-form-head {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.ml-form-icon {
  width: 58px;
  height: 58px;
  background: #eaf2ff;
  color: #2563eb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.ml-form-head h2 {
  font-size: 32px;
  color: #0f172a;
  font-weight: 900;
  margin-bottom: 6px;
}

.ml-form-head p {
  color: #64748b;
  margin: 0;
}

.ml-quote-form-card label {
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.ml-quote-form-card .form-control {
  height: 56px !important;
  border-radius: 12px !important;
  border: 1px solid #cbd5e1 !important;
  background: #fff !important;
  margin-bottom: 22px;
}

.ml-quote-form-card textarea.form-control {
  min-height: 140px !important;
}

.ml-submit-quote {
  width: 100%;
  height: 64px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ml-safe-note {
  text-align: center;
  color: #64748b;
  margin-top: 18px;
}

@media (max-width: 991px) {
  .ml-quote-heading h1 {
    font-size: 40px;
  }

  .ml-quote-form-card,
  .ml-quote-sidebar {
    padding: 28px;
  }
}
/* Premium Why Choose Us Section */

.ml-why-premium {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ml-section-label {
  display: inline-block;
  color: #2563eb;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.ml-section-title {
  font-size: 46px;
  line-height: 1.18;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 18px;
}

.ml-section-desc {
  max-width: 760px;
  margin: 0 auto;
  color: #64748b;
  font-size: 18px;
  line-height: 1.8;
}

.ml-feature-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 42px 34px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
}

.ml-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.25);
}

.ml-feature-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  font-size: 38px;
}

.ml-feature-card h3 {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 14px;
}

.ml-feature-card p {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}

.icon-blue {
  background: #eaf2ff;
  color: #2563eb;
}

.icon-green {
  background: #eafaf0;
  color: #22c55e;
}

.icon-purple {
  background: #f1efff;
  color: #4f46e5;
}

.icon-teal {
  background: #e6fbff;
  color: #0891b2;
}

.icon-indigo {
  background: #edf4ff;
  color: #1d4ed8;
}

.icon-pink {
  background: #fff0f6;
  color: #db2777;
}

.ml-quality-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2563eb;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 14px 24px;
  border-radius: 50px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.ml-quality-note i {
  color: #2563eb;
}

@media (max-width: 991px) {
  .ml-section-title {
    font-size: 36px;
  }

  .ml-feature-card {
    padding: 34px 28px;
  }
}

@media (max-width: 575px) {
  .ml-why-premium {
    padding: 70px 0;
  }

  .ml-section-title {
    font-size: 30px;
  }

  .ml-section-desc {
    font-size: 16px;
  }
}
/* Clean footer contact spacing after single phone update */

.ml-footer-contact-clean {
  margin-top: 22px !important;
}

.ml-footer-contact-clean li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  line-height: 1.6 !important;
}

.ml-footer-contact-clean li:empty {
  display: none !important;
}

.ml-footer-contact-clean i {
  width: 22px !important;
  min-width: 22px !important;
  margin-top: 4px !important;
  color: #ffffff !important;
}

.ml-footer-contact-clean a,
.ml-footer-contact-clean span {
  color: #ffffff !important;
  font-weight: 600 !important;
}
/* PayPal Deposit Button */

.ml-paypal-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
  background: #163f8f !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
}

.ml-paypal-btn span,
.ml-paypal-btn i {
  color: #ffffff !important;
}

.ml-paypal-btn:hover {
  background: #0b2f73 !important;
  color: #ffffff !important;
}
/* PayPal Payment Box */

.ml-paypal-payment-box {
  margin-top: 24px !important;
  padding: 24px !important;
  background: #f4f8ff !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 18px !important;
  text-align: center !important;
}

.ml-paypal-payment-box p {
  margin-bottom: 14px !important;
  color: #0b1f3a !important;
  font-weight: 600 !important;
}

.ml-paypal-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 260px !important;
  padding: 16px 24px !important;
  background: #163f8f !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.ml-paypal-btn span,
.ml-paypal-btn i {
  color: #ffffff !important;
}

.ml-paypal-btn:hover {
  background: #0b2f73 !important;
  color: #ffffff !important;
}
/* PayPal Payment Box */

.ml-paypal-payment-box {
  max-width: 620px !important;
  margin: 28px auto 0 !important;
  padding: 28px 24px !important;
  background: #f5f9ff !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 20px !important;
  text-align: center !important;
  box-shadow: 0 14px 35px rgba(8, 31, 58, 0.08) !important;
}

.ml-paypal-payment-box .ml-paypal-small-title {
  margin: 0 0 6px !important;
  color: #163f8f !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.ml-paypal-payment-box h4 {
  margin: 0 0 18px !important;
  color: #071f3f !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.ml-paypal-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: 280px !important;
  min-height: 58px !important;
  padding: 0 28px !important;
  background: #003087 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.ml-paypal-btn i,
.ml-paypal-btn span {
  color: #ffffff !important;
}

.ml-paypal-btn:hover {
  background: #00246b !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
/* Apple-inspired typography style */

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav__item-link,
.btn,
button {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: -0.03em;
}

h1 {
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

h2 {
  font-weight: 700 !important;
  line-height: 1.12 !important;
}

h3,
h4 {
  font-weight: 650 !important;
  line-height: 1.18 !important;
}

p,
li,
input,
textarea,
select {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.65;
}

.btn,
button {
  font-weight: 700 !important;
  letter-spacing: -0.015em;
}
/* PayPal Hosted Button Box */

.ml-paypal-payment-box {
  max-width: 620px !important;
  margin: 28px auto 0 !important;
  padding: 28px 24px !important;
  background: #f5f9ff !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 20px !important;
  text-align: center !important;
  box-shadow: 0 14px 35px rgba(8, 31, 58, 0.08) !important;
}
/* PayPal Hosted Payment Section */

.ml-paypal-payment-box {
  max-width: 760px !important;
  margin: 36px auto 0 !important;
  padding: 34px 28px 38px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 24px !important;
  text-align: center !important;
  box-shadow: 0 22px 55px rgba(8, 31, 58, 0.10) !important;
}

.ml-paypal-heading {
  max-width: 560px !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
}

.ml-paypal-heading span {
  display: inline-block !important;
  margin-bottom: 8px !important;
  color: #0a5cff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

.ml-paypal-heading h4 {
  margin: 0 0 10px !important;
  color: #071f3f !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.ml-paypal-heading p {
  margin: 0 !important;
  color: #52677f !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.ml-paypal-hosted-center {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.ml-paypal-hosted-center > div {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.ml-paypal-hosted-center iframe {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}
/* Scheduling timetable fields */

.ml-schedule-note {
  margin: 4px 0 20px !important;
  padding: 14px 16px !important;
  background: #f4f8ff !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 14px !important;
  color: #52677f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

#bookingDate,
#bookingTime,
#durationHours {
  height: 58px !important;
  border-radius: 14px !important;
  font-weight: 600 !important;
}
/* Fix scheduling field spacing */

#bookingDate,
#bookingTime,
#durationHours {
  width: 100% !important;
  height: 62px !important;
  font-size: 16px !important;
  padding: 0 24px !important;
  white-space: nowrap !important;
}

#bookingTime option,
#durationHours option {
  font-size: 15px !important;
}
/* Fix Free Quote page layout */

.ml-quote-wrapper {
  align-items: flex-start !important;
}

.ml-quote-sidebar {
  min-height: auto !important;
  height: auto !important;
  padding: 52px 34px !important;
  border-radius: 28px !important;
}

.ml-quote-sidebar h2,
.ml-quote-sidebar h3 {
  font-size: 34px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 22px !important;
}

.ml-quote-sidebar p {
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin-bottom: 28px !important;
}

.ml-quote-sidebar .btn,
.ml-quote-sidebar a.btn {
  width: 100% !important;
  min-height: 58px !important;
  margin-top: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 14px !important;
}

.ml-quote-form-card {
  overflow: visible !important;
}

.ml-quote-form-card .form-control,
.ml-quote-form-card select,
.ml-quote-form-card input,
.ml-quote-form-card textarea {
  max-width: 100% !important;
}
/* Fix header overlap on Free Quote page */

.header,
.header .navbar,
.header .navbar-area,
.header .header-wrapper {
  min-height: auto !important;
}

.header .navbar {
  display: flex !important;
  align-items: center !important;
}

.navbar-nav {
  align-items: center !important;
}

.navbar-nav .nav__item {
  margin: 0 14px !important;
}

.navbar-nav .nav__item-link {
  line-height: 1.2 !important;
  padding: 34px 0 !important;
}

.header .btn,
.header a.btn {
  min-height: 54px !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Fix broken empty buttons in Free Quote header */

.header .navbar .btn:empty,
.header .navbar a.btn[href="#"],
.header .navbar .paypal-payment-link,
.header .navbar .ml-paypal-btn,
.header .navbar .ml-paypal-temp-btn {
  display: none !important;
}

.header .navbar-nav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

.header .navbar-nav .nav__item {
  margin: 0 !important;
}

.header .navbar-nav .nav__item-link {
  padding: 28px 0 !important;
  line-height: 1.2 !important;
}
/* Free Quote page header repair */

.quote-page .navbar-nav .nav__item .btn,
.quote-page .navbar-nav .btn,
.quote-page .navbar a.btn[href="#"],
.quote-page .navbar .paypal-payment-link,
.quote-page .navbar .ml-paypal-btn,
.quote-page .navbar .ml-paypal-temp-btn {
  display: none !important;
}

.quote-page .navbar-nav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

.quote-page .navbar-nav .nav__item {
  margin: 0 !important;
}

.quote-page .navbar-nav .nav__item-link {
  padding: 28px 0 !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

/* PayPal section center alignment */

.ml-paypal-payment-box {
  max-width: 760px !important;
  margin: 36px auto 0 !important;
  padding: 34px 28px 38px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 24px !important;
  text-align: center !important;
  box-shadow: 0 22px 55px rgba(8, 31, 58, 0.10) !important;
}

.ml-paypal-heading {
  max-width: 560px !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
}

.ml-paypal-heading span {
  display: inline-block !important;
  margin-bottom: 8px !important;
  color: #0a5cff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.ml-paypal-heading h4 {
  margin: 0 0 10px !important;
  color: #071f3f !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.ml-paypal-heading p {
  max-width: 520px !important;
  margin: 0 auto !important;
  color: #52677f !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.ml-paypal-hosted-center {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.ml-paypal-hosted-center iframe {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}
/* Clean PayPal section on Free Quote page */

.ml-paypal-payment-box {
  max-width: 760px !important;
  margin: 36px auto 0 !important;
  padding: 38px 32px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 24px !important;
  text-align: center !important;
  box-shadow: 0 22px 55px rgba(8, 31, 58, 0.10) !important;
}

.ml-paypal-heading {
  max-width: 560px !important;
  margin: 0 auto 26px !important;
  text-align: center !important;
}

.ml-paypal-heading span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #0a5cff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.ml-paypal-heading h4 {
  margin: 0 0 10px !important;
  color: #071f3f !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.ml-paypal-heading p {
  max-width: 520px !important;
  margin: 0 auto !important;
  color: #52677f !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.ml-paypal-hosted-center {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
}

.ml-paypal-hosted-center iframe,
.ml-paypal-hosted-center > div {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}
/* PayPal alignment fix only */

.ml-paypal-payment-box {
  max-width: 760px !important;
  width: 100% !important;
  margin: 36px auto 0 !important;
  padding: 38px 32px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.ml-paypal-heading {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto 26px !important;
  text-align: center !important;
}

.ml-paypal-heading span,
.ml-paypal-heading h4,
.ml-paypal-heading p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-paypal-hosted-center {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.ml-paypal-hosted-center iframe,
.ml-paypal-hosted-center > div {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

#paypal-container-8Z8RDVNH5CRQ4 {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
/* Final PayPal placement and alignment */

.ml-paypal-payment-box {
  max-width: 760px !important;
  width: 100% !important;
  margin: 40px auto 0 !important;
  padding: 38px 32px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
  border: 1px solid #d8e6ff !important;
  border-radius: 24px !important;
  text-align: center !important;
  box-shadow: 0 22px 55px rgba(8, 31, 58, 0.10) !important;
}

.ml-paypal-heading {
  max-width: 560px !important;
  margin: 0 auto 26px !important;
  text-align: center !important;
}

.ml-paypal-heading span {
  display: block !important;
  color: #0a5cff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 8px !important;
}

.ml-paypal-heading h4 {
  color: #071f3f !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  margin: 0 0 10px !important;
}

.ml-paypal-heading p {
  max-width: 520px !important;
  margin: 0 auto !important;
  color: #52677f !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.ml-paypal-frame-wrap {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
}

#paypal-container-8Z8RDVNH5CRQ4 {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
/* Final PayPal center alignment only */

.ml-paypal-payment-box {
  text-align: center !important;
}

.ml-paypal-heading {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-paypal-heading span,
.ml-paypal-heading h4,
.ml-paypal-heading p {
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-paypal-frame-wrap {
  width: 100% !important;
  max-width: 460px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

#paypal-container-8Z8RDVNH5CRQ4 {
  width: 100% !important;
  max-width: 460px !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
}

#paypal-container-8Z8RDVNH5CRQ4 > div,
#paypal-container-8Z8RDVNH5CRQ4 iframe {
  width: 100% !important;
  max-width: 460px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* Free Quote page spacing cleanup only */

.quote-page .page-title-layout4 {
  padding-top: 90px !important;
  padding-bottom: 75px !important;
  min-height: auto !important;
}

.quote-page .pagetitle__heading {
  margin-bottom: 12px !important;
}

.quote-page .pagetitle__desc {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.quote-page .breadcrumb {
  margin-top: 14px !important;
}

.quote-page .trust-strip {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.quote-page .trust-item {
  padding: 12px 10px !important;
}

.quote-page .trust-item i {
  margin-bottom: 6px !important;
}

.quote-page .ml-quote-wrapper {
  padding-top: 55px !important;
  padding-bottom: 35px !important;
}

.quote-page .ml-quote-heading {
  margin-bottom: 30px !important;
}

.quote-page .ml-quote-heading h1 {
  margin-bottom: 10px !important;
}

.quote-page .ml-quote-heading p {
  margin-bottom: 0 !important;
}

.quote-page .ml-quote-sidebar {
  min-height: auto !important;
  height: auto !important;
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.quote-page .ml-quote-sidebar h2 {
  margin-bottom: 18px !important;
}

.quote-page .ml-quote-sidebar p {
  margin-bottom: 20px !important;
}

.quote-page .ml-quote-contact {
  margin-bottom: 20px !important;
}

.quote-page .ml-quote-form-card {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.quote-page .ml-paypal-payment-box {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}

.quote-page .row.mt-60 {
  margin-top: 35px !important;
}

.quote-page .quote-benefit {
  padding: 22px !important;
}

.quote-page .footer {
  margin-top: 0 !important;
}

.quote-page section {
  margin-bottom: 0 !important;
}
/* Compact PayPal payment box */

.quote-page .ml-paypal-payment-box {
  max-width: 640px !important;
  margin: 26px auto 0 !important;
  padding: 30px 28px 28px !important;
  border-radius: 22px !important;
  min-height: auto !important;
}

.quote-page .ml-paypal-payment-box .section-title,
.quote-page .ml-paypal-payment-box .ml-section-title {
  margin-bottom: 18px !important;
}

.quote-page .ml-paypal-payment-box h2,
.quote-page .ml-paypal-payment-box h3 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.2 !important;
}

.quote-page .ml-paypal-payment-box p {
  max-width: 520px !important;
  margin: 0 auto 18px !important;
  line-height: 1.5 !important;
}

.quote-page .ml-paypal-frame-wrap {
  max-width: 450px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.quote-page #paypal-container-8Z8RDVNH5CRQ4 {
  max-width: 450px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}