body {
  background-color: #101010;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

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

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.text-nadpisek {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.text-h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.text-h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.text-h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.text-h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.text-body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
}

.text-body-bold {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
}

.text-small {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}

.text-small-semibold {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}

.text-button {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.text-primary-gradient {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 20px 16px 28px;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(255, 89, 0, 0.6);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #FF6716 0%, #FF7A3B 100%);
  box-shadow: 0px 0px 18px 0px rgba(255, 89, 0, 0.9);
  color: #ffffff;
}
.btn-primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

body.privacy-policy main.site-main,
body.page-id-privacy-policy main.site-main {
  padding-top: 130px;
}

.form-response {
  margin-top: 15px;
  font-weight: 600;
}
.form-response.success {
  color: #fff;
}
.form-response.error {
  color: #8B0000;
}

.site-header {
  background-color: #101010;
  height: 120px;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  transition: height 0.3s ease, background-color 0.3s ease;
}
.site-header.scrolled {
  height: 90px;
}
.site-header.scrolled .logo {
  width: 160px;
  height: 44px;
}
.site-header.hide-bar .services-bar-wrapper {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.site-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 101;
  background-color: #101010;
}
.site-header .logo {
  width: 203px;
  height: 56px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.site-header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-header .header-right {
  display: flex;
  align-items: center;
  gap: 48px;
  transition: all 0.3s ease;
}
.site-header .mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 200;
  margin-left: 20px;
}
.site-header .mobile-nav-toggle span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform-origin: left;
}
.site-header .mobile-nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.site-header .mobile-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-header .main-nav ul {
  display: flex;
  gap: 32px;
  align-items: center;
}
.site-header .main-nav ul li a {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #ffffff;
  white-space: nowrap;
}
.site-header .main-nav ul li a:hover {
  opacity: 0.8;
}
.site-header .main-nav ul li.active a, .site-header .main-nav ul li.current-menu-item a {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-header .header-rating {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 148px;
  flex-shrink: 0;
}
.site-header .header-rating .rating-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .header-rating .rating-top svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.site-header .header-rating .rating-top .rating-number {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #ffffff;
}
.site-header .header-rating .rating-top .stars-icon {
  width: 76px;
  height: 12px;
  flex-shrink: 0;
}
.site-header .header-rating .rating-text {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  white-space: nowrap;
}
.site-header .header-rating .rating-text .rating-count {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-color: #ff7a3b;
}
.site-header .btn-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 20px 16px 28px;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(255, 89, 0, 0.6);
  color: #ffffff;
  flex-shrink: 0;
}
.site-header .btn-phone span {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-header .btn-phone svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.site-header .btn-phone:hover {
  opacity: 0.9;
}
.site-header .services-bar-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header .services-bar {
  width: 100%;
  max-width: 1320px;
  height: 80px;
  background-color: #1c1c1c;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  box-sizing: border-box;
}
.site-header .services-bar .service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site-header .services-bar .service-item img, .site-header .services-bar .service-item svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}
.site-header .services-bar .service-item span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #ffffff;
  white-space: nowrap;
}
.site-header .services-bar .service-item:hover span {
  color: #ff5900;
}
.site-header .services-bar .service-item.active span {
  color: #ff5900;
}
.site-header .services-bar .service-item.active img, .site-header .services-bar .service-item.active svg {
  filter: drop-shadow(0 0 5px rgba(255, 103, 22, 0.4));
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #101010;
  z-index: 100;
  padding-top: 120px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}
.mobile-menu-wrapper.active {
  transform: translateX(0);
}
.mobile-menu-wrapper .mobile-menu-inner {
  padding: 30px 20px;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-nav-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-nav-list > li:last-child {
  border-bottom: none;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-nav-list > li > a {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-nav-list > li.has-submenu > a::after {
  content: "+";
  font-weight: 400;
  font-size: 24px;
  transition: transform 0.3s;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-nav-list > li.has-submenu.submenu-open > a::after {
  transform: rotate(45deg);
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu ul {
  list-style: none;
  padding: 15px 0 0 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu ul li .service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu ul li .service-item img, .mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu ul li .service-item svg {
  width: 24px;
  height: 24px;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu ul li .service-item span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #e0e0e0;
}
.mobile-menu-wrapper .mobile-menu-inner .mobile-sub-menu ul li .service-item:hover span {
  color: #ff5900;
}
.mobile-menu-wrapper .mobile-menu-inner .submenu-open .mobile-sub-menu {
  max-height: 800px;
}

body.no-scroll {
  overflow: hidden;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
}
.hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section .hero-bg img, .hero-section .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.hero-section .hero-bg .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background: linear-gradient(111.06deg, rgba(0, 0, 0, 0.8) 1.27%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-section .hero-content {
  position: relative;
  z-index: 5;
  padding-top: 279px;
}
.hero-section .hero-content .location-pin {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.hero-section .hero-content .location-pin svg {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
}
.hero-section .hero-content .location-pin span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-content h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 420px;
  margin-bottom: 16px;
}
.hero-section .hero-content p.hero-desc {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
  max-width: 484px;
  margin-bottom: 60px;
}
.hero-section .hero-content .hero-bottom-bar {
  display: flex;
  align-items: center;
  gap: 32px;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-image {
  display: flex;
  position: relative;
  height: 56px;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-image img {
  height: 56px;
  width: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #1c1c1c;
  position: relative;
  z-index: 1;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-image img:nth-child(2) {
  z-index: 2;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-image img:nth-child(3) {
  z-index: 3;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-text {
  display: flex;
  flex-direction: column;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-text .count {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-content .hero-bottom-bar .hero-stat .stat-text .label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .hero-section .hero-content {
    padding-top: 150px;
  }
  .hero-section .hero-content .hero-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

.features-section {
  position: relative;
  z-index: 10;
  margin-top: -100px;
  margin-bottom: 20px;
}
.features-section .features-grid {
  display: flex;
  gap: 30px;
}
.features-section .features-grid .feature-card {
  flex: 1;
  background: #1c1c1c;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.features-section .features-grid .feature-card .icon-wrapper {
  height: 88px;
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.features-section .features-grid .feature-card .icon-wrapper img, .features-section .features-grid .feature-card .icon-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features-section .features-grid .feature-card .content h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.features-section .features-grid .feature-card .content p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.features-section .features-grid .feature-card .content p .highlight {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media (max-width: 992px) {
  .features-section {
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .features-section .features-grid {
    flex-direction: column;
    gap: 20px;
  }
  .features-section .features-grid .feature-card {
    align-items: center;
    text-align: center;
  }
  .features-section .features-grid .feature-card .content h4,
  .features-section .features-grid .feature-card .content p {
    text-align: center;
  }
}

.services-section {
  padding: 125px 0;
  background-color: #101010;
}
.services-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .services-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}
.services-section .services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
.services-section .services-header .header-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-section .services-header .header-left .subtitle {
  display: flex;
  align-items: center;
}
.services-section .services-header .header-left .subtitle .icon-polygon {
  width: 42px;
  height: 48px;
  flex-shrink: 0;
}
.services-section .services-header .header-left .subtitle span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -18px;
}
.services-section .services-header .header-left h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 581px;
  margin: 0;
}
.services-section .services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.services-section .services-grid .service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 312px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  cursor: pointer;
}
.services-section .services-grid .service-card .absolute.inset-0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.services-section .services-grid .service-card {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 300px;
}
.services-section .services-grid .service-card:nth-child(1), .services-section .services-grid .service-card:nth-child(2) {
  flex: 0 0 calc((100% - 30px) / 2);
}
.services-section .services-grid .service-card .card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.services-section .services-grid .service-card .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.services-section .services-grid .service-card .card-bg .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.services-section .services-grid .service-card .union-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 168px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s ease;
  transform-origin: center;
}
.services-section .services-grid .service-card .union-bg svg {
  width: 100%;
  height: 100%;
  max-width: 360px;
  display: block;
  transition: all 0.5s ease;
}
.services-section .services-grid .service-card .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.services-section .services-grid .service-card .hover-content .more-text {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-section .services-grid .service-card .hover-content .more-icon {
  width: 18px;
  height: 18px;
}
.services-section .services-grid .service-card .hover-content .more-icon svg path {
  fill: #FF6716;
}
.services-section .services-grid .service-card .card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 53px 32px;
  transition: all 0.3s ease;
}
.services-section .services-grid .service-card .card-content h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.services-section .services-grid .service-card .card-content p {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
.services-section .services-grid .service-card:hover .card-bg img {
  transform: scale(1.05);
}
.services-section .services-grid .service-card:hover .card-content {
  opacity: 0;
  visibility: hidden;
}
.services-section .services-grid .service-card:hover .union-bg {
  height: 150px;
  bottom: 0;
  top: auto;
  transform: scaleX(-1);
}
.services-section .services-grid .service-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .services-section .services-section {
    padding: 60px 0;
  }
  .services-section .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .services-section .services-grid .service-card,
  .services-section .services-grid .service-card:nth-child(1),
  .services-section .services-grid .service-card:nth-child(2) {
    flex: 0 0 100%;
  }
}

.about-section {
  background-color: #1c1c1c;
  padding: 100px 0;
  position: relative;
}
.cta-overlap-wrapper + .about-section {
  padding-top: 300px;
}
@media (max-width: 992px) {
  .about-section {
    padding: 60px 0;
  }
  .cta-overlap-wrapper + .about-section {
    padding-top: 60px;
  }
}
.about-section .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.about-section .about-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section .about-content-wrapper .about-image {
  width: 538px;
  height: 520px;
  position: relative;
}
.about-section .about-content-wrapper .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.about-section .about-content-wrapper .about-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  border-radius: 20px;
  pointer-events: none;
}
.about-section .about-content-wrapper .about-image .about-decoration {
  position: absolute;
  top: -43px;
  left: -140px;
  width: 240px;
  height: 216px;
  z-index: 4;
}
@media (max-width: 1350px) {
  .about-section .about-content-wrapper .about-image .about-decoration {
    display: none;
  }
}
.about-section .about-content-wrapper .about-image .about-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}
.about-section .about-content-wrapper .about-text {
  width: 514px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .about-section .about-content-wrapper .about-text {
    width: 100%;
    align-items: flex-start;
  }
}
.about-section .about-content-wrapper .about-text .text-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.about-section .about-content-wrapper .about-text .text-content .subtitle {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-section .about-content-wrapper .about-text .text-content .subtitle {
    justify-content: flex-start;
  }
}
.about-section .about-content-wrapper .about-text .text-content .subtitle .icon-polygon {
  width: 42px;
  height: 48px;
  flex-shrink: 0;
}
.about-section .about-content-wrapper .about-text .text-content .subtitle span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -18px;
}
@media (max-width: 992px) {
  .about-section .about-content-wrapper .about-text .text-content .subtitle span {
    margin-left: -10px;
  }
}
.about-section .about-content-wrapper .about-text .text-content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.about-section .about-content-wrapper .about-text .text-content .description p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.about-section .about-content-wrapper .about-text .text-content .description .intro {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
}
.about-section .about-content-wrapper .about-text .actions {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .about-section .about-content-wrapper .about-text .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about-section .about-content-wrapper .about-text .actions .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.about-section .about-content-wrapper .about-text .actions .follow-us {
  display: flex;
  flex-direction: column;
}
.about-section .about-content-wrapper .about-text .actions .follow-us .follow-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-section .about-content-wrapper .about-text .actions .follow-us .follow-top svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.about-section .about-content-wrapper .about-text .actions .follow-us .follow-top .rating {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
}
.about-section .about-content-wrapper .about-text .actions .follow-us .follow-top .stars-icon {
  width: 76px;
  height: 12px;
  flex-shrink: 0;
}
.about-section .about-content-wrapper .about-text .actions .follow-us .label {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.about-section .partners-bar {
  background-color: #252525;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
}
.about-section .partners-bar h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.about-section .partners-bar .logos {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-section .partners-bar .logos img {
  height: 40px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.about-section .partners-bar .logos img:hover {
  opacity: 1;
  filter: none;
}
@media (max-width: 992px) {
  .about-section .partners-bar {
    padding: 30px;
    gap: 30px;
  }
  .about-section .partners-bar .logos {
    gap: 30px;
  }
}

.testimonials-section {
  padding: 100px 0;
  background-color: #101010;
}
@media (max-width: 992px) {
  .testimonials-section {
    padding: 60px 0;
  }
}
.testimonials-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
.testimonials-section .section-header .header-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonials-section .section-header .header-left .subtitle {
  display: flex;
  align-items: center;
}
.testimonials-section .section-header .header-left .subtitle .icon-polygon {
  width: 42px;
  height: 48px;
  flex-shrink: 0;
}
.testimonials-section .section-header .header-left .subtitle span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -18px;
}
.testimonials-section .section-header .header-left h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.testimonials-section .gallery-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}
.testimonials-section .gallery-wrapper.gallery-nav-hidden .arrow-prev,
.testimonials-section .gallery-wrapper.gallery-nav-hidden .arrow-next {
  display: none;
}
.testimonials-section .gallery-wrapper .gallery-slider {
  overflow: hidden;
  width: 100%;
}
.testimonials-section .gallery-wrapper .gallery-item {
  width: 308px;
  height: 308px;
  border-radius: 20px;
  overflow: hidden;
}
.testimonials-section .gallery-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.testimonials-section .gallery-wrapper .gallery-item:hover img {
  transform: scale(1.05);
}
.testimonials-section .gallery-wrapper .arrow-prev, .testimonials-section .gallery-wrapper .arrow-next {
  width: 48px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.testimonials-section .gallery-wrapper .arrow-prev svg, .testimonials-section .gallery-wrapper .arrow-next svg {
  width: 100%;
  height: 100%;
}
.testimonials-section .gallery-wrapper .arrow-prev svg .hex-bg, .testimonials-section .gallery-wrapper .arrow-next svg .hex-bg {
  transition: all 0.3s ease;
  fill: transparent;
}
.testimonials-section .gallery-wrapper .arrow-prev:hover svg .hex-bg, .testimonials-section .gallery-wrapper .arrow-next:hover svg .hex-bg {
  fill: url(#paint0_linear_slider);
}
.testimonials-section .gallery-wrapper .arrow-next {
  transform: rotate(180deg);
}
.testimonials-section .stats-bar {
  display: flex;
  justify-content: center;
  gap: 128px;
}
.testimonials-section .stats-bar .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.testimonials-section .stats-bar .stat-item .stat-value {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonials-section .stats-bar .stat-item .stat-value .highlight {
  color: #ff5900;
}
.testimonials-section .stats-bar .stat-item .stat-value svg {
  width: 32px;
  height: 32px;
}
.testimonials-section .stats-bar .stat-item .stat-label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .testimonials-section .gallery-wrapper {
    gap: 0;
  }
  .testimonials-section .gallery-wrapper .arrow-prev,
  .testimonials-section .gallery-wrapper .arrow-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 46px;
    transform: translateY(-50%);
  }
  .testimonials-section .gallery-wrapper .arrow-prev {
    left: 8px;
  }
  .testimonials-section .gallery-wrapper .arrow-next {
    right: 8px;
    left: auto;
    transform: translateY(-50%) rotate(180deg);
  }
  .testimonials-section .stats-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.advantages-section {
  padding: 100px 0;
  background-color: #101010;
}
@media (max-width: 992px) {
  .advantages-section {
    padding: 60px 0;
  }
}
.advantages-section .advantages-grid {
  display: flex;
  gap: 30px;
}
.advantages-section .advantages-grid .advantage-card {
  flex: 1;
  background-color: #1c1c1c;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.advantages-section .advantages-grid .advantage-card .icon-wrapper {
  width: 100px;
  height: 88px;
  position: relative;
}
.advantages-section .advantages-grid .advantage-card .icon-wrapper img {
  width: 100%;
  height: 100%;
}
.advantages-section .advantages-grid .advantage-card .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.advantages-section .advantages-grid .advantage-card .content h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
}
.advantages-section .advantages-grid .advantage-card .content p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.advantages-section .advantages-grid .advantage-card .content p .highlight {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}
@media (max-width: 992px) {
  .advantages-section .advantages-grid {
    flex-direction: column;
    gap: 20px;
  }
}

.cta-section {
  padding: 100px 0;
  background-color: #101010;
}
@media (max-width: 992px) {
  .cta-section {
    padding: 60px 0;
  }
}
.cta-section .cta-box {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-radius: 20px;
  padding: 50px 0 50px 64px;
  position: relative;
  overflow: hidden;
}
.cta-section .cta-box .cta-grid {
  display: flex;
  position: relative;
  z-index: 2;
}
.cta-section .cta-box .cta-grid .left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.cta-section .cta-box .cta-grid .left-col .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-section .cta-box .cta-grid .left-col .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
}
.cta-section .cta-box .cta-grid .left-col .content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
}
.cta-section .cta-box .cta-grid .left-col .content h2 p {
  margin: 0;
}
.cta-section .cta-box .cta-grid .left-col .content .description {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
  max-width: 490px;
}
.cta-section .cta-box .cta-grid .left-col .actions {
  display: flex;
  gap: 32px;
}
.cta-section .cta-box .cta-grid .left-col .actions .btn-white {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 20px 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.6);
  color: #ff5900;
  white-space: nowrap;
}
.cta-section .cta-box .cta-grid .left-col .actions .btn-white span {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #ff5900;
  text-transform: lowercase;
}
.cta-section .cta-box .cta-grid .left-col .actions .btn-white svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.cta-section .cta-box .cta-grid .right-col {
  flex: 1;
  min-height: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-section .cta-box > .content, .cta-section .cta-box > .actions {
  position: relative;
  z-index: 2;
}
.cta-section .cta-box .bg-vector {
  position: absolute;
  left: 43.14%;
  top: 7.76%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
}
.cta-section .cta-box .bg-vector svg {
  width: 336px;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .cta-section .cta-box .cta-grid {
    flex-direction: column;
    gap: 50px;
  }
}
.site-footer {
  background-color: #101010;
  position: relative;
}
.site-footer .global-cta-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 125px;
  margin-bottom: -106px;
}
.site-footer .global-cta-wrapper .cta-box {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-radius: 20px;
  padding: 50px 0 50px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.3);
}
.site-footer .global-cta-wrapper .cta-box .cta-grid {
  display: flex;
  position: relative;
  z-index: 2;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .actions {
  display: flex;
  gap: 32px;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .actions .btn-white {
  background: #fff;
  padding: 16px 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ff5900;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.6);
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .actions .btn-white span {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #ff5900;
  text-transform: lowercase;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .left-col .actions .btn-white svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ff5900;
}
.site-footer .global-cta-wrapper .cta-box .cta-grid .right-col {
  flex: 1;
  min-height: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-footer .global-cta-wrapper .cta-box .bg-vector {
  position: absolute;
  left: 43.14%;
  top: 7.76%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
}
.site-footer .global-cta-wrapper .cta-box .bg-vector svg {
  width: 336px;
  height: auto;
  display: block;
}
.site-footer .footer-main {
  background-color: #1c1c1c;
  padding: 206px 0 40px;
}
.site-footer .footer-main .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.site-footer .footer-main .footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  align-items: flex-start;
}
.site-footer .footer-main .footer-content .footer-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 250px;
}
.site-footer .footer-main .footer-content .footer-left .logo {
  width: 203px;
  height: 56px;
}
.site-footer .footer-main .footer-content .footer-left .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-main .footer-content .footer-left .address {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
}
.site-footer .footer-main .footer-content .footer-left .address p {
  margin: 0;
}
.site-footer .footer-main .footer-content .footer-left .address strong {
  font-weight: 700;
}
.site-footer .footer-main .footer-content .footer-left .social-icons {
  display: flex;
  gap: 16px;
}
.site-footer .footer-main .footer-content .footer-left .social-icons .soc-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.site-footer .footer-main .footer-content .footer-left .social-icons .soc-link svg {
  width: 100%;
  height: 100%;
}
.site-footer .footer-main .footer-content .footer-left .social-icons .soc-link:hover {
  transform: scale(1.1);
}
.site-footer .footer-main .footer-content .footer-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  flex: 1;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card {
  width: 100%;
  height: auto;
  min-height: 284px;
  position: relative;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .bg-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .bg-image .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .person-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .person-info .person-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .person-info .person-header img {
  width: 64px;
  height: 56px;
  object-fit: contain;
  object-position: left;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .person-info .person-header h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin: 0;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .person-info .role {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item .icon svg {
  width: 100%;
  height: 100%;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item a, .site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item span {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  transition: color 0.3s;
}
.site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item a:hover, .site-footer .footer-main .footer-content .footer-contacts .contact-card .content .contact-details .detail-item span:hover {
  color: #ff5900;
}
.site-footer .footer-main .copyright-bar {
  width: 100%;
  background-color: #101010;
  border-radius: 0 0 20px 20px;
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-main .copyright-bar p, .site-footer .footer-main .copyright-bar a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.site-footer .footer-main .copyright-bar .created-by span {
  color: #ff5900;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .site-footer .global-cta-wrapper {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .site-footer .global-cta-wrapper .cta-box {
    padding: 40px 20px;
  }
  .site-footer .global-cta-wrapper .cta-box .cta-grid {
    flex-direction: column;
    gap: 40px;
  }
  .site-footer .global-cta-wrapper .cta-box .cta-grid .right-col {
    justify-content: center;
  }
  .site-footer .global-cta-wrapper .cta-box .cta-grid .right-col img {
    max-height: 250px;
    width: auto;
  }
  .site-footer .footer-main {
    padding: 60px 0 40px;
  }
  .site-footer .footer-main .footer-content {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .site-footer .footer-main .footer-content .footer-left {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .site-footer .footer-main .footer-content .footer-left .logo {
    width: 203px;
    height: 56px;
    margin: 0 auto 24px;
  }
  .site-footer .footer-main .footer-content .footer-left .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .site-footer .footer-main .footer-content .footer-left .address {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.64px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .site-footer .footer-main .footer-content .footer-left .address p {
    margin: 0;
  }
  .site-footer .footer-main .footer-content .footer-left .address strong {
    font-weight: 700;
  }
  .site-footer .footer-main .footer-content .footer-left .social-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
  .site-footer .footer-main .footer-content .footer-left .social-icons .soc-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
  }
  .site-footer .footer-main .footer-content .footer-left .social-icons .soc-link svg {
    width: 100%;
    height: 100%;
  }
  .site-footer .footer-main .footer-content .footer-left .social-icons .soc-link:hover {
    transform: scale(1.1);
  }
  .site-footer .footer-main .footer-content .footer-contacts {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .site-footer .footer-main .copyright-bar {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px;
  }
}

@media (max-width: 1350px) {
  .about-decoration {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .site-header {
    padding: 0 50px;
  }
  .hero-section .services-bar {
    max-width: 90%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 30px;
  }
  .hero-section .services-bar .service-item {
    flex-shrink: 0;
  }
}
@media (max-width: 1200px) {
  .hero-section {
    height: auto;
    min-height: 800px;
  }
  .hero-section .hero-content {
    padding-top: 200px;
  }
  .services-grid .row {
    flex-wrap: wrap;
  }
  .services-grid .row .service-card {
    min-width: 45%;
  }
  .about-section .about-content-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .about-section .about-content-wrapper .about-image, .about-section .about-content-wrapper .about-text {
    width: 100%;
    max-width: 600px;
  }
  .about-section .about-content-wrapper .about-image {
    height: auto;
    aspect-ratio: 1/1;
  }
  .testimonials-section .gallery-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .testimonials-section .stats-bar {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }
  .site-footer .footer-main .footer-content {
    flex-direction: column;
  }
  .site-footer .footer-main .footer-content .footer-contacts {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .site-header {
    height: 90px;
    padding: 0 20px;
  }
  .site-header .header-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-header .logo {
    width: 150px;
    height: auto;
  }
  .site-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .site-header .header-right {
    flex-direction: row;
    gap: 15px;
  }
  .site-header .header-right .main-nav, .site-header .header-right .header-rating {
    display: none;
  }
  .site-header .header-right .btn-phone {
    padding: 10px;
  }
  .site-header .header-right .btn-phone span {
    display: none;
  }
  .site-header .mobile-nav-toggle {
    display: flex;
  }
  .site-header .services-bar-wrapper {
    display: none;
  }
  .hero-section .hero-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-section .hero-content .hero-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .services-grid .service-card {
    flex: 0 0 100%;
  }
  .advantages-grid {
    flex-direction: column;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
    margin-bottom: 40px !important;
  }
  .section-header .header-left {
    width: 100%;
  }
  .section-header .btn-primary {
    width: 100%;
  }
  .about-decoration {
    display: none !important;
  }
  .subtitle, .subtitle-wrap {
    justify-content: flex-start;
  }
  .subtitle svg, .subtitle-wrap svg {
    width: 32px !important;
    height: 36px !important;
  }
  .subtitle span, .subtitle-wrap span {
    font-size: 10px !important;
    margin-left: -10px !important;
  }
  .text-h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  h1, .text-h1 {
    font-size: 36px !important;
    line-height: 44px !important;
  }
  .site-footer .footer-main {
    padding: 60px 20px;
  }
  .site-footer .footer-main .footer-contacts .contact-card {
    width: 100%;
    height: auto;
    min-height: 284px;
  }
  .site-footer .footer-main .copyright-bar {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .text-h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .cta-box {
    padding: 40px 20px !important;
  }
  .cta-box .actions {
    flex-direction: column;
  }
  .partners-bar .logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.service-hero {
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  text-align: center;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
.service-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.service-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-hero .hero-bg .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.service-hero .hero-content {
  position: relative;
  z-index: 2;
}
.service-hero .hero-content h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin: 16px 0 0;
}
@media (max-width: 992px) {
  .service-hero {
    padding-top: 130px;
    padding-bottom: 60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

.section-padding {
  padding: 125px 0;
}
@media (max-width: 992px) {
  .section-padding {
    padding: 80px 0;
  }
}

.cta-overlap-wrapper {
  position: relative;
  z-index: 50;
  margin-top: -223px;
  margin-bottom: -223px;
}
.cta-overlap-wrapper .cta-box-gradient {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-radius: 20px;
  padding: 50px 0 50px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.3);
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid {
  display: flex;
  position: relative;
  z-index: 2;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .content .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .actions {
  display: flex;
  gap: 32px;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .actions .btn-white {
  background: #fff;
  padding: 16px 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ff5900;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .actions .btn-white span {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-transform: lowercase;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .actions .btn-white svg {
  width: 18px;
  height: 18px;
  color: #ff5900;
}
.cta-overlap-wrapper .cta-box-gradient .cta-grid .right-col {
  flex: 1;
  min-height: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-overlap-wrapper .cta-box-gradient .bg-vector {
  position: absolute;
  left: 43.14%;
  top: 7.76%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.2;
}
.cta-overlap-wrapper .cta-box-gradient .bg-vector svg {
  width: 336px;
  height: auto;
  display: block;
}

.packages-section {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .packages-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.packages-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .packages-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}

.service-advantages-section {
  padding-top: 125px;
}
@media (max-width: 992px) {
  .service-advantages-section {
    padding-top: 60px;
  }
}
.cta-overlap-wrapper + .service-advantages-section {
  padding-top: 300px;
}
@media (max-width: 992px) {
  .cta-overlap-wrapper + .service-advantages-section {
    padding-top: 60px;
  }
}

.image-text-section {
  padding: 125px 0;
  background-color: #1C1C1C;
}
@media (max-width: 992px) {
  .image-text-section {
    padding: 60px 0;
  }
}
.image-text-section.bg-grey {
  background-color: #252525;
}
.image-text-section .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1200px) {
  .image-text-section .content-wrapper {
    gap: 50px;
  }
}
.image-text-section.reverse .content-wrapper {
  flex-direction: row-reverse;
}
.image-text-section .text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 992px) {
  .image-text-section .text-col {
    align-items: flex-start;
  }
}
.image-text-section .text-col .subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 992px) {
  .image-text-section .text-col .subtitle-wrap {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.image-text-section .text-col .subtitle-wrap svg {
  width: 42px;
  height: 48px;
  transform: rotate(270deg);
}
.image-text-section .text-col .subtitle-wrap span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -12px;
}
.image-text-section .text-col h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.image-text-section .text-col .desc {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
}
.image-text-section .text-col .desc p {
  margin-bottom: 1em;
}
.image-text-section .text-col .icon-text-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .image-text-section .text-col .icon-text-block {
    align-items: flex-start;
  }
}
.image-text-section .text-col .icon-text-block .icon-wrap {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.image-text-section .text-col .icon-text-block .icon-wrap svg {
  width: 100%;
  height: 100%;
}
.image-text-section .text-col .icon-text-block p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  max-width: 330px;
}
.image-text-section .text-col .actions {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 992px) {
  .image-text-section .text-col .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
  .image-text-section .text-col .actions .btn-primary {
    width: 100%;
  }
}
.image-text-section .text-col .actions .rating-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}
.image-text-section .text-col .actions .rating-badge .rating-val {
  display: flex;
  gap: 10px;
  align-items: center;
}
.image-text-section .text-col .actions .rating-badge .rating-val svg {
  width: 22px;
  height: 22px;
}
.image-text-section .text-col .actions .rating-badge .rating-val .val {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
.image-text-section .text-col .actions .rating-badge .stars {
  width: 76px;
  height: 12px;
}
.image-text-section .image-col {
  flex: 0 0 538px;
}
@media (max-width: 1200px) {
  .image-text-section .image-col {
    flex: 0 0 450px;
  }
}
.image-text-section .image-col .image-wrap {
  position: relative;
  width: 100%;
  height: 518px;
  border-radius: 20px;
  overflow: visible;
}
.image-text-section .image-col .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.image-text-section .image-col .image-wrap .about-decoration {
  position: absolute;
  top: -43px;
  width: 240px;
  height: 216px;
  z-index: 4;
  right: -140px;
  left: auto;
  transform: scaleX(-1);
}
@media (max-width: 1350px) {
  .image-text-section .image-col .image-wrap .about-decoration {
    display: none;
  }
}
.image-text-section .image-col .image-wrap .about-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}
.image-text-section .image-col .image-wrap .badge {
  z-index: 5;
  position: absolute;
  bottom: 40px;
  left: 0;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  padding: 12px 40px 12px 24px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 0px 14px 0px rgba(255, 89, 0, 0.6);
}
.image-text-section .image-col .image-wrap .badge .icon {
  width: 48px;
  height: 48px;
  position: relative;
}
.image-text-section .image-col .image-wrap .badge .icon svg {
  width: 100%;
  height: 100%;
}
.image-text-section .image-col .image-wrap .badge span {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #ffffff;
}
.image-text-section.reverse .image-col .image-wrap .about-decoration {
  right: auto;
  left: -140px;
  transform: none;
}

.packages-section {
  background-color: #101010;
}
.packages-section .section-header {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .packages-section .section-header {
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.packages-section .section-header .subtitle-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .packages-section .section-header .subtitle-wrap {
    width: auto;
    margin: 0;
    justify-content: flex-start;
    height: auto;
  }
}
.packages-section .section-header .subtitle-wrap .poly-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  width: 48px;
  height: 42px;
}
@media (max-width: 992px) {
  .packages-section .section-header .subtitle-wrap .poly-icon {
    position: static;
    transform: rotate(270deg);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.packages-section .section-header .subtitle-wrap .poly-icon svg {
  width: 100%;
  height: 100%;
}
.packages-section .section-header .subtitle-wrap span {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 42px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .packages-section .section-header .subtitle-wrap span {
    line-height: 1.2;
    margin-left: -12px;
  }
}
.packages-section .section-header h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.packages-section .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
  align-items: stretch;
}
.packages-section .packages-grid .package-card {
  background-color: #1C1C1C;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
  height: 100%;
}
.packages-section .packages-grid .package-card.is-featured {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.3);
}
.packages-section .packages-grid .package-card.is-featured .btn-primary {
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.6);
  color: #ff5900;
}
.packages-section .packages-grid .package-card.is-featured .btn-primary svg path {
  fill: #ff5900;
}
.packages-section .packages-grid .package-card.is-featured .btn-primary:hover {
  background: #ffffff;
  opacity: 0.9;
}
.packages-section .packages-grid .package-card .image-area {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
  margin-top: -48px;
  z-index: 2;
  flex-shrink: 0;
}
.packages-section .packages-grid .package-card .image-area img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
}
.packages-section .packages-grid .package-card .card-body {
  padding: 0 46px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
}
.packages-section .packages-grid .package-card .card-body h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 32px 0 0 0;
}
.packages-section .packages-grid .package-card .card-body .desc {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.packages-section .packages-grid .package-card .card-body .price {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.packages-section .packages-grid .package-card .card-body .price .amount {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
}
.packages-section .packages-grid .package-card .card-body .price .tax {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.packages-section .packages-grid .package-card .card-body .btn-primary {
  width: 100%;
  margin-top: auto;
}
.packages-section .packages-grid .package-card .card-body .features-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
  margin-bottom: 0;
}
.packages-section .packages-grid .package-card .card-body .features-list .feat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: none;
}
.packages-section .packages-grid .package-card .card-body .features-list .feat-item .check-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.packages-section .packages-grid .package-card .card-body .features-list .feat-item .check-icon svg {
  width: 100%;
  height: 100%;
}
.packages-section .packages-grid .package-card .card-body .features-list .feat-item span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  font-size: 14px;
  color: #ffffff;
}
.packages-section.negative-margin-variant .packages-grid {
  align-items: flex-start;
}
.packages-section.negative-margin-variant .packages-grid .package-card {
  height: auto;
}
.packages-section.negative-margin-variant .packages-grid .package-card .card-body {
  align-items: flex-start;
  text-align: left;
  flex: 0 0 auto;
}
.packages-section.negative-margin-variant .packages-grid .package-card .card-body .price {
  width: 100%;
  justify-content: flex-start;
}

.service-advantages-section {
  background-color: #1C1C1C;
}
.service-advantages-section .section-header {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-advantages-section .section-header .subtitle-wrap {
  display: flex;
  align-items: center;
}
.service-advantages-section .section-header .subtitle-wrap svg {
  width: 42px;
  height: 48px;
  transform: rotate(270deg);
  margin-right: -12px;
}
.service-advantages-section .section-header .subtitle-wrap span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-advantages-section .section-header h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
}
.service-advantages-section .adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.service-advantages-section .adv-grid .adv-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-advantages-section .adv-grid .adv-item .icon-hex {
  margin-bottom: 8px;
}
.service-advantages-section .adv-grid .adv-item .icon-hex svg {
  width: 100px;
  height: 88px;
}
.service-advantages-section .adv-grid .adv-item h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.service-advantages-section .adv-grid .adv-item p {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}

.preparation-section {
  background-color: #101010;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .preparation-section {
    padding: 60px 0;
  }
}
.preparation-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .preparation-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}
.preparation-section .section-header.center {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .preparation-section .section-header.center {
    align-items: flex-start;
  }
}
.preparation-section .section-header.center .subtitle-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .preparation-section .section-header.center .subtitle-wrap {
    width: auto;
    margin: 0;
    justify-content: flex-start;
    height: auto;
  }
}
.preparation-section .section-header.center .subtitle-wrap .poly-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  width: 48px;
  height: 42px;
}
@media (max-width: 992px) {
  .preparation-section .section-header.center .subtitle-wrap .poly-icon {
    position: static;
    transform: rotate(270deg);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.preparation-section .section-header.center .subtitle-wrap .poly-icon svg {
  width: 100%;
  height: 100%;
}
.preparation-section .section-header.center .subtitle-wrap span {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 42px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .preparation-section .section-header.center .subtitle-wrap span {
    line-height: 1.2;
    margin-left: -12px;
  }
}
.preparation-section .section-header.center h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.preparation-section .prep-content {
  display: flex;
  align-items: center;
  gap: 100px;
}
.preparation-section .prep-content .steps-col {
  flex: 0 0 384px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.preparation-section .prep-content .steps-col .prep-step {
  position: relative;
  overflow: hidden;
  background-color: #1C1C1C;
  border-radius: 20px;
  padding: 40px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.preparation-section .prep-content .steps-col .prep-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.preparation-section .prep-content .steps-col .prep-step.active {
  transform: translateY(-4px);
  box-shadow: 0px 18px 36px rgba(255, 89, 0, 0.18);
}
.preparation-section .prep-content .steps-col .prep-step.active::before {
  opacity: 1;
}
.preparation-section .prep-content .steps-col .prep-step h3 {
  position: relative;
  z-index: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.preparation-section .prep-content .steps-col .prep-step p {
  position: relative;
  z-index: 1;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
.preparation-section .prep-content .image-col {
  flex: 1;
  display: flex;
  justify-content: center;
}
.preparation-section .prep-content .image-col .hex-car-wrap {
  position: relative;
  width: 610px;
  height: 548px;
}
.preparation-section .prep-content .image-col .hex-car-wrap .hex-bg-stroke {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.preparation-section .prep-content .image-col .hex-car-wrap .hex-bg-stroke svg {
  width: 100%;
  height: 100%;
  display: block;
}
.preparation-section .prep-content .image-col .hex-car-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 50px;
  z-index: 2;
}

.service-gallery-section {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .service-gallery-section {
    padding: 60px 0;
  }
}
.service-gallery-section {
  background-color: #101010;
}
.service-gallery-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .service-gallery-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}
.service-gallery-section .section-header.center {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .service-gallery-section .section-header.center {
    align-items: flex-start;
  }
}
.service-gallery-section .section-header.center .subtitle-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .service-gallery-section .section-header.center .subtitle-wrap {
    width: auto;
    margin: 0;
    justify-content: flex-start;
    height: auto;
  }
}
.service-gallery-section .section-header.center .subtitle-wrap .poly-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  width: 48px;
  height: 42px;
}
@media (max-width: 992px) {
  .service-gallery-section .section-header.center .subtitle-wrap .poly-icon {
    position: static;
    transform: rotate(270deg);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.service-gallery-section .section-header.center .subtitle-wrap .poly-icon svg {
  width: 100%;
  height: 100%;
}
.service-gallery-section .section-header.center .subtitle-wrap span {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 42px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .service-gallery-section .section-header.center .subtitle-wrap span {
    line-height: 1.2;
    margin-left: -12px;
  }
}
.service-gallery-section .section-header.center h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
}
.service-gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.service-gallery-section .gallery-grid .gallery-item {
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
.service-gallery-section .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-gallery-section .gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}
.service-gallery-section .load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .service-builder .packages-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-builder .service-advantages-section .adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-builder .preparation-section .prep-content {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .service-builder .preparation-section .prep-content .steps-col {
    width: 100%;
  }
  .service-builder .preparation-section .prep-content .image-col .hex-car-wrap {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 610/548;
  }
  .service-builder .service-gallery-section .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .service-builder .image-text-section .content-wrapper {
    flex-direction: column !important;
    gap: 50px;
  }
  .service-builder .image-text-section .image-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .service-builder .image-text-section .image-col .image-wrap {
    height: auto;
    aspect-ratio: 16/10;
  }
  .service-builder .service-gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-overlap-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cta-overlap-wrapper .cta-box-gradient {
    padding: 40px 0 0 0;
  }
  .cta-overlap-wrapper .cta-box-gradient .cta-grid {
    flex-direction: column;
    gap: 40px;
  }
  .cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col {
    padding: 0 24px;
  }
  .cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .actions {
    flex-direction: column;
    gap: 20px;
  }
  .cta-overlap-wrapper .cta-box-gradient .cta-grid .left-col .actions .btn-white {
    justify-content: center;
    width: 100%;
  }
  .cta-overlap-wrapper .cta-box-gradient .cta-grid .right-col {
    justify-content: center;
  }
  .cta-overlap-wrapper .cta-box-gradient .cta-grid .right-col img {
    width: 100%;
    max-width: none;
    max-height: 250px;
    object-fit: contain;
    object-position: right;
    margin-right: -24px;
    transform: translateX(20px);
  }
  .cta-overlap-wrapper + .service-builder .service-advantages-section {
    padding-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .service-builder .service-advantages-section .adv-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .service-builder .service-advantages-section .adv-grid .adv-item {
    align-items: center;
    text-align: center;
  }
  .service-builder .service-advantages-section .adv-grid .adv-item .icon-hex {
    margin-left: auto;
    margin-right: auto;
  }
  .service-builder .packages-section .packages-grid {
    grid-template-columns: 1fr;
  }
  .service-builder .service-gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-page-main {
  background-color: #101010;
  min-height: 100vh;
  padding-bottom: 100px;
}
.gallery-page-main .gallery-hero {
  padding-top: 180px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .gallery-page-main .gallery-hero {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
.gallery-page-main .gallery-hero .container.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gallery-page-main .gallery-hero .subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.gallery-page-main .gallery-hero .subtitle-wrap span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gallery-page-main .gallery-hero h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.gallery-page-main .gallery-filters {
  margin-bottom: 60px;
}
.gallery-page-main .gallery-filters .filters-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.gallery-page-main .gallery-filters .filters-row .filter-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid #ff5900;
  text-decoration: none;
  transition: all 0.3s ease;
}
.gallery-page-main .gallery-filters .filters-row .filter-btn .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.gallery-page-main .gallery-filters .filters-row .filter-btn span {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}
.gallery-page-main .gallery-filters .filters-row .filter-btn:hover, .gallery-page-main .gallery-filters .filters-row .filter-btn.active {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-color: transparent;
  box-shadow: 0px 0px 14px 0px rgba(255, 89, 0, 0.6);
}
.gallery-page-main .gallery-filters .filters-row .filter-btn:hover span, .gallery-page-main .gallery-filters .filters-row .filter-btn.active span {
  color: #ffffff;
}
.gallery-page-main .gallery-filters .filters-row .filter-btn:hover .icon, .gallery-page-main .gallery-filters .filters-row .filter-btn.active .icon {
  filter: brightness(0) invert(1);
}
.gallery-page-main .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.gallery-page-main .gallery-grid .gallery-item {
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-page-main .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery-page-main .gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-page-main .pagination-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gallery-page-main .pagination-wrap .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C1C1C;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.gallery-page-main .pagination-wrap .page-numbers.current {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
}
.gallery-page-main .pagination-wrap .page-numbers.next, .gallery-page-main .pagination-wrap .page-numbers.prev {
  background: transparent;
}
.gallery-page-main .pagination-wrap .page-numbers.next svg, .gallery-page-main .pagination-wrap .page-numbers.prev svg {
  width: 24px;
  height: 24px;
}
.gallery-page-main .pagination-wrap .page-numbers.prev svg {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .gallery-page-main .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-page-main .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.contact-page-main {
  background-color: #101010;
}
.contact-page-main .contact-hero {
  padding-top: 180px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .contact-page-main .contact-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.contact-page-main .contact-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.contact-page-main .contact-hero .hero-content .subtitle span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ff5900;
}
.contact-page-main .contact-hero .hero-content h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.contact-page-main .contact-content-section {
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .contact-page-main .contact-content-section {
    padding-bottom: 60px;
  }
}
.contact-page-main .contact-content-section .grid-2-col {
  display: grid;
  grid-template-columns: 446px 1fr;
  gap: 100px;
  align-items: start;
}
.contact-page-main .contact-content-section .grid-2-col .left-info {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .logo-wrap img {
  height: 80px;
  width: auto;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .info-block {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-page-main .contact-content-section .grid-2-col .left-info .info-block .address {
  margin-bottom: 30px;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .info-block .details p {
  margin: 0;
  line-height: 1.6;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .socials-card {
  background-color: #1C1C1C;
  border-radius: 20px;
  padding: 40px;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .socials-card h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 14px;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .socials-card .social-icons {
  display: flex;
  gap: 16px;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .socials-card .social-icons .soc-link {
  width: 48px;
  height: 48px;
  display: block;
  transition: transform 0.3s;
}
.contact-page-main .contact-content-section .grid-2-col .left-info .socials-card .social-icons .soc-link:hover {
  transform: scale(1.1);
}
.contact-page-main .contact-content-section .grid-2-col .left-info .socials-card .social-icons .soc-link svg {
  width: 100%;
  height: 100%;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  border-radius: 20px;
  padding: 64px 80px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange {
    padding: 40px 24px;
  }
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header {
  margin-bottom: 40px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header .subtitle-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header .subtitle-wrap svg {
  width: 48px;
  height: 48px;
  transform: rotate(270deg);
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header .subtitle-wrap svg path {
  stroke: white;
  opacity: 0.5;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header .subtitle-wrap svg {
  flex-shrink: 0;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header .subtitle-wrap span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin-left: -12px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .form-header h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group {
  position: relative;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group input, .contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 24px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group input::placeholder, .contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group input:focus, .contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group input.input-error, .contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group textarea.input-error {
  border-color: #FF4444;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group .field-error {
  display: none;
  color: #FF4444;
  font-size: 12px;
  margin-top: 6px;
  font-weight: 600;
  padding-left: 4px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-group .field-error.active {
  display: block;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer {
  margin-top: 20px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer .gdpr-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer .gdpr-note a {
  color: #ffffff;
  text-decoration: underline;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer .btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #FFFFFF;
  color: #ff5900;
  border: none;
  padding: 16px 32px;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer .btn-white svg {
  width: 18px;
  height: 18px;
}
.contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange .contact-form .form-footer .btn-white svg path {
  fill: #ff5900;
}
.contact-page-main .branches-section {
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .contact-page-main .branches-section {
    padding-bottom: 60px;
  }
}
.contact-page-main .branches-section .branches-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.contact-page-main .branches-section .branches-grid .branch-card {
  flex: 1;
}
.contact-page-main .branches-section .branches-grid .branch-card h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.contact-page-main .branches-section .branches-grid .branch-card .map-embed {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1C1C1C;
}
.contact-page-main .branches-section .branches-grid .branch-card .map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 1200px) {
  .contact-page-main .contact-content-section .grid-2-col .right-form .form-card-orange {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .contact-page-main .contact-content-section .grid-2-col {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
  }
  .contact-page-main .branches-section .branches-grid {
    flex-direction: column;
  }
}
.about-page-main {
  background-color: #101010;
}
.about-page-main .service-hero {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .about-page-main .service-hero {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
.about-page-main .service-advantages-section {
  background-color: transparent;
  padding: 100px 0;
}
.about-page-main .service-advantages-section .adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .about-page-main .service-advantages-section .adv-grid {
    grid-template-columns: 1fr;
  }
}
.about-page-main .service-advantages-section .adv-item {
  background-color: #1C1C1C;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.about-page-main .service-advantages-section .adv-item .icon-hex {
  height: 88px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page-main .service-advantages-section .adv-item .icon-hex svg, .about-page-main .service-advantages-section .adv-item .icon-hex img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page-main .service-advantages-section .adv-item h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.about-page-main .service-advantages-section .adv-item p {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
.about-page-main .about-garage-section .content-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
.about-page-main .about-garage-section .content-wrapper .text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 992px) {
  .about-page-main .about-garage-section .content-wrapper .text-col {
    align-items: flex-start;
  }
}
.about-page-main .about-garage-section .content-wrapper .text-col .subtitle-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-page-main .about-garage-section .content-wrapper .text-col .subtitle-wrap {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.about-page-main .about-garage-section .content-wrapper .text-col .subtitle-wrap svg {
  width: 42px;
  height: 48px;
  transform: rotate(270deg);
  margin-right: -12px;
}
.about-page-main .about-garage-section .content-wrapper .text-col .subtitle-wrap span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-page-main .about-garage-section .content-wrapper .text-col h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.about-page-main .about-garage-section .content-wrapper .text-col .desc {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: rgba(255, 255, 255, 0.8);
}
.about-page-main .about-garage-section .content-wrapper .text-col .desc p {
  margin-bottom: 1.5em;
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .about-page-main .about-garage-section .content-wrapper .text-col .actions-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }
  .about-page-main .about-garage-section .content-wrapper .text-col .actions-row .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row .rating-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row .rating-inline .g-logo {
  width: 22px;
  height: 22px;
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row .rating-inline .g-logo svg {
  width: 100%;
  height: 100%;
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row .rating-inline .val {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row .rating-inline .stars {
  width: 76px;
  height: 12px;
}
.about-page-main .about-garage-section .content-wrapper .text-col .actions-row .rating-inline .stars svg {
  width: 100%;
  height: 100%;
}
.about-page-main .about-garage-section .content-wrapper .image-col {
  flex: 0 0 660px;
}
.about-page-main .about-garage-section .content-wrapper .image-col .image-wrap {
  width: 100%;
}
.about-page-main .about-garage-section .content-wrapper .image-col .image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.about-page-main .about-gallery-section {
  padding-bottom: 60px;
}
.about-page-main .about-gallery-section .swiper-pagination {
  bottom: -40px;
}
.about-page-main .about-gallery-section .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.3s;
}
.about-page-main .about-gallery-section .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5900;
  width: 45px;
}
.about-page-main .about-gallery-section .stats-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 128px;
  margin-top: 100px;
}
.about-page-main .about-gallery-section .stats-bar .stat-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-width: 170px;
}
.about-page-main .about-gallery-section .stats-bar .stat-item .stat-value {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-page-main .about-gallery-section .stats-bar .stat-item .stat-value .counter, .about-page-main .about-gallery-section .stats-bar .stat-item .stat-value .highlight {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.96px;
  color: #ffffff;
  text-transform: uppercase;
}
.about-page-main .about-gallery-section .stats-bar .stat-item .stat-value .highlight {
  color: #ff5900;
}
.about-page-main .about-gallery-section .stats-bar .stat-item .stat-value svg {
  width: 32px;
  height: 32px;
}
.about-page-main .about-gallery-section .stats-bar .stat-item .stat-label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-align: right;
}
.about-page-main .about-gallery {
  background-color: #1C1C1C;
  padding-bottom: 120px;
}
.about-page-main .about-gallery .section-header {
  margin-bottom: 60px;
}
.about-page-main .about-gallery .section-header .subtitle-wrap {
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .about-page-main .about-garage-section .content-wrapper {
    gap: 50px;
  }
  .about-page-main .about-garage-section .image-col {
    flex: 0 1 450px;
    min-width: 0;
  }
  .about-page-main .about-garage-section .text-col {
    min-width: 0;
  }
  .about-page-main .about-gallery-section .stats-bar {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .about-page-main .about-garage-section .content-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .about-page-main .about-garage-section .content-wrapper .image-col {
    flex: 0 0 auto !important;
    width: 100%;
    height: auto;
  }
  .about-page-main .about-gallery-section .stats-bar {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.packages-v2-section {
  background-color: #101010;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .packages-v2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.packages-v2-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .packages-v2-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}
.packages-v2-section .section-header {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .packages-v2-section .section-header {
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.packages-v2-section .section-header .subtitle-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .packages-v2-section .section-header .subtitle-wrap {
    width: auto;
    margin: 0;
    justify-content: flex-start;
    height: auto;
  }
}
.packages-v2-section .section-header .subtitle-wrap .poly-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  width: 48px;
  height: 42px;
}
@media (max-width: 992px) {
  .packages-v2-section .section-header .subtitle-wrap .poly-icon {
    position: static;
    transform: rotate(270deg);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.packages-v2-section .section-header .subtitle-wrap .poly-icon svg {
  width: 100%;
  height: 100%;
}
.packages-v2-section .section-header .subtitle-wrap span {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 42px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .packages-v2-section .section-header .subtitle-wrap span {
    line-height: 22px;
    margin-left: -12px;
  }
}
.packages-v2-section .section-header h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .packages-v2-section .section-header h2 {
    text-align: left;
  }
}
.packages-v2-section .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
  row-gap: 112px;
}
@media (max-width: 1200px) {
  .packages-v2-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .packages-v2-section .packages-grid {
    grid-template-columns: 1fr;
  }
}
.packages-v2-section .packages-grid .package-card-v2 {
  background-color: #1c1c1c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
  padding: 0 40px 40px;
}
.packages-v2-section .packages-grid .package-card-v2 .image-area {
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -60px;
  z-index: 2;
  margin-bottom: 32px;
}
.packages-v2-section .packages-grid .package-card-v2 .image-area img {
  max-width: 300px;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
}
.packages-v2-section .packages-grid .package-card-v2 .card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .header-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .header-info h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .header-info .p-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
  opacity: 0.8;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .prices-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .prices-list .price-item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .prices-list .price-item .label, .packages-v2-section .packages-grid .package-card-v2 .card-body .prices-list .price-item .val {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .prices-list .price-item .label {
  color: #ffffff;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .prices-list .price-item .val {
  background: linear-gradient(90deg, #ff6716 0%, #ff7a3b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.packages-v2-section .packages-grid .package-card-v2 .card-body .btn-primary {
  width: 100%;
  margin-top: auto;
}

.packages-v3-section {
  background-color: #101010;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .packages-v3-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.packages-v3-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .packages-v3-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}
.packages-v3-section .section-header {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .packages-v3-section .section-header {
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.packages-v3-section .section-header .subtitle-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (max-width: 992px) {
  .packages-v3-section .section-header .subtitle-wrap {
    width: auto;
    justify-content: flex-start;
    height: auto;
  }
}
.packages-v3-section .section-header .subtitle-wrap .poly-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  width: 48px;
  height: 42px;
}
@media (max-width: 992px) {
  .packages-v3-section .section-header .subtitle-wrap .poly-icon {
    position: static;
    transform: rotate(270deg);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.packages-v3-section .section-header .subtitle-wrap .poly-icon svg {
  width: 100%;
  height: 100%;
}
.packages-v3-section .section-header .subtitle-wrap span {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 42px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .packages-v3-section .section-header .subtitle-wrap span {
    line-height: 1.2;
    margin-left: -12px;
  }
}
.packages-v3-section .section-header h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .packages-v3-section .section-header h2 {
    text-align: left;
  }
}
.packages-v3-section .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .packages-v3-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .packages-v3-section .packages-grid {
    grid-template-columns: 1fr;
  }
}
.packages-v3-section .packages-grid .package-card-v3 {
  background-color: #1c1c1c;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  transition: transform 0.3s;
}
.packages-v3-section .packages-grid .package-card-v3.is-featured {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.3);
}
.packages-v3-section .packages-grid .package-card-v3.is-featured .btn-white-gradient {
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.6);
}
.packages-v3-section .packages-grid .package-card-v3.is-featured .btn-white-gradient .text-primary-gradient {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.packages-v3-section .packages-grid .package-card-v3.is-featured .btn-white-gradient svg path {
  fill: #ff5900;
}
.packages-v3-section .packages-grid .package-card-v3.is-featured .btn-white-gradient:hover {
  opacity: 0.9;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .header-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .header-info h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .header-info .p-desc {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .feat-item, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .dur-item, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .feat-item, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .dur-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .feat-item .check-icon, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .dur-item .check-icon, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .feat-item .check-icon, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .dur-item .check-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .feat-item .check-icon svg, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .dur-item .check-icon svg, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .feat-item .check-icon svg, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .dur-item .check-icon svg {
  width: 100%;
  height: 100%;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .feat-item span, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .features-list .dur-item span, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .feat-item span, .packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .block-item .duration-list .dur-item span {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .price-block {
  gap: 8px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .price-block .price-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .price-block .price-header h4 {
  margin: 0;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .price-block .price-header .price-val {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  letter-spacing: 0.48px;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .content-blocks .price-block .price-sub {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
.packages-v3-section .packages-grid .package-card-v3 .card-body .btn-primary {
  width: 100%;
  margin-top: auto;
}

.packages-v4-section {
  background-color: #101010;
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 992px) {
  .packages-v4-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.packages-v4-section:has(+ .cta-overlap-wrapper) {
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .packages-v4-section:has(+ .cta-overlap-wrapper) {
    padding-bottom: 60px;
  }
}
.packages-v4-section .section-header {
  max-width: 505px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .packages-v4-section .section-header {
    max-width: none;
    margin: 0 0 40px;
    align-items: flex-start;
  }
}
.packages-v4-section .section-header .subtitle-wrap {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (max-width: 992px) {
  .packages-v4-section .section-header .subtitle-wrap {
    width: auto;
    justify-content: flex-start;
    height: auto;
  }
}
.packages-v4-section .section-header .subtitle-wrap .poly-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  width: 48px;
  height: 42px;
}
@media (max-width: 992px) {
  .packages-v4-section .section-header .subtitle-wrap .poly-icon {
    position: static;
    transform: rotate(270deg);
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.packages-v4-section .section-header .subtitle-wrap .poly-icon svg {
  width: 100%;
  height: 100%;
}
.packages-v4-section .section-header .subtitle-wrap span {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 42px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .packages-v4-section .section-header .subtitle-wrap span {
    line-height: 22px;
    margin-left: -12px;
  }
}
.packages-v4-section .section-header h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media (max-width: 992px) {
  .packages-v4-section .section-header h2 {
    text-align: left;
  }
}
.packages-v4-section .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .packages-v4-section .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .packages-v4-section .packages-grid {
    grid-template-columns: 1fr;
  }
}
.packages-v4-section .package-card-v4 {
  background-color: #1c1c1c;
  border-radius: 20px;
  height: 100%;
}
.packages-v4-section .package-card-v4 .card-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 767px) {
  .packages-v4-section .package-card-v4 .card-body {
    padding: 28px;
    gap: 28px;
  }
}
.packages-v4-section .package-card-v4 .card-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.packages-v4-section .package-card-v4 .icon-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.packages-v4-section .package-card-v4 .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.packages-v4-section .package-card-v4 .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.packages-v4-section .package-card-v4 .header-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.packages-v4-section .package-card-v4 .header-info h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.packages-v4-section .package-card-v4 .header-info .p-desc {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0;
}
.packages-v4-section .package-card-v4 .price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.packages-v4-section .package-card-v4 .price-row .price-prefix {
  color: #ffffff;
}
.packages-v4-section .package-card-v4 .price-row .price-value {
  background: linear-gradient(90deg, #ff7a3b 0%, #ff6716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.packages-v4-section .package-card-v4 .btn-primary {
  width: 100%;
  justify-content: center;
  padding: 16px 24px;
  margin-top: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .packages-v4-section .package-card-v4 .card-body,
  .packages-v4-section .package-card-v4 .card-top,
  .packages-v4-section .package-card-v4 .content-wrap,
  .packages-v4-section .package-card-v4 .header-info {
    align-items: center;
  }
  .packages-v4-section .package-card-v4 .header-info,
  .packages-v4-section .package-card-v4 .content-wrap {
    text-align: center;
  }
  .packages-v4-section .package-card-v4 .icon-wrap,
  .packages-v4-section .package-card-v4 .price-row {
    justify-content: center;
  }
}

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