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

.text-highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: -1;
}

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

/* ----- Pr ----- */
/* Hero Section Base */
.pr-hero {
  background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.pr-hero .pr-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Content Section */
.pr-hero .pr-hero-content {
  flex: 1;
  max-width: 600px;
}

.pr-hero .pr-hero-badge {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b5b9bf;
  margin-bottom: 1rem;
  font-weight: 600;
}

.pr-hero .pr-hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 20px;
}

.pr-hero .pr-hero-description {
  font-size: 1rem;
  line-height: 1.6;
  /* color: #495057; */
  /* margin-bottom: 40px; */
}

.pr-highlights li {
  color: #495057;
  margin-left: -20px;
}

.pr-hero .pr-hero-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pr-hero .cta-primary {
  display: inline-block;
  background: #095763;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pr-hero .cta-primary:hover {
  color: #fff;
  background: #157a8a;
  transform: translateY(-2px);
}

.pr-hero .cta-secondary {
  display: inline-block;
  color: #095763;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #09576324;
}

.pr-hero .cta-secondary:hover {
  background: #fff;
  color: #157a8a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Visual Section */
.pr-hero .pr-hero-visual {
  flex: 1;
  position: relative;
}

.pr-hero .hero-image-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}

.pr-hero .hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pr-hero .hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.pr-hero .press-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.pr-hero .logo-item {
  /* background: white; */
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-hero .logo-item img {
  height: 28px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.pr-hero .logo-item:hover img {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .pr-hero .pr-hero-container {
    flex-direction: column;
    gap: 40px;
  }

  .pr-hero .pr-hero-content {
    max-width: 100%;
  }

  .pr-hero .pr-hero-cta {
    justify-content: center;
  }

  .pr-hero .pr-hero-visual {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pr-hero {
    padding: 80px 0 60px;
  }

  .pr-hero .pr-hero-container {
    padding: 0 20px;
  }

  .pr-hero .pr-hero-title {
    font-size: 2.5rem;
  }

  .pr-hero .pr-hero-description {
    font-size: 1.1rem;
  }

  .pr-hero .press-logos {
    gap: 15px;
  }

  .pr-hero .logo-item {
    padding: 8px 12px;
  }

  .pr-hero .logo-item img {
    height: 18px;
  }
}

@media (max-width: 480px) {
  .pr-hero .pr-hero-title {
    font-size: 2rem;
  }

  .pr-hero .pr-hero-cta {
    flex-direction: column;
    gap: 10px;
  }

  .pr-hero .cta-primary,
  .cta-secondary {
    width: 100%;
    text-align: center;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pr-hero-content {
  animation: fadeInUp 0.8s ease forwards;
}

.pr-hero-visual {
  animation: fadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}

.press-logos {
  animation: fadeInUp 0.8s ease 0.4s forwards;
  opacity: 0;
}

.blog_slider .pr {
  margin-bottom: 30px;
  padding: 0 15px;
}

.card_body {
  padding: 20px;
  position: relative;
}

.card_body h1,
.card_body h2 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  color: #000;
  text-align: left;
  padding: 0;
}

.card_body .t-yel {
  color: #e5b73b;
  font-weight: 700;
  font-size: 12px;
}

.card_body p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
  color: #000;
}

.card_body a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.card_body a:hover {
  color: #095763;
}

/* .card_body:before {
  background: #183a62;
  content: "";
  height: 1.2px;
  left: 0;
  position: absolute;
  top: 52px;
  width: 35px;
} */

.sucess-info span:first-child {
  font-weight: 700;
}

.sucess-info span:last-child {
  font-size: 13px;
}

.blog_slider .owl-dots {
  text-align: center;
}

.blog_slider .owl-dots .owl-dot {
  width: 95px;
  height: 12px;
  border: none;
  margin: 5px;
  background: #dfdfdf;
  border-radius: 50px;
}

.blog_slider .owl-dots .owl-dot.active {
  background: #222;
}

.blog_slider {
  display: grid;
  grid-template-columns: repeat(3, 15fr);
}

.load-more {
  text-align: center;
  margin-bottom: 30px;
}

.load-more #songs-load {
  background: #095763;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.load-more:hover #songs-load {
  background: #000;
  text-decoration: none;
}

.songs-table .pr {
  display: none;
}

.songs-table .pr.active {
  display: table-row;
}

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

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

@media screen and (max-width: 1199px) {
  .card_body {
    padding: 20px 20px 10px 45px;
  }

  .card_body:before {
    top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .blog_slider .owl-dots {
    display: none;
  }

  .blog_slider {
    grid-template-columns: repeat(2, 15fr);
  }
}

@media screen and (max-width: 767px) {
  .blog_slider .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
  }

  .pr-title {
    width: 100%;
  }

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

@media screen and (max-width: 575px) {
  /* .card_boxes {
    margin: 0 15px;
  } */

  .blog_slider .owl-dots .owl-dot {
    width: 10px;
  }

  .blog_slider .owl-dots .owl-dot.active {
    width: 25px;
  }

  .blog_slider {
    grid-template-columns: repeat(1, 15fr);
  }
}

/* ===== News Announcements ===== */
.news-announcements-slier .slider_about_text p {
  width: 45%;
}

.news-announcements {
  margin: 80px 0;
}

.news-announcements-slier .news-announcements-bg img,
.news-announcements-slier .news-announcements-mobile-view img {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.news-announcements .news-title {
  margin: auto;
  text-align: center;
}

.news-announcements .news-title h1 {
  font-weight: 700;
  color: #095763;
  font-size: 32px;
  margin-bottom: 20px;
}

.news-announcements-men {
  width: 100%;
  margin-top: 30px;
}

.news-announcements-box {
  background: #f5f5f5;
  text-align: center;
  padding: 50px 20px;
  border-radius: 20px;
}

.news-announcements-box h5 {
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .news-announcements-slier .slider_about_text p {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .news-announcements-slier .slider_about_text p {
    width: 100%;
  }

  .news-announcements-slier .news-announcements-bg {
    display: none;
  }

  .news-announcements-slier .news-announcements-mobile-view {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .news-announcements-slier .news-announcements-bg {
    display: block;
  }

  .news-announcements-slier .news-announcements-mobile-view {
    display: none;
  }
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  color: #095763;
  /* Bootstrap primary */
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: #095763;
}

.read-more-icon {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.3s ease;
  font-size: 20px;
}

.read-more-link:hover .read-more-icon {
  transform: translateX(5px);
  /* Slide to right on hover */
}

.event-card {
  background: rgba(12, 9, 9, 0.05);
  border-radius: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.event-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.event-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.event-card:hover .event-image::before {
  left: 100%;
}

/* Main Section Styles */
.pr-showcase {
  padding: 80px 0;
}

/* Header Styles */
.pr-showcase .pr-header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pr-showcase .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
  line-height: 1.2;
}

.pr-showcase .section-subtitle {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}

/* PR Grid Layout */
.pr-showcase .pr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* PR Card Styles */
.pr-showcase .pr-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.pr-showcase .pr-card-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

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

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

.pr-showcase .pr-card-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #727171b0;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.pr-showcase .pr-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pr-showcase .pr-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pr-showcase .pr-card-excerpt {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.pr-showcase .pr-card-footer {
  margin-top: auto;
}

.pr-showcase .pr-card-link {
  display: inline-flex;
  align-items: center;
  color: #095763;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pr-showcase .pr-card-link svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.pr-showcase .pr-card-link:hover {
  color: #095763;
}

.pr-showcase .pr-card-link:hover svg {
  transform: translateX(3px);
}

/* Load More Button */
.pr-showcase .pr-load-more {
  text-align: center;
  margin-top: 30px;
}

.pr-showcase .load-more {
  display: inline-flex;
  align-items: center;
  background: #095763;
  color: white;
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pr-showcase .load-more svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.pr-showcase .load-more:hover {
  background: #095763;
  transform: translateY(-2px);
}

.pr-showcase .load-more:hover svg {
  transform: translateY(2px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .pr-showcase .pr-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .pr-showcase {
    padding: 60px 0;
  }

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

  .pr-showcase .pr-header {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .pr-showcase .pr-grid {
    grid-template-columns: 1fr;
  }

  .pr-showcase .section-title {
    font-size: 1.75rem;
  }
}

button:focus {
  outline: none !important;
}

/* Hero Section Styles */
.news-hero {
  position: relative;
  padding: 6rem 0 8rem;
  background: #f8fafc;
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-content {
  flex: 1;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a202c;
  margin-bottom: 1.5rem;
}

.highlight {
  color: #095763;
}

.hero-subtitle {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.hero-search {
  position: relative;
  max-width: 500px;
}

.hero-search input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.hero-search input:focus {
  outline: none;
  box-shadow: 0 4px 20px rgba(9, 87, 99, 0.15);
}

.search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #095763;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-button:hover {
  background: #074952;
  transform: scale(1.05);
}

.search-button svg {
  width: 20px;
  height: 20px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

.hero-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

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

/* Responsive Design */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-search {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news-hero {
    padding: 4rem 0 6rem;
  }

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

  .hero-subtitle {
    font-size: 1rem;
    max-width: 100%;
  }
}

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

  .hero-search input {
    padding: 0.8rem 1.2rem;
  }

  .search-button {
    width: 38px;
    height: 38px;
    top: 4px;
  }

  .search-button svg {
    width: 16px;
    height: 16px;
  }
}

/* News & Announcements Section */
.news-announcements-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.news-announcements-section .section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.news-announcements-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
}

.news-announcements-section .section-subtitle {
  color: #4a5568;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.news-announcements-section .header-divider {
  height: 3px;
  width: 80px;
  background: #e5b73b;
  margin: 0 auto;
}

.news-announcements-section .announcements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.news-announcements-section .announcement-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}

.news-announcements-section .announcement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-announcements-section .card-link {
  display: flex;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.news-announcements-section .card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(9, 87, 99, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

.news-announcements-section .card-icon svg {
  width: 24px;
  height: 24px;
  stroke: #095763;
  stroke-width: 1.5;
  fill: none;
}

.news-announcements-section .card-content {
  flex-grow: 1;
}

.news-announcements-section .card-content h3 {
  font-size: 1.25rem;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.news-announcements-section .card-content p {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.news-announcements-section .view-link {
  color: #095763;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
}

.news-announcements-section .view-link::after {
  content: '→';
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.news-announcements-section .card-link:hover .view-link::after {
  transform: translateX(3px);
}

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

@media (max-width: 768px) {
  .news-announcements-section .news-announcements-section {
    padding: 3rem 0;
  }

  .news-announcements-section .announcements-grid {
    grid-template-columns: 1fr;
  }

  .news-announcements-section .card-link {
    flex-direction: column;
    padding: 1.5rem;
  }

  .news-announcements-section .card-icon {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

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

  .news-announcements-section .section-subtitle {
    font-size: 1rem;
  }
}

/* Fullscreen Hero Section */
.fullscreen-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fullscreen-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.desktop-bg,
.fullscreen-hero .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-hero .mobile-bg {
  display: none;
}

.fullscreen-hero .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fullscreen-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.fullscreen-hero .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 2rem;
}

.fullscreen-hero .hero-text {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.fullscreen-hero .hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e5b73b;
}

.fullscreen-hero .highlight {
  color: #fff;
  /* Teal accent color */
}

.fullscreen-hero .hero-subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  color: #fff;
}

.fullscreen-hero .scroll-button {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 0.83rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fullscreen-hero .scroll-button:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.fullscreen-hero .arrow-icon {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

/* Scroll Indicator */
.fullscreen-hero .scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  z-index: 3;
  cursor: pointer;
}

.fullscreen-hero .mouse {
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 15px;
  margin-bottom: 0.5rem;
  position: relative;
}

.fullscreen-hero .wheel {
  width: 4px;
  height: 10px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 2s infinite;
}

@keyframes scroll-wheel {
  0% {
    top: 10px;
    opacity: 1;
  }

  50% {
    top: 20px;
    opacity: 0.5;
  }

  100% {
    top: 10px;
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .fullscreen-hero .hero-title {
    font-size: 3.5rem;
  }

  .fullscreen-hero .hero-subtitle {
    font-size: 1.3rem;
  }
}

@media (max-width: 992px) {
  .fullscreen-hero .hero-title {
    font-size: 3rem;
  }

  .fullscreen-hero .hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .fullscreen-hero .desktop-bg {
    display: none;
  }

  .fullscreen-hero .mobile-bg {
    display: block;
  }

  .fullscreen-hero .hero-title {
    font-size: 2.5rem;
  }

  .fullscreen-hero .hero-subtitle {
    font-size: 1.1rem;
  }

  .fullscreen-hero .scroll-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

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

  .fullscreen-hero .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .fullscreen-hero .hero-content {
    padding: 0 1.5rem;
  }

  .fullscreen-hero .scroll-indicator {
    bottom: 1rem;
  }

  .fullscreen-hero .scroll-indicator span {
    font-size: 0.8rem;
  }
}

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