/*=================================================
    Modern Home — shared visual refresh for index.html,
    contact.html and faq.html.
    Scoped entirely under body.modern-home so pages that
    don't opt in (or don't have a given section) are
    completely unaffected.
    Content, IDs, names and form behaviour are untouched.
==============================================================*/

body.modern-home {
  --mh-brand: #0c5adb;
  --mh-brand-dark: #083fae;
  --mh-brand-deep: #00138e;
  --mh-ink: #101b2d;
  --mh-body: #566072;
  --mh-muted: #8993a4;
  --mh-bg-soft: #f4f7fc;
  --mh-bg-soft-2: #eaf1fd;
  --mh-border: #e7ebf3;
  --mh-footer-bg: #071634;
  --mh-radius-xl: 28px;
  --mh-radius-lg: 20px;
  --mh-radius-md: 14px;
  --mh-radius-sm: 10px;
  --mh-shadow-sm: 0 2px 12px rgba(16, 27, 45, 0.05);
  --mh-shadow-md: 0 16px 36px rgba(16, 27, 45, 0.09);
  --mh-shadow-lg: 0 30px 64px rgba(16, 27, 45, 0.16);
  color: var(--mh-body);
}

body.modern-home .container {
  max-width: 1200px;
}

/*=================================================
    Section titles
==============================================================*/
body.modern-home .xs-heading .section-subtitle {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9333333333rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--mh-brand);
}
body.modern-home h1,
body.modern-home h2,
body.modern-home h3,
body.modern-home h4,
body.modern-home h5,
body.modern-home .section-title {
  color: var(--mh-ink);
}
body.modern-home .section-title {
  font-weight: 800;
  letter-spacing: -0.3px;
}
body.modern-home .xs-heading .line {
  padding-top: 18px;
}
body.modern-home .xs-heading .line::before {
  display: none;
}
body.modern-home .xs-heading .line::after {
  width: 56px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--mh-brand);
}
body.modern-home .xs-heading.text-center .line::after {
  left: 50%;
  transform: translateX(-50%);
}

/*=================================================
    Buttons
==============================================================*/
body.modern-home .btn {
  height: auto;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 38px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.9333333333rem;
  letter-spacing: 0.2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
body.modern-home .btn:not([class*="btn-outline-"]) {
  box-shadow: var(--mh-shadow-sm);
}
body.modern-home .btn.btn-primary {
  background-color: var(--mh-brand);
}
body.modern-home .btn.btn-primary:hover {
  background-color: var(--mh-brand-dark);
  transform: translateY(-3px);
  box-shadow: var(--mh-shadow-md);
}
body.modern-home .btn.btn-info {
  color: var(--mh-brand-deep);
}
body.modern-home .btn.btn-info:hover {
  transform: translateY(-3px);
  box-shadow: var(--mh-shadow-md);
}
body.modern-home .btn.icon-right,
body.modern-home .btn.icon-left {
  gap: 10px;
}
body.modern-home .btn.icon-right i,
body.modern-home .btn.icon-left i {
  line-height: 1;
  float: none;
  padding: 0;
}
body.modern-home .btn.icon-right i {
  order: 2;
}
body.modern-home .btn.icon-left i {
  order: -1;
}

/*=================================================
    Top bar
==============================================================*/
body.modern-home .xs-top-bar {
  background: linear-gradient(90deg, var(--mh-brand-dark), var(--mh-brand));
  padding: 11px 0;
}
body.modern-home .xs-top-bar-info li a,
body.modern-home .xs-top-bar .xs-list li a {
  opacity: 0.92;
  transition: opacity 0.3s ease;
}
body.modern-home .xs-top-bar-info li a:hover,
body.modern-home .xs-top-bar .xs-list li a:hover {
  opacity: 1;
}

/*=================================================
    Header / Nav
==============================================================*/
body.modern-home .header-tranparent-style2 .xs-header.header-main {
  box-shadow: 0 1px 0 rgba(16, 27, 45, 0.06);
}
body.modern-home .nav-sticky.sticky-header.sticky {
  box-shadow: var(--mh-shadow-md);
}
body.modern-home .xs-menus .nav-menu > li > a {
  font-weight: 700;
  font-size: 0.9333333333rem;
  letter-spacing: 0.3px;
}
body.modern-home .navSidebar-button,
body.modern-home .xs-header.header-main .navSidebar-wraper .navSidebar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--mh-brand);
  color: #fff !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
body.modern-home .navSidebar-button:hover,
body.modern-home .xs-header.header-main .navSidebar-wraper .navSidebar-button:hover {
  background-color: var(--mh-brand-dark);
  color: #fff !important;
  transform: translateY(-2px);
}

/* mobile off-canvas menu */
body.modern-home .xs_nav-portrait .nav-menus-wrapper {
  box-shadow: var(--mh-shadow-lg);
}
body.modern-home .xs_nav-portrait .nav-menu > li > a {
  font-weight: 700;
  color: var(--mh-ink);
}
body.modern-home .xs_nav-portrait .nav-menu > li:hover > a,
body.modern-home .xs_nav-portrait .nav-menu > li.active > a {
  color: var(--mh-brand);
  background-color: var(--mh-bg-soft);
}
body.modern-home .nav-toggle:before {
  background-color: var(--mh-brand);
  box-shadow: 0 0.5em 0 0 var(--mh-brand), 0 1em 0 0 var(--mh-brand);
}
body.modern-home .nav-menus-wrapper-close-button {
  color: var(--mh-brand);
}

/* quick-info sidebar */
body.modern-home .close-side-widget {
  color: var(--mh-brand);
}
body.modern-home .sidebar-textwidget p {
  color: var(--mh-body);
}

/*=================================================
    Hero / Banner
==============================================================*/
body.modern-home .xs-banner.banner-v2 {
  position: relative;
  background: radial-gradient(ellipse at top, var(--mh-bg-soft-2) 0%, #ffffff 55%);
  overflow: hidden;
}
body.modern-home .xs-banner.banner-v2 .single-banner-slide {
  min-height: min(calc(560px + 38vw), 1016px);
  padding-top: 60px;
  background-size: min(1200px, 100%) auto;
}
body.modern-home .xs-banner-content.banner-content-v2 {
  margin-top: 40px;
}
body.modern-home .xs-banner-content.banner-content-v2 .banner-subtitle {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: rgba(12, 90, 219, 0.1);
  font-size: 0.9333333333rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
body.modern-home .xs-banner-content.banner-content-v2 .banner-title {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.12;
}
body.modern-home .xs-banner-content.banner-content-v2 p {
  font-size: 1.1333333333rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
body.modern-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 36px 0 40px;
}
body.modern-home .hero-stat {
  flex: 1 1 170px;
  max-width: 220px;
  padding: 26px 20px;
  border-radius: var(--mh-radius-md);
  background-color: #fff;
  border: 1px solid var(--mh-border);
  box-shadow: var(--mh-shadow-sm);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
body.modern-home .hero-stat:hover {
  transform: translateY(-4px);
  box-shadow: var(--mh-shadow-md);
}
body.modern-home .hero-stat-number {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.2666666667rem;
  font-weight: 900;
  color: var(--mh-ink);
  line-height: 1.15;
}
body.modern-home .hero-stat-suffix {
  color: var(--mh-brand);
}
body.modern-home .hero-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 0.9333333333rem;
  color: var(--mh-muted);
}

/*=================================================
    Service info blocks ("why choose us" grid)
==============================================================*/
body.modern-home .service-info-block-area.info-block-style-2 {
  padding-top: 90px;
  padding-bottom: 30px;
}
body.modern-home .service-info-block-area .xs-heading .section-title {
  font-size: 1.7333333333rem;
  font-weight: 700;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
body.modern-home .service-info-block {
  text-align: center;
  height: 100%;
  padding: 40px 30px;
  border-radius: var(--mh-radius-lg);
  border: 1px solid var(--mh-border);
  background-color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
body.modern-home .service-info-block:hover {
  transform: translateY(-6px);
  box-shadow: var(--mh-shadow-md);
  border-color: transparent;
}
body.modern-home .service-info-block .info-block-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-color: var(--mh-bg-soft-2);
}
body.modern-home .service-info-block .info-block-header img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
body.modern-home .service-info-block .service-info-title {
  font-size: 1.1333333333rem;
}
body.modern-home .service-info-block p {
  margin-bottom: 0;
  font-size: 0.9666666667rem;
}

/*=================================================
    Free quote (pill search form)
==============================================================*/
body.modern-home .free-quote-area {
  background: linear-gradient(120deg, var(--mh-brand-dark) 0%, var(--mh-brand) 100%) !important;
  padding: 90px 0;
}
body.modern-home .free-quote-area .xs-heading .section-subtitle {
  color: rgba(255, 255, 255, 0.85);
}
body.modern-home .free-quote-area .xs-heading .section-title {
  color: #fff;
}
body.modern-home .xs-inline-form {
  filter: none;
}
body.modern-home .xs-inline-form .form-control {
  height: 68px;
  font-size: 1rem;
}
body.modern-home .xs-inline-form .check-btn {
  height: 68px;
  background-color: #fff;
  color: var(--mh-brand-deep);
  font-weight: 700;
  letter-spacing: 0.3px;
  border-left: 1px solid rgba(12, 90, 219, 0.2);
}
body.modern-home .xs-inline-form .check-btn:hover {
  background-color: var(--mh-brand);
  color: #fff;
}
body.modern-home .free-quote-area .parallax-icon-wraper .parallax-icon {
  opacity: 0.12;
}

/*=================================================
    Service info section (who we are + checklist)
==============================================================*/
body.modern-home .service-info-section .xs-heading .section-title {
  font-size: 2.6666666667rem;
  max-width: 640px;
}
body.modern-home .service-info-summary h3 {
  color: var(--mh-brand);
  font-size: 1.0666666667rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
body.modern-home .service-info-summary .xs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  padding-left: 0;
  margin-bottom: 40px;
}
body.modern-home .service-info-summary .xs-list > li {
  padding: 14px 16px;
  border-radius: var(--mh-radius-sm);
  background-color: var(--mh-bg-soft);
  font-weight: 600;
  color: var(--mh-ink);
  font-size: 0.9333333333rem;
}
body.modern-home .service-info-summary .xs-list > li:not(:last-child) {
  margin-bottom: 0;
}
body.modern-home .service-info-summary .xs-list.checkbox li::before {
  top: -1px;
}
body.modern-home .service-info-img img {
  border-radius: var(--mh-radius-xl);
}

/*=================================================
    Our security / values section (piecharts)
==============================================================*/
body.modern-home .our-security-section {
  background-color: var(--mh-bg-soft);
  border-radius: var(--mh-radius-xl);
  margin: 0 15px;
  padding: 70px 40px !important;
}
body.modern-home .service-summary-img img {
  border-radius: var(--mh-radius-xl);
}
body.modern-home .piechats-wraper {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
}
body.modern-home .piechats-wraper .single-piechart {
  float: none;
  margin-right: 0 !important;
  padding: 14px;
  border-radius: var(--mh-radius-lg);
  background-color: #fff;
  box-shadow: var(--mh-shadow-sm);
}
body.modern-home .piechats-wraper .single-piechart .chart-content > p {
  margin-bottom: 2px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mh-body);
}
body.modern-home .piechats-wraper .single-piechart .chart-content > .chart-value {
  font-size: 1.3333333333rem;
}

/*=================================================
    Boosting section (Turbo Marketing)
==============================================================*/
body.modern-home .boosting-list {
  padding-left: 66px;
}
body.modern-home .boosting-list .count-number {
  font-size: 3.6rem;
  top: -6px;
  width: 48px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(12, 90, 219, 0.28);
}

/*=================================================
    Platform panel (feature list + illustration)
==============================================================*/
body.modern-home .testimonial-section {
  padding-top: 40px;
  padding-bottom: 100px;
}
body.modern-home .el-1 {
  background: transparent;
}
body.modern-home .css-1vr0u0s {
  background: linear-gradient(135deg, var(--mh-bg-soft-2) 0%, #f7faff 100%);
  border-radius: var(--mh-radius-xl);
  padding: 4rem 4.5rem;
  box-shadow: var(--mh-shadow-sm);
  grid-template-columns: minmax(0, 34rem) minmax(0, 1fr);
}
body.modern-home .font-size-responsive-xl {
  font-weight: 800 !important;
  letter-spacing: -0.5px;
}
body.modern-home .icon-bg {
  background: var(--mh-brand);
  box-shadow: var(--mh-shadow-sm);
}
body.modern-home .css-10fdr26 {
  display: grid;
  flex-shrink: 0;
}
body.modern-home .started-free-button {
  margin-top: 8px;
  padding: 0.9rem 1.75rem;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: var(--mh-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body.modern-home .started-free-button:hover {
  transform: translateY(-3px);
  box-shadow: var(--mh-shadow-md);
}

/*=================================================
    Call to action
==============================================================*/
body.modern-home .call-to-action-area {
  background: linear-gradient(120deg, var(--mh-brand-dark), var(--mh-brand));
  padding: 90px 0;
}
body.modern-home .call-to-action-content h2 {
  font-size: 2.1333333333rem;
  font-weight: 800;
}
body.modern-home .call-to-action-area .btn-wraper .btn {
  border-radius: 100px;
  padding: 18px 38px;
  background-color: #fff;
  color: var(--mh-brand-deep);
}
body.modern-home .call-to-action-area .btn-wraper .btn:hover {
  background-color: var(--mh-ink);
  color: #fff;
}

/*=================================================
    Footer
==============================================================*/
body.modern-home .xs-footer-section {
  background-color: var(--mh-footer-bg);
  background-image: none;
}
body.modern-home .footer-top-area {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
body.modern-home .address-info-list li .address-icon {
  opacity: 0.85;
}
body.modern-home .footer-widget .xs-content-title {
  font-size: 1.1333333333rem;
  position: relative;
  padding-bottom: 14px;
}
body.modern-home .footer-widget .xs-content-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--mh-brand);
}
body.modern-home .footer-widget .xs-lsit li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9333333333rem;
}
body.modern-home .footer-widget .xs-lsit li a:hover {
  color: #fff;
}
body.modern-home .contact-form .form-control {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--mh-radius-sm);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
body.modern-home .contact-form .form-control:focus {
  border-color: var(--mh-brand);
  background-color: rgba(255, 255, 255, 0.1);
}
body.modern-home .contact-form .submit-btn {
  border-radius: var(--mh-radius-sm);
  font-weight: 700;
  width: 100%;
}
body.modern-home .contact-form .submit-btn:hover {
  border-color: var(--mh-brand);
}
body.modern-home .partner-area {
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: var(--mh-radius-lg);
}
body.modern-home .copyright {
  background-color: var(--mh-footer-bg);
}
body.modern-home .copyright .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
body.modern-home .copyright .social-list a:hover {
  background-color: var(--mh-brand);
  border-color: var(--mh-brand);
}

/*=================================================
    Inner banner (contact.html / faq.html breadcrumb hero)
==============================================================*/
body.modern-home .inner-banner-area {
  min-height: 260px;
  background: linear-gradient(120deg, var(--mh-brand-dark), var(--mh-brand));
}
body.modern-home .inner-banner-area .banner-image {
  opacity: 0.14;
}
body.modern-home .inner-banner-title {
  color: #fff;
  font-size: 2.4666666667rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}
body.modern-home .breadcumbs > li {
  opacity: 0.85;
  font-weight: 600;
}
body.modern-home .breadcumbs > li:not(:first-child)::before {
  content: "/";
  opacity: 0.6;
}
body.modern-home .border-divider {
  margin-top: 18px;
  box-shadow: none;
}
body.modern-home .border-divider::before {
  display: none;
}
body.modern-home .border-divider.style-white {
  background-color: rgba(255, 255, 255, 0.85);
}

/*=================================================
    Contact page
==============================================================*/
body.modern-home .contact-info-wraper {
  padding: 0;
}
body.modern-home .single-contact-info {
  height: 100%;
  padding: 40px 26px;
  border-radius: var(--mh-radius-lg);
  border: 1px solid var(--mh-border);
  background-color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
body.modern-home .single-contact-info:hover {
  transform: translateY(-6px);
  box-shadow: var(--mh-shadow-md);
  border-color: transparent;
}
body.modern-home .round-icon {
  width: 74px;
  height: 74px;
  line-height: 74px;
  background-color: var(--mh-bg-soft-2);
  box-shadow: none;
}
body.modern-home .round-icon i {
  font-size: 1.4rem;
}
body.modern-home .contact-from-wraper {
  padding: 50px;
  border-radius: var(--mh-radius-xl);
  background-color: var(--mh-bg-soft);
}
body.modern-home .xs-form .form-control {
  border-radius: var(--mh-radius-sm);
  border-color: var(--mh-border);
  background-color: #fff;
  height: 58px;
}
body.modern-home .xs-form textarea.form-control {
  height: 160px;
  padding-top: 18px;
}
body.modern-home .xs-form .form-control:focus {
  box-shadow: var(--mh-shadow-sm);
}
body.modern-home .btn.style2 {
  border-radius: 100px;
  box-shadow: var(--mh-shadow-sm);
}

/*=================================================
    FAQ page
==============================================================*/
body.modern-home .faqAccordion .card {
  border-radius: var(--mh-radius-md);
  overflow: hidden;
}
body.modern-home .faqAccordion .btn-link {
  border-radius: var(--mh-radius-md);
  box-shadow: var(--mh-shadow-sm);
  padding: 22px 30px;
}
body.modern-home .faqAccordion .btn-link::before {
  color: var(--mh-brand);
  margin-right: 8px;
}
body.modern-home .faqAccordion .card-body {
  padding: 6px 30px 34px;
}
body.modern-home .xs-single-faq {
  padding: 28px 30px;
  border-radius: var(--mh-radius-md);
  background-color: var(--mh-bg-soft);
  margin-bottom: 20px !important;
}
body.modern-home .xs-faq-group [class^="col-"]:first-child .xs-single-faq:last-child,
body.modern-home .xs-faq-group [class^="col-"]:last-child .xs-single-faq:last-child {
  margin-bottom: 0 !important;
}
body.modern-home .xs-single-faq .faq-question {
  font-size: 1.1333333333rem;
}
body.modern-home .xs-faq-group .faq-question::before {
  color: var(--mh-brand);
}
body.modern-home .hiring-content h2 {
  font-weight: 400;
}

/*=================================================
    Responsive
==============================================================*/
@media (max-width: 1199px) {
  body.modern-home .css-1vr0u0s {
    padding: 3rem;
  }
}

@media (max-width: 991px) {
  body.modern-home .single-contact-info {
    margin-bottom: 24px;
  }
  body.modern-home .contact-from-wraper {
    padding: 30px 22px;
  }
  body.modern-home .xs-banner-content.banner-content-v2 .banner-title {
    font-size: 2.8rem;
  }
  body.modern-home .service-info-block-area.info-block-style-2 {
    padding-top: 60px;
  }
  body.modern-home .our-security-section {
    margin: 0;
    border-radius: 0;
    padding: 55px 25px !important;
  }
  body.modern-home .service-info-summary .xs-list {
    grid-template-columns: 1fr;
  }
  body.modern-home .xs-top-bar .col-md-6:first-child {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  body.modern-home .xs-top-bar-info li:not(:last-child) {
    padding-right: 14px;
    margin-right: 14px;
  }
  body.modern-home .xs-banner-content.banner-content-v2 .banner-title {
    font-size: 2.2rem;
  }
  body.modern-home .xs-banner.banner-v2 .single-banner-slide {
    padding-top: 40px;
  }
  body.modern-home .hero-stats {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 24px 0 28px;
  }
  body.modern-home .hero-stat {
    flex: 1 1 0;
    max-width: none;
    padding: 14px 6px;
  }
  body.modern-home .hero-stat-number {
    font-size: 1.3333333333rem;
  }
  body.modern-home .hero-stat-label {
    margin-top: 4px;
    font-size: 0.7333333333rem;
  }
  body.modern-home .service-info-block {
    padding: 32px 22px;
  }
  body.modern-home .xs-inline-form .form-control,
  body.modern-home .xs-inline-form .check-btn {
    border-radius: var(--mh-radius-sm) !important;
  }
  body.modern-home .xs-inline-form .check-btn {
    width: 100%;
  }
  body.modern-home .css-1vr0u0s {
    padding: 2rem;
  }
  body.modern-home .call-to-action-area .btn-wraper {
    text-align: left;
  }
  body.modern-home .partner-area .col-md-4 .xs-list {
    text-align: left !important;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  body.modern-home .xs-top-bar-info li:not(:last-child) {
    border-right: 0;
    display: block;
    padding: 0;
    margin: 0 0 4px;
  }
  body.modern-home .xs-top-bar .col-md-6:last-child .xs-list {
    text-align: left;
    margin-top: 8px;
  }
  body.modern-home .service-info-summary .xs-list {
    grid-template-columns: 1fr;
  }
  body.modern-home .piechats-wraper {
    flex-direction: column;
  }
  body.modern-home .piechats-wraper .single-piechart {
    width: 100%;
  }
}

