.elementor-11 .elementor-element.elementor-element-2482c15{--display:flex;}.elementor-11 .elementor-element.elementor-element-66a96e3{--display:flex;}.elementor-11 .elementor-element.elementor-element-c12a285{--display:flex;}.elementor-11 .elementor-element.elementor-element-c251845{--display:flex;}.elementor-11 .elementor-element.elementor-element-05834d4{--display:flex;}.elementor-11 .elementor-element.elementor-element-4b1a60e{--display:flex;}.elementor-11 .elementor-element.elementor-element-d9738b0{--display:flex;}.elementor-11 .elementor-element.elementor-element-4de8c48{--display:flex;}.elementor-11 .elementor-element.elementor-element-83ccb71{--display:flex;}.elementor-11 .elementor-element.elementor-element-2952e6e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c18c742 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

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

body{

font-family:'Inter',sans-serif;
background:#F8F5EF;

}

.hero-section{

padding:90px 8%;
background:#F8F5EF;

}

.hero-container{

display:flex;
justify-content:space-between;
align-items:center;
gap:70px;
max-width:1400px;
margin:auto;

}

.hero-left{

flex:1;

}

.hero-right{

flex:1;
display:flex;
justify-content:center;

}

.hero-topline{

display:flex;
align-items:center;
gap:14px;
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
color:#0F6A55;
margin-bottom:30px;

}

.hero-topline span{

width:60px;
height:2px;
background:#0F6A55;

}

.hero-left h1{

font-size:74px;
line-height:1.05;
font-weight:800;
color:#111;
margin-bottom:30px;

}

.hero-left h1 span{

color:#0F6A55;

}

.hero-left p{

font-size:28px;
line-height:1.7;
color:#444;
max-width:650px;
margin-bottom:40px;

}

.hero-buttons{

display:flex;
gap:20px;
margin-bottom:40px;
flex-wrap:wrap;

}

.btn-primary{

padding:18px 35px;
background:#0F6A55;
color:#fff;
text-decoration:none;
border-radius:50px;
font-size:18px;
font-weight:600;
transition:.4s;

}

.btn-primary:hover{

transform:translateY(-4px);
box-shadow:0 20px 40px rgba(15,106,85,.25);

}

.btn-secondary{

padding:18px 35px;
border:1px solid #222;
border-radius:50px;
text-decoration:none;
color:#222;
font-weight:600;
transition:.4s;

}

.btn-secondary:hover{

background:#111;
color:#fff;

}

.hero-footer{

font-size:15px;
line-height:1.8;
color:#777;
max-width:620px;

}

.ledger-card{

background:#17171C;
border-radius:22px;
padding:35px;
width:100%;
max-width:560px;
color:#fff;
box-shadow:0 30px 70px rgba(0,0,0,.18);

}

.ledger-header{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;

}

.ledger-header div:first-child{

letter-spacing:3px;
font-size:13px;
color:#00D2A3;

}

.badge{

padding:8px 16px;
border:1px solid rgba(255,255,255,.2);
border-radius:40px;
font-size:12px;
color:#bbb;

}

.ledger-card hr{

border:none;
height:1px;
background:#31313B;
margin-bottom:30px;

}

.ledger-row{

display:grid;
grid-template-columns:100px 1fr auto;
gap:20px;
padding:18px 0;
border-bottom:1px solid rgba(255,255,255,.07);
align-items:center;

}

.ledger-row span{

font-size:12px;
letter-spacing:2px;
color:#777;

}

.value{

font-size:17px;
color:#ddd;

}

.value s{

color:#C05B43;
margin-right:10px;

}

.green{

color:#00C48D;
font-weight:700;

}

.orange{

color:#F6B74B;
font-weight:700;

}

.ledger-note{

margin-top:25px;
font-size:13px;
line-height:1.7;
color:#888;

}

/* Tablet */

@media(max-width:991px){

.hero-container{

flex-direction:column;
text-align:center;

}

.hero-left h1{

font-size:56px;

}

.hero-left p{

margin:auto auto 35px;
font-size:22px;

}

.hero-topline{

justify-content:center;

}

.hero-buttons{

justify-content:center;

}

.hero-footer{

margin:auto;

}

}

/* Mobile */

@media(max-width:768px){

.hero-section{

padding:60px 25px;

}

.hero-left h1{

font-size:42px;

}

.hero-left p{

font-size:18px;

}

.ledger-card{

padding:25px;

}

.ledger-row{

grid-template-columns:1fr;
gap:10px;

}

.btn-primary,
.btn-secondary{

width:100%;
text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59be393 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

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

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

/*=============================
        TOP STATS BAR
==============================*/

.stats-bar{

    background:#FBFAF6;
    border-top:1px solid #e9e4db;
    border-bottom:1px solid #e9e4db;

}

.stats-container{

    max-width:1920px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);

}

.stat-box{

    text-align:center;
    padding:34px 20px 28px;
    border-right:1px solid #e4dfd7;

}

.stat-box:last-child{

    border-right:none;

}

.stat-box h2{

    font-size:26px;
    font-weight:700;
    color:#0F6A55;
    line-height:1;

}

.stat-box p{

    margin-top:16px;
    font-size:11px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#A19C94;
    font-weight:500;

}

/* Hover */

.stat-box{

    transition:.35s;

}

.stat-box:hover{

    background:#ffffff;

}

.stat-box:hover h2{

    color:#0C8A6A;

}

/* Tablet */

@media(max-width:991px){

.stats-container{

grid-template-columns:repeat(2,1fr);

}

.stat-box:nth-child(2){

border-right:none;

}

.stat-box:nth-child(1),
.stat-box:nth-child(2){

border-bottom:1px solid #e4dfd7;

}

}

/* Mobile */

@media(max-width:600px){

.stats-container{

grid-template-columns:1fr;

}

.stat-box{

border-right:none;
border-bottom:1px solid #e4dfd7;

}

.stat-box:last-child{

border-bottom:none;

}

.stat-box h2{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa23a59 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

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

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

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

.why-section{

background:#17171D;
padding:120px 7%;
color:#fff;

}

.why-container{

max-width:1280px;
margin:auto;

}

/* Heading */

.why-content{

max-width:620px;
margin-bottom:75px;

}

.section-tag{

display:flex;
align-items:center;
gap:12px;

font-size:12px;
font-weight:600;
letter-spacing:4px;
text-transform:uppercase;
color:#0FA88D;

margin-bottom:28px;

}

.section-tag span{

width:28px;
height:2px;
background:#0FA88D;

}

.why-content h2{

font-size:60px;
font-weight:800;
line-height:1.05;

margin-bottom:28px;

color:#fff;

}

.why-content p{

font-size:18px;
line-height:1.8;
color:#BABABA;

}

/* Features */

.feature-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;

}

.feature{

padding-right:10px;

}

.divider{

height:2px;
background:#0FA88D;
margin-bottom:22px;

}

.feature small{

display:block;
font-size:12px;
font-weight:600;
letter-spacing:3px;
color:#0FA88D;

margin-bottom:18px;

}

.feature h3{

font-size:22px;
font-weight:700;

margin-bottom:18px;

}

.feature p{

font-size:17px;
line-height:1.8;
color:#BABABA;

}

/* Hover */

.feature{

transition:.35s ease;

}

.feature:hover{

transform:translateY(-6px);

}

.feature:hover .divider{

background:#19D3B0;

}

/* Tablet */

@media(max-width:991px){

.feature-grid{

grid-template-columns:1fr;
gap:50px;

}

.why-content h2{

font-size:46px;

}

}

/* Mobile */

@media(max-width:768px){

.why-section{

padding:70px 25px;

}

.why-content{

margin-bottom:50px;

}

.why-content h2{

font-size:36px;

}

.why-content p{

font-size:16px;

}

.feature h3{

font-size:24px;

}

.feature p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ab8d91 */.services{

background:#f8f5ef;

padding:120px 8%;

}

.heading{

display:flex;

justify-content:space-between;

margin-bottom:70px;

gap:80px;

}

.heading h2{

font-size:64px;

font-weight:800;

color:#181818;

line-height:1.05;

}

.heading p{

font-size:24px;

line-height:1.8;

color:#444;

max-width:520px;

}

.cards{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:28px;

}

.card{

background:white;

border:1px solid #ddd3c6;

border-radius:20px;

padding:34px;

position:relative;

overflow:hidden;

cursor:pointer;

transition:.45s cubic-bezier(.2,.8,.2,1);

}

.top-border{

position:absolute;

left:0;

top:0;

width:0%;

height:4px;

background:#0f6a55;

transition:.45s;

}

.card:hover{

transform:translateY(-15px);

border-color:#0f6a55;

box-shadow:
0 35px 70px rgba(0,0,0,.12);

}

.card:hover .top-border{

width:100%;

}

.number{

font-size:12px;

letter-spacing:3px;

color:#999;

margin-bottom:25px;

}

.card h3{

font-size:34px;

margin-bottom:12px;

color:#202020;

}

.card h4{

color:#0f6a55;

margin-bottom:25px;

font-size:22px;

font-weight:600;

}

.card p{

font-size:18px;

line-height:1.8;

color:#555;

margin-bottom:30px;

}

.card ul{

list-style:none;

padding:0;

margin:0 0 35px;

}

.card li{

padding:10px 0;

font-size:17px;

color:#444;

}

.card li::before{

content:"□";

color:#0f6a55;

margin-right:12px;

}

.bottom{

display:flex;

justify-content:space-between;

align-items:center;

padding-top:25px;

border-top:1px solid #e6e6e6;

font-size:12px;

letter-spacing:2px;

color:#777;

}

.bottom span{

font-size:24px;

transition:.35s;

}

.card:hover .bottom span{

transform:translateX(10px);

color:#0f6a55;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e3a9a3 *//*==============================
        RESULTS SECTION
==============================*/

.results-section{

background:#17171D;
padding:120px 8%;

}

.results-container{

max-width:1350px;
margin:auto;

display:grid;
grid-template-columns:1fr 510px;
gap:90px;
align-items:center;

}

/* Left Side */

.section-label{

display:flex;
align-items:center;
gap:14px;

font-size:12px;
letter-spacing:4px;
text-transform:uppercase;
color:#0EA488;
font-weight:600;

margin-bottom:30px;

}

.section-label span{

width:30px;
height:2px;
background:#0EA488;

}

.results-left h2{

font-size:58px;
line-height:1.15;
font-weight:800;
color:#fff;

margin-bottom:35px;

max-width:720px;

}

.results-left p{

font-size:20px;
line-height:1.8;
color:#B7B7B7;

max-width:650px;

}

/* Right Grid */

.results-right{

display:grid;
grid-template-columns:1fr 1fr;
overflow:hidden;

border-radius:20px;

border:1px solid rgba(255,255,255,.08);

}

.metric{

background:#24272F;

padding:40px;

border-right:1px solid rgba(255,255,255,.08);
border-bottom:1px solid rgba(255,255,255,.08);

transition:.4s;

cursor:pointer;

}

.metric:nth-child(2),
.metric:nth-child(4){

border-right:none;

}

.metric:nth-child(3),
.metric:nth-child(4){

border-bottom:none;

}

.metric h3{

font-size:52px;
font-weight:700;
color:#fff;

margin-bottom:18px;

}

.metric span{

font-size:12px;
letter-spacing:4px;
color:#8A8A8A;

}

.highlight h3{

color:#F2B84A;

}

/* Hover */

.metric:hover{

background:#2C3039;

transform:scale(1.03);

z-index:2;

}

.metric:hover h3{

color:#12C4A2;

}

.highlight:hover h3{

color:#FFC34D;

}

/* Tablet */

@media(max-width:991px){

.results-container{

grid-template-columns:1fr;
gap:60px;

}

.results-left h2{

font-size:46px;

}

}

/* Mobile */

@media(max-width:768px){

.results-section{

padding:70px 25px;

}

.results-right{

grid-template-columns:1fr;

}

.metric{

border-right:none;
border-bottom:1px solid rgba(255,255,255,.08);

}

.metric:last-child{

border-bottom:none;

}

.results-left h2{

font-size:34px;

}

.results-left p{

font-size:17px;

}

.metric h3{

font-size:42px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a5aed6 *//*==========================
Testimonials
==========================*/

.testimonial-section{

background:#FBF8F2;
padding:120px 7%;

}

.testimonial-container{

max-width:1320px;
margin:auto;

}

.testimonial-header{

display:flex;
justify-content:space-between;
align-items:flex-start;
gap:80px;

margin-bottom:70px;

}

.testimonial-header .left{

flex:1;

}

.testimonial-header .right{

flex:1;
max-width:500px;

}

.testimonial-header h2{

font-size:64px;
font-weight:800;
line-height:1.05;
color:#181818;

}

.testimonial-header p{

font-size:22px;
line-height:1.8;
color:#444;

}

/* Cards */

.testimonial-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.testimonial-card{

background:#fff;

border:1px solid #DDD5C8;

border-radius:18px;

padding:35px;

position:relative;

transition:.45s cubic-bezier(.2,.8,.2,1);

overflow:hidden;

cursor:pointer;

}

/* Green top border */

.testimonial-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:0%;

height:4px;

background:#0F6A55;

transition:.45s;

}

.quote-icon{

position:absolute;

top:20px;
right:25px;

font-size:70px;

color:#F5F5F5;

transition:.4s;

}

.stars{

font-size:24px;

color:#F5B335;

letter-spacing:3px;

margin-bottom:25px;

transition:.3s;

}

.review{

font-size:20px;

line-height:1.9;

color:#333;

margin-bottom:35px;

}

.testimonial-card h4{

font-size:22px;

margin-bottom:8px;

color:#181818;

}

.testimonial-card span{

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

color:#999;

}

/* Hover */

.testimonial-card:hover{

transform:translateY(-15px);

border-color:#0F6A55;

box-shadow:0 35px 80px rgba(0,0,0,.12);

}

.testimonial-card:hover::before{

width:100%;

}

.testimonial-card:hover .stars{

transform:scale(1.08);

}

.testimonial-card:hover .quote-icon{

color:#0F6A55;
opacity:.12;

}

/* Tablet */

@media(max-width:991px){

.testimonial-header{

flex-direction:column;

}

.testimonial-grid{

grid-template-columns:1fr;

}

.testimonial-header h2{

font-size:48px;

}

}

/* Mobile */

@media(max-width:768px){

.testimonial-section{

padding:70px 25px;

}

.testimonial-header{

margin-bottom:40px;

}

.testimonial-header h2{

font-size:36px;

}

.testimonial-header p{

font-size:17px;

}

.review{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c145627 *//*=========================
      PROCESS SECTION
=========================*/

.process-section{

    background:#17171D;
    padding:120px 7%;

}

.process-container{

    max-width:1400px;
    margin:auto;

}

.process-header{

    margin-bottom:70px;

}

.section-title{

    display:flex;
    align-items:center;
    gap:14px;

    color:#0FA88D;
    font-size:12px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;

    margin-bottom:30px;

}

.section-title span{

    width:30px;
    height:2px;
    background:#0FA88D;

}

.process-header h2{

    color:#fff;
    font-size:64px;
    line-height:1.05;
    font-weight:800;
    max-width:700px;

}

/*=========================
        GRID
=========================*/

.process-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);

}

.process-card{

    padding:0 28px 0 18px;

    border-left:1px solid rgba(255,255,255,.12);

    transition:.35s ease;

    position:relative;

}

.process-card:first-child{

    padding-left:18px;

}

.step-number{

    display:block;

    color:#0FA88D;

    font-size:13px;

    letter-spacing:3px;

    margin-bottom:18px;

}

.process-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:16px;

    font-weight:700;

}

.process-card p{

    color:#B6B6B6;

    font-size:17px;

    line-height:1.8;

}

/*=========================
        HOVER
=========================*/

.process-card::before{

content:"";

position:absolute;

left:-1px;
top:0;

width:2px;
height:0;

background:#0FA88D;

transition:.35s;

}

.process-card:hover{

transform:translateY(-10px);

}

.process-card:hover::before{

height:100%;

}

.process-card:hover h3{

color:#12D2AA;

}

.process-card:hover p{

color:#fff;

}

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

@media(max-width:1024px){

.process-grid{

grid-template-columns:repeat(2,1fr);

row-gap:50px;

}

}

@media(max-width:768px){

.process-section{

padding:70px 25px;

}

.process-header h2{

font-size:38px;

}

.process-grid{

grid-template-columns:1fr;

gap:45px;

}

.process-card{

border-left:2px solid rgba(255,255,255,.12);

padding-left:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5eeca4c *//*=========================
        CTA SECTION
==========================*/

.cta-section{

    background:#F8F6F1;
    padding:100px 7%;

}

.cta-container{

    max-width:1300px;
    margin:auto;

    background:#0F6954;

    border-radius:18px;

    padding:65px 55px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:70px;

    overflow:hidden;

    position:relative;

}

/* subtle background glow */

.cta-container::before{

content:"";

position:absolute;

right:-120px;
top:-120px;

width:280px;
height:280px;

background:rgba(255,255,255,.05);

border-radius:50%;

}

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

.cta-left{

flex:1;

position:relative;

z-index:2;

}

.cta-left h2{

font-size:60px;

font-weight:800;

color:#fff;

margin-bottom:24px;

line-height:1.05;

}

.cta-left p{

font-size:20px;

line-height:1.8;

color:rgba(255,255,255,.88);

max-width:620px;

}

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

.cta-right{

width:360px;

display:flex;

flex-direction:column;

align-items:flex-start;

justify-content:center;

gap:24px;

position:relative;

z-index:2;

}

.cta-small{

font-size:13px;

letter-spacing:3px;

text-transform:uppercase;

color:rgba(255,255,255,.75);

}

.cta-button{

display:flex;

align-items:center;

justify-content:center;

gap:12px;

padding:20px 34px;

background:#fff;

color:#0F6954;

text-decoration:none;

font-size:18px;

font-weight:700;

border-radius:60px;

transition:.4s cubic-bezier(.2,.8,.2,1);

}

/*=====================
      Hover
======================*/

.cta-button:hover{

background:#F3F3F3;

transform:translateY(-6px);

box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.cta-button svg{

transition:.35s;

}

.cta-button:hover svg{

transform:translateX(8px);

}

.cta-container:hover{

transform:translateY(-3px);

transition:.4s;

box-shadow:0 35px 70px rgba(0,0,0,.15);

}

/*====================
Responsive
=====================*/

@media(max-width:992px){

.cta-container{

flex-direction:column;

text-align:center;

padding:55px 35px;

}

.cta-left h2{

font-size:46px;

}

.cta-left p{

margin:auto;

}

.cta-right{

width:100%;

align-items:center;

}

}

@media(max-width:768px){

.cta-section{

padding:70px 25px;

}

.cta-left h2{

font-size:34px;

}

.cta-left p{

font-size:17px;

}

.cta-button{

width:100%;

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4b5eb4 *//*==========================
ABOUT
===========================*/

.about-section{

background:#F8F6F1;
padding:120px 7%;

}

.about-container{

max-width:1350px;
margin:auto;

display:grid;
grid-template-columns:520px 1fr;
gap:80px;
align-items:center;

}

/*=====================
Left Card
======================*/

.about-card{

background:#17171D;

border-radius:18px;

padding:35px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

transition:.45s;

}

.about-card:hover{

transform:translateY(-10px);

box-shadow:0 40px 80px rgba(0,0,0,.15);

}

.info-row{

display:flex;

justify-content:space-between;

align-items:center;

padding:22px 0;

border-bottom:1px dashed rgba(255,255,255,.08);

}

.info-row:last-child{

border-bottom:none;

}

.info-row span{

color:#7F7F87;

font-size:12px;

letter-spacing:3px;

text-transform:uppercase;

}

.info-row strong{

font-size:25px;

font-weight:500;

color:#fff;

text-align:right;

}

/*=====================
Right
======================*/

.section-label{

display:flex;

align-items:center;

gap:12px;

font-size:12px;

letter-spacing:4px;

color:#0F6A55;

font-weight:600;

margin-bottom:28px;

}

.section-label span{

width:28px;

height:2px;

background:#0F6A55;

}

.about-content h2{

font-size:62px;

line-height:1.05;

font-weight:800;

color:#181818;

margin-bottom:30px;

max-width:720px;

}

.about-content p{

font-size:20px;

line-height:1.9;

color:#444;

margin-bottom:28px;

max-width:720px;

}

.about-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 34px;

border:1.5px solid #181818;

border-radius:60px;

text-decoration:none;

font-size:18px;

font-weight:600;

color:#181818;

transition:.35s;

}

.about-btn span{

transition:.35s;

}

.about-btn:hover{

background:#0F6A55;

color:#fff;

border-color:#0F6A55;

transform:translateY(-4px);

box-shadow:0 20px 40px rgba(15,106,85,.25);

}

.about-btn:hover span{

transform:translateX(8px);

}

/*=====================
Responsive
======================*/

@media(max-width:992px){

.about-container{

grid-template-columns:1fr;

}

.about-card{

order:2;

}

.about-content{

order:1;

}

.about-content h2{

font-size:46px;

}

}

@media(max-width:768px){

.about-section{

padding:70px 25px;

}

.about-content h2{

font-size:36px;

}

.about-content p{

font-size:17px;

}

.info-row{

flex-direction:column;

align-items:flex-start;

gap:10px;

}

.info-row strong{

text-align:left;

font-size:20px;

}

.about-btn{

width:100%;

justify-content:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ec8884 *//*=========================
FOOTER
==========================*/

.footer-contact{

background:#17171D;

padding:120px 7% 70px;

color:#fff;

}

.footer-container{

max-width:1350px;

margin:auto;

}

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

.footer-hero{

text-align:center;

max-width:900px;

margin:auto;

}

.footer-tag{

display:flex;

justify-content:center;

align-items:center;

gap:12px;

margin-bottom:25px;

font-size:12px;

letter-spacing:4px;

color:#0FA88D;

font-weight:600;

text-transform:uppercase;

}

.footer-tag span{

width:30px;

height:2px;

background:#0FA88D;

}

.footer-hero h2{

font-size:72px;

font-weight:800;

line-height:1.05;

margin-bottom:30px;

}

.footer-hero p{

font-size:22px;

line-height:1.8;

color:#B5B5B5;

max-width:760px;

margin:auto;

}

.footer-buttons{

margin-top:45px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn-green{

background:#0F6A55;

padding:18px 38px;

border-radius:60px;

color:#fff;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.btn-green:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(15,106,85,.3);

}

.btn-outline{

padding:18px 38px;

border:1px solid rgba(255,255,255,.25);

border-radius:60px;

text-decoration:none;

color:#fff;

transition:.35s;

}

.btn-outline:hover{

background:#fff;

color:#17171D;

}

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

.contact-strip{

display:flex;

justify-content:center;

gap:80px;

margin:70px 0 120px;

flex-wrap:wrap;

}

.contact-item{

text-align:center;

}

.contact-item small{

display:block;

margin-bottom:12px;

font-size:11px;

letter-spacing:3px;

text-transform:uppercase;

color:#777;

}

.contact-item a{

color:#0FA88D;

text-decoration:none;

font-size:18px;

}

.contact-item span{

font-size:18px;

}

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

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:flex-start;

gap:80px;

padding-top:70px;

border-top:1px solid rgba(255,255,255,.08);

}

.footer-logo h3{

font-size:38px;

margin-bottom:10px;

}

.footer-logo p{

font-size:12px;

letter-spacing:3px;

color:#777;

}

.footer-links{

display:flex;

gap:90px;

}

.footer-links h4{

font-size:12px;

letter-spacing:3px;

text-transform:uppercase;

margin-bottom:25px;

color:#888;

}

.footer-links a{

display:block;

margin-bottom:18px;

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#0FA88D;

padding-left:8px;

}

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

@media(max-width:992px){

.footer-bottom{

flex-direction:column;

}

.footer-links{

flex-wrap:wrap;

gap:50px;

}

.footer-hero h2{

font-size:48px;

}

.contact-strip{

gap:35px;

}

}

@media(max-width:768px){

.footer-contact{

padding:70px 25px;

}

.footer-hero h2{

font-size:36px;

}

.footer-hero p{

font-size:17px;

}

.footer-links{

flex-direction:column;

}

.contact-item{

width:100%;

}

.btn-green,
.btn-outline{

width:100%;

text-align:center;

}

}/* End custom CSS */