body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.slider_about_text {
  position: relative;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
}

.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: 47%;
  line-height: 1.5;
  font-size: 27px;
  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;
  /* margin-bottom: 80px; */
}

.text-primary {
  color: #095763 !important;
}

.rayzon-solar-pc:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #000;
  z-index: 1;
}

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

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

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

@media screen and (max-width: 1199px) {
  .slider_about_text p {
    font-size: 32px;
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .slider_about_text p {
    width: 85%;
  }

  .slider_about_text {
    top: 42%;
  }
}

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

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

@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;
    text-align: center;
  }

  .slider_about_text {
    top: 50%;
    right: 0;
    margin: 0 15px;
  }

  .slider_about_text h4 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 32px;
  }

  .slider_about_text h4:before {
    display: none;
  }

  .rayzon-solar-pc {
    display: none;
  }

  .rayzon-solar-media {
    display: block;
  }
}

.download {
  margin-bottom: 80px;
}

.download-table a {
  color: #000;
  text-decoration: none;
}

.technology_faq_detail {
  width: 100%;
}

.technology_faq {
  margin-bottom: 80px;
}

.card_datasheet {
  padding: 20px;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.card_datasheet img {
  max-width: 70px;
  margin-bottom: 10px;
}

.card_datasheet h4 {
  font-size: 14px;
  text-transform: capitalize;
}

.card_datasheet a {
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  display: inline-block;
}


.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:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
} */
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  text-transform: capitalize;
}

.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: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  margin-top: 20px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  margin-top: 0;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


/* ------ 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 .3s ease-in-out;
  transition: all .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);
}

/* ============= */
.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;
}

.contact-section {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, #f5f5f5 0%, #f5f5f5 100%);
  margin-top: 20px;
  border-radius: 15px;
}

.card_datasheet img:hover {
  transform: scale(1.1);
}

.card_datasheet:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.head-section {
  /* background-color: #f5f5f5; */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

.head-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgb(206, 209, 211) 2px, transparent 2px);
  background-size: 30px 30px;
  opacity: 0.3;
  z-index: -1;
}

.faq-content {
  position: relative;
  z-index: 2;
}

.faq-content h1 {
  /* color: #095763 !important; */
  font-weight: bold;
}

.faq-badge {
  background-color: #d6e0e2;
  color: #095763;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 20px;
}

/* Download Center Styles */
.download-hero {
  background: #f8fafc;
  padding: 4rem 0 4rem;
  text-align: center;
  margin-bottom: 1rem;
}

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

}

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

.download-hero .hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.download-hero .subtitle {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  opacity: 0.9;
  line-height: 1.6;
}


/* Download Categories */
.download-categories {
  padding: 4rem 0;
}

.download-categories .category-grid {
  display: grid;
  grid-template-columns: minmax(350px, 1fr);
  gap: 2rem;
}

.download-categories .category-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-categories .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.download-categories .category-header {
  padding: 1.5rem;
  background: #e6eeef57;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.download-categories .category-icon {
  width: 40px;
  height: 40px;
  background: #095763;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-categories .category-icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.download-categories .category-icon i {
  font-size: 20px;
  color: white;
}

.download-categories .category-header h3 {
  font-size: 1.25rem;
  color: #1a202c;
}

.download-categories .download-items {
  padding: 0.5rem;
}

.download-categories .download-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s ease;
  margin-bottom: 0.5rem;
}

.download-categories .download-item:hover {
  background: #f8fafc;
}

.download-categories .file-icon {
  width: 40px;
  height: 40px;
  background: rgba(104, 104, 104, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.download-categories .file-icon svg {
  width: 20px;
  height: 20px;
  stroke: #686868;
  stroke-width: 1.5;
  fill: none;
}

.download-categories .file-info {
  flex-grow: 1;
}

.download-categories .file-info h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #1a202c;
}

.download-categories .file-info p {
  font-size: 0.8rem;
  color: #718096;
}

.download-categories .download-btn {
  width: 36px;
  height: 36px;
  background: rgba(9, 87, 99, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.download-categories .download-item:hover .download-btn {
  background: #095763;
}

.download-categories .download-item:hover .download-btn svg {
  stroke: white;
}

.download-categories .download-btn svg {
  width: 16px;
  height: 16px;
  stroke: #095763;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s ease;
}

/* Support CTA */
.support-cta {
  background: #f8fafc;
  padding: 3rem 0;
}

.support-cta .cta-content {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  margin-top: -100px;
}

.support-cta .cta-text h3 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.support-cta .cta-text p {
  color: #4a5568;
  max-width: 600px;
}

.support-cta .cta-button {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  background: #095763;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.support-cta .cta-button:hover {
  color: white;
  background: #074952;
  transform: translateY(-3px);
}

.support-cta .cta-button svg {
  width: 18px;
  height: 18px;
  stroke: white;
  stroke-width: 2;
  fill: none;
  margin-right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  
  .cta-text p {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .download-hero {
    padding: 4rem 0;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .subtitle {
    font-size: 1rem;
  }
  
  .cta-content {
    padding: 2rem;
  }
  
  .cta-text h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 1.75rem;
  }
  
  .section-badge {
    font-size: 0.8rem;
  }
  
  .search-box input {
    padding: 0.8rem 1.2rem;
  }
  
  .search-btn {
    width: 38px;
    height: 38px;
  }
  
  .search-btn svg {
    width: 16px;
    height: 16px;
  }
  
  .category-header {
    padding: 1rem;
  }
  
  .download-item {
    padding: 0.8rem;
  }
}