.your-menu-class {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.w-slider .w-slider-mask {
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
}

.w-slider .w-slide {
  flex: 0 0 calc((100% - 48px) / 3);

  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.trust-section-centered {
  position: relative;

  padding: 50px 20px;
  background-color: rgba(249, 205, 21, 0.95);
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  overflow: hidden;
}

.sym-header-group {
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.sym-subtitle {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  opacity: 0.6;
  margin-bottom: 10px;
  display: block;
}

.sym-title {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.sym-paragraph {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sym-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.sym-btn:hover {
  transform: translateY(-2px);
  background-color: #222;
  color: #f9cd15;
}

.sym-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.sym-card {
  background: #ffffff;

  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.sym-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.sym-icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #f9cd15;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 6px 12px rgba(249, 205, 21, 0.4);
  transition: transform 0.3s ease;
}

.sym-card:hover .sym-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.sym-icon-svg {
  width: 28px;
  height: 28px;
  fill: #000000;
}

.sym-card-title {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

.sym-card-text {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}

.sym-line {
  width: 30px;
  height: 3px;
  background-color: #f6f6f6;
  margin: 0 auto 16px auto;
}

@media screen and (max-width: 991px) {
  .sym-title {
    font-size: 32px;
  }
  .sym-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trust-section-centered {
    padding: 40px 20px;
  }
  .sym-header-group {
    margin-bottom: 30px;
  }
}

.footer-modern {
  background-color: #111111;
  color: #ffffff;
  padding: 80px 0 40px 0;
  font-family: "DM Sans", sans-serif;
  border-top: 4px solid #f9cd15;
  position: relative;
  z-index: 10;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid {
  display: grid;

  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: start;
}

.footer-brand-col {
  padding-right: 0;
}

.footer-logo-img {
  max-width: 160px;
  margin-bottom: 24px;
}

.footer-desc {
  color: #999;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 350px;
}

.footer-details-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item {
  margin-bottom: 12px;
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}

.footer-email-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 205, 21, 0.3);
  transition: border-color 0.3s ease;
}

.footer-email-link:hover {
  border-bottom-color: #f9cd15;
  color: #f9cd15;
}

.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #f9cd15;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: fill 0.3s ease;
}

.social-icon:hover svg {
  fill: #000;
}

.footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-link:hover {
  color: #f9cd15;
  transform: translateX(5px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  text-align: center;
}

.copyright-text {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .footer-desc {
    max-width: 100%;
  }
}
.footer-modern {
  background-color: #111111;
  color: #ffffff;
  padding: 80px 0 0 0;
  font-family: "DM Sans", sans-serif;
  border-top: 4px solid #f9cd15;
  position: relative;
  z-index: 10;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: start;
}

.footer-brand-col {
  padding-right: 0;
}

.footer-logo-img {
  max-width: 160px;
  margin-bottom: 24px;
}

.footer-desc {
  color: #999;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 350px;
}

.footer-details-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item {
  margin-bottom: 12px;
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}

.footer-email-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 205, 21, 0.3);
  transition: border-color 0.3s ease;
}
.footer-email-link:hover {
  border-bottom-color: #f9cd15;
  color: #f9cd15;
}

.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: #f9cd15;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: fill 0.3s ease;
}
.social-icon:hover svg {
  fill: #000;
}

.footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-link {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer-link:hover {
  color: #f9cd15;
  transform: translateX(5px);
}

.footer-bottom {
  background-color: #0a0a0a;
  padding: 24px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-text {
  color: #666;
  font-size: 14px;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 550px) {
  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
  }
}

.footer-modern {
  background-color: #111111;
  color: #ffffff;
  padding: 80px 0 0 0;
  font-family: "DM Sans", sans-serif;
  border-top: 4px solid #f9cd15;
  position: relative;
  z-index: 10;
}

.footer-container {
  width: 78%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: start;
  width: 100%;
}

.footer-brand-col {
  padding-right: 0;
}

.footer-logo-img {
  max-width: 160px;
  margin-bottom: 24px;
}

.footer-desc {
  color: #999;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 350px;
}

.footer-details-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item {
  margin-bottom: 12px;
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}

.footer-email-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 205, 21, 0.3);
  transition: border-color 0.3s ease;
}
.footer-email-link:hover {
  border-bottom-color: #f9cd15;
  color: #f9cd15;
}

.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.social-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: #f9cd15;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: fill 0.3s ease;
}
.social-icon:hover svg {
  fill: #000;
}

.footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-link {
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer-link:hover {
  color: #f9cd15;
  transform: translateX(5px);
}

.footer-bottom {
  background-color: #0a0a0a;
  padding: 24px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.copyright-text {
  color: #666;
  font-size: 14px;
}
.legal-links {
  display: flex;
  gap: 24px;
}
.legal-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.legal-link:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer-container {
    width: 94%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-container {
    width: 90%;
  }
}

@media screen and (max-width: 550px) {
  .footer-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
  }
}

.hero-modern-section {
  background-color: #f9cd15;
  padding: 100px 0;
  position: relative;
  border-radius: 0 0 24px 24px;
}

.hero-container {
  width: 78%;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.hero-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.hero-label {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.6;
  margin-bottom: 24px;
}

.hero-title-modern {
  font-family: "DM Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin-bottom: 24px;
  letter-spacing: -1.5px;
}

.hero-desc-modern {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #1a1a1a;
  max-width: 480px;
}

.hero-visuals-grid {
  display: grid;

  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 500px;
}

.hero-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hero-img-wrapper:hover {
  transform: scale(1.02);
}

.hero-real-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-tall {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.item-small {
  grid-column: 2 / 3;
}

@media screen and (max-width: 991px) {
  .hero-container {
    width: 94%;
  }
  .hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visuals-grid {
    height: 400px;
  }

  .hero-title-modern {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .hero-title-modern {
    font-size: 34px;
  }

  .hero-visuals-grid {
    display: block;
    height: 300px;
  }
  .item-small {
    display: none;
  }
  .item-tall {
    width: 100%;
    height: 100%;
  }
}
.your-menu-class {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.w-slider .w-slider-mask {
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
}

.w-slider .w-slide {
  flex: 0 0 calc((100% - 48px) / 3);

  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.values-modern-section {
  background-color: #f7f7f7;
  padding: 100px 0;
  position: relative;
}

.values-container {
  width: 78%;
  max-width: 1400px;
  margin: 0 auto;
}

.values-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.values-left-col {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.values-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #bd8d00;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.values-title {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 24px;
}

.values-desc {
  text-wrap: pretty;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 32px;
}

.btn-outline {
  padding: 14px 32px;
  border: 2px solid #000;
  background: transparent;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #000;
  color: #fff;
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.value-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.value-card:hover {
  transform: translateX(10px);
  border-left-color: #f9cd15;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vc-icon-wrap {
  width: 48px;
  height: 48px;
  background: #fff9c3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.vc-icon-svg {
  width: 24px;
  height: 24px;
  fill: #bd8d00;
}

.vc-title {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.vc-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .values-container {
    width: 94%;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .values-left-col {
    position: static;
    margin-bottom: 20px;
  }
  .value-card:hover {
    transform: translateY(-5px);
  }
}

.footer-bottom {
  background-color: #0a0a0a;
  padding: 24px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.copyright-text {
  color: #666;
  font-size: 14px;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #fff;
}

@media screen and (max-width: 550px) {
  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .footer-content-wrapper {
    width: 94%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer-content-wrapper {
    width: 90%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .footer-content-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .legal-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .legal-link {
    display: block;
    padding: 5px 0;
    font-size: 15px;
  }
}

.nav-wrapper {
  width: 78% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.header .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.footer-bottom .footer-container {
  width: 78% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.footer-bottom-flex {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  .nav-wrapper,
  .footer-bottom .footer-container {
    width: 94% !important;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper,
  .footer-bottom .footer-container {
    width: 90% !important;
  }
}

@media screen and (max-width: 550px) {
  .nav-wrapper,
  .footer-bottom .footer-container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nav-logo-div {
    padding-left: 0 !important;
  }
}

.footer-bottom .footer-container {
  width: 78% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.footer-bottom-flex {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .footer-bottom .footer-container {
    width: 94% !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container {
    width: 90% !important;
  }
}

@media screen and (max-width: 479px) {
  .footer-bottom .footer-container {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .nav-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-sizing: border-box !important;
  }

  .nav-logo-div {
    height: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .brand-link {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
  }

  .image {
    height: auto !important;
  }

  .menu-open {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
}

.footer-bottom .footer-container {
  width: 78% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.footer-bottom-flex {
  width: 100% !important;
  justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 !important;
}
.legal-links {
  gap: 20px !important;
}

.legal-link {
  padding: 0 !important;
}
.copyright-text {
  margin: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 991px) {
  .footer-bottom .footer-container {
    width: 94% !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom .footer-container {
    width: 90% !important;
  }
}

@media screen and (max-width: 480px) {
  .footer-bottom .footer-container {
    width: 100% !important;

    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .legal-links {
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .footer-bottom-flex {
    flex-direction: column !important;
    gap: 15px !important;
    text-align: center !important;
  }
}

.hero-impact-section {
  position: relative;
  width: 100% !important;
  height: 100vh !important;
  min-height: 600px;

  margin-top: -100px !important;
  padding-top: 100px !important;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.impact-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.impact-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.impact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.impact-content {
  position: relative;
  z-index: 5;
  width: 78%;
  max-width: 1400px;
  text-align: center;
}

.impact-text-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.impact-label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f9cd15;
  margin-bottom: 24px;
  display: inline-block;
}

.impact-title {
  font-family: "DM Sans", sans-serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 32px 0;
}

.impact-highlight {
  color: #f9cd15;
}

.impact-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #e0e0e0;
  margin: 0 auto 48px auto;
  max-width: 600px;
}

.impact-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-impact-primary {
  background-color: #f9cd15;
  color: #000;
  padding: 16px 40px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid #f9cd15;
}

.btn-impact-primary:hover {
  background-color: transparent;
  color: #f9cd15;
}

.btn-impact-outline {
  background-color: transparent;
  color: #fff;
  padding: 16px 40px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-impact-outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .hero-impact-section {
    margin-top: -100px !important;
    padding-top: 120px !important;
  }
  .impact-content {
    width: 94%;
  }
  .impact-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  .hero-impact-section {
    margin-top: -100px !important;
    padding-top: 100px !important;
  }
  .impact-content {
    width: 100%;
    padding: 0 20px;
  }
  .impact-title {
    font-size: 36px;
  }
  .impact-desc {
    font-size: 16px;
  }
  .impact-buttons {
    flex-direction: column;
    width: 100%;
  }
  .btn-impact-primary,
  .btn-impact-outline {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .hero-impact-section {
    margin-top: -100px !important;

    padding-top: 180px !important;
    padding-bottom: 60px !important;

    height: auto !important;
    min-height: 100vh !important;

    align-items: flex-start !important;
  }

  .impact-text-wrapper {
    width: 100% !important;
    padding: 0 15px !important;
  }

  .impact-label {
    font-size: 11px !important;
    margin-bottom: 15px !important;
    letter-spacing: 2px !important;
  }

  .impact-title {
    font-size: 36px !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
  }

  .impact-desc {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
    padding: 0 10px !important;
  }

  .impact-buttons {
    flex-direction: column !important;
    width: 100% !important;
    gap: 15px !important;
  }

  .btn-impact-primary,
  .btn-impact-outline {
    width: 100% !important;
    padding: 16px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

.contact-modern-section {
  padding: 60px 0 80px 0;
  background-color: #fff;
  position: relative;
}

.contact-modern-container {
  width: 78%;
  max-width: 1400px;
  margin: 0 auto;
}

.contact-modern-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: stretch;
}

.contact-info-card {
  background-color: #111;
  color: #fff;
  border-radius: 20px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-info-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 100%
  );
  pointer-events: none;
}

.contact-label {
  font-family: "DM Sans", sans-serif;
  color: #f9cd15;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 20px;
}

.contact-title {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-weight: 700;
  color: #fff;
}

.highlight-text {
  color: #f9cd15;
  position: relative;
  display: inline-block;
}

.highlight-text::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(249, 205, 21, 0.3);
  z-index: -1;
}

.contact-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 40px;
  max-width: 350px;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-detail-item:hover {
  opacity: 0.9;
}

.cd-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9cd15;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cd-label {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.cd-value {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

.cd-sub-value {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modern-label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.modern-input {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  color: #000;
  transition: all 0.3s ease;
  width: 100%;
}

.modern-input:focus {
  background-color: #fff;
  border-color: #f9cd15;
  outline: none;
  box-shadow: 0 0 0 3px rgba(249, 205, 21, 0.1);
}

.modern-textarea {
  min-height: 120px;
  resize: vertical;
}

.service-chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-chip {
  cursor: pointer;
  position: relative;
}

.service-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.chip-text {
  display: inline-block;
  padding: 10px 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  transition: all 0.2s ease;
}

.service-chip:hover .chip-text {
  border-color: #aaa;
  color: #000;
}

.service-chip input:checked + .chip-text {
  background-color: #111;
  border-color: #111;
  color: #f9cd15;
}

.captcha-container {
  margin: 10px 0;
}

.captcha-box-mockup {
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  height: 60px;
  min-width: 280px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cb-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  margin-right: 12px;
  background: #fff;
}

.cb-text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  flex-grow: 1;
}

.cb-logo svg {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}

.modern-submit-btn {
  background-color: #f9cd15;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 32px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
  margin-top: 10px;
}

.modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 205, 21, 0.4);
}

@media screen and (max-width: 991px) {
  .contact-modern-container {
    width: 94%;
  }
  .contact-modern-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-info-card,
  .contact-form-wrapper {
    padding: 32px;
  }
}

@media screen and (max-width: 479px) {
  .contact-modern-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contact-modern-section {
    padding-top: 40px;
  }
  .contact-form-wrapper {
    padding: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .captcha-box-mockup {
    min-width: 100%;
  }
}

.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  will-change: opacity, transform;
}
.scroll-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (prefers-reduced-motion: reduce) {
  .scroll-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

#preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-content {
  text-align: center;
  position: relative;
  padding: 20px;
}

.ringlet-container {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.ringlet-letters {
  display: flex;
  gap: 5px;
  position: relative;
  z-index: 2;
}

.ringlet-letters .letter {
  font-family: serif;
  font-size: 48px;
  font-weight: bold;
  color: #f2cf49;
  opacity: 0;
  transform: translateY(20px);

  animation: letterAppear 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ringlet-letters .letter:nth-child(1) {
  animation-delay: 0.2s;
}
.ringlet-letters .letter:nth-child(2) {
  animation-delay: 0.3s;
}
.ringlet-letters .letter:nth-child(3) {
  animation-delay: 0.4s;
}
.ringlet-letters .letter:nth-child(4) {
  animation-delay: 0.5s;
}
.ringlet-letters .letter:nth-child(5) {
  animation-delay: 0.6s;
}
.ringlet-letters .letter:nth-child(6) {
  animation-delay: 0.7s;
}
.ringlet-letters .letter:nth-child(7) {
  animation-delay: 0.8s;
}

.connecting-thread {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.6;
}

.connecting-thread path {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  animation: drawThread 1s forwards ease-in-out;
}

.digital-text {
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  color: #333;
  opacity: 0;
  animation: fadeInDigital 0.8s forwards ease-out;
  animation-delay: 1.2s;
}

@keyframes letterAppear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drawThread {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeInDigital {
  to {
    opacity: 0.7;
  }
}

@media (max-width: 480px) {
  .ringlet-letters .letter {
    font-size: 32px;
  }
  .connecting-thread {
    transform: translateY(-40%) scale(0.8);
  }
}

#cursor-dot,
#cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

#cursor-dot {
  width: 8px;
  height: 8px;
  background-color: white;
}

#cursor-ring {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background: transparent;
  transition:
    width 0.2s ease,
    height 0.2s ease,
    background-color 0.2s ease,
    border-width 0.2s ease;
}

body.hover-text #cursor-ring {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 1);
  border-width: 0;
  opacity: 0.5;
}

body.hover-button #cursor-ring {
  width: 70px;
  height: 70px;
  border: 1px solid white;
  background-color: transparent;
  opacity: 1;
}

body.hover-button #cursor-dot {
  width: 12px;
  height: 12px;
}

@media (max-width: 768px) {
  * {
    cursor: auto;
  }
  #cursor-dot,
  #cursor-ring {
    display: none;
  }
}

.why-dark-section {
  background-color: #0b0b0b;
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.why-container {
  width: 78%;
  max-width: 1400px;
  margin: 0 auto;
}

.why-header-group {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.why-label {
  color: #f9cd15;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: block;
}

.why-title {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}

.text-highlight {
  color: #f9cd15;
}

.why-desc {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #999;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.why-card {
  background-color: #141414;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 40px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.why-card:hover {
  border-color: #f9cd15;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(249, 205, 21, 0.1);
}

.why-icon-box {
  width: 50px;
  height: 50px;
  background-color: rgba(249, 205, 21, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.why-icon {
  width: 24px;
  height: 24px;
  stroke: #f9cd15;
}

.why-card-title {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.why-card-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #888;
  margin: 0;
}

.why-cta-wrapper {
  text-align: center;
}

.why-btn {
  display: inline-block;
  padding: 14px 36px;
  background-color: #f9cd15;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.why-btn:hover {
  background-color: #fff;
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .why-container {
    width: 94%;
  }
  .why-grid {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-title {
    font-size: 32px;
  }
  .why-card {
    padding: 30px;
  }
}

.how-centered-section {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eee;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  z-index: 2;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.item-left {
  padding-right: 50px;
  text-align: right;
  left: 0;
}

.item-right {
  padding-left: 50px;
  text-align: left;
  left: 50%;
}

.timeline-dot {
  position: absolute;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #f9cd15;
  border-radius: 50%;
  z-index: 3;
  transition: background-color 0.3s ease;
}

.item-left .timeline-dot {
  right: -7px;
}
.item-right .timeline-dot {
  left: -7px;
}

.timeline-item:hover .timeline-dot {
  background-color: #f9cd15;
}

.timeline-content .vc-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .timeline-line {
    left: 15px;
  }

  .timeline-item {
    width: 100%;
    left: 0;
    padding-left: 45px;
    padding-right: 0;
    text-align: left;
    margin-bottom: 40px;
  }

  .timeline-dot {
    left: 8px !important;
  }
}
.about-service-sh {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #d4af37;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.about-service-sh::before {
  content: "✓";
  margin-right: 8px;
  font-weight: 900;
  font-size: 1.1em;
}
.footer-email-link {
  color: #999 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

.footer-email-link:hover {
  color: #f9cd15 !important;
}
/*  */
