.elementor-4388 .elementor-element.elementor-element-467841a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-95e80d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-9eeec25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-f55900c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-579da99{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-326ad83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-9ea1c41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-60505fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-d28e576{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-5205c28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-f22a2b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b042bf0 *//* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, sans-serif;
}

/* HERO */
.hero{
  position:relative;
  min-height:50vh;
  display:flex;
  align-items:center;

  background:url("https://img.freepik.com/free-photo/finance-business-analysis-chart-graph-concept_53876-124455.jpg") no-repeat center/cover;
}

/* OVERLAY */
.overlay{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(27, 94, 32, 0.85);
  top:0;
  left:0;
}

/* CONTAINER */
.container{
  position:relative;
  z-index:2;
  width:90%;
  max-width:1200px;
  margin:auto;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  color:#fff;
}

/* LEFT */
.hero-left{
  flex:1;
}

.hero-left h1{
  font-size:48px;
  line-height:1.3;
  margin-bottom:20px;
  color:#fff;
}

.hero-left p{
  font-size:17px;
  margin-bottom:25px;
  max-width:500px;
}

/* BUTTON */
.btn{
  display:inline-block;
  padding:12px 25px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
  background:#F36F21;
  color:#fff;
  transition:0.3s;
}

.btn:hover{
  background:#d95d1c;
}

/* RIGHT IMAGE */
.hero-right{
  flex:1;
  display:flex;
  justify-content:center;
}

.hero-right img{
  width:100%;
  max-width:420px;
  border-radius:15px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px){

  .container{
    flex-direction:column;
    text-align:center;
  }

  .hero{
    padding:60px 0;
  }

  .hero-left h1{
    font-size:30px;
  }

  .hero-left p{
    font-size:15px;
    margin:auto;
    margin-bottom:20px;
  }

  .hero-right img{
    max-width:300px;
  }

}

/* ================= TABLET ================= */
@media (max-width: 992px){

  .hero-left h1{
    font-size:36px;
  }

  .hero-right img{
    max-width:350px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21488bf *//* SECTION */
.ap-section {
  padding: 30px 20px;
  background: #f5f7f6;
  font-family: 'Segoe UI', sans-serif;
}

.ap-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ap-header {
  text-align: center;
  margin-bottom: 50px;
}

.ap-header h2 {
  font-size: 36px;
  color: #1f6b4f;
  margin-bottom: 10px;
}

.ap-header p {
  color: #555;
  font-size: 16px;
}

/* GRID */
.ap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.ap-card {
  background: #e9efec;
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s;
}

.ap-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.ap-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ff8c42, #ff6a00);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 12px;
  margin-bottom: 15px;
}

/* TEXT */
.ap-card h3 {
  color: #1f6b4f;
  margin-bottom: 10px;
  font-size: 18px;
}

.ap-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ap-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aeda1ff *//* SECTION */
.ci-section {
  padding: 30px 20px;
  background: #f5f7f6;
  font-family: 'Segoe UI', sans-serif;
}

.ci-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ci-header {
  text-align: center;
  margin-bottom: 50px;
}

.ci-header h2 {
  font-size: 36px;
  color: #1f6b4f;
  margin-bottom: 10px;
}

.ci-header p {
  color: #666;
  font-size: 16px;
}

/* GRID */
.ci-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.ci-card {
  background: #e9efec;
  padding: 30px;
  border-radius: 12px;
  transition: 0.3s;
}

.ci-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.ci-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* TEXT */
.ci-card h3 {
  color: #1f6b4f;
  margin-bottom: 10px;
  font-size: 18px;
}

.ci-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ci-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ci-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8c4510 *//* SECTION */
.opp2-section {
  padding: 30px 20px;
  background: #ffff;
  font-family: 'Segoe UI', sans-serif;
}

.opp2-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.opp2-header {
  text-align: center;
  margin-bottom: 60px;
}

.opp2-header h2 {
  font-size: 40px;
  color: #1f6b4f;
  margin-bottom: 10px;
  font-weight: 700;
}

.opp2-header p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.opp2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;
}

/* ITEM */
.opp2-item {
  display: grid;
  grid-template-columns: auto;
}

/* NUMBER */
.opp2-num {
  font-size: 34px;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 5px;
}

/* SUBTEXT */
.opp2-sub {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 15px;
}

/* CONTENT */
.opp2-content h3 {
  font-size: 18px;
  color: #1f6b4f;
  margin-bottom: 10px;
  font-weight: 600;
}

.opp2-content p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .opp2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .opp2-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f55900c *//* SECTION */
.op-section {
  padding: 80px 20px;
  background: #f5f7f;
  font-family: 'Segoe UI', sans-serif;
}

.op-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.op-header {
  text-align: center;
  margin-bottom: 50px;
}

.op-header h2 {
  font-size: 36px;
  color: #1f6b4f;
  margin-bottom: 10px;
}

.op-header p {
  color: #666;
  font-size: 16px;
}

/* GRID */
.op-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

/* ITEM */
.op-item {
  display: flex;
  gap: 15px;
}

/* NUMBER */
.op-number {
  font-size: 32px;
  font-weight: bold;
  color: #ff6a00;
  min-width: 80px;
}

/* TEXT */
.op-text h3 {
  color: #1f6b4f;
  font-size: 18px;
  margin-bottom: 5px;
}

.op-text span {
  font-size: 13px;
  color: #777;
  display: block;
  margin-bottom: 8px;
}

.op-text p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .op-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .op-grid {
    grid-template-columns: 1fr;
  }

  .op-item {
    flex-direction: column;
  }

  .op-number {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-597a817 *//* SECTION */
.po-section {
  padding: 30px 20px;
  background: #f5f7f6;
  font-family: 'Segoe UI', sans-serif;
}

.po-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.po-header {
  text-align: center;
  margin-bottom: 50px;
}

.po-header h2 {
  font-size: 38px;
  color: #1f6b4f;
  margin-bottom: 10px;
  font-weight: 700;
}

.po-header p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.po-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.po-card {
  background: #e9efec;
  padding: 30px;
  border-radius: 14px;
  transition: 0.3s;
  border: 1px solid #dde5e2;
}

.po-card:hover {
  transform: translateY(-6px);
}

/* ICON */
.po-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #ff8c42, #ff6a00);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

/* TEXT */
.po-card h3 {
  font-size: 18px;
  color: #1f6b4f;
  margin-bottom: 10px;
  font-weight: 600;
}

.po-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .po-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .po-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89e0436 *//* SECTION */
.po2-section {
  padding: 30px 20px;
  background: #f5f7f6;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.po2-container {
  max-width: 1200px;
  margin: auto;
}

/* TITLE */
.po2-title {
  font-size: 38px;
  color: #1f6b4f;
  margin-bottom: 40px;
  font-weight: 700;
}

/* BOX */
.po2-box {
  background: linear-gradient(90deg, #e8efec, #e6ddd7);
  padding: 50px 30px;
  border-radius: 18px;
}

/* GRID */
.po2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

/* ITEM */
.po2-item {
  text-align: center;
}

/* ICON */
.po2-icon {
  font-size: 38px;
  margin-bottom: 10px;
}

/* LABEL */
.po2-item h4 {
  font-size: 16px;
  color: #1f6b4f;
  margin-bottom: 5px;
  font-weight: 600;
}

/* VALUE */
.po2-item p {
  font-size: 16px;
  color: #2f855a;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .po2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .po2-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c66ac4e *//* SECTION */
.lmx-section {
  padding: 80px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.lmx-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.lmx-header {
  text-align: center;
  margin-bottom: 50px;
}

.lmx-header h2 {
  font-size: 40px;
  color: #1f6b4f;
  font-weight: 700;
  margin-bottom: 10px;
}

.lmx-header p {
  color: #6b7280;
  font-size: 16px;
}

/* GRID */
.lmx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.lmx-card {
  background: #eef2f1;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #dfe7e4;
  transition: 0.3s;
}

.lmx-card:hover {
  transform: translateY(-6px);
}

/* ICON */
.lmx-card img {
  width: 45px;
  margin-bottom: 15px;
}

/* TEXT */
.lmx-card h3 {
  font-size: 17px;
  color: #1f6b4f;
  margin-bottom: 8px;
  font-weight: 600;
}

.lmx-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lmx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lmx-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79729d6 *//* SECTION */
.ipx-section {
  padding: 80px 20px;
  background: #f5f7f6;
  font-family: 'Segoe UI', sans-serif;
}

.ipx-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.ipx-header {
  text-align: center;
  margin-bottom: 60px;
}

.ipx-header h2 {
  font-size: 42px;
  color: #1f6b4f;
  font-weight: 700;
  margin-bottom: 10px;
}

.ipx-header p {
  font-size: 16px;
  color: #6b7280;
}

/* GRID */
.ipx-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.ipx-card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  text-align: center;
  position: relative;
}

/* HIGHLIGHT */
.ipx-highlight {
  border: 2px solid #f97316;
}

/* BADGE */
.ipx-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #f97316;
  color: #fff;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* TITLE */
.ipx-card h3 {
  font-size: 22px;
  color: #1f6b4f;
  margin-bottom: 5px;
}

/* SUBTEXT */
.ipx-sub {
  font-size: 14px;
  color: #6b7280;
  display: block;
  margin-bottom: 20px;
}

/* PRICE */
.ipx-price {
  font-size: 42px;
  font-weight: 700;
  color: #1f6b4f;
  margin-bottom: 5px;
}

/* SMALL TEXT */
.ipx-small {
  font-size: 14px;
  color: #6b7280;
}

/* LINE */
.ipx-card hr {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* LIST */
.ipx-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}

.ipx-card ul li {
  font-size: 14px;
  color: #374151;
  margin: 10px 0;
}

/* BUTTON */
.ipx-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: #f97316;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

.ipx-btn:hover {
  background: #ea580c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ipx-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f726bbf *//* SECTION */
.earn2-sec {
  padding: 40px 20px;
  background: #f5f7f6;
  font-family: 'Segoe UI', sans-serif;
}

/* CONTAINER */
.earn2-container {
  max-width: 700px;
  margin: auto;
}

/* BOX */
.earn2-box {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dfe5e2;
  overflow: hidden;
}

/* TABLE */
.earn2-table {
  width: 100%;
  border-collapse: collapse;
}

/* HEADER */
.earn2-table thead {
  background: #e9efec; /* same light grey-green */
}

.earn2-table th {
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
}

/* LEFT HEADER */
.earn2-table th.left {
  color: #1f6b4f; /* green */
  text-align: left;
}

/* RIGHT HEADER */
.earn2-table th.right {
  color: #f97316; /* orange */
  text-align: left;
}

/* ROW */
.earn2-table td {
  padding: 14px 18px;
  font-size: 14px;
  color: #374151;
  border-top: 1px solid #e5e7eb;
}

/* AMOUNT */
.amount {
  color: #f97316;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .earn2-table th,
  .earn2-table td {
    padding: 10px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68ebd63 *//* SECTION */
.pb-sec {
  padding: 30px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

/* CONTAINER */
.pb-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.pb-header {
  text-align: center;
  margin-bottom: 50px;
}

.pb-header h2 {
  font-size: 40px;
  color: #1f6b4f;
  font-weight: 700;
  margin-bottom: 10px;
}

.pb-header p {
  font-size: 16px;
  color: #6b7280;
}

/* GRID */
.pb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.pb-card {
  background: #eef2f1;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #dfe7e4;
  transition: 0.3s;
}

.pb-card:hover {
  transform: translateY(-6px);
}

/* ICON */
.pb-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

/* TITLE */
.pb-card h3 {
  font-size: 17px;
  color: #1f6b4f;
  margin-bottom: 8px;
  font-weight: 600;
}

/* TEXT */
.pb-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pb-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13a94ad *//* SECTION */
.cta-sec {
  background: #2f6f4f;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

/* CONTAINER */
.cta-container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.cta-sec h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

/* SUBTEXT */
.cta-sec p {
  font-size: 16px;
  color: #d1e7dd;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #f97316;
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 40px;
}

.cta-btn:hover {
  background: #ea580c;
}

/* BADGES */
.cta-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* SINGLE BADGE */
.cta-badge {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px;
  background: rgba(255,255,255,0.05);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .cta-sec h2 {
    font-size: 30px;
  }

  .cta-sec p {
    font-size: 14px;
  }

  .cta-btn {
    padding: 12px 20px;
  }
}/* End custom CSS */