:root {
  --ab-navy: #111827;
  --ab-navy-2: #1f2937;
  --ab-red: #c81e35;
  --ab-red-dark: #9f1239;
  --ab-gold: #d5a84b;
  --ab-cream: #f8f5ef;
  --ab-white: #ffffff;
  --ab-muted: #667085;
  --ab-border: #e7e2d9;
  --ab-shadow: 0 18px 50px rgba(17, 24, 39, .12);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--ab-navy-2);
  overflow-x: hidden;
  background: var(--ab-white);
}

body,
button,
input,
select,
textarea {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.header-style-01 {
  position: relative;
  z-index: 100;
}

.header-style-01 .header-navigation-area {
  background: rgba(15, 23, 42, .94);
  backdrop-filter: blur(16px);
}

.header-style-01 .main-menu ul li a {
  letter-spacing: .01em;
}

.header-contact-btn .theme-btn-1,
.theme-btn-1 {
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(200, 30, 53, .18);
}

.home_banner_01 {
  min-height: min(760px, 86vh);
}

.home_banner_01 .home-carousel {
  overflow: hidden;
}

.home_banner_01 .slide-item {
  min-height: min(760px, 86vh);
}

.home_banner_01 h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1.03;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.home_banner_01 p {
  max-width: 620px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.7;
}

.home_banner_01 .owl-item.active .content-box > *,
.home_banner_01 .active .content-box > *,
.home_banner_01 .home-carousel-title,
.home_banner_01 .home-carousel-text,
.home_banner_01 .btn-box {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

.ab-trustbar {
  position: relative;
  z-index: 10;
  margin-top: -42px;
  padding: 0 18px;
}

.ab-trustbar__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ab-white);
  border: 1px solid rgba(213, 168, 75, .3);
  border-radius: 18px;
  box-shadow: var(--ab-shadow);
  overflow: hidden;
}

.ab-trust {
  min-height: 106px;
  padding: 22px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--ab-border);
}

.ab-trust:last-child {
  border-right: 0;
}

.ab-trust__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(200, 30, 53, .09);
  color: var(--ab-red);
  font-size: 21px;
  font-weight: 800;
}

.ab-trust strong,
.ab-trust span {
  display: block;
}

.ab-trust span.ab-trust__icon {
  display: grid;
}

.ab-trust strong {
  color: var(--ab-navy);
  font-size: 15px;
}

.ab-trust span {
  margin-top: 4px;
  color: var(--ab-muted);
  font-size: 13px;
  line-height: 1.45;
}

.about-us-section-style1,
.service-section-style1,
.testimonial-style1-section,
.contact-section {
  position: relative;
}

.about-image-box-style1 img,
.service-style1,
.testimonial-item,
.blog-item,
.contact-form {
  border-radius: 18px;
}

.about-image-box-style1 {
  filter: drop-shadow(0 20px 36px rgba(17, 24, 39, .14));
}

.service-section-style1 {
  background: linear-gradient(180deg, #fff 0%, var(--ab-cream) 100%);
}

.service-style1 {
  overflow: visible;
  margin-bottom: 58px;
  cursor: pointer;
  border: 1px solid var(--ab-border);
  background: var(--ab-white);
  box-shadow: 0 14px 35px rgba(17, 24, 39, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-style1 .thumb::before,
.service-style1 .thumb::after,
.service-style1 .thumb .overlay,
.service-style1 .thumb .hover-overlay {
  pointer-events: none !important;
}

.service-style1 .thumb,
.service-style1 .thumb > img {
  border-radius: 18px;
}

.service-style1 .visible_title_area {
  right: 24px !important;
  bottom: -36px !important;
  left: 24px !important;
  width: auto !important;
  min-height: 78px;
  padding: 0 !important;
  align-items: stretch !important;
  overflow: hidden;
  border: 1px solid var(--ab-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .12);
}

.service-style1 .visible_title_area .icon {
  width: 76px !important;
  min-width: 76px;
  height: auto !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center;
  align-self: stretch;
  color: var(--ab-red);
  background: rgba(200, 30, 53, .07);
}

.service-style1 .visible_title_area .title {
  min-width: 0;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.service-style1 .visible_title_area .title a {
  display: block;
  color: var(--ab-navy) !important;
}

.service-wrapper {
  margin-bottom: 30px;
}

.service-style1:hover {
  transform: translateY(-6px);
  box-shadow: var(--ab-shadow);
}

.service-style1 img {
  transition: transform .45s ease;
}

.service-style1:hover img {
  transform: scale(1.035);
}

.why-choose-us-section-style1 {
  overflow: hidden;
}

.testimonial-item {
  border: 1px solid var(--ab-border);
  box-shadow: 0 12px 30px rgba(17, 24, 39, .06);
}

.ab-process {
  padding: 100px 20px;
  background: var(--ab-navy);
  color: var(--ab-white);
}

.ab-areas {
  padding: 86px 20px;
  background: var(--ab-cream);
}

.ab-seo-content {
  padding: 96px 20px;
  background: #fff;
}

.ab-seo-content__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ab-seo-content__intro {
  max-width: 820px;
  margin-bottom: 40px;
}

.ab-seo-content h2 {
  margin: 12px 0 18px;
  color: var(--ab-navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ab-seo-content p {
  color: var(--ab-muted);
  font-size: 16px;
  line-height: 1.8;
}

.ab-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ab-seo-card {
  padding: 30px;
  border: 1px solid var(--ab-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  box-shadow: 0 12px 30px rgba(17, 24, 39, .055);
}

.ab-seo-card h3 {
  margin: 0 0 14px;
  color: var(--ab-navy);
  font-size: 22px;
  line-height: 1.25;
}

.ab-seo-card p {
  margin: 0;
  font-size: 14px;
}

.ab-seo-cta {
  margin-top: 32px;
  padding: 24px 28px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--ab-navy), var(--ab-navy-2));
}

.ab-seo-cta strong {
  display: block;
  color: #fff;
  font-size: 20px;
}

.ab-seo-cta span {
  color: #cbd5e1;
  font-size: 14px;
}

.ab-seo-cta a {
  flex: 0 0 auto;
  padding: 14px 22px;
  border-radius: 10px;
  color: #fff !important;
  background: var(--ab-red);
  font-weight: 800;
}

.ab-areas__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
  align-items: center;
}

.ab-areas h2 {
  margin: 12px 0 16px;
  color: var(--ab-navy);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.ab-areas p {
  color: var(--ab-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ab-area-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ab-area-links a {
  min-height: 56px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--ab-border);
  border-radius: 12px;
  color: var(--ab-navy) !important;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(17, 24, 39, .045);
}

.ab-area-links a::after {
  content: "›";
  color: var(--ab-red);
  font-size: 22px;
}

.ab-area-links a:hover {
  border-color: var(--ab-red);
  transform: translateY(-2px);
}

.ab-process__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ab-gold);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ab-process h2 {
  margin: 12px 0 14px;
  color: var(--ab-white);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.ab-process__lead {
  max-width: 720px;
  margin: 0 0 42px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.7;
}

.ab-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ab-step {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.ab-step__num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--ab-navy);
  background: var(--ab-gold);
  font-weight: 900;
}

.ab-step h3 {
  margin: 0 0 9px;
  color: var(--ab-white);
  font-size: 18px;
}

.ab-step p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.65;
}

.contact-form {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--ab-border);
  background: var(--ab-white);
  box-shadow: var(--ab-shadow);
}

.contact-form label.ab-label {
  display: block;
  margin-bottom: 8px;
  color: var(--ab-navy);
  font-size: 14px;
  font-weight: 800;
}

.form-control {
  min-height: 54px;
  border: 1px solid #d9dfe8 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--ab-navy) !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: var(--ab-red) !important;
  box-shadow: 0 0 0 4px rgba(200, 30, 53, .1) !important;
}

textarea.form-control {
  min-height: 130px;
}

.page-title-section {
  min-height: 330px;
  display: flex;
  align-items: center;
}

.page-title-section h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.wsLink,
.hotline-phone-ring-wrap {
  display: none !important;
}

.ab-action-dock {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: flex;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(17, 24, 39, .94);
  box-shadow: 0 18px 50px rgba(17, 24, 39, .28);
  backdrop-filter: blur(14px);
}

.ab-action-dock a {
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}

.ab-action-dock__phone {
  background: var(--ab-red);
}

.ab-action-dock__wa {
  background: #168b45;
}

.footer {
  padding-bottom: 82px;
}

.footer a:hover {
  color: var(--ab-gold) !important;
}

@media (max-width: 991px) {
  .ab-trustbar {
    margin-top: -24px;
  }

  .ab-trustbar__inner,
  .ab-process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-areas__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ab-seo-grid {
    grid-template-columns: 1fr;
  }

  .ab-trust:nth-child(2) {
    border-right: 0;
  }

  .ab-trust:nth-child(-n+2) {
    border-bottom: 1px solid var(--ab-border);
  }

  .home_banner_01,
  .home_banner_01 .slide-item {
    min-height: 640px;
  }

  .header-style-01 .header-navigation-area {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .main-menu-logo {
    display: flex !important;
    width: 170px !important;
    min-width: 170px;
    align-items: center;
  }

  .main-menu-logo img {
    width: 145px !important;
    max-width: 145px !important;
    height: auto !important;
    max-height: none !important;
  }

  body {
    padding-bottom: 72px;
  }

  .header-style-01 .header-logo img {
    max-height: 72px;
    width: auto;
  }

  .home_banner_01,
  .home_banner_01 .slide-item {
    min-height: 570px;
  }

  .home_banner_01 .slide-item {
    background-position: 58% center !important;
  }

  .home_banner_01 h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .home_banner_01 p {
    font-size: 16px;
    line-height: 1.6;
  }

  .home_banner_01 .animated {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .ab-trustbar {
    margin-top: -16px;
    padding: 0 12px;
  }

  .ab-trustbar__inner {
    grid-template-columns: 1fr 1fr;
    border-radius: 14px;
  }

  .ab-trust {
    min-height: 96px;
    padding: 16px 12px;
    gap: 9px;
  }

  .ab-trust__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 16px;
  }

  .ab-trust strong {
    font-size: 13px;
  }

  .ab-trust span {
    display: none;
  }

  .pdt-110,
  .pdt-105 {
    padding-top: 72px !important;
  }

  .pdb-110,
  .pdb-80,
  .pdb-180 {
    padding-bottom: 72px !important;
  }

  .about-image-box-style1 {
    margin-bottom: 42px;
  }

  .about-image-box-style1 .about-image2 {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
  }

  .service-style1 img,
  .blog-item img {
    height: 260px !important;
  }

  .service-style1 .visible_title_area .title {
    font-size: 17px !important;
  }

  .why-choose-us-style2-obj1,
  .why-choose-us-style2-obj2 {
    display: none;
  }

  .ab-process {
    padding: 72px 18px;
  }

  .ab-areas {
    padding: 72px 18px;
  }

  .ab-seo-content {
    padding: 72px 18px;
  }

  .ab-seo-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .ab-seo-cta a {
    text-align: center;
  }

  .ab-area-links {
    grid-template-columns: 1fr 1fr;
  }

  .ab-process__grid {
    grid-template-columns: 1fr;
  }

  .ab-step {
    padding: 22px;
  }

  .page-title-section {
    min-height: 260px;
  }

  .page-title-section h2 {
    font-size: 40px !important;
  }

  .contact-section .faq-title {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em;
  }

  .ab-action-dock {
    right: 0;
    bottom: 0;
    left: 0;
    gap: 8px;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
  }

  .ab-action-dock a {
    min-height: 52px;
    flex: 1;
    padding: 0 12px;
    font-size: 14px;
  }

  .footer {
    padding-bottom: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* 2026 premium typography, slider and customer proof refinements */
html,
body,
button,
input,
textarea,
select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.home-carousel-title {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: -.025em;
}

.home-carousel-title {
  max-width: 760px;
  font-weight: 800 !important;
  line-height: .98 !important;
  text-wrap: balance;
}

.home-carousel-text {
  max-width: 650px;
  font-size: 19px !important;
  line-height: 1.65 !important;
}

.home-carousel-content .theme-btn-1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  min-height: 58px;
}

.home-carousel-content .theme-btn-1 i {
  display: grid !important;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  place-items: center;
  line-height: 1 !important;
}

.image-layer {
  background-position: center !important;
  background-size: cover !important;
}

.image-layer::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(8, 15, 31, .84) 0%, rgba(8, 15, 31, .55) 42%, rgba(8, 15, 31, .1) 76%);
  content: "";
  pointer-events: none;
}

.home-carousel-content {
  position: relative;
  z-index: 2;
  top: 72px;
  padding-top: 105px;
}

.ab-reviews {
  padding: 105px 24px;
  background: linear-gradient(135deg, #0b1324 0%, #151e32 100%);
  color: #fff;
}

.ab-reviews__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ab-reviews__head {
  max-width: 760px;
  margin-bottom: 42px;
}

.ab-reviews__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #f2c66d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ab-reviews h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
}

.ab-reviews__head p {
  margin: 0;
  color: #cbd2df;
  font-size: 17px;
  line-height: 1.75;
}

.ab-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ab-review {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.ab-review__stars {
  margin-bottom: 18px;
  color: #f2c66d;
  font-size: 18px;
  letter-spacing: .12em;
}

.ab-review p {
  flex: 1;
  margin: 0 0 24px;
  color: #eef1f6;
  font-size: 16px;
  line-height: 1.75;
}

.ab-review strong,
.ab-review span {
  display: block;
}

.ab-review strong {
  color: #fff;
  font-size: 16px;
}

.ab-review span {
  margin-top: 4px;
  color: #9faabd;
  font-size: 13px;
}

@media (max-width: 991px) {
  .ab-reviews__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .home-carousel-title {
    font-size: clamp(38px, 11vw, 56px) !important;
    line-height: 1.02 !important;
  }

  .home-carousel-text {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .home-carousel-content .theme-btn-1 {
    min-height: 54px;
    padding: 0 20px !important;
  }

  .home-carousel-content {
    top: 38px;
    padding-top: 72px;
  }

  .image-layer::after {
    background: linear-gradient(90deg, rgba(8, 15, 31, .9), rgba(8, 15, 31, .58));
  }

  .ab-reviews {
    padding: 72px 18px;
  }

  .ab-reviews__grid {
    grid-template-columns: 1fr;
  }

  .ab-review {
    min-height: auto;
    padding: 25px;
  }
}

/* Context-aware service detail layout */
.service-details-page.ab-service-detail-ready > .container > .row > .col-xl-8 {
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 100%;
}

.service-details-page.ab-service-detail-ready .sidebar-right {
  display: none !important;
}

.ab-service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}

.ab-service-detail-media {
  position: sticky;
  top: 125px;
  overflow: hidden;
  border-radius: 20px;
  background: #e9edf4;
  box-shadow: 0 22px 55px rgba(17, 24, 39, .14);
}

.ab-service-detail-media .blog-standared-img {
  height: clamp(520px, 62vw, 760px);
  margin: 0 !important;
}

.ab-service-detail-media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.ab-service-detail-copy {
  padding: 8px 0;
}

.ab-service-detail-copy > p:first-child {
  margin-top: 0;
  color: #263143;
  font-size: 19px;
  line-height: 1.8;
}

.ab-service-detail-copy h2 {
  margin-top: 36px;
  font-size: clamp(27px, 2.5vw, 38px);
}

.ab-service-detail-copy h3 {
  margin-top: 26px;
  font-size: 22px;
}

.ab-context-services {
  margin-top: 58px;
  padding: 34px;
  border: 1px solid var(--ab-border);
  border-radius: 20px;
  background: linear-gradient(135deg, #f7f8fb, #fff);
}

.ab-context-services h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.ab-context-services > p {
  margin: 0 0 22px;
  color: #667085;
}

.ab-context-services__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ab-context-services__links a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid #dfe3eb;
  border-radius: 999px;
  color: #111827;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: .2s ease;
}

.ab-context-services__links a:hover,
.ab-context-services__links a[aria-current="page"] {
  border-color: var(--ab-red);
  color: #fff;
  background: var(--ab-red);
}

@media (max-width: 991px) {
  .ab-service-detail-grid {
    grid-template-columns: 1fr;
  }

  .ab-service-detail-media {
    position: relative;
    top: auto;
  }

  .ab-service-detail-media .blog-standared-img {
    height: clamp(360px, 72vw, 620px);
  }
}

@media (max-width: 767px) {
  .ab-service-detail-media {
    border-radius: 15px;
  }

  .ab-service-detail-media .blog-standared-img {
    height: 330px;
  }

  .ab-context-services {
    margin-top: 38px;
    padding: 24px 18px;
  }

  .ab-context-services__links {
    display: grid;
    grid-template-columns: 1fr;
  }
}
