:root {
  /* Colours */
  --font-montserrat: "Montserrat", sans-serif;
  --width-container:1200px;
}

.hero-section {
  --hero-bg: #ffffff;
  --hero-text-primary: #1a1a1a;
  --hero-text-subtitle: #5a6072;
  --hero-text-gradient-start: #0d6efd;
  --hero-text-gradient-end: #1a1a1a;
  --hero-btn-primary-bg: #0d6efd;
  --hero-btn-primary-text: #ffffff;
  --hero-btn-primary-hover: #0b5ed7;
  --hero-btn-secondary-bg: #f8f9fa;
  --hero-btn-secondary-text: #1a1a1a;
  --hero-btn-secondary-border: #dee2e6;
  --hero-btn-secondary-hover: #e2e6ea;
  --hero-divider-bg: rgba(0, 0, 0, 0.1);
}

.specialized-sectors {
  --sectors-bg: #ffffff;
  --sectors-text-main: #111827;
  --sectors-text-sub: #6b7280;
  --sectors-card-bg: #f8f9fa;
  --sectors-card-border: #e5e7eb;
  --sectors-card-hover-border: #d1d5db;
  --sectors-card-desc: #4b5563;
  --sectors-list-text: #374151;
}

.core-products {
  --products-bg: #ffffff;
  --products-text-main: #111827;
  --products-text-sub: #6b7280;
  --products-btn-bg: #ffffff;
  --products-btn-border: #d1d5db;
  --products-btn-icon: #111827;
  --products-btn-bg-hover: #f3f4f6;
  --products-btn-border-hover: #9ca3af;
  --products-card-bg: #f8f9fa;
  --products-card-border: #e5e7eb;
  --products-card-desc: #4b5563;
  --products-detail-bg: #e5e7eb;
  --products-detail-text: #111827;
  --products-detail-bg-hover: #d1d5db;
}

.proven-results {
  --results-bg: #ffffff;
  --results-text-main: #111827;
  --results-text-sub: #6b7280;
  --results-card-bg: #f8f9fa;
  --results-card-border: #e5e7eb;
  --results-card-desc: #4b5563;
  --results-divider: rgba(0, 0, 0, 0.1);
  --results-btn-border: #d1d5db;
  --results-btn-hover-bg: rgba(0, 0, 0, 0.05);
  --results-btn-hover-border: #9ca3af;
}

.contact-section {
  --contact-bg: #f3f4f6;
  --contact-text-main: #111827;
  --contact-text-sub: #6b7280;
  --contact-box-bg: #ffffff;
  --contact-box-border: #e5e7eb;
  --contact-box-shadow: rgba(0, 0, 0, 0.05);
  --contact-icon-bg: #f3f4f6;
  --contact-input-bg: #ffffff;
  --contact-input-border: #d1d5db;
  --contact-input-text: #111827;
  --contact-input-placeholder: #9ca3af;
  --contact-input-focus: #0d6efd;
  --contact-btn-bg-start: #0d6efd;
  --contact-btn-bg-end: #0a58ca;
  --contact-btn-text: #ffffff;
}

.video-showcase {
  --video-bg: #ffffff;
  --video-text-main: #111827;
  --video-text-sub: #6b7280;
  --video-list-text: #4b5563;
  --video-container-bg: #000000;
  --video-container-border: rgba(0, 0, 0, 0.1);
  --video-container-shadow: rgba(0, 0, 0, 0.15);
  --video-btn-bg-start: #0d6efd;
  --video-btn-bg-end: #0a58ca;
}

.hero {
  --cta-bg: #f8f9fa;
  --cta-text: #111827;
  --cta-primary: #00acec;
  --cta-shadow-primary: rgba(0, 174, 239, 0.4);
  --cta-shadow-secondary: rgba(0, 0, 0, 0.15);
}

.quote-section {
  --quote-bg: #f9fafb;
  --quote-text-main: #111827;
  --quote-text-sub: #4b5563;
  --quote-divider: #e5e7eb;
  --quote-link: #111827;
  --quote-link-hover: #4b5563;
  --quote-icon-bg: #e2e8f0;
  --quote-icon-heading: #475569;
  --quote-icon-filter: brightness(0); /* Mengubah icon menjadi hitam */
  --quote-form-bg: #ffffff;
  --quote-form-text: #111827;
  --quote-form-shadow: rgba(0, 0, 0, 0.05);
  --quote-input-bg: #ffffff;
  --quote-input-border: #d1d5db;
  --quote-input-text: #111827;
  --quote-input-placeholder: #9ca3af;
  --quote-input-focus: #4b5563;
  --quote-btn-bg: #111827;
  --quote-btn-text: #ffffff;
}

.banner-gradient {
  --banner-text-main: #ffffff;
  --banner-text-sub: #e5e7eb;
  --banner-btn-border: #ffffff;
  --banner-btn-blue: #00AEEF;
  --banner-btn-hover-text: #000000;
  --banner-btn-blue-hover-text: #ffffff;
  --banner-shadow-white: rgba(255, 255, 255, 0.2);
  --banner-shadow-blue: rgba(0, 174, 239, 0.4);
}
.banner-gradient.no-background {
  --banner-text-main: #111827;
  --banner-text-sub: #4b5563;
  --banner-btn-border: #111827;
  --banner-btn-blue: #00AEEF;
  --banner-btn-hover-text: #ffffff;
  --banner-btn-blue-hover-text: #ffffff;
  --banner-shadow-white: rgba(0, 0, 0, 0.15);
  --banner-shadow-blue: rgba(0, 174, 239, 0.4);
}

.product-section {
  --product-bg: #ffffff;
  --product-card-bg: #f8f9fa;
  --product-card-border: #e5e7eb;
  --product-card-hover-border: #d1d5db;
  --product-card-hover-bg: #ffffff;
  --product-text: #111827;
  --product-shadow: rgba(0, 0, 0, 0.08);
}

.services-container {
  --services-bg: #ffffff;
  --services-text-main: #111827;
  --services-text-sub: #4b5563;
  --services-fade-right: linear-gradient(to right, transparent, #ffffff);
  --services-fade-left: linear-gradient(to left, transparent, #ffffff);
  --services-btn-border: #111827;
  --services-btn-text: #111827;
  --services-btn-hover-bg: #111827;
  --services-btn-hover-text: #ffffff;
}

.services-tabs {
  --tabs-bg: #ffffff;
  --tabs-btn-bg: #f3f4f6;
  --tabs-btn-hover-bg: #e5e7eb;
  --tabs-btn-active-bg: #00AEEF;
  --tabs-icon-filter: brightness(0);
  --tabs-icon-active-filter: brightness(0) invert(1);
  --tabs-content-bg: #f9fafb;
  --tabs-text-main: #111827;
  --tabs-text-sub: #4b5563;
}

.quote-today .select2-container {
  margin-bottom: 20px;
  padding: 0px;
}
.quote-today .select2-container .select2-selection--multiple {
  border: 1px solid #e1e1e1;
  border-radius: 0px;
}
.quote-today .select2-container .select2-selection--multiple .select2-selection__clear {
  margin-right: 5px;
  color: black;
}
.quote-today .select2-container .select2-selection--multiple .select2-selection__choice__display {
  color: black;
}
.quote-today .select2-container .select2-search__field {
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 48px;
  padding-left: 12px;
}
:root {
  /* Colours */
  --primary: #ED4137;
  --white: #FFFFFF;
  --black: #000000;
  --grey: #666666;
  --bg-navbar: #FFFFFF;
  --navtext: #000;
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

.kutup-nav-component-3 {
  background-color: var(--bg-navbar);
}
.kutup-nav-component-3 .kutup-nav-link {
  color: var(--navtext);
}

@media (max-width: 767px) {
  .kutup-mobile-portrait-hide .kutup-button-green {
    max-width: 200px;
  }
}

.select-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

@media (max-width: 991px) {
  .brix---footer-logo-wrapper-2 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center;
  }
}

.breadcrumb-container {
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb-container .breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}
.breadcrumb-container .breadcrumb .breadcrumb-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: black;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: black;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-container .breadcrumb .breadcrumb-item a svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item .separator {
  margin: 0 8px;
  color: black;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: #1899f0;
  font-style: italic;
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active .separator {
  font-style: normal;
  color: black;
}

.content-detail {
  font-family: Montserrat, sans-serif;
}
.content-detail .efi-ft-08 {
  padding: 60px 2%;
}
.content-detail .efi-ft-08-container {
  max-width: 1200px;
}
.content-detail-paragraph {
  max-width: 700px;
  padding: 20px 0px;
}
.content-detail .catalogue-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0px;
  font-family: Montserrat, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
.content-detail .catalogue-container .catalogue-item {
  -webkit-flex: 1 1 calc(25% - 20px);
     -moz-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 20px);
          flex: 1 1 calc(25% - 20px);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-detail .catalogue-container .catalogue-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.content-detail .catalogue-container .catalogue-item .image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  padding: 15px;
}
.content-detail .catalogue-container .catalogue-item .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-detail .catalogue-container .catalogue-item .content {
  padding: 15px;
  text-align: center;
}
.content-detail .catalogue-container .catalogue-item .content .category {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.content-detail .catalogue-container .catalogue-item .content .title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  color: #333333;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .content-detail .catalogue-container .catalogue-item {
    -webkit-flex: 1 1 calc(50% - 20px);
       -moz-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .content-detail .catalogue-container .catalogue-item {
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.content-detail .product-detail-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  /* Responsive Design */
}
.content-detail .product-detail-container .product-visual {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-detail .product-detail-container .product-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.content-detail .product-detail-container .product-info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-detail .product-detail-container .product-info .product-overview {
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}
.content-detail .product-detail-container .product-info .divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 25px 0;
}
.content-detail .product-detail-container .product-info .action-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.content-detail .product-detail-container .product-info .action-row .share-section .share-label {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 8px;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link svg {
  width: 18px;
  height: 18px;
  fill: #555;
  transition: fill 0.3s ease;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.fb:hover {
  background-color: #000000;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.fb:hover svg {
  fill: white;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.x:hover {
  background-color: #000000;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.x:hover svg {
  fill: white;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.insta:hover {
  background-color: #000000;
}
.content-detail .product-detail-container .product-info .action-row .share-section .social-icons .icon-link.insta:hover svg {
  fill: white;
}
@media (max-width: 768px) {
  .content-detail .product-detail-container {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .content-detail .product-detail-container .action-row {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.gallery-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  max-width: 1200px;
  margin: 30px auto;
  height: 500px;
}
.gallery-container .slider-nav {
  width: 100px;
  height: 100%;
}
.gallery-container .slider-nav .slick-list {
  height: 100% !important;
}
.gallery-container .slider-nav .thumb-item {
  padding: 0 0 10px 0;
  cursor: pointer;
  height: auto;
}
.gallery-container .slider-nav .thumb-item img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.3s;
}
.gallery-container .slick-current .thumb-item img {
  border-color: #007bff;
}
.gallery-container .slider-main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
}
.gallery-container .main-item {
  height: 100%;
}
.gallery-container .main-item img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.gallery-container .main-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  /* Background hitam transparan */
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.gallery-container .main-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-container .slick-arrow::before {
  content: "";
  display: none;
}
.gallery-container .slick-prev.main-arrow {
  left: 15px;
}
.gallery-container .slick-next.main-arrow {
  right: 15px;
}
.gallery-container .slider-main .slick-disabled {
  display: none !important;
}
@media (max-width: 991px) {
  .gallery-container .gallery-container {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .gallery-container .slider-nav {
    width: 100%;
    height: auto;
  }
  .gallery-container .main-item img {
    height: 400px;
  }
}

footer, .font-default, .font-default a, .font-default li {
  font-family: Montserrat, sans-serif;
}
:root {
  /* Colours */
  --primary: #ED4137;
  --white: #FFFFFF;
  --black: #000000;
  --grey: #666666;
  --bg-navbar: #FFFFFF;
  --navtext: #000;
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

.banner {
  background-color: #000000;
  color: #ffffff;
}
.banner-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 500px;
}
.banner-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-img {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .banner-img {
    min-height: 350px;
    width: 100%;
  }
}
.banner-btn {
  padding: 16px 28px;
}

.hero-section {
  background: var(--hero-bg);
  color: var(--hero-text-primary);
  padding: 100px 20px;
  text-align: center;
  font-family: var(--font-montserrat);
}
.hero-section .hero-container {
  max-width: 1000px;
  margin: 0 auto;
}
.hero-section .hero-content {
  margin-bottom: 60px;
}
.hero-section .hero-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 2.5rem;
  }
}
.hero-section .text-gradient {
  background: linear-gradient(90deg, var(--hero-text-gradient-start), var(--hero-text-gradient-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hero-section .hero-subtitle {
  font-size: 1.1rem;
  color: var(--hero-text-subtitle);
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 1rem;
  }
}
.hero-section .hero-actions {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 479px) {
  .hero-section .hero-actions {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-section .btn {
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
}
@media (max-width: 479px) {
  .hero-section .btn {
    width: 100%;
  }
}
.hero-section .btn-primary {
  background-color: var(--hero-btn-primary-bg);
  color: var(--hero-btn-primary-text);
}
.hero-section .btn-primary:hover {
  background-color: var(--hero-btn-primary-hover) !important;
  color: var(--hero-btn-primary-text);
}
.hero-section .btn-secondary {
  background-color: var(--hero-btn-secondary-bg);
  color: var(--hero-btn-secondary-text);
  border-color: var(--hero-btn-secondary-border);
}
.hero-section .btn-secondary:hover {
  background-color: var(--hero-btn-secondary-hover);
}
.hero-section .hero-divider {
  border: none;
  height: 1px;
  background-color: var(--hero-divider-bg);
  margin: 50px 0;
}
.hero-section .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .hero-section .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 479px) {
  .hero-section .hero-stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.hero-section .stat-item .stat-number {
  font-size: 2.2rem;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: var(--hero-text-primary);
}
.hero-section .stat-item .stat-label {
  font-size: 0.9rem;
  color: var(--hero-text-subtitle);
  margin: 0;
}

.specialized-sectors {
  background-color: var(--sectors-bg);
  color: var(--sectors-text-main);
  padding: 80px 20px;
  font-family: "Inter", sans-serif;
}
.specialized-sectors .sectors-container {
  max-width: 1100px;
  margin: 0 auto;
}
.specialized-sectors .sectors-header {
  text-align: center;
  margin-bottom: 50px;
}
.specialized-sectors .sectors-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: var(--sectors-text-main);
}
.specialized-sectors .sectors-header p {
  font-size: 1.1rem;
  color: var(--sectors-text-sub);
  margin: 0;
}
.specialized-sectors .sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .specialized-sectors .sectors-grid {
    grid-template-columns: 1fr;
  }
}
.specialized-sectors .sector-card {
  background-color: var(--sectors-card-bg);
  border: 1px solid var(--sectors-card-border);
  border-radius: 12px;
  padding: 36px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.specialized-sectors .sector-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: var(--theme-color);
}
.specialized-sectors .sector-card.theme-purple {
  --theme-color: #9b63ef;
  --theme-bg: rgba(155, 99, 239, 0.15);
}
.specialized-sectors .sector-card.theme-pink {
  --theme-color: #e34c9c;
  --theme-bg: rgba(227, 76, 156, 0.15);
}
.specialized-sectors .sector-card.theme-blue {
  --theme-color: #00a8e8;
  --theme-bg: rgba(0, 168, 232, 0.15);
}
.specialized-sectors .sector-card.theme-green {
  --theme-color: #4ade80;
  --theme-bg: rgba(74, 222, 128, 0.15);
}
.specialized-sectors .sector-card .card-icon {
  width: 54px;
  height: 54px;
  background-color: var(--theme-bg);
  color: var(--theme-color);
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.specialized-sectors .sector-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: var(--sectors-text-main);
}
.specialized-sectors .sector-card .card-desc {
  color: var(--sectors-card-desc);
  line-height: 1.6;
  margin: 0 0 24px 0;
  font-size: 0.95rem;
}
.specialized-sectors .sector-card .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.specialized-sectors .sector-card .feature-list li {
  color: var(--sectors-list-text);
  font-size: 0.9rem;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.specialized-sectors .sector-card .feature-list li i {
  color: var(--theme-color);
  font-size: 0.8rem;
  margin-top: 4px;
}
.specialized-sectors .sector-card .card-link {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: auto;
  transition: opacity 0.2s ease;
}
.specialized-sectors .sector-card .card-link:hover {
  opacity: 0.8;
}
.specialized-sectors .sector-card .card-link i {
  font-size: 0.85rem;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.specialized-sectors .sector-card .card-link:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.core-products {
  background-color: var(--products-bg);
  color: var(--products-text-main);
  padding: 80px 20px;
  font-family: var(--font-montserrat);
}
.core-products .products-container {
  max-width: var(--width-container);
  margin: 0 auto;
}
.core-products .products-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .core-products .products-header {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.core-products .products-header .header-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.core-products .products-header .header-text p {
  color: var(--products-text-sub);
  font-size: 1.1rem;
  margin: 0;
}
.core-products .products-header .slider-controls {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.core-products .products-header .slider-controls button {
  background-color: var(--products-btn-bg);
  border: 1px solid var(--products-btn-border);
  color: var(--products-btn-icon);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.core-products .products-header .slider-controls button:hover {
  background-color: var(--products-btn-bg-hover);
  border-color: var(--products-btn-border-hover);
}
.core-products .products-slider {
  margin: 0 -12px;
}
.core-products .products-slider .slick-track {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.core-products .products-slider .slick-slide {
  height: auto !important;
}
.core-products .products-slider .slick-slide > div {
  height: 100%;
}
.core-products .product-slide {
  padding: 0 12px;
  outline: none;
  height: 100%;
}
.core-products .product-card {
  background-color: var(--products-card-bg);
  border: 1px solid var(--products-card-border);
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.core-products .product-card:hover .card-img img {
  transition: 0.3s ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.core-products .product-card.theme-purple .category {
  color: #9b63ef;
}
.core-products .product-card.theme-pink .category {
  color: #e34c9c;
}
.core-products .product-card.theme-blue .category {
  color: #00a8e8;
}
.core-products .product-card.theme-green .category {
  color: #4ade80;
}
.core-products .product-card .card-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.core-products .product-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.core-products .product-card .card-body {
  padding: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.core-products .product-card .card-body .category {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
.core-products .product-card .card-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.core-products .product-card .card-body p {
  color: var(--products-card-desc);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.core-products .product-card .card-body .btn-details {
  margin-top: auto;
  display: block;
  text-align: center;
  background-color: var(--products-detail-bg);
  color: var(--products-detail-text);
  text-decoration: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.2s;
}
.core-products .product-card .card-body .btn-details:hover {
  background-color: var(--products-detail-bg-hover);
}

.proven-results {
  background-color: var(--results-bg);
  color: var(--results-text-main);
  padding: 100px 20px;
  font-family: var(--font-montserrat);
}
.proven-results .results-container {
  max-width: var(--width-container);
  margin: 0 auto;
}
.proven-results .results-header {
  text-align: center;
  margin-bottom: 60px;
}
.proven-results .results-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: var(--results-text-main);
}
@media (max-width: 768px) {
  .proven-results .results-header h2 {
    font-size: 2.2rem;
  }
}
.proven-results .results-header p {
  font-size: 1.1rem;
  color: var(--results-text-sub);
  margin: 0;
}
.proven-results .results-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.proven-results .case-card {
  background-color: var(--results-card-bg);
  border: 1px solid var(--results-card-border);
  border-radius: 16px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 380px;
}
.proven-results .case-card.reverse {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .proven-results .case-card {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .proven-results .case-card.reverse {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.proven-results .case-card .card-image {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
@media (max-width: 991px) {
  .proven-results .case-card .card-image {
    height: 250px;
  }
}
.proven-results .case-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 400px;
}
.proven-results .case-card .card-content {
  -webkit-flex: 1.2;
     -moz-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .proven-results .case-card .card-content {
    padding: 30px 20px;
  }
}
.proven-results .case-card .card-content .card-meta {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.proven-results .case-card .card-content .card-meta .badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.proven-results .case-card .card-content .card-meta .badge-purple {
  background-color: rgba(155, 99, 239, 0.15);
  color: #b084f4;
}
.proven-results .case-card .card-content .card-meta .badge-pink {
  background-color: rgba(227, 76, 156, 0.15);
  color: #f070b8;
}
.proven-results .case-card .card-content .card-meta .year {
  color: var(--results-text-sub);
  font-size: 0.9rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.proven-results .case-card .card-content .card-meta .year i {
  font-size: 0.85rem;
}
.proven-results .case-card .card-content h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.3;
  color: var(--results-text-main);
}
@media (max-width: 768px) {
  .proven-results .case-card .card-content h3 {
    font-size: 1.4rem;
  }
}
.proven-results .case-card .card-content p {
  color: var(--results-card-desc);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 30px 0;
}
.proven-results .case-card .card-content .card-stats {
  border-top: 1px solid var(--results-divider);
  padding-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.proven-results .case-card .card-content .card-stats .stat-item h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: var(--results-text-main);
}
.proven-results .case-card .card-content .card-stats .stat-item span {
  font-size: 0.85rem;
  color: var(--results-text-sub);
}
.proven-results .results-footer {
  text-align: center;
  margin-top: 50px;
}
.proven-results .results-footer .btn-outline {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 32px;
  border: 1px solid var(--results-btn-border);
  border-radius: 50px;
  color: var(--results-text-main);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  background-color: transparent;
  transition: all 0.3s ease;
}
.proven-results .results-footer .btn-outline:hover {
  background-color: var(--results-btn-hover-bg);
  border-color: var(--results-btn-hover-border);
}

.contact-section {
  background-color: var(--contact-bg);
  padding: 80px 20px;
  font-family: var(--font-montserrat);
  color: var(--contact-text-main);
}
.contact-section .contact-wrapper {
  max-width: var(--width-container);
  margin: 0 auto;
  background-color: var(--contact-box-bg);
  border-radius: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 60px;
  box-shadow: 0 0 60px var(--contact-box-shadow);
  border: 1px solid var(--contact-box-border);
}
@media (max-width: 991px) {
  .contact-section .contact-wrapper {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 24px;
    gap: 50px;
  }
}
.contact-section .contact-info-panel {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-section .contact-info-panel .contact-heading {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .contact-section .contact-info-panel .contact-heading {
    font-size: 2.2rem;
  }
}
.contact-section .contact-info-panel .contact-desc {
  color: var(--contact-text-sub);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 0 40px 0;
}
.contact-section .contact-info-panel .info-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.contact-section .contact-info-panel .info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.contact-section .contact-info-panel .info-item .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--contact-icon-bg);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.contact-section .contact-info-panel .info-item .icon-box.icon-purple {
  color: #b084f4;
}
.contact-section .contact-info-panel .info-item .icon-box.icon-pink {
  color: #f070b8;
}
.contact-section .contact-info-panel .info-item .icon-box.icon-blue {
  color: #4fa8f6;
}
.contact-section .contact-info-panel .info-item .info-content h4 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--contact-text-main);
}
.contact-section .contact-info-panel .info-item .info-content p, .contact-section .contact-info-panel .info-item .info-content a {
  margin: 0;
  color: var(--contact-text-sub);
  font-size: 0.95rem;
  line-height: 1.5;
}
.contact-section .contact-info-panel .info-item .info-content a {
  text-decoration: none;
}
.contact-section .contact-info-panel .info-item .info-content a:hover {
  text-decoration: underline;
  color: var(--contact-input-focus);
}
.contact-section .contact-form-panel {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-section .contact-form-panel form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.contact-section .contact-form-panel .form-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .contact-section .contact-form-panel .form-row {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.contact-section .contact-form-panel .form-row .form-group {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-section .contact-form-panel .form-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-section .contact-form-panel .form-group label {
  color: var(--contact-text-sub);
  font-size: 0.9rem;
  font-weight: 500;
}
.contact-section .contact-form-panel .form-group label.error {
  color: #FF0000;
}
.contact-section .contact-form-panel .form-group input, .contact-section .contact-form-panel .form-group textarea {
  background-color: var(--contact-input-bg);
  border: 1px solid var(--contact-input-border);
  border-radius: 8px;
  padding: 16px;
  color: var(--contact-input-text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  outline: none;
}
.contact-section .contact-form-panel .form-group input::-webkit-input-placeholder, .contact-section .contact-form-panel .form-group textarea::-webkit-input-placeholder {
  color: var(--contact-input-placeholder);
}
.contact-section .contact-form-panel .form-group input::-moz-placeholder, .contact-section .contact-form-panel .form-group textarea::-moz-placeholder {
  color: var(--contact-input-placeholder);
}
.contact-section .contact-form-panel .form-group input:-ms-input-placeholder, .contact-section .contact-form-panel .form-group textarea:-ms-input-placeholder {
  color: var(--contact-input-placeholder);
}
.contact-section .contact-form-panel .form-group input::-ms-input-placeholder, .contact-section .contact-form-panel .form-group textarea::-ms-input-placeholder {
  color: var(--contact-input-placeholder);
}
.contact-section .contact-form-panel .form-group input::placeholder, .contact-section .contact-form-panel .form-group textarea::placeholder {
  color: var(--contact-input-placeholder);
}
.contact-section .contact-form-panel .form-group input:focus, .contact-section .contact-form-panel .form-group textarea:focus {
  border-color: var(--contact-input-focus);
}
.contact-section .contact-form-panel .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-section .contact-form-panel .btn-submit {
  background: linear-gradient(90deg, var(--contact-btn-bg-start), var(--contact-btn-bg-end));
  color: var(--contact-btn-text);
  border: none;
  border-radius: 8px;
  padding: 18px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  margin-top: 8px;
}
.contact-section .contact-form-panel .btn-submit:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.video-showcase {
  background-color: var(--video-bg);
  padding: 100px 20px;
  color: var(--video-text-main);
  font-family: "Inter", sans-serif;
  overflow: hidden;
}
.video-showcase .showcase-container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .video-showcase .showcase-container {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    text-align: center;
  }
}
.video-showcase .showcase-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video-showcase .showcase-content .badge {
  display: inline-block;
  background: rgba(160, 204, 243, 0.15);
  color: #4fa8f6;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.video-showcase .showcase-content h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px 0;
  color: var(--video-text-main);
}
@media (max-width: 768px) {
  .video-showcase .showcase-content h2 {
    font-size: 2.2rem;
  }
}
.video-showcase .showcase-content p {
  color: var(--video-text-sub);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 0 32px 0;
}
.video-showcase .showcase-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.video-showcase .showcase-content .feature-list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1rem;
  color: var(--video-list-text);
}
@media (max-width: 991px) {
  .video-showcase .showcase-content .feature-list li {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.video-showcase .showcase-content .feature-list li i {
  color: #4fa8f6;
  font-size: 1.2rem;
}
.video-showcase .showcase-content .btn-primary {
  background: linear-gradient(90deg, var(--video-btn-bg-start), var(--video-btn-bg-end));
  color: #ffffff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.video-showcase .showcase-content .btn-primary:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 0.9;
}
.video-showcase .showcase-video-wrapper {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 650px;
}
.video-showcase .video-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(155, 99, 239, 0.2) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}
.video-showcase .video-container {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--video-container-bg);
  border: 1px solid var(--video-container-border);
  box-shadow: 0 30px 60px var(--video-container-shadow);
  transition: box-shadow 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease;
  cursor: pointer;
}
.video-showcase .video-container:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 40px 70px rgba(155, 99, 239, 0.15);
}
.video-showcase .video-container:hover .play-button {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background-color: #4fa8f6;
}
.video-showcase .video-container:hover .video-cover {
  opacity: 1;
}
.video-showcase .video-container .video-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.8;
  transition: opacity 0.4s ease;
}
.video-showcase .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #2d82cc;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.video-showcase .video-container .play-button i {
  margin-left: 4px;
}
.video-showcase .video-container .yt-video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.hero {
  --cta-btn-radius: 8px;
  --cta-transition: all 0.3s ease;
  background-color: var(--cta-bg);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-montserrat);
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
}
.hero--horizontal {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero--horizontal .hero__container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  max-width: var(--width-container);
  width: 100%;
  gap: 40px;
}
@media (max-width: 991px) {
  .hero--horizontal .hero__container {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.hero--horizontal .hero__title {
  margin-bottom: 0;
  font-size: 32px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media (max-width: 991px) {
  .hero--horizontal .hero__title {
    width: 100%;
  }
}
.hero--horizontal .hero__actions {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  width: 50%;
}
@media (max-width: 991px) {
  .hero--horizontal .hero__actions {
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero--horizontal .hero__actions .btn {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 14px 38px;
}
.hero__container {
  max-width: 900px;
  text-align: center;
}
.hero__title {
  color: var(--cta-text);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__actions {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hero .btn {
  text-decoration: none;
  padding: 14px 28px;
  border-radius: var(--cta-btn-radius);
  font-size: 1rem;
  font-weight: 600;
  transition: var(--cta-transition);
  border: 2px solid transparent;
  width: 100%;
  max-width: 250px;
}
.hero .btn--primary {
  color: var(--cta-primary);
  border-color: var(--cta-primary);
  background: transparent;
}
.hero .btn--primary:hover {
  background-color: var(--cta-primary);
  color: var(--cta-bg);
  box-shadow: 0 0 15px var(--cta-shadow-primary);
}
.hero .btn--secondary {
  color: var(--cta-text);
  border-color: var(--cta-text);
  background: transparent;
}
.hero .btn--secondary:hover {
  background-color: var(--cta-text);
  color: var(--cta-bg);
  box-shadow: 0 0 15px var(--cta-shadow-secondary);
}

.quote-section {
  background-color: var(--quote-bg);
  padding: 80px 20px;
  font-family: var(--font-montserrat);
  color: var(--quote-text-main);
}
.quote-section .quote-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .quote-section .quote-wrapper {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
}
.quote-section .quote-info-panel {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quote-section .quote-info-panel .quote-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
  color: var(--quote-text-main);
}
.quote-section .quote-info-panel .quote-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: var(--quote-text-sub);
}
.quote-section .quote-info-panel .quote-desc:nth-of-type(2) {
  margin-bottom: 35px;
}
.quote-section .quote-info-panel .quote-link {
  color: var(--quote-link);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.quote-section .quote-info-panel .quote-link:hover {
  color: var(--quote-link-hover);
}
.quote-section .quote-info-panel .quote-divider {
  height: 1px;
  background-color: var(--quote-divider);
  margin-bottom: 40px;
}
.quote-section .quote-info-panel .quote-contact-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  margin-bottom: 30px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.quote-section .quote-info-panel .quote-contact-item.last {
  margin-bottom: 0;
}
.quote-section .quote-info-panel .quote-contact-item:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.quote-section .quote-info-panel .quote-contact-item .quote-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--quote-icon-bg);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.quote-section .quote-info-panel .quote-contact-item .quote-icon-box img {
  width: 30px;
  height: auto;
  -webkit-filter: var(--quote-icon-filter);
          filter: var(--quote-icon-filter);
}
.quote-section .quote-info-panel .quote-contact-item .quote-contact-text .quote-contact-label {
  margin: 0 0 6px 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--quote-icon-heading);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.quote-section .quote-info-panel .quote-contact-item .quote-contact-text .quote-contact-value {
  color: var(--quote-text-main);
  font-size: 1.1rem;
  line-height: 1.4;
}
.quote-section .quote-info-panel .quote-contact-item .quote-contact-text .quote-contact-value em {
  font-style: normal;
}
.quote-section .quote-form-panel {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.quote-section .quote-form-panel .quote-form-card {
  background-color: var(--quote-form-bg);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px var(--quote-form-shadow);
}
@media (max-width: 575px) {
  .quote-section .quote-form-panel .quote-form-card {
    padding: 30px 20px;
  }
}
.quote-section .quote-form-panel .quote-form-title {
  color: var(--quote-form-text);
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 25px 0;
  letter-spacing: -0.5px;
}
.quote-section .quote-form-panel .quote-input,
.quote-section .quote-form-panel .quote-select, .quote-section .quote-form-panel .quote-select-wrapper {
  width: 100%;
  background-color: var(--quote-input-bg);
  border: 1px solid var(--quote-input-border);
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 18px;
  color: var(--quote-input-text);
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease;
  height: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.quote-section .quote-form-panel .quote-input::-webkit-input-placeholder, .quote-section .quote-form-panel .quote-select::-webkit-input-placeholder, .quote-section .quote-form-panel .quote-select-wrapper::-webkit-input-placeholder {
  color: var(--quote-input-placeholder);
}
.quote-section .quote-form-panel .quote-input::-moz-placeholder, .quote-section .quote-form-panel .quote-select::-moz-placeholder, .quote-section .quote-form-panel .quote-select-wrapper::-moz-placeholder {
  color: var(--quote-input-placeholder);
}
.quote-section .quote-form-panel .quote-input:-ms-input-placeholder, .quote-section .quote-form-panel .quote-select:-ms-input-placeholder, .quote-section .quote-form-panel .quote-select-wrapper:-ms-input-placeholder {
  color: var(--quote-input-placeholder);
}
.quote-section .quote-form-panel .quote-input::-ms-input-placeholder, .quote-section .quote-form-panel .quote-select::-ms-input-placeholder, .quote-section .quote-form-panel .quote-select-wrapper::-ms-input-placeholder {
  color: var(--quote-input-placeholder);
}
.quote-section .quote-form-panel .quote-input::placeholder,
.quote-section .quote-form-panel .quote-select::placeholder, .quote-section .quote-form-panel .quote-select-wrapper::placeholder {
  color: var(--quote-input-placeholder);
}
.quote-section .quote-form-panel .quote-input:focus,
.quote-section .quote-form-panel .quote-select:focus, .quote-section .quote-form-panel .quote-select-wrapper:focus {
  border-color: var(--quote-input-focus);
}
.quote-section .quote-form-panel .quote-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%239ca3af" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;
}
.quote-section .quote-form-panel .quote-select-wrapper {
  padding: 0px;
}
.quote-section .quote-form-panel .quote-select-wrapper .select2-selection--multiple {
  border: 0px;
  border-radius: 6px;
}
.quote-section .quote-form-panel .quote-select-wrapper .select2-selection--multiple .select2-selection__clear {
  margin-right: 5px;
}
.quote-section .quote-form-panel .quote-select-wrapper .select2-search__field {
  font-family: var(--font-montserrat);
  padding-top: 10px;
  padding-bottom: 15px;
  min-height: 37px;
  padding-left: 12px;
}
.quote-section .quote-form-panel .quote-textarea {
  resize: vertical;
  min-height: 120px;
}
.quote-section .quote-form-panel .quote-submit-btn {
  width: 100%;
  background-color: var(--quote-btn-bg);
  color: var(--quote-btn-text);
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 5px;
}
.quote-section .quote-form-panel .quote-submit-btn:hover {
  opacity: 0.85;
}
.quote-section .quote-form-panel .quote-success {
  background-color: #dcfce7;
  color: #166534;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
.quote-section .quote-form-panel .quote-error {
  background-color: #fee2e2;
  color: #991b1b;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}

.banner-gradient {
  --banner-overlay: linear-gradient(#000000e0, #000000e0);
  background-image: var(--banner-overlay), var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  min-height: 300px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-montserrat);
  border-radius: 18px;
}
.banner-gradient.bottom-dark {
  --banner-overlay: linear-gradient(#fff0, #000), linear-gradient(#000000b5, #000000b5);
}
.banner-gradient.bottom-soft {
  --banner-overlay: linear-gradient(#fff0, #00000096), linear-gradient(#000000a3, #000000a3);
}
.banner-gradient.solid-dark {
  --banner-overlay: linear-gradient(#000000e0, #000000e0);
}
.banner-gradient.top-dark {
  --banner-overlay: linear-gradient(#000, #fff0), linear-gradient(#000000b5, #000000b5);
}
.banner-gradient.content-center .banner-gradient-content {
  text-align: center;
  margin: 0 auto;
}
.banner-gradient.content-center .banner-gradient-actions {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-gradient.no-background {
  --banner-overlay: none;
  --bg-image: none;
}
.banner-gradient.background-flat {
  border-radius: 0px;
}
.banner-gradient-container {
  max-width: var(--width-container);
  margin: 0 auto;
  width: 100%;
}
.banner-gradient-content {
  max-width: 850px;
}
.banner-gradient-heading {
  color: var(--banner-text-main);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}
.banner-gradient p {
  color: var(--banner-text-sub);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.banner-gradient p:last-of-type {
  margin-bottom: 40px;
}
.banner-gradient-actions {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.banner-gradient-btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.banner-gradient-btn--white {
  color: var(--banner-text-main);
  border-color: var(--banner-btn-border);
}
.banner-gradient-btn--white:hover {
  background-color: var(--banner-text-main);
  color: var(--banner-btn-hover-text);
  box-shadow: 0 4px 15px var(--banner-shadow-white);
}
.banner-gradient-btn--blue {
  color: var(--banner-btn-blue);
  border-color: var(--banner-btn-blue);
}
.banner-gradient-btn--blue:hover {
  background-color: var(--banner-btn-blue);
  color: var(--banner-btn-blue-hover-text);
  box-shadow: 0 0 15px var(--banner-shadow-blue);
}

.product-section {
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--product-bg);
  padding: 60px 20px;
  font-family: var(--font-montserrat);
}
.product-section .product-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.product-section .product-card {
  background-color: var(--product-card-bg);
  border: 1px solid var(--product-card-border);
  border-radius: 12px;
  padding: 30px 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  min-height: 400px;
  text-decoration: none;
  color: inherit;
}
.product-section .product-card__image {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  width: 100%;
}
.product-section .product-card__image img {
  max-width: 100%;
  max-height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition);
}
.product-section .product-card__title {
  color: var(--product-text);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  max-width: 200px;
}
.product-section .product-card:hover {
  border-color: var(--product-card-hover-border);
  background-color: var(--product-card-hover-bg);
  box-shadow: 0 10px 30px var(--product-shadow);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.product-section .product-card:hover .product-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1200px) {
  .product-section .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .product-section .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .product-section .product-grid {
    grid-template-columns: 1fr;
  }
  .product-section .product-card {
    min-height: auto;
    padding: 40px 20px;
  }
}

.services-container {
  max-width: 1280px;
  margin: 40px auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.services-container .service-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--services-bg);
  gap: 20px;
}
.services-container .service-row.reverse {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.services-container .service-row .service-image {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}
.services-container .service-row .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-container .service-row .service-image .fade-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  pointer-events: none;
}
.services-container .service-row .service-image .fade-overlay.right {
  right: 0;
  background: var(--services-fade-right);
}
.services-container .service-row .service-image .fade-overlay.left {
  left: 0;
  background: var(--services-fade-left);
}
.services-container .service-row .service-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--services-bg);
  padding: 60px 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.services-container .service-row .service-content h2 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  line-height: 1.2;
  color: var(--services-text-main);
  margin: 0 0 20px 0;
}
.services-container .service-row .service-content p {
  font-family: var(--font-montserrat);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--services-text-sub);
  margin: 0 0 30px 0;
}
.services-container .service-row .service-content .service-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 14px 32px;
  font-family: var(--font-montserrat);
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid var(--services-btn-border);
  color: var(--services-btn-text);
  border-radius: 50px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.services-container .service-row .service-content .service-btn:hover {
  background-color: var(--services-btn-hover-bg);
  color: var(--services-btn-hover-text);
  border-color: var(--services-btn-hover-bg);
}

@media (max-width: 900px) {
  .services-container .service-row {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-container .service-row.reverse {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-container .service-row .service-image {
    min-height: 250px;
  }
  .services-container .service-row .fade-overlay {
    display: none;
  }
  .services-container .service-row .service-content {
    padding: 40px 20px;
  }
}
.services-tabs {
  background-color: var(--tabs-bg);
  margin-top: 60px;
}
@media screen and (min-width: 1440px) {
  .services-tabs {
    margin-top: 80px;
  }
}
.services-tabs .tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 100px;
}
.services-tabs .tabs-layout {
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .services-tabs .tabs-layout {
    margin-bottom: -73px;
  }
}
.services-tabs .tabs-menu {
  grid-column-gap: 20px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .services-tabs .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 650px;
  }
}
@media screen and (max-width: 479px) {
  .services-tabs .tabs-menu {
    margin-bottom: 72px;
    display: block;
  }
}
.services-tabs .tabs-menu .tab-link {
  background-color: var(--tabs-btn-bg);
  border-radius: 10px;
  padding: 15px 25px;
  font-family: var(--font-montserrat);
  transition: opacity 0.2s, background-color 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.services-tabs .tabs-menu .tab-link:hover {
  opacity: 0.8;
  background-color: var(--tabs-btn-hover-bg);
}
.services-tabs .tabs-menu .tab-link.active {
  background-color: var(--tabs-btn-active-bg);
}
.services-tabs .tabs-menu .tab-link img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border: 0;
  -webkit-filter: var(--tabs-icon-filter);
          filter: var(--tabs-icon-filter);
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.services-tabs .tabs-menu .tab-link.active img {
  -webkit-filter: var(--tabs-icon-active-filter);
          filter: var(--tabs-icon-active-filter);
}
@media screen and (max-width: 991px) {
  .services-tabs .tabs-menu .tab-link {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 479px) {
  .services-tabs .tabs-menu .tab-link {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }
  .services-tabs .tabs-menu .tab-link.active {
    margin-bottom: 10px;
  }
}
.services-tabs .tabs-content-area {
  border-radius: 12px;
  margin-top: -46px;
  width: 100%;
}
.services-tabs .tabs-content-area .tab-pane-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 300px;
  padding-top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .services-tabs .tabs-content-area .tab-pane-container {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .services-tabs .tabs-content-area .tab-pane-container {
    min-height: auto;
  }
}
.services-tabs .tabs-content-area .tab-pane-container .tab-text-panel {
  background-color: var(--tabs-content-bg);
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding-top: 0;
  padding-left: 64px;
  padding-right: 54px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .services-tabs .tabs-content-area .tab-pane-container .tab-text-panel {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 479px) {
  .services-tabs .tabs-content-area .tab-pane-container .tab-text-panel {
    padding: 0 15px;
  }
}
.services-tabs .tabs-content-area .tab-pane-container .tab-text-panel .tab-heading {
  color: var(--tabs-text-main);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: var(--font-montserrat);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 479px) {
  .services-tabs .tabs-content-area .tab-pane-container .tab-text-panel .tab-heading {
    font-size: 20px;
  }
}
.services-tabs .tabs-content-area .tab-pane-container .tab-text-panel .tab-description {
  color: var(--tabs-text-sub);
  margin-bottom: 36px;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}
@media screen and (max-width: 479px) {
  .services-tabs .tabs-content-area .tab-pane-container .tab-text-panel .tab-description {
    font-size: 16px;
  }
}
.services-tabs .tabs-content-area .tab-pane-container .tab-image-panel {
  background-color: var(--tabs-content-bg);
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .services-tabs .tabs-content-area .tab-pane-container .tab-image-panel {
    width: 100%;
  }
}
.services-tabs .tabs-content-area .tab-pane-container .tab-image-panel img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=reaz.min.css.map*/