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

/* .text-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #0175872e;
  z-index: -1;
} */


.slider_about_text {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
}
.slider_about .container {
    position: relative;
}
.slider_about_text h4 {
    color: #e5b73b;
    margin-bottom: 10px;
    /* display: flex; */
    font-size: 22px;
    margin-right: 60px;
    position: relative;
    text-align: right;
}
.slider_about_text h4:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 7px;
    background: #e5b73b;
    right: -60px;
    top: 10px;
    bottom: 0;
}
.slider_about_text p {
    color: #fff;
    width: 77%;
    line-height: 1.5;
    font-size: 42px;
    float: right;
    text-align: right;
}
.slider_about_text p span {
    color: #e5b73b;
    font-size: 38px;
    margin: 0;
}
.slider_about_text p b {
    color: #e5b73b;
}
.slider_about.slider_a-green-vision {
    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;
}
.videoembed {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .slider_about_text p {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .slider_about_text {
        top: 60%;
    }
}
/* @media screen and (min-width: 575px) {
    .rayzon-solar-pc {
        display: block;
    }
    .rayzon-solar-media {
        display: none;
    }
} */
@media screen and (max-width: 575px) {
    .slider_about_text p {
        width: 100%;
        font-size: 24px;
    }
    .slider_about_text {
        top: 30%;
        right: 20px;
    }
    /* .rayzon-solar-pc {
        display: none;
    }
    .rayzon-solar-media {
        display: block;
    } */
}

/* Technology Excellence Section */
.technology-excellence {
  padding: 5rem 0;
  background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

.technology-excellence .excellence-grid {
  display: flex;
  flex-direction: column;
}

.technology-excellence .excellence-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.technology-excellence .excellence-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 1.5rem;
}

.technology-excellence .highlight {
  color: #095763;
  font-weight: 700;
}

.technology-excellence .excellence-intro {
  color: #4a5568;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Quality Metrics */
.technology-excellence .quality-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.technology-excellence .metric-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.7);
  transition: all 0.3s ease;
}

.technology-excellence .metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: rgba(9, 87, 99, 0.3);
}

.technology-excellence .metric-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a1a1a1;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.technology-excellence .metric-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.technology-excellence .metric-description {
  color: #4a5568;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0.85rem 0 0 0;
}

.technology-excellence .metric-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  background: rgba(9, 87, 99, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-excellence .metric-icon svg {
  width: 24px;
  height: 24px;
  stroke: #095763;
  stroke-width: 1.5;
  fill: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .technology-excellence .excellence-title {
    font-size: 2.25rem;
  }
  
  .technology-excellence .quality-metrics {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .technology-excellence .technology-excellence {
    padding: 4rem 0;
  }
  
  .technology-excellence .excellence-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .technology-excellence .excellence-title {
    font-size: 1.75rem;
  }
  
  .technology-excellence .metric-card {
    padding: 1.5rem;
  }
  
  .technology-excellence .metric-value {
    font-size: 2rem;
  }
}

/* Quality Assurance Section */
.quality-assurance {
  padding: 4rem 0;
  background-color: #ffffff;
  position: relative;
}

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

/* Visual Elements */
.quality-assurance .quality-visual {
  position: relative;
}

.quality-assurance .image-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  height: 500px;
  position: relative;
}

.quality-assurance .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.quality-assurance .quality-badge {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #095763;
  backdrop-filter: blur(5px);
}

.quality-assurance .quality-badge svg {
  width: 18px;
  height: 18px;
  stroke: #095763;
  stroke-width: 2.5;
  fill: none;
}

/* Content Styling */
.quality-assurance .quality-content {
  padding-left: 2rem;
}

.quality-assurance .content-wrapper {
  max-width: 500px;
}

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

.quality-assurance .section-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
}

.quality-assurance .highlight {
  color: #095763;
}

.quality-assurance .divider-line {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 1rem 0;
}

.quality-assurance .section-description {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}

/* Quality Features */
.quality-assurance .quality-features {
  margin: 2.5rem 0;
}

.quality-assurance .feature-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.quality-assurance .feature-icon {
  width: 48px;
  height: 48px;
  background: #09576324;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quality-assurance .feature-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
}

.quality-assurance .feature-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.quality-assurance .feature-item p {
  color: #4a5568;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* CTA Button */
.quality-assurance .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #095763;
  color: white;
  padding: 1rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(9, 87, 99, 0.1);
}

.quality-assurance .cta-button:hover {
  background: #157a8a;
  transform: translateY(-2px);
}

.quality-assurance .cta-button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

/* Hover Effects */
.quality-assurance .image-container:hover .feature-image {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .quality-assurance .quality-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .quality-assurance .quality-content {
    padding-left: 0;
  }
  
  .quality-assurance .content-wrapper {
    max-width: 100%;
  }
  
  .quality-assurance .image-container {
    height: 400px;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .quality-assurance .quality-assurance {
    padding: 4rem 0;
  }
  
  .quality-assurance .section-heading {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .quality-assurance .section-heading {
    font-size: 1.75rem;
  }
  
  .quality-assurance .image-container {
    height: 300px;
  }
  
  .quality-assurance .feature-item {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Manufacturing Excellence Section */
.manufacturing-excellence {
  padding: 6rem 0;
  background: linear-gradient(to right, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

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

/* Content Styling */
.manufacturing-excellence .excellence-content {
  padding-right: 2rem;
}

.manufacturing-excellence .content-wrapper {
  max-width: 500px;
}

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

.manufacturing-excellence .section-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
}

.manufacturing-excellence .highlight {
  color: #095763;
}

.manufacturing-excellence .divider-line {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 1rem 0;
}

.manufacturing-excellence .section-description {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}

/* Excellence Features */
.manufacturing-excellence .excellence-features {
  margin: 2rem 0;
}

.manufacturing-excellence .feature-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.manufacturing-excellence .feature-icon {
  width: 48px;
  height: 48px;
  background: #09576324;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.manufacturing-excellence .feature-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
}

.manufacturing-excellence .feature-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.manufacturing-excellence .feature-item p {
  color: #4a5568;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Visual Elements */
.manufacturing-excellence .excellence-visual {
  position: relative;
}

.manufacturing-excellence .image-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  height: 500px;
  position: relative;
}

.manufacturing-excellence .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.manufacturing-excellence .tech-badge {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #095763;
  backdrop-filter: blur(5px);
}

.manufacturing-excellence .tech-badge svg {
  width: 18px;
  height: 18px;
  stroke: #095763;
  stroke-width: 2.5;
  fill: none;
}

/* Hover Effects */
.manufacturing-excellence .image-container:hover .feature-image {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .manufacturing-excellence .excellence-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .manufacturing-excellence .excellence-content {
    padding-right: 0;
  }
  
  .manufacturing-excellence .content-wrapper {
    max-width: 100%;
  }
  
  .manufacturing-excellence .image-container {
    height: 400px;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .manufacturing-excellence {
    padding: 4rem 0;
  }
  
  .manufacturing-excellence .section-heading {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .manufacturing-excellence .section-heading {
    font-size: 1.75rem;
  }
  
  .manufacturing-excellence .image-container {
    height: 300px;
  }
  
  .manufacturing-excellence .feature-item {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Services Excellence Section */
.services-excellence {
  padding: 6rem 0;
  background: linear-gradient(to left, #f8fafc 0%, #ffffff 100%);;
}

.services-excellence .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

/* Service Card Design */
.services-excellence .service-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.services-excellence .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Visual Elements */
.services-excellence .service-visual {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.services-excellence .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.services-excellence .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 87, 99, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.services-excellence .service-overlay svg {
  width: 64px;
  height: 64px;
  stroke: white;
  stroke-width: 1.5;
  fill: none;
}

/* Content Styling */
.services-excellence .service-content {
  padding: 2rem;
}

.services-excellence .service-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a202c;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.services-excellence .service-title span {
  color: #095763;
}

.services-excellence .service-divider {
  width: 60px;
  height: 3px;
  background: #e5b73b;
  margin: 1rem 0;
}

.services-excellence .service-description {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.services-excellence .service-features {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.services-excellence .service-features li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #4a5568;
  font-size: 0.95rem;
}

.services-excellence .service-features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #095763;
  border-radius: 50%;
}

/* Hover Effects */
.services-excellence .service-card:hover .service-image {
  transform: scale(1.05);
}

.services-excellence .service-card:hover .service-overlay {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .services-excellence .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .services-excellence .services-excellence {
    padding: 4rem 0;
  }
  
  .services-excellence .service-visual {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .services-excellence .services-grid {
    grid-template-columns: 1fr;
  }
  
  .services-excellence .service-title {
    font-size: 1.4rem;
  }
}

/* ----- FAQ's ----- */
.technology_faq {
    margin-bottom: 80px;
}
.technology_faq_title {
    text-align: center;
    margin-bottom: 30px;
}
.technology_faq_title h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.technology_faq_title p {
    width: 87%;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .technology_faq_title p {
        font-size: 14px;
    }
}
  .accordion .accordion-item {
    border: 1px solid #e5e5e5;
    padding: 28px 32px;
    margin-bottom: 20px;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
  }

  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  /* .accordion button[aria-expanded=true] {
    color: #03b5d2;
  } */
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1rem 0;
  }
  
@media screen and (max-width: 991px) {
  .accordion button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
    .accordion button .accordion-title {
        font-size: 13px;
    }
}

/* ============= */
.accordion {
    border: none;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.accordion-button {
    background: white;
    border: none;
    padding: 25px 30px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #2c3e50;
    border-radius: 15px !important;
    box-shadow: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-collapse {
    border-top: 1px solid #e9ecef;
}

.accordion-body {
    padding: 25px 30px;
    color: #6c757d;
    line-height: 1.7;
    font-size: 0.95rem;
    background: #f8f9fa;
}

.card-box .card_img img {
  transition: all 0.2s;
}

.card-box:hover .card_img img {
  transform: scale(1.1);
}