*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #505c6b;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0d2a4c;
  margin: 0 0 15px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  margin: 0 0 15px;
}

a {
  color: #1e63c4;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #0f3a66;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #fbc52d;
  outline-offset: 3px;
}

section[id] {
  scroll-margin-top: 90px;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading--center {
  text-align: center;
}

.sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0d2a4c;
  margin-bottom: 10px;
}

.sub-title--lines::before,
.sub-title--lines::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #0d2a4c;
}

.sub-title--light {
  color: #ffffff;
}

.section-title {
  margin-bottom: 15px;
}

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 32px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #0d2a4c;
  background: #fbc52d;
  border: 2px solid #fbc52d;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-theme i {
  font-size: 12px;
  transition: all 0.3s ease;
}
.btn-theme:hover {
  color: #0d2a4c;
  background: #eeb40d;
  border-color: #eeb40d;
}
.btn-theme:hover i {
  transform: translateX(3px);
}

.btn-theme--sm {
  padding: 11px 24px;
  font-size: 14px;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 32px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  color: #0d2a4c;
  background: #ffffff;
}

.icon-bg-blue {
  background: #1e6fd0;
}

.icon-bg-green {
  background: #2f9e5b;
}

.icon-bg-yellow {
  background: #f7b50c;
}

.icon-bg-purple {
  background: #5a3fc0;
}

.icon-bg-teal {
  background: #12958a;
}

@media (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .sub-title {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .sub-title--lines::before,
  .sub-title--lines::after {
    width: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  padding: 14px 0;
  transition: all 0.3s ease;
}
.header.is-sticky {
  padding: 8px 0;
  box-shadow: 0 4px 18px rgba(13, 42, 76, 0.1);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo img {
  width: 200px;
}

.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.header__logo-text strong {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0d2a4c;
  text-transform: uppercase;
}
.header__logo-text small {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #6b7684;
  text-transform: uppercase;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #0d2a4c;
}
.header__menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 3px;
  background: #fbc52d;
  border-radius: 3px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.header__menu a:hover::after, .header__menu a.active::after {
  width: 100%;
}
.header__menu a.active {
  font-weight: 600;
}

.header__nav-btn {
  display: none;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0d2a4c;
}
.header__phone i {
  font-size: 26px;
}
.header__phone span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.header__phone strong {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.header__phone small {
  font-size: 12px;
  color: #6b7684;
}
.header__phone:hover {
  color: #1e63c4;
}

.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #0f3a66;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.header__toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header__toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1399px) {
  .header__menu {
    gap: 22px;
  }
  .header__actions {
    gap: 20px;
  }
  .header__phone span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__toggle {
    display: flex;
  }
  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 15px 20px 20px;
    background: #ffffff;
    border-top: 3px solid #fbc52d;
    box-shadow: 0 6px 20px rgba(13, 42, 76, 0.08);
  }
  .header__nav.is-open {
    display: block;
  }
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header__menu li {
    width: 100%;
    border-bottom: 1px solid #e1e7ef;
  }
  .header__menu a {
    padding: 12px 0;
  }
  .header__menu a::after {
    left: 0;
    bottom: -1px;
    transform: none;
  }
  .header__phone span {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header__phone span {
    display: none;
  }
}
@media (max-width: 575px) {
  .header__logo img {
    width: 46px;
  }
  .header__logo-text strong {
    font-size: 17px;
  }
  .header__logo-text small {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .header__actions .btn-theme {
    display: none;
  }
  .header__actions {
    gap: 12px;
  }
  .header__phone i {
    font-size: 22px;
  }
  .header__nav-btn {
    display: inline-flex;
    margin-top: 18px;
  }
}
.footer {
  padding: 26px 0;
  background: #0b2542;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__logo img {
  width: 125px;
}
.footer__logo span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__menu a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.footer__menu a:hover {
  color: #fbc52d;
}

.footer__social {
  display: flex;
  gap: 22px;
}
.footer__social a {
  font-size: 17px;
  color: #ffffff;
}
.footer__social a:hover {
  color: #fbc52d;
}

.footer__copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

@media (max-width: 1199px) {
  .footer__menu {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
  .footer__inner {
    flex-direction: column;
    text-align: center;
  }
  .footer__menu {
    justify-content: center;
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: 100px 0;
  background: #0f3a66 url("../images/banner-1.jpg") no-repeat right center/cover;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0f3a66 0%, rgba(15, 58, 102, 0.96) 38%, rgba(15, 58, 102, 0.7) 52%, rgba(15, 58, 102, 0) 68%);
}
.hero .container {
  position: relative;
  z-index: 2;
}

.hero__content {
  max-width: 700px;
}
.hero__content .sub-title {
  margin-bottom: 18px;
}

.hero__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.12;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero__title span {
  display: block;
  color: #fbc52d;
}

.hero__text {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 35px;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1199px) {
  .hero::before {
    background: linear-gradient(90deg, #0f3a66 0%, rgba(15, 58, 102, 0.95) 50%, rgba(15, 58, 102, 0.6) 75%, rgba(15, 58, 102, 0.3) 100%);
  }
}
@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 90px 0;
  }
  .hero::before {
    background: rgba(15, 58, 102, 0.88);
  }
  .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding: 70px 0;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__text {
    font-size: 16px;
  }
  .hero__buttons a {
    width: 100%;
  }
}
.services {
  padding: 80px 0 90px;
  background: #ffffff;
}
.services .section-heading {
  margin-bottom: 30px;
}

.services-slider {
  padding: 6px 4px 12px;
}
.services-slider .swiper-slide {
  height: auto;
}

.service-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e1e7ef;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(13, 42, 76, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(13, 42, 76, 0.12);
}

.service-card__image {
  position: relative;
  height: 185px;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__icon {
  position: absolute;
  left: 50%;
  bottom: -29px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  font-size: 22px;
  color: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(13, 42, 76, 0.15);
  transform: translateX(-50%);
}

.service-card__body {
  padding: 44px 16px 30px;
  text-align: center;
}
.service-card__body h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 14px;
}
.service-card__body p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.services-pagination {
  display: none;
  margin-top: 24px;
  text-align: center;
}
.services-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #0f3a66;
  opacity: 0.25;
}
.services-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1199px) {
  .services-pagination {
    display: block;
  }
}
@media (max-width: 575px) {
  .services {
    padding: 60px 0;
  }
}
.why-choose {
  position: relative;
  padding: 70px 0 60px;
  background: #eef3f9;
  overflow: hidden;
}
.why-choose::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  background: url("../images/image-16.jpg") no-repeat right center/cover;
  pointer-events: none;
}
.why-choose .container {
  position: relative;
  z-index: 2;
}

.why-choose__intro {
  max-width: 700px;
  margin-bottom: 32px;
}
.why-choose__intro h2 {
  font-size: 38px;
  margin-bottom: 18px;
}
.why-choose__intro p {
  margin: 0;
}

.why-choose__features {
  display: flex;
}

.why-feature {
  flex: 1;
  padding: 0 12px;
  text-align: center;
  border-right: 1px solid #d3dce8;
}
.why-feature:first-child {
  padding-left: 0;
}
.why-feature:last-child {
  padding-right: 0;
  border-right: 0;
}
.why-feature h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 18px 0 10px;
}
.why-feature p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.why-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  font-size: 28px;
  color: #ffffff;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .why-choose::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .why-choose__features {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
  }
  .why-feature,
  .why-feature:first-child,
  .why-feature:last-child {
    flex: 0 0 50%;
    padding: 0 15px;
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .why-choose {
    padding: 60px 0;
  }
  .why-choose__intro h2 {
    font-size: 28px;
  }
  .why-feature,
  .why-feature:first-child,
  .why-feature:last-child {
    flex: 0 0 100%;
  }
}
.fresh-coat {
  display: flex;
  min-height: 360px;
  background: #0f3a66;
  overflow: hidden;
}

.fresh-coat__image {
  position: relative;
  flex: 0 0 45%;
}
.fresh-coat__image a {
  display: block;
  height: 100%;
}
.fresh-coat__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fresh-coat__content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 50px 60px 50px 80px;
  background: #0f3a66;
}
.fresh-coat__content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  z-index: 1;
  width: 100px;
  background: url("../images/brush-edge.svg") no-repeat left center/100% 100%;
  pointer-events: none;
}

.fresh-coat__inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.fresh-coat__inner .sub-title {
  font-size: 12px;
}
.fresh-coat__inner h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 18px;
}
.fresh-coat__inner p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 22px;
}

.fresh-coat__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.fresh-coat__script {
  display: inline-block;
  font-family: "Caveat", cursive;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #fbc52d;
  transform: rotate(-4deg);
}

@media (max-width: 991px) {
  .fresh-coat {
    flex-direction: column;
  }
  .fresh-coat__image {
    flex: 0 0 auto;
    height: 340px;
  }
  .fresh-coat__content {
    padding: 60px 30px;
  }
  .fresh-coat__content::before {
    display: none;
  }
  .fresh-coat__inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .fresh-coat__image {
    height: 250px;
  }
  .fresh-coat__content {
    padding: 50px 15px;
  }
  .fresh-coat__inner h2 {
    font-size: 28px;
  }
  .fresh-coat__action {
    gap: 20px;
  }
}
.process {
  padding: 65px 0 80px;
  background: #ffffff;
}
.process .section-heading {
  margin-bottom: 40px;
}
.process .section-heading h2 {
  font-size: 32px;
  font-weight: 600;
}

.process__steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.process__step {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.process__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #1e63c4;
  border-radius: 50%;
}

.process__icon {
  flex: 0 0 auto;
  padding-top: 2px;
  font-size: 34px;
  line-height: 1;
  color: #1e63c4;
}

.process__text h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 10px;
}
.process__text p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.process__arrow {
  padding-top: 10px;
  font-size: 18px;
  color: #b8c3d1;
}

@media (max-width: 991px) {
  .process__steps {
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .process__step {
    flex: 0 0 calc(50% - 16px);
  }
  .process__arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .process {
    padding: 60px 0;
  }
  .process .section-heading h2 {
    font-size: 26px;
  }
  .process__step {
    flex: 0 0 100%;
  }
}
.cta {
  background: #ffffff;
}

.cta__banner {
  padding: 48px 0;
  background: url("../images/cta-brush.svg") no-repeat center/100% 100%;
}

.cta__text h2 {
  font-size: 32px;
  color: #fbc52d;
  margin-bottom: 10px;
}
.cta__text p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.cta__button {
  text-align: center;
}

.cta__contact li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ffffff;
}
.cta__contact li:last-child {
  margin-bottom: 0;
}
.cta__contact i {
  width: 18px;
  text-align: center;
}
.cta__contact a {
  color: #ffffff;
}
.cta__contact a:hover {
  color: #fbc52d;
}

@media (max-width: 991px) {
  .cta__banner {
    padding: 60px 0;
    text-align: center;
  }
  .cta__text p {
    margin: 0 auto;
  }
  .cta__button {
    margin: 25px 0;
  }
  .cta__contact li {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cta__text h2 {
    font-size: 26px;
  }
}
.quote-popup {
  position: relative;
  max-width: 640px;
  margin: 30px auto;
  padding: 40px;
  background: #ffffff;
  border-top: 5px solid #fbc52d;
  border-radius: 8px;
}
.quote-popup h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.quote-popup > p {
  margin-bottom: 25px;
}

.quote-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0d2a4c;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #0d2a4c;
  background: #ffffff;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: #1e63c4;
  box-shadow: 0 0 0 3px rgba(30, 99, 196, 0.2);
}
.quote-form textarea {
  min-height: 120px;
  resize: vertical;
}
.quote-form .btn-theme {
  width: 100%;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (max-width: 575px) {
  .quote-popup {
    padding: 30px 20px;
  }
  .quote-popup h3 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
