:root{
    --primary:#0D6EFD;
    --primary-dark:#003B99;
    --secondary:#00B8FF;
    --dark:#021B4E;
    --white:#fff;
    --light:#f8fbff;
}

/* ==========================
   TOP BAR
========================== */

.topbar{
    background: linear-gradient(90deg,var(--dark),var(--primary));
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.topbar a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.topbar a:hover{
    color:#9ad7ff;
}

.social-icons a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
}

@media(max-width:991px){
    .topbar{
        display:none;
    }
}

/* ==========================
   NAVBAR
========================== */

.navbar{
    background:#fff;
    padding:15px 0;
    box-shadow:0 5px 30px rgba(0,0,0,.05);
    position:sticky;
    top:0;
    z-index:999;
}

.navbar-brand img{
    height:80px;
}


/* Mobile */
@media (max-width: 768px) {
    .navbar-brand img {
        height: 50px;
    }
}

.navbar-nav .nav-link{
    color:var(--dark);
    font-weight:600;
    font-size: 17px;
    margin:0 10px;
    position:relative;
}

.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    width:0;
    height:3px;
    bottom:-6px;
    left:0;
    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );
    transition:.4s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:100%;
}

.navbar-nav .nav-link:hover{
    color:var(--primary);
}


@media (max-width: 991.98px) {

   .navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:0%;
}



@media (max-width: 991.98px) {

    .nav-link>img {
        height: 35px !important;
        width: auto;
    }

    .btn>img {
        height: 40px !important;
        width: auto;
    }

    .navbar-nav .btn {
        padding: 0;
    }
}




}


.quote-btn{
    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );
    color:#fff;
    border:none;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.quote-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

.navbar-toggler i{
    font-size:30px;
    color:var(--primary);
}

/* Mobile Menu */

@media(max-width:991px){

    .navbar-collapse{
        margin-top:20px;
        background:#fff;
        padding:20px;
        border-radius:15px;
        box-shadow:0 10px 30px rgba(0,0,0,.08);
    }

    .quote-btn{
        width:100%;
        margin-top:15px;
    }

}

/* hero section start  */

.hero-slider{
    position:relative;
}

.heroSwiper,
.swiper-slide{
    height:100vh;
}

.swiper-slide{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
}

/* Background */

.slide-1{
    background:url("../images/banner2.jpg") center center/cover no-repeat;
}

.slide-2{
    background:url("../images/banner3.jpg") center center/cover no-repeat;
}
.slide-3{
    background:url("../images/export-desk.avif") center center/cover no-repeat;
}

/* Overlay */

.hero-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
    linear-gradient(
        90deg,
        rgba(0,25,80,.75) 0%,
        rgba(0,80,255,.35) 45%,
        rgba(0,0,0,.10) 100%
    );
}
/* Content */

.hero-content{
    position:relative;
    z-index:20;
}

.hero-badge{
    display:inline-block;
    padding:12px 15px;
    width: fit-content;
    border-radius:50px;
    color:#fff;
    margin-bottom:25px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.15);
}

.hero-slider h1{
    color:#fff;
    font-size:72px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;

    text-shadow:
    0 4px 20px rgba(0,0,0,.35);
}

.hero-slider h1 span{
    color:#67d4ff;
}

.hero-slider p{
    color:rgba(255,255,255,.95);
    font-size:18px;
    line-height:1.8;
    max-width:650px;
    margin-bottom:35px;

    text-shadow:
    0 2px 10px rgba(0,0,0,.35);
}

/* Buttons */

.btn-secondary-custom{
    display:inline-block;
    background:#063d8e;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    border: 3px solid #0D6EFD;
    text-decoration:none;
    transition:.4s;
}

.btn-secondary-custom:hover{
    transform:translateY(-3px);
    color:#fff;
}
.btn-primary-custom{
    border: 3px solid white;

    display:inline-block;
    background:#0D6EFD;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    transition:.4s;
}

.btn-primary-custom:hover{
    transform:translateY(-3px);
    color:#fff;
}

.btn-outline-custom{
    display:inline-block;
    margin-left:15px;
    border:2px solid #fff;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
}

/* SVG */

.svg-shape{
    position:absolute;
    z-index:2;
    color:rgba(0,184,255,.18);
    pointer-events:none;
}

.shape-one{
    width:500px;
    top:-120px;
    right:-120px;
    animation:blobRotate 18s linear infinite;
}

.shape-two{
    width:250px;
    left:65%;
    bottom:80px;
    color:rgba(255,255,255,.08);
    animation:floatShape 8s ease-in-out infinite;
}

@keyframes blobRotate{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

@keyframes floatShape{
    50%{
        transform:
        translateY(-25px)
        translateX(15px);
    }
}

/* Pagination */

.swiper-pagination-bullet{
    background:#fff;
    width:12px;
    height:12px;
    opacity:.7;
}

.swiper-pagination-bullet-active{
    width:35px;
    border-radius:20px;
    background:#00B8FF;
}

/* Mobile */

@media(max-width:991px){

    .hero-slider h1{
        font-size:42px;
    }

    .hero-slider p{
        font-size:16px;
    }

    .btn-outline-custom{
        margin-left:0;
        margin-top:10px;
        display:block;
        width:max-content;
    }

    .shape-one{
        width:250px;
    }

    .shape-two{
        width:140px;
    }

}


/* about us start  */


/* =========================
   ABOUT SECTION
========================= */

.about-section{
    position:relative;
    background:#fff;
    overflow:hidden;
}

/* Background Glow */

.about-section::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    left:-120px;
    top:-100px;
    border-radius:50%;
    background:rgba(13,110,253,.08);
    filter:blur(60px);
}

.about-section::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    right:-120px;
    bottom:-120px;
    border-radius:50%;
    background:rgba(0,184,255,.08);
    filter:blur(70px);
}

/* Tag */

.section-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(13,110,253,.08);
    color:#0D6EFD;
    font-weight:700;
    margin-bottom:20px;
}

/* Title */

.about-title{
    font-size:48px;
    font-weight:800;
    color:#021B4E;
    line-height:1.2;
    margin-bottom:20px;
}

.about-title span{
    color:#0D6EFD;
}

/* Text */

.about-text{
    color:#666;
    line-height:1.9;
    font-size:17px;
    margin-bottom:20px;
}

.highlight-company{
    color:#021B4E;
    font-weight:800;
}

.highlight-text{
    color:#0D6EFD;
    font-weight:700;
}

/* Image */

.about-image-wrapper{
    position:relative;
}

.about-image{
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
    transition:.5s;
    position:relative;
    z-index:2;
}

.about-image:hover{
    transform:scale(1.03);
}

/* Shape Behind Image */

.about-shape{
    position:absolute;
    width:250px;
    height:250px;
    background:linear-gradient(
        135deg,
        #0D6EFD,
        #00B8FF
    );
    border-radius:50%;
    opacity:.15;
    top:-50px;
    left:-50px;
    animation:floatShape 6s ease-in-out infinite;
}

/* Experience Card */

.experience-card{
    position:absolute;
    right:-20px;
    bottom:40px;
    background:#0e155c;
    padding:25px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    z-index:3;
    text-align:center;
}

.experience-card h3{
    color:#0D6EFD;
    font-size:38px;
    margin:0;
    font-weight:800;
}

.experience-card span{
    color:#666;
}

/* Stats */

.stat-box{
    text-align:center;
    padding:30px;
    border-radius:20px;
    background:#f8fbff;
    border:1px solid rgba(13,110,253,.08);
    transition:.4s;
}

.stat-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(13,110,253,.10);
}

.stat-box h4{
    font-size:36px;
    color:#0D6EFD;
    font-weight:800;
}

.stat-box span{
    color:#666;
}

/* Button */

.about-btn{
    display:inline-block;
    margin-top:25px;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    background:linear-gradient(
        135deg,
        #0D6EFD,
        #00B8FF
    );
    transition:.4s;
}

.about-btn:hover{
    color:#fff;
    transform:translateY(-4px);
}

/* SVG Shapes */

.about-svg{
    position:absolute;
    z-index:1;
    pointer-events:none;
}

.shape-1{
    width:180px;
    top:50px;
    right:5%;
    color:rgba(13,110,253,.10);
    animation:rotateBlob 20s linear infinite;
}

.shape-2{
    width:100px;
    left:3%;
    bottom:15%;
    color:rgba(0,184,255,.12);
    animation:floatBlob 8s ease-in-out infinite;
}

.shape-3{
    width:70px;
    right:10%;
    bottom:10%;
    color:rgba(13,110,253,.08);
    animation:floatBlob2 10s ease-in-out infinite;
}

/* Animations */

@keyframes floatShape{
    50%{
        transform:translateY(20px);
    }
}

@keyframes rotateBlob{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

@keyframes floatBlob{
    50%{
        transform:
        translateY(-20px)
        translateX(15px);
    }
}

@keyframes floatBlob2{
    50%{
        transform:
        translateY(15px)
        translateX(-15px);
    }
}

/* Responsive */

@media(max-width:991px){

    .about-title{
        font-size:34px;
    }

    .experience-card{
        right:10px;
        bottom:10px;
        padding:15px;
    }

    .shape-1{
        width:120px;
    }

    .shape-2{
        width:70px;
    }

    .shape-3{
        width:50px;
    }
}






/* service dropdown */

/* Dropdown */

.services-dropdown{
    position:relative;
}

.services-dropdown .nav-link{
    display:flex;
    align-items:center;
    gap:6px;
}

.plus-icon{
    font-size:14px;
    transition:.3s;
}

/* Menu */

.services-menu{
    position:absolute;
    top:120%;
    left:0;

    min-width:260px;

    background:#fff;
    border-radius:15px;

    padding:12px 0;
    margin:0;

    list-style:none;

    opacity:0;
    visibility:hidden;

    transform:
    translateY(15px);

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.10);

    z-index:999;
}

.services-menu li a{
    display:block;

    padding:12px 22px;

    color:#021B4E;

    text-decoration:none;

    font-weight:500;

    transition:.3s;
}

.services-menu li a:hover{
    background:#f5f9ff;
    color:#0D6EFD;
    padding-left:30px;
}

/* Hover Effect */

.services-dropdown:hover .services-menu{

    opacity:1;
    visibility:visible;

    transform:
    translateY(0);

}

.services-dropdown:hover .plus-icon{

    transform:rotate(45deg);
    color:#0D6EFD;

}

/* Mobile */

@media(max-width:991px){

    .services-menu{

        position:static;

        opacity:1;
        visibility:visible;

        transform:none;

        box-shadow:none;

        display:none;

        margin-top:10px;

        background:#f8f9fa;
    }

    .services-dropdown.active .services-menu{
        display:block;
    }

}

/* stats counter start  */

.stats-section{
    padding:60px 0;
    background:linear-gradient(
        135deg,
        #021B4E
    );
}

.stat-card{
    text-align:center;

    padding:25px 15px;

    border-radius:20px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.12);

    transition:.4s;

    height:100%;
}

.stat-card:hover{
    transform:translateY(-6px);
}

.stat-icon{

    width:60px;
    height:60px;

    margin:0 auto 15px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #00B8FF,
        #ffffff
    );
}

.stat-icon i{
    color:#021B4E;
    font-size:24px;
}

.counter{
    color:#fff;
    font-size:36px;
    font-weight:800;
    line-height:1;
    margin-bottom:8px;
}

.stat-card p{
    color:#dbe8ff;
    font-size:15px;
    margin:0;
}

@media(max-width:991px){

    .stats-section{
        padding:50px 0;
    }

    .stat-card{
        padding:20px 15px;
    }

    .counter{
        font-size:30px;
    }

    .stat-icon{
        width:55px;
        height:55px;
    }

}






/* ====================================
   FAQ SECTION - DARK PREMIUM VERSION
==================================== */

.faq-section{
    position:relative;
    padding:120px 0;
    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    #050816 0%,
    #0B1120 40%,
    #111827 100%
    );
}

/* Glow Effects */

.faq-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    top:-220px;
    left:-220px;

    border-radius:50%;

    background:
    rgba(0,119,255,.18);

    filter:blur(120px);
}

.faq-section::after{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    right:-180px;
    bottom:-180px;

    border-radius:50%;

    background:
    rgba(0,217,255,.12);

    filter:blur(120px);
}

/* Floating Shapes */

.faq-shape{
    position:absolute;
    z-index:1;
    pointer-events:none;
}

.shape-1{
    width:220px;
    right:4%;
    top:80px;

    color:
    rgba(0,153,255,.12);

    animation:
    rotateBlob 30s linear infinite;
}

.shape-2{
    width:130px;
    left:3%;
    bottom:15%;

    color:
    rgba(0,255,255,.10);

    animation:
    floatBlob 8s ease-in-out infinite;
}

/* Additional Shape */

.shape-3{
    position:absolute;
    width:180px;
    height:180px;

    top:50%;
    left:8%;

    border-radius:50%;

    border:2px solid rgba(255,255,255,.05);

    animation:
    pulseCircle 6s infinite;
}

/* Heading */

.section-tag{
    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:
    rgba(0,119,255,.15);

    color:#4DA3FF;

    font-weight:600;

    margin-bottom:20px;

    border:1px solid rgba(255,255,255,.08);
}

.faq-title{
    font-size:48px;
    font-weight:800;

    color:#fff;

    margin-bottom:40px;
}

.faq-title span{
    color:#4DA3FF;
}

/* Image */

.faq-image-wrapper{
    position:relative;
    z-index:2;
}

.faq-image{
    width:100%;
    border-radius:30px;

    border:
    1px solid rgba(255,255,255,.08);

    box-shadow:
    0 25px 60px rgba(0,0,0,.45);
}

/* Floating Card */

.faq-card{
    position:absolute;
    right:-20px;
    bottom:30px;

    max-width:260px;

    padding:25px;

    border-radius:20px;

    backdrop-filter:blur(20px);

    background:
    rgba(255,255,255,.06);

    border:
    1px solid rgba(255,255,255,.08);

    box-shadow:
    0 15px 50px rgba(0,0,0,.35);
}

.faq-card i{
    font-size:40px;
    color:#4DA3FF;
}

.faq-card h5{
    margin-top:15px;
    color:#fff;
}

.faq-card p{
    color:#c7d2fe;
    margin-bottom:0;
}

/* Accordion */

.custom-faq .accordion-item{

    border:none;

    margin-bottom:18px;

    overflow:hidden;

    border-radius:18px !important;

    background:
    rgba(255,255,255,.05);

    backdrop-filter:blur(15px);

    border:
    1px solid rgba(255,255,255,.08);

    box-shadow:
    0 10px 30px rgba(0,0,0,.25);
}

.custom-faq .accordion-button{

    padding:22px 25px;

    font-weight:700;

    color:#fff;

    background:
    transparent;

    box-shadow:none;
}

.custom-faq .accordion-button::after{
    filter:invert(1);
}

.custom-faq .accordion-button:not(.collapsed){

    background:
    linear-gradient(
    90deg,
    #0066ff,
    #00d4ff
    );

    color:#fff;
}

.custom-faq .accordion-body{

    padding:22px 25px;

    color:#cbd5e1;

    line-height:1.9;

    background:
    rgba(255,255,255,.02);
}

/* Hover Effect */

.custom-faq .accordion-item:hover{

    transform:
    translateY(-4px);

    transition:.4s;

    box-shadow:
    0 20px 40px rgba(0,119,255,.15);
}

/* Animations */

@keyframes rotateBlob{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

@keyframes floatBlob{

    50%{

        transform:
        translateY(-25px)
        translateX(20px);

    }

}

@keyframes pulseCircle{

    0%{
        transform:scale(1);
        opacity:.3;
    }

    50%{
        transform:scale(1.2);
        opacity:.8;
    }

    100%{
        transform:scale(1);
        opacity:.3;
    }

}

/* Responsive */

@media(max-width:991px){

    .faq-section{
        padding:80px 0;
    }

    .faq-title{
        font-size:34px;
    }

    .faq-card{

        position:relative;

        right:auto;
        bottom:auto;

        margin-top:20px;

        max-width:100%;
    }
}

@media(max-width:767px){

    .faq-title{
        font-size:28px;
    }

    .shape-1{
        width:120px;
    }

    .shape-2{
        width:70px;
    }
}


/* ==========================
   WHY CHOOSE US
========================== */

.why-us-section{
    position:relative;
    padding:120px 0;
    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    #050816,
    #0d1326,
    #111827
    );
}

/* Blobs */

.blob{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.blob-1{
    width:400px;
    height:400px;

    background:
    rgba(0,102,255,.15);

    top:-150px;
    left:-150px;

    animation:float1 8s infinite ease-in-out;
}

.blob-2{
    width:350px;
    height:350px;

    background:
    rgba(0,217,255,.12);

    bottom:-100px;
    right:-100px;

    animation:float2 10s infinite ease-in-out;
}

/* Heading */

.section-header{
    max-width:800px;
    margin:auto auto 70px;
}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:
    rgba(255,255,255,.06);

    color:#4da3ff;

    border:
    1px solid rgba(255,255,255,.08);

    margin-bottom:20px;
}

.section-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;
}

.section-header h2 span{
    color:#4da3ff;
}

.section-header p{

    color:#cbd5e1;

    font-size:18px;
}

/* Cards */

.choose-card{

    height:100%;

    padding:35px;

    border-radius:24px;

    background:
    rgba(255,255,255,.05);

    border:
    1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    transition:.4s;

    position:relative;

    overflow:hidden;
}

.choose-card::before{

    content:"";

    position:absolute;

    width:100%;
    height:100%;

    left:0;
    top:100%;

    background:
    linear-gradient(
    135deg,
    #0066ff,
    #00d4ff
    );

    transition:.5s;

    z-index:-1;
}

.choose-card:hover::before{
    top:0;
}

.choose-card:hover{
    transform:translateY(-10px);
}

.choose-card:hover h4,
.choose-card:hover p,
.choose-card:hover .choose-number{
    color:#fff;
}

.choose-number{

    font-size:50px;

    font-weight:800;

    color:#4da3ff;

    margin-bottom:15px;

    transition:.4s;
}

.choose-card h4{

    color:#fff;

    margin-bottom:15px;

    font-size:24px;
}

.choose-card p{

    color:#cbd5e1;

    line-height:1.8;

    margin:0;
}

/* Stats */

.stats-row{
    margin-top:80px;
}

.stat-box{

    text-align:center;

    padding:30px;

    border-radius:20px;

    background:
    rgba(255,255,255,.04);

    border:
    1px solid rgba(255,255,255,.08);
}

.stat-box h3{

    font-size:42px;

    color:#4da3ff;

    font-weight:800;
}

.stat-box span{

    color:#cbd5e1;
}

/* Animation */

@keyframes float1{

    50%{
        transform:translateY(-40px);
    }
}

@keyframes float2{

    50%{
        transform:translateY(40px);
    }
}

/* Responsive */

@media(max-width:991px){

    .why-us-section{
        padding:80px 0;
    }

    .section-header h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .section-header h2{
        font-size:28px;
    }

    .choose-card{
        padding:25px;
    }

    .choose-number{
        font-size:40px;
    }

    .stat-box h3{
        font-size:30px;
    }
}




















/* service section start  */
.services-section{
    position:relative;
    padding:100px 0;
    background:#f8fbff;
    overflow:hidden;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    padding:10px 20px;
    background:#e9f4ff;
    border-radius:50px;
    color:#0066ff;
    font-weight:600;
}

.section-title h2{
    font-size:48px;
    margin-top:20px;
    font-weight:800;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.flip-card{
    height:380px;
    perspective:1000px;
}

.flip-card-inner{
    position:relative;
    width:100%;
    height:100%;
    transition:transform .8s;
    transform-style:preserve-3d;
}

.flip-card:hover .flip-card-inner{
    transform:rotateY(180deg);
}

.flip-card-front,
.flip-card-back{
    position:absolute;
    width:100%;
    height:100%;
    border-radius:25px;
    overflow:hidden;
    backface-visibility:hidden;
}

.flip-card-front img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );
    display:flex;
    align-items:flex-end;
    padding:25px;
}

.overlay h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin: auto;
}

.flip-card-back{
    background:linear-gradient(
        135deg,
        #0066ff,
        #00bfff
    );

    transform:rotateY(180deg);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:30px;
}

.flip-card-back h3{
    color:#fff;
    margin-bottom:15px;
}

.flip-card-back p{
    color:#fff;
    line-height:1.8;
    margin-bottom:25px;
}

.service-btn{
    padding:12px 28px;
    background:#fff;
    color:#0066ff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.service-btn:hover{
    transform:translateY(-5px);
}

.blob{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    animation:float 10s infinite ease-in-out;
}

.blob1{
    width:350px;
    height:350px;
    background:#0084ff30;
    top:-100px;
    left:-100px;
}

.blob2{
    width:400px;
    height:400px;
    background:#00ffd530;
    bottom:-100px;
    right:-100px;
}

@keyframes float{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-50px);
    }
}

@media(max-width:991px){

    .services-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .section-title h2{
        font-size:36px;
    }
}

@media(max-width:768px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .flip-card{
        height:300px;
    }

    .section-title h2{
        font-size:28px;
    }
}





/* ==================================
   PROCESS SECTION
================================== */

.process-section{
    position:relative;
    padding:120px 0;
    overflow:hidden;
    background:#f8fbff;
}

/* Blobs */

.blob{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
}

.blob-1{
    width:350px;
    height:350px;

    left:-120px;
    top:-120px;

    background:
    rgba(13,110,253,.12);

    animation:
    floatBlob 8s infinite ease-in-out;
}

.blob-2{
    width:300px;
    height:300px;

    right:-100px;
    bottom:-100px;

    background:
    rgba(0,184,255,.10);

    animation:
    floatBlob2 10s infinite ease-in-out;
}

/* SVG Shapes */

.process-shape{
    position:absolute;
    pointer-events:none;
    z-index:1;
}

.shape-1{
    width:220px;

    right:4%;
    top:80px;

    color:
    rgba(13,110,253,.08);

    animation:
    rotateShape 25s linear infinite;
}

.shape-2{
    width:120px;

    left:4%;
    bottom:10%;

    color:
    rgba(0,184,255,.10);

    animation:
    floatShape 8s ease-in-out infinite;
}

/* Header */

.process-header{
    max-width:800px;
    margin:auto auto 80px;
    position:relative;
    z-index:2;
}

.process-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#eaf3ff;

    color:#0d6efd;

    font-weight:600;

    margin-bottom:20px;
}

.process-header h2{

    font-size:48px;

    font-weight:800;

    color:#021B4E;

    margin-bottom:20px;
}

.process-header h2 span{
    color:#0d6efd;
}

.process-header p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;
}

/* Grid */

.process-grid{

    position:relative;

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:30px;

    z-index:2;
}

/* Cards */

.process-card{

    background:
    linear-gradient(
    135deg,
    #0f172a,
    #111827
    );

    border-radius:30px;

    padding:35px;

    text-align:center;

    transition:.4s;

    position:relative;

    overflow:hidden;
}

.process-card::before{

    content:"";

    position:absolute;

    width:100%;
    height:100%;

    left:0;
    top:100%;

    background:
    linear-gradient(
    135deg,
    #0d6efd,
    #00b8ff
    );

    transition:.5s;

    z-index:0;
}

.process-card:hover::before{
    top:0;
}

.process-card:hover{
    transform:
    translateY(-12px);
}

.process-card *{
    position:relative;
    z-index:2;
}

/* Step */

.step-number{

    width:80px;
    height:80px;

    margin:auto;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #0d6efd,
    #00b8ff
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:24px;
    font-weight:800;

    margin-bottom:25px;
}

/* Text */

.process-card h4{

    color:#fff;

    font-size:24px;

    margin-bottom:15px;
}

.process-card p{

    color:#d1d5db;

    line-height:1.8;

    margin:0;
}

/* Animations */

@keyframes rotateShape{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes floatShape{

    50%{
        transform:
        translateY(-20px)
        translateX(15px);
    }
}

@keyframes floatBlob{

    50%{
        transform:
        translateY(-30px)
        scale(1.1);
    }
}

@keyframes floatBlob2{

    50%{
        transform:
        translateY(30px)
        scale(1.1);
    }
}

/* Responsive */

@media(max-width:991px){

    .process-grid{
        grid-template-columns:
        repeat(2,1fr);
    }

    .process-header h2{
        font-size:36px;
    }
}

@media(max-width:767px){

    .process-grid{
        grid-template-columns:1fr;
    }

    .process-header h2{
        font-size:28px;
    }

    .process-section{
        padding:80px 0;
    }
}

/* =====================================
   CONTACT SECTION
===================================== */

.contact-section{
    position:relative;
    padding:120px 0;
    overflow:hidden;
    background:#f8fbff;
}

/* Blobs */

.blob{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
}

.blob-1{
    width:350px;
    height:350px;
    top:-120px;
    left:-120px;
    background:rgba(13,110,253,.12);
    animation:floatBlob 8s infinite ease-in-out;
}

.blob-2{
    width:300px;
    height:300px;
    right:-120px;
    bottom:-120px;
    background:rgba(0,184,255,.10);
    animation:floatBlob2 10s infinite ease-in-out;
}

/* Shapes */

.contact-shape{
    position:absolute;
    z-index:1;
    pointer-events:none;
}

.shape-1{
    width:220px;
    top:70px;
    right:5%;
    color:rgba(13,110,253,.08);
    animation:rotateShape 25s linear infinite;
}

.shape-2{
    width:120px;
    bottom:10%;
    left:5%;
    color:rgba(0,184,255,.12);
    animation:floatShape 8s infinite ease-in-out;
}

/* Heading */

.section-heading{
    max-width:800px;
    margin:auto auto 70px;
    position:relative;
    z-index:2;
}

.contact-tag-top{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#eaf3ff;
    color:#0d6efd;
    font-weight:600;
    margin-bottom:20px;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#021B4E;
    margin-bottom:15px;
}

.section-heading h2 span{
    color:#0d6efd;
}

.section-heading p{
    color:#6b7280;
    font-size:18px;
}

/* Form Card */

.contact-form-box{
    position:relative;
    overflow:hidden;

    padding:50px;
    border-radius:30px;

    background:
    linear-gradient(
    135deg,
    #0f172a,
    #111827
    );

    border:
    1px solid rgba(255,255,255,.08);

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.contact-form-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    top:-120px;
    right:-120px;
    border-radius:50%;
    background:rgba(13,110,253,.25);
    filter:blur(80px);
}

.contact-form-box::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    left:-100px;
    bottom:-100px;
    border-radius:50%;
    background:rgba(0,184,255,.18);
    filter:blur(80px);
}

.contact-form-box *{
    position:relative;
    z-index:2;
}

.contact-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    color:#4da3ff;
    margin-bottom:20px;
}

.contact-form-box h3{
    color:#fff;
    font-size:34px;
    font-weight:800;
    margin-bottom:15px;
}

.contact-form-box p{
    color:#cbd5e1;
    margin-bottom:30px;
}

/* Inputs */

.contact-form-box .form-control{
    height:58px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.05);
    color:#fff;
}

.contact-form-box textarea.form-control{
    height:auto;
}

.contact-form-box .form-control::placeholder{
    color:#94a3b8;
}

.contact-form-box .form-control:focus{
    border-color:#0d6efd;
    background:rgba(255,255,255,.08);
    color:#fff;
    box-shadow:none;
}

/* Button */

.contact-btn{
    border:none;
    padding:14px 35px;
    border-radius:50px;
    color:#fff;
    font-weight:700;

    background:
    linear-gradient(
    135deg,
    #0d6efd,
    #00b8ff
    );

    transition:.4s;
}

.contact-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,110,253,.35);
}

/* Map */

.map-box{
    height:100%;
    min-height:650px;
    overflow:hidden;
    border-radius:30px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);
}

.map-box iframe{
    width:100%;
    height:100%;
    border:0;
}

/* Animations */

@keyframes rotateShape{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

@keyframes floatShape{
    50%{
        transform:
        translateY(-20px)
        translateX(15px);
    }
}

@keyframes floatBlob{
    50%{
        transform:translateY(-30px);
    }
}

@keyframes floatBlob2{
    50%{
        transform:translateY(30px);
    }
}

/* Responsive */

@media(max-width:991px){

    .section-heading h2{
        font-size:36px;
    }

    .map-box{
        min-height:450px;
    }
}

@media(max-width:767px){

    .contact-section{
        padding:80px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .contact-form-box{
        padding:30px;
    }

    .contact-form-box h3{
        font-size:26px;
    }

    .map-box{
        min-height:350px;
    }
}

/* footer  */
/* ==========================
   FOOTER
========================== */

.main-footer{
    position:relative;
    overflow:hidden;
    padding:90px 0 0;
    background:
    linear-gradient(
    135deg,
    #030712,
    #0f172a,
    #111827
    );
}

/* Blobs */

.footer-blob{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
}

.footer-blob-1{
    width:300px;
    height:300px;
    left:-100px;
    top:-100px;
    background:rgba(13,110,253,.20);
    animation:floatBlob 8s infinite;
}

.footer-blob-2{
    width:280px;
    height:280px;
    right:-100px;
    bottom:-100px;
    background:rgba(0,184,255,.15);
    animation:floatBlob2 10s infinite;
}

/* Shapes */

.footer-shape{
    position:absolute;
    pointer-events:none;
}

.shape-1{
    width:200px;
    top:50px;
    right:5%;
    color:rgba(255,255,255,.04);
    animation:rotateBlob 25s linear infinite;
}

.shape-2{
    width:120px;
    left:5%;
    bottom:20%;
    color:rgba(0,184,255,.08);
    animation:floatShape 8s infinite;
}

/* Widget */

.footer-widget h4{
    color:#fff;
    margin-bottom:25px;
    font-weight:700;
}

.footer-widget p{
    color:#cbd5e1;
    line-height:1.9;
}

.footer-logo{
    max-width:220px;
    border-radius:30px;
    margin-bottom:20px;
}

.footer-widget ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-widget ul li{
    margin-bottom:14px;
}

.footer-widget ul li a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#0d6efd;
    padding-left:8px;
}

/* Contact */

.footer-contact li{
    color:#cbd5e1;
    display:flex;
    gap:12px;
    margin-bottom:15px;
}

.footer-contact i{
    color:#0d6efd;
}

/* Social */

.footer-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.footer-social a{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    rgba(255,255,255,.05);

    color:#fff;

    text-decoration:none;

    transition:.4s;
}

.footer-social a:hover{

    background:#0d6efd;

    transform:
    translateY(-5px);

    box-shadow:
    0 0 25px rgba(13,110,253,.5);
}

/* Bottom */

.footer-bottom{

    margin-top:70px;

    border-top:
    1px solid rgba(255,255,255,.08);

    padding:25px 0;

    text-align:center;
}

.footer-bottom p{
    color:#94a3b8;
    margin:0;
}

/* WhatsApp */

.whatsapp-btn{

    position:fixed;

    left:25px;
    bottom:25px;

    z-index:9999;
}

.whatsapp-btn img{

    width:100px;

    animation:
    whatsappGlow 1.5s infinite;
}

/* Animations */

@keyframes whatsappGlow{

    0%,100%{
        transform:scale(1);
        filter:drop-shadow(0 0 5px #25d366);
    }

    50%{
        transform:scale(1.12);
        filter:drop-shadow(0 0 25px #25d366);
    }
}

@keyframes rotateBlob{
    from{transform:rotate(0);}
    to{transform:rotate(360deg);}
}

@keyframes floatShape{
    50%{
        transform:
        translateY(-20px)
        translateX(15px);
    }
}

@keyframes floatBlob{
    50%{
        transform:translateY(-30px);
    }
}

@keyframes floatBlob2{
    50%{
        transform:translateY(30px);
    }
}

/* Responsive */

@media(max-width:991px){

    .footer-widget{
        margin-bottom:20px;
    }

    .footer-logo{
        max-width:180px;
    }
}

@media(max-width:767px){

    .main-footer{
        padding-top:70px;
    }

    .whatsapp-btn img{
        width:60px;
    }
}

.footer-links li a{

    display:flex;
    align-items:center;
    gap:12px;

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;
}

.footer-links li a i{

    color:#0d6efd;

    font-size:15px;

    transition:.3s;
}

.footer-links li a:hover{

    color:#fff;

    padding-left:8px;
}

.footer-links li a:hover i{

    color:#00b8ff;

    transform:translateX(4px);
}


/* wave footer start  */
/* =========================
   FOOTER WAVES
========================= */

.footer-waves{

    position:relative;

    width:100%;

    height:250px;

    overflow:hidden;

    background:#f8fbff;

    margin-bottom:-2px;
}

.wave{

    position:absolute;

    width:120%;

    left:-10%;

    height:100%;
}

.wave-1{

    bottom:90px;

    opacity:.7;

    animation:
    swimWave1 14s ease-in-out infinite;
}

.wave-2{

    bottom:40px;

    opacity:.9;

    animation:
    swimWave2 10s ease-in-out infinite;
}

.wave-3{

    bottom:0;

    animation:
    swimWave3 8s ease-in-out infinite;
}

/* Floating Glows */

.wave-blob{

    position:absolute;

    border-radius:50%;

    filter:blur(80px);
}

.blob-left{

    width:250px;
    height:250px;

    left:-100px;
    top:20px;

    background:
    rgba(59,130,246,.15);

    animation:
    floatBlob 8s ease-in-out infinite;
}

.blob-right{

    width:220px;
    height:220px;

    right:-80px;
    bottom:0;

    background:
    rgba(6,182,212,.12);

    animation:
    floatBlob2 10s ease-in-out infinite;
}

/* Animations */

@keyframes swimWave1{

    0%,100%{
        transform:
        translateX(0);
    }

    50%{
        transform:
        translateX(-35px);
    }
}

@keyframes swimWave2{

    0%,100%{
        transform:
        translateX(0);
    }

    50%{
        transform:
        translateX(30px);
    }
}

@keyframes swimWave3{

    0%,100%{
        transform:
        translateX(0);
    }

    50%{
        transform:
        translateX(-20px);
    }
}

@keyframes floatBlob{

    50%{
        transform:
        translateY(-25px);
    }
}

@keyframes floatBlob2{

    50%{
        transform:
        translateY(25px);
    }
}

/* Mobile */

@media(max-width:768px){

    .footer-waves{
        height:180px;
    }

    .wave-1{
        bottom:60px;
    }

    .wave-2{
        bottom:25px;
    }

    .wave-rocket{

        width:120px !important;

        left:10px;

        bottom:10px;
    }

    .wave-girl{

        width:120px !important;

        right:10px;

        bottom:5px;
    }

}

.wave-rocket{

    position:absolute;

    left:40px;
    bottom:30px;

    width:200px;

    animation:
    rocketFloat 4s ease-in-out infinite;

    z-index:5;
}

.wave-girl{

    position:absolute;

    right:50px;
    bottom:20px;

    width:240px;

    animation:
    girlFloat 5s ease-in-out infinite;

    z-index:5;
}

@keyframes rocketFloat{

    50%{
        transform:
        translateY(-15px)
        rotate(-5deg);
    }
}

@keyframes girlFloat{

    50%{
        transform:
        translateY(-10px);
    }
}


html{
    scroll-behavior: smooth !important;
}

/* scrollbar color */
::-webkit-scrollbar{
    width:12px;
}

::-webkit-scrollbar-track{
    background:#071c3d;
}

::-webkit-scrollbar-thumb{
    background:linear-gradient(
        180deg,
        #00e5ff,
        #00b0ff,
        #2979ff
    );
    border-radius:50px;
    border:2px solid #071c3d;
    box-shadow:
        0 0 10px rgba(0,229,255,.6),
        0 0 20px rgba(41,121,255,.4);
}

::-webkit-scrollbar-thumb:hover{
    background:linear-gradient(
        180deg,
        #18ffff,
        #00e5ff,
        #448aff
    );
}
::-webkit-scrollbar-thumb{
    background:linear-gradient(
        180deg,
        #00f5ff,
        #00c3ff,
        #0066ff
    );
    
    box-shadow:
        0 0 15px #00f5ff,
        0 0 25px #00c3ff,
        0 0 35px #0066ff;
}
/* Firefox */
*{
    scrollbar-width:thin;
    scrollbar-color:#00b0ff #071c3d;
}



/* page banner breadcrumb start css */
.page-banner{
    min-height:350px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}

.page-banner h1{
    font-size:60px;
    font-weight:700;
    margin-bottom:15px;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.page-banner .breadcrumb-item.active{
    color:#00e5ff;
}

@media(max-width:768px){

    .page-banner{
        min-height:250px;
    }

    .page-banner h1{
        font-size:36px;
    }

}


/* =========================
   GALLERY SECTION
========================= */

.gallery-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:#f8fbff;
}

.gallery-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(30,136,229,.1);
    color:#1e88e5;
    font-weight:600;
    margin-bottom:15px;
}

.section-header{
    max-width:750px;
    margin:auto auto 60px;
}

.section-header h2{
    font-size:48px;
    font-weight:800;
    margin-bottom:15px;
}

.section-header h2 span{
    color:#1e88e5;
}

.section-header p{
    color:#64748b;
}

/* =========================
   CARD
========================= */

.gallery-card{
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:25px;
    padding:12px;
}


.gallery-card:hover{
    transform:translateY(-10px);
}

/* SVG BORDER */

.card-border{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:2;
    pointer-events:none;
}

.card-border rect{
    fill:none;
    stroke:#1e88e5;
    stroke-width:2;
    stroke-dasharray:8;
    opacity:.7;
}

/* IMAGE */


.gallery-card img{
    width:100%;
    height:100%;
    display:block;
    object-fit:fill;
    border-radius:18px;
    aspect-ratio:1/1;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

/* OVERLAY */

.gallery-overlay{
    position:absolute;
    inset:12px;
    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(10,25,47,.65);

    opacity:0;
    transition:.4s;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay i{
    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#1e88e5;
    color:#fff;

    font-size:26px;

    transform:scale(.7);
    transition:.4s;
}

.gallery-card:hover .gallery-overlay i{
    transform:scale(1);
}

/* =========================
   SVG SHAPES
========================= */

.gallery-shape{
    position:absolute;
    color:rgba(30,136,229,.08);
    animation:floatShape 12s ease-in-out infinite;
}

.shape-1{
    width:320px;
    top:-80px;
    left:-80px;
}

.shape-2{
    width:260px;
    bottom:-60px;
    right:-60px;
}

@keyframes floatShape{

    0%,100%{
        transform:translateY(0) rotate(0);
    }

    50%{
        transform:translateY(-25px) rotate(10deg);
    }

}

/* RESPONSIVE */

@media(max-width:991px){

    .section-header h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .gallery-section{
        padding:70px 0;
    }

    .section-header h2{
        font-size:30px;
    }

}