:root {
  --exec-navy: #0c1a2e;
  --exec-navy-light: #0f1e3d;
  --exec-navy-dark: #091428;
  --exec-gold: #c9a84c;
  --exec-gold-hover: #b8962e;
  --exec-gold-light: #f5edd6;
  --exec-section-bg: #f0f4f8;
  --exec-card-bg: #ffffff;
  --exec-text: #1e293b;
  --exec-text-muted: #64748b;
  --exec-text-light: #94a3b8;
  --exec-primary: #1a56db;
  --exec-success: #2d8a4e;
  --exec-border: #e2e8f0;
}

.services-lead-modern {
  text-align: left;
  max-width: 720px;
  margin: 0 0 18px 0;
  font-size: 1.18em;
  color: var(--exec-text-muted);
  font-weight: 500;
  line-height: 1.6;
}
.services-desc-modern {
  text-align: left;
  max-width: 650px;
  margin: 0 0 28px 0;
  font-size: 1.04em;
  color: var(--exec-text-light);
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .services-lead-modern, .services-desc-modern {
    font-size: 1em;
    max-width: 98vw;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.investment-why-title {
  font-size: 1.6em;
  color: var(--exec-navy);
  font-weight: 700;
  margin-bottom: 22px;
}
.investment-why-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}
.why-badge {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 1.08em;
  box-shadow: 0 2px 12px rgba(12,26,46,0.06);
  background: var(--exec-card-bg);
  color: var(--exec-navy);
  transition: transform 0.13s, box-shadow 0.13s;
  margin-bottom: 0;
  border: 1.5px solid var(--exec-border);
  cursor: default;
}
.why-badge.why-green {
  border-color: #d1f5e2;
  color: var(--exec-success);
}
.why-badge.why-blue {
  border-color: #c7d7fa;
  color: var(--exec-primary);
}
.why-badge:hover, .why-badge:focus {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 24px rgba(12,26,46,0.1);
  border-color: var(--exec-gold);
}
@media (max-width: 600px) {
  .investment-why-badges { gap: 10px; }
  .why-badge { padding: 10px 12px; font-size: 0.98em; }
}

.investment-plans-section {
  padding: 90px 0 40px 0;
  background: var(--exec-section-bg);
}
.investment-plans-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--exec-navy);
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.investment-plan-card {
  background: var(--exec-card-bg);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(12,26,46,0.08);
  border: 1.5px solid var(--exec-border);
  padding: 38px 28px 30px 28px;
  text-align: center;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.investment-plan-card:hover {
  box-shadow: 0 16px 48px rgba(12,26,46,0.12);
  transform: translateY(-8px) scale(1.025);
  border-color: var(--exec-gold);
}
.plan-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--exec-navy);
  letter-spacing: 1.2px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.plan-label {
  font-size: 1.02rem;
  color: var(--exec-gold);
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.plan-details { list-style: none; padding: 0; margin: 0 0 18px 0; }
.plan-details li {
  font-size: 1.01rem;
  color: var(--exec-text);
  padding: 7px 0;
  border-bottom: 1px dashed var(--exec-border);
}
.plan-details li:last-child { border-bottom: none; }
.btn-invest-plan {
  display: inline-block;
  margin-top: 18px;
  padding: 13px 36px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.08rem;
  background: linear-gradient(90deg, var(--exec-navy) 60%, var(--exec-gold) 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(12,26,46,0.15);
  border: none;
  text-decoration: none;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
}
.btn-invest-plan:hover, .btn-invest-plan:focus {
  background: linear-gradient(90deg, var(--exec-navy-dark) 60%, var(--exec-gold-hover) 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgba(12,26,46,0.2);
  transform: translateY(-2px) scale(1.04);
}

.investment-plans-section .d-flex span {
  font-size: 1.01rem;
  background: var(--exec-card-bg);
  border-radius: 10px;
  padding: 12px 22px;
  color: var(--exec-navy);
  font-weight: 700;
  margin: 0 6px 10px 0;
  box-shadow: 0 2px 8px rgba(12,26,46,0.06);
  transition: background 0.2s, color 0.2s;
}
.investment-plans-section .d-flex span:hover {
  background: var(--exec-navy);
  color: #fff;
}

.investment-plans-section .row.justify-content-center.mb-4 > div > div {
  background: var(--exec-card-bg);
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(12,26,46,0.06);
  padding: 22px 16px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.investment-plans-section .row.justify-content-center.mb-4 > div > div:hover {
  box-shadow: 0 8px 24px rgba(12,26,46,0.1);
  transform: translateY(-4px) scale(1.03);
}
.investment-plans-section .row.justify-content-center.mb-4 > div > div > div:first-child {
  font-size: 1.08em;
  color: var(--exec-gold);
  font-weight: 800;
  margin-bottom: 8px;
}
.investment-plans-section .row.justify-content-center.mb-4 > div > div > div:nth-child(2) {
  font-size: 1.01em;
  color: var(--exec-navy);
  font-weight: 700;
  margin-bottom: 6px;
}
.investment-plans-section .row.justify-content-center.mb-4 > div > div > div:last-child {
  font-size: 0.98em;
  color: var(--exec-text-muted);
}

.mod-testimonials {
  background: var(--exec-section-bg);
  padding: 60px 0 40px 0;
}
.mod-testimonials h2 {
  font-size: 2.2em;
  font-weight: 800;
  color: var(--exec-navy);
  margin-bottom: 12px;
}
.mod-testimonials h3 {
  font-size: 1.3em;
  color: var(--exec-text-muted);
  margin-bottom: 28px;
}
.mod-testimonials p {
  font-size: 1.1em;
  color: var(--exec-text-light);
  max-width: 700px;
  margin: 0 auto 36px auto;
}
.mod-testimonials .row.justify-content-center > div > div {
  background: var(--exec-card-bg);
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(12,26,46,0.06);
  padding: 28px 22px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mod-testimonials .row.justify-content-center > div > div:hover {
  box-shadow: 0 8px 32px rgba(12,26,46,0.1);
  transform: translateY(-4px) scale(1.03);
}
.mod-testimonials .row.justify-content-center > div > div > div:first-child {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--exec-gold);
}
.mod-testimonials .row.justify-content-center > div > div > div:nth-child(2) {
  font-size: 0.98em;
  color: var(--exec-text);
}
.mod-testimonials .row.justify-content-center > div > div > div:last-child {
  font-size: 0.98em;
  color: var(--exec-text-muted);
  margin: 10px 0;
}

.services-section {
  padding: 90px 0;
  background: var(--exec-section-bg);
}
.services-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--exec-navy);
  margin-bottom: 14px;
}
.services-lead {
  font-size: 1.1rem;
  color: var(--exec-text-muted);
  max-width: 820px;
  margin: 0 auto 26px;
}
.services-desc {
  font-size: 1rem;
  color: var(--exec-text-light);
  max-width: 760px;
  margin: 0 auto 60px;
}

.service-card-img-overlay {
  position: relative;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 16px 48px rgba(2,6,23,0.14);
  transition: transform .4s ease, box-shadow .4s ease;
  isolation: isolate;
}
.service-card-img-overlay:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 70px rgba(2,6,23,0.22);
}

.service-energy { background: #1a3a5c url("../images/Service/1.jpg") center/cover no-repeat; }
.service-assets { background: #2a1a4e url("../images/Service/gold.jpg") center/cover no-repeat; }
.service-trading { background: #1a3a4e url("../images/Service/3.jpg") center/cover no-repeat; }
.service-agriculture { background: #1a3a2e url("../images/Service/4.jpg") center/cover no-repeat; }
.service-crypto { background: #2a2a3e url("../images/Service/7.jpg") center/cover no-repeat; }
.service-nft { background: #3a1a3e url("../images/Service/5.jpg") center/cover no-repeat; }
.service-realestate { background: #2a3a4e url("../images/Service/6.jpg") center/cover no-repeat; }

.service-card-img-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,6,23,0.55), rgba(2,6,23,0.25), rgba(0,0,0,0));
  z-index: 1;
}

.service-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}
.service-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.service-type {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  opacity: 0.85;
  margin-bottom: 14px;
}
.service-desc { font-size: 0.95rem; line-height: 1.6; }
.service-desc.short { opacity: 0.9; }
.service-desc.full {
  margin-top: 14px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .35s ease;
}
.service-card-img-overlay:hover .service-desc.full {
  opacity: 1;
  max-height: 190px;
  overflow-y: auto;
  padding-right: 6px;
}
.service-desc.full::-webkit-scrollbar { width: 5px; }
.service-desc.full::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--exec-navy), var(--exec-gold));
  border-radius: 10px;
}
.services-section .row.justify-content-center { row-gap: 34px; }

@media (max-width: 991px) {
  .service-card-img-overlay { height: 360px; }
}
@media (max-width: 576px) {
  .services-title { font-size: 2rem; }
  .service-card-img-overlay { height: 330px; }
  .service-desc.full { max-height: 160px; }
}
