/* ==========================
   Homepage Layout
========================== */

body{
    background:#eef5f1;
    margin:0;
    padding:0;
    font:18px/1.8 Verdana,Geneva,sans-serif;
}

.home-container{

    max-width:1200px;

    margin:40px auto;

    padding:0 20px;

}

.home-section{

    background:#fff;

    border-radius:16px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    padding:40px;

    margin-bottom:35px;

}

.home-hero{

    background:linear-gradient(135deg,#013220,#0b4d36);

    color:#fff;

    border-radius:16px;

    padding:70px 45px;

    margin-bottom:35px;

}

.home-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));

    gap:25px;

}

.home-card{

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:12px;

    overflow:hidden;

    transition:.25s;

}

.home-card:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(0,0,0,.12);

}

.home-card-content{

    padding:24px;

}

/* ==========================
   Mobile
========================== */

@media (max-width:900px){

.home-container{

    padding:0 15px;

}

.home-section{

    padding:30px;

}

.home-hero{

    padding:45px 30px;

}

}

@media (max-width:600px){

.home-container{

    margin:20px auto;

    padding:0 12px;

}

.home-section{

    padding:22px;

    border-radius:12px;

}

.home-hero{

    padding:28px 22px;

}

.home-grid{

    grid-template-columns:1fr;

    gap:18px;

}

}

.footer{
    margin-top:60px;
    background:#013220;
    color:#fff;
    text-align:center;
    padding:25px;
    border-radius:8px;
}/* ==========================
   Footer
========================== */

.footer{

    margin-top:50px;

    background:#013220;

    color:#fff;

    border-radius:14px;

    padding:35px 40px;

    font-size:14px;

    line-height:1.7;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:40px;

}

.footer h3{

    margin:0 0 14px;

    color:#fff;

    font-size:17px;

    font-weight:600;

}

.footer p{

    margin:0 0 12px;

    color:rgba(255,255,255,.82);

    font-size:14px;

    line-height:1.7;

}

.footer ul{

    list-style:none;

    margin:0;

    padding:0;

}

.footer li{

    margin-bottom:8px;

}

.footer a{

    color:#d9f7e6;

    text-decoration:none;

    font-size:14px;

}

.footer a:hover{

    text-decoration:underline;

}

.footer-bottom{

    margin-top:28px;

    padding-top:18px;

    border-top:1px solid rgba(255,255,255,.12);

    text-align:center;

    font-size:13px;

    color:rgba(255,255,255,.65);

}

/* Mobile */

@media (max-width:768px){

.footer{

    padding:25px 20px;

    font-size:13px;

}

.footer-grid{

    grid-template-columns:1fr;

    gap:25px;

}

.footer h3{

    font-size:16px;

}

.footer p,
.footer a{

    font-size:13px;

}

.footer-bottom{

    font-size:12px;

}

}

.footer{

    margin-top:50px;

    background:#013220;

    color:#dfeee7;

    border-radius:16px;

    padding:40px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:50px;

}

.footer h4{

    margin:0 0 15px;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#ffffff;

}

.footer p{

    font-size:14px;

    line-height:1.8;

    color:rgba(255,255,255,.75);

}

.footer ul{

    list-style:none;

    margin:0;

    padding:0;

}

.footer li{

    margin-bottom:10px;

}

.footer a{

    color:#b8dcc8;

    font-size:14px;

    text-decoration:none;

    transition:.2s;

}

.footer a:hover{

    color:#ffffff;

    padding-left:5px;

}

.footer-bottom{

    margin-top:35px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.12);

    text-align:center;

}

.footer-bottom p{

    margin:0;

    font-size:13px;

    color:rgba(255,255,255,.6);

}

@media(max-width:768px){

.footer{

    padding:28px 22px;

}

.footer-grid{

    grid-template-columns:1fr;

    gap:30px;

}

}.footer{

    margin-top:50px;

    background:#013220;

    color:#dfeee7;

    border-radius:16px;

    padding:40px;

    text-align:left;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:50px;

    align-items:start;

}

.footer h4{

    margin:0 0 15px;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#fff;

    text-align:left;

}

.footer p{

    margin:0 0 15px;

    font-size:14px;

    line-height:1.8;

    color:rgba(255,255,255,.75);

    text-align:left;

}

.footer ul{

    list-style:none;

    margin:0;

    padding:0;

    text-align:left;

}

.footer li{

    margin-bottom:10px;

}

.footer a{

    color:#b8dcc8;

    font-size:14px;

    text-decoration:none;

}

.footer-bottom{

    margin-top:35px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.12);

    text-align:left;

}

.footer-bottom p{

    margin:0;

    font-size:13px;

    color:rgba(255,255,255,.6);

}

/* Mobile Footer */

@media (max-width:768px){

.footer{

    padding:25px 20px;

}

.footer-grid{

    display:flex;

    flex-direction:column;

    gap:30px;

}

.footer-about,
.footer-links{

    width:100%;

}

.footer h4{

    font-size:16px;

    margin-bottom:10px;

}

.footer p{

    font-size:14px;

}

.footer ul{

    margin:0;

    padding:0;

}

.footer li{

    margin-bottom:8px;

}

.footer-bottom{

    margin-top:25px;

    padding-top:18px;

    text-align:left;

}

}
.section-divider{

    display:flex;

    align-items:center;

    margin:45px 0;

    color:#0b3d2e;

    font-size:22px;

}

.section-divider::before,
.section-divider::after{

    content:"";

    flex:1;

    height:2px;

    background:linear-gradient(to right,transparent,#0b3d2e,transparent);

}

.section-divider::before{

    margin-right:18px;

}

.section-divider::after{

    margin-left:18px;

}