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

.products-bar {
  padding: 20px 0;
}

.products_solar_panel_box a {
  text-decoration: none;
}

.products_solar_panel_box h6 {
  font-size: 14px;
  margin: 10px 0 0;
  color: #000;
}

.products_solar_panel_box {
  margin: 0 15px;
}

.products-bar-bottom {
  text-align: center;
  background: #f5f5f7;
  padding: 15px 0;
  margin-bottom: 80px;
}

.products-bar-bottom h2 {
  font-size: 14px;
  margin: 0;
  color: #222;
}

.products {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.products_detail {
  display: block;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  padding-top: 30px;
  border-radius: 15px;
}

.products_solar_img {
  margin-bottom: 20px;
}

.products_solar_img img {
  width: 60%;
}

.d-contents {
  margin-top: 20px;
}

.d-contents p {
  background-color: #183a62;
}

.d-contents {
  margin-top: 20px;
  position: relative;
}

.d-contents .bg-yellow.text-white {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.products_detail:hover .d-contents .bg-yellow.text-white {
  background: #e5b73b;
  opacity: 1;
}

.videoembed {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.videocontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
}

.product-title {
  margin: auto;
  width: 80%;
  text-align: center;
  margin-bottom: 30px;
}

.product-title h1 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #095763;
}

@media screen and (max-width: 767px) {
  .product-title {
    width: 100%;
  }

  .product-title h1 {
    font-size: 20px;
  }

  .product {
    padding: 0px;
  }
}

@media screen and (min-width: 576px) {
  .product_solar_pc {
    display: block;
  }

  .product_solar_media {
    display: none;
  }

  .product {
    padding: 0px;
  }
}

@media screen and (max-width: 575px) {
  .product_solar_pc {
    display: none;
  }

  .product_solar_media {
    display: block;
  }
}

/* ------------------------------------------------- */
.product {
  background-color: #f8fafc;
  padding: 80px 0;
}

@keyframes mover {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

.product .nav-tabs .nav-link {
  border: none;
  background: transparent;
}

.product .nav-tabs .nav-link.active {
  background: #dadada;
  color: #000;
}

.product .nav-tabs .nav-link:focus {
  outline: none;
}

.product .nav-tabs .nav-link img {
  width: 100px;
}

.product .nav-tabs .nav-link h6 {
  text-transform: capitalize;
  margin-top: 15px;
}

.product .nav-tabs {
  margin-bottom: 60px;
  border: none;
  justify-content: center;
}

.product_solar {
  text-align: center;
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2) !important;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}

.product_solar .product_solar_image {
  padding: 15px;
  position: relative;
}

.product_solar_title {
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0 0;
}

.product_solar_image img {
  max-width: 80%;
}

.product_solar_image:hover .product_image {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
  transition: all 0.1s linear 0s;
}

.product_solar_image .product_image_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.4s linear 0s;
}

.product_solar_image:hover .product_image_hover {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
  transition: all 0.4s linear 0s;
}

.product_solar_title h4 {
  color: #000;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}

.product_solar_title span {
  background: rgb(181 181 181 / 50%);
  padding: 11px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .product_datasheet .product_solar .product_solar_image {
    padding: 5px;
  }

  .product .nav-tabs .nav-link {
    padding: 10px;
  }

  .product .nav-tabs .nav-link img {
    width: 50px;
  }

  .product .nav-tabs .nav-link h6 {
    font-size: 10px;
  }
}

/* -------- Teb -------- */

.sustainability #myTab {
  margin-bottom: 20px;
  border: none;
  justify-content: center;
}

.sustainability li.nav-item {
  margin-right: 10px;
}

.sustainability .nav-link {
  border-bottom: 3px solid #ffffff;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.sustainability .nav-link.active {
  color: #095763;
  font-weight: bold;
  border: none;
  border-bottom: 3px solid #095763 !important;
}

.sustainability .nav-tabs .nav-item.show .nav-link {
  border-color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #095763;
  isolation: isolate;
  outline: none;
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
}

.sustainability-management-about {
  margin: 80px 0;
}

.sustainability-management-about h2 {
  margin-bottom: 40px;
  font-weight: 700;
}

.sustainability_management {
  position: relative;
}

.sustainability_management .sustainability_management_text {
  padding: 40px 40px 30px 45px;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  border-radius: 0 0 8px 8px;
}

.sustainability_management_image {
  position: relative;
  filter: grayscale(0.8);
}

.sustainability_management:hover .sustainability_management_image {
  filter: grayscale(0);
}

.sustainability_management_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 10%);
  z-index: 0;
}

.sustainability_management_text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

/* ------- Tab - product-about ----- */
.sustainability {
  margin-bottom: 80px;
}

.product-about {
  margin: 60px 0 80px;
}

.product-about-icon {
  text-align: center;
}

.product-about-icon img {
  max-width: 40%;
  background: #f9f9f9;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  padding: 25px;
  margin: auto;
}

.product-about-text {
  text-align: center;
  width: 75%;
  margin: 40px auto 0;
}

.product-about-text h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.product-about-text p {
  color: #545454;
  font-weight: 400;
  text-align: justify;
}

.work-at-rayzon-solar-about-image img {
  /* border-radius: 60px 0 60px 0; */
}

.work-at-rayzon-solar-about-text h2 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: #9e9e9e;
  padding: 30px 40px;
  color: #ffffff;
  margin-left: -150px;
}

@media screen and (max-width: 1024px) {
  .work-at-rayzon-solar-about-text h2 {
    margin-left: 0;
  }
}

.work-at-rayzon-solar-about-text p {
  color: #222;
  font-weight: 400;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .product-about-text {
    width: 100%;
  }

  .work-at-rayzon-solar-about-text h2 {
    font-size: 20px;
  }

  .work-at-rayzon-solar-about-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .work-at-rayzon-solar-about-text {
    margin-top: 20px;
  }

  .product_datasheet {
    gap: 10px;
  }
}

/* ------ back-to-top ------*/
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 32px !important;
  bottom: 96px !important;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: '';
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #095763;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.model-viewer {
  width: 100%;
  height: 900px;
}

.parallax-section {
  background-image: url('../img/a-green-vision_img.png');
  /* Replace with your image path */
  min-height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.parallax-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.parallax-section .content {
  z-index: 2;
}

/* Culture Section */
.culture-section {
  padding: 6rem 0;
  background-color: #f8fafc;
}

.culture-section .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 4rem;
}

.culture-section .value-card {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  z-index: 1;
}

.culture-section .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.culture-section .value-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  background: #b5b9bf30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b6bd;
}

.culture-section .value-icon svg {
  width: 32px;
  height: 32px;
}

.culture-section .value-card h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #1e293b;
}

.culture-section .hover-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #095763;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.culture-section .value-card:hover .hover-effect {
  transform: scaleX(1);
}

.culture-section .mission-statement {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.culture-section .mission-text {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.culture-section .cta-button svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .culture-section .section-title {
    font-size: 2.25rem;
  }

  .culture-section .values-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .culture-section .values-grid {
    grid-template-columns: 1fr;
  }

  .culture-section .section-title {
    font-size: 2rem;
  }
}

.lead {
  color: white !important;
}

.shark-tank-india {
  background: url('../img/shark-tank-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 20px;
  position: relative;
}

.shark-tank-india::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: brightness(0.8);
  z-index: 1;
}

.shark-tank-india .container,
.shark-tank-india * {
  position: relative;
  z-index: 2;
}

.shark-tank-india img {
  height: 300px;
}

.Shark-Tank-video {
  height: 500px;
  object-fit: cover;
  transition: height 0.3s ease;
}

.Shark-Tank-video.playing {
  height: auto;
}

@media screen and (max-width: 1440px) {
  .Shark-Tank-video {
    width: 100%;
    height: auto;
  }
}

/* about section  */
.about-section {
  padding: 6rem 0;
  position: relative;
}

.about-section .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* Content Styles */
.about-section .about-text {
  margin-bottom: 2.5rem;
}

/* Stats Grid */
.about-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}

.about-section .stat-item {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.about-section .stat-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.about-section .stat-label {
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 0.5rem;
}

/* Benefits Grid */
.about-section .benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.about-section .benefit-card {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.about-section .benefit-icon {
  width: 48px;
  height: 48px;
  background: #09576324;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #095763;
}

.about-section .benefit-icon svg {
  width: 24px;
  height: 24px;
}

.about-section .benefit-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

.about-section .benefit-content p {
  color: #64748b;
  line-height: 1.6;
}

/* CTA Button */
.about-section .cta-button svg {
  width: 18px;
  height: 18px;
}

/* Video Section */
.about-section .about-media {
  position: relative;
}

.about-section .video-container {
  position: relative;
}

.about-section .feature-video {
  width: 100%;
  height: auto;
  display: block;
}

.about-section .capacity-badge {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.about-section .badge-value {
  font-size: 2rem;
  font-weight: 700;
  color: #095763;
  line-height: 1;
}

.about-section .badge-label {
  font-size: 0.9rem;
  color: #64748b;
}

.about-section .pulse-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(74, 108, 247, 0.1);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-section .about-grid {
    grid-template-columns: 1fr;
  }

  .about-section .section-title {
    font-size: 2.25rem;
  }

  .about-section .about-media {
    margin-top: 3rem;
  }
}

@media (max-width: 576px) {
  .about-section .section-title {
    font-size: 2rem;
  }

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

.btn-outline {
  outline: 1px solid #e5b73b;
  outline-offset: 2px;
}

/* blog insights */
.blog-section .blog-carousel {
  margin: 0 -0.75rem;
  padding: 1rem 0;
}

.blog-section .blog-card {
  padding: 0.75rem;
  transition: transform 0.3s ease;
}

.blog-section .blog-link {
  display: block;
  height: 100%;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-section .blog-link:hover {
  transform: translateY(-5px);
}

.blog-section .blog-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-section .blog-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-section .blog-link:hover .blog-image img {
  transform: scale(1.05);
}

.blog-section .blog-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: red;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}

.blog-section .blog-content {
  padding: 1.5rem;
}

.blog-section .blog-date {
  display: block;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.blog-section .blog-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #1e293b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section .blog-excerpt {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-section .blog-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #095763;
  font-weight: 600;
  font-size: 0.95rem;
}

.blog-section .blog-cta svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  transition: transform 0.3s ease;
}

.blog-section .blog-link:hover .blog-cta svg {
  transform: translateX(3px);
}

.blog-section .section-footer {
  text-align: center;
  margin-top: 3rem;
}

.blog-section .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  background-color: #095763;
  transition: all 0.3s ease;
  color: white;
}

.blog-section .view-all-btn:hover {
  background: #157a8a;
  color: white;
  transform: translateY(-2px);
}

.blog-section .view-all-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

@media (max-width: 768px) {
  .blog-section .section-title {
    font-size: 2rem;
  }

  .blog-section .blog-image {
    height: 180px;
  }

  .blog-section .owl-nav {
    top: -60px;
  }
}

@media (max-width: 576px) {
  .blog-section .section-title {
    font-size: 1.75rem;
  }

  .blog-section .blog-carousel {
    margin: 0 -0.5rem;
  }

  .blog-section .blog-card {
    padding: 0.5rem;
  }
}

.feature-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #095763;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
  font-size: 2.5rem;
  transition: all 0.3s ease;
  position: relative;
}

.feature-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 25px 0px;
  /* color: #9e9e9e; */
}

/* Innovation Section */
.innovation-section {
  padding: 60px 0;
  background-color: #fff;
}

.innovation-section .section-header {
  margin-bottom: 50px;
}

.innovation-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.innovation-section .section-subtitle {
  font-size: 1rem;
  color: #4a5568;
}

.innovation-section .feature-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid rgba(9, 87, 99, 0.1);
}

.innovation-section .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.innovation-section .feature-icon {
  text-align: center;
  margin-bottom: 20px;
}

.innovation-section .feature-icon img {
  height: 80px;
  width: auto;
}

.innovation-section .feature-title {
  font-size: 1.5rem;
  /* color: #095763; */
  margin-bottom: 15px;
}

.innovation-section .feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Testing Section */
.innovation-section .testing-section {
  padding: 80px 0;
  background-color: white;
}

.innovation-section .testing-content h2 {
  font-size: 2.2rem;
  color: #095763;
  margin-bottom: 20px;
}

.innovation-section .testing-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 20px;
}

.innovation-section .testing-image img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

/* Animations */
.innovation-section .pulse-animation {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .innovation-section .section-title {
    font-size: 2rem;
  }

  .innovation-section .testing-content h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .innovation-section .sustainability-sections {
    padding: 60px 0;
  }

  .innovation-section,
  .testing-section {
    padding: 40px 0;
  }

  .innovation-section .feature-card {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .innovation-section .section-title {
    font-size: 1.8rem;
  }

  .innovation-section .feature-title {
    font-size: 1.3rem;
  }

  .innovation-section .feature-description,
  .testing-content p {
    font-size: 1rem;
  }
}

.testing-facility {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.section-badge {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b5b9bf;
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  max-width: 300px;
}

.divider-line {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(9, 87, 99, 0.3), transparent);
  flex: 1;
}

.divider-icon {
  margin: 0 15px;
  font-size: 1.2rem;
}

.facility-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

.facility-content {
  flex: 1;
  min-width: 300px;
}

.facility-visual {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.facility-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-icon {
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #09576314;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
}

.feature-text h3 {
  font-size: 1.3rem;
  color: #1a202c;
  margin-bottom: 8px;
}

.feature-text p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
}

.cta-box {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.cta-box p {
  font-weight: 600;
  color: #095763;
  margin-bottom: 15px;
}

.facility-list {
  columns: 2;
  column-gap: 20px;
  margin-bottom: 25px;
  list-style: none;
  padding-inline-start: 0px !important;
}

.facility-list li {
  color: #4a5568;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  break-inside: avoid;
}

.facility-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #dadada;
  border-radius: 50%;
}

.image-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.image-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(9, 87, 99, 0.2) 0%, rgba(9, 87, 99, 0) 100%);
  z-index: 1;
}

.stats-overlay {
  position: absolute;
  bottom: 54px;
  display: flex;
  gap: 20px;
  z-index: 2;
}

.stat-item {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }

  .facility-list {
    columns: 1;
  }
}

@media (max-width: 768px) {
  .testing-facility {
    padding: 70px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .facility-wrapper {
    flex-direction: column-reverse;
  }

  .stats-overlay {
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }

  .feature-item {
    flex-direction: column;
  }

  .stat-item {
    padding: 10px 15px;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .feature-text {
    text-align: center;
  }
}

.qr-container {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.qr-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px 15px 10px;
}

.instruction-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.step-number {
  background-color: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .qr-overlay {
    position: relative;
    background: #f8f9fa;
    color: #212529;
    padding: 15px;
  }
}

button:focus {
  outline: none;
}

.csr-tab-content .section-title {
  font-size: 1.25rem;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}

.csr-tab-content .section-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 3px;
  background: #095763;
}

.hero-left .highlight {
  color: #e5b73b;
  font-weight: 700;
}

.culture-section {
  position: relative;
}

.culture-section::before,
.culture-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #0957631c;
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}

.culture-section::before {
  width: 100px;
  height: 100px;
  top: 17%;
  right: 5%;
}

.culture-section::after {
  width: 100px;
  height: 100px;
  bottom: 5%;
  left: 5%;
}

@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
}

.close-icon {
  position: absolute;
  top: -25px;
  right: -30px;
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s ease;
}

.close-icon:hover {
  color: #ff5252;
}

/* News Section */
.news-section {
  background: #f8f9fa;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.news-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.news-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-category {
  margin-bottom: 1rem;
}

.category-tag {
  background: #09576324;
  color: #095763;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.3;
}

.news-link {
  display: inline-flex;
  align-items: center;
  color: #e5b73b;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.news-link svg {
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.news-link:hover {
  color: #d4a32c;
}

.news-link:hover svg {
  transform: translateX(4px);
}

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(229, 183, 59, 0.05) 0%, rgba(229, 183, 59, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.news-card:hover .news-overlay {
  opacity: 1;
}

/* Sustainability Section */
.sustainability-section {
  background: white;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.sustainability-content {
  padding-right: 2rem;
}

.sustainability-media {
  position: relative;
}

.media-container {
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.sustainability-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.media-container:hover .sustainability-image {
  transform: scale(1.05);
}

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(229, 183, 59, 0.1) 0%, rgba(229, 183, 59, 0) 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.media-container:hover .media-overlay {
  opacity: 1;
}

/* Advantages Section */
.advantages-section {
  background: #f8f9fa;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.advantage-card {
  background: white;
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.advantage-icon {
  width: 80px;
  height: 80px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.advantage-card:hover .advantage-icon {
  background: #e5b73b;
  transform: scale(1.1);
}

.advantage-icon img {
  width: 40px;
  height: 40px;
}

.advantage-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(9, 87, 99, 0.05) 0%, rgba(9, 87, 99, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.advantage-card:hover .hover-effect {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
  .sustainability-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .sustainability-content {
    padding-right: 0;
  }

  .news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }

  .feature-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.contact-card {
  /* background: linear-gradient(135deg, #fff, #095763); */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: white;
  overflow: hidden;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.contact-header {
  padding: 2.5rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-body {
  padding: 2rem;
}