
    /* ===========================
   Floating Contact
=========================== */

.floating-contact{
    position:fixed;
    right:25px;
    bottom:25px;
    z-index:9999;
}

/* Floating Button */

.floating-btn{
    width:65px;
    height:65px;
    border:none;
    border-radius:50%;
    background:linear-gradient(135deg,#0B4EA2,#16B364);
    color:#fff;
    font-size:24px;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:.35s;
    animation:pulse 2s infinite;
}

.floating-btn:hover{
    transform:scale(1.08);
}

/* Popup */

.quick-connect-popup{

    position:absolute;

    right:0;

    bottom:85px;

    width:320px;

    background:#fff;

    border-radius:25px;

    padding:28px;

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

    opacity:0;

    visibility:hidden;

    transform:translateY(20px);

    transition:.35s ease;

}

.quick-connect-popup.show{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

/* Heading */

.quick-connect-popup h4{

    font-size:38px;

    font-weight:700;

    margin-bottom:22px;

    text-align:center;

    background:linear-gradient(90deg,#0B4EA2,#16B364);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

/* Buttons */

.quick-btn{

    width:100%;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px;

    margin-top:15px;

    border-radius:50px;

    color:#fff;

    text-decoration:none;

    font-size:24px;

    font-weight:600;

    white-space:nowrap;

    transition:.3s;

}

.quick-btn:hover{

    transform:translateY(-3px);

    color:#fff;

}

.quick-btn i{

    font-size:26px;

}

.whatsapp{

    background:#25D366;

}

.call{

    background:linear-gradient(90deg,#0B4EA2,#16B364);

}

/* Pulse Animation */

@keyframes pulse{

0%{
box-shadow:0 0 0 0 rgba(11,78,162,.45);
}

70%{
box-shadow:0 0 0 18px rgba(11,78,162,0);
}

100%{
box-shadow:0 0 0 0 rgba(11,78,162,0);
}

}

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

/* Mobile */

@media(max-width:767px){

    .floating-btn{
        display:none;
    }

    .quick-connect-popup{
        display:none;
    }

}


@media(max-width:991px){

    .quick-connect{

        right:15px;

        bottom:20px;

        top:auto;

        transform:none;

        width:230px;

    }

}

.mobile-contact-bar{
    display:none !important;
}

@media only screen and (max-width:768px){

    .mobile-contact-bar{
        display:flex !important;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        z-index:999999;
    }

    .mobile-contact-bar a{
        flex:1;
        height:55px;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        text-decoration:none;
        color:#fff;
        font-size:16px;
        font-weight:600;
    }

    .mobile-contact-bar .whatsapp{
        background:#25D366;
    }

    .mobile-contact-bar .call{
        background:#0B4EA2;
    }

    body{
        padding-bottom:55px;
    }
}

/*==============================
        PRELOADER
===============================*/

#preloader{
    position:fixed;
    inset:0;
    width:100%;
    height:100vh;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999999;
    transition:all .6s ease;
}

.loader-wrapper{
    position:relative;
    width:170px;
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.loader-logo{
    width:110px;
    position:relative;
    z-index:5;
    animation:pulse 2s infinite;
}

.loader-ring{
    position:absolute;
    width:160px;
    height:160px;
    border-radius:50%;
    border:5px solid transparent;
    border-top:5px solid #0b4ea2;
    border-right:5px solid #16b364;
    animation:rotate 1.2s linear infinite;
}

.loader-ring::before{
    content:"";
    position:absolute;
    inset:12px;
    border-radius:50%;
    border:4px solid transparent;
    border-bottom:4px solid #0b4ea2;
    border-left:4px solid #16b364;
    animation:rotateReverse 2s linear infinite;
}

.loader-text{
    position:absolute;
    bottom:-35px;
    display:flex;
    gap:6px;
}

.loader-text span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#16b364;
    animation:dots .8s infinite alternate;
}

.loader-text span:nth-child(2){
    animation-delay:.2s;
}

.loader-text span:nth-child(3){
    animation-delay:.4s;
}

@keyframes rotate{

100%{
transform:rotate(360deg);
}

}

@keyframes rotateReverse{

100%{
transform:rotate(-360deg);
}

}

@keyframes pulse{

0%,100%{
transform:scale(1);
}

50%{
transform:scale(1.08);
}

}

@keyframes dots{

100%{
transform:translateY(-10px);
opacity:.5;
}

}
:root{

--primary:#0E4DA4;
--secondary:#48B428;
--dark:#1F2937;
--light:#ffffff;

}

body{
font-family:'Poppins',sans-serif;
}
body{
    padding-bottom:0px;
}
.header-area{

position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:#fff;
box-shadow:0 8px 30px rgba(0,0,0,.08);
padding:12px 0;
transition:.4s;

}

.navbar-brand img{

height:100px;
width:auto;

}

.navbar-nav .nav-link{

color:var(--dark);
font-size:16px;
font-weight:600;
/*margin: 50px 12px;*/
transition:.3s;
position:relative;
margin-left: 20px;

}

.navbar-nav .nav-link:hover{

color:var(--primary);

}

.navbar-nav .nav-link.active{

color:var(--primary);

}

.navbar-nav .nav-link::after{

content:'';
position:absolute;
left:0;
bottom:-8px;
width:0%;
height:3px;
background:linear-gradient(90deg,var(--primary),var(--secondary));
transition:.35s;
border-radius:50px;

}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{

width:100%;

}
.dropdown-toggle-custom{
    display:flex;
    align-items:center;
    gap:6px;
}

.dropdown-toggle-custom::after{
    display:none;
}
.dropdown-menu{

border:none;
padding:10px;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.dropdown-menu{
    opacity:1;
    visibility:visible;
}
.dropdown-item{

padding:10px 18px;
font-weight:500;
border-radius:8px;

}

.dropdown-item:hover{

background:#F3F8FF;
color:var(--primary);

}

.theme-btn{

background:linear-gradient(90deg,#0E4DA4,#48B428);
padding:14px 30px;
border-radius:50px;
color:#fff;
font-weight:600;
text-decoration:none;
display:inline-block;
transition:.3s;

}

.theme-btn:hover{

transform:translateY(-3px);
color:#fff;
box-shadow:0 15px 35px rgba(14,77,164,.35);

}

.navbar-toggler{

font-size:28px;
color:var(--primary);

}

@media(max-width:991px){

.navbar-collapse{

background:#fff;
margin-top:20px;
padding:20px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.navbar-nav .nav-link{

padding:12px 0;

}

.theme-btn{

margin-top:15px;
display:block;
text-align:center;

}

}

/* banner section */
/*=========================
Hero Section
==========================*/

.hero-section{
    padding:90px 0 0px;
    background:linear-gradient(135deg,#F5FAFF,#ECFFF2);
    position:relative;
    overflow:hidden;
}

.hero-tag{

display:inline-block;
background:#EAF4FF;
color:#0E4DA4;
padding:10px 22px;
border-radius:50px;
font-weight:600;
margin-bottom:25px;

}

.hero-section h1{

font-size:58px;
font-weight:800;
line-height:1.2;
color:#0F172A;
margin-bottom:20px;

}

.hero-section h1 span{

color:#0E4DA4;

}
.hero-section .row{
    min-height:100vh;
}
.hero-section .container{
    min-height:100vh;
}
.hero-section p{

font-size:18px;
line-height:32px;
color:#555;
margin-bottom:35px;

}

.hero-btn{

display:flex;
gap:18px;
margin-bottom:45px;
margin-right: 200px;

}

.btn-main{

background:linear-gradient(90deg,#0E4DA4,#48B428);
padding:16px 34px;
border-radius:50px;
color:#fff;
font-weight:600;
text-decoration:none;
transition:.4s;


}

.btn-main:hover{

transform:translateY(-5px);
color:#fff;
box-shadow:0 18px 35px rgba(14,77,164,.25);

}

.btn-outline{

border:2px solid #0E4DA4;
padding:16px 34px;
border-radius:50px;
color:#0E4DA4;
font-weight:600;
text-decoration:none;
transition:.4s;

}

.btn-outline:hover{

background:#0E4DA4;
color:#fff;

}

.hero-counter{

display:flex;
gap:50px;

}

.hero-counter h3{

font-size:34px;
font-weight:700;
color:#48B428;

}

.hero-counter span{

font-size:15px;
color:#666;

}

.hero-img{

max-width:100%;
animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-18px);}
100%{transform:translateY(0);}

}

/* Responsive */

@media(max-width:991px){

.hero-section{

padding:130px 0 70px;
text-align:center;

}

.hero-section h1{

font-size:40px;

}

.hero-btn{

justify-content:center;
flex-wrap:wrap;

}

.hero-counter{

justify-content:center;
margin-bottom:40px;
flex-wrap:wrap;

}

}

/*=========================
About Section
=========================*/

.about-section{

padding:100px 0;
background:#fff;

}

.about-image img{

max-width:95%;
animation:float 5s ease-in-out infinite;

}

.about-tag{

display:inline-block;

background:#EEF6FF;

padding:10px 22px;

border-radius:50px;

font-weight:600;

color:#0E4DA4;

margin-bottom:20px;

}

.about-section h2{

font-size:50px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

color:#111827;

}

.theme-text{

background:linear-gradient(90deg,#0E4DA4,#49B52D);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.about-section p{

font-size:18px;

line-height:32px;

color:#666;

margin-bottom:18px;

}

.about-box{

background:#fff;

padding:25px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

text-align:center;

transition:.4s;

}

.about-box:hover{

transform:translateY(-8px);

}

.about-box h3{

font-size:34px;

font-weight:700;

color:#49B52D;

margin-bottom:5px;

}

.about-box span{

color:#666;

}
.about-section{
    padding:100px 0;
    background:#fff;
}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:991px){

.about-section{

text-align:center;

}

.about-section h2{

font-size:38px;

}

.about-image{

margin-bottom:40px;

}

}

.why-section{
    padding:100px 0;
    background:#f8fbff;
}

.section-tag{
    display:inline-block;
    background:#eef5ff;
    color:#0E4DA4;
    padding:8px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title{
    font-size:46px;
    font-weight:800;
    margin-bottom:15px;
}

.section-title span{
    background:linear-gradient(90deg,#0E4DA4,#49B52D);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-desc{
    max-width:650px;
    margin:auto;
    color:#666;
}

.feature-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.feature-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.feature-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#0E4DA4,#49B52D);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    margin-bottom:20px;
}

.feature-box h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.feature-box p{
    color:#666;
    line-height:28px;
}

.templates-section{

padding:100px 0;

background:linear-gradient(180deg,#fff,#f7fbff);

}

.section-heading{

margin-bottom:50px;

}

.section-badge{

display:inline-flex;

align-items:center;

gap:8px;

padding:10px 20px;

background:#eef6ff;

border-radius:40px;

color:#0E4DA4;

font-weight:600;

margin-bottom:15px;

}

.section-heading h2{

font-size:46px;

font-weight:800;

}

.section-heading h2 span{

background:linear-gradient(90deg,#0E4DA4,#49B52D);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.section-heading p{

color:#666;

}

.template-filter{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-bottom:50px;

}

.template-filter button{

border:1px solid #0E4DA4;

background:#fff;

padding:12px 24px;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.template-filter button.active,

.template-filter button:hover{

background:linear-gradient(90deg,#0E4DA4,#49B52D);

color:#fff;

border:none;

}

.template-card{

background:#fff;

border-radius:20px;

overflow:hidden;

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

transition:.4s;

}

.template-card:hover{

transform:translateY(-10px);

}

.template-card img{

width:100%;

height:420px;

object-fit:cover;

}

.template-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.template-card:hover{

    transform:translateY(-10px);

}

.template-image{

    width:100%;
    height:500px;
    overflow:hidden;
    background:#f5f5f5;

}

.template-image iframe{

    width:100%;
    height:1400px;

    border:0;

    transform:translateY(0);

    transition:transform 10s linear;

}

.template-card:hover .template-image iframe{

    transform:translateY(-900px);

}

.template-info{

    padding:25px;

}

.template-info h4{

    font-size:28px;
    font-weight:700;
    margin-bottom:10px;

}

.template-section .container-fluid{
    max-width:1700px;
}

.template-card{
    width:100%;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.template-image{
    width:100%;
    height:600px; /* Pehle 500 tha */
    overflow:hidden;
}

.template-image iframe{
    width:100%;
    height:1800px;
    border:none;
    transform:translateY(0);
    transition:transform 12s linear;
}

.template-card:hover .template-image iframe{
    transform:translateY(-1200px);
}

.price{

    font-size:32px;
    font-weight:700;
    color:#0B4EA2;

}

.price del{

    color:#999;
    font-size:20px;
    margin-left:10px;

}

.template-btn{

    display:flex;
    gap:15px;
    margin-top:25px;

}

.buy-btn{

    flex:1;

    text-align:center;

    padding:14px;

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    background:linear-gradient(90deg,#0B4EA2,#16B364);

    font-weight:600;

}

.preview-btn{

    flex:1;

    text-align:center;

    padding:14px;

    border-radius:50px;

    text-decoration:none;

    border:2px solid #0B4EA2;

    color:#0B4EA2;

    font-weight:600;

    transition:.3s;

}

.preview-btn:hover{

    background:#0B4EA2;
    color:#fff;

}

.view-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:15px 35px;

    border-radius:50px;

    background:linear-gradient(90deg,#0B4EA2,#16B364);

    color:#fff;

    text-decoration:none;

    font-weight:600;

}

.view-btn:hover{

    color:#fff;

}
.template-image{
    height:500px;
    overflow:hidden;
}

.template-image iframe{
    width:100%;
    height:1800px;
    border:0;
    transform:translateY(0);
    transition:transform 12s linear;
}

.template-card:hover .template-image iframe{
    transform:translateY(calc(-1800px + 500px));
}
.template-info{

padding:20px;

}

.price{

font-size:22px;

font-weight:700;

color:#0E4DA4;

}

.price del{

font-size:16px;

color:#999;

margin-left:10px;

}

.template-btn{

display:flex;

gap:10px;

margin-top:20px;

}

.buy-btn,

.preview-btn{

flex:1;

padding:12px;

text-align:center;

border-radius:50px;

font-weight:600;

text-decoration:none;

}

.buy-btn{

background:linear-gradient(90deg,#0E4DA4,#49B52D);

color:#fff;

}

.preview-btn{

border:1px solid #0E4DA4;

color:#0E4DA4;

}

.view-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:16px 35px;

background:linear-gradient(90deg,#0E4DA4,#49B52D);

border-radius:50px;

color:#fff;

text-decoration:none;

font-weight:600;

}


/*=========================================
WHY MYECARD
=========================================*/

.why-myecard{
    padding:100px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.why-myecard::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#0E4DA4;
    opacity:.05;
    border-radius:50%;
    left:-220px;
    top:-180px;
}

.why-myecard::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#49B52D;
    opacity:.05;
    border-radius:50%;
    right:-220px;
    bottom:-180px;
}

.section-title{
    margin-bottom:70px;
}

.sub-title{
    display:inline-block;
    padding:10px 22px;
    border-radius:40px;
    background:#EEF6FF;
    color:#0E4DA4;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.section-title span{
    background:linear-gradient(90deg,#0E4DA4,#49B52D);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-title p{
    color:#666;
    font-size:18px;
}

/*=========================
Feature Box
=========================*/

.feature-item{

display:flex;
align-items:flex-start;
gap:22px;

background:#fff;

padding:28px;

border-radius:20px;

margin-bottom:25px;

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

transition:.35s;

}

.feature-item:hover{

transform:translateY(-8px);

box-shadow:0 25px 50px rgba(0,0,0,.10);

}

.icon-box{

width:72px;
height:72px;

min-width:72px;

display:flex;
align-items:center;
justify-content:center;

border-radius:18px;

background:linear-gradient(135deg,#0E4DA4,#49B52D);

color:#fff;

font-size:28px;

}

.feature-item h4{

font-size:24px;

font-weight:700;

margin-bottom:10px;

}

.feature-item p{

font-size:16px;

line-height:28px;

color:#666;

margin:0;

}
@media (max-width:768px){

    .feature-list li{
        font-size:16px;
        gap:12px;
        margin-bottom:15px;
        align-items:flex-start;
    }

    .feature-list li i{
        width:30px;
        height:30px;
        min-width:30px;
        font-size:12px;
        margin-top:2px;
    }

}
/*=========================
Phone Area
=========================*/

.phone-area{

position:relative;

display:flex;

justify-content:center;

align-items:center;

min-height:650px;

}

.circle-bg{

position:absolute;

width:420px;

height:420px;

background:linear-gradient(135deg,#0E4DA4,#49B52D);

border-radius:50%;

opacity:.12;

filter:blur(10px);

}

.phone-img{

position:relative;

z-index:5;

max-width:320px;

animation:floatPhone 5s ease-in-out infinite;

filter:drop-shadow(0 25px 45px rgba(0,0,0,.20));

}

/*=========================
Floating Icons
=========================*/

.floating{

position:absolute;

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

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

animation:floatIcon 3s ease-in-out infinite;

z-index:10;

}

.qr{

background:#0E4DA4;

top:120px;

left:10px;

}

.whatsapp{

background:#25D366;

top:260px;

right:0;

}

.share{

background:#4F46E5;

bottom:120px;

left:40px;

}

/*=========================
Animations
=========================*/

@keyframes floatPhone{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

@keyframes floatIcon{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

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

@media(max-width:991px){

.why-myecard{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.feature-item{

text-align:left;

}

.phone-area{

min-height:auto;

margin:40px 0;

}

.phone-img{

max-width:260px;

}

.floating{

width:55px;

height:55px;

font-size:22px;

}

}

/*==========================================
WHAT YOU GET SECTION
==========================================*/

.benefits-section{
    padding:100px 0;
    background:#f8fbff;
    overflow:hidden;
    position:relative;
}

/* Background */

.benefits-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:#0E4DA4;
    opacity:.05;
    border-radius:50%;
    left:-180px;
    top:-150px;
}

.benefits-section::after{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:#49B52D;
    opacity:.05;
    border-radius:50%;
    right:-180px;
    bottom:-180px;
}

/*=====================
Heading
======================*/

.badge-title{

display:inline-block;
padding:10px 22px;
background:#EAF3FF;
border-radius:50px;
font-size:14px;
font-weight:600;
color:#0E4DA4;
margin-bottom:18px;

}

.section-title h2{

font-size:50px;
font-weight:800;
color:#111;
margin-bottom:15px;

}

.section-title h2 span{

background:linear-gradient(90deg,#0E4DA4,#49B52D);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.section-title p{

font-size:18px;
color:#666;

}

/*=====================
Content
======================*/

.content-box h3{

font-size:36px;
font-weight:700;
margin-bottom:20px;
color:#111;

}

.content-box p{

font-size:17px;
line-height:30px;
color:#666;
margin-bottom:25px;

}

/*=====================
Feature List
======================*/

.feature-list{

padding:0;
margin:0;
list-style:none;

}

.feature-list li{

display:flex;
align-items:center;

gap:15px;

margin-bottom:18px;

font-size:18px;

font-weight:500;

}

.feature-list li i{

width:34px;
height:34px;

border-radius:50%;

background:linear-gradient(135deg,#0E4DA4,#49B52D);

display:flex;
align-items:center;
justify-content:center;

color:#fff;

font-size:14px;

}

@media (max-width:768px){

    .feature-list{
        width:100%;
    }

    .feature-list li{
        display:flex;
        align-items:center;
        justify-content:flex-start !important;
        gap:12px;
        text-align:left;
    }

    .feature-list li span{
        text-align:left !important;
        font-size:16px;
    }

}
/*=====================
Phone Area
======================*/

.mockup-area{

position:relative;
display:flex;
justify-content:center;
align-items:center;

min-height:520px;

}

.circle-bg{

position:absolute;

width:360px;
height:360px;

border-radius:50%;

background:linear-gradient(135deg,#0E4DA4,#49B52D);

opacity:.12;

filter:blur(5px);

}

.circle-bg.green{

background:linear-gradient(135deg,#49B52D,#0E4DA4);

}

.feature-phone{

position:relative;

z-index:5;

max-width:280px;

filter:drop-shadow(0 25px 40px rgba(0,0,0,.20));

animation:floatPhone 4s ease-in-out infinite;

}

/*=====================
Floating Cards
======================*/

.floating-card{

position:absolute;

padding:15px 25px;

background:#fff;

border-radius:18px;

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

display:flex;

align-items:center;

gap:12px;

font-weight:600;

z-index:20;

animation:floatCard 4s ease-in-out infinite;

}

.floating-card i{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:linear-gradient(135deg,#0E4DA4,#49B52D);

color:#fff;

font-size:18px;

}

.top-card{

top:40px;

left:10px;

}

.bottom-card{

right:0;

bottom:60px;

}

/*=====================
Animation
======================*/

@keyframes floatPhone{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

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

.content-box{

transition:.4s;

}

.content-box:hover{

transform:translateY(-5px);

}

.floating-card:hover{

transform:scale(1.05);

}

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

@media(max-width:991px){

.benefits-section{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.content-box{

text-align:center;

}

.feature-list li{

justify-content:center;

}

.mockup-area{

margin-top:40px;
margin-bottom:40px;
min-height:auto;

}

.feature-phone{

max-width:240px;

}

.floating-card{

display:none;

}

}
/*==========================
Counter Section
==========================*/

/* Primary Theme */
:root{
    --primary:#16c47f;     /* Tumhara Green */
    --secondary:#0b5ed7;   /* Tumhara Blue */
    --light:#f8fbff;
}

.counter-section{

padding:90px 0;

background:linear-gradient(135deg,#0E4DA4,#49B52D);

position:relative;

overflow:hidden;

}

.counter-section::before{

content:"";

position:absolute;

width:350px;

height:350px;

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

border-radius:50%;

left:-120px;

top:-120px;

}

.counter-section::after{

content:"";

position:absolute;

width:300px;

height:300px;

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

border-radius:50%;

right:-100px;

bottom:-100px;

}

.counter-box{

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

backdrop-filter:blur(10px);

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

padding:40px 25px;

border-radius:20px;

text-align:center;

transition:.4s;

height:100%;

}

.counter-box:hover{

transform:translateY(-10px);

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

}

.counter-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:32px;

color:#0E4DA4;

margin-bottom:20px;

}

.counter-box h2{

font-size:48px;

font-weight:800;

color:#fff;

margin-bottom:10px;

}

.counter-box p{

font-size:18px;

color:#fff;

margin:0;

}

@media(max-width:991px){

.counter-section{

padding:70px 0;

}

.counter-box{

margin-bottom:20px;

}

.counter-box h2{

font-size:38px;

}

}
@media (max-width:767px){

    .counter-section .row{
        justify-content:center !important;
    }

    .counter-section .col-lg-3,
    .counter-section .col-md-6,
    .counter-section .col-6{
        display:flex;
        justify-content:center;
    }

    .counter-card{
        width:100%;
        max-width:300px;
        margin:0 auto 20px;
    }

}

/*==========================
Footer
==========================*/

.footer-area{

padding:80px 0 20px;

background:#081C3A;

color:#fff;

}

.footer-logo{

height:60px;

margin-bottom:20px;

}

.footer-text{

color:#b8c7dd;

line-height:30px;

margin-bottom:25px;

}

.footer-area h4{

font-size:22px;

font-weight:700;

margin-bottom:25px;

position:relative;

}

.footer-area h4::after{

content:"";

position:absolute;

left:0;

bottom:-10px;

width:60px;

height:3px;

background:linear-gradient(90deg,#0E4DA4,#49B52D);

border-radius:10px;

}

.footer-area ul{

padding:0;

margin:0;

list-style:none;

}

.footer-area ul li{

margin-bottom:14px;

}

.footer-area ul li a{

text-decoration:none;

color:#c9d4e5;

transition:.3s;

}

.footer-area ul li a:hover{

color:#49B52D;

padding-left:8px;

}

.footer-contact li{

display:flex;

gap:15px;

align-items:flex-start;

color:#c9d4e5;

}

.footer-contact i{

color:#49B52D;

margin-top:5px;

}

.footer-social{

display:flex;

gap:12px;

margin-top:20px;

}

.footer-social a{

width:45px;

height:45px;

border-radius:50%;

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

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.4s;

text-decoration:none;

}

.footer-social a:hover{

background:linear-gradient(135deg,#0E4DA4,#49B52D);

transform:translateY(-5px);

}

.footer-btn{

display:inline-block;

margin-top:20px;

padding:14px 28px;

border-radius:50px;

background:linear-gradient(90deg,#0E4DA4,#49B52D);

color:#fff;

font-weight:600;

text-decoration:none;

transition:.4s;

}

.footer-btn:hover{

color:#fff;

transform:translateY(-4px);

}

.footer-area hr{

border-color:rgba(255,255,255,.1);

margin:50px 0 25px;

}

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:15px;

}

.footer-bottom p{

margin:0;

color:#b8c7dd;

}

.footer-bottom a{

color:#b8c7dd;

margin-left:20px;

text-decoration:none;

transition:.3s;

}

.footer-bottom a:hover{

color:#49B52D;

}

@media(max-width:991px){

.footer-bottom{

text-align:center;

justify-content:center;

}

.footer-area{

padding:60px 0 20px;

}

}

/* contact page  */

:root{
    --primary:#0b4ea2;      /* Logo Blue */
    --secondary:#16b364;    /* Logo Green */
    --light:#f5f9ff;
    --dark:#1d2939;
    --text:#667085;
}

/* Hero */
.contact-title{
    font-size:60px;
    font-weight:800;
    color:#1d1d1d;
    margin-bottom:20px;
    line-height:1.2;
}

.contact-title span{
    color:#0b4ea2;      /* My */
}

.contact-title .ecard{
    background:linear-gradient(90deg,var(--primary),var(--secondary));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
}

@media(max-width:768px){

.contact-title{
    font-size:42px;
}

}
.contact-hero{
    margin-top:90px;
}
.contact-hero{
    position:relative;
    padding:120px 0 90px;
    background:linear-gradient(135deg,#eef6ff 0%,#ffffff 60%,#f4fbf7 100%);
    overflow:hidden;
}

.contact-hero::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:#0b4ea215;
    border-radius:50%;
    top:-120px;
    left:-100px;
}

.contact-hero::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:#19b86a18;
    border-radius:50%;
    right:-80px;
    bottom:-80px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 24px;
    background:#fff;
    border-radius:50px;
    color:#0b4ea2;
    font-weight:600;
    box-shadow:0 10px 30px rgba(11,78,162,.08);
}

.contact-hero h1{
    font-size:60px;
    font-weight:800;
    color:#222;
    margin:25px 0 15px;
}

.contact-hero h1 span{
    color:#13db24;
}

.contact-hero p{
    max-width:700px;
    margin:auto;
    color:#667085;
    font-size:18px;
    line-height:30px;
}

/* Cards */

.contact-info{
    margin-top:-60px;
    position:relative;
    z-index:5;
}

.contact-card{
    background:#fff;
    border-radius:24px;
    padding:45px 30px;
    text-align:center;
    transition:.4s;
    height:100%;
    border:1px solid #edf2f7;
    box-shadow:0 20px 50px rgba(11,78,162,.08);
}

.contact-card:hover{
    transform:translateY(-12px);
    box-shadow:0 30px 60px rgba(11,78,162,.18);
}

.contact-card .icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0b4ea2,#2f7de0);
    color:#fff;
    font-size:34px;
    transition:.5s;
}

.contact-card:hover .icon{
    background:linear-gradient(135deg,#19b86a,#32d583);
    transform:rotate(360deg) scale(1.1);
}

.contact-card h4{
    margin:25px 0 15px;
    font-size:28px;
    font-weight:700;
    color:#222;
}

.contact-card p{
    color:#0b4ea2;
    font-size:20px;
    font-weight:600;
}

.contact-card span{
    color:#667085;
}
/* Form */

.form-box{
    background:#fff;
    padding:45px;
    border-radius:20px;
    border:1px solid #edf2f7;
    box-shadow:0 15px 45px rgba(11,78,162,.08);
}

.form-box h2{
    font-size:36px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:15px;
}

.form-control{
    height:58px;
    border-radius:12px;
    border:1px solid #d0d5dd;
    transition:.3s;
}

textarea.form-control{
    height:150px;
}

.form-control:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 .2rem rgba(11,78,162,.15);
}

.send-btn{
    background:linear-gradient(90deg,var(--primary),var(--secondary));
    color:#fff;
    border:none;
    padding:15px 38px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.send-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(11,78,162,.25);
}

/* Image */

.contact-img{
    max-width:100%;
    animation:float 4s ease-in-out infinite;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-18px);
    }
}


/*==============================
        Map Section
===============================*/

.map-section{
    background:#f8fbff;
    padding:100px 0;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 22px;
    background:#eaf3ff;
    color:#0b4ea2;
    border-radius:50px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:46px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.section-heading h2 span{
    color:#16b364;
}

.section-heading p{
    max-width:650px;
    margin:auto;
    color:#667085;
    font-size:17px;
    line-height:30px;
}

.map-wrapper{
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 20px 60px rgba(11,78,162,.12);
    border:6px solid #fff;
    transition:.4s;
}

.map-wrapper:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(11,78,162,.18);
}

.map-wrapper iframe{
    width:100%;
    height:520px;
    border:0;
    display:block;
}

/*==============================
        ABOUT HERO
==============================*/

.about-hero{

    position:relative;
    overflow:hidden;
    padding:150px 0 120px;
    background:linear-gradient(135deg,#eef5ff 0%,#ffffff 60%,#f2fff8 100%);

}

/* Background Shape */

.about-hero::before{

    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(11,78,162,.08);
    border-radius:50%;
    top:-120px;
    left:-120px;

}

.about-hero::after{

    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(22,179,100,.08);
    border-radius:50%;
    right:-120px;
    bottom:-120px;

}

/* Badge */

.hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    border-radius:50px;
    background:#fff;
    color:#0B4EA2;
    font-weight:600;
    box-shadow:0 10px 25px rgba(11,78,162,.08);

}

.hero-badge i{

    color:#16B364;

}

/* Heading */

.about-title{

    font-size:62px;
    font-weight:800;
    color:#1b1b1b;
    line-height:1.2;

}

.about-title span{

    color:#0B4EA2;

}

.about-title .ecard{

    background:linear-gradient(90deg,#00C853,#3FBF87);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* Paragraph */

.about-hero p{

    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:32px;
    color:#667085;

}

/* Buttons */

.hero-btn{

    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;

}

.btn-primary-custom{

    padding:15px 38px;
    border-radius:50px;
    background:linear-gradient(90deg,#0B4EA2,#16B364);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.4s;

}

.btn-primary-custom:hover{

    transform:translateY(-4px);
    color:#fff;
    box-shadow:0 15px 35px rgba(11,78,162,.25);

}

.btn-outline-custom{

    padding:15px 38px;
    border-radius:50px;
    border:2px solid #0B4EA2;
    color:#0B4EA2;
    text-decoration:none;
    font-weight:600;
    transition:.4s;

}

.btn-outline-custom:hover{

    background:#0B4EA2;
    color:#fff;

}

/* Responsive */

@media(max-width:768px){

.about-hero{

padding:120px 0 80px;

}

.about-title{

font-size:42px;

}

.about-hero p{

font-size:16px;
line-height:28px;

}

}


.about-company{
    padding:100px 0;
}

.about-image img{
    width:100%;
    animation:float 4s ease-in-out infinite;
}

.about-company h2{
    font-size:46px;
    font-weight:800;
    color:#222;
    margin:20px 0;
    line-height:1.3;
}

.about-company h2 span{
    color:#0B4EA2;
}

.about-company p{
    color:#667085;
    line-height:30px;
    font-size:17px;
    margin-bottom:18px;
}

.about-list{
    list-style:none;
    padding:0;
    margin:0;
}

.about-list li{
    margin-bottom:18px;
    font-size:17px;
    font-weight:500;
    color:#222;
}

.about-list i{
    color:#16B364;
    margin-right:10px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    background:linear-gradient(90deg,#0B4EA2,#16B364);
    color:#fff;
    font-weight:600;
    transition:.4s;
}

.about-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(11,78,162,.20);
}

@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

}


/*=========================
 Mission Section
==========================*/

.mission-section{

    padding:100px 0;
    background:#f8fbff;

}

.section-title{

    font-size:48px;
    font-weight:800;
    color:#1b1b1b;
    margin:15px 0;

}

.section-text{

    max-width:700px;
    margin:auto;
    color:#6b7280;
    line-height:30px;

}

.purpose-card{

    position:relative;
    background:#fff;
    border-radius:25px;
    padding:45px 35px;
    text-align:center;
    overflow:hidden;
    transition:.5s;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    border:1px solid rgba(0,0,0,.05);

}

.purpose-card::before{

    content:'';
    position:absolute;
    width:0;
    height:100%;
    left:0;
    top:0;
    background:linear-gradient(135deg,#0B4EA2,#16B364);
    transition:.5s;
    z-index:0;

}

.purpose-card:hover::before{

    width:100%;

}

.purpose-card>*{

    position:relative;
    z-index:2;

}

.purpose-icon{

    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#0B4EA2;
    transition:.5s;

}

.purpose-card h3{

    margin:30px 0 15px;
    font-size:28px;
    font-weight:700;
    transition:.5s;

}

.purpose-card p{

    color:#667085;
    line-height:30px;
    transition:.5s;

}

.purpose-card:hover{

    transform:translateY(-15px);

}

.purpose-card:hover .purpose-icon{

    background:#fff;
    color:#16B364;
    transform:rotateY(360deg);

}

.purpose-card:hover h3,
.purpose-card:hover p{

    color:#fff;

}

.row.g-4 > div{
    display:flex;
}

.purpose-card{
    width:100%;
    min-height:420px; /* apne design ke hisab se 400-450px */
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

@media(max-width:768px){

.section-title{

font-size:36px;

}

.purpose-card{

padding:35px 25px;

}

}

/* our proces */

/*====================================
        PROCESS SECTION
====================================*/

.process-section{
    position: relative;
    padding:100px 0;
    overflow:hidden;
    background:#f5f9ff;
}
.process-section{
    background-image:
        radial-gradient(circle at 15% 20%, rgba(11,78,162,.08) 0%, transparent 25%),
        radial-gradient(circle at 85% 80%, rgba(22,179,100,.08) 0%, transparent 25%),
        linear-gradient(135deg,#f3f8ff 0%,#ffffff 50%,#f3fff8 100%);
}
.process-section{
    position: relative;
    padding:100px 0;
    overflow:hidden;
    background:linear-gradient(135deg,#f3f8ff 0%, #ffffff 50%, #f3fff8 100%);
}

.process-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    top:-220px;
    left:-220px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(11,78,162,.12) 0%, transparent 70%);
    pointer-events:none;
}

.process-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    bottom:-220px;
    right:-220px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(22,179,100,.12) 0%, transparent 70%);
    pointer-events:none;
}

.process-section .container{
    position:relative;
    z-index:2;
}
/* Left Circle */
.process-section::before{
    content:"";
    position:absolute;
    top:-180px;
    left:-180px;
    width:450px;
    height:450px;
    border-radius:50%;
    background:linear-gradient(135deg,#0B4EA2,#16B364);
    opacity:.08;
    z-index:0;
}

/* Right Circle */
.process-section::after{
    content:"";
    position:absolute;
    bottom:-180px;
    right:-180px;
    width:450px;
    height:450px;
    border-radius:50%;
    background:linear-gradient(135deg,#16B364,#0B4EA2);
    opacity:.08;
    z-index:0;
}

.process-section .container{
    position:relative;
    z-index:2;
}

/* Heading */

.section-badge{
    display:inline-block;
    padding:10px 22px;
    background:#eef5ff;
    color:#0B4EA2;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
}

.section-title{
    font-size:48px;
    font-weight:800;
    color:#222;
    margin:15px 0;
    line-height:1.3;
}

.section-title span{
    color:#0B4EA2;
}

.section-text{
    max-width:720px;
    margin:auto;
    color:#667085;
    line-height:30px;
    font-size:17px;
}

/*====================================
        FLIP CARD
====================================*/

.flip-card{
    background:transparent;
    width:100%;
    height:340px;
    perspective:1200px;
}

.flip-card-inner{
    position:relative;
    width:100%;
    height:100%;
    transition:transform .8s ease;
    transform-style:preserve-3d;
}

.flip-card:hover .flip-card-inner{
    transform:rotateY(180deg);
}

/*======================
 Front & Back
======================*/

.flip-card-front,
.flip-card-back{

    position:absolute;
    width:100%;
    height:100%;

    border-radius:25px;

    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;

    overflow:hidden;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:35px;

}

/*======================
 Front
======================*/

.flip-card-front{

    background:#fff;
    border:1px solid #edf2f7;

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

}

/*======================
 Back
======================*/

.flip-card-back{

    transform:rotateY(180deg);

    background:linear-gradient(135deg,#0B4EA2,#16B364);

    color:#fff;

    box-shadow:0 20px 50px rgba(11,78,162,.25);

}

/*======================
 Step Number
======================*/

.step-number{

    position:absolute;
    top:20px;
    right:25px;

    font-size:55px;
    font-weight:800;

    color:rgba(11,78,162,.08);

}

.flip-card-back .step-number{

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

}

/*======================
 Icon
======================*/

.process-icon{

    width:95px;
    height:95px;

    border-radius:50%;

    background:#eef5ff;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:36px;

    color:#0B4EA2;

    margin-bottom:25px;

    transition:.5s;

}

.flip-card:hover .process-icon{

    transform:rotate(360deg) scale(1.1);

}

/*======================
 Heading
======================*/

.flip-card-front h4{

    font-size:26px;
    font-weight:700;
    color:#222;

}

.flip-card-back h4{

    color:#fff;
    font-size:26px;
    margin-bottom:18px;
    font-weight:700;

}

/*======================
 Paragraph
======================*/

.flip-card-back p{

    color:rgba(255,255,255,.95);
    line-height:30px;
    font-size:16px;
    margin:0;

}

/*======================
 Glow Effect
======================*/

.flip-card-front::before{

    content:"";

    position:absolute;

    width:220px;
    height:220px;

    background:rgba(11,78,162,.05);

    border-radius:50%;

    top:-80px;
    right:-80px;

}

.flip-card-front::after{

    content:"";

    position:absolute;

    width:170px;
    height:170px;

    background:rgba(22,179,100,.05);

    border-radius:50%;

    bottom:-60px;
    left:-60px;

}



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

@media(max-width:991px){

.flip-card{

height:320px;

}

}

@media(max-width:768px){

.section-title{

font-size:36px;

}

.flip-card{

height:300px;

}

.process-icon{

width:80px;
height:80px;
font-size:30px;

}

.flip-card-front h4,
.flip-card-back h4{

font-size:22px;

}

}


/*==================================
            FAQ SECTION
===================================*/

.faq-section{
    padding:100px 0;
    background:#f8fbff;
}

.accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:18px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.accordion-button{
    background:#fff;
    color:#222;
    font-size:18px;
    font-weight:600;
    padding:22px 25px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:linear-gradient(90deg,#0B4EA2,#16B364);
    color:#fff;
}

.accordion-button::after{
    filter:brightness(0);
}

.accordion-button:not(.collapsed)::after{
    filter:brightness(100);
}

.accordion-body{
    padding:22px 25px;
    color:#667085;
    line-height:30px;
    font-size:16px;
    background:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-item:hover{
    transform:translateY(-3px);
    transition:.3s;
}
