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

@media screen and (min-width: 1200px) {
  .blog_latest_success_story .container {
    max-width: 1290px;
  }
}

.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: 54%;
  line-height: 1.5;
  font-size: 28px;
  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;
}

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

.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: 50%;
  }

  .slider_about_text p {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .slider_about_text p {
    width: 100%;
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .slider_about_text p {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .slider_about_text {
    top: 33%;
    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;
  }
}

.slider-banner-2 {
  margin-bottom: 0;
}

/* Insights Section */
.insights-section {
  padding: 3rem 0;
  background-color: #f8fafc;
  position: relative;
}

.insights-section .insights-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.insights-section .insights-header {
  margin-bottom: 1.5rem;
}

.insights-section .insights-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

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

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

.insights-section .insights-subtitle {
  color: #4a5568;
  font-size: 1.25rem;
  line-height: 1.6;
}

.insights-section .insights-divider {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.insights-section .divider-line {
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 150px;
}

.insights-section .insights-description {
  color: #1a202c;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 1rem;
}

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

  .insights-section .insights-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .insights-section .insights-section {
    padding: 2rem 0;
  }

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

  .insights-section .insights-divider {
    flex-direction: column;
    gap: 1rem;
  }

  .insights-section .divider-line {
    width: 100%;
    max-width: none;
  }
}

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

  .insights-section .insights-description {
    font-size: 1rem;
  }
}

/*** Weekly News Updates ***/
.weekly-updates-section {
  /* padding: 4rem 0; */
  background-color: #f8fafc6b;
}

.updates-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 992px) {
  .updates-grid {
    grid-template-columns: 2fr 1fr;
  }
}

/* Main Content Styles */
.featured-update {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.update-image {
  height: 300px;
  overflow: hidden;
}

.update-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-update:hover .update-image img {
  transform: scale(1.03);
}

.update-content {
  padding: 2rem;
}

.update-content h3 {
  font-size: 1.5rem;
  color: #1a202c;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.update-excerpt {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.update-link {
  display: inline-flex;
  align-items: center;
  color: #095763;
  font-weight: 500;
  transition: color 0.3s ease;
}

.update-link:hover {
  color: #074952;
}

.arrow-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  margin-left: 0.5rem;
}

.updates-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .updates-list {
    grid-template-columns: 1fr 1fr;
  }
}

.update-card {
  display: none;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.update-card.active {
  display: block;
}

.update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.update-card-image {
  height: 160px;
  overflow: hidden;
}

.update-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.update-card:hover .update-card-image img {
  transform: scale(1.05);
}

.update-card-content {
  padding: 1.5rem;
}

.update-card-content h4 {
  font-size: 1.1rem;
  color: #1a202c;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.update-card-content p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.card-link {
  color: #095763;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.card-link:hover {
  color: #074952;
}

.load-more-container {
  text-align: center;
}

.load-more-button {
  background-color: #095763;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.load-more-button:hover {
  background-color: #074952;
  color: #fff;
  transform: translateY(-2px);
}

/* Sidebar Styles */
.updates-sidebar {
  position: sticky;
  top: 0;
}

.sidebar-widget {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.widget-header {
  margin-bottom: 1.5rem;
  position: relative;
}

.widget-header h4 {
  font-size: 1.25rem;
  color: #1a202c;
  margin-bottom: 0.75rem;
}

.header-line {
  height: 2px;
  background: linear-gradient(to right, #095763, rgba(9, 87, 99, 0.1));
  width: 100%;
}

.latest-news-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.latest-news-item:hover {
  opacity: 0.8;
}

.latest-news-image {
  width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.latest-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-news-content h5 {
  font-size: 0.95rem;
  color: #1a202c;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}

.latest-news-content p {
  color: #4a5568;
  font-size: 0.8rem;
  line-height: 1.5;
}

.social-widget {
  padding: 1rem 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(9, 87, 99, 0.1);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #095763;
  transform: translateY(-3px);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: #095763;
}

.social-icon:hover svg {
  fill: white;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.newsletter-form input {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
  outline: none;
  border-color: #095763;
}

.submit-button {
  background-color: #095763;
  color: white;
  border: none;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

button:focus {
  outline: none !important;
}