
*{margin: 0px; padding: 0px; box-sizing: border-box;}

img{max-width: 100%;}

a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}

ul{margin: 0px; padding: 0px;}

p{margin: 0px;}

body{ font-family: 'Inter', sans-serif;}

#main-header {background:#fff;position:relative;z-index:999;}

#main-header .top-strip{height:20px;background:#3d7558}

#main-header .header-wrapper{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom: 1px solid #3d7558;}

#main-header .logo-area{display:inline-grid;align-items:center;gap:15px;width:30%}

#main-header .logo-area img{width:130px}

#main-header .logo-content p{margin:0;font-size:12px;line-height:1.6;color:#555}

#main-header .right-side{width:70%}

#main-header .social-icons{display:flex;justify-content:flex-end;gap:12px;margin-bottom:20px}

#main-header .social-icons a{width:35px;height:35px;border:1px solid #888;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#444}

#main-header .menu-row{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex-wrap:wrap}

#main-header .btn-green{background:#3d7558;color:#fff;padding:12px 28px;border-radius:30px;text-decoration:none}

#main-header .btn-green:hover{background:#2e5b43;color:#fff!important}

#main-header .btn-outline{border:1px solid #3d7558!important;color:#3d7558!important;padding:12px 28px;border-radius:30px;text-decoration:none}

#main-header .desktop-menu{display:flex;gap:25px}

#main-header .desktop-menu a{    color: #3d7558;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;}

#main-header .menu-toggle{display:none;border:none;background:none;font-size:24px}

/* MOBILE */
@media (max-width: 991px) {
 #main-header .desktop-menu{display:none}
 
 #main-header .menu-toggle{display:block}
 
 #main-header .header-wrapper{flex-direction:row;align-items:center;}
 
 /*#main-header .logo-area,#main-header .right-side{width:100%}*/
 
 #main-header .menu-row{width:100%}
 
 #main-header .social-icons{display: none;}
 
 #main-header .btn-green,#main-header .btn-outline{display:none}
 
 .offcanvas-body a{display:block;padding:12px 0;color:#3d7558;text-decoration:none;font-size:18px}
 
 .logo-content{display:none}
}


/* slider */

.MagicSlideshow{overflow: hidden;}




/* ======================================================================================== */
/* ======================================================================================== */



/* footer */

footer{
    position: relative;
    background:linear-gradient(135deg, #d3ae6c 0%, #111827 50%, #527e65 100%);
    padding:20px 0 10px;
    overflow:hidden;
}

footer::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(212,175,55,.08);
    border-radius:50%;
    top:-250px;
    left:-150px;
    filter:blur(120px);
}

footer::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
    bottom:-200px;
    right:-100px;
    filter:blur(120px);
}

footer > *{
    position:relative;
    z-index:2;
}

.footer-section-brandName{
    color:#fff;
    font-size:34px;
    font-weight:700;
    letter-spacing:2px;
}

.footer-section-brandName p{
    margin-bottom:0;
}

.footer-section-brandName img{
    width:180px !important;
    height:auto !important;
}


.column-title{
    color:#fff !important;
    font-size:20px !important;
    font-weight:600 !important;
    margin-bottom:25px !important;
    position:relative;
}

.column-title::after{
    content:"";
    width:40px;
    height:3px;
    background:#d4af37;
    position:absolute;
    left:0;
    bottom:-8px;
    border-radius:10px;
}


.footer-section-top-column-one a,
.footer-section-top-column-two a{
    color:#fff!important;
    display:inline-block;
    margin-bottom:12px;
    transition:.3s;
    font-size: 18px;
}

.footer-section-top-column-one a:hover,
.footer-section-top-column-two a:hover{
    color:#d4af37 !important;
    transform:translateX(6px);
}


.addres{
    border-radius:18px;
    backdrop-filter:blur(10px);
}

.addres li{
    color:#fff;
    line-height:1.8;
    display:flex;
    align-items:baseline;
    margin-bottom:10px;
     font-size: 18px;
}
.addres li a{
    margin-bottom:0 !important;
}

.addres li i{
    color:#d4af37;
    min-width:20px;
}

.footer-section-social{
    gap:12px;
}

.footer-section-social li a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.1);
    transition:.4s;
}

.footer-section-social li a:hover{
    background:#d4af37;
    transform:translateY(-6px);
}

.footer-section-social li a svg{
    fill:#fff;
}

.footer-section-top-column-four iframe{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}


.footer-section-middle{
    margin-top:50px;
    margin-bottom:30px;
}

.footer-section-middle-start-line,
.footer-section-middle-end-line{
    background:rgba(255,255,255,.15);
}

#brandLogo{
    filter:brightness(0) invert(1);
}








.logoicon{border-top: 1px solid #fff; margin-top: 27px; padding-top: 15px;}

.logoicon .imgsc{text-align: center;}

.logoicon .imgsc img{width: 270px;}


/* model */

.modal .forem .icon-input {position: relative;}

.modal .modal-content{background-color: #f8f8f8; padding: 30px;}

.modal .forem span {position: absolute; top: 9px; left: 23px; color: #507f62;}

.modal .forem .form-control {background-color: #fff; padding: 10px 40px; box-shadow: none; border: transparent;
border-radius: 0px; margin-bottom: 10px; font-size: 15px;}

.modal .forem .btn {padding: 10px 30px; background-color: #507f62; color: #fff; border-radius: 0px; margin-top: 20px;}



    /* whatapp */
.quickcontact { width: 40px; position: fixed; top: 77%; right: 30px; z-index: 9999;}


/* ======================================================================================== */
/* HERO SECTION CSS  */
/* ======================================================================================== */

.hero-section{padding:50px 0;overflow:hidden; border-bottom: 1px solid #3d7558;}

.hero-content{padding:60px;padding-right: 0; color:#ffffff; padding-bottom: 30px !important ; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}

.hero-content h1{font-size:64px;font-weight:700;line-height:1.1;margin-bottom:20px;color: #4c4d4d;}

.hero-content p{font-size:19 px;max-width:520px;opacity:.85;margin-bottom:35px;color: #000;}

.hero-content h3{font-size:30px;font-weight:700;line-height:1.1;margin-bottom:30px;color: #4c4d4d;}

.hero-btns a{padding:14px 34px;border-radius:50px;font-size:16px;font-weight:bolder;transition:.4s}

.btn-primary{    background: transparent; color: #3d7558; border: 1px solid #3d7558;}

.btn-primary:hover{color:#3d7558}

.hero-image{text-align:left;}

.hero-image img{width: 450px; height: auto;}



/* ===========================
   RESPONSIVE
=========================== */

@media (max-width:991px){.hero-section{padding-top:10px}

.hero-content{text-align:center;padding:40px 20px}

.hero-content h1{font-size:44px}

.hero-content p{margin:auto auto 30px}

.hero-btns{justify-content:center;flex-wrap:wrap}

.hero-image{text-align:center;padding:20px}

.hero-image img{max-height:400px}

}

@media (max-width:576px){.hero-content h1{font-size:34px}

.hero-btns a{width:100%;text-align:center}

}


/* ======================================================================================== */
/* ABOUT SECTION CSS  */
/* ======================================================================================== */
#about-section{
    background:#f8f8f8;
    padding:0;
    overflow:hidden;
    position:relative;
}

/* TOP LEFT DECORATIVE IMAGE */
#about-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:390px;
    height:335px;
    background:url("../images/about-section.png") no-repeat;
    background-size:cover;
    background-position:top left;
    z-index:1;
}

/* MAIN WRAPPER */
#about-section .about-main{
    display:flex;
}

/* CONTENT SIDE */
#about-section .about-right{
    width:100%;
    position:relative;
    z-index:2;
    padding:60px 115px 50px 520px;
}

#about-section .about-right h2{
    font-size:43px;
    font-weight:500;
    line-height:1.2;
    color:#1c1c1c;
    margin-bottom:25px;
}

#about-section .about-right ul{
    padding-left:20px;
    /*margin-bottom:40px;*/
}

#about-section .about-right ul li{
    font-size:18px;
    line-height:1.8;
    color:#222;
}

/* EXPERIENCE */
#about-section .experience-box{
    text-align:start;
    /*margin-top:40px;*/
}

#about-section .experience-box h3{
    font-size: 110px;
    color: #4d7c63;
    margin-left: 25px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

#about-section .experience-box p{
    font-size:26px;
    color:#222;
}

/* BOTTOM STATS */
#about-section .stats-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#e9ece9;
    border-top:1px solid #c8d0c8;
    position:relative;
    z-index:2;
}

#about-section .stat-box{
    text-align:center;
    padding:25px 15px;
    border-right:1px solid #8ba08b;
}

#about-section .stat-box:last-child{
    border-right:none;
}

#about-section .stat-box h4{
    font-size:20px;
    font-weight:700;
    color:#4c4d4d;
    margin-bottom:8px;
}

#about-section .stat-box p{
    font-size:15px;
    color:#444;
    margin:0;
}

/* TABLET */
@media(max-width:991px){

    #about-section::before{
        width:100%;
        height:220px;
        background-size:cover;
    }

    #about-section .about-right{
        padding:250px 30px 40px;
    }

    #about-section .about-right h2{
        font-size:30px;
    }

    #about-section .about-right ul li{
        font-size:16px;
    }

    #about-section .experience-box h3{
        font-size:70px;
    }

    #about-section .experience-box p{
        font-size:22px;
    }

    #about-section .stats-row{
        grid-template-columns:repeat(2,1fr);
    }

    #about-section .stat-box:nth-child(2){
        border-right:none;
    }
}

/* MOBILE */
@media(max-width:576px){

    #about-section::before{
        height:180px;
    }

    #about-section .about-right{
        padding:210px 20px 30px;
    }

    #about-section .about-right h2{
        font-size:25px;
    }

    #about-section .about-right ul li{
        font-size:15px;
        line-height:1.7;
    }

    #about-section .experience-box{
        text-align:center;
    }

    #about-section .experience-box h3{
        font-size:55px;
    }

    #about-section .experience-box p{
        font-size:18px;
    }

    #about-section .stats-row{
        grid-template-columns:1fr;
    }

    #about-section .stat-box{
        border-right:none;
        border-bottom:1px solid #8ba08b;
    }

    #about-section .stat-box:last-child{
        border-bottom:none;
    }
}



/* ======================================================================================== */
/* STRATEGIES SECTION CSS  */
/* ======================================================================================== */

 #strategies-section { border-bottom: 1px solid #3d7558;background:#f5f4f0;padding:20px 0;text-align:center;position:relative;overflow:hidden;min-height:280px;display:flex;align-items:center;justify-content:center}
 #strategies-section:before{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 326px;
    background: url(../images/strategies-section-img.png) no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 1;
 }
 
 
 #strategies-section .wavy-deco{position:absolute;top:0;right:0;width:220px;height:260px;pointer-events:none}
 #strategies-section .hero-content{position:relative;z-index:1;
 /*max-width:700px;margin:0 auto*/
     
 }
 #strategies-section h2{font-size:75px;font-weight:700;color:#2a5c2a;line-height:1.2;margin-bottom:1rem}
 #strategies-section p{font-size:22px;color:#1c1c1c;line-height:1.7;margin-bottom:1.8rem}
 #strategies-section .features{display:flex;justify-content:center;align-items:center;gap:0;margin-bottom:1.8rem;flex-wrap:wrap}
 #strategies-section .feature{font-size:30px;font-weight:600;color:#2a5c2a;padding:0 1.4rem}
 #strategies-section .divider{width:1px;    height: 50px;
    background: #2f4f34;}
 #strategies-section .cta-btn{display:inline-block;border:1.5px solid #2a5c2a;color:#2a5c2a;background:transparent;padding:.6rem 2rem;border-radius:999px;font-size:.88rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}
 #strategies-section .cta-btn:hover{background:#2a5c2a;color:#fff}

 @media (max-width:992px) {
    #strategies-section{padding: 0px 0px 52px;}
    #strategies-section h2 {font-size: 32px;}
    #strategies-section p {font-size: 14px;}
    #strategies-section .divider {display: none;}
    #strategies-section .feature {padding: 10px 0;}
 }

/* ======================================================================================== */
/* SOLUTIONS SECTION CSS  */
/* ======================================================================================== */

#solutions-section {border-bottom: 1px solid #3d7558; padding: 56px 40px 60px; max-width: 1200px; margin: 0 auto; }
#solutions-section .solutions-header { text-align: center; margin-bottom: 12px; }
#solutions-section .solutions-header h2 {  font-size: 2.4rem; font-weight: 700; color: #2a5c2a; margin-bottom: 8px; }
#solutions-section .solutions-header p { font-size: 1.25rem; color: #3a7a3a; font-weight: 400; }
#solutions-section .wave-divider { width: 100%; height: 38px; margin: 24px 0 36px; overflow: hidden; }
#solutions-section .wave-divider svg { width: 100%; height: 100%; }

/* Grid */
#solutions-section .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
#solutions-section .grid-row { display: contents; }
#solutions-section .row-divider { grid-column: 1 / -1; height: 1px;  margin: 8px 0; }

/* Cards - desktop default */
#solutions-section .card-box-s { padding: 28px 28px 32px; border-left: 1px solid #3a8280; transition: background 0.2s; border-top: none; }
#solutions-section .card-box-s:hover { background: #f7f9f5; }
#solutions-section .card-box-s h3 { font-size: 20px;
    font-weight: 700;
    color: #4c4d4d;
    margin-bottom: 10px;
    line-height: 1.4; }
#solutions-section .card-box-s p { font-size: 18px; color: #555;}

/* Remove left border from 1st card in each row (positions 1 and 6 = after row-divider) */
#solutions-section .grid > .card-box-s:nth-child(1),
#solutions-section .grid > .card-box-s:nth-child(6) { border-left: none; }

/* Tablet: 2 columns */
@media (max-width: 900px) {
  #solutions-section { padding: 44px 28px 52px; }
  #solutions-section .solutions-header h2 { font-size: 2rem; }
  #solutions-section .solutions-header p { font-size: 1.05rem; }
  #solutions-section .grid { grid-template-columns: repeat(2, 1fr); }
  #solutions-section .row-divider { display: none; }

  /* Reset all cards */
  #solutions-section .card { border-left: none; border-top: 1px solid #d8d8d0; padding: 24px 20px 28px; }

  /* Right column cards get left border */
  #solutions-section .grid > .card-box-s:nth-child(even) { border-left: 1px solid #d8d8d0; }

  /* First row top borders removed */
  #solutions-section .grid > .card-box-s:nth-child(1),
  #solutions-section .grid > .card-box-s:nth-child(2) { border-top: none; }
}

/* Mobile: 1 column */
@media (max-width: 560px) {
  #solutions-section { padding: 36px 20px 44px; }
  #solutions-section .solutions-header h2 { font-size: 1.7rem; }
  #solutions-section .solutions-header p { font-size: 0.97rem; }
  #solutions-section .grid { grid-template-columns: 1fr; }
  #solutions-section .wave-divider { height: 28px; margin: 18px 0 28px; }

  /* Reset all cards for single column */
  #solutions-section .card-box-s { border-left: none !important; border-top: 1px solid #d8d8d0; padding: 20px 4px 24px; }
  #solutions-section .grid > .card-box-s:nth-child(1) { border-top: none; }
  #solutions-section .card-box-s h3 { font-size: 1.02rem; }
  #solutions-section .card-box-s p { font-size: 0.9rem; }
}




/* ======================================================================================== */
/* TEAM SECTION CSS  */
/* ======================================================================================== */

 .loan-section{background:#e1e6e2;padding:60px 80px;display:flex;justify-content:space-between;align-items:center}
 .left-content{max-width:55%}
 .left-content h2{font-size:48px;font-weight:600;margin:0 0 20px;color:#3b3b3b;line-height:1.2;}
 .left-content p{font-size:28px;color:#555}
 .right-content{text-align:right}
 .right-content p{font-size:18px;color:#444;margin-bottom:20px}
 .btn{display:inline-block;padding:12px 24px;border:2px solid #4f7f64;border-radius:30px;color:#4f7f64;text-decoration:none;font-weight:600;transition:.3s}
 .btn:hover{background:#4f7f64;color:#fff}
 @media (max-width:768px){
    .loan-section{flex-direction:column;text-align:center;padding:40px 20px}
    .left-content,.right-content{max-width:100%}
    .right-content{margin-top:20px}
    .left-content h2{font-size:25px}
    .left-content p {font-size: 17px;}
    .right-content p {font-size: 17px;}
}

/* ======================================================================================== */
/* APP SECTION CSS  */
/* ======================================================================================== */



    #gateway-section {
      background: #fff;
      padding: 52px 56px 44px;
      border-bottom: 1px solid #e8e8e0;
    }


    /* ── TOP ROW: heading+subtitle LEFT | circle RIGHT ── */
    .gateway-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      margin-bottom: 36px;
    }

    .gateway-left h1 {
         font-size: 60px;
    font-weight: 600;
    color: #1e2a1e;
    line-height: 1.2;
    margin-bottom: 16px;
    }

    .gateway-left .subtitle {
      font-size: 20px;
      color: #444;
      line-height: 1.7;
      max-width: 420px;
    }

    /* Circle illustration */
    .gateway-right {
      flex-shrink: 0;
      position: relative;
    }
    
     .gateway-right img{
    width: 400px;
}

    .circle-bg {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: #c8d9b8;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: relative;
    }

    .chart-overlay {
      position: absolute;
      top: 0;
      left: -60px;
      width: 340px;
      height: 160px;
      pointer-events: none;
      z-index: 3;
    }

    /* ── BOTTOM ROW: features + CTA full width ── */
    .gateway-bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px 40px;
      width: 100%;
    }

    .feature-item {
    display: flex;
    align-items: flex-start;
    justify-content:center;
    gap: 6px;
    font-size: 23px;
    font-weight: 700;
    color: #1e2a1e;
    line-height: 1.4;
    }

    .feature-item .check {
      color: #3a7a3a;
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 1px;
    }

    .cta-btn {
      display: inline-block;
      border: 2px solid #2a5c2a;
      color: #2a5c2a;
      background: transparent;
      padding: 0.65rem 2.2rem;
      border-radius: 999px;
      font-size: 0.92rem;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
      white-space: nowrap;
    }
    .cta-btn:hover { background: #2a5c2a; color: #fff; }

    /* ── TABLET ── */
    @media (max-width: 860px) {
      #gateway-section { padding: 44px 32px 40px; }

      .gateway-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
      }

      .gateway-left h1 { font-size: 2rem; }

      .gateway-right { width: 100%; display: flex; justify-content: center; }

      .features { gap: 12px 28px; }
    }

    /* ── MOBILE ── */
    @media (max-width: 520px) {
      #gateway-section { padding: 36px 20px 36px; }

      .gateway-left h1 { font-size: 1.7rem; }
      .gateway-left .subtitle { font-size: 0.93rem; }

      .circle-bg { width: 170px; height: 170px; }
      .chart-overlay { left: -40px; width: 250px; height: 130px; }

      .features {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .feature-item { font-size: 0.85rem; }

      .cta-btn { font-size: 0.85rem; padding: 0.6rem 1.6rem; }
    }


/* ======================================================================================== */
/* APP CSS  */
/* ======================================================================================== */
#app-section {background:#e1e6e2a1;padding:40px 48px;position:relative;overflow:hidden}

#app-section:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 326px;
    background: url(../images/strategies-section-img.png) no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 1;
}
#app-section .deco-waves{position:absolute;top:0;right:0;width:200px;height:220px;pointer-events:none;opacity:.7}
#app-section .app-card{background: #fff;
   padding: 36px 175px 32px 30px;
    position: relative;
    z-index: 1;
    max-width: 100%;;}
#app-section .app-card h2{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.4}
#app-section .card-divider{height:1px;background:#d8d8d0;margin-bottom:28px}
#app-section .features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}
#app-section .feat{display:flex;align-items:flex-start;gap:14px}
#app-section .feat-icon{flex-shrink:0;width:52px;height:52px}
#app-section .feat-icon svg{width:52px;height:52px}
#app-section .feat-text{    font-size: 18px;;font-weight:600;color:#444;line-height:1.45}
#app-section .feat:not(:first-child){border-left:1px solid #e0e0d8;padding-left:16px}
.app-bottom{display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 32px;
    width: 85%;}
#app-section .get-app-btn{background:#1a1a1a;color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.08em;padding:12px 28px;border-radius:999px;border:none;cursor:pointer;text-decoration:none;transition:background .2s}
#app-section .get-app-btn:hover{background:#333}
#app-section .store-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}
#app-section .store-icon:hover{opacity:.8}
#app-section .store-icon svg{width:44px;height:44px}
#app-section .phone-wrap{position:absolute;right:30px;bottom:10px;width:160px;z-index:10}
#app-section .phone-frame{width:160px;background:#111;border-radius:28px;padding:10px 8px;box-shadow:0 12px 40px rgba(0,0,0,.18);border:2px solid #333}
#app-section .phone-screen{background:#f5f5f5;border-radius:20px;overflow:hidden;height:290px;position:relative}
#app-section .phone-header{background:#2a5c2a;padding:10px 10px 8px;display:flex;align-items:center;justify-content:space-between}
#app-section .phone-logo{font-size:9px;font-weight:700;color:#fff;letter-spacing:.05em}
#app-section .phone-icons{display:flex;gap:5px}
#app-section .phone-icons span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.7);display:block}
#app-section .phone-tabs{display:flex;background:#fff;border-bottom:1px solid #eee;padding:0 6px}
#app-section .phone-tab{font-size:7px;padding:5px 6px;color:#888;border-bottom:2px solid transparent}
#app-section .phone-tab.active{color:#2a5c2a;border-bottom:2px solid #2a5c2a;font-weight:700}
#app-section .phone-body{padding:8px}
#app-section .phone-section-title{font-size:7.5px;font-weight:700;color:#1a1a1a;margin-bottom:6px}
#app-section .phone-card{background:#fff;border-radius:6px;padding:7px 8px;margin-bottom:6px;box-shadow:0 1px 4px rgba(0,0,0,.07)}
#app-section .phone-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}
#app-section .phone-label{font-size:6.5px;color:#888}
#app-section .phone-val{font-size:7px;font-weight:700;color:#1a1a1a}
#app-section .phone-bar{height:3px;background:#eee;border-radius:2px;overflow:hidden;margin-bottom:3px}
#app-section .phone-bar-fill{height:100%;background:#2a5c2a;border-radius:2px}
#app-section .phone-total{background:#2a5c2a;border-radius:4px;padding:4px 6px;display:flex;justify-content:space-between;align-items:center}
#app-section .phone-total span{font-size:6.5px;color:#fff;font-weight:600}
#app-section .donut-wrap{position:absolute;right:8px;top:50px}
@media (max-width:900px){#app-section{padding:32px 24px}
#app-section .app-card{padding:28px 24px 28px}
#app-section .features-row{grid-template-columns:repeat(2,1fr);gap:20px}
#app-section .feat:nth-child(3){border-left:none;padding-left:0}
#app-section .feat:nth-child(odd){border-left:none;padding-left:0}
#app-section .phone-wrap{right:16px;width:130px}
#app-section .phone-frame{width:130px}
#app-section .phone-screen{height:240px}
}
@media (max-width:580px){#app-section{padding:24px 16px 25px}
#app-section .app-card{padding:24px 18px 24px}
#app-section .app-card h2{font-size:1rem}
#app-section .features-row{grid-template-columns:1fr;gap:16px}
#app-section .feat{border-left:none!important;padding-left:0!important}
#app-section .phone-wrap{        position: relative;
        right: 11px;
        transform: translateX(50%);
        bottom: -15px;
        width: 140px;}
#app-section .phone-frame{width:140px}
#app-section .phone-screen{height:260px}
#app-section .app-bottom{        /* flex-wrap: wrap; */
        gap: 13px;
        justify-content: center;
        margin: 0 auto;
        margin-top: 14px;
    }
#app-section .deco-waves{width:130px}
}




/* ======================================================================================== */
/* TEAM CSS  */
/* ======================================================================================== */



#team-section{padding:40px 0px;background:#f5f5f5;text-align:center}
#team-section .team-heading{font-size:42px;font-weight:700;color:#444;margin-bottom:50px;text-align: center;}
#team-section .team-row{display:flex;justify-content:center;;flex-wrap:wrap}
#team-section .top-row{margin-bottom:60px;justify-content: space-evenly;}
#team-section .team-box{max-width:250px;text-align:center}
#team-section .team-image img{width:170px;height:180px;object-fit:cover;border-radius:8px;filter:grayscale(100%);margin-bottom:15px}
#team-section .team-content h3{font-size:20px;font-weight:700;color:#444;margin-bottom:8px}
#team-section .team-content p{    font-size: 18px;
    line-height: 1.5;
    color: #555;
    margin: 0 auto;
    width: 220px}
#team-section .bottom-row{    justify-content: space-around;}
@media (max-width:991px){
    #team-section .team-row{gap:40px}
    #team-section .team-heading{font-size:34px}
}
@media (max-width:768px){
    #team-section .team-row{flex-direction:column;align-items:center}
    #team-section .top-row,#team-section .bottom-row{gap:30px}
    #team-section .team-heading{font-size:28px}
}






/* ======================================================================================== */
/* CONTACT CSS  */
/* ======================================================================================== */
#legacy-section{
    position:relative;
    padding:80px 0;
    /*background:#f4f4f4;*/
    background: radial-gradient(circle at top right, rgb(0 0 0 / 49%), #00000078 45%), radial-gradient(circle at bottom left, rgb(0 0 0 / 49%), transparent 50%), linear-gradient(135deg, #4b4b4b87 0%, #6a6a6a9e 45%, #8a8a8a7a 100%);
    overflow:hidden;
    z-index:1;
}

/* BACKGROUND SHAPE */
/*#legacy-section::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -80px;*/
/*    bottom: -148px;*/
/*    width: 419px;*/
/*    height: 292px;*/
/*    background: url(../images/strategies-section-img.png) no-repeat;*/
/*    background-size: contain;*/
/*    z-index: -1;*/
/*    transform: rotate(90deg);*/
/*    transform-origin: center;*/
/*        opacity: 0.4;*/
/*}*/

/*#legacy-section::after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    left:180px;*/
/*    bottom:-148px;*/
/*    width:419px;*/
/*    height:292px;*/

/*    background:url(../images/strategies-section-img.png) no-repeat;*/
/*    background-size:contain;*/
/*    opacity: 0.4;*/
/*    transform:scaleX(-1) rotate(90deg);*/

/*    transform-origin:center;*/
/*    z-index:-1;*/
/*}*/
/* IMAGE */
#legacy-section .legacy-image{
    position:relative;
    z-index:2;
}

#legacy-section .legacy-image img{
    width:100%;
    max-width:430px;
    display:block;
}

/* CONTENT */
#legacy-section .legacy-content{
    padding-left:40px;
    text-align:center;
}

#legacy-section .legacy-content h2{
    font-size:64px;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
    line-height:1.1;
}

#legacy-section .legacy-content p{
    font-size:20px;
    line-height:1.8;
    color:#fff;
    margin-bottom:45px;
    max-width:760px;
}

/* STATS */
#legacy-section .legacy-stats{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:45px;
}

#legacy-section .stat-box{
    flex:1;
    text-align:center;
    position:relative;
    padding:0 20px;
}

#legacy-section .stat-box::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:70px;
    background:#7f9b87;
}

#legacy-section .stat-box:last-child::after{
    display:none;
}

#legacy-section .stat-box h3{
    font-size:20px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
    margin-bottom:0px;
}

#legacy-section .stat-box span{
    display:block;
    font-size:20px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
}

/* BUTTON */
#legacy-section .legacy-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 20px;
    border:1.5px solid #fff;
    border-radius:50px;
    color:#fff;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}

#legacy-section .legacy-btn:hover{
    background:#fff;
    color:#3d7558
}

/* RESPONSIVE */
@media(max-width:991px){

    #legacy-section{
        padding:60px 0;
    }

    #legacy-section .legacy-content{
        padding-left:0;
        margin-top:40px;
        text-align:center;
    }

    #legacy-section .legacy-content h2{
        font-size:48px;
    }

    #legacy-section .legacy-content p{
        font-size:17px;
        margin-bottom:35px;
    }

    #legacy-section .legacy-stats{
        flex-direction:column;
        gap:25px;
    }

    #legacy-section .stat-box{
        padding-bottom:25px;
    }

    #legacy-section .stat-box::after{
        width:80px;
        height:1px;
        left:50%;
        top:auto;
        bottom:0;
        transform:translateX(-50%);
    }

    #legacy-section .legacy-image img{
        margin:auto;
    }

    #legacy-section::before{
             width: 215px;
        height: 220px;
        left: -60px;
        bottom: 0;
        transform:rotate(180deg);
    }
    
    #legacy-section::after{
           width: 215px;
        height: 220px;
        right: -60px;
        top: 0;
        transform: rotate(0deg);
    }
}

@media(max-width:576px){

    #legacy-section .legacy-content h2{
        font-size:40px;
    }

    #legacy-section .legacy-content p{
        font-size:16px;
        line-height:1.7;
    }

    #legacy-section .stat-box h3,
    #legacy-section .stat-box span{
        font-size:22px;
    }

    #legacy-section .legacy-btn{
        font-size:18px;
        padding:12px 30px;
    }
}










/* POPUP */
#customPopup{
    position:fixed;
    inset:0;
    width:100%;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
}

/* OVERLAY */
#customPopupOverlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.75);
    backdrop-filter:blur(4px);
}

/* BOX */
#customPopupBox{
    position:relative;
    width:95%;
    max-width:1050px;
    background:#050505;
    border-radius:28px;
    overflow:hidden;
    display:flex;
    z-index:2;
}

/* LEFT */
#customPopupLeft{
    width:45%;
    background:#000;
    padding:45px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#customPopupTop h3{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.2;
}

#customPopupTop p{
    font-size:17px;
    color:#cfcfcf;
}

#customPopupText{
    font-size:19px;
    line-height:1.8;
    color:#e4e4e4;
    margin:35px 0;
}

/* VIDEO */
#customPopupVideo{
    border-radius:20px;
    overflow:hidden;
}

#customPopupVideo video{
        object-fit: cover;
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 20px;
}

/* RIGHT */
#customPopupRight{
    width:55%;
    padding:45px 40px;
    position:relative;
    color:#fff;
}

/* CLOSE */
#customPopupClose{
    position:absolute;
    top:20px;
    right:20px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#1d1d1d;
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

/* STEP */
#customPopupStep{
    font-size:18px;
    color:#c5c5c5;
    margin-bottom:80px;
}

/* HEADING */
#customPopupHeading{
        font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* FORM */
#customPopupForm{
    width:100%;
}

/* FIELD */
#customPopupField{
    margin-bottom:22px;
}

#customPopupField input,
#customPopupField textarea{
    width:100%;
    background:transparent;
    border:1px solid #4a4a4a;
    border-radius:14px;
    padding:10px 20px;
    color:#fff;
    font-size:16px;
    outline:none;
}

#customPopupField textarea{
    height:140px;
    resize:none;
}

#customPopupField input::placeholder,
#customPopupField textarea::placeholder{
    color:#b9b9b9;
}

/* BUTTON */
#customPopupSubmitBtn{
    width:100%;
    height:65px;
    border:none;
    border-radius:14px;
    background:#2c2c2c;
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

#customPopupSubmitBtn:hover{
    background:#444;
}

/* RESPONSIVE */
@media(max-width:991px){

    #customPopupBox{
        flex-direction:column;
        max-height:90vh;
        overflow:auto;
    }

    #customPopupLeft,
    #customPopupRight{
        width:100%;
    }

    #customPopupHeading{
        font-size:36px;
    }

    #customPopupTop h3{
        font-size:30px;
    }
}

@media(max-width:576px){

    #customPopupLeft,
    #customPopupRight{
        padding:25px;
    }

    #customPopupHeading{
        font-size:30px;
    }

    #customPopupText{
        font-size:16px;
    }

    #customPopupStep{
        margin-bottom:40px;
    }
}











#insta-section {
    padding: 80px 0;
    background: #f9fbfd;
    position:relative;
}

#insta-section:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 326px;
    background: url(../images/strategies-section-img.png) no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 1;
}
#insta-section .section-title h2{
    font-size: 64px;
    font-weight: 700;
    color: #4f7a5c;
    margin-bottom: 25px;
    line-height: 1.1;
}

#insta-section .insta-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

#insta-section .insta-card iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 15px;
}

#insta-section .swiper-slide {
    display: flex;
    justify-content: center;
}

#insta-section .insta-pagination{
	text-align: center;
	margin-top: 60px;
}

#insta-section .insta-pagination .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: #444;
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

#insta-section .insta-pagination .swiper-pagination-bullet-active{
    position: relative;
    width: 20px;
    border-radius: 100px;
    background-color: #4f7a5c;
}




    .rvx-reel-zone{
padding:40px 10px;
background:#f5fdf9;
overflow:hidden;
}

.rvx-head-area{
text-align:center;
margin-bottom:50px;
}

.rvx-head-area span{
color:#00a86b;
font-weight:700;
letter-spacing:2px;
font-size:14px;
text-transform:uppercase;
}

.rvx-head-area h2{
font-size:42px;
margin-top:10px;
color:#222;
}

.rvx-reel-card{
position:relative;
border-radius:30px;
overflow:hidden;
height:500px;
cursor:pointer;
}

.rvx-reel-card img{
width:100%;
height:100%;
object-fit:cover;
transition:1s;
}

.rvx-overlay{
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:linear-gradient(
transparent,
rgba(0,0,0,.85)
);

display:flex;
flex-direction:column;
justify-content:flex-end;
align-items:center;

padding-bottom:40px;
opacity:0;
transition:.5s;
}

.rvx-overlay i{
font-size:60px;
color:white;
margin-bottom:15px;
transform:translateY(30px);
transition:.5s;
}

.rvx-overlay a{
padding:12px 30px;
background:linear-gradient(90deg,#00b978,#008d61);
border-radius:50px;
color:white;
text-decoration:none;
font-weight:700;
transform:translateY(30px);
transition:.7s;
}

.rvx-reel-card:hover img{
transform:scale(1.1);
}

.rvx-reel-card:hover .rvx-overlay{
opacity:1;
}

.rvx-reel-card:hover i,
.rvx-reel-card:hover a{
transform:translateY(0);
}

.rvx-reel-slider .owl-stage-outer{
padding:25px 0;
}

.rvx-reel-slider .owl-dots{
margin-top:30px;
text-align:center;
}

.rvx-reel-slider .owl-dot span{
width:12px;
height:12px;
background:#ccc!important;
}

.rvx-reel-slider .owl-dot.active span{
width:30px;
background:#00b978!important;
}

@media(max-width:768px){

.rvx-reel-card{
height:420px;
}

.rvx-head-area h2{
font-size:30px;
}

}







.gallery-section{
    padding:40px 0;
    background:#f8fafc;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#16a34a;
    font-weight:600;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin:10px 0;
}

.section-title p{
    max-width:600px;
    margin:auto;
    color:#666;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:.5s;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}

.gallery-item:hover .overlay{
    opacity:1;
}

.overlay i{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#16a34a;
}

/* Navigation */
#network-gallery .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

#network-gallery .owl-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: #3d7558 !important;
    color: #fff !important;
    border: none !important;
    transition: 0.3s;
}

#network-gallery .owl-nav button:hover {
    background: #fff !important;
    color: #3d7558 !important;
    border:1px solid #3d7558;
}

#network-gallery .owl-nav button i {
    font-size: 18px;
    line-height: 48px;
}

@media(max-width:991px){
    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

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

    .section-title h2{
        font-size:32px;
    }
}


#trust-stats{
    background:#fff;
    position:relative;
}

#trust-stats .trust-stats-wrapper{
    background:#fff;
    /*border:1px solid #dfe5df;*/
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.04);
    display:flex;
    align-items:center;
    justify-content:space-between;
}

#trust-stats .trust-stat-item{
       flex: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 0px;
    border-right: 1px solid #dfe5df;
}

#trust-stats .trust-stat-item:last-child{
    border-right:none;
}

#trust-stats .trust-icon{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4d7c63;
    font-size:28px;
    flex-shrink:0;
}

#trust-stats .trust-content h4{
    font-size:18px;
    font-weight:700;
    color:#4c4d4d;
    margin-bottom:6px;
    line-height:1.3;
}

#trust-stats .trust-content p{
    font-size:14px;
    color:#666;
    line-height:1.5;
    margin:0;
}

/* HOVER EFFECT */
#trust-stats .trust-stat-item{
    transition:all .3s ease;
}

#trust-stats .trust-stat-item:hover{
    background:#f3f7f3;
}

#trust-stats .trust-stat-item:hover .trust-icon{
    transform:translateY(-3px);
}

#trust-stats .trust-icon{
    transition:all .3s ease;
}

/* TABLET */
@media(max-width:991px){

    #trust-stats .trust-stats-wrapper{
        flex-wrap:wrap;
    }

    #trust-stats .trust-stat-item{
        width:50%;
        flex:0 0 50%;
        border-bottom:1px solid #dfe5df;
    }

    #trust-stats .trust-stat-item:nth-child(2){
        border-right:none;
    }

    #trust-stats .trust-stat-item:nth-child(4){
        border-right:none;
    }
}

/* MOBILE */
@media(max-width:767px){

    #trust-stats .trust-stats-wrapper{
        display:block;
    }

    #trust-stats .trust-stat-item{
        width:100%;
        border-right:none;
        border-bottom:1px solid #dfe5df;
        padding:20px;
    }

    #trust-stats .trust-stat-item:last-child{
        border-bottom:none;
    }

    #trust-stats .trust-content h4{
        font-size:16px;
    }

    #trust-stats .trust-content p{
        font-size:13px;
    }
}

#why-arvitha{
    padding:40px 0;
    background:#fff;
    position:relative;
}

#why-arvitha .why-arvitha-image{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/*#why-arvitha .why-arvitha-image img{*/
/*    width:100%;*/
/*    height:100%;*/
/*    object-fit:cover;*/
/*    display:block;*/
/*}*/

#why-arvitha .why-arvitha-slider img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:20px;
}

#why-arvitha .owl-dots{
    margin-top:20px;
    text-align:center;
}

#why-arvitha .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#d5d5d5;
    display:block;
    border-radius:50%;
}

#why-arvitha .owl-dot.active span{
    background:#3d7558;
}


#why-arvitha .why-arvitha-content h2{
    font-size:48px;
    font-weight:500;
    color:#1c1c1c;
    /*margin-bottom:20px;*/
}

#why-arvitha .why-arvitha-content p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:10px;
    max-width:600px;
}

#why-arvitha .why-arvitha-content ul{
    padding:0;
    margin:0;
    list-style:none;
}

#why-arvitha .why-arvitha-content ul li{
    position:relative;
    padding-left:35px;
    margin-bottom:10px;
    color:#333;
    font-size:16px;
    line-height:1.7;
}

#why-arvitha .why-arvitha-content ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:5px;
    width:22px;
    height:22px;
    border:1px solid #4d7c63;
    border-radius:50%;
    color:#4d7c63;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:991px){

    /*#why-arvitha{*/
    /*    padding:60px 0;*/
    /*}*/

    #why-arvitha .why-arvitha-content{
        margin-top:10px;
    }

    #why-arvitha .why-arvitha-content h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    #why-arvitha .why-arvitha-content h2{
        font-size:32px;
    }

    #why-arvitha .why-arvitha-content p{
        font-size:16px;
    }

    #why-arvitha .why-arvitha-content ul li{
        margin-bottom:15px;
    }
}

#help-section{
    padding:40px 0;
    background:#fff;
}

#help-section .section-title{
    margin-bottom:30px;
}

#help-section .section-title h2{
    font-size:44px;
    font-weight:500;
    color:#1c1c1c;
}

#help-section .help-card{
    height:100%;
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    padding:25px;
    transition:.3s;
}

#help-section .help-card:hover{
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transform:translateY(-5px);
}

#help-section .help-top{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
}

#help-section .help-icon{
    width:52px;
    min-width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4d7c63;
    font-size:28px;
}

#help-section .help-top h4{
    font-size:22px;
    font-weight:600;
    color:#1c1c1c;
    line-height:1.3;
    margin:0;
}

#help-section .help-card p{
    color:#666;
    font-size:16px;
    line-height:1.9;
    margin-bottom:22px;
}

#help-section .help-card a{
    text-decoration:none;
    color:#4d7c63;
    font-weight:600;
    font-size:15px;
}

#help-section .help-card a span{
    margin-left:5px;
}

@media(max-width:991px){

    #help-section .section-title h2{
        font-size:36px;
    }

    #help-section .help-top h4{
        font-size:20px;
    }
}

@media(max-width:767px){

    /*#help-section{*/
    /*    padding:60px 0;*/
    /*}*/

    #help-section .section-title h2{
        font-size:30px;
    }
}


#root-strategy{
    padding:40px 0;
    background:#fff;
}

#root-strategy .root-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    margin-bottom:20px;
}

#root-strategy .root-heading span{
    width:220px;
    height:1px;
    background:#e4e4e4;
}

#root-strategy .root-heading h2{
    margin:0;
    color:#173b2d;
    font-size:46px;
    font-weight:500;
}

/* CARD */
#root-strategy .root-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:25px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    height:100%;
    position:relative;
    transition:.3s;
}

#root-strategy .root-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* ARROW BETWEEN CARDS */
#root-strategy .root-card::after{
    content:"›";
    position:absolute; 
    top:50%;
    right:-22px;
    transform:translateY(-50%);
    font-size:46px;
    color:#c7a15e;
    font-weight:300;
    z-index:5;
}

/* LAST CARD ARROW HIDE */
#root-strategy .col-lg-3:last-child .root-card::after{
    display:none;
}

/* ICON */
#root-strategy .root-icon{
    width:74px;
    height:74px;
    min-width:74px;
    border-radius:50%;
    background:#0b4b36;
    display:flex;
    align-items:center;
    justify-content:center;
}

#root-strategy .root-icon span{
    color:#d4af68;
    font-size:36px;
    font-weight:700;
}

/* CONTENT */
#root-strategy .root-content h4{
    font-size:28px;
    font-weight:500;
    color:#1d1d1d;
    margin-bottom:10px;
}

#root-strategy .root-content p{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/* RESPONSIVE */
@media(max-width:1199px){

    #root-strategy .root-heading h2{
        font-size:40px;
    }

    #root-strategy .root-content h4{
        font-size:24px;
    }

    #root-strategy .root-card::after{
        right:-25px;
    }
}

@media(max-width:991px){

    /*#root-strategy{*/
    /*    padding:70px 0;*/
    /*}*/

    #root-strategy .root-heading{
        gap:15px;
    }

    #root-strategy .root-heading span{
        width:80px;
    }

    #root-strategy .root-heading h2{
        font-size:34px;
        text-align:center;
    }

    #root-strategy .root-card::after{
        display:none;
    }
}

@media(max-width:767px){

    #root-strategy .root-heading h2{
        font-size:28px;
    }

    #root-strategy .root-heading span{
        width:40px;
    }

    #root-strategy .root-card{
        padding:20px;
    }

    #root-strategy .root-icon{
        width:60px;
        height:60px;
        min-width:60px;
    }

    #root-strategy .root-icon span{
        font-size:28px;
    }

    #root-strategy .root-content h4{
        font-size:22px;
    }
}


#insights-section{
    padding:40px 0;
    background:#fff;
}

#insights-section .insights-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:35px;
}

#insights-section .insights-header h2{
    margin:0;
    color:#173b2d;
    font-size:42px;
    font-weight:500;
}

#insights-section .view-all{
    text-decoration:none;
    color:#173b2d;
    font-size:16px;
    font-weight:600;
}

#insights-section .view-all span{
    margin-left:6px;
    color:#c8a15d;
}

#insights-section .insight-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    overflow:hidden;
    transition:.3s;
}

#insights-section .insight-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 25px rgba(0,0,0,.08);
}

#insights-section .insight-img{
    height:170px;
    overflow:hidden;
}

#insights-section .insight-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

#insights-section .insight-card:hover img{
    transform:scale(1.05);
}

#insights-section .insight-content{
    padding:18px;
}

#insights-section .insight-content a{
    font-size:16px;
    line-height:1.5;
    color:#222;
    margin-bottom:12px;
    font-weight:600;
    display:block;
}

#insights-section .insight-content span{
    color:#888;
    font-size:14px;
}

/* Owl */
#insights-section .owl-stage{
    display:flex;
}

#insights-section .owl-item{
    display:flex;
    height:auto;
}

#insights-section .owl-item .insight-card{
    width:100%;
}

#insights-section .owl-nav{
    display:none;
}

#insights-section .owl-dots{
    text-align:center;
    margin-top:30px;
}

#insights-section .owl-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ddd !important;
    margin:0 5px;
}

#insights-section .owl-dot.active{
    background:#173b2d !important;
}

@media(max-width:991px){

    #insights-section .insights-header{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    #insights-section .insights-header h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    #insights-section .insights-header h2{
        font-size:28px;
    }

}


#portfolio-check{
    padding:40px 0;
    background:#fff;
}

#portfolio-check .portfolio-left h2{
    font-size:52px;
    line-height:1.15;
    margin-bottom:25px;
    color:#173b2d;
    font-weight:500;
}

#portfolio-check .portfolio-left p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

#portfolio-check .portfolio-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#0d4b36;
    color:#fff;
    text-decoration:none;
    padding:16px 28px;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

#portfolio-check .portfolio-btn:hover{
    background:#173b2d;
    color:#fff;
}

/* Features */
#portfolio-check .portfolio-features{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

#portfolio-check .feature-item{
    text-align:center;
    width:90px;
}

#portfolio-check .feature-item i{
    font-size:30px;
    color:#c8a15d;
    margin-bottom:12px;
}

#portfolio-check .feature-item h5{
    font-size:15px;
    line-height:1.6;
    color:#222;
    font-weight:500;
    margin:0;
}

/* Score Card */
#portfolio-check .portfolio-score-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

#portfolio-check .score-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

/* Circular Score */
#portfolio-check .score-circle{
    width:140px;
    height:140px;
    border-radius:50%;
    background:
    conic-gradient(#0d4b36 0deg 295deg,
    #e5e5e5 295deg 360deg);
    display:flex;
    align-items:center;
    justify-content:center;
}

#portfolio-check .score-inner{
    width:112px;
    height:112px;
    border-radius:50%;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

#portfolio-check .score-inner h3{
    font-size:48px;
    margin:0;
    color:#111;
}

#portfolio-check .score-inner span{
    color:#666;
    font-size:16px;
}

/* Right List */
#portfolio-check .score-list{
    flex:1;
}

#portfolio-check .score-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#444;
    font-size:15px;
}

#portfolio-check .score-item:last-child{
    margin-bottom:0;
}

#portfolio-check .score-item i{
    color:#0d4b36;
}

/* Responsive */
@media(max-width:1199px){

    #portfolio-check .score-wrap{
        flex-direction:column;
        align-items:center;
    }

}

@media(max-width:991px){

  

    #portfolio-check .portfolio-left{
        text-align:center;
        margin-bottom:40px;
    }

    #portfolio-check .portfolio-left h2{
        font-size:40px;
    }

    #portfolio-check .portfolio-features{
        margin-bottom:40px;
    }

}

@media(max-width:767px){

    #portfolio-check .portfolio-left h2{
        font-size:30px;
    }

    #portfolio-check .feature-item{
        width:80px;
    }

    #portfolio-check .portfolio-score-card{
        padding:20px;
    }

}


 #phc-section {
      background: #fff;
      border-radius: 16px;
      padding: 32px 36px;
      display: flex;
      gap: 32px;
      align-items: center;
      flex-wrap: wrap;
    }
 
    #phc-section .phc-left { flex: 1; min-width: 220px; }
 
    #phc-section .phc-left h2 {
      font-size: 26px;
      font-weight: 600;
      color: #1a1a1a;
      line-height: 1.2;
      margin-bottom: 10px;
    }
 
    #phc-section .phc-left p {
      font-size: 16px;
      color: #666;
      margin-bottom: 20px;
      line-height: 1.6;
    }
 
    #phc-section .phc-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #1a2e1a;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 11px 20px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
    }
    #phc-section .phc-btn:hover { background: #2a3e2a; }
 
    #phc-section .phc-icons {
      display: flex;
      gap: 20px;
      flex: 2;
      min-width: 280px;
      justify-content: center;
      flex-wrap: wrap;
      align-items: flex-start;
    }
 
    #phc-section .phc-icon-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      min-width: 72px;
    }
 
    #phc-section .phc-icon-box {
      width: 52px;
      height: 52px;
      border: 1.5px solid #c8a84b;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
    }
    #phc-section .phc-icon-box i { font-size: 22px; color: #c8a84b; }
 
    #phc-section .phc-icon-label {
      font-size: 15px;
      color: #555;
      text-align: center;
      line-height: 1.4;
    }
 
    #phc-section .phc-score-card {
      background: #fff;
      border-radius: 16px;
      border: 1px solid #e5e0d8;
      padding: 24px 28px;
      display: flex;
      align-items: center;
      gap: 24px;
      flex-shrink: 0;
      min-width: 240px;
    }
 
    #phc-section .phc-dial {
      position: relative;
      width: 90px;
      height: 90px;
      flex-shrink: 0;
    }
    #phc-section .phc-dial svg { width: 90px; height: 90px; }
 
    #phc-section .phc-dial-text {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    #phc-section .phc-dial-num { font-size: 26px; font-weight: 700; color: #1a1a1a; line-height: 1; }
    #phc-section .phc-dial-label { font-size: 15px; color: #888; margin-top: 2px; }
 
    #phc-section .phc-checks { display: flex; flex-direction: column; gap: 9px; }
 
    #phc-section .phc-check {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
      color: #333;
    }
    #phc-section .phc-check i { font-size: 16px; color: #1a7a4a; flex-shrink: 0; }
 
    @media (max-width: 600px) {
      #phc-section {
        flex-direction: column;
        padding: 20px 18px;
        gap: 24px;
      }
      #phc-section .phc-icons {
        gap: 12px;
        justify-content: space-around;
        min-width: unset;
        width: 100%;
      }
      #phc-section .phc-icon-item { min-width: 60px; }
      #phc-section .phc-score-card { width: 100%; justify-content: center; }
      #phc-section .phc-left h2 { font-size: 22px; }
    }
    
    
    
  #calculator-button {
    position: fixed;
    right: 26px;
    top: 20%;
    border: 2px solid white;
    transform: rotate(-90deg);
    transform-origin: right center;
    background-color: #3d7558;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 22px;
    z-index:
        9999;
    white-space: nowrap;
    transition: background-color .3s ease;
    writing-mode:
        initial;
        border-radius: 30px;
}



/* contact */
#contact {
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}

#contact .contact-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

#contact .contact-header .contact-label-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #3d7558;
  border-radius: 2px;
}

#contact .contact-header .contact-label-text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #3d7558;
}

#contact .contact-heading {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: #000;
  text-align: center;
}

#contact .contact-heading span {
  color: #3d7558;
}

#contact .contact-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow:0 4px 30px rgb(0 0 0 / 14%);
  height: 100%;
}

#contact .contact-form-wrap .contact-form-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1210;
  margin-bottom: 6px;
}

#contact .contact-form-wrap .contact-form-sub {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  margin-bottom: 28px;
}

#contact .contact-form-wrap .contact-field {
  position: relative;
}

#contact .contact-form-wrap .contact-field i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #3d7558;
  font-size: 13px;
  z-index: 1;
}

#contact .contact-form-wrap .contact-field.contact-textarea i {
  top: 16px;
  transform: none;
}

#contact .contact-form-wrap .contact-field .form-control {
  padding-left: 38px;
  height: 48px;
  border: 1px solid #3d75588a;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #1a1210;
  background: #3d755803;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contact .contact-form-wrap .contact-field .form-control:focus {
  border-color: #3d7558;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 8%);
  background: #fff;
}

#contact .contact-form-wrap .contact-field textarea.form-control {
  height: 120px;
  padding-top: 14px;
  resize: none;
}

#contact .contact-form-wrap .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  gap: 10px;
  background:#3d7558;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 60px;
  margin-top: 10px;
  font-weight: 600;
  transition: .4s;
}

#contact .contact-form-wrap .contact-btn:hover {
  background: #2e5b43;
  color: #fff;
  transform: translateY(-3px);

}

#contact .contact-info-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow:0 4px 30px rgb(0 0 0 / 14%);
  height: 100%;
}

#contact .contact-info-wrap .contact-info-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1210;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(208, 65, 14, 0.1);
}

#contact .contact-info-wrap .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

#contact .contact-info-wrap .contact-info-item:last-child {
  margin-bottom: 0;
}

#contact .contact-info-wrap .contact-info-item .contact-info-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: #3d755803;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3d75588a;
}

#contact .contact-info-wrap .contact-info-item .contact-info-icon i {
  color: #3d7558;
  font-size: 16px;
}

#contact .contact-info-wrap .contact-info-item .contact-info-body h5 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3d7558;
  margin-bottom: 6px;
}

#contact .contact-info-wrap .contact-info-item .contact-info-body p,
#contact .contact-info-wrap .contact-info-item .contact-info-body a {
  font-size: 18px;
  font-weight: 300;
  color: #4a3f3a;
  text-decoration: none;
  line-height: 1.7;
  display: block;
  transition: color 0.3s ease;
}

#contact .contact-info-wrap .contact-info-item .contact-info-body a:hover {
  color: #3d7558;
}

#contact .contact-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

#contact .contact-map iframe {
  display: block;
  width: 100%;
}


.footer-disclaimer{
    margin-top:10px;
    padding:10px 0px;
    border-top:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
}

.footer-disclaimer p{
    margin:0;
    color:#fff;
    font-size:16px;
    line-height:1.8;
    text-align:center;
}

.footer-disclaimer strong{
    color:#fff;
}

/*====================================
    HOW WE GET PAID
=====================================*/

#how-we-get-paid{
    position:relative;
    padding:80px 0;
    background:#f8f8f8;
}

#how-we-get-paid .section-title{
    margin-bottom:40px;
}

#how-we-get-paid .section-title span{
    display:inline-block;
    color:#3d7558;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:12px;
}

#how-we-get-paid .section-title h2{
    margin:0;
    color:#15372c;
}

#how-we-get-paid .payment-box{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:45px 40px;
    border-left:5px solid #3d7558;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

#how-we-get-paid .payment-icon{
    width:70px;
    height:70px;
    background:#3d7558;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

#how-we-get-paid .payment-box p{
    margin-bottom:18px;
    color:#555;
    font-size:20px;
    line-height:32px;
}

#how-we-get-paid .payment-box p:last-child{
    margin-bottom:0;
}

#how-we-get-paid .payment-box strong{
    color:#15372c;
    font-weight:700;
}

@media(max-width:991px){

    #how-we-get-paid{
        padding:60px 0;
    }

    #how-we-get-paid .payment-box{
        padding:30px 25px;
    }

    #how-we-get-paid .payment-box p{
        font-size:18px;
        line-height:28px;
    }

}


/*====================================
        HELP SUPPORT
====================================*/

#help-support{
    padding:90px 0;
    background:#f6f7f4;
    position:relative;
}

#help-support .section-title{
    max-width:700px;
    margin:0 auto 60px;
}

#help-support .section-title span{
    display:inline-block;
    color:#3d7558;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

#help-support .section-title h2{
    margin-bottom:18px;
}

#help-support .section-title p{
    color:#666;
    line-height:30px;
}

#help-support .help-card{
    position:relative;
    background:#fff;
    padding:35px;
    border-radius:20px;
    border:1px solid #e7ece8;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    height:100%;
    transition:.4s;
    overflow:hidden;
}

#help-support .help-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#3d7558;
}

#help-support .help-card::after{
    content:"";
    position:absolute;
    top:-40px;
    right:-40px;
    width:130px;
    height:130px;
    border-radius:50%;
    background:rgba(61,117,88,.05);
}

#help-support .help-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 55px rgba(0,0,0,.12);
}

#help-support .help-card:hover::before{
    background:#d4af37;
}

#help-support .step-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 18px;
    background:#eef5f1;
    color:#3d7558;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
}

#help-support .help-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#3d7558,#558b6e);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
    box-shadow:0 12px 30px rgba(61,117,88,.25);
}

#help-support h3{
    margin-bottom:15px;
    color:#1d3d31;
}

#help-support p{
    color:#666;
    font-size:18px;
    line-height:30px;
}

#help-support .contact-list{
    margin:25px 0 0;
    padding:0;
    list-style:none;
}

#help-support .contact-list li{
    display:flex;
    align-items:center;
    gap:15px;
    padding:12px 0;
    border-bottom:1px dashed #e6e6e6;
}

#help-support .contact-list li:last-child{
    border:none;
}

#help-support .contact-list i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#eef5f1;
    color:#3d7558;
    display:flex;
    justify-content:center;
    align-items:center;
}

#help-support .contact-list a{
    color:#444;
    text-decoration:none;
    font-size:18px;
}

#help-support form{
    margin-top:20px;
}

#help-support .form-control{
    height:52px;
    border-radius:10px;
    border:1px solid #d9e1dc;
    background:#fafafa;
    box-shadow:none;
}

#help-support textarea.form-control{
    height:auto;
    padding:15px;
    resize:none;
}

#help-support .form-control:focus{
    border-color:#3d7558;
    background:#fff;
    box-shadow:0 0 0 4px rgba(61,117,88,.10);
}

#help-support .theme-btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
      color: rgb(255, 255, 255);
    background: rgb(61, 117, 88);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    border:none;
}

#help-support .theme-btn:hover{
    background:#2e5b43;
    color:#fff;
}

#help-support .scores-box{
    margin-top:30px;
    padding:30px;
    background:#f8faf8;
    border:2px dashed #d9e1dc;
    border-radius:15px;
    text-align:center;
}

#help-support .scores-box i{
    font-size:45px;
    color:#3d7558;
    margin-bottom:15px;
}

#help-support .scores-box h5{
    margin-bottom:10px;
}

#help-support .scores-box p{
    margin-bottom:25px;
}

@media(max-width:991px){

    #help-support{
        padding:70px 0;
    }

    #help-support .help-card{
        padding:30px;
    }

}

@media(max-width:576px){

    #help-support .help-card{
        padding:25px;
    }

    #help-support .help-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

#help-support .theme-btn {
    padding: 10px 10px;}
}


/*====================================
        PRIVACY POLICY
====================================*/

#privacy-policy{
    padding:90px 0;
    background:#f8f8f8;
}

#privacy-policy .section-title{
    max-width:750px;
    margin:0 auto 60px;
}

#privacy-policy .privacy-card{
    position:relative;
    background:#fff;
    padding:35px;
    border-radius:20px;
    height:100%;
    border:1px solid #e6ece8;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    overflow:hidden;
}

#privacy-policy .privacy-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#3d7558;
}

#privacy-policy .privacy-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

#privacy-policy .privacy-icon{
    width:75px;
    height:75px;
    background:linear-gradient(135deg,#3d7558,#5a9271);
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    margin-bottom:25px;
}

#privacy-policy h3{
    margin-bottom:15px;
    color:#16362b;
}

#privacy-policy p{
    color:#666;
     font-size:18px;
    line-height:30px;
}

#privacy-policy ul{
    margin:20px 0 0;
    padding:0;
    list-style:none;
}

#privacy-policy ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#555;
    line-height:28px;
    font-size:18px;
}

#privacy-policy ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#3d7558;
    font-weight:700;
}

#privacy-policy .contact-list li{
    padding-left:0;
    display:flex;
    align-items:center;
    gap:12px;
}

#privacy-policy .contact-list li::before{
    display:none;
}

#privacy-policy .contact-list i{
    width:40px;
    height:40px;
    background:#eef5f1;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3d7558;
}

#privacy-policy .contact-list a{
    color:#444;
    text-decoration:none;
}

@media(max-width:991px){

    #privacy-policy{
        padding:70px 0;
    }

    #privacy-policy .privacy-card{
        padding:30px;
    }

}


/*====================================
        TERMS OF USE
====================================*/

#terms-of-use{
    padding:90px 0;
    background:#f7f8f5;
}

#terms-of-use .section-title{
    max-width:760px;
    margin:0 auto 60px;
}

#terms-of-use .terms-card{
    position:relative;
    background:#fff;
    border:1px solid #e5ebe7;
    border-radius:20px;
    padding:35px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    overflow:hidden;
}

#terms-of-use .terms-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#3d7558;
}

#terms-of-use .terms-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

#terms-of-use .terms-card:hover::before{
    background:#d4af37;
}

#terms-of-use .terms-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:linear-gradient(135deg,#3d7558,#5b8d72);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

#terms-of-use .terms-card h3{
    margin-bottom:15px;
    color:#17372d;
}

#terms-of-use .terms-card p{
    color:#666;
     font-size:18px;
    line-height:30px;
    margin-bottom:20px;
}

#terms-of-use .terms-note{
    background:#eef5f1;
    border-left:4px solid #3d7558;
    border-radius:10px;
    padding:15px 18px;
    color:#17372d;
    font-weight:500;
}

#terms-of-use .terms-note strong{
    color:#3d7558;
}

#terms-of-use .terms-bottom{
    margin-top:60px;
    background:#fff;
    border-radius:20px;
    padding:40px;
    border:1px solid #e5ebe7;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    text-align:center;
}

#terms-of-use .terms-bottom h4{
    margin-bottom:15px;
    color:#17372d;
}

#terms-of-use .terms-bottom p{
    max-width:900px;
    margin:auto;
    color:#666;
    line-height:32px;
}

@media(max-width:991px){

    #terms-of-use{
        padding:70px 0;
    }

    #terms-of-use .terms-card{
        padding:30px;
    }

    #terms-of-use .terms-bottom{
        padding:30px;
        margin-top:40px;
    }

}

@media(max-width:576px){

    #terms-of-use .terms-card{
        padding:25px;
    }

    #terms-of-use .terms-icon{
        width:65px;
        height:65px;
        font-size:26px;
    }

}


/*=========================
        THANK YOU PAGE
=========================*/

#thank-you-page{
    padding:50px 0;
    background:#f7f8f5;
    min-height:80vh;
    display:flex;
    align-items:center;
}

#thank-you-page .thank-you-box{
    background:#fff;
    padding:60px 50px;
    border-radius:25px;
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border-top:6px solid #3d7558;
    position:relative;
    overflow:hidden;
}

#thank-you-page .thank-you-box::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(61,117,88,.05);
    border-radius:50%;
    top:-70px;
    right:-70px;
}

#thank-you-page .thank-icon{
    width:110px;
    height:110px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#3d7558,#5b8d72);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:48px;
    box-shadow:0 15px 35px rgba(61,117,88,.25);
}

#thank-you-page .sub-title{
    display:inline-block;
    color:#3d7558;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:12px;
}

#thank-you-page h1{
    margin-bottom:20px;
}

#thank-you-page p{
    color:#666;
    line-height:30px;
}

#thank-you-page .thank-info{
    background:#eef5f1;
    border-left:5px solid #3d7558;
    border-radius:12px;
    padding:20px;
    margin:35px 0;
}

#thank-you-page h5{
    margin-bottom:30px;
    color:#17372d;
}

#thank-you-page .theme-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 35px;
    background:#3d7558;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

#thank-you-page .theme-btn:hover{
    background:#d4af37;
    color:#fff;
}

@media(max-width:767px){

    #thank-you-page{
        padding:80px 0;
    }

    #thank-you-page .thank-you-box{
        padding:40px 25px;
    }

    #thank-you-page .thank-icon{
        width:90px;
        height:90px;
        font-size:40px;
    }

}