.sustainable-mgt {
  background-image: url('../../img/about-us/sustain-mgt.png');
  height: 700px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.sustainable-mgt::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.3) 50%, transparent 80%);
  z-index: 1;
}

.sustainable-mgt .container {
  position: relative;
  height: 100%;
  z-index: 2;
}

/* Content */
.sustainable-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 2;
  max-width: 650px;
  color: #fff;
}

.sustainable-content .subtitle {
  display: inline-block;
  padding: 5px 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.sustainable-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.sustainable-content p {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 768px) {
  .sustainable-mgt {
    height: 500px;
  }

  .sustainable-content {
    text-align: center;
  }

  .sustainable-content h2 {
    font-size: 38px;
  }

  .sustainable-content p {
    font-size: 16px;
  }
}

/* about-us */
.author {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  color: #777;
  font-size: 13px;
}

.story-left p {
  color: #777;
  line-height: 1.8;
  /* max-width: 430px; */
}

.join-btn {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.join-btn span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  /* height: 580px; */
  height: 650px;
  overflow: hidden;
  border-radius: 25px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-tags {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.top-tags span {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 12px;
}

.story-center {
  position: relative;
}

.visionSwiper {
  overflow: hidden;
  border-radius: 25px;
}

@media (max-width: 768px) {
  .image-card {
    height: 450px;
  }
}

/* .image-card {
    height: 650px;
    overflow: hidden;
    border-radius: 25px;
} */

.slider-btns {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
  display: flex;
  gap: 10px;
}

.vision-prev,
.vision-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.vision-prev:hover,
.vision-next:hover {
  background: #095763;
}

.info-list {
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.info-item span {
  color: #999;
}

.info-item strong {
  color: #111;
}

.story-link {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

/* why rayzon */
.feature-card {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 40px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.feature-lg {
  min-height: 300px;
}

.content {
  position: relative;
  z-index: 2;
}

.content h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #717171;
}

.content p {
  font-size: 15px;
  color: #666;
}

.icon-circle {
  transform: translateX(-50%);
  /* width: 50px;
    height: 50px; */
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -12px;
  margin-top: -40px;
}

.feature-header h4 {
  margin-left: -12px;
}

.icon-circle img {
  width: 40px;
}

.blue-card {
  background: radial-gradient(circle at left top, #09576326, transparent 50%), #ffffffb9;
}

.blue-card .icon-circle {
  background: linear-gradient(180deg, #f1f1f1, #fff);
}

.blue-card i {
  color: #095763;
}

.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .feature-lg {
    min-height: 300px;
  }

  .content h4 {
    font-size: 22px;
  }

  .icon-circle {
    width: 90px;
    height: 90px;
  }
}

/* Leaders */
.high-ticket-hero {
  /* background: #000; */
  overflow: hidden;
  min-height: 100vh;
}

.hero-image {
  position: relative;
  height: 78vh;
}

.hero-image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.speaker-card {
  position: absolute;
  bottom: 92px;
  right: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 30px;
  min-width: 292px;
  backdrop-filter: blur(8px);
}

.gold-line {
  width: 5px;
  height: 55px;
  background: #095763;
  margin-right: 20px;
}

.speaker-card h4 {
  color: #095763;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.speaker-card p {
  color: #727272;
  margin: 0;
  font-size: 15px;
}

.hero-content {
  /* max-width: 650px; */
  padding: 0px 80px;
}

.hero-subtitle {
  color: #727272;
  display: block;
  font-size: 16px;
  /* line-height: 1.6; */
  margin-bottom: 35px;
  /* font-weight: 500; */
}

.hero-content h3 {
  color: #727272;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 35px;
}

.hero-content p {
  color: #727272;
  font-size: 16px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 45px;
  border-radius: 60px;
  /* background: linear-gradient(135deg,
                    #d9c06d,
                    #b99636); */
  color: #727272;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: 0.4s;
}

.hero-btn:hover {
  transform: translateY(-3px);
  color: #727272;
  box-shadow: 0 10px 30px rgba(201, 166, 77, 0.35);
}

/* Responsive */

@media (max-width: 1199px) {
  .hero-content {
    padding: 60px;
  }

  .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .hero-image {
    height: 650px;
  }

  .speaker-card {
    right: 20px;
    left: 20px;
    min-width: auto;
    bottom: 30px;
  }

  .hero-content {
    padding: 50px 30px;
  }

  .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-image {
    height: 450px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }

  .speaker-card {
    padding: 18px;
  }

  .speaker-card h4 {
    font-size: 18px;
  }
}

/* milestone */
.history-section {
  overflow: hidden;
}

.historySwiper {
  padding: 50px 0;
}

.historySwiper .swiper-slide {
  width: 320px;
  transition: 0.5s;
}

.history-card {
  position: relative;
}

.history-image {
  height: 520px;
  overflow: hidden;
}

.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.history-content {
  margin-top: 25px;
}

.history-content h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #111;
}

.history-content ul {
  padding-left: 18px;
  margin: 0;
}

.history-content li {
  color: #444;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  list-style: circle;
}

.history-section .swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
}

.history-section .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.history-section .swiper-slide-active .history-image img {
  transform: scale(1.05);
}

.history-section .swiper-slide-prev,
.history-section .swiper-slide-next {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .history-image {
    height: 400px;
  }

  .history-content h2 {
    font-size: 50px;
  }
}

.top {
  margin-top: 50px;
}

.quote-box {
  position: relative;
}

.quote-icon {
  position: absolute;
  left: -32px;
  top: -32px;
  font-size: 50px;
  color: rgba(9, 87, 99, 0.15);
  line-height: 1;
}

.quote-box h3 span {
  color: #095763;
  font-weight: 800;
}

@media (max-width: 991px) {
  .quote-box {
    padding-left: 30px;
  }

  .quote-icon {
    font-size: 60px;
  }

  .quote-box h3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .quote-box h3 {
    font-size: 20px;
  }

  .quote-box {
    padding-left: 0px;
  }

  .quote-icon {
    font-size: 30px;
    position: absolute;
    left: -24px;
    top: -20px;
  }

  .top {
    margin-top: 0px;
  }
}

.culture-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}

/* subtle background pattern */

.culture-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(30deg, rgba(9, 87, 99, 0.04) 1px, transparent 1px), linear-gradient(-30deg, rgba(9, 87, 99, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.culture-section .container {
  position: relative;
  z-index: 2;
}

.culture-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 38px;
  border: 2px solid #095763;
  border-radius: 50px;
  color: #095763;
  text-decoration: none;
  font-weight: 600;
  transition: 0.35s;
}

.culture-btn:hover {
  background: #095763;
  color: #fff;
}

/*==========================
Feature List
==========================*/

.feature-list {
  position: relative;
  /* padding-left:45px; */
}

.feature-list::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0px;
  bottom: 40px;
  width: 2px;
  background: #d9d9d929;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 40px;
  position: relative;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #09576347;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(9, 87, 99, 0.25);
  position: relative;
  z-index: 2;
}

.feature-content h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1d1d1d;
}

.feature-content p {
  color: #7b7b7b;
  line-height: 28px;
  margin: 0;
}

/* Hover */

.feature-item:hover .feature-icon {
  transform: scale(1.08);
  transition: 0.35s;
}

.feature-item:hover h5 {
  color: #095763;
}

@media (max-width: 767px) {
  .feature-item {
    gap: 18px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
