/* .slider_about {
    background-image: url(../img/tenka-solar-bg-company.jpg);
} */
.slider_about_text {
  position: relative;
  top: 40%;
  left: 0;
  text-align: center;
}

.slider_about .container {
  position: relative;
}

.slider_about_text h1 {
  position: relative;
  color: #FFF;
}

.slider_about_text p {
  color: #fff;
}

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

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

  .slider_about_media {
    display: none;
  }
}

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

  .slider_about_text {
    top: 60%;
    left: 20px;
  }

  .slider_about_pc {
    display: none;
  }

  .slider_about_media {
    display: block;
  }
}

/* Vision Hero Section */
.vision-hero {
  padding: 3rem 0;
  background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%);
  text-align: center;
}

.vision-header {
  max-width: 800px;
  margin: 0 auto;
}

.vision-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1e293b;
}

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

.vision-divider {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 0 auto;
}

/* Vision & Strategy Section */
.vision-strategy {
  padding: 90px 0;
  background: white;
}

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

.vision-strategy .vision-statements {
  display: grid;
  gap: 1rem;
}

.vision-strategy .vision-statement {
  display: flex;
  gap: 1.5rem;
}

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

.vision-strategy .statement-icon i {
  font-size: 1.5rem;
}

.vision-strategy .statement-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

/* Globe Visualization */
.vision-strategy .vision-visual {
  position: relative;
}

.vision-strategy .globe-container {
  overflow: hidden;
  position: relative;
}

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

.vision-strategy .vision-visual:hover .globe-image {
  transform: scale(1.03);
}

.vision-strategy .globe-highlight {
  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: #1e293b;
  backdrop-filter: blur(5px);
}

.vision-strategy .globe-highlight svg {
  width: 18px;
  height: 18px;
  stroke: #095763;
  stroke-width: 2.5;
  fill: none;
}

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

  .vision-strategy .vision-title {
    font-size: 2.5rem;
  }

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

  .vision-strategy .vision-visual {
    margin-top: 3rem;
  }
}

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

  .vision-strategy .vision-subtitle {
    font-size: 1.1rem;
  }

  .vision-strategy .section-title {
    font-size: 1.75rem;
  }

  .vision-strategy .vision-statement {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ----- About Founder Info ------ */
/* Founders Section Base Styles */
.founders-section {
  padding: 5rem 0;
  background-color: #f8fafc;
}

/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
} */

.founder-profile {
  margin-bottom: 3rem;
}

.founder-profile:last-child {
  margin-bottom: 0;
}

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

.reverse-layout {
  direction: rtl;
}

.reverse-layout>* {
  direction: ltr;
}

.founder-visual {
  position: relative;
  margin-bottom: 10px;
}

.founder-image-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  /* background: #e3e3e370; */
}

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

.founder-image-container:hover .founder-image {
  transform: scale(1.03);
}

.founder-name-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: white;
}

.first-name {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.last-name {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #e5b73b;
}

.founder-highlight {
  position: absolute;
  bottom: -4%;
  left: 20%;
  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: #1e293b;
  backdrop-filter: blur(5px);
}

.founder-highlight svg {
  width: 18px;
  height: 18px;
  stroke: #095763;
  stroke-width: 2.5;
  fill: none;
}

/* Founder Content */
/* .founder-content {
  padding: 0 2rem;
} */

.founder-header {
  margin-bottom: 2rem;
}

.founder-role {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b5b9bf;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.founder-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1e293b;
}

.founder-bio {
  margin-bottom: 2rem;
}

.founder-bio p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

/* Call to Action */
.founder-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #095763;
  color: white;
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

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

.founder-cta svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

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

  .reverse-layout {
    direction: ltr;
  }

  .founder-content {
    padding: 0;
  }

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

  .first-name {
    font-size: 2rem;
  }

  .last-name {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .founder-grid {
    gap: 4rem;
  }
}

@media (max-width: 576px) {
  .founders-section {
    padding: 3rem 0;
  }

  .founder-highlight {
    display: none;
  }

  .founder-title {
    font-size: 1.75rem;
  }

  .first-name {
    font-size: 1.75rem;
  }

  .last-name {
    font-size: 2rem;
  }

  .founder-bio p {
    font-size: 1rem;
  }
}

/* Section Base Styles */
.financial-strengths {
  padding: 13rem 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Section Header */
/* .financial-strengths .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.financial-strengths .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #1e293b;
}

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

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

.financial-strengths .section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.financial-strengths .title-divider {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 1rem auto;
} */

/* Strengths Grid */
.financial-strengths .strengths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

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

.financial-strengths .strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.financial-strengths .strength-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: #b5b9bf30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b6bd;
}

.financial-strengths .strength-icon i {
  font-size: 20px;
}

.financial-strengths .strength-card h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #1e293b;
}

.financial-strengths .strength-bg {
  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;
}

.financial-strengths .strength-card:hover .strength-bg {
  transform: scaleX(1);
}

/* Floating Elements (replaces your floating objects) */
.financial-strengths::before,
.financial-strengths::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #0957631c;
  z-index: -1;
  animation: float 6s ease-in-out infinite;
  /* opacity: 0.7; */
}

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

.financial-strengths::after {
  width: 100px;
  height: 100px;
  bottom: 5%;
  left: 5%;
}

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

  .financial-strengths .strengths-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .financial-strengths .strengths-grid {
    grid-template-columns: 1fr;
  }

  .financial-strengths .section-title {
    font-size: 1.75rem;
  }
}

/* milestone */
.milestone {
  /* background: url(../img/Rectangle.png); */
  background: url('https://img.freepik.com/free-photo/aerial-shot-photovoltaics-eco-friendly-warehouse-3d-illustration_482257-78152.jpg?t=st=1759732484~exp=1759736084~hmac=e7b713f904f0fe09b54f9029a8ae0e3f456412ba82bc02e62c251fbadbd9851b&w=1480') no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.milestone:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
}

.milestone_left_bar {
  width: 25%;
  padding: 72px 0 48px;
  border-right: 1px solid #fff;
}

.milestone_left_bar .milestone_box {
  margin-bottom: 90px;
  position: relative;
}

.milestone_left_bar .milestone_box:last-child {
  margin-bottom: 0;
}

.milestone_left_bar .milestone_box:nth-child(1):before {
  content: '';
  position: absolute;
  width: 50px;
  height: 10px;
  background: #fff;
  bottom: -50px;
}

.milestone_box h2 {
  font-size: 36px;
  line-height: 1.5;
}

.milestone_right_bar {
  width: 75%;
}

.milestone_right_slider_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* width: 302px; */
  height: 770px;
  overflow: hidden;
  content: '';
  text-align: center;
  border-right: 1px solid #fff;
  padding: 0 12px;
}

.milestone_right_slider_shadow {
  position: relative;
}

.milestone_right_slider_shadow:before {
  background: #000;
  height: 100vh;
  width: 100vh;
  content: '';
  left: -150px;
  position: absolute;
  top: -395px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}

.milestone_right_slider_text:hover .milestone_right_slider_shadow:before {
  opacity: 0.5;
}

.milestone_right_slider_yy h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 30px;
}

.milestone .milestone_right_slider .milestone_right_slider_yy img {
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 30px;
}

.milestone_right_slider_yy span {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}

.milestone_right_slider_text p {
  width: 304px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 35px;
}

.milestone_right_slider_text:hover p {
  height: 100px;
  visibility: visible;
}

.milestone_right_bar .owl-nav {
  position: absolute;
  bottom: 0;
  top: 0;
  right: -120px;
  z-index: 999;
}

.milestone_right_bar .owl-nav .owl-prev {
  left: auto;
  right: 45px;
  width: 40px;
}

.milestone_right_bar .owl-nav .owl-next {
  right: 0;
  width: 40px;
}

.milestone_right_bar .owl-nav .owl-prev,
.milestone_right_bar .owl-nav .owl-next {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
}

@media screen and (max-width: 1560px) {
  .milestone_right_bar .owl-nav {
    position: unset;
  }

  .milestone_right_bar .owl-nav .owl-prev {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .milestone_left_bar {
    width: 100%;
    border: none;
    text-align: center;
  }

  .milestone_right_bar {
    width: 100%;
  }

  .milestone_left_bar .milestone_box:nth-child(1):before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .milestone_right_slider_text {
    border-right: none;
    height: 480px;
    width: 100%;
  }

  .milestone_right_slider_shadow:before {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .milestone_left_bar .milestone_box {
    margin-bottom: 50px;
  }

  .milestone_left_bar .milestone_box:nth-child(1):before {
    bottom: -25px;
  }

  .milestone_right_slider_text p,
  .milestone_right_slider_text:hover p {
    height: auto;
    visibility: visible;
    padding: 0;
    width: auto;
  }
}

/* ----- management team ----- */
.management {
  margin: 150px 0 150px;
}

.management-team-box {
  width: 20%;
  text-align: center;
  position: relative;
  margin: auto;
}

.management-team-box:before {
  content: '';
  width: 230px;
  height: 200px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transition: all 0.5s;
  top: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.management-team-box:hover:before {
  background: #00505c;
}

.management-team-text {
  padding: 50px 0px;
  width: 230px;
  height: 200px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.management-team-text h2 {
  font-size: 24px;
  color: #000;
}

.management-team-box:hover .management-team-text h2 {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .management-team-box:before {
    width: 180px;
    height: 160px;
  }

  .management-team-text {
    width: 170px;
    height: 160px;
  }

  .management-team-text h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .management-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }

  .management-team-box {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .management-team {
    grid-template-columns: repeat(1, 1fr);
  }

  .management {
    margin: 50px 0 60px;
  }
}

/* ----- About Detail ----- */
.about_detail {
  padding: 80px 0;
}

.about_detail_text p {
  line-height: 1.8;
}

.about_detail_text p {
  line-height: 1.8;
  color: #222;
  font-size: 16px;
}

/* ----- Sustainability ----- */
.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 {
  border: none;
  border-bottom: 3px solid #00505c;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #00505c;
  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: 400;
  text-transform: uppercase;
  color: #095763;
}

.sustainability_management {
  position: relative;
  padding: 10px;
}

.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: 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;
  text-align: justify;
}

.sustainability_development_text p {
  text-align: justify;
}

@media screen and (max-width: 575px) {
  .sustainability_development_text h2 {
    font-size: 24px;
  }

  .sustainability-management-about h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

/* ----- Globalization -----*/

.globalization h2 {
  /* text-align: center; */
  font-weight: 700;
  /* margin: 40px 0; */
  color: #095763;
}

.globalization p {
  /* text-align: center; */
  width: 70%;
  /* margin: 0 auto 50px; */
}

/* .rayzon_provide {
    text-align: center;
} */
.rayzon_provide {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  border-radius: 8px;
  padding: 30px 40px 30px 45px;
}

.rayzon_provide h2 {
  margin: 0 0 30px;
}

.rayzon_provide h5 {
  font-size: 13px;
}

/* .globalization_provide_maps {
    text-align: center;
} */
.Rayzon_in_the_world_maps {
  position: relative;
}

.Rayzon_in_the_world_maps .india h6 {
  position: absolute;
  right: 33.9%;
  top: 37.7%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .india h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .india:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .india:before,
.Rayzon_in_the_world_maps .india:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  right: 35%;
  top: 44%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .india:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  right: 35.4%;
  top: 44.8%;
  z-index: 0;
}

.Rayzon_in_the_world_maps .usa:before,
.Rayzon_in_the_world_maps .usa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 14.5%;
  top: 36.3%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .usa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 14.9%;
  top: 37%;
}

.Rayzon_in_the_world_maps .usa h6 {
  position: absolute;
  left: 12.7%;
  top: 31.5%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .usa:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .usa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .canada:before,
.Rayzon_in_the_world_maps .canada:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 15.7%;
  top: 26%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .canada:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 16.1%;
  top: 26.8%;
}

.Rayzon_in_the_world_maps .canada h6 {
  position: absolute;
  left: 12.7%;
  top: 20.5%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .canada:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .canada h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .germany:before,
.Rayzon_in_the_world_maps .germany:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 45.8%;
  top: 28%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .germany:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 46.3%;
  top: 28.8%;
}

.Rayzon_in_the_world_maps .germany h6 {
  position: absolute;
  left: 42.3%;
  top: 23.5%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .germany:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .germany h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .south-africa:before,
.Rayzon_in_the_world_maps .south-africa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 50.7%;
  top: auto;
  bottom: 29.2%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .south-africa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 51.1%;
  top: auto;
  bottom: 30%;
}

.Rayzon_in_the_world_maps .south-africa h6 {
  position: absolute;
  left: 45.8%;
  top: auto;
  bottom: 33%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .south-africa:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .south-africa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .kenya:before,
.Rayzon_in_the_world_maps .kenya:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 53.8%;
  top: auto;
  bottom: 42.2%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .kenya:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 54.3%;
  top: auto;
  bottom: 43%;
}

.Rayzon_in_the_world_maps .kenya h6 {
  position: absolute;
  left: 52.5%;
  top: auto;
  bottom: 46%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .kenya:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .kenya h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Floating animated circles */
.floating-object {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  background-color: rgb(126, 123, 123);
  animation: float 6s ease-in-out infinite;
}

.floating-object:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.floating-object:nth-child(2) {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 90%;
  animation-delay: 2s;
}

.floating-object:nth-child(3) {
  width: 15px;
  height: 15px;
  bottom: 10%;
  left: 20%;
  animation-delay: 4s;
}

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

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

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

/* Sustainability */
/* Encapsulated Sustainability Section Styles */
.rayzon-sustainability {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.rayzon-sustainability .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

/* Header Styles */
.rayzon-sustainability .rs-header {
  text-align: center;
  margin-bottom: 3rem;
}

.rayzon-sustainability .rs-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.rayzon-sustainability .rs-title span {
  color: #095763;
  position: relative;
}

.rayzon-sustainability .rs-divider {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 1rem auto;
}

/* UN Goals Section */
.rayzon-sustainability .rs-un-goals {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: center;
}

.rayzon-sustainability .rs-un-content {
  flex: 1;
}

.rayzon-sustainability .rs-un-content h3 {
  font-size: 1.75rem;
  color: #1e293b;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.rayzon-sustainability .rs-un-content p {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.rayzon-sustainability .rs-un-visual {
  flex: 1;
  position: relative;
}

.rayzon-sustainability .rs-un-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.rayzon-sustainability .rs-un-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #095763;
}

.rayzon-sustainability .rs-un-badge svg {
  width: 20px;
  height: 20px;
}

/* Management Pillars */
.rayzon-sustainability .rs-management {
  margin-top: 7rem;
}

.rayzon-sustainability .rs-management-title {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 700;
  color: #1e293b;
}

.rayzon-sustainability .rs-management-title span {
  color: #095763;
}

.rayzon-sustainability .rs-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.rayzon-sustainability .rs-pillar {
  background: linear-gradient(to right, #f8fafc 0%, #f9f9f9 100%);
  /* border-radius: 12px; */
  padding: 1rem;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.rayzon-sustainability .rs-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.rayzon-sustainability .rs-pillar-icon {
  position: relative;
  margin: 0 auto 1.5rem;
}

.rayzon-sustainability .rs-pillar-icon img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.rayzon-sustainability .rs-pillar-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  /* adjust overlay color & opacity */
  opacity: 0.5;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.rayzon-sustainability .rs-pillar-icon:hover::before {
  opacity: 0;
}

.rayzon-sustainability .rs-pillar-content h4 {
  font-size: 1.25rem;
  color: #1e293b;
  margin-bottom: 1rem;
  /* text-align: center; */
}

.rayzon-sustainability .rs-pillar-content p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.rayzon-sustainability .rs-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rayzon-sustainability .rs-pillar-list li {
  padding: 0.5rem 0;
  color: #095763;
  font-weight: 500;
  position: relative;
  padding-left: 1.5rem;
}

.rayzon-sustainability .rs-pillar-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #095763;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .rayzon-sustainability .rs-un-goals {
    flex-direction: column;
  }

  .rayzon-sustainability .rs-un-badge {
    right: 1rem;
  }
}

@media (max-width: 768px) {
  .rayzon-sustainability {
    padding: 3rem 0;
  }

  .rayzon-sustainability .rs-title {
    font-size: 2rem;
  }

  .rayzon-sustainability .rs-management-title {
    font-size: 1.75rem;
  }

  .rayzon-sustainability .rs-pillars {
    grid-template-columns: 1fr;
  }
}

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

  .rayzon-sustainability .rs-un-content h3 {
    font-size: 1.5rem;
  }
}

.owl-item {
  margin-right: 0px !important;
}

.mission-container {
  /* background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%); */
  background-color: #f8fafc;
  padding: 90px 0;
}

/* Section Dividers */
.feature {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

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

.core-container {
  padding: 90px 0;
}

.feature h5,
.core-card h5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  margin-top: 1rem;
}

.feature p,
.core-card p {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 992px) {
  .border-divider-left {
    border-left: 1px solid #ddd;
  }

  .border-divider-right {
    border-right: 1px solid #ddd;
  }
}

.core-card img {
  color: #333;
}