:root{

--primary:#2995D3;

--primary-dark:#1E7FBC;

--secondary:#53B5F2;

--dark:#1F2937;

--text:#6B7280;

--light:#F7FAFC;

--white:#ffffff;

--border:#E5E7EB;

}

body{

font-family:'Poppins',sans-serif;

background:var(--light);

color:var(--text);

}

.navbar{

background:#fff;

padding:16px 0;

box-shadow:0 5px 20px rgba(0,0,0,.05);

}

.navbar-brand img{

height:55px;

}

.nav-link{

font-weight:500;

color:var(--dark)!important;

margin-left:15px;

transition:.3s;

}

.nav-link:hover{

color:var(--primary)!important;

}

.btn-primary{

background:var(--primary);

border:none;

border-radius:30px;

padding:12px 30px;

}

.btn-primary:hover{

background:var(--primary-dark);

}

.section{

    padding:90px 0;

}

.btn-theme{

    background:var(--primary);

    color:#fff;

    border-radius:40px;

    padding:12px 28px;

    transition:.3s;

}

.btn-theme:hover{

    background:var(--secondary);

    color:#fff;

}

.shadow-card{

    border:none;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.title{

    font-size:40px;

    font-weight:700;

}

.subtitle{

    color:#777;

}

.hero{

padding:120px 0;

background:linear-gradient(135deg,#F7FAFC,#EAF7FF);

}

.hero h1{

font-size:clamp(2rem,5vw,4.2rem);

line-height:1.2;

font-weight:800;

}

.hero p{

color:var(--text);

}

.hero-section{

    padding:100px 0;

    background:linear-gradient(135deg,#eef5ff,#ffffff);

}

.hero-section h1{

    line-height:1.3;

}

.hero-section img{

    max-width:100%;

    animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-12px);}

100%{transform:translateY(0);}

}

.service-card{

border:none;

border-radius:20px;

background:#fff;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.35s;

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(41,149,211,.15);

}

.service-icon{

font-size:50px;

margin-bottom:20px;

color:#2995d3;

}

.card {
    transition: all .3s ease;
    height: -webkit-fill-available;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12) !important;
}

.testimonial-card{

border:0;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.card-img-top{

height:100%;

object-fit:cover;

border-radius:20px 20px 0 0;

}

.service-card{

border:0;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.35s;

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.service-card i{

color:#2995d3;

}

footer{

background:#0F172A;

color:#D1D5DB;

padding:70px 0 20px;

}

footer h5{

color:#fff;

}

footer a{

color:#D1D5DB;

text-decoration:none;

}

footer a:hover{

color:#53B5F2;

}

.section-title{

font-size:40px;

font-weight:700;

color:var(--dark);

}

.section-subtitle{

color:var(--primary);

font-weight:600;

text-transform:uppercase;

letter-spacing:1px;

}

.fa-solid{

color:var(--primary);

}

.footer-section{
    background:#0F172A;
    color:#CBD5E1;
    padding:80px 0 25px;
}

.footer-pattern{
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(circle at 20px 20px, rgba(83,181,242,.08) 2px, transparent 0),
        radial-gradient(circle at 60px 60px, rgba(41,149,211,.06) 2px, transparent 0);
    background-size:80px 80px;
    opacity:.9;
}

.footer-logo img{
    height:65px;
    width:auto;
}

.footer-desc{
    line-height:1.8;
    color:#CBD5E1;
    max-width:320px;
}

.footer-title{
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:25px;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#CBD5E1;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#53B5F2;
    padding-left:6px;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:16px;
}

.footer-contact i{
    color:#53B5F2;
    font-size:18px;
    margin-top:4px;
    min-width:20px;
}

.footer-social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(83,181,242,.12);
    color:#53B5F2;
    margin-right:10px;
    transition:.3s;
}

.footer-social a:hover{
    background:#2995D3;
    color:#fff;
    transform:translateY(-3px);
}

.footer-divider{
    border-color:rgba(255,255,255,.08);
}

.copyright{
    color:#94A3B8;
    font-size:14px;
}

@media(max-width:767px){
    .footer-section{
        text-align:center;
    }

    .footer-desc{
        max-width:100%;
        margin:auto;
    }

    .footer-contact li{
        justify-content:center;
        text-align:left;
    }
}
.headerBtn i{
    color:#fff;
}

.fadeBlue{
    color:#2995d3;
}

.fadeBlueBg{
    background-color:#2995d3;
}

/* ==========================
TOP BAR
========================== */

.topbar{

background:#162235;

padding:8px 0;

font-size:14px;

color:#fff;

}

.topbar a{

color:#fff;

margin-left:15px;

transition:.3s;

}

.topbar a:hover{

color:var(--secondary);

}

/* ==========================
NAVBAR
========================== */

.navbar{

background:#fff;

box-shadow:0 10px 25px rgba(0,0,0,.05);

padding:16px 0;

}

.navbar-brand img{

height:60px;

}

.nav-link{

font-weight:500;

margin-left:18px;

color:var(--dark);

transition:.3s;

position:relative;

}

.nav-link:hover{

color:var(--primary);

}

.nav-link::after{

content:'';

position:absolute;

left:0;

bottom:-6px;

width:0;

height:2px;

background:var(--primary);

transition:.3s;

}

.nav-link:hover::after{

width:100%;

}

.btn-brand{

display:inline-flex;
align-items:center;
justify-content:center;

padding:12px 28px;

background:var(--primary);

color:#fff !important;

text-decoration:none;

border-radius:50px;

font-weight:600;

border:2px solid var(--primary);

transition:all .3s ease;

}

.btn-brand:hover{

background:var(--primary-hover);

border-color:var(--primary-hover);

color:#fff !important;

text-decoration:none;

transform:translateY(-3px);

box-shadow:0 15px 30px rgba(41,149,211,.25);

}

.btn-brand:focus,
.btn-brand:active{

background:var(--primary-hover) !important;

border-color:var(--primary-hover) !important;

color:#fff !important;

box-shadow:none;

}

/* ==========================
HERO
========================== */

.hero{

padding:90px 0;

background:linear-gradient(135deg,#F7FAFC,#ECF8FF);

overflow:hidden;

}

.hero-tag{

display:inline-block;

padding:10px 18px;

border-radius:30px;

background:#EAF7FF;

color:var(--primary);

font-weight:600;

margin-bottom:20px;

}

.hero h1{

font-size:58px;

font-weight:800;

color:var(--dark);

line-height:1.2;

}

.hero h1 span{

color:var(--primary);

}

.hero p{

font-size:18px;

line-height:30px;

margin:25px 0;

color:var(--text);

}

.hero-buttons{

display:flex;

flex-wrap:wrap;

gap:15px;

}

@media(max-width:576px){

.hero-buttons{

flex-direction:column;

}

.hero-buttons a{

width:100%;

text-align:center;

}

}

.btn-outline-brand{

display:inline-flex;

align-items:center;

justify-content:center;

padding:12px 28px;

border:2px solid var(--primary);

border-radius:50px;

background:transparent;

color:var(--primary) !important;

font-weight:600;

text-decoration:none;

transition:all .3s ease;

}

.btn-outline-brand:hover{

background:var(--primary);

color:#fff !important;

border-color:var(--primary);

text-decoration:none;

transform:translateY(-3px);

box-shadow:0 15px 30px rgba(41,149,211,.25);

}

.hero-image{

position:relative;

}

.hero-image img{

border-radius:25px;

}

.floating-card{

position:absolute;

background:#fff;

padding:15px 20px;

border-radius:15px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

font-weight:600;

animation:float 4s infinite ease-in-out;

}

.floating-card i{

color:var(--primary);

margin-right:10px;

}

.card-one{

top:30px;

left:-40px;

}

.card-two{

right:-40px;

top:140px;

}

.card-three{

bottom:20px;

left:30px;

}

.hero-stats{

display:flex;

gap:60px;

margin-top:20px;

}

.hero-stats h3{

font-size:34px;

color:var(--primary);

font-weight:700;

}

.hero-stats p{

margin:0;

font-size:15px;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-10px);}

100%{transform:translateY(0);}

}


a.btn-brand:hover,
a.btn-brand:focus,
a.btn-brand:active{

color:#fff !important;
background:var(--primary-dark) !important;
border-color:var(--primary-dark) !important;
}

a.btn-outline-brand:hover{

color:#fff !important;
background:var(--primary-dark) !important;
border-color:var(--primary-dark) !important;

}

/*=================================
 HERO
=================================*/

.hero-section{

padding:70px 0;

background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);

overflow:hidden;

}

.hero-badge{

display:inline-flex;

align-items:center;

padding:10px 18px;

background:#EAF6FD;

border-radius:50px;

color:var(--primary);

font-weight:600;

margin-bottom:25px;

font-size:.95rem;

}

.hero-title{

font-size:clamp(2rem,5vw,4.3rem);

font-weight:800;

line-height:1.15;

color:var(--dark);

margin-bottom:20px;

}

.hero-title span{

color:var(--primary);

}

.hero-description{

font-size:clamp(1rem,2vw,1.15rem);

line-height:1.9;

margin-bottom:35px;

color:var(--text);

max-width:600px;

}

.hero-buttons{

display:flex;

flex-wrap:wrap;

gap:15px;

margin-bottom:40px;

}

.hero-features{

display:flex;

gap:40px;

flex-wrap:wrap;

}

.hero-features strong{

display:block;

font-size:2rem;

color:var(--primary);

}

.hero-features span{

font-size:.95rem;

color:var(--text);

}

.hero-image{

text-align:center;

}

.hero-image img{

max-width:100%;

height:auto;

}

/*=========================
Mobile
=========================*/

@media(max-width:991px){

.hero-section{

padding:50px 0;

text-align:center;

}

.hero-description{

margin:auto auto 30px;

}

.hero-buttons{

justify-content:center;

}

.hero-features{

justify-content:center;

gap:25px;

margin-top:10px;

}

.hero-image{

margin-bottom:30px;

}

}

@media(max-width:576px){

.hero-buttons{

flex-direction:column;

}

.hero-buttons .btn-brand,

.hero-buttons .btn-outline-brand{

width:100%;

}

.hero-features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

}

.hero-features strong{

font-size:1.4rem;

}

}

/*=====================================
FLOATING BUTTONS
=====================================*/

.floating-buttons{

position:fixed;

right:20px;

bottom:25px;

display:flex;

flex-direction:column;

gap:15px;

z-index:9999;

}

.float-whatsapp,
.float-call,
.scroll-top{

width:58px;

height:58px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

text-decoration:none;

border:none;

cursor:pointer;

font-size:22px;

transition:.35s;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.float-whatsapp{

background:#25D366;

color:#fff;

}

.float-call{

background:var(--primary);

color:#fff;

}

.scroll-top{

background:#162235;

color:#fff;

display:none;

}

.float-whatsapp:hover,
.float-call:hover,
.scroll-top:hover{

transform:translateY(-5px);

}

@media(max-width:768px){

.floating-buttons{

right:15px;

bottom:15px;

}

.float-whatsapp,
.float-call,
.scroll-top{

width:52px;

height:52px;

font-size:20px;

}

}

.floating-buttons .fa-phone{
color:#162235;
}

.search-form .fa-magnifying-glass{
    color:#162235;
}

.contact-section .btn-brand:hover{
    background-color: --primary-dark;
    color: #fff;
}