﻿.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.125em;
}

.svg-icon--fill {
  fill: currentColor;
  stroke: none;
}

body {
  color: var(--brand-muted);
  background: var(--brand-panel);
  font-family: Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.footer-widget-title {
  color: var(--brand-dark);
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
}

a {
  color: var(--brand-dark);
}

a:hover {
  color: var(--brand-green);
}

img,
video {
  max-width: 100%;
}

video {
  display: block;
  background: var(--brand-dark);
}

.main {
  margin-top: 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--brand-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--brand-green), var(--brand-blue));
}

.home-section {
  padding: 70px 0;
}

.surface-soft {
  background: var(--brand-soft);
}

.section-heading {
  max-width: 830px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading .section-kicker {
  justify-content: center;
}

.section-heading h2,
.section-content h1,
.section-content h2 {
  margin-bottom: 16px;
  color: var(--brand-dark);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
}

.section-content h1 {
  font-size: 42px;
}

.section-heading p,
.section-content p,
.cta-panel p {
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.75;
}

.section-content p + p {
  margin-top: 14px;
}

.brand-btn,
.outline-btn,
.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-green);
  color: var(--brand-panel);
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 800;

  line-height: 1.1;
  box-shadow: 0 13px 28px color-mix(in srgb, var(--brand-green) 22%, transparent);
}

.brand-btn:hover,
.theme-btn:hover {
  background: var(--brand-blue);
  color: var(--brand-panel);
}

.brand-btn i,
.theme-btn i,
.outline-btn i,
.brand-btn .svg-icon,
.theme-btn .svg-icon,
.outline-btn .svg-icon {
  color: inherit;
  margin: 0;
}

.outline-btn {
  border: 1px solid var(--brand-line);
  background: var(--brand-panel);
  color: var(--brand-dark);
  box-shadow: none;
}

.outline-btn:hover {
  border-color: var(--brand-green);
  background: var(--brand-green);
  color: var(--brand-panel);
}

.header-top {
  padding: 8px 0;
}

.header-top::before {
  background: var(--brand-blue);
}

.header-top-contact ul {
  gap: 18px;
  flex-wrap: wrap;
}

.header-top-contact ul li a {
  display: inline-flex;
  align-items: center;
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1.35;
}

.header-top-contact ul li a i,
.header-top-contact ul li a .svg-icon {
  margin-right: 8px;
  color: var(--brand-green);
}

.header-top-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-social a {
  width: 30px;
  height: 30px;
  background: var(--brand-panel);
  border: 2px solid var(--brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.header-top-social a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.header-top-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--brand-green) 35%, transparent);
}

.main-navigation {
  background: var(--brand-panel);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--brand-blue) 8%, transparent);
}

.navbar-brand img {
  width: 156px;
  max-height: 78px;
  object-fit: contain;
}

.navbar-toggler {
  border: 0;
  padding: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .container {
  position: relative;
}

.mobile-nav-toggle {
  display: none;
}

.mobile-nav-toggle__bars {
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: var(--brand-dark);
}

.mobile-nav-toggle__bars::before,
.mobile-nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: var(--brand-dark);
}

.mobile-nav-toggle__bars::before {
  top: -8px;
}

.mobile-nav-toggle__bars::after {
  top: 8px;
}

.mobile-menu-right .navbar-toggler-icon {
  width: auto;
  height: auto;
  background: none;
}

.mobile-menu-right .navbar-toggler-icon {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(var(--brand-dark), var(--brand-dark)) center / 26px
    3px no-repeat;
}

.mobile-menu-right .navbar-toggler-icon::before,
.mobile-menu-right .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: var(--brand-dark);
}

.mobile-menu-right .navbar-toggler-icon::before {
  top: 0;
}

.mobile-menu-right .navbar-toggler-icon::after {
  bottom: 0;
}

.mobile-menu-right .navbar-toggler-icon i {
  display: none;
}

.product-dropdown__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}

.product-dropdown__item img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 6px;
  object-fit: cover;
}

.product-dropdown__item i {
  margin-left: auto;
}

.product-dropdown__item .product-dropdown__arrow {
  width: 16px;
  height: 16px;
  margin-left: auto;
  color: var(--brand-blue);
}

.dropdown-toggle::after {
  content: "+";
  margin-left: 6px;
  border: 0;
  color: currentColor;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 800;
  vertical-align: 1px;
}

.dropdown-toggle:hover::after {
  content: "-";
}

.hero-banner {
  position: relative;
  overflow: hidden;
  background: var(--brand-dark);
}

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slide {
  min-height: 590px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--brand-blue) 18%, transparent),
    color-mix(in srgb, var(--brand-blue) 3%, transparent)
  );
  pointer-events: none;
}

.hero-slide img {
  width: 100%;

  object-fit: cover;
  transform: scale(1.04);
  animation: banner-image-motion 8.5s ease-in-out infinite alternate;
}

@keyframes banner-image-motion {
  0% {
    transform: scale(1.04) translate3d(-1.5%, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(1.5%, 0, 0);
  }
}

.hero-slider.owl-theme .owl-nav {
  margin: 0;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand-panel) 90%, transparent);
  color: var(--brand-dark);
  font-size: 18px;
  line-height: 44px;
  transform: translateY(-50%);
}

.hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--brand-green);
  color: var(--brand-panel);
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 18px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 18px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}

.split-layout--reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.section-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-dark);
}

.section-media--framed {
  padding: 16px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue));
}

.section-media img {
  width: 100%;
  min-height: 420px;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.section-media--framed img {
  border-radius: 6px;
}

.media-badge {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand-panel) 94%, transparent);
  color: var(--brand-dark);
  box-shadow: 0 15px 34px color-mix(in srgb, var(--brand-dark) 18%, transparent);
}

.media-badge i,
.media-badge .svg-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brand-green);
  color: var(--brand-panel);
  font-size: 18px;
}

.media-badge span {
  min-width: 0;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.benefit-card,
.product-card,
.accordion-item {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-panel);
}

.benefit-card {
  min-height: 238px;
  padding: 20px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.benefit-card:hover {
  border-color: color-mix(in srgb, var(--brand-green) 24%, transparent);
  transform: translateY(-4px);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--brand-blue) 8%, transparent);
}

.benefit-card i,
.benefit-card .svg-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand-green) 10%, transparent);
  color: var(--brand-green);
  font-size: 18px;
}

.benefit-card h3,
.product-card h3 {
  margin-bottom: 9px;
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.benefit-card p,
.product-card p {
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.62;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product-card:hover {
  border-color: color-mix(in srgb, var(--brand-green) 35%, transparent);
  transform: translateY(-5px);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--brand-blue) 9%, transparent);
}

.product-card a {
  display: grid;
  height: 100%;
  color: inherit;
}

.product-card img {
  width: 100%;
  height: 230px;
  padding: 18px;
  background: var(--brand-blue);
  object-fit: contain;
}

.product-card--featured {
  grid-row: span 2;
}

.product-card--featured img {
  height: 400px;
  padding: 0;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  min-width: 74px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--brand-green);
  color: var(--brand-panel);
  font-size: 13px;
  font-weight: 800;
}

.product-card__body {
  padding: 18px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 16px;
}

.project-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-dark);
}

.project-item--large {
  grid-column: span 2;
  grid-row: span 2;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.project-item:hover img {
  transform: scale(1.06);
}

.project-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand-dark) 2%, transparent), color-mix(in srgb, var(--brand-dark) 72%, transparent));
}

.project-item span {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: var(--brand-panel);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.section-heading--light .section-kicker,
.section-heading--light h2,
.section-heading--light p {
  color: var(--brand-dark);
}

.section-heading--light .section-kicker::before {
  background: linear-gradient(90deg, var(--brand-green), var(--brand-blue));
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: 16px;
}

.video-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.video-frame {
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-blue);
}

.video-frame video {
  width: 100%;
  height: 100%;
  min-height: 232px;
  object-fit: cover;
}

.video-frame--lead video {
  min-height: 480px;
}

.faq-section .section-media img {
  min-height: 520px;
}

.faq-accordion {
  margin-top: 24px;
}

.accordion-item {
  overflow: hidden;
  margin-bottom: 12px;
}

.accordion-header {
  line-height: 1.2;
}

.accordion-button {
  color: var(--brand-dark);
  background: var(--brand-panel);
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--brand-panel);
  background: var(--brand-green);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  color: var(--brand-muted);
  line-height: 1.7;
}

.cta-section {
  padding: 74px 0;
  background: linear-gradient(135deg, var(--brand-panel), var(--brand-soft));
}

.cta-panel {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-panel);
  box-shadow: 0 20px 42px color-mix(in srgb, var(--brand-blue) 8%, transparent);
}

.cta-panel img {
  width: 190px;
  height: 130px;
  border-radius: 8px;
  background: var(--brand-blue);
  object-fit: contain;
}

.cta-panel h2 {
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
}

.footer-logo img {
  width: 158px;
  max-height: 82px;
  object-fit: contain;
}

.footer-widget-title {
  color: var(--brand-panel);
  font-size: 20px;
}

.footer-brand-copy,
.footer-list li a,
.footer-contact li,
.footer-contact li a,
.copyright .copyright-text,
.copyright .footer-menu li a {
  color: color-mix(in srgb, var(--brand-panel) 76%, transparent);
}

.footer-list li a i,
.footer-contact li i,
.footer-list li a .svg-icon,
.footer-contact li .svg-icon {
  color: var(--brand-green);
}

.footer-widget-box p {
  padding-right: 0;
}

.footer-list li a,
.copyright .footer-menu li a,
.footer-contact li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
}

.footer-list li a .svg-icon,
.copyright .footer-menu li a .svg-icon {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}

.footer-contact li {
  align-items: flex-start;
  gap: 12px;
  line-height: 1.45;
}

.footer-contact li i,
.footer-contact li .svg-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-right: 0;
  line-height: 1.45;
}

.footer-contact li a {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-social {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-panel);
  border: 2px solid var(--brand-green);
  border-radius: 50%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.footer-social li a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-social li a:hover {
  transform: translateY(-4px);
}

.footer-list li a:hover,
.footer-contact li a:hover,
.copyright .footer-menu li a:hover,
.copyright .copyright-text a {
  color: var(--brand-green);
}
/* Floating Contact Buttons */
.floating-contact {
  position: fixed;
  z-index: 95;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--brand-dark) 22%, transparent);
  animation: contact-blink 1.25s ease-in-out infinite;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Images */
.floating-contact img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

/* Hover */
.floating-contact:hover {
  transform: translateY(-3px);
}

/* Call Button */
.floating-call {
  left: 24px;
  bottom: 28px;
  background: var(--brand-blue);
  border: 3px solid var(--brand-muted);
}

/* WhatsApp Button */
.floating-whatsapp {
  right: 24px;
  bottom: 28px;
  background: var(--brand-green);
  border: 3px solid var(--brand-muted);
}

/* Pulse Animation */
@keyframes contact-blink {
  0%,
  100% {
    box-shadow:
      0 0 0 0 color-mix(in srgb, var(--brand-green) 35%, transparent),
      0 14px 30px color-mix(in srgb, var(--brand-dark) 22%, transparent);
  }

  50% {
    box-shadow:
      0 0 0 12px transparent,
      0 14px 30px color-mix(in srgb, var(--brand-dark) 22%, transparent);
  }
}

/* Tablet */
@media (max-width: 991px) {
  .floating-contact {
    width: 50px;
    height: 50px;
  }

  .floating-contact img {
    width: 26px;
    height: 26px;
  }

  .floating-call {
    left: 18px;
    bottom: 20px;
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .floating-contact {
    width: 48px;
    height: 48px;
  }

  .floating-contact img {
    width: 24px;
    height: 24px;
  }

  .floating-call {
    left: 15px;
    bottom: 15px;
  }

  .floating-whatsapp {
    right: 15px;
    bottom: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .floating-contact {
    width: 45px;
    height: 45px;
  }

  .floating-contact img {
    width: 22px;
    height: 22px;
  }

  .floating-call {
    left: 12px;
    bottom: 12px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}

#scroll-top {
  right: 24px;
  bottom: 94px;
  border-radius: 50%;
  background: var(--brand-blue);
}

#scroll-top:hover {
  background: var(--brand-green);
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    padding: 24px 0;
    margin-right: 18px;
    color: var(--brand-dark);
    font-family: Verdana, sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--brand-green);
  }

  .navbar .nav-item .dropdown-menu {
    width: 400px;
    border: 0;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 18px 44px color-mix(in srgb, var(--brand-blue) 13%, transparent);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.35;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: var(--brand-green);
  }

  .product-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
}

@media all and (max-width: 1199px) {
  .section-heading h2,
  .section-content h1,
  .section-content h2 {
    font-size: 35px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 991px) {
  .main {
    padding-top: 88px;
  }

  .navbar .container {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 88px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  button.mobile-nav-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: var(--brand-panel);
    transform: translateY(-50%);
  }

  .home-section {
    padding: 66px 0;
  }

  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    min-height: 430px;
  }

  .hero-slide img {
    height: 430px;
  }

  .split-layout,
  .split-layout--reverse,
  .video-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .split-layout--reverse .section-media {
    order: -1;
  }

  .section-media img,
  .faq-section .section-media img {
    min-height: 340px;
  }

  .video-frame--lead video {
    min-height: 390px;
  }

  .cta-panel {
    align-items: flex-start;
  }

  .cta-panel img {
    width: 100%;
    height: 220px;
  }
}

@media all and (max-width: 767px) {
  .section-heading h2,
  .section-content h1,
  .section-content h2 {
    font-size: 29px;
  }

  .section-heading p,
  .section-content p,
  .cta-panel p {
    font-size: 15px;
  }

  .benefit-grid,
  .product-grid,
  .video-side {
    grid-template-columns: 1fr;
  }

  .product-card--featured {
    grid-row: auto;
  }

  .product-card--featured img,
  .product-card img {
    height: 260px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .project-item--large {
    grid-column: auto;
    grid-row: auto;
  }

  .media-badge {
    position: static;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
  }

  .section-media--framed {
    padding: 10px;
  }

  .floating-contact {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .floating-call {
    left: 14px;
  }

  .floating-whatsapp {
    right: 14px;
  }

  #scroll-top {
    right: 14px;
  }
}

@media all and (max-width: 575px) {
  .main {
    padding-top: 82px;
  }

  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    min-height: 330px;
  }

  .hero-slide img {
    height: 330px;
  }

  .hero-slider.owl-theme .owl-nav [class*="owl-"] {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
  }

  .section-media img,
  .faq-section .section-media img {
    min-height: 270px;
  }

  .video-frame video,
  .video-frame--lead video {
    min-height: 270px;
  }

  .cta-panel {
    padding: 20px;
  }
}

/* Updated homepage layouts */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 68px;
  align-items: center;
}

.about-layout > *,
.why-layout > *,
.product-portfolio-grid > *,
.video-layout > *,
.video-gallery-grid > * {
  min-width: 0;
}

.about-visual {
  position: relative;
  min-height: 560px;
  padding: 0 42px 38px 42px;
}

.about-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 360px;
  opacity: 0.42;
  background-image: radial-gradient(
    var(--brand-muted) 1.4px,
    transparent 1.4px
  );
  background-size: 14px 14px;
}

.about-image-frame {
  position: relative;
  z-index: 1;
  height: 500px;
}

.about-image-frame::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 92%;
  height: 92%;
  background: var(--brand-green);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 94% 7%, 94% 94%, 7% 94%);
  z-index: -1;
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-experience-card {
  position: absolute;
  z-index: 2;
  top: 78px;
  right: 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0 14px;
  align-items: center;
  min-width: 250px;
  padding: 12px 18px 12px 12px;
  background: var(--brand-dark);
  color: var(--brand-panel);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--brand-dark) 14%, transparent);
}

.about-experience-card i,
.about-experience-card .svg-icon {
  grid-row: span 2;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: var(--brand-green);
  color: var(--brand-panel);
  font-size: 26px;
}

.about-experience-card span,
.about-experience-card strong {
  color: var(--brand-panel);
  line-height: 1.35;
}

.about-experience-card span {
  font-size: 14px;
  font-weight: 800;
}

.about-experience-card strong {
  font-family: Verdana, sans-serif;
  font-size: 15px;
}

.about-content h1 span,
.why-content h2 span,
.latest-products-section .section-heading h2 span {
  color: var(--brand-green);
}

.about-content h1,
.why-content h2,
.section-heading h2 {
  overflow-wrap: break-word;
}

.about-check-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.about-check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--brand-muted);
  line-height: 1.55;
}

.about-check-list i,
.about-check-list .svg-icon {
  margin-top: 4px;
  color: var(--brand-green);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 58px;
  align-items: center;
}

.why-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.why-feature {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  min-height: 100%;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--brand-blue) 12%, transparent);
  border-radius: 8px;
  background: var(--brand-panel);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--brand-blue) 5%, transparent);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.why-feature:hover {
  border-color: color-mix(in srgb, var(--brand-green) 24%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--brand-blue) 8%, transparent);
}

.why-feature > i,
.why-feature > .svg-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand-green) 9%, transparent);
  color: var(--brand-green);
  font-size: 28px;
}

.why-feature:nth-child(2n) > .svg-icon {
  background: color-mix(in srgb, var(--brand-blue) 10%, transparent);
  color: var(--brand-blue);
}

.why-feature:nth-child(3n) > .svg-icon {
  background: color-mix(in srgb, var(--brand-green) 12%, transparent);
  color: var(--brand-green);
}

.why-feature:nth-child(4n) > .svg-icon {
  background: color-mix(in srgb, var(--brand-blue) 10%, transparent);
  color: var(--brand-blue);
}

.why-feature h3 {
  margin-bottom: 7px;
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.why-feature p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.65;
}

.why-media {
  position: relative;
  margin: 24px 18px 18px 0;
  overflow: visible;
}

.why-media::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 96%;
  height: 96%;
  background: var(--brand-dark);
}

.why-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.why-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-green);
  color: var(--brand-panel);
  font-size: 22px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 18px color-mix(in srgb, var(--brand-green) 22%, transparent);
}

.why-play:hover {
  background: var(--brand-green);
  color: var(--brand-panel);
}

.product-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-portfolio-item {
  min-width: 0;
}

.product-portfolio-item a {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  background: var(--brand-panel);
  color: var(--brand-panel);
}

.product-portfolio-item img {
  width: 100%;
  height: 360px;
  padding: 18px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-portfolio-item--featured {
  grid-column: span 2;
}

.product-portfolio-item--featured img {
  padding: 0;
  object-fit: cover;
}

.product-portfolio-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand-dark) 2%, transparent), color-mix(in srgb, var(--brand-dark) 72%, transparent));
  opacity: 0.88;
}

.product-portfolio-item:hover img {
  transform: scale(1.06);
}

.product-portfolio-caption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.product-portfolio-caption h3,
.product-portfolio-caption p {
  color: var(--brand-panel);
}

.product-portfolio-caption h3 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.product-portfolio-caption p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.video-layout {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: stretch;
  margin-bottom: 22px;
}

.video-feature-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border: 1px solid color-mix(in srgb, var(--brand-panel) 12%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand-panel) 7%, transparent);
}

.video-feature-copy h3 {
  margin-bottom: 12px;
  color: var(--brand-panel);
  font-size: 26px;
  line-height: 1.25;
}

.video-feature-copy p {
  margin: 0;
  color: color-mix(in srgb, var(--brand-panel) 74%, transparent);
  line-height: 1.7;
}

.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.video-gallery-grid .video-frame video {
  min-height: 220px;
}

@media all and (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }

  .navbar .nav-item:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .navbar .nav-item:hover .dropdown-submenu > .dropdown-menu,
  .navbar .nav-item .dropdown-submenu > .dropdown-menu {
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .navbar .nav-item:hover .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media all and (max-width: 1199px) {
  .about-layout,
  .why-layout {
    gap: 36px;
  }

  .product-portfolio-grid,
  .video-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media all and (max-width: 991px) {
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
  }

  .navbar-brand {
    margin: 0;
    padding-left: 0;
  }

  .mobile-menu-right {
    position: static !important;
    display: flex !important;
    width: auto;
    margin-left: auto;
    transform: none !important;
  }

  button.navbar-toggler {
    position: static !important;
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: var(--brand-panel);
    transform: none !important;
  }

  .navbar-collapse {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .product-submenu {
    position: static;
    display: block;
    margin: 6px 0 8px 16px;
    padding: 8px;
    border: 0;
    background: var(--brand-green);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .about-layout,
  .why-layout,
  .video-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: auto;
    padding: 0 28px 30px;
  }

  .about-image-frame {
    height: 420px;
  }

  .why-layout {
    gap: 46px;
  }

  .why-media {
    margin-left: 18px;
  }

  .why-feature-list {
    grid-template-columns: 1fr;
  }

  .why-media img {
    min-height: 380px;
  }

  .product-portfolio-grid,
  .video-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-portfolio-item--featured {
    grid-column: span 2;
  }
}

@media all and (max-width: 767px) {
  .container,
  .section-content,
  .about-content,
  .why-content {
    width: 100%;
    max-width: calc(100vw - 24px);
  }

  .about-layout,
  .why-layout {
    gap: 34px;
  }

  .about-content h1,
  .why-content h2,
  .section-heading h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.24;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .section-content p,
  .about-check-list li,
  .why-feature p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .about-visual {
    padding: 0 14px 22px;
  }

  .about-dots {
    width: 220px;
    height: 250px;
  }

  .about-image-frame {
    height: 330px;
  }

  .about-image-frame::before {
    right: -14px;
    bottom: -14px;
  }

  .about-experience-card {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 28px);
    min-width: 0;
    margin: -38px auto 0;
  }

  .why-feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .why-feature > i,
  .why-feature > .svg-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
    font-size: 24px;
  }

  .why-feature h3 {
    font-size: 18px;
  }

  .why-media img {
    min-height: 300px;
  }

  .product-portfolio-grid,
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }

  .product-portfolio-item--featured {
    grid-column: auto;
  }

  .product-portfolio-item a,
  .product-portfolio-item img {
    min-height: 300px;
    height: 300px;
  }

  .video-feature-copy {
    padding: 24px;
  }
}

/* Final mobile/nav overrides keep the active homepage markup above older template helpers. */
.hero-slider.owl-theme .owl-nav [class*="owl-"] i {
  display: none;
}

.hero-slider.owl-theme .owl-nav .slider-chevron {
  display: inline-block;
}

@media all and (max-width: 991px) {
  .navbar .container {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  button.mobile-nav-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--brand-line) !important;
    border-radius: 8px !important;
    background: var(--brand-panel) !important;
    transform: translateY(-50%) !important;
  }

  .navbar-brand {
    padding-right: 64px;
  }
}

button.mobile-nav-toggle {
  position: fixed !important;
  top: 44px !important;
  right: 18px !important;
  z-index: 2147483647 !important;
  display: inline-flex !important;
  visibility: visible !important;
  width: 46px !important;
  height: 46px !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--brand-green) !important;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--brand-green) 24%, transparent) !important;
  transform: none !important;
}

button.mobile-nav-toggle .mobile-nav-toggle__bars,
button.mobile-nav-toggle .mobile-nav-toggle__bars::before,
button.mobile-nav-toggle .mobile-nav-toggle__bars::after {
  background: var(--brand-panel) !important;
}

@media all and (min-width: 992px) {
  button.mobile-nav-toggle {
    display: none !important;
  }
}
.srrf-section {
  padding: 70px 0;
}

.srrf-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

.srrf-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

/* LEFT */

.srrf-content {
  flex: 1;
}

.srrf-subtitle {
  display: block;
  color: var(--brand-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.srrf-heading {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 20px;
}

.srrf-heading span {
  color: var(--brand-green);
}

.srrf-desc {
  color: var(--brand-muted);
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 35px;
}

/* FEATURES */

.srrf-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.srrf-feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: var(--brand-panel);
  padding: 20px;
  border-radius: 12px;
  transition: 0.4s;
}

.srrf-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px color-mix(in srgb, var(--brand-dark) 8%, transparent);
}

.srrf-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 2px solid var(--brand-green);
  color: var(--brand-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.srrf-feature h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--brand-dark);
}

.srrf-feature p {
  color: var(--brand-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* RIGHT IMAGE */

.srrf-image-area {
  flex: 0 0 46%;
  position: relative;
}

.srrf-border {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 100%;
  height: 100%;
  border: 18px solid var(--brand-dark);
  z-index: 1;
}

.srrf-image {
  position: relative;
  z-index: 2;
}

.srrf-image img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  display: block;
}

.srrf-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: var(--brand-green);
  border-radius: 50%;
  color: var(--brand-panel);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 3;
  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .srrf-wrapper {
    flex-direction: column-reverse;
  }

  .srrf-image-area {
    width: 100%;
    flex: 100%;
  }

  .srrf-image img {
    height: 500px;
  }

  .srrf-heading {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .srrf-features {
    grid-template-columns: 1fr;
  }

  .srrf-heading {
    font-size: 32px;
  }

  .srrf-image img {
    height: 350px;
  }

  .srrf-border {
    border-width: 10px;
    top: -10px;
    left: -10px;
  }

  .srrf-play {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}
.project-section {
  padding: 80px 20px;
  background: var(--brand-panel);
}

.project-container {
  max-width: 1300px;
  margin: 0 auto;
}

.project-heading {
  text-align: center;
  margin-bottom: 50px;
}

.project-heading h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--brand-green);
  text-transform: uppercase;
  margin: 0;
}

.project-line {
  width: 80px;
  height: 4px;
  background: var(--brand-green);
  margin: 15px auto 0;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.project-card {
  background: var(--brand-panel);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--brand-dark) 8%, transparent);
  transition: all 0.4s ease;
}

.project-card:hover {
  transform: translateY(-8px);
}

.project-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.project-card:hover img {
  transform: scale(1.08);
}

/* Tablet */
@media (max-width: 991px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .project-heading h2 {
    font-size: 38px;
  }

  .project-card img {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .project-section {
    padding: 50px 15px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .project-heading h2 {
    font-size: 28px;
  }

  .project-card img {
    height: auto;
  }
}
/* =========================
   LATEST PROJECTS SECTION
========================= */

.portfolio-container {
  width: 100%;
  max-width: 1900px;
  margin: auto;

}

/* =========================
   HEADING
========================= */

.portfolio-header {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-header h2 {
  font-size: 55px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 15px;
  line-height: 1.2;
}

.portfolio-header h2 span {
  color: var(--brand-green);
}

.portfolio-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.portfolio-divider span:first-child {
  width: 60px;
  height: 3px;
  background: var(--brand-green);
}

.portfolio-divider span:last-child {
  width: 30px;
  height: 3px;
  background: var(--brand-blue);
}

/* =========================
   SLIDER
========================= */

.portfolio-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.portfolio-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: projectScroll 120s linear infinite;
}

.portfolio-track:hover {
  animation-play-state: paused;
}

@keyframes projectScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* =========================
   IMAGE ITEM
========================= */

.portfolio-item {

  overflow: hidden;
  flex-shrink: 0;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid var(--brand-line);
  object-fit: contain;
  object-position: center;
  transition: all 0.5s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

/* =========================
   LARGE SCREEN
========================= */

@media (max-width: 1400px) {
  .portfolio-header h2 {
    font-size: 48px;
  }

  .portfolio-item {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .portfolio-section {
    padding: 60px 0;
  }

  .portfolio-header h2 {
    font-size: 40px;
  }

  .portfolio-item {
    width: 250px;
    min-width: 250px;
    height: 250px;
  }

  .portfolio-track {
    gap: 15px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .portfolio-section {
    padding: 50px 0;
  }

  .portfolio-header {
    margin-bottom: 30px;
  }

  .portfolio-header h2 {
    font-size: 30px;
  }

  .portfolio-item {
    width: 180px;
    min-width: 180px;
    height: 180px;
  }

  .portfolio-track {
    gap: 10px;
    animation-duration: 80s;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
  .portfolio-header h2 {
    font-size: 26px;
  }

  .portfolio-item {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
.partner-area {
  position: relative;
  overflow: hidden;
}

.partner-title {
  text-align: center;
  margin-bottom: 50px;
}

.partner-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 10px;
}

.partner-title h2 span {
  color: var(--brand-green);
}

.partner-title p {
  color: var(--brand-muted);
  max-width: 650px;
  margin: auto;
}

.partner-item {
  padding: 10px;
}

.partner-item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: 15px;
  padding: 20px;
  transition: 0.4s;
  filter: grayscale(100%);
}

.partner-item:hover img {
  transform: translateY(-8px);
  filter: grayscale(0);
  border-color: var(--brand-green);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--brand-blue) 12%, transparent);
}

/* Navigation */

.partner-slider .owl-nav {
  display: block !important;
}

.partner-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background: var(--brand-panel) !important;
  border: 1px solid var(--brand-line) !important;
  color: var(--brand-dark) !important;
  font-size: 22px !important;
  transition: 0.3s;
}

.partner-slider .owl-nav button:hover {
  background: var(--brand-green) !important;
  color: var(--brand-panel) !important;
}

.partner-slider .owl-nav .owl-prev {
  left: -25px;
}

.partner-slider .owl-nav .owl-next {
  right: -25px;
}

/* Dots */

.partner-slider .owl-dots {
  margin-top: 30px;
}

.partner-slider .owl-dot span {
  width: 12px;
  height: 12px;
  background: var(--brand-line) !important;
}

.partner-slider .owl-dot.active span {
  background: var(--brand-green) !important;
}

/* Responsive */

@media (max-width: 991px) {
  .partner-title h2 {
    font-size: 34px;
  }

  .partner-item img {
    height: 100px;
  }

  .partner-slider .owl-nav .owl-prev {
    left: -10px;
  }

  .partner-slider .owl-nav .owl-next {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .partner-area {
    padding: 60px 0;
  }

  .partner-title h2 {
    font-size: 28px;
  }

  .partner-item img {
    height: 90px;
    padding: 12px;
  }

  .partner-slider .owl-nav {
    display: none !important;
  }
}

/* Final homepage polish */
html {
  overflow-x: hidden;
}

body {
  font-family: Verdana, sans-serif;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

.svg-icon {
  flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.footer-widget-title {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  letter-spacing: 0;
}

.home-section,
.about-area,
.project-section,
.counter-area,
.service-area,
.srrf-section,
.portfolio-section,
.video-section,
.faq-section,
.partner-area {
  padding-top: 56px;
  padding-bottom: 31px;
}

.about-area.pb-120 {
  padding-bottom: 80px !important;
}

.site-title span,
.srrf-heading span,
.portfolio-header h2 span,
.partner-title h2 span,
.section-heading h2 span {
  color: var(--brand-green);
}

.site-title-tagline,
.srrf-subtitle,
.portfolio-tag {
  color: var(--brand-green);
}

.theme-btn,
.brand-btn {
  background: var(--brand-green);
}

.theme-btn:hover,
.brand-btn:hover {
  background: var(--brand-blue);
}

.theme-btn .svg-icon,
.counter-box .icon .svg-icon,
.srrf-icon .svg-icon,
.srrf-play .svg-icon,
.service-icon .svg-icon {
  color: inherit;
}

.service-area .row {
  row-gap: 32px;
}

.service-area .service-item {
  height: auto;
  margin-bottom: 0;
}

.service-img img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  background: white;
  padding: 14px;
}

.service-icon .svg-icon {
  width: 25px;
  height: 25px;
}

.service-title a {
  display: block;
  color: var(--brand-dark);
  line-height: 1.25;
  font-size: 15px;
}

.project-card {
  position: relative;
  display: block;
  color: var(--brand-dark);
  border: 1px solid var(--brand-line);
}

.project-card img {
  object-fit: contain;
  background: var(--brand-panel);
  padding: 14px;
}

.project-card span,
.portfolio-item span,
.partner-item span {
  display: block;
  color: var(--brand-dark);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.project-card span {
  min-height: 48px;
  padding: 12px 10px 14px;
  background: var(--brand-panel);
}

.portfolio-item {
  display: block;
  color: var(--brand-dark);
}

.portfolio-item span {
  min-height: 44px;
  padding: 10px 8px 0;
  font-size: 14px;
}

.portfolio-item img {
  object-fit: contain;
  background: var(--brand-panel);
  padding: 14px;
}

.partner-item {
  display: block;
  color: var(--brand-dark);
}

.partner-item span {
  min-height: 42px;
  margin-top: 10px;
  font-size: 14px;
}

.counter-box .icon,
.srrf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counter-box .icon .svg-icon {
  width: 42px;
  height: 42px;
}

.srrf-icon .svg-icon {
  width: 26px;
  height: 26px;
}

.srrf-play .svg-icon {
  width: 22px;
  height: 22px;
}

.footer-widget-wrapper {
  align-items: flex-start;
}

.footer-list {
  gap: 10px;
}

.footer-list li a {
  align-items: center;
  white-space: nowrap;
}

.footer-contact li,
.footer-contact li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact li a {
  white-space: nowrap;
}

.footer-contact li .svg-icon,
.footer-contact li a .svg-icon {
  margin-top: 3px;
}

.footer-contact li:nth-child(2) {
  max-width: 360px;
}

.footer-contact li:last-child a {
  font-size: 13px;
}

@media (max-width: 1199px) {
  .footer-contact li a {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    max-height: calc(100vh - 86px);
    overflow-y: auto;
  }

  .home-section,
  .about-area,
  .project-section,
  .counter-area,
  .service-area,
  .srrf-section,
  .portfolio-section,
  .video-section,
  .faq-section,
  .partner-area {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-area.pb-120 {
    padding-bottom: 64px !important;
  }

  .footer-list li a {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .home-section,
  .about-area,
  .project-section,
  .counter-area,
  .service-area,
  .srrf-section,
  .portfolio-section,
  .video-section,
  .faq-section,
  .partner-area {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .footer-list li a,
  .footer-contact li,
  .footer-contact li a {
    font-size: 13px;
  }
}

/* Global typography lock */
body,
button,
input,
select,
textarea {
  font-family: Verdana, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.footer-widget-title,
.inner-hero h1,
.inner-section-title h2,
.inner-copy h2,
.contact-form-box h2,
.mission-panel h3,
.timeline-card h3,
.info-card h3,
.contact-card h3,
.project-heading h2,
.portfolio-header h2,
.partner-title h2,
.section-heading h2 {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  letter-spacing: 0 !important;
}

.inner-kicker,
.site-title-tagline,
.section-kicker,
.srrf-subtitle,
.portfolio-tag {
  font-family: Verdana, sans-serif !important;
  color: var(--brand-green) !important;
}


.catalog-heading h3{
  font-size: 26px;
  font-weight: 700;
  color: var(--brand-blue);
  margin: 0;
  letter-spacing: 0.3px;
  position: relative;
}

/* underline animation effect */
.catalog-heading h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue));
  border-radius: 10px;
  transition: 0.4s ease;
}

/* hover effect */
.catalog-heading:hover h3::after{
  width: 120px;
}
/* Unified heading design */
.site-heading,
.section-heading,
.project-heading,
.portfolio-header,
.partner-title,
.inner-section-title {
  margin-bottom: 38px;
}

.site-title,
.page-header h1,
.section-heading h2,
.section-content h2,
.project-heading h2,
.portfolio-header h2,
.partner-title h2,
.srrf-heading,
.inner-hero h1,
.inner-section-title h2,
.inner-copy h2,
.contact-form-box h2,
.cta-band h2 {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  color: var(--brand-dark) !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.catalog-heading h3 {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 18px !important;

  color: var(--brand-dark) !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Gradient underline */
.catalog-heading h3::after {
  content: "";
  display: block;

  width: 76px;
  height: 4px;

  margin-top: 16px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    var(--brand-green),
    var(--brand-blue),
    var(--brand-blue)
  );
}
.project-heading h2,
.portfolio-header h2,
.partner-title h2,
.section-heading h2,
.inner-section-title h2,
.site-heading.text-center .site-title {
  text-align: center;
}

.site-title span,
.catalog-heading,
.page-header h1 span,
.section-heading h2 span,
.section-content h2 span,
.project-heading h2 span,
.portfolio-header h2 span,
.partner-title h2 span,
.srrf-heading span,
.inner-hero h1 span,
.inner-section-title h2 span,
.inner-copy h2 span {
  color: var(--brand-green) !important;
}

.site-title::after,
.page-header h1::after,
.section-heading h2::after,
.section-content h2::after,
.project-heading h2::after,
.portfolio-header h2::after,
.partner-title h2::after,
.srrf-heading::after,
.inner-hero h1::after,
.inner-section-title h2::after,
.inner-copy h2::after,
.contact-form-box h2::after,
.cta-band h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--brand-green),
    var(--brand-blue),
    var(--brand-blue)
  );
}

.project-heading h2::after,
.portfolio-header h2::after,
.partner-title h2::after,
.section-heading h2::after,
.inner-section-title h2::after,
.site-heading.text-center .site-title::after {
  margin-right: auto;
  margin-left: auto;
}

.project-line,
.portfolio-divider {
  display: none !important;
}

.info-card h3,
.contact-card h3,
.mission-panel h3,
.timeline-card h3,
.srrf-feature h3,
.benefit-card h3,
.product-card h3,
.why-feature h3,
.product-portfolio-caption h3 {
  color: var(--brand-dark) !important;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.cta-band h2 {
  color: var(--brand-panel) !important;
}

@media (max-width: 767px) {
  .site-title,
  .page-header h1,
  .section-heading h2,
  .section-content h2,
  .project-heading h2,
  .portfolio-header h2,
  .partner-title h2,
  .srrf-heading,
  .inner-hero h1,
  .inner-section-title h2,
  .inner-copy h2,
  .contact-form-box h2,
  .cta-band h2 {
    font-size: 30px !important;
  }
}

/* Background images for counter and footer */
.counter-area {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand-blue) 88%, transparent), color-mix(in srgb, var(--brand-blue) 82%, transparent)),
    url("../images/products/56.png") center / cover no-repeat !important;
}

.counter-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--brand-green) 22%, transparent), transparent 42%),
    linear-gradient(270deg, color-mix(in srgb, var(--brand-blue) 22%, transparent), transparent 48%);
  opacity: 1 !important;
}

.counter-area > .container {
  position: relative;
  z-index: 1;
}

.footer-area {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            rgba(45, 45, 45, 0.92),
            rgba(35, 35, 35, 0.95)
        ),
        url("../images/banner-2.png") center/cover no-repeat !important;
}

.footer-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.04),
            transparent 50%
        );
    pointer-events: none;
}

.footer-area > * {
  position: relative;
  z-index: 1;
}

.header-top-wrapper {
  gap: 16px;
}

.header-top-left {
  min-width: 0;
  flex: 1 1 auto;
}

.header-top-right {
  flex: 0 0 auto;
}

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slide {
  min-height: 0;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 32 / 15;
  object-fit: cover;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
  top: 50% !important;
  bottom: auto !important;
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 18px !important;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 18px !important;
  left: auto !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-top-contact ul {
    gap: 8px 12px;
  }

  .header-top-contact ul li a {
    font-size: 11px;
  }

  .header-top-social {
    gap: 6px;
  }

  .header-top-social a {
    width: 27px;
    height: 27px;
  }

  .header-top-social a img {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 991px) {
  .main {
    padding-top: 76px;
  }

  .navbar .container {
    min-height: 76px !important;
  }

  .navbar-brand {
    max-width: calc(100% - 62px);
    padding: 0 !important;
  }

  .navbar-brand img {
    display: block;
    width: clamp(126px, 34vw, 150px);
    max-height: 66px;
  }

  button.mobile-nav-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    visibility: visible !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: var(--brand-green) !important;
    transform: translateY(-50%) !important;
  }

  button.mobile-nav-toggle::before {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-panel);
    box-shadow:
      0 -7px 0 var(--brand-panel),
      0 7px 0 var(--brand-panel);
  }

  button.mobile-nav-toggle .mobile-nav-toggle__bars {
    display: none !important;
  }

  .navbar-collapse {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 76px);
    max-height: calc(100dvh - 76px);
    padding: 8px 16px 18px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid var(--brand-line);
    background: var(--brand-panel);
    box-shadow: 0 18px 28px color-mix(in srgb, var(--brand-blue) 14%, transparent);
  }

  .navbar .nav-item .nav-link {
    display: block;
    padding: 11px 2px;
    border-bottom: 1px solid var(--brand-line);
    line-height: 1.35;
  }

  .navbar .dropdown-menu,
  .navbar .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 4px 0 8px;
    padding: 6px;
    border: 0;
    background: var(--brand-soft);
    box-shadow: none;
  }

  .navbar .dropdown-item {
    max-width: 100%;
    white-space: normal;
  }

  .product-dropdown__item {
    align-items: center;
    min-height: 42px;
    padding: 7px 8px;
  }

  .product-dropdown__item img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .product-submenu {
    margin-left: 10px;
  }

  .hero-slider.owl-theme .owl-nav [class*="owl-"] {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }

  .hero-banner,
  .hero-slider,
  .hero-slider .owl-stage-outer,
  .hero-slider .owl-stage,
  .hero-slider .owl-item,
  .hero-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .hero-banner .hero-slide img,
  .hero-banner .owl-carousel .owl-item img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 575px) {
  .main {
    padding-top: 70px;
  }

  .navbar .container {
    min-height: 70px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .navbar-brand img {
    width: clamp(118px, 40vw, 138px);
    max-height: 60px;
  }

  button.mobile-nav-toggle {
    right: 12px !important;
    width: 42px !important;
    height: 42px !important;
  }

  .navbar-collapse {
    top: 70px;
    max-height: calc(100vh - 70px);
    max-height: calc(100dvh - 70px);
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-slide img {
    animation: none;
    transform: none;
  }

  .hero-slider.owl-theme .owl-nav [class*="owl-"] {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: 8px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide img {
    animation: none;
    transform: none;
  }
}

/* page banner */
.page-banner {
  position: relative;
  width: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/page-banner.webp") center center / cover no-repeat;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--brand-blue) 55%, transparent); /* --brand-dark overlay */
  z-index: 1;
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h1 {
  margin: 0 0 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--brand-panel);
}

.page-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-breadcrumb li {
  color: var(--brand-panel);
  font-size: 18px;
}

.page-breadcrumb li a {
  color: var(--brand-panel);
  text-decoration: none;
  transition: 0.3s;
}

.page-breadcrumb li a:hover {
  color: var(--brand-green);
}

.page-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: var(--brand-green);
}

.page-banner-content h1 span {
  color: var(--brand-green);
}

/* Tablet */
@media (max-width: 991px) {
  .page-banner {
    min-height: 300px;
    padding: 70px 20px;
  }

  .page-banner-content h1 {
    font-size: 42px;
  }

  .page-breadcrumb li {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .page-banner {
    min-height: 240px;
    padding: 50px 15px;
  }

  .page-banner-content h1 {
    font-size: 30px;
  }

  .page-breadcrumb {
    flex-wrap: wrap;
    gap: 6px;
  }

  .page-breadcrumb li {
    font-size: 14px;
  }
}
/* industries we serve */
.industries-section {
  padding: 90px 20px;
}

.industries-container {
  max-width: 1300px;
  margin: auto;
}

.industries-head {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.industries-head span {
  display: inline-block;
  color: var(--brand-green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.industries-head h2 {
  font-size: 44px;
  line-height: 1.2;
  color: var(--brand-dark);
  margin-bottom: 18px;
}

.industries-head p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--brand-dark);
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.industry-card {
  position: relative;
  padding: 35px 28px;
  background: var(--brand-panel);
  border-radius: 22px;
  box-shadow: 0 18px 45px color-mix(in srgb, var(--brand-dark) 8%, transparent);
  overflow: hidden;
  transition: 0.4s ease;
  border: 1px solid color-mix(in srgb, var(--brand-green) 8%, transparent);
}

.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--brand-green);
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px color-mix(in srgb, var(--brand-green) 16%, transparent);
}

.industry-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--brand-green) 10%, transparent);
  color: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 22px;
}

.industry-card h3 {
  font-size: 22px;
  line-height: 1.35;
  color: var(--brand-dark);
  margin-bottom: 14px;
}

.industry-card p {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--brand-dark);
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .industries-section {
    padding: 60px 15px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .industries-head h2 {
    font-size: 28px;
  }

  .industries-head p {
    font-size: 15px;
  }

  .industry-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .industry-card h3 {
    font-size: 20px;
  }
}

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

.srr-contact-hero {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-panel));
  position: relative;
  overflow: hidden;
}

.srr-contact-hero::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--brand-green) 8%, transparent);
  top: -120px;
  right: -120px;
}

.srr-contact-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--brand-blue) 8%, transparent);
  bottom: -120px;
  left: -120px;
}

.srr-contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.srr-contact-kicker {
  display: inline-block;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--brand-green) 10%, transparent);
  color: var(--brand-green);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.srr-contact-hero h1 {
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.srr-contact-hero h1 span {
  color: var(--brand-green);
}

.srr-contact-hero p {
  color: var(--brand-muted);
  margin-bottom: 35px;
  font-size: 17px;
}

.srr-contact-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.srr-contact-primary-btn,
.srr-contact-outline-btn {
  padding: 15px 30px;
  border-radius: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.srr-contact-primary-btn {
  background: var(--brand-green);
  color: var(--brand-panel);
}

.srr-contact-primary-btn:hover {
  transform: translateY(-4px);
}

.srr-contact-outline-btn {
  border: 2px solid var(--brand-green);
  color: var(--brand-green);
}

.srr-contact-outline-btn:hover {
  background: var(--brand-green);
  color: var(--brand-panel);
}

.srr-contact-hero-media {
  position: relative;
}

.srr-contact-hero-media img {
  border-radius: 25px;
  box-shadow: 0 25px 60px color-mix(in srgb, var(--brand-dark) 12%, transparent);
}

.srr-contact-location-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--brand-panel);
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--brand-dark) 12%, transparent);
  font-weight: 600;
}

/* ===========================
   CONTACT CARDS
=========================== */

.srr-contact-section {
  padding: 90px 0;
}

.srr-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.srr-contact-info-card {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: 0.4s;
}

.srr-contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px color-mix(in srgb, var(--brand-dark) 8%, transparent);
}

.srr-contact-info-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--brand-green) 8%, transparent);
  color: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.srr-contact-info-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.srr-contact-info-card p {
  color: var(--brand-muted);
}

.srr-contact-info-card a {
  color: var(--brand-green);
  font-weight: 600;
}

/* ===========================
   FORM SECTION
=========================== */

.srr-contact-section-soft {
  background: var(--brand-soft);
}

.srr-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.srr-contact-form-panel {
  background: var(--brand-panel);
  padding: 45px;
  border-radius: 25px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--brand-dark) 6%, transparent);
}

.srr-contact-form-panel h2 {
  font-size: 34px;
  margin-bottom: 25px;
}

.srr-contact-form-panel form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.srr-contact-form-panel input,
.srr-contact-form-panel textarea {
  width: 100%;
  border: 1px solid var(--brand-line);
  border-radius: 12px;
  padding: 16px;
  outline: none;
  transition: 0.3s;
}

.srr-contact-form-panel input:focus,
.srr-contact-form-panel textarea:focus {
  border-color: var(--brand-green);
}

.srr-contact-form-panel textarea {
  height: 180px;
  resize: none;
}

.srr-contact-form-panel button {
  border: none;
  cursor: pointer;
}

.srr-contact-map-panel {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--brand-dark) 6%, transparent);
}

.srr-contact-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 580px;
  border: none;
}

/* ===========================
   TABLET
=========================== */

@media (max-width: 991px) {
  .srr-contact-hero {
    padding: 80px 0;
  }

  .srr-contact-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .srr-contact-actions {
    justify-content: center;
  }

  .srr-contact-hero-media {
    max-width: 700px;
    margin: auto;
  }

  .srr-contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .srr-contact-layout {
    grid-template-columns: 1fr;
  }

  .srr-contact-map-panel iframe {
    min-height: 450px;
  }

  .srr-contact-hero h1 {
    font-size: 46px;
  }
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 767px) {
  .srr-contact-hero {
    padding: 60px 0;
  }

  .srr-contact-hero h1 {
    font-size: 34px;
  }

  .srr-contact-hero p {
    font-size: 15px;
  }

  .srr-contact-actions {
    flex-direction: column;
  }

  .srr-contact-primary-btn,
  .srr-contact-outline-btn {
    width: 100%;
  }

  .srr-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .srr-contact-form-panel {
    padding: 25px;
  }

  .srr-contact-form-panel h2 {
    font-size: 28px;
  }

  .srr-contact-map-panel iframe {
    min-height: 350px;
  }

  .srr-contact-location-badge {
    position: static;
    margin-top: 15px;
    text-align: center;
  }
}

/* ===========================
   SMALL MOBILE
=========================== */

@media (max-width: 480px) {
  .srr-contact-hero h1 {
    font-size: 28px;
  }

  .srr-contact-section {
    padding: 60px 0;
  }

  .srr-contact-info-card {
    padding: 25px 20px;
  }

  .srr-contact-info-card h3 {
    font-size: 20px;
  }

  .srr-contact-form-panel h2 {
    font-size: 24px;
  }
}

.srrf-company-wrapper {
  padding: 90px 0;
  background: linear-gradient(180deg, var(--brand-panel), var(--brand-blue));
  overflow: hidden;
}

.srrf-company-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.srrf-main-heading {
  text-align: center;
  margin-bottom: 60px;
}

.srrf-main-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 15px;
}

.srrf-main-heading h2 span {
  color: var(--brand-green);
}

.srrf-main-heading p {
  max-width: 800px;
  margin: auto;
  color: var(--brand-muted);
  line-height: 1.9;
}

.srrf-manufacturing-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 80px;
}

.srrf-image-side {
  position: relative;
}

.srrf-image-side img {
  width: 100%;
  border-radius: 25px;
  display: block;
  box-shadow: 0 20px 50px color-mix(in srgb, var(--brand-dark) 12%, transparent);
}

.srrf-floating-badge {
  position: absolute;
  bottom: 25px;
  right: -20px;
  background: var(--brand-green);
  color: var(--brand-panel);
  padding: 20px 25px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 25px color-mix(in srgb, var(--brand-green) 30%, transparent);
}

.srrf-content-side h3 {
  font-size: 34px;
  color: var(--brand-dark);
  margin-bottom: 20px;
}

.srrf-content-side h3 span {
  color: var(--brand-blue);
}

.srrf-content-side p {
  color: var(--brand-muted);
  line-height: 1.9;
  margin-bottom: 18px;
}

.srrf-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.srrf-feature-item {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  padding: 18px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.4s;
}

.srrf-feature-item:hover {
  transform: translateY(-5px);
}

.srrf-feature-item i {
  color: var(--brand-green);
  font-size: 22px;
}

.srrf-mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-bottom: 80px;
}

.srrf-card {
  background: var(--brand-panel);
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 45px color-mix(in srgb, var(--brand-dark) 8%, transparent);
  transition: 0.4s;
}

.srrf-card:hover {
  transform: translateY(-8px);
}

.srrf-card-image {
  height: 260px;
  overflow: hidden;
}

.srrf-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.srrf-card:hover img {
  transform: scale(1.08);
}

.srrf-card-content {
  padding: 35px;
}

.srrf-card-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--brand-panel);
  margin-bottom: 20px;
}

.srrf-mission-icon {
  background: var(--brand-green);
}

.srrf-vision-icon {
  background: var(--brand-blue);
}

.srrf-card-content h4 {
  font-size: 28px;
  color: var(--brand-dark);
  margin-bottom: 15px;
}

.srrf-card-content p {
  color: var(--brand-muted);
  line-height: 1.9;
}

.srrf-benefits-area {
  background: var(--brand-dark);
  border-radius: 30px;
  padding: 60px;
}

.srrf-benefits-title {
  text-align: center;
  margin-bottom: 50px;
}

.srrf-benefits-title h3 {
  color: var(--brand-panel);
  font-size: 36px;
}

.srrf-benefits-title span {
  color: var(--brand-green);
}

.srrf-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.srrf-benefit-box {
  background: color-mix(in srgb, var(--brand-panel) 6%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand-panel) 8%, transparent);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.srrf-benefit-box i {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--brand-green);
}

.srrf-benefit-box h5 {
  color: var(--brand-panel);
  margin-bottom: 10px;
  font-size: 18px;
}

.srrf-benefit-box p {
  color: var(--brand-line);
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .srrf-manufacturing-grid,
  .srrf-mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .srrf-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .srrf-benefits-area {
    padding: 40px 25px;
  }
}

@media (max-width: 576px) {
  .srrf-feature-list,
  .srrf-benefits-grid {
    grid-template-columns: 1fr;
  }

  .srrf-main-heading h2 {
    font-size: 32px;
  }

  .srrf-content-side h3 {
    font-size: 28px;
  }
}

.g-gallery-container {
  max-width: 1300px;
  margin: auto;
}

.home-section-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.home-section-head h2 {
  font-size: 40px;
  line-height: 1.2;
  color: var(--brand-blue);
}

.home-section-head p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--brand-dark);
}

.catalog-group {
  margin-bottom: 70px;
}


.local-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.local-product-card {
  background: var(--brand-panel);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--brand-soft);
  transition: 0.3s ease;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--brand-dark) 5%, transparent);
}

.local-product-card img {
  width: 100%;
  height: auto;

  transition: 0.4s ease;
}

.local-product-card h4 {
  padding: 14px;
  font-size: 15px;
  margin: 0;
  color: var(--brand-dark);
}

/* HOVER */
.local-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px color-mix(in srgb, var(--brand-dark) 12%, transparent);
  border-color: var(--brand-blue);
}

.local-product-card:hover img {
  transform: scale(1.06);
}

@media (max-width: 1024px) {
  .home-section-head {
    grid-template-columns: 1fr;
  }

  .local-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .local-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-section-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .local-product-grid {
    grid-template-columns: 1fr;
  }
}

.about-rubber-section{
  width:100%;
  padding:100px 0;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--brand-green) 10%, transparent), transparent 35%),
    radial-gradient(circle at bottom right, color-mix(in srgb, var(--brand-blue) 12%, transparent), transparent 38%),
    var(--brand-soft);
  overflow:hidden;
}

.about-rubber-container{
  width:min(1200px,92%);
  margin:0 auto;
}

/* ABOUT + JOURNEY */
.about-rubber-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  margin-bottom:40px;
}

.about-rubber-card{
  background:var(--brand-panel);
  border:1px solid var(--brand-line);
  border-radius:30px;
  padding:42px;
  position:relative;
  overflow:hidden;
  box-shadow:0 20px 60px color-mix(in srgb, var(--brand-blue) 8%, transparent);
  transition:.35s ease;
}

.about-rubber-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 75px color-mix(in srgb, var(--brand-blue) 13%, transparent);
}

.about-rubber-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:7px;
  background:linear-gradient(90deg,var(--brand-green),var(--brand-blue),var(--brand-blue));
}

.about-rubber-card::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-70px;
  width:170px;
  height:170px;
  background:color-mix(in srgb, var(--brand-green) 8%, transparent);
  border-radius:50%;
}

.about-rubber-card h2{
  color:var(--brand-dark);
  font-size:clamp(28px,3vw,42px);
  line-height:1.18;
  margin:0 0 22px;
  position:relative;
  z-index:1;
}

.about-rubber-card p{
  color:var(--brand-muted);
  font-size:16px;
  line-height:1.85;
  margin:0 0 15px;
  position:relative;
  z-index:1;
}

.about-rubber-card p:last-child{
  margin-bottom:0;
}

/* PRODUCT WRAPPER */
.rubber-products-box{
  background:linear-gradient(135deg,var(--brand-dark),var(--brand-blue));
  border-radius:34px;
  padding:55px;
  position:relative;
  overflow:hidden;
  box-shadow:0 25px 80px color-mix(in srgb, var(--brand-dark) 18%, transparent);
}

.rubber-products-box::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:color-mix(in srgb, var(--brand-green) 20%, transparent);
}

.rubber-products-box::after{
  content:"";
  position:absolute;
  left:-90px;
  bottom:-90px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:color-mix(in srgb, var(--brand-blue) 18%, transparent);
}

.rubber-products-title{
  text-align:center;
  margin-bottom:42px;
  position:relative;
  z-index:1;
}

.rubber-products-title h2{
  color:var(--brand-panel);
  font-size:clamp(30px,4vw,48px);
  line-height:1.15;
  margin:0;
}

/* PRODUCT GRID */
.rubber-products-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  position:relative;
  z-index:1;
}

.rubber-product-item{
  background:var(--brand-panel);
  border-radius:24px;
  padding:30px;
  min-height:230px;
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  border:1px solid color-mix(in srgb, var(--brand-panel) 18%, transparent);
}

.rubber-product-item:hover{
  transform:translateY(-10px);
}

.rubber-product-item::before{
  content:"";
  width:58px;
  height:58px;
  display:block;
  margin-bottom:22px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--brand-green),var(--brand-blue));
  box-shadow:0 14px 35px color-mix(in srgb, var(--brand-green) 30%, transparent);
}

.rubber-product-item::after{
  content:"";
  position:absolute;
  right:-35px;
  top:-35px;
  width:100px;
  height:100px;
  border-radius:50%;
  background:color-mix(in srgb, var(--brand-green) 7%, transparent);
}

.rubber-product-item h3{
  color:var(--brand-dark);
  font-size:22px;
  line-height:1.25;
  margin:0 0 14px;
  position:relative;
  z-index:1;
}

.rubber-product-item p{
  color:var(--brand-muted);
  font-size:15px;
  line-height:1.75;
  margin:0;
  position:relative;
  z-index:1;
}

/* RESPONSIVE */
@media(max-width:1199px){
  .about-rubber-container{
    width:min(1080px,92%);
  }

  .rubber-products-box{
    padding:45px;
  }
}

@media(max-width:991px){
  .about-rubber-section{
    padding:75px 0;
  }

  .about-rubber-grid{
    grid-template-columns:1fr;
  }

  .about-rubber-card{
    padding:35px;
  }

  .rubber-products-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .rubber-products-box{
    padding:35px 24px;
    border-radius:26px;
  }

  .rubber-products-grid{
    gap:18px;
  }

  .rubber-product-item{
    padding:25px;
    min-height:auto;
  }
}

@media(max-width:575px){
  .about-rubber-section{
    padding:55px 0;
  }

  .about-rubber-container{
    width:92%;
  }

  .about-rubber-card{
    padding:26px 22px;
    border-radius:22px;
  }

  .about-rubber-card h2{
    font-size:25px;
  }

  .about-rubber-card p{
    font-size:15px;
    line-height:1.75;
  }

  .rubber-products-title{
    margin-bottom:28px;
  }

  .rubber-products-title h2{
    font-size:28px;
  }

  .rubber-products-grid{
    grid-template-columns:1fr;
  }

  .rubber-product-item{
    border-radius:20px;
  }

  .rubber-product-item h3{
    font-size:20px;
  }
}

.mfq-section{
    padding:70px 0;

}

.mfq-container{
    width:min(1300px,92%);
    margin:auto;
}

/* Heading Section */

.mfq-top{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.mfq-top span{
    display:inline-block;
    color:var(--brand-green);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.mfq-top h2{
    font-size:48px;
    line-height:1.15;
    color:var(--brand-blue);
    margin-bottom:20px;
    font-weight:800;
}

.mfq-top p{
    color:var(--brand-muted);
    line-height:1.9;
    margin-bottom:15px;
}

/* Mission Vision */

.mfq-mission-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:60px;
}

.mfq-card{
    background:var(--brand-panel);
    border-radius:24px;
    padding:40px;
    border:1px solid var(--brand-soft);
    transition:.3s;
}

.mfq-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px color-mix(in srgb, var(--brand-dark) 8%, transparent);
}

.mfq-icon{
    width:70px;
    height:70px;
    background:var(--brand-green);
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.mfq-icon i{
    color:var(--brand-panel);
    font-size:28px;
}

.mfq-card h3{
    font-size:30px;
    color:var(--brand-blue);
    margin-bottom:18px;
    font-weight:700;
}

.mfq-card p{
    color:var(--brand-muted);
    line-height:1.9;
    margin-bottom:15px;
}

/* Benefits */

.mfq-benefits{
    background:var(--brand-panel);
    border-radius:30px;
    padding:55px;
    border:1px solid var(--brand-soft);
}

.mfq-heading{
    text-align:center;
    margin-bottom:45px;
}

.mfq-heading span{
    color:var(--brand-green);
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.mfq-heading h2{
    font-size:42px;
    color:var(--brand-blue);
    margin-top:12px;
    font-weight:800;
}

.mfq-benefit-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.mfq-benefit-grid div{
    background:var(--brand-blue);
    border-radius:18px;
    padding:25px;
    text-align:center;
    border:1px solid var(--brand-blue);
    transition:.3s;
}

.mfq-benefit-grid div:hover{
    border-color:var(--brand-green);
}

.mfq-benefit-grid i{
    font-size:26px;
    color:var(--brand-green);
    margin-bottom:15px;
    display:block;
}

.mfq-benefit-grid span{
    display:block;
    color:var(--brand-blue);
    font-size:15px;
    line-height:1.6;
    font-weight:600;
}

/* Tablet */

@media(max-width:991px){

    .mfq-top h2{
        font-size:38px;
    }

    .mfq-mission-grid{
        grid-template-columns:1fr;
    }

    .mfq-benefit-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .mfq-benefits{
        padding:40px;
    }
}

/* Mobile */

@media(max-width:767px){

    .mfq-section{
        padding:70px 0;
    }

    .mfq-top h2{
        font-size:30px;
    }

    .mfq-card,
    .mfq-benefits{
        padding:25px;
    }

    .mfq-card h3{
        font-size:24px;
    }

    .mfq-heading h2{
        font-size:28px;
    }

    .mfq-benefit-grid{
        grid-template-columns:1fr;
    }

    .mfq-icon{
        width:60px;
        height:60px;
    }

    .mfq-icon i{
        font-size:22px;
    }
}
