body{
    font-family:'Poppins',sans-serif;
    background:#fff;
}

/*==========================
        NAVBAR
==========================*/

.header-area{
    position:absolute;
    width:100%;
    top:20px;
    left:0;
    z-index:999;
}

.custom-navbar{
    background:#000;
    border-radius:70px;
    padding:14px 20px;
    box-shadow:0 12px 35px rgba(0,0,0,.15);
}

/* Logo */

.logo-text{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#fff;
}

.logo-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    flex-shrink:0;
}

.logo-icon i{
    font-size:24px;
    color:#0d6efd;
}

.logo-content h4{
    margin:0;
    color:#fff;
    font-size:22px;
    font-weight:700;
}

.logo-content span{
    color:#bbb;
    font-size:13px;
}

/* Menu */

.navbar-nav{
    gap:18px;
}

.nav-link{
    color:#fff !important;
    font-size:17px;
    font-weight:500;
    padding:12px 18px !important;
    border-radius:30px;
    transition:.3s;
}

.nav-link:hover,
.nav-link.active{
    color:#FFD43B !important;
}

/* Right Buttons */

.nav-buttons{
    display:flex;
    align-items:center;
    gap:15px;
}

.login-btn{
    background:#fff;
    color:#000;
    padding:12px 26px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.login-btn:hover{
    background:#FFD43B;
    color:#000;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
    padding:12px 26px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.whatsapp-btn:hover{
    background:#1ca851;
    color:#fff;
}

/* Mobile */

.navbar-toggler{
    border:none;
    color:#fff;
    font-size:24px;
}

.navbar-toggler:focus{
    box-shadow:none;
}

@media(max-width:991px){

    .custom-navbar{
        border-radius:30px;
        padding:15px;
    }

    .navbar-collapse{
        margin-top:20px;
    }

    .navbar-nav{
        text-align:center;
        gap:5px;
    }

    .nav-buttons{
        flex-direction:column;
        margin-top:20px;
    }

    .login-btn,
    .whatsapp-btn{
        width:100%;
        text-align:center;
    }

    .logo-content h4{
        font-size:18px;
    }

    .logo-content span{
        font-size:11px;
    }
}

/*=====================================
            HERO SECTION
=====================================*/

.hero-slider{
    padding:180px 0 100px;
    background:#f7f7f7;
    position:relative;
    overflow:hidden;
}

.hero-slider::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:420px;
    height:420px;
    background:rgba(255,212,59,.12);
    border-radius:50%;
}

.hero-slider::after{
    content:"";
    position:absolute;
    left:-220px;
    bottom:-220px;
    width:480px;
    height:480px;
    background:rgba(0,0,0,.04);
    border-radius:50%;
}

.hero-row{
    min-height:700px;
    align-items:center;
}

/* Badge */

.hero-badge,
.hero-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#000;
    color:#FFD43B;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:30px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* Heading */

.hero-title{
    font-size:60px;
    font-weight:800;
    line-height:1.15;
    color:#111;
    margin-bottom:25px;
}

.hero-title span{
    color:#FFD43B;
}

/* Description */

.hero-desc{
    color:#666;
    font-size:18px;
    line-height:1.9;
    max-width:620px;
}

/* Buttons */

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:40px;
}

.hero-btn{
    background:#000;
    color:#fff;
    padding:15px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.hero-btn:hover{
    background:#FFD43B;
    color:#000;
    transform:translateY(-4px);
}

.hero-outline-btn{
    border:2px solid #000;
    color:#000;
    padding:15px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.hero-outline-btn:hover{
    background:#000;
    color:#fff;
}

/* Stats */

.hero-stats{
    display:flex;
    gap:55px;
    margin-top:60px;
}

.hero-stats h3{
    font-size:42px;
    font-weight:800;
    color:#000;
    margin-bottom:5px;
}

.hero-stats span{
    color:#777;
}

/* Image */

.hero-image-wrapper{
    position:relative;
    width:100%;
    max-width:560px;
}

.hero-image{
    width:100%;
    border-radius:35px;
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

/* Floating Cards */

.floating-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:18px 22px;
    border-radius:22px;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.floating-card i{
    width:55px;
    height:55px;
    background:#000;
    color:#FFD43B;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.floating-card strong{
    display:block;
    color:#111;
    font-size:17px;
}

.floating-card p{
    margin:0;
    color:#777;
    font-size:14px;
}

.card-top{
    top:45px;
    left:-55px;
}

.card-bottom{
    bottom:40px;
    right:-40px;
}

/* Swiper */

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#999;
    opacity:1;
}

.swiper-pagination-bullet-active{
    width:32px;
    border-radius:10px;
    background:#FFD43B;
}

.swiper-button-next,
.swiper-button-prev{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#000;
    color:#fff;
    transition:.35s;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size:18px;
    font-weight:bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background:#FFD43B;
    color:#000;
}

/* Responsive */

@media(max-width:991px){

    .hero-slider{
        padding-top:140px;
    }

    .hero-row{
        min-height:auto;
        text-align:center;
    }

    .hero-title{
        font-size:40px;
    }

    .hero-desc{
        margin:auto;
        font-size:16px;
    }

    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    .hero-stats{
        justify-content:center;
        gap:30px;
        flex-wrap:wrap;
    }

    .hero-image-wrapper{
        margin-top:60px;
    }

    .card-top,
    .card-bottom{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        margin-top:20px;
    }

    .floating-card{
        width:100%;
    }

    .swiper-button-next,
    .swiper-button-prev{
        display:none;
    }
}

/*=====================================
            ABOUT SECTION
======================================*/

.about-section{
    padding:100px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.about-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,212,59,.08);
    border-radius:50%;
    top:-180px;
    right:-180px;
}

.about-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(0,0,0,.03);
    border-radius:50%;
    left:-220px;
    bottom:-220px;
}

.about-section .container{
    position:relative;
    z-index:2;
}

.section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#000;
    color:#FFD43B;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
}

.about-title{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;
    line-height:1.2;
}

.about-text{
    color:#666;
    font-size:18px;
    line-height:1.9;
    margin-bottom:40px;
}

/* Features */

.feature-item{
    display:flex;
    gap:18px;
    margin-bottom:25px;
    align-items:flex-start;
}

.feature-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#000;
    color:#FFD43B;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.feature-item h5{
    font-weight:700;
    margin-bottom:6px;
}

.feature-item p{
    color:#666;
    margin:0;
}

/* Right */

.about-wrapper{
    position:relative;
    display:grid;
    gap:25px;
}

.about-card{
    background:#fff;
    padding:35px;
    border-radius:30px;
    border:1px solid #eee;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    transition:.35s;
}

.about-card:hover{
    transform:translateY(-8px);
    border-color:#FFD43B;
}

.card-icon{
    width:70px;
    height:70px;
    background:#000;
    color:#FFD43B;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.about-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.about-card p{
    color:#666;
    line-height:1.8;
}

/* Experience */

.experience-box{
    position:absolute;
    right:-20px;
    top:-35px;
    background:#FFD43B;
    color:#000;
    width:150px;
    height:150px;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    z-index:5;
}

.experience-box h2{
    font-size:42px;
    margin:0;
    font-weight:800;
}

.experience-box span{
    font-size:14px;
    text-align:center;
    font-weight:600;
}

/* Stats */

.stats-box{
    background:#000;
    color:#fff;
    padding:35px;
    border-radius:25px;
    text-align:center;
    transition:.35s;
}

.stats-box:hover{
    background:#FFD43B;
    color:#000;
    transform:translateY(-8px);
}

.stats-box h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:10px;
}

.stats-box span{
    font-size:16px;
}

/* Responsive */

@media(max-width:991px){

    .about-section{
        padding:70px 0;
    }

    .about-title{
        font-size:34px;
    }

    .about-text{
        font-size:16px;
    }

    .experience-box{
        position:relative;
        right:auto;
        top:auto;
        margin:0 auto 25px;
    }

}
/*=====================================
        SERVICES SECTION
======================================*/

.services-section{
    padding:100px 0;
    background:#f8f8f8;
    position:relative;
    overflow:hidden;
}

.services-section::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(255,212,59,.08);
    border-radius:50%;
    top:-180px;
    right:-180px;
}

.services-section::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(0,0,0,.03);
    border-radius:50%;
    bottom:-200px;
    left:-180px;
}

.services-section .container{
    position:relative;
    z-index:2;
}

/* Card */

.service-card{
    background:#fff;
    padding:45px 35px;
    border-radius:30px;
    border:1px solid #ececec;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:5px;
    background:#FFD43B;
    transition:.35s;
}

.service-card:hover::before{
    width:100%;
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:#FFD43B;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* Icon */

.service-icon{
    width:85px;
    height:85px;
    border-radius:25px;
    background:#000;
    color:#FFD43B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:30px;
    transition:.35s;
}

.service-card:hover .service-icon{
    background:#FFD43B;
    color:#000;
    transform:rotate(-8deg);
}

/* Heading */

.service-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
    color:#111;
}

/* Description */

.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Button */

.service-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#000;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.service-btn i{
    transition:.3s;
}

.service-btn:hover{
    color:#d4a700;
}

.service-btn:hover i{
    transform:translateX(8px);
}

/* Mobile */

@media(max-width:991px){

    .services-section{
        padding:70px 0;
    }

    .service-card{
        padding:35px 25px;
    }

    .service-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .service-card h4{
        font-size:21px;
    }

}

/*=====================================
        WHY CHOOSE US
======================================*/

.why-section{
    padding:100px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.why-section::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(255,212,59,.08);
    top:-180px;
    left:-180px;
}

.why-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(0,0,0,.03);
    right:-220px;
    bottom:-220px;
}

.why-section .container{
    position:relative;
    z-index:2;
}

/* Left */

.why-content h3{
    font-size:42px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;
    line-height:1.25;
}

.why-content p{
    color:#666;
    line-height:1.9;
    font-size:17px;
    margin-bottom:30px;
}

/* Cards */

.why-card{
    background:#fff;
    border-radius:28px;
    padding:35px 25px;
    text-align:center;
    border:1px solid #ececec;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.why-card:hover{
    background:#000;
    border-color:#FFD43B;
    transform:translateY(-8px);
}

.why-card:hover h5,
.why-card:hover p{
    color:#fff;
}

.why-card:hover .why-icon{
    background:#FFD43B;
    color:#000;
}

/* Icon */

.why-icon{
    width:75px;
    height:75px;
    border-radius:22px;
    background:#000;
    color:#FFD43B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:0 auto 20px;
    transition:.35s;
}

.why-card h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.why-card p{
    margin:0;
    color:#666;
    line-height:1.7;
}

/* Mobile */

@media(max-width:991px){

    .why-section{
        padding:70px 0;
    }

    .why-content{
        text-align:center;
        margin-bottom:20px;
    }

    .why-content h3{
        font-size:32px;
    }

    .why-content p{
        font-size:16px;
    }

    .why-card{
        padding:30px 20px;
    }

}

/*=====================================
        GLOBAL REACH
======================================*/

.global-section{
    padding:100px 0;
    background:#f8f8f8;
    position:relative;
    overflow:hidden;
}

.global-section::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(255,212,59,.08);
    top:-180px;
    right:-180px;
}

.global-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(0,0,0,.03);
    left:-220px;
    bottom:-220px;
}

.global-section .container{
    position:relative;
    z-index:2;
}

/* Country Card */

.country-card{
    background:#fff;
    border-radius:30px;
    padding:40px 25px;
    text-align:center;
    border:1px solid #ececec;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    height:100%;
}

/* Flag */

.country-flag{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:24px;
    background:#000;
    color:#FFD43B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
}

/* Title */

.country-card h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

/* Text */

.country-card span{
    color:#666;
    line-height:1.7;
}

/* Responsive */

@media(max-width:991px){

    .global-section{
        padding:70px 0;
    }

    .country-card{
        padding:35px 20px;
    }

    .country-flag{
        width:70px;
        height:70px;
        font-size:34px;
    }

}

/*=====================================
        PROCESS SECTION
======================================*/

.process-section{
    padding:100px 0;
    background:#fff;
}

.process-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:30px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    height:100%;
}

.process-number{
    width:60px;
    height:60px;
    background:#FFD43B;
    color:#000;
    border-radius:50%;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.process-icon{
    width:85px;
    height:85px;
    background:#000;
    color:#FFD43B;
    border-radius:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:34px;
}

.process-box h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.process-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/*=====================================
        INDUSTRIES SECTION
======================================*/

.industries-section{
    padding:100px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.industries-section::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(255,212,59,.08);
    border-radius:50%;
    top:-180px;
    left:-180px;
}

.industries-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(0,0,0,.03);
    border-radius:50%;
    right:-220px;
    bottom:-220px;
}

.industries-section .container{
    position:relative;
    z-index:2;
}

.industry-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:30px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.industry-card:hover{
    transform:translateY(-10px);
    border-color:#FFD43B;
    box-shadow:0 25px 55px rgba(0,0,0,.12);
}

.industry-icon{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:22px;
    background:#000;
    color:#FFD43B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    transition:.35s;
}

.industry-card:hover .industry-icon{
    background:#FFD43B;
    color:#000;
}

.industry-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.industry-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .industries-section{
        padding:70px 0;
    }

    .industry-card{
        padding:30px 20px;
    }

    .industry-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }

    .industry-card h4{
        font-size:21px;
    }

}

/*=====================================
        EXPERTISE SECTION
======================================*/

.expertise-section{
    padding:100px 0;
    background:#f8f8f8;
    position:relative;
    overflow:hidden;
}

.expertise-section::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(255,212,59,.08);
    top:-180px;
    right:-180px;
}

.expertise-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(0,0,0,.03);
    left:-220px;
    bottom:-220px;
}

.expertise-section .container{
    position:relative;
    z-index:2;
}

.expertise-card{

    background:#fff;
    border-radius:28px;
    padding:35px 30px;
    text-align:center;
    border:1px solid #ececec;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.expertise-card:hover{

    transform:translateY(-10px);
    border-color:#FFD43B;
    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.expertise-icon{

    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:20px;
    background:#000;
    color:#FFD43B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    transition:.35s;

}

.expertise-card:hover .expertise-icon{

    background:#FFD43B;
    color:#000;

}

.expertise-card h4{

    font-size:23px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;

}

.expertise-card p{

    color:#666;
    line-height:1.8;
    margin:0;

}

@media(max-width:991px){

    .expertise-section{

        padding:70px 0;

    }

    .expertise-card{

        padding:30px 20px;

    }

    .expertise-icon{

        width:70px;
        height:70px;
        font-size:28px;

    }

}

/*==============================
        TRUST SECTION
===============================*/

.trust-section{

    padding:100px 0;
    background:#fff;
}

.trust-desc{

    color:#666;
    line-height:1.9;
    margin:25px 0 35px;

}

.trust-list{

    display:flex;
    flex-direction:column;
    gap:18px;

}

.trust-item{

    display:flex;
    align-items:center;
    gap:15px;
    font-size:18px;
    font-weight:500;

}

.trust-item i{

    width:42px;
    height:42px;
    background:#FFD43B;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;

}

.counter-box{

    background:#fff;
    border-radius:25px;
    text-align:center;
    padding:40px 20px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    border:1px solid #eee;
    height:100%;
    transition:.35s;

}

.counter-box:hover{

    transform:translateY(-8px);
    border-color:#FFD43B;

}

.counter-box h2{

    font-size:48px;
    font-weight:800;
    color:#000;
    margin-bottom:10px;

}

.counter-box p{

    color:#666;
    font-size:17px;
    margin:0;

}

@media(max-width:991px){

    .trust-section{

        padding:70px 0;

    }

    .counter-box{

        padding:30px 15px;

    }

    .counter-box h2{

        font-size:36px;

    }

}