@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Blinker", sans-serif;
  scroll-behavior: smooth !important;
  background-color: #FFF;
  text-decoration: none;
  color: #222;
}

a {
  text-decoration: none;
}

.lazy-img {
  filter: blur(20px);
}

.section-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C7211F;
  line-height: 1.2;
}

.highlight {
  color: #C7211F;
}

.section-subtitle {
  font-size: 1rem;
  font-weight: 500;
}

.primary-btn {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  border-radius: 0;
  font-weight: 500;
  color: #ffffff;
  background-color: #C7211F;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.primary-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  background-color: #C7211F;
  z-index: -2;
}
.primary-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(132.8108695652, 22.0239130435, 20.6891304348);
  transition: all 0.3s;
  z-index: -1;
}
.primary-btn:hover {
  transform: translate(0px, -2px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  border: none;
}
.primary-btn:hover:before {
  width: 100%;
}

.primary-btn-black {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  border-radius: 0;
  font-weight: 500;
  color: #ffffff;
  background-color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.primary-btn-black:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C7211F;
  z-index: -2;
}
.primary-btn-black:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(132.8108695652, 22.0239130435, 20.6891304348);
  transition: all 0.3s;
  z-index: -1;
}
.primary-btn-black:hover {
  transform: translate(0px, -2px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
}
.primary-btn-black:hover:before {
  width: 100%;
}

.primary-btn-white {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  border-radius: 0;
  font-weight: 500;
  color: #C7211F;
  background-color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.primary-btn-white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C7211F;
  z-index: -2;
}
.primary-btn-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(132.8108695652, 22.0239130435, 20.6891304348);
  transition: all 0.3s;
  z-index: -1;
}
.primary-btn-white:hover {
  transform: translate(0px, -2px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
}
.primary-btn-white:hover:before {
  width: 100%;
}

.primary-btn-outline {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  border-radius: 0;
  font-weight: 500;
  color: #222;
  background-color: transparent;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #222;
}
.primary-btn-outline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
  border: 0;
}
.primary-btn-outline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222222;
  transition: all 0.3s;
  z-index: -1;
  border: 0;
}
.primary-btn-outline:hover {
  transform: translate(0px, -2px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  border: 0;
}
.primary-btn-outline:hover:before {
  width: 100%;
}

.custom-navbar {
  background: #fff;
  padding: 0rem;
}
.custom-navbar .nav-strip {
  width: 100%;
  background-color: #C7211F;
  padding: 10px 110px;
  color: #fff;
}
.custom-navbar .nav-strip .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.custom-navbar .nav-strip .social-icon i {
  font-size: 1rem;
  color: #fff;
}
.custom-navbar .container-fluid {
  padding: 0px 100px;
}
.custom-navbar .nav-logo {
  height: 60px;
  margin: 10px;
}
.custom-navbar .nav-link {
  color: #222;
  font-size: 1.2rem;
  transition: font-weight 0.3s ease;
}
.custom-navbar .nav-link.active {
  color: #C7211F;
  font-weight: bold;
}
.custom-navbar .dropdown .dropdown-menu .dropdown-item {
  color: #222;
}
.custom-navbar .dropdown .dropdown-menu .dropdown-item .active {
  color: #fff;
}
.custom-navbar .contact-btn {
  display: inline-block;
  padding: 0.5rem 1.4rem;
  border-radius: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #222;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-navbar .contact-btn:after {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  border-radius: 0px;
  z-index: -2;
}
.custom-navbar .contact-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(21.25, 21.25, 21.25);
  transition: all 0.3s;
  border-radius: 0px;
  z-index: -1;
}
.custom-navbar .contact-btn:hover {
  transform: translate(0px, -2px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #fff;
  border: none;
}
.custom-navbar .contact-btn:hover:before {
  width: 100%;
}
@media (max-width: 576px) {
  .custom-navbar .navbar {
    padding: 0;
  }
  .custom-navbar .nav-logo {
    height: 40px;
    margin: 0px;
  }
  .custom-navbar .nav-link {
    font-size: 1.35rem;
  }
  .custom-navbar .contact-btn {
    font-size: 0.8rem;
  }
  .custom-navbar .navbar-collapse {
    background-color: #FFF;
    padding-bottom: 1rem;
  }
  .custom-navbar .navbar-toggler {
    border: none;
  }
  .custom-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
}

@media (max-width: 576px) {
  .custom-navbar {
    padding: 0 1rem;
  }
}
@media (max-width: 1200px) {
  .custom-navbar .contact-btn {
    font-size: 0.8rem;
  }
}
.hamburger {
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  /* above overlay */
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 50;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2rem;
}
.mobile-menu-overlay.active {
  transform: translateY(0);
}
.mobile-menu-overlay .mobile-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 50px;
}
.mobile-menu-overlay .mobile-menu-content a {
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  color: #222;
}
.mobile-menu-overlay .mobile-menu-content a.active {
  color: #C7211F !important;
}
.mobile-menu-overlay .mobile-menu-content .collapse ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hero-section {
  height: 100vh;
  padding: 50px 100px;
  background: linear-gradient(to right, #f9f9f9 10%, #C7211F);
  color: #222;
  overflow: hidden;
}
.hero-section h1 {
  font-size: 60px;
  font-weight: 700;
}
.hero-section p {
  font-weight: 300;
  font-size: 20px;
}
.hero-section .hero-heading {
  position: relative;
  margin-bottom: 1rem;
}
.hero-section .hero-heading img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 420px;
}
.hero-section .hero-heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
}
.hero-section .hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.hero-section .hero-grid img {
  border-radius: 14px;
  width: 100%;
  height: 400px;
  scale: 1;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 50px 0px;
    padding-top: 100px;
    background: #fff;
    background-color: #fff;
    border: none;
    width: 100vw;
    height: max-content;
  }
  .hero-section h1 {
    font-size: 3.5rem;
  }
  .hero-section p {
    font-size: 0.8rem;
  }
  .hero-section .hero-heading p {
    font-size: 1rem;
  }
  .hero-section .hero-grid img {
    height: 200px;
  }
}
@media (max-width: 376px) {
  .hero-section {
    text-align: center;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    background: linear-gradient(to top, #003b7f 10%, rgba(0, 59, 127, 0.6745098039));
  }
  .hero-section .secondary-btn {
    font-size: 0.9rem;
  }
  .hero-section .secondary-btn-outline {
    font-size: 0.9rem;
  }
  .hero-section .hero-image {
    height: 135%;
    width: 100%;
    object-fit: cover;
  }
  .hero-section h1 {
    font-size: 1rem;
  }
  .hero-section p {
    font-size: 0.8rem;
  }
  .hero-section .stats {
    justify-content: center;
  }
  .hero-section .hero-grid .hero-image-1 {
    margin-left: 50px;
  }
  .hero-section .hero-grid .hero-image-2 {
    margin-left: -100px;
  }
}
.products-section {
  margin: -1px;
  padding-top: 100px;
  background: #fff;
}
.products-section .product-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  height: 400px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.products-section .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.4s ease;
  filter: brightness(0.7);
}
.products-section .product-card .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10;
  width: fit-content;
  color: #222;
  padding: 20px 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.products-section .product-card .overlay p {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
  color: #fff;
}
.products-section .product-card:hover img {
  transform: scale(1.08);
}

@media (max-width: 576px) {
  .products-section .product-card .overlay {
    padding: 10px;
  }
}
.why-trust-section {
  overflow: hidden;
  background-color: #C7211F;
  /* Responsive */
}
.why-trust-section .trust-image {
  object-fit: cover;
  height: 100%;
}
.why-trust-section .trust-content {
  padding-right: 50px;
  height: 100%;
}
.why-trust-section h2 {
  font-size: 2rem;
  width: 75%;
}
.why-trust-section .trust-grid {
  position: relative;
}
.why-trust-section .trust-grid .trust-item {
  padding: 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.why-trust-section .trust-grid .trust-item .trust-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.why-trust-section .trust-grid .trust-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}
.why-trust-section .trust-grid .trust-item-1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.why-trust-section .trust-grid .trust-item-2 {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.why-trust-section .trust-grid .trust-item-3 {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.why-trust-section .trust-grid .trust-item-4 {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .why-trust-section h2 {
    width: 100%;
  }
  .why-trust-section .trust-content {
    padding: 2rem 50px;
    text-align: center;
  }
  .why-trust-section .trust-grid .col-md-6::after,
  .why-trust-section .trust-grid .col-md-6::before {
    display: none;
  }
}

.number-section .number-card {
  padding: 30px;
  height: 250px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.number-section .number-card .section-heading {
  font-size: 4rem;
}
.number-section .number-card .section-subtitle {
  font-size: 1.5rem;
  color: #6B6B6B;
}
@media (max-width: 768px) {
  .number-section .number-card {
    height: 200px;
  }
}

.banner-section {
  background-color: #222;
  padding: 100px 150px;
}
.banner-section .section-heading {
  font-size: 2rem;
}
.banner-section .section-subtitle {
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .banner-section {
    padding: 50px 25px;
  }
}
@media (max-width: 376px) {
  .banner-section {
    padding: 50px 0px;
  }
}

.contact-us {
  background: #E9E9E9;
  color: #6B6B6B;
}
.contact-us .contact-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.contact-us .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px 5px;
  background: #fff;
  width: 50px;
  height: 50px;
}
.contact-us a {
  color: #fff;
}
.contact-us .social-links a {
  font-size: 1.3rem;
  margin-right: 12px;
  color: #C7211F;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us .social-links a:hover {
  color: #fff;
  background-color: #C7211F;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.contact-us .contact-form {
  padding: 0px 50px;
}
.contact-us .contact-form input,
.contact-us .contact-form textarea,
.contact-us .contact-form select {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #222;
}
.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder,
.contact-us .contact-form select::placeholder {
  color: grey;
}
.contact-us .right-info {
  height: 100%;
  padding: 50px;
  background: #C7211F;
}
.contact-us .right-info h5 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact-us .contact-form {
    padding: 20px 15px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .choose-card {
    text-align: left;
  }
  .contact-us {
    text-align: center;
  }
  .contact-us .social-links {
    justify-content: center;
  }
}
.our-clients {
  margin: 100px 0px;
}
.our-clients .client-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
}
.our-clients .client-marquee .client-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: scrollLoop 50s linear infinite;
}
.our-clients .client-marquee .client-logo-1 {
  width: 280px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-2 {
  width: 150px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-3 {
  width: 250px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-4 {
  width: 350px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-5 {
  width: 200px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-6 {
  width: 200px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-7 {
  width: 150px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-8 {
  width: 100px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-9 {
  width: 200px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-10 {
  width: 180px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-11 {
  width: 150px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-12 {
  width: 250px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-13 {
  width: 150px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-14 {
  width: 280px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-15 {
  width: 150px;
  object-fit: contain;
}
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {
  .our-clients .client-track {
    gap: 0.5rem;
    animation: scrollLoop 5s linear infinite;
  }
}
.we-also-supply {
  background: #FFF;
}
.we-also-supply .supply-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
}
.we-also-supply .supply-marquee .supply-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: scrollLoop 50s linear infinite;
}
.we-also-supply .supply-marquee .supply-logo-1 {
  width: 120px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-2 {
  width: 150px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-3 {
  width: 120px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-4 {
  width: 150px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-5 {
  width: 200px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-6 {
  width: 200px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-7 {
  width: 150px;
  margin-bottom: 15px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-8 {
  width: 170px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-9 {
  width: 150px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-10 {
  width: 250px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-11 {
  width: 200px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-12 {
  width: 150px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-13 {
  width: 120px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-14 {
  width: 120px;
  object-fit: contain;
}
.we-also-supply .supply-marquee .supply-logo-15 {
  width: 120px;
  object-fit: contain;
}
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {
  .our-clients .client-track {
    gap: 0.5rem;
    animation: scrollLoop 5s linear infinite;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.site-footer {
  background: #fff;
  color: #222;
  padding-bottom: 20px;
}
.site-footer .footer-logo {
  max-width: 180px;
}
.site-footer .footer-left p {
  font-size: 1rem;
}
.site-footer .footer-left .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.site-footer .footer-left .social-icon i {
  font-size: 1.3rem;
}
.site-footer h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.site-footer a {
  text-decoration: none;
  color: #222;
  font-size: 1rem;
}
.site-footer a:hover {
  color: #C7211F;
  font-weight: bold;
}
.site-footer ul {
  padding: 0;
}
.site-footer ul li {
  margin-bottom: 0.5rem;
}
.site-footer ul li a {
  text-decoration: none;
  color: #222;
  font-size: 1rem;
}
.site-footer ul li a:hover {
  color: #C7211F;
  font-weight: bold;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .footer-bottom p {
  font-size: 0.85rem;
  margin: 0;
}
.site-footer .footer-bottom p a {
  text-decoration: none;
  color: #222;
  font-size: 0.9rem;
}
.site-footer .footer-bottom p a:hover {
  color: #C7211F;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}
.hero-section-contact {
  margin-top: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-section-contact h1 {
  font-size: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section-contact {
    margin-top: 50px;
    padding-bottom: 15px;
    text-align: center;
  }
  .hero-section-contact h1 {
    font-size: 2rem;
  }
}
@media (max-width: 376px) {
  .hero-section-contact {
    margin-top: 60px;
    text-align: center;
  }
  .hero-section-contact h1 {
    font-size: 1rem;
  }
}
.map-section {
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #FFF;
  padding-top: 100px;
}

/* Responsive */
@media (max-width: 768px) {
  .map-section {
    padding-top: 50px;
  }
}
.country-section {
  background: #FFF;
}
.country-section .choose-card-primary {
  background: #C7211F;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.country-section .choose-card-primary h5 {
  margin-bottom: 10px;
  color: #fff;
}
.country-section .choose-card-primary p {
  font-size: 0.9rem;
  color: #fff;
}
.country-section .choose-card-primary .icon img {
  margin-top: 15px;
  color: #C7211F;
  width: 50px;
  height: 50px;
}
.country-section .choose-card-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.country-section .choose-card {
  background: #E9E8E8;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.country-section .choose-card h5 {
  margin-bottom: 10px;
  color: #222;
}
.country-section .choose-card p {
  font-size: 0.9rem;
  color: #333;
}
.country-section .choose-card .icon img {
  margin-top: 15px;
  color: #C7211F;
  width: 50px;
  height: 50px;
}
.country-section .choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-page-section {
  background-color: #FFF;
}
.about-page-section .about-page-image {
  margin: 15px;
  border-radius: 14px;
  border-radius: 14px;
  height: 100%;
}
.about-page-section .about-page-image img {
  border-radius: 14px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.about-page-section .choose-card-primary {
  background: #C7211F;
  border-radius: 8px;
  padding: 30px;
  height: 250px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page-section .choose-card-primary h6 {
  margin-bottom: 10px;
  color: #fff;
}
.about-page-section .choose-card-primary p {
  font-size: 0.9rem;
  color: #fff;
}
.about-page-section .choose-card-primary .icon img {
  margin-top: 15px;
  color: #C7211F;
  width: 50px;
  height: 50px;
}
.about-page-section .choose-card-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.about-page-section .choose-card {
  background: #E9E8E8;
  border-radius: 8px;
  padding: 30px;
  height: 250px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page-section .choose-card h6 {
  margin-bottom: 10px;
  color: #222;
}
.about-page-section .choose-card p {
  font-size: 0.9rem;
  color: #333;
}
.about-page-section .choose-card .icon img {
  margin-top: 15px;
  color: #C7211F;
  width: 60px;
  height: 60px;
}
.about-page-section .choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .about-page-section .about-page-image {
    margin: 0;
  }
  .about-page-section .choose-card-primary {
    height: fit-content;
  }
  .about-page-section .choose-card {
    height: fit-content;
  }
}
.certificate-section {
  background: #0d0d0d;
}
.certificate-section .certificate-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  height: 250px;
}
.certificate-section .certificate-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.certificate-section .certificate-card:hover img {
  transform: scale(1.08);
}

.about-partner {
  padding-top: 150px;
  height: 50vh;
  margin-bottom: 150px;
  color: #fff;
}
.about-partner h5 {
  font-size: 3rem;
  font-weight: 700;
}
.about-partner p {
  font-weight: 300;
}
.about-partner .hero-image {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  filter: brightness(0.3);
}
.about-partner .primary-btn {
  background: #C7211F;
  border: none;
  width: fit-content;
}
.about-partner .primary-btn:hover {
  background-color: #411410;
}

/* Responsive */
@media (max-width: 768px) {
  .about-partner {
    text-align: center;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
  .about-partner .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-partner h5 {
    font-size: 2rem;
  }
  .about-partner p {
    font-size: 0.8rem;
  }
}
.open-positions-section {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.open-positions-section .position-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.open-positions-section .position-card h6 {
  color: #222;
}
.open-positions-section .position-card .description {
  font-size: 0.9rem;
  color: #6B6B6B;
}
.open-positions-section .position-card .primary-btn {
  width: fit-content;
  padding: 5px 15px;
}

input[type=file] {
  color: #222;
  background: #fff;
  border: none;
}
input[type=file]::file-selector-button {
  background: #f8f9fa;
  border: 1px solid #ccc;
  padding: 0.4rem 0.75rem;
  margin-left: 0px;
  border-radius: 6px;
  color: #222;
  cursor: pointer;
}
input[type=file]::file-selector-button:hover {
  background: #e9ecef;
}

@media (max-width: 768px) {
  .open-positions-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.career-why-choose-section {
  background: #FFF;
}
.career-why-choose-section .choose-card {
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.career-why-choose-section .choose-card h6 {
  color: #222;
}
.career-why-choose-section .choose-card p {
  font-size: 0.9rem;
  color: #333;
}
.career-why-choose-section .choose-card .career-page-image {
  margin: 15px;
  border-radius: 14px;
  height: 100%;
}
.career-why-choose-section .choose-card .career-page-image img {
  border-radius: 14px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.career-why-choose-section .choose-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.career-why-choose-section .choose-card .icon img {
  color: #C7211F;
  width: 40px;
  height: 40px;
}
.career-why-choose-section .choose-card .blue-icon {
  background: #B2C4D8;
}
.career-why-choose-section .choose-card .grey-icon {
  background: #BDBBBC;
}
.career-why-choose-section .choose-card .teal-icon {
  background: #BAE0F2;
}
.career-why-choose-section .choose-card .pink-icon {
  background: #E7BCBE;
}
.career-why-choose-section .choose-card:hover .icon {
  transform: translateY(-5px);
}

.polyethylene-section {
  margin-top: 150px;
  padding: 0px;
  /* Mobile Responsive */
}
.polyethylene-section .text-col {
  background: #222;
}
.polyethylene-section .text-col .content {
  max-width: 100%;
}
.polyethylene-section .text-col h1 {
  font-size: 3rem;
}
.polyethylene-section .text-col .section-subtitle {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.polyethylene-section .image-col img {
  object-fit: cover;
  height: 70vh;
}
@media (max-width: 768px) {
  .polyethylene-section {
    margin-top: 50px;
    padding: 0px 0px;
  }
  .polyethylene-section .row {
    position: relative;
  }
  .polyethylene-section .text-col {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .polyethylene-section .text-col .content {
    color: #fff;
    padding: 2rem;
  }
  .polyethylene-section .text-col h1 {
    font-size: 2rem;
  }
  .polyethylene-section .text-col .section-subtitle {
    font-size: 1rem;
  }
  .polyethylene-section .image-col {
    position: relative;
  }
  .polyethylene-section .image-col img {
    height: 400px;
    object-fit: cover;
  }
}

.product-about-section {
  padding: 100px;
  overflow: hidden;
  background-color: #fff;
  /* Responsive */
}
.product-about-section .product-image {
  object-fit: cover;
  height: 100%;
}
.product-about-section .trust-content {
  padding-right: 50px;
  height: 100%;
}
.product-about-section .section-subtitle {
  font-size: 1.2rem;
}
.product-about-section .trust-grid {
  position: relative;
}
.product-about-section .trust-grid .trust-item {
  padding: 0px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-about-section .trust-grid .trust-item .trust-icon {
  width: 80px;
  height: 80px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #C7211F;
  border-radius: 50%;
}
.product-about-section .trust-grid .trust-item p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  text-align: center;
}
@media (max-width: 768px) {
  .product-about-section {
    padding: 25px;
  }
  .product-about-section .section-subtitle {
    font-size: 1rem;
  }
  .product-about-section .trust-content {
    padding: 0px;
    text-align: start;
  }
  .product-about-section .trust-grid .trust-item {
    padding: 15px;
    height: 150px;
  }
}

.technical-specs-section {
  background: #E9E9E9;
  /* Responsive: prevent breaking on small screens */
}
.technical-specs-section h3 {
  font-size: 2rem;
}
.technical-specs-section .custom-table {
  border-radius: 8px;
  overflow: hidden;
}
.technical-specs-section .custom-table thead {
  background: #fff;
}
.technical-specs-section .custom-table thead th {
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.technical-specs-section .custom-table tbody tr:nth-child(odd) {
  background: #fff;
}
.technical-specs-section .custom-table tbody tr:nth-child(even) {
  background: #E9E9E9;
}
.technical-specs-section .custom-table tbody td {
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
}
.technical-specs-section .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 576px) {
  .technical-specs-section h3 {
    font-size: 1.4rem;
  }
  .technical-specs-section .custom-table td,
  .technical-specs-section .custom-table th {
    font-size: 0.9rem;
    padding: 0.75rem;
  }
}

.product-application-section h3 {
  font-size: 2rem;
}
.product-application-section .project-card {
  background: #fff;
  border: 2px solid #999;
  border-radius: 0px;
  padding: 0rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.product-application-section .project-card .img-wrapper {
  overflow: hidden;
  border-radius: 0px;
}
.product-application-section .project-card .img-wrapper img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.product-application-section .project-card h5 {
  font-weight: 600;
  margin-top: 1rem;
  color: #111;
}
.product-application-section .project-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
}
.product-application-section .project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.product-application-section .project-card:hover img {
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .product-application-section h3 {
    font-size: 1.4rem;
  }
}

.brands-section {
  background: #FFF;
}
.brands-section .brands-grid {
  gap: 1rem;
}
.brands-section .brand-card {
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  width: calc(20% - 1rem);
  min-width: 150px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brands-section .brand-card .logo-wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.brands-section .brand-card .logo-wrapper img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}
.brands-section .brand-card .brand-name {
  background: #003366;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem;
  font-size: 0.9rem;
}
@media (max-width: 1200px) {
  .brands-section .brand-card {
    width: calc(25% - 1rem);
  }
  .brands-section .brand-card .logo-wrapper {
    padding: 1rem;
  }
  .brands-section .brand-card .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .brands-section .brand-card {
    width: calc(33.33% - 1rem);
  }
  .brands-section .brand-card .logo-wrapper {
    padding: 1rem;
  }
  .brands-section .brand-card .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .brands-section .brand-card {
    width: calc(50% - 1rem);
  }
  .brands-section .brand-card .logo-wrapper {
    padding: 1rem;
  }
  .brands-section .brand-card .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  .brands-section .brand-card {
    min-width: 45%;
  }
  .brands-section .brand-card .logo-wrapper {
    padding: 1rem;
  }
  .brands-section .brand-card .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 376px) {
  .brands-section .brand-card {
    min-width: 45%;
  }
  .brands-section .brand-card .logo-wrapper {
    padding: 1rem;
  }
  .brands-section .brand-card .logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  /* WhatsApp green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: white;
}
.floating-whatsapp i {
  font-size: 2rem;
}

.floating-whatsapp:hover {
  background-color: #C7211F;
}

/* timeline container */
.timeline-section {
  background: #111;
  color: #fff;
  padding: 48px 0;
  overflow: hidden;
  font-family: "Poppins", system-ui, Arial, sans-serif;
}

.timeline-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.timeline-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 20px;
}

/* main layout */
.timeline-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; /* arrows on edges */
  gap: 12px;
  min-height: 260px; /* give room so track crosses circle */
}

/* arrow styling */
.tl-arrow {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  z-index: 30;
}

.tl-arrow[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.tl-arrow:active {
  transform: scale(0.98);
}

/* center area (track + display) */
.timeline-center {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

/* track container - absolutely positioned so it crosses the circle center
   We leave 90px left/right margin so markers don't go under arrows. */
.timeline-track-wrap {
  position: absolute;
  left: 90px;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  height: 1px; /* used so ::before line centers */
  z-index: 2;
}

/* horizontal line behind the markers */
.timeline-track-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-50%);
  z-index: 1;
}

/* the track itself - markers are inside it */
.timeline-track {
  position: relative;
  display: flex;
  gap: 26px;
  align-items: center;
  z-index: 3; /* above the line */
  padding: 12px 0;
  justify-content: flex-start;
  pointer-events: auto;
  will-change: transform;
}

/* each marker */
.tl-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 56px;
  user-select: none;
  cursor: pointer;
  opacity: 0.55;
  transform-origin: center;
}

.tl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}

.tl-label {
  font-size: 12px;
  color: #eee;
  white-space: nowrap;
}

/* active marker */
.tl-marker.active {
  opacity: 1;
}

.tl-marker.active .tl-dot {
  width: 14px;
  height: 14px;
  background: #ff4b4b;
  box-shadow: 0 6px 18px rgba(255, 75, 75, 0.18);
}

/* center display (above track) */
.timeline-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-direction: column;
  text-align: center;
  z-index: 10;
  pointer-events: none; /* display not interactive */
}

.timeline-year {
  color: #ff4b4b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}

/* circle image wrapper */
.timeline-image-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.06);
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.6);
}

.timeline-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  position: relative;
}

/* caption text */
.timeline-caption {
  color: #ddd;
  max-width: 780px;
  margin-top: 12px;
  font-size: 14px;
}

/* responsiveness */
@media (max-width: 900px) {
  .timeline-image-wrap {
    width: 160px;
    height: 160px;
  }
  .timeline-track {
    gap: 18px;
  }
  .tl-marker {
    min-width: 54px;
  }
  .tl-arrow {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .timeline-main {
    flex-direction: column;
    min-height: 380px;
    gap: 12px;
    align-items: center;
  }
  .timeline-track-wrap {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    order: 3;
    width: 100%;
    padding: 8px 16px;
  }
  .tl-arrow {
    width: 40px;
    height: 40px;
  }
  .timeline-display {
    order: 2;
    pointer-events: none;
  }
  .timeline-title {
    font-size: 18px;
  }
  .timeline-caption {
    padding: 0 8px;
    font-size: 13px;
  }
  /* smaller left/right "padding" on mobile */
  .timeline-track {
    gap: 14px;
    justify-content: flex-start;
  }
}
