.growth-section {
  background: #153f35;
  padding-bottom: 0px;
  margin-bottom: 83px;
}

.growth-hero {
  /* background: #153f35; */
  text-align: center;
  color: #fff;
  padding: 35px 20px 0px;
  /* min-height: 807px; */
}

.growth-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.growth-hero p {        
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-btn {
  background: #f25c2a;
  padding: 12px 28px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.growth-card {
  max-width: 1120px;
  margin: 0px auto 0px;
  background: #f9f6f2;
  border-radius: 12px;
  padding: 55px;
  display: flex;
  gap: 45px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  position: relative;
  bottom: -73px;
}


.growth-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.growth-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}

.growth-left p {
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
  margin-bottom: 15px;
}


.growth-right {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.growth-right h4 {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.growth-right span {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.growth-right input,
.growth-right textarea {
  width: 100%;
  padding: 11px;
  margin-bottom: 12px;
  border: 0px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  background: #FAFAFA;
}

.growth-right textarea {
  height: 85px;
  resize: none;
}

.growth-right button {
  background: #f25c2a;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 310px;
}

.advantages-section {
  padding: 70px 20px;
  background: #ffffff;
}

.advantages-wrapper {
  max-width: 1120px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}


.advantages-text {
  flex: 1.1;
}

.advantages-text h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}

.advantages-text ul {
  list-style: none;
  padding: 0;
}

.advantages-text ul li {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
.advantages-text ul li strong {
    font-weight: 100;
}strong {}
.advantages-text ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1f4c40;
  font-size: 20px;
  line-height: 1;
  top: 8px;
}

.advantages-image {
  flex: 0.9;
}

.advantages-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}



.container{
  max-width:1200px;
  margin:auto;
  padding: 0 12px;
}


.play-section1 {
  background: #184438;
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}


.play-section1 h2,
.play-section1 p {
  /* text-align: center; */
  /* margin-bottom: 10px; */
}

.play-image {
  /* width: 100%; */
  /* max-width: 600px; */
  /* margin: 0 auto; */
  /* border-radius: 20px; */
  /* overflow: hidden; */
}



.play-image video {
  width: 100%;
  height: auto;
  display: block;

}

.slider-one .owl-stage {
  display: flex;
}

.slider-one .owl-item {
   padding: 0 !important;
  display: flex;
  justify-content: center;
}


.reel {
  /* height: 260px; */
  /* width: 100%; */
  /* border-radius: 14px; */
  /* overflow: hidden; */
  /* position: relative; */
  /* background: #000; */
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.35); */
  /* transition: all 0.35s ease; */
}

.reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.reel:hover img {
  transform: scale(1.08);
}

.reel::after {
  /* content: ''; */
  /* position: absolute; */
  /* inset: 0; */
  /* background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.1)
  ); */
}


.slider-one .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.slider-one .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: 1px solid white !important;
  color: 1px solid red !important;
  
  font-size: 22px;
  margin: 0 8px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.2);
}

/* .slider-one .owl-nav button:hover {
   background: #27a27c !important; 
   transform: translateY(-3px); 
} */

.slider-one .owl-nav button span {
  font-size: 28px;
  line-height: 1;
}


.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 22px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.slide-btn.left { left: -20px; }
.slide-btn.right { right: -20px; }

.slide-btn:hover {
  background: #ff7a00;
  color: #fff;
}

.data-driven-section {
 
padding: 50px 20px;
}

.data-driven-wrapper {
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}


.data-image {
  /* padding: 16px; */
  border-radius: 14px;
  /* box-shadow: 0 14px 40px rgba(0,0,0,0.08); */
}

.data-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}


.data-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #111;
}

.data-content p {
  font-size: 16px;
  /* line-height: 1.7; */
  color: #444;
  margin-bottom: 16px;
}

.profitability-section {
  background: #faf7f2;
  padding: 50px 20px;
}

.profitability-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.profitability-wrapper h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 42px;
  color: #111;
}


.profit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}


.profit-card {
  background: #fff;
  padding: 42px 20px;
  border-radius: 4px;
  text-align: left;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.06); */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.profit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.profit-card .contentstyle33 {
    flex: 1;
}
.profit-card img {
  width: 71px;
  margin-bottom: 0px;
  height: auto;
  padding: 16px;
  background: #F5F2F0;
  border-radius: 4px;
}

.profit-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111;
}

.profit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #393B3C;
}


.why-choose-section {
  /* background: #f3f8fc; */
  padding: 50px 20px;
}

.why-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.why-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
}


.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}


.why-card {
  background: #eaf4ff;
  border-radius: 6px;
  padding: 14px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.why-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 19px;
}

.why-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  color: #111;
}

.why-card p {
  font-size: 12px;
  /* line-height: 1.6; */
  color: #555555;
}


.finance-challenges {
  padding: 50px 20px;
  background: #fff;
  text-align: center;
}

.finance-challenges h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.timeline {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: relative;
  margin-top: 100px;
}
 

.timeline .card {
    margin-top: -60px;
}
 
.card {
  width: 48%;
  background: #f3f3f3;
  padding: 30px 62px 30px 80px;
  border-radius: 14px;
  text-align: left;
  position: relative;
  top: 19px;
}

.card.left {
  align-self: flex-start;
}

.card.right {
  align-self: flex-end;
}

.tag {
  position: absolute;
  left: 11px;
  top: 11px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px 12px;
  font-size: 24px;
  color: #fff;
  border-radius: 26px;
  font-weight: 600;
  height: 91%;
  text-align: center;
}

.tag.blue {
  background: #0b4f6c;
}

.tag.orange {
  background: #f05a28;
}

.card h4 {
  font-size: 20px;
  margin-bottom: 21px;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
  color: #393B3C;
}


.arrow {
  position: absolute;
  width: 173px;
}

.arrow-right {
  right: -214px;
  bottom: 86px;
}

.arrow-left {
  left: -234px;
  bottom: 92px;
}

@media (max-width: 1024px) {
  .advantages-image {
    display: none;
  }

  .advantages-text {
    flex: 1; 
  }

  .advantages-wrapper {
    gap: 20px; 
    flex-direction: column; 
  }

  .profit-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {
  .data-driven-wrapper {
    grid-template-columns: 1fr; 
    gap: 30px; 
  }

  
  .data-image {
    order: 2;
  }
  .data-content {
    order: 1;
  }

  .profit-cards {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }


  .timeline {
    gap: 40px;
  }

  .card {
    width: 100%;
    padding: 24px 20px;
  }

  .card.left,
  .card.right {
    align-self: stretch; /* remove left-right */
  }

  /* Hide arrows on mobile */
  .arrow {
    display: none;
  }

  /* Fix vertical tag for mobile */
  .tag {
    /* position: static; */
    /* writing-mode: horizontal-tb; */
    /* transform: none; */
    /* display: inline-block; */
    /* margin-bottom: 12px; */
    /* border-radius: 6px; */
  }

  .card h4 {
    font-size: 15px;
  }

  .card p {
    font-size: 13px;
  }
}