/* =========================
   Fidele India Sourcing
   Theme: White + Sky Blue
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#374151;
    background:#ffffff;
    line-height:1.7;
}

/* Container */

.container{
    max-width:1200px;
}

/* Navbar */

.navbar{
    background:#fff !important;
    padding:15px 0;
    border-bottom:1px solid #eef3f8;
}

.navbar-brand{
    font-size:28px;
    font-weight:700;
    color:#2563eb !important;
}

.nav-link{
    color:#4b5563 !important;
    margin-left:18px;
    font-weight:500;
    transition:.3s;
}

.nav-link:hover{
    color:#2563eb !important;
}

/* Buttons */

.btn-success{
    background:#FFC107 !important;
    border:none !important;
    color:#fff;
    border-radius:40px;
    padding:12px 28px;
    transition:.3s;
}

.btn-success:hover{
    background:#3d8fd3 !important;
}

.btn-outline-dark{
    border-radius:40px;
}

/* Hero */

.hero{
    padding:90px 0;
    background:#f5fbff;
}

.hero h1{
    font-size:48px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:20px;
    line-height:1.2;
}

.hero p{
    font-size:18px;
    color:#6b7280;
    margin-bottom:30px;
}

.hero img{
    max-width:100%;
}

/* Section */

.section-space{
    padding:90px 0;
}

/* Heading */

h2{
    font-size:38px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:20px;
}

p{
    color:#6b7280;
}

/* About */

#about img{
    border-radius:18px;
}

/* Service Cards */

.service-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    text-align:center;

    transition:.3s;

    border:1px solid #e7eef6;

    height:100%;
}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.service-card i{

    font-size:48px;

    color:#5aa9e6;

    margin-bottom:20px;

}

.service-card h4{

    margin-bottom:15px;

    font-size:22px;

}

/* Categories */

.category-card{

    background:#fff;

    padding:15px;

    border-radius:18px;

    transition:.3s;

    text-align:center;

    box-shadow:0 5px 20px rgba(0,0,0,.04);

}

.category-card:hover{

    transform:translateY(-8px);

}

.category-card img{

    width:100%;

    border-radius:15px;

}

.category-card h5{

    margin-top:18px;

    font-weight:600;

}

/* Counter */

.counter-section{

    background:#FFC107;

    color:#fff;

    padding:70px 0;

}

.counter-section h2{

    color:#fff;

    font-size:46px;

}

.counter-section p{

    color:#eef8ff;

}

/* Footer */

footer{

    background:#0f172a !important;

}

footer h4{

    margin-bottom:15px;

}

footer p{

    color:#d1d5db;

}

/* Responsive */

@media(max-width:991px){

.hero{

text-align:center;

padding:70px 0;

}

.hero h1{

font-size:38px;

}

.hero img{

margin-top:40px;

}

}

@media(max-width:768px){

h2{

font-size:30px;

}

.hero h1{

font-size:32px;

}

.navbar-brand{

font-size:24px;

}

.section-space{

padding:70px 0;

}



/* Fade Animation */

.service-card,
.category-card{

opacity:0;

transform:translateY(40px);

transition:.6s ease;

}

.service-card.show,
.category-card.show{

opacity:1;

transform:translateY(0);

}
.hero-small{
    background:#eef8ff;
    padding:80px 0;
    text-align:center;
}

.hero-small h1{
    font-size:48px;
    font-weight:700;
    color:#1f2937;
}

.hero-small p{
    color:#6b7280;
    margin-top:10px;
}
.form-control{

padding:14px;

border-radius:12px;

border:1px solid #d9e8f4;

box-shadow:none;

}

.form-control:focus{

border-color:#5aa9e6;

box-shadow:0 0 0 0.2rem rgba(90,169,230,.15);

}

iframe{

border:0;

border-radius:15px;

}

.service-card a{

color:#5aa9e6;

transition:.3s;

}

.service-card a:hover{

color:#2563eb;

}
.btn-primary{
    background:#5aa9e6;
    border:none;
    border-radius:30px;
}

.btn-primary:hover{
    background:#3d8fd3;
}

#contact{
    background:#f5fbff;
}

}