@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: 40px;
  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: fit-content;
  height: fit-content;
  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: fit-content;
  height: fit-content;
  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: fit-content;
  height: fit-content;
  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;
  text-transform: uppercase;
}
.custom-navbar .nav-link:hover {
  color: #C7211F;
}
.custom-navbar .nav-link.active {
  color: #C7211F;
  font-weight: bold;
}
.custom-navbar .dropdown .dropdown-menu .dropdown-item {
  color: #222;
  text-transform: uppercase;
}
.custom-navbar .dropdown .dropdown-menu .dropdown-item .active {
  color: #fff;
  text-transform: uppercase;
}
.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-strip {
    padding: 10px 0px;
    margin: 0;
    padding-bottom: 5px;
    height: fit-content;
  }
  .custom-navbar .nav-logo {
    height: 40px;
    margin: 0px;
  }
  .custom-navbar .nav-logo-inner {
    height: 80px;
    margin: 10px;
  }
  .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: 0rem;
  }
}
.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: #D24D4C;
  color: #222;
  overflow: hidden;
}
.hero-section .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-text {
  z-index: 1;
}
.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: 20px;
  font-size: 1.1rem;
}
.hero-section .hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 50px;
}
.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: 150px;
    margin-top: 50px;
    padding-bottom: 0px;
    background: #D24D4C;
    border: none;
    width: 100vw;
    height: fit-content;
  }
  .hero-section .hero-image {
    height: 115%;
    width: 100%;
    object-fit: cover;
  }
  .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: fit-content;
    padding-top: 150px;
    margin-top: 50px;
    padding-bottom: 50px;
    background: #D24D4C;
  }
  .hero-section .secondary-btn {
    font-size: 0.9rem;
  }
  .hero-section .secondary-btn-outline {
    font-size: 0.9rem;
  }
  .hero-section .hero-image {
    height: 160%;
    width: 100%;
    object-fit: cover;
  }
  .hero-section h1 {
    font-size: 3.5rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .hero-section .stats {
    justify-content: center;
  }
}
.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.5);
}
.products-section .product-card .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10;
  width: fit-content;
  color: #222;
  padding: 10px 16px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.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;
  position: relative;
  /* Responsive */
}
.why-trust-section .trust-image {
  object-fit: cover;
  height: 100%;
}
.why-trust-section .trust-content {
  padding-right: 50px;
  height: 100%;
  z-index: 2;
  position: relative;
}
.why-trust-section .trust-content .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: start;
}
.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: 2.5rem 50px;
    text-align: center;
  }
  .why-trust-section .trust-grid .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .why-trust-section .trust-grid .trust-item .trust-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .why-trust-section .trust-grid .trust-item p {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
  }
  .why-trust-section .trust-grid .trust-item-1,
  .why-trust-section .trust-grid .trust-item-2,
  .why-trust-section .trust-grid .trust-item-3,
  .why-trust-section .trust-grid .trust-item-4 {
    border: 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;
  position: relative;
  z-index: 1;
}
.banner-section .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .section-heading {
  font-size: 2rem;
  z-index: 2;
}
.banner-section .section-subtitle {
  color: #fff;
  font-size: 1.2rem;
  z-index: 2;
}
.banner-section .primary-btn {
  z-index: 2;
}
@media (max-width: 768px) {
  .banner-section {
    padding: 50px 25px;
  }
  .banner-section .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 376px) {
  .banner-section {
    padding: 50px 0px;
  }
  .banner-section .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.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: 50px;
  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;
  height: 100%;
}
.contact-us .contact-form .form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}
.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;
  overflow: hidden;
  position: relative;
}
.contact-us .right-info .hero-image {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 0;
  bottom: 0;
  right: -5%;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.contact-us .right-info h5 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact-us .section-heading {
    font-size: 2rem;
  }
  .contact-us .contact-form {
    padding: 20px 15px;
  }
  .contact-us .right-info {
    padding: 20px;
    padding-bottom: 150px;
  }
}

/* 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: 150px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-2 {
  width: 200px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-3 {
  width: 250px;
  object-fit: contain;
}
.our-clients .client-marquee .client-logo-4 {
  width: 150px;
  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;
}
@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;
  }
}
.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;
  }
}
.keywords-section .keywords-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5px 0px;
  background-color: #C7211F;
}
.keywords-section .keywords-marquee .keywords-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 25s linear infinite;
}
.keywords-section .keywords-marquee .keyword {
  margin-bottom: 0;
  border-right: 2px solid white;
  padding: 0px 10px;
  object-fit: contain;
  color: white;
}
@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;
  }
}
.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: 150px;
    padding-bottom: 15px;
    text-align: center;
  }
  .hero-section-contact h1 {
    font-size: 2rem;
  }
}
@media (max-width: 376px) {
  .hero-section-contact {
    margin-top: 150px;
    text-align: center;
  }
  .hero-section-contact h1 {
    font-size: 2rem;
  }
}
.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);
}

.who-we-are-section {
  background: #F9E9E9;
}
.who-we-are-section .section-subtitle {
  width: 50%;
}
.who-we-are-section .choose-card {
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.who-we-are-section .choose-card h6 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.who-we-are-section .choose-card p {
  font-size: 1rem;
  color: #222;
}
.who-we-are-section .choose-card .outer-border {
  margin: 15px 0px;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #222;
  width: fit-content;
  height: fit-content;
}
.who-we-are-section .choose-card .outer-border .icon {
  padding: 10px;
  border-radius: 50px;
  background-color: #222;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
}
.who-we-are-section .choose-card .outer-border .icon .trust-icon {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 0;
}
@media (max-width: 576px) {
  .who-we-are-section .section-subtitle {
    width: 100%;
  }
}

.industries-we-serve {
  background: #F9E9E9;
}
.industries-we-serve .choose-card {
  border-radius: 8px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industries-we-serve .choose-card h6 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #222;
}
.industries-we-serve .choose-card .icon {
  padding: 10px;
  border-radius: 50px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
}
.industries-we-serve .choose-card .icon .trust-icon {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 0;
}

.certificates-section {
  background: #F9E9E9;
}
.certificates-section .certificate-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}
.certificates-section .certificate-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.certificates-section .certificate-card:hover img {
  transform: scale(1.08);
}

.team-section .project-card {
  border: 1px solid #999;
  border-radius: 0;
  height: 100%;
}
.team-section .project-card .img-wrapper {
  overflow: hidden;
}
.team-section .project-card .img-wrapper img {
  width: fit-content;
  height: 350px;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.team-section .project-card .content {
  padding: 10px;
}
.team-section .project-card .content .section-subtitle {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 10px;
}
.team-section .project-card .content h5 {
  font-weight: 600;
  margin-top: 1rem;
  color: #111;
  font-size: 2rem;
}
.team-section .project-card .content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0;
}
.team-section .project-card:hover img {
  transform: scale(1.05);
}

@media (max-width: 576px) {
  .team-section .project-card .section-heading {
    font-size: 1.2rem;
  }
}
@media (max-width: 376px) {
  .team-section .project-card .section-heading {
    font-size: 1.2rem;
  }
}
.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;
  object-fit: contain;
  height: max-content;
  overflow: hidden;
  /* Mobile Responsive */
}
.polyethylene-section .text-col {
  background: #222;
  position: relative;
}
.polyethylene-section .text-col .hero-image {
  position: absolute;
  top: 10;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.polyethylene-section .text-col .content {
  max-width: 100%;
  z-index: 1;
}
.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 {
  z-index: 1;
}
.polyethylene-section .image-col img {
  object-fit: cover;
  height: 70vh;
}
@media (max-width: 768px) {
  .polyethylene-section {
    margin-top: 150px;
    padding: 0px 0px;
  }
  .polyethylene-section .hero-image {
    position: absolute;
    top: 10;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
    height: 40vh;
    object-fit: cover;
    mix-blend-mode: multiply;
  }
  .polyethylene-section .text-col {
    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: 30vh;
    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;
  text-align: left;
}
.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: start;
  justify-content: start;
}
.product-about-section .trust-grid .trust-item .trust-icon-div {
  padding: 15px;
  background-color: #C7211F;
  border-radius: 50px;
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
}
.product-about-section .trust-grid .trust-item p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  text-align: left;
}
@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: center;
  }
  .product-about-section .trust-grid .trust-item {
    padding: 15px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-about-section .trust-grid .trust-item p {
    text-align: center;
  }
}

.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: 2rem;
  }
  .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: 2rem;
  }
}

.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;
  }
}

/* timeline container */
/* ---------- TIMELINE: layout + responsive fixes ---------- */
.timeline-swiper {
  width: 100%;
  padding: 100px 0;
  position: relative;
  background-color: #222;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* baseline dot style */
  /* active expanded slide */
  /* line through */
  /* responsive */
}
.timeline-swiper .section-heading {
  text-align: center;
  color: #fff;
}
.timeline-swiper .swiper-wrapper {
  align-items: center;
  position: relative;
}
.timeline-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.4s ease;
  position: relative;
  top: -20%;
  width: 60px;
  height: max-content;
}
.timeline-swiper .swiper-slide .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-swiper .swiper-slide .dot img {
  display: none;
}
.timeline-swiper .swiper-slide .year {
  margin-top: 6px;
  font-size: 14px;
  color: #aaa;
  transition: all 0.3s ease;
}
.timeline-swiper .swiper-slide .title {
  display: none;
}
.timeline-swiper .swiper-slide-active {
  width: 300px;
}
.timeline-swiper .swiper-slide-active .dot {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 5px solid #ff4b4b;
  background: transparent;
}
.timeline-swiper .swiper-slide-active .dot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-swiper .swiper-slide-active .year {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #ff4b4b;
}
.timeline-swiper .swiper-slide-active .title {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.timeline-swiper .swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 150px;
  /* center with circle */
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.timeline-swiper .swiper-button-prev,
.timeline-swiper .swiper-button-next {
  color: #fff;
  width: 25px;
  height: 5px;
  top: 56%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .timeline-swiper {
    height: 70vh;
  }
  .timeline-swiper .swiper-slide {
    top: -10%;
  }
  .timeline-swiper .swiper-slide-active {
    width: 180px;
  }
  .timeline-swiper .swiper-slide-active .dot {
    width: 200px;
    height: 200px;
  }
  .timeline-swiper .swiper-slide-active .year {
    font-size: 16px;
  }
  .timeline-swiper .swiper-wrapper::before {
    top: 200px;
  }
}
@media (max-width: 376px) {
  .timeline-swiper .swiper-wrapper::before {
    top: 140px;
  }
}
