*{
    margin: 0;
    padding: 0;
}

:root{

--primary:#08153D;
--blue:#1565E8;
--cyan:#08A7D8;
--green:#20C94A;
--light:#F6F9FC;

}

body{

font-family:Segoe UI,sans-serif;

}


.founders-card img{
    height: 100%;
    width: 100%;
}

/* .logo-name{
    padding-top: 10px;
    font-family:Segoe UI,sans-serif;
    font-weight: 600px;
} */


@media(max-width:767px){
.logo-name {
    margin-left: 0px;
    font-size: 25px !important;
    font-weight: 700;
    letter-spacing: 0px;
    color: #08153D;
}

.banner img {
    margin-top: 55px;
}
.section{
        padding: 50px 0 !important;
}
.title {
    font-size: 34px !important;
}
.about-tag{
    margin-bottom: 20px;
}
}


/* .navbar{

background:#fff;

box-shadow:0 3px 15px rgba(0,0,0,.05);

}

.navbar-brand img{

height:55px;

} */


/*=========================
        NAVBAR
==========================*/

.admin-item{

    position:absolute;

    right:10px;      /* Increase this value to move further right */

    top:50%;

    transform:translateY(-50%);

}






.custom-navbar{

    background:linear-gradient(
        135deg,
        #DCEEFF 0%,
        #CFE5FF 50%,
        #E7F3FF 100%
    );

    border-bottom:1px solid #B7D6FF;

    box-shadow:0 10px 30px rgba(21,101,232,.15);

    padding:16px 0;

    transition:.35s;

}
/* Logo */

.logo{

    height:58px;

}

.logo-name{

    margin-left:0px;

    font-size:30px;

    font-weight:700;

    letter-spacing:0px;

    color:#08153D;

}

/* Nav Links */

.navbar-nav{

    gap:8px;

}

.nav-link{

    color:#08153D !important;

    font-size:18px;

    font-weight:700;

    padding:12px 20px !important;

    border-radius:40px;

}
/* Hover */

.nav-link:hover{

    background:linear-gradient(135deg,#20C94A15,#1565E815);

    color:#1565E8 !important;

}
/* Active */

.nav-link.active{

    color:#1565E8 !important;

}

/* Animated Underline */

.nav-link::after{

    content:"";

    position:absolute;

    bottom:5px;

    left:50%;

    width:0;

    height:3px;

    background:linear-gradient(90deg,#20C94A,#1565E8);

    transform:translateX(-50%);

    transition:.3s;

    border-radius:10px;

}

.nav-link:hover::after,

.nav-link.active::after{

    width:60%;

}

/* Button */

.nav-btn{

    background:linear-gradient(135deg,#20C94A,#1565E8);

    padding:12px 30px;

    border-radius:50px;

    font-weight:700;

    box-shadow:0 12px 30px rgba(21,101,232,.25);

}
.nav-btn:hover{

    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(21,101,232,.25);

}

/* Mobile */

@media(max-width:991px){

.navbar-collapse{

    margin-top:20px;

    background:#fff;

    border-radius:15px;

    padding:20px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.nav-item{

    margin:6px 0;

}

}







/*  */
/* .hero{

padding:120px 0;

background:linear-gradient(135deg,#F6F9FC,#ffffff);

}

.hero h1{

font-size:55px;

font-weight:700;

color:var(--primary);

}

.hero span{

color:var(--blue);

}

.hero p{

font-size:20px;

color:#666;

}

.btn-main{

background:linear-gradient(90deg,var(--green),var(--blue));

border:none;

padding:14px 35px;

color:white;

font-weight:600;

border-radius:50px;

}

.btn-main:hover{

transform:translateY(-2px);

} */
/*  */








/*=========================
        HERO
==========================*/

.hero{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:linear-gradient(135deg,#08152F,#0C2559,#08152F);

}

/* Glow Effects */

.hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(32,201,74,.08);

    top:-180px;

    left:-150px;

    filter:blur(60px);

}

.hero::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(21,101,232,.10);

    bottom:-150px;

    right:-120px;

    filter:blur(60px);

}

.hero-bg{

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),

    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);

    background-size:50px 50px;

}

/* Text */

.hero-content{

    position:relative;

    z-index:2;

}

.hero-tag{

    display:inline-block;

    padding:8px 20px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.1);

    border-radius:30px;

    color:#20C94A;

    margin-bottom:25px;

    backdrop-filter:blur(10px);

    font-weight:600;

}

.hero h1{

    color:#fff;

    font-size:58px;

    font-weight:700;

    line-height:1.2;

}

.hero h1 span{

    background:linear-gradient(90deg,#20C94A,#08A7D8,#1565E8);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.hero p{

    color:#C8D5E8;

    font-size:18px;

    line-height:1.8;

    margin:30px 0;

}

/* Banner */

.hero-img{

    max-width:100%;

    animation:float 4s ease-in-out infinite;

    filter:drop-shadow(0 20px 40px rgba(0,0,0,.45));

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0px);

}

}

/* Buttons */

.btn-main{

    background:linear-gradient(90deg,#20C94A,#1565E8);

    border:none;

    color:#fff;

    padding:14px 34px;

    border-radius:40px;

    font-weight:600;

    transition:.35s;

}

.btn-main:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(32,201,74,.35);

}

.btn-outline-light{

    padding:14px 34px;

    border-radius:40px;

}

/* Mobile */

@media(max-width:991px){

.hero{

padding:90px 0;

text-align:center;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:16px;

}

.banner{

margin-top:40px;

}

}

@media(max-width:576px){

.hero h1{

font-size:34px;

}

}


/* hero section end */














.section{

padding:90px 0;

}

.title{

font-size:40px;

font-weight:700;

color:var(--primary);

margin-bottom:20px;

}

.service{

padding:35px;

border-radius:15px;

transition:.3s;

background:white;

box-shadow:0 10px 25px rgba(0,0,0,.06);

height:100%;

}

.service:hover{

transform:translateY(-8px);

}

.service i{

font-size:40px;

color:var(--blue);

margin-bottom:20px;

}

.process{

background:var(--light);

}

.step{

padding:25px;

}

.step-number{

width:70px;

height:70px;

background:linear-gradient(135deg,var(--green),var(--blue));

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:white;

margin:auto;

margin-bottom:20px;

}

.stats{

background:linear-gradient(135deg,#08153D,#1565E8);

color:white;

}

.counter{

font-size:45px;

font-weight:700;

}

footer{

background:#08153D;

color:white;

padding:30px 0;
text-align: center;

}

footer a{

color:white;

text-decoration:none;

}

.banner img{
    height: 150%;
    width: 200%;
    border-radius: 20px;
}



/*==============================
        CONTACT FORM
==============================*/

.contact-card{

    background:#fff;

    border-radius:30px;

    padding:50px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.08);

    border:1px solid rgba(0,0,0,.05);

    transition:.4s;

    position:relative;

    overflow:hidden;

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 35px 80px rgba(0,0,0,.12);

}

/* Decorative Blur */

.contact-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(0,123,255,.05);

    border-radius:50%;

    top:-80px;

    right:-80px;

}

.contact-card::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(13,110,253,.05);

    border-radius:50%;

    bottom:-80px;

    left:-80px;

}

.contact-card>*{

    position:relative;

    z-index:2;

}

/*==============================
      FORM HEADER
==============================*/

.form-header{

    margin-bottom:35px;

}

.form-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    background:linear-gradient(135deg,#0d6efd,#3d8bfd);

    color:#fff;

    font-size:28px;

    box-shadow:0 10px 25px rgba(13,110,253,.30);

}

.form-header h3{

    font-weight:700;

}

.form-header p{

    font-size:15px;

}

/*==============================
        LABELS
==============================*/

.form-label{

    font-weight:600;

    margin-bottom:8px;

    color:#333;

}

/*==============================
        INPUTS
==============================*/

.contact-card .form-control{

    height:58px;

    border-radius:14px;

    border:1px solid #dfe7f2;

    background:#fafcff;

    padding:15px 18px;

    transition:.35s;

    font-size:15px;

}

.contact-card textarea.form-control{

    height:auto;

    resize:none;

    min-height:150px;

    padding-top:15px;

}

/* Focus */

.contact-card .form-control:focus{

    border-color:#0d6efd;

    background:#fff;

    box-shadow:
        0 0 0 .2rem rgba(13,110,253,.12);

}

/* Placeholder */

.contact-card .form-control::placeholder{

    color:#9aa4b2;

}

/*==============================
      BUTTON
==============================*/

.contact-card .btn-main{

    border-radius:14px;

    font-size:17px;

    font-weight:600;

    letter-spacing:.4px;

    transition:.35s;

}

.contact-card .btn-main:hover{

    transform:translateY(-3px);

}

/*==============================
     CONTACT INFO
==============================*/

.info-box{

    display:flex;

    align-items:center;

    padding:18px 20px;

    border-radius:18px;

    margin-bottom:18px;

    background:#fff;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

    transition:.3s;

}

.info-box:hover{

    transform:translateX(8px);

}

.info-box i{

    width:58px;

    height:58px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:linear-gradient(135deg,#0d6efd,#3d8bfd);

    color:#fff;

    font-size:20px;

    margin-right:18px;

    box-shadow:0 8px 20px rgba(13,110,253,.25);

}

.info-box h6{

    margin-bottom:5px;

    font-weight:700;

}

.info-box p{

    margin:0;

    color:#666;

    font-size:15px;

}

/*==============================
      MOBILE
==============================*/

@media(max-width:768px){

.contact-card{

padding:30px 25px;

}

.form-icon{

width:60px;

height:60px;

font-size:22px;

}

}
/*==========================
        ABOUT SECTION
===========================*/

.about-dark{

    background:linear-gradient(135deg,#08152F,#0D234F,#08152F);
    position:relative;
    overflow:hidden;
    color:#fff;

}

.about-dark::before{

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(32,201,74,.08);
    border-radius:50%;
    top:-180px;
    left:-180px;
    filter:blur(40px);

}

.about-dark::after{

    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(21,101,232,.08);
    border-radius:50%;
    bottom:-180px;
    right:-180px;
    filter:blur(40px);

}

.about-dark .container{

    position:relative;
    z-index:2;

}

/* Tag */

.about-tag{

    display:inline-block;

    background:linear-gradient(90deg,#20C94A,#1565E8);

    color:#fff;

    padding:10px 20px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

}

/* Heading */

.about-dark .title{

    color:#fff;

}

.gradient-text{

    background:linear-gradient(90deg,#20C94A,#08A7D8,#1565E8);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* Paragraph */

.about-text{

    color:#C9D4E5;

    line-height:1.9;

    font-size:17px;

}

/* Statistics */

.about-stat{

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:25px;

    text-align:center;

    transition:.4s;

}

.about-stat:hover{

    transform:translateY(-8px);

    border-color:#20C94A;

    box-shadow:0 15px 35px rgba(0,0,0,.35);

}

.about-stat h3{

    font-size:36px;

    font-weight:700;

    color:#20C94A;

}

.about-stat p{

    color:#E8EDF6;

    margin:0;

}

/* Founder Card */

.founders-card{

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:35px;

    box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.founders-card h3{

    color:#fff;

    font-weight:700;

}

.founder{

    display:flex;

    align-items:flex-start;

    gap:20px;

    margin-bottom:30px;

}

.founder-img{

    width:95px;

    height:95px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #20C94A;

    transition:.4s;

}

.founder-img:hover{

    transform:scale(1.05);

}

.founder h5{

    color:#fff;

    font-weight:700;

    margin-bottom:5px;

}

.founder span{

    color:#20C94A;

    font-weight:600;

}

.founder p{

    color:#C9D4E5;

    margin-top:10px;

    line-height:1.7;

}

.founders-card hr{

    border-color:rgba(255,255,255,.1);

}

/* Mobile */

@media(max-width:768px){

    .founder{

        flex-direction:column;

        text-align:center;

        align-items:center;

    }

}



.process{

    background:#F8FBFF;
    position:relative;
    overflow:hidden;

}

.section-tag{

    display:inline-block;
    background:linear-gradient(90deg,#20C94A,#1565E8);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;

}

.process-wrapper{

    position:relative;

}

.process-line{

    position:absolute;
    left:6%;
    right:6%;
    top:55px;
    height:4px;
    background:linear-gradient(90deg,#20C94A,#1565E8);
    z-index:0;
    border-radius:10px;

}

.process-card{

    position:relative;
    z-index:2;
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    transition:.35s;
    height:100%;
    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.process-card:hover{

    transform:translateY(-12px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);

}

.icon-circle{

    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:linear-gradient(135deg,#20C94A,#1565E8);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:30px;
    box-shadow:0 15px 30px rgba(21,101,232,.25);

}

.process-card span{

    display:inline-block;
    color:#1565E8;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:10px;

}

.process-card h5{

    font-weight:700;
    color:#08153D;
    margin-bottom:12px;

}

.process-card p{

    font-size:14px;
    color:#666;
    margin:0;

}

@media(max-width:992px){

.process-line{

display:none;

}

.process-card{

margin-bottom:25px;

}

}
/* Floating Button */

.floating-contact{

    position:fixed;
    
    right:30px;
    
    bottom:30px;
    
    z-index:9999;
    
    }
    
    /* Circle Button */
    
    .chat-btn{
    
    width:65px;
    
    height:65px;
    
    border:none;
    
    border-radius:50%;
    
    background:linear-gradient(135deg,#20C94A,#1565E8);
    
    color:#fff;
    
    font-size:26px;
    
    cursor:pointer;
    
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    
    transition:.35s;
    
    animation:pulse 2s infinite;
    
    }
    
    .chat-btn:hover{
    
    transform:scale(1.08);
    
    }
    
    @keyframes pulse{
    
    0%{
    
    box-shadow:0 0 0 0 rgba(21,101,232,.5);
    
    }
    
    70%{
    
    box-shadow:0 0 0 18px rgba(21,101,232,0);
    
    }
    
    100%{
    
    box-shadow:0 0 0 0 rgba(21,101,232,0);
    
    }
    
    }
    
    /* Popup */
    
    .contact-popup{
    
    position:absolute;
    
    right:0;
    
    bottom:80px;
    
    width:260px;
    
    background:#fff;
    
    border-radius:18px;
    
    padding:20px;
    
    display:none;
    
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    
    }
    
    .contact-popup.show{
    
    display:block;
    
    animation:popup .3s ease;
    
    }
    
    @keyframes popup{
    
    from{
    
    opacity:0;
    
    transform:translateY(20px);
    
    }
    
    to{
    
    opacity:1;
    
    transform:translateY(0);
    
    }
    
    }
    
    .contact-popup h5{
    
    font-weight:700;
    
    margin-bottom:8px;
    
    }
    
    .contact-popup p{
    
    font-size:14px;
    
    color:#777;
    
    margin-bottom:15px;
    
    }
    
    .contact-popup a{
    
    display:flex;
    
    align-items:center;
    
    gap:12px;
    
    padding:12px 15px;
    
    margin-bottom:10px;
    
    border-radius:12px;
    
    text-decoration:none;
    
    color:#08153D;
    
    background:#F5F8FD;
    
    transition:.3s;
    
    font-weight:600;
    
    }
    
    .contact-popup a:hover{
    
    background:#1565E8;
    
    color:#fff;
    
    }
    
    .contact-popup a:last-child{
    
    margin-bottom:0;
    
    }/* Floating Button */

.floating-contact{

    position:fixed;
    
    right:30px;
    
    bottom:30px;
    
    z-index:9999;
    
    }
    
    /* Circle Button */
    
    .chat-btn{
    
    width:65px;
    
    height:65px;
    
    border:none;
    
    border-radius:50%;
    
    background:linear-gradient(135deg,#20C94A,#1565E8);
    
    color:#fff;
    
    font-size:26px;
    
    cursor:pointer;
    
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    
    transition:.35s;
    
    animation:pulse 2s infinite;
    
    }
    
    .chat-btn:hover{
    
    transform:scale(1.08);
    
    }
    
    @keyframes pulse{
    
    0%{
    
    box-shadow:0 0 0 0 rgba(21,101,232,.5);
    
    }
    
    70%{
    
    box-shadow:0 0 0 18px rgba(21,101,232,0);
    
    }
    
    100%{
    
    box-shadow:0 0 0 0 rgba(21,101,232,0);
    
    }
    
    }
    
    /* Popup */
    
    .contact-popup{
    
    position:absolute;
    
    right:0;
    
    bottom:80px;
    
    width:260px;
    
    background:#fff;
    
    border-radius:18px;
    
    padding:20px;
    
    display:none;
    
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    
    }
    
    .contact-popup.show{
    
    display:block;
    
    animation:popup .3s ease;
    
    }
    
    @keyframes popup{
    
    from{
    
    opacity:0;
    
    transform:translateY(20px);
    
    }
    
    to{
    
    opacity:1;
    
    transform:translateY(0);
    
    }
    
    }
    
    .contact-popup h5{
    
    font-weight:700;
    
    margin-bottom:8px;
    
    }
    
    .contact-popup p{
    
    font-size:14px;
    
    color:#777;
    
    margin-bottom:15px;
    
    }
    
    .contact-popup a{
    
    display:flex;
    
    align-items:center;
    
    gap:12px;
    
    padding:12px 15px;
    
    margin-bottom:10px;
    
    border-radius:12px;
    
    text-decoration:none;
    
    color:#08153D;
    
    background:#F5F8FD;
    
    transition:.3s;
    
    font-weight:600;
    
    }
    
    .contact-popup a:hover{
    
    background:#1565E8;
    
    color:#fff;
    
    }
    
    .contact-popup a:last-child{
    
    margin-bottom:0;
    
    }/* Floating Button */

.floating-contact{

position:fixed;

right:30px;

bottom:30px;

z-index:9999;

}

/* Circle Button */

.chat-btn{

width:65px;

height:65px;

border:none;

border-radius:50%;

background:linear-gradient(135deg,#20C94A,#1565E8);

color:#fff;

font-size:26px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,.25);

transition:.35s;

animation:pulse 2s infinite;

}

.chat-btn:hover{

transform:scale(1.08);

}

@keyframes pulse{

0%{

box-shadow:0 0 0 0 rgba(21,101,232,.5);

}

70%{

box-shadow:0 0 0 18px rgba(21,101,232,0);

}

100%{

box-shadow:0 0 0 0 rgba(21,101,232,0);

}

}

/* Popup */

.contact-popup{

position:absolute;

right:0;

bottom:80px;

width:260px;

background:#fff;

border-radius:18px;

padding:20px;

display:none;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.contact-popup.show{

display:block;

animation:popup .3s ease;

}

@keyframes popup{

from{

opacity:0;

transform:translateY(20px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.contact-popup h5{

font-weight:700;

margin-bottom:8px;

}

.contact-popup p{

font-size:14px;

color:#777;

margin-bottom:15px;

}

.contact-popup a{

display:flex;

align-items:center;

gap:12px;

padding:12px 15px;

margin-bottom:10px;

border-radius:12px;

text-decoration:none;

color:#08153D;

background:#F5F8FD;

transition:.3s;

font-weight:600;

}

.contact-popup a:hover{

background:#1565E8;

color:#fff;

}

.contact-popup a:last-child{

margin-bottom:0;

}/* Floating Button */

.floating-contact{

position:fixed;

right:30px;

bottom:30px;

z-index:9999;

}

/* Circle Button */

.chat-btn{

width:65px;

height:65px;

border:none;

border-radius:50%;

background:linear-gradient(135deg,#20C94A,#1565E8);

color:#fff;

font-size:26px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,.25);

transition:.35s;

animation:pulse 2s infinite;

}

.chat-btn:hover{

transform:scale(1.08);

}

@keyframes pulse{

0%{

box-shadow:0 0 0 0 rgba(21,101,232,.5);

}

70%{

box-shadow:0 0 0 18px rgba(21,101,232,0);

}

100%{

box-shadow:0 0 0 0 rgba(21,101,232,0);

}

}

/* Popup */

.contact-popup{

position:absolute;

right:0;

bottom:80px;

width:260px;

background:#fff;

border-radius:18px;

padding:20px;

display:none;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.contact-popup.show{

display:block;

animation:popup .3s ease;

}

@keyframes popup{

from{

opacity:0;

transform:translateY(20px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.contact-popup h5{

font-weight:700;

margin-bottom:8px;

}

.contact-popup p{

font-size:14px;

color:#777;

margin-bottom:15px;

}

.contact-popup{

    position:absolute;

    right:0;

    bottom:85px;

    width:340px;

    background:#fff;

    border-radius:22px;

    padding:28px;

    display:none;

    box-shadow:0 20px 60px rgba(0,0,0,.18);

    border:1px solid rgba(0,0,0,.05);

}
.contact-popup a:hover{

background:#1565E8;

color:#fff;

}

.contact-popup a:last-child{

margin-bottom:0;

}