body{
    margin:0;
    padding:0;
    font-family: "Nunito Sans", sans-serif;
    background: #fff;
}

.gfl-hero-sec{
    overflow:hidden;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
}
/* TOPBAR */

.gfl-topbar{
    background:#003e6d;
    padding:10px 0;
}

.gfl-topbar-item span{
    color:#ffffff;
    font-size:14px;
    font-weight:500;
}

.gfl-topbar .row {
    justify-content: space-between;
}

/* NAVBAR */

.gfl-navbar-wrap{
    background:#ffffff;
    position:relative;
    z-index:10;
    box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.gfl-navbar{
    padding:18px 0;
}

.gfl-logo img{
    max-width:130px;
}

.gfl-nav-list .nav-item{
    margin:0 14px;
}

.gfl-nav-list .nav-link{
    color:#222222;
    font-size:16px;
    font-weight:600;
    padding:0 !important;
    transition:0.3s;
}

.gfl-nav-list .nav-link:hover,
.gfl-nav-list .nav-link.active{
    color:#003e6d;
}

.gfl-nav-btn a{
    background: #003e6d;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
}

.gfl-nav-btn a:hover{
    background: #31a8dd;
}

/* HERO */

.gfl-banner-sec{
    position: relative;   
    padding: 60px 0 200px;
    background-image: url('../img/6754.png');
    background-size: cover;
    background-position: top;
}

/* .gfl-banner-img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    top:0;
    left:0;
} */

.gfl-banner-overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(90deg, rgb(0 0 0 / 81%) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.15) 100%);
}

.gfl-banner-content{
    position:relative;
    z-index:2;
    padding-top:40px;
}

.gfl-banner-content h1{
    color:#ffffff;
    font-size:60px;
    line-height:1.15;
    font-weight:900;
    margin-bottom:24px;
}

.gfl-banner-content h1 span{
    color:#31a8dd;
}

.gfl-banner-content p{
    color:#e6e6e6;
    font-size:18px;
    line-height:1.5;
    max-width:620px;
    margin-bottom:40px;
}

.gfl-banner-btns{
    display:flex;
    align-items:center;
    gap:18px;
}

.gfl-primary-btn{
    background:#003e6d;
    color:#ffffff;
    text-decoration:none;
    padding:15px 40px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    display:inline-block;
    transition:0.3s;
}

.gfl-primary-btn:hover{
    background:#ffffff;
    color:#222222;
}

.gfl-white-btn{
    background:#ffffff;
    color:#222222;
    text-decoration:none;
    padding:15px 40px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    display:inline-block;
    transition:0.3s;
}

.gfl-white-btn:hover{
    background:#003e6d;
    color:#ffffff;
}
.ban-img-mob {
    display: none;
    width: 100%;
    margin-bottom: 20px;
}

/* RESPONSIVE */

@media(max-width:1199px){

    .gfl-banner-content h1{
        font-size:56px;
    }

}

@media(max-width:991px){

    .gfl-topbar{
        display:none;
    }

    .gfl-navbar{
        padding:15px 0;
    }

    .gfl-nav-list{
        padding:25px 0;
    }

    .gfl-nav-list .nav-item{
        margin:10px 0;
    }

    .gfl-nav-btn{
        padding-bottom:20px;
    }

    .gfl-banner-content h1{
        font-size:46px;
    }

}

@media(max-width:767px){

    .gfl-banner-content h1{
        font-size:36px;
    }

    .gfl-banner-content p{
        font-size:15px;
        line-height:1.7;
    }

    .gfl-banner-btns{
        flex-direction:column;
        align-items:flex-start;
    }

    .gfl-primary-btn,
    .gfl-white-btn{
        width:100%;
        text-align:center;
    }

}

@media(max-width:575px){



    .gfl-banner-content h1{
        font-size:30px;
    }

}
/* =========================
   BOTTOM STATS SECTION
========================= */

.gfl-ban-btm{
    position:relative;
    margin-top:-130px;
    z-index:20;
}

.gfl-ban-btm-box{
    background:#f7f7f7;
    padding:42px 30px;
    text-align:center;
    border-radius:6px;
    height:100%;
    transition:0.3s;
}

.gfl-ban-btm-box:hover{
    transform:translateY(-6px);
}

.gfl-ban-btm-box h2{
    font-size:58px;
    line-height:1;
    font-weight:800;
    color:#003e6d;
    margin-bottom:14px;
}

.gfl-ban-btm-box h2 span{
    color:#31a8dd;
}

.gfl-ban-btm-box h4{
    font-size:24px;
    font-weight:700;
    color:#111111;
    margin-bottom:14px;
}

.gfl-ban-btm-box p{
    font-size:14px;
    line-height:1.8;
    color:#777777;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

    .gfl-ban-btm{
        margin-top:60px;
    }

    .gfl-ban-btm .col-lg-4{
        margin-bottom:25px;
    }

}

@media(max-width:767px){

    .gfl-ban-btm-box{
        padding:35px 20px;
    }

    .gfl-ban-btm-box h2{
        font-size:42px;
    }

    .gfl-ban-btm-box h4{
        font-size:20px;
    }

}
/* =========================
   HOME ABOUT SECTION
========================= */

.gfl-hm-abt-1{
    padding:80px 0;
    background:#ffffff;
    overflow:hidden;
}

.gfl-hm-abt-1-content{
    padding-right:40px;
}

.gfl-hm-abt-1-content h2{
    font-size: 38px;
    line-height: 1.0;
    font-weight: 700;
    color: #111111;
    margin-bottom: 28px;
    letter-spacing: -1px;
}

.gfl-hm-abt-1-content p{
    font-size: 16px;
    line-height: 1.5;
    color: #6d6d6d;
    margin-bottom: 15px;
}

.gfl-hm-abt-1-btn{
    padding: 15px 30px 15px;
    background: #003e6d;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: 0.3s;
    display: inline-block;
}

.gfl-hm-abt-1-btn:hover{
    background:#0d7cb0;
    color:#ffffff;
}

.gfl-hm-abt-1-img-wrap{
    position:relative;
    min-height:650px;
}

.gfl-hm-abt-1-img-main{
    width:100%;
    max-width:560px;
    height:560px;
    object-fit:cover;
    border-radius:4px;
    display:block;
}

.gfl-hm-abt-1-img-sm{
    position:absolute;
    right:-40px;
    bottom:-40px;
    width:360px;
    height:320px;
    object-fit:cover;
    border:10px solid #ffffff;
    border-radius:4px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

/* RESPONSIVE */

@media(max-width:1199px){

    .gfl-hm-abt-1-img-main{
        height:500px;
    }

    .gfl-hm-abt-1-img-sm{
        width:300px;
        height:260px;
    }

}

@media(max-width:991px){

    .gfl-hm-abt-1{
        padding:90px 0;
    }

    .gfl-hm-abt-1-content{
        padding-right:0;
        margin-bottom:70px;
        text-align:center;
    }

    .gfl-hm-abt-1-img-wrap{
        min-height:auto;
        text-align:center;
    }

    .gfl-hm-abt-1-img-main{
        margin:0 auto;
    }

    .gfl-hm-abt-1-img-sm{
        right:20px;
        bottom:-30px;
    }

}

@media(max-width:767px){

    .gfl-hm-abt-1{
        padding:70px 0 30px;
    }

    .gfl-hm-abt-1-content h2{
        font-size:36px;
    }

    .gfl-hm-abt-1-content p{
        font-size:15px;
        line-height:1.8;
    }

    .gfl-hm-abt-1-btn{
        width:100%;
    }

    .gfl-hm-abt-1-img-main{
        height:420px;
    }

    .gfl-hm-abt-1-img-sm{
        position:relative;
        right:auto;
        bottom:auto;
        width:85%;
        height:220px;
        margin:-70px auto 0;
        display:block;
    }

}

@media(max-width:575px){

    .gfl-hm-abt-1-content h2{
        font-size:30px;
    }

    .gfl-hm-abt-1-img-main{
        height:340px;
    }

}
/* =========================
   SERVICES SECTION
========================= */

.gfl-srv-1{
    padding:120px 0;
    background:#003e6d;
    margin-top: 60px;
}

.gfl-srv-1-head{
    margin-bottom:55px;
}

.gfl-srv-1-head h2{
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    max-width: 660px;
    margin: 0;
    letter-spacing: -1px;
}

.gfl-srv-1-card{
    transition:0.3s;
        background: #fff;
}

.gfl-srv-1-card:hover{
    transform:translateY(-8px);
}

.gfl-srv-1-img{
    overflow:hidden;
    border-radius:4px;
    margin-bottom:26px;
}

.gfl-srv-1-img img{
    width:100%;
    max-height: 260px;
    object-fit:cover;
    transition:0.4s;
    display:block;
}

.gfl-srv-1-card:hover .gfl-srv-1-img img{
    transform:scale(1.06);
}
.gfl-srv-1-content {
    padding: 0 30px 30px;
}
.gfl-srv-1-content h3{
    font-size:26px;
    line-height:1.3;
    font-weight:700;
    color:#111111;
    margin-bottom:5px;
}

.gfl-srv-1-content p{
    font-size: 16px;
    line-height: 1.5;
    color:#666666;
    margin:0;
    min-height: 210px;
}

/* RESPONSIVE */

@media(max-width:1199px){

    .gfl-srv-1-head h2{
        font-size:48px;
    }

    .gfl-srv-1-content h3{
        font-size:30px;
    }

}

@media(max-width:991px){

    .gfl-srv-1{
        padding:90px 0;
    }

    .gfl-srv-1-head{
        margin-bottom:45px;
    }

    .gfl-srv-1-head h2{
        font-size:42px;
    }

    .gfl-srv-1-card{
        margin-bottom:40px;
    }

}

@media(max-width:767px){

    .gfl-srv-1{
        padding:70px 0;
    }

    .gfl-srv-1-head h2{
        font-size:34px;
    }

    .gfl-srv-1-img img{
        height:260px;
    }

    .gfl-srv-1-content h3{
        font-size:26px;
    }

    .gfl-srv-1-content p{
        font-size:15px;
        line-height:1.8;
    }

}

@media(max-width:575px){

    .gfl-srv-1-head h2{
        font-size:30px;
    }

    .gfl-srv-1-content h3{
        font-size:24px;
    }

}

/* =========================
   WHY CHOOSE US SECTION
========================= */

.gfl-wcu-sc{
    padding:100px 0 80px;
    background:#ebebeb;
}

.gfl-wcu-sc-head{
    text-align:center;
    max-width:900px;
    margin: 0 auto 50px;
}

.gfl-wcu-sc-head h2{
    font-size:50px;
    line-height:1.1;
    font-weight:800;
    color:#111111;
    margin-bottom:28px;
    letter-spacing:-2px;
}

.gfl-wcu-sc-head p{
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}

.gfl-wcu-sc-card{
    background:#f5f5f5;
    border-radius:18px;
    padding:42px 34px;
    height:100%;
    transition:0.35s;
}

.gfl-wcu-sc-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.gfl-wcu-sc-icon{
    width:74px;
    height:74px;
    background:#003e6d;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:34px;
}

.gfl-wcu-sc-icon svg{
    width:34px;
    height:34px;
    fill:#ffffff;
}

.gfl-wcu-sc-content h3{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.gfl-wcu-sc-content p{
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}
.gfl-wcu-sc .col-lg-3 {
    margin-bottom: 10px;
}
/* RESPONSIVE */

@media(max-width:1399px){

    .gfl-wcu-sc-head h2{
        font-size:60px;
    }

    .gfl-wcu-sc-content h3{
        font-size:30px;
    }

}

@media(max-width:1199px){

    .gfl-wcu-sc{
        padding:100px 0;
    }

    .gfl-wcu-sc-head h2{
        font-size:52px;
    }


    .gfl-wcu-sc-content h3{
        font-size:28px;
    }

    .gfl-wcu-sc-content p{
        font-size:18px;
    }

}

@media(max-width:991px){

    .gfl-wcu-sc{
        padding:90px 0;
    }

    .gfl-wcu-sc-head{
        margin-bottom:55px;
    }

    .gfl-wcu-sc-head h2{
        font-size:44px;
    }

    .gfl-wcu-sc-head p{
        font-size:18px;
    }

    .gfl-wcu-sc-card{
        margin-bottom:30px;
    }

}

@media(max-width:767px){

    .gfl-wcu-sc{
        padding:70px 0;
    }

    .gfl-wcu-sc-head h2{
        font-size:34px;
        letter-spacing:-1px;
    }

    .gfl-wcu-sc-head p{
        font-size:16px;
        line-height:1.8;
    }

    .gfl-wcu-sc-card{
        padding:35px 26px;
    }

    .gfl-wcu-sc-icon{
        width:64px;
        height:64px;
        margin-bottom:28px;
    }

    .gfl-wcu-sc-content h3{
        font-size:24px;
    }

    .gfl-wcu-sc-content p{
        font-size:15px;
        line-height:1.8;
    }

}

@media(max-width:575px){

    .gfl-wcu-sc-head h2{
        font-size:30px;
    }

    .gfl-wcu-sc-content h3{
        font-size:22px;
    }

}
/* =========================
   CTA + FOOTER SECTION
========================= */

.gfl-cta-sc{
    position:relative;
    background:#003e6d;
    overflow:hidden;
}

.gfl-cta-sc-top{
    position:relative;
    padding:130px 0;
    background:url('../img/cta.png') center center/cover no-repeat;
    z-index:1;
}

.gfl-cta-sc-top::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(4,37,84,0.72);
    z-index:-1;
}

.gfl-cta-sc-content{
    max-width:700px;
}

.gfl-cta-sc-content h2{
    font-size:50px;
    line-height:1.2;
    font-weight:800;
    color:#ffffff;
    margin-bottom:28px;
    letter-spacing:-1px;
}

.gfl-cta-sc-content p{
    font-size:20px;
    line-height:1.5;
    color:rgba(255,255,255,0.82);
    margin-bottom:40px;
}

.gfl-cta-sc-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-width:240px;
    height:66px;
    background:#31a8dd;
    color:#ffffff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    border-radius:55px;
    transition:0.3s;
}

.gfl-cta-sc-btn:hover{
    background:#003e6d;
    color:#ffffff;
    border: 1px solid #fff;
}

.gfl-cta-sc-btn svg{
    width:18px;
    height:18px;
    fill:#ffffff;
}

/* FOOTER */

.gfl-cta-sc-footer{
    padding:90px 0 35px;
    background:#003e6d;
}

.gfl-cta-sc-brand{
    margin-bottom:30px;
}

.gfl-cta-sc-brand img {
    width: 130px;
    margin-bottom: 20px;
}

.gfl-cta-sc-brand p{
font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
    max-width: 340px;
    margin: 0;
}

.gfl-cta-sc-widget h4{
    font-size: 25px;
    font-weight: 600;
    color:#ffffff;
    margin-bottom: 20px;
}

.gfl-cta-sc-links{
    padding:0;
    margin:0;
    list-style:none;
}

.gfl-cta-sc-links li{
    margin-bottom:18px;
}

.gfl-cta-sc-links li a{
    display:flex;
    align-items:center;
    gap:12px;
    color:rgba(255,255,255,0.82);
    text-decoration:none;
    font-size:17px;
    transition:0.3s;
}

.gfl-cta-sc-links li a:hover{
    color:#ffffff;
    padding-left:6px;
}

.gfl-cta-sc-links li a span{
    font-size:12px;
}

.gfl-cta-sc-info p{
    font-size:17px;
    line-height:1.9;
    color:rgba(255,255,255,0.78);
    margin-bottom:26px;
}

.gfl-cta-sc-info h5{
    font-size:28px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:18px;
}

.gfl-cta-sc-hours{
    color:rgba(255,255,255,0.82);
    font-size:17px;
    line-height:1.8;
}

.gfl-cta-sc-bottom{
    border-top:1px solid rgba(255,255,255,0.12);
    margin-top:60px;
    padding-top:28px;
}

.gfl-cta-sc-copy{
    font-size:16px;
    color:rgba(255,255,255,0.72);
    margin:0;
}

.gfl-cta-sc-social{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
}

.gfl-cta-sc-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
}

.gfl-cta-sc-social a:hover{
    background:#ffffff;
}

.gfl-cta-sc-social a svg{
    width:16px;
    height:16px;
    fill:#ffffff;
    transition:0.3s;
}

.gfl-cta-sc-social a:hover svg{
    fill:#003e6d;
}

.gfl-cta-sc-line{
    height:4px;
    background:#31a8dd;
}

/* RESPONSIVE */


@media(max-width:991px){

    .gfl-cta-sc-top{
        padding:100px 0;
    }

    .gfl-cta-sc-content h2{
        font-size:46px;
    }

    .gfl-cta-sc-content p{
        font-size:18px;
    }

    .gfl-cta-sc-widget,
    .gfl-cta-sc-brand,
    .gfl-cta-sc-info{
        margin-bottom:50px;
    }

    .gfl-cta-sc-social{
        justify-content:flex-start;
        margin-top:25px;
    }

}

@media(max-width:767px){

    .gfl-cta-sc-top{
        padding:80px 0;
    }

    .gfl-cta-sc-content h2{
        font-size:36px;
    }

    .gfl-cta-sc-content p{
        font-size:16px;
    }

    .gfl-cta-sc-btn{
        width:100%;
    }

    .gfl-cta-sc-footer{
        padding:70px 0 35px;
    }

    .gfl-cta-sc-brand h3{
        font-size:36px;
    }

    .gfl-cta-sc-widget h4,
    .gfl-cta-sc-info h5{
        font-size:24px;
    }

}

@media(max-width:575px){

    .gfl-cta-sc-content h2{
        font-size:30px;
    }

    .gfl-cta-sc-brand h3{
        font-size:30px;
    }

}
/* =========================
   CONTACT SECTION
========================= */

.gfl-con-sc{
    padding:120px 0;
    background:#ffffff;
}

.gfl-con-sc-map{
    height:100%;
    min-height:620px;
    overflow:hidden;
    border-radius:6px;
}

.gfl-con-sc-map iframe{
    width:100%;
    min-height: 710px;
    border:0;
    display:block;
}

.gfl-con-sc-content{
    padding-left:40px;
}

.gfl-con-sc-content h2{
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.gfl-con-sc-content p{
    font-size: 16px;
    line-height: 1.5;
    color: #6d6d6d;
    margin-bottom: 20px;
}

.gfl-con-sc-box{
    border:1px solid #e6e6e6;
    padding:34px 30px;
    height:100%;
    transition:0.3s;
    background:#ffffff;
    border-radius: 10px;
}

.gfl-con-sc-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,0.06);
}

.gfl-con-sc-box-row {
    margin-bottom: 20px;
}

.gfl-con-sc-icon{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:50%;
    background:#003e6d;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 15px;
}

.gfl-con-sc-icon svg{
    width:28px;
    height:28px;
    fill:#fff;
}

.gfl-con-sc-info h3{
    font-size:18px;
    line-height:1.3;
    font-weight:800;
    color:#111111;
    margin-bottom:14px;
}

.gfl-con-sc-info p{
    font-size:16px;
    line-height:1.8;
    color:#666666;
    margin:0;
    word-break: break-word;
}
.gfl-con-sc-info p a {
    color: #333;
    text-decoration: none;
}




@media(max-width:1199px){

    .gfl-con-sc{
        padding:100px 0;
    }

    .gfl-con-sc-content p{
        font-size:17px;
    }



    .gfl-con-sc-info p{
        font-size:16px;
    }

}

@media(max-width:991px){

    .gfl-con-sc{
        padding:90px 0;
    }

    .gfl-con-sc-map{
        min-height:450px;
        margin-bottom:60px;
    }

    .gfl-con-sc-content{
        padding-left:0;
    }


    .gfl-con-sc-box{
        margin-bottom:30px;
    }

}

@media(max-width:767px){

    .gfl-con-sc{
        padding:70px 0;
    }

    .gfl-con-sc-content h2{
        font-size:34px;
    }

    .gfl-con-sc-content p{
        font-size:15px;
        line-height:1.8;
    }

    .gfl-con-sc-box{
        padding:28px 24px;
    }

    .gfl-con-sc-box-top{
        gap:16px;
    }

    .gfl-con-sc-icon{
        width:54px;
        height:54px;
        min-width:54px;
    }

    .gfl-con-sc-info h3{
        font-size:22px;
    }

    .gfl-con-sc-info p{
        font-size:15px;
    }

}

@media(max-width:575px){

    .gfl-con-sc-content h2{
        font-size:30px;
    }

    .gfl-con-sc-box-top{
        flex-direction:column;
    }

}
/* WhatsApp Fixed Button */
.waf-btn{
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: linear-gradient(135deg,#25d366,#128c7e);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 60px;
    box-shadow: 0 10px 25px rgba(37,211,102,0.35);
    z-index: 9999;
    transition: all 0.3s ease;
    animation: waf-float 2.5s ease-in-out infinite;
}

.waf-btn svg{
    flex-shrink: 0;
}

.waf-btn:hover{
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 14px 30px rgba(37,211,102,0.45);
    color: #fff;
}

@keyframes waf-float{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-6px);
    }
    100%{
        transform: translateY(0);
    }
}

@media(max-width:576px){
    .waf-btn{
        right: 16px;
        bottom: 16px;
        padding: 13px 16px;
    }

    .waf-btn span{
        display: none;
    }
}