/* ===================================
   KANYWAN ENTERPRISES LTD
   Main Stylesheet
=================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    color:#333;
    background:#fff;
}

.navbar-brand{
    font-size:1.2rem;
    font-weight:700;
}

.nav-link{
    font-weight:500;
}

section{
    padding:80px 0;
}
/*==================================================
HERO SECTION
==================================================*/

.hero{
    position:relative;
    background:
        linear-gradient(rgba(0,62,126,.70), rgba(0,62,126,.70)),
        url("../images/hero-bg.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    min-height:90vh;

    display:flex;
    align-items:center;

    padding:120px 0;

    color:#fff;
}

/* Force all hero text to be white */

.hero,
.hero h1,
.hero p,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6{
    color:#ffffff !important;
}

/* Heading */

.hero h1{
    font-size:64px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:30px;
    text-shadow:2px 2px 10px rgba(0,0,0,.35);
}

/* Paragraph */

.hero p{
    font-size:21px;
    line-height:1.9;
    color:#f1f5f9 !important;
    margin-bottom:35px;
}

/* Buttons */

.hero-buttons .btn{
    padding:14px 32px;
    border-radius:40px;
    font-weight:600;
}

/* Floating Card */

.hero-image{
    position:relative;
}

.hero-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.floating-card{
    position:absolute;
    bottom:25px;
    left:-20px;
    background:#ffffff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,.20);
}

.floating-card h4{
    color:#F7941D !important;
    font-size:42px;
    font-weight:700;
    margin-bottom:5px;
}

.floating-card p{
    color:#333333 !important;
    margin:0;
}
.hero p{

font-size:20px;

}

.hero img{

max-height:500px;

}

/* ====================================
STATISTICS
==================================== */

.stats{

background:#0056A6;

color:white;

padding:60px 0;

}

.stats h2{

font-size:48px;

font-weight:700;

color:#F7941D;

}

.stats p{

font-size:18px;

}
/* ===========================
ABOUT SECTION
=========================== */

.about{

padding:100px 0;

background:#f8f9fa;

}

.about h2{

font-size:42px;

margin-bottom:20px;

}

.about p{

font-size:18px;

line-height:1.8;

color:#555;

}

.about img{

border-radius:15px;

}
/*==============================
SERVICES
===============================*/

.services{

padding:100px 0;

}

.service-card{

border:none;

transition:.3s;

border-radius:15px;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.service-card h4{

margin:20px 0;

font-weight:600;

}

.service-card p{

color:#666;

line-height:1.8;

}
/*=========================
PRODUCTS
==========================*/

.products{
    padding:100px 0;
}

.product-card{
    border:none;
    border-radius:15px;
    transition:.3s;
    overflow:hidden;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.product-card img{
    height:220px;
    object-fit:cover;
}

.product-card h5{
    font-weight:600;
    margin-bottom:15px;
}

.product-card p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}
/*=========================
PROJECTS
==========================*/

.projects{
    padding:100px 0;
    background:#ffffff;
}

.project-card{
    border:none;
    border-radius:15px;
    overflow:hidden;
    transition:0.3s;
}

.project-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.project-card img{
    height:250px;
    object-fit:cover;
}

.project-card h4{
    margin-bottom:15px;
    font-weight:600;
}

.project-card p{
    color:#666;
    line-height:1.7;
}
/*=========================
WHY CHOOSE US
=========================*/

.why-choose{
    background:#f8f9fa;
    padding:100px 0;
}

.feature-box{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    transition:.3s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-box i{
    font-size:45px;
    color:#f7941d;
    margin-bottom:20px;
}

.feature-box h4{
    margin-bottom:15px;
    font-weight:600;
}

.feature-box p{
    color:#666;
    line-height:1.7;
}
/*=========================
TESTIMONIALS
=========================*/

.testimonials{
    padding:100px 0;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-card p{
    font-style:italic;
    color:#555;
    line-height:1.8;
}

.testimonial-card h5{
    font-weight:600;
    margin-bottom:5px;
}
/*==================================================
NAVBAR
==================================================*/

.navbar{
    background:#F7941D !important;
    padding:15px 0;
    position:sticky;
    top:0;
    z-index:9999;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.navbar-brand{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#FFFFFF !important;
}

.navbar-brand img{
    width:55px;
    height:auto;
}

.navbar-brand strong{
    font-size:28px;
    font-weight:700;
    color:#FFFFFF;
}

.navbar-brand small{
    color:#FFF3E6;
    font-size:13px;
}

.navbar-nav .nav-link{
    color:#FFFFFF !important;
    font-weight:600;
    margin-left:18px;
    transition:0.3s;
}

.navbar-nav .nav-link:hover{
    color:#003E7E !important;
}

.navbar-nav .nav-link.active{
    color:#003E7E !important;
}

.navbar-toggler{
    border:none;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.btn-warning{
    background:#003E7E;
    color:#FFFFFF;
    border:none;
    border-radius:30px;
    padding:10px 24px;
    font-weight:600;
}

.btn-warning:hover{
    background:#002A56;
    color:#FFFFFF;
}
/*=========================
CALL TO ACTION
=========================*/

.cta-section{

background:#003E7E;

color:#ffffff;

padding:80px 0;

}

.cta-section h2{

font-size:42px;

margin-bottom:20px;

}

.cta-section p{

font-size:18px;

color:#ddd;

}

/*==================================================
PREMIUM FOOTER
==================================================*/

.footer{

background:#1b1b1b;

color:#ddd;

padding:70px 0 20px;

}

.footer h4,
.footer h5{

color:#F7941D;

margin-bottom:20px;

font-weight:700;

}

.footer p{

color:#ccc;

line-height:1.8;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

text-decoration:none;

color:#ddd;

transition:.3s;

}

.footer-links a:hover{

color:#F7941D;

padding-left:6px;

}

.social-icons{

margin-top:20px;

}

.social-icons a{

display:inline-flex;

align-items:center;

justify-content:center;

width:42px;

height:42px;

background:#003E7E;

color:#fff;

border-radius:50%;

margin-right:10px;

transition:.3s;

}

.social-icons a:hover{

background:#F7941D;

transform:translateY(-5px);

}

.footer hr{

border-color:#444;

margin:40px 0 20px;

}
/*==================================================
PRODUCTS PAGE
==================================================*/

.products-page{
    background:#f8f9fa;
}

.products-page h2{
    color:#003E7E;
    font-weight:700;
    margin-bottom:15px;
}

.product-item{
    border:none;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
}

.product-item:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.product-item img{
    height:250px;
    object-fit:cover;
}

.product-item .card-body{
    padding:25px;
}

.product-item h4{
    color:#003E7E;
    margin-bottom:15px;
}

.product-item p{
    color:#666;
    line-height:1.8;
}
/*==================================================
SERVICES PAGE
==================================================*/

.services-page{
    background:#ffffff;
}

.services-page h2{
    color:#003E7E;
    font-weight:700;
    margin-bottom:15px;
}

.service-box{
    background:#fff;
    border-radius:15px;
    padding:35px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.service-box i{
    font-size:50px;
    color:#F7941D;
    margin-bottom:20px;
}

.service-box h4{
    color:#003E7E;
    margin-bottom:15px;
}

.service-box p{
    color:#666;
    line-height:1.8;
}

.work-process h2{
    color:#003E7E;
    font-weight:700;
}

.work-process h3{
    font-size:48px;
    color:#F7941D;
    font-weight:700;
}

.work-process h5{
    margin-top:15px;
    color:#003E7E;
}

.work-process p{
    color:#666;
}
/*==================================================
PROJECTS PAGE
==================================================*/

.projects-page{
    background:#f8f9fa;
}

.projects-page h2{
    color:#003E7E;
    font-weight:700;
    margin-bottom:15px;
}

.project-item{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.project-item:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.project-item img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.project-content{
    padding:25px;
}

.project-content h4{
    color:#003E7E;
    margin-bottom:15px;
    font-weight:600;
}

.project-content p{
    color:#666;
    line-height:1.8;
}

.project-content .badge{
    margin-top:10px;
    font-size:14px;
}
/*==================================================
GALLERY PAGE
==================================================*/

.gallery-page{

background:#ffffff;

}

.gallery-page h2{

color:#003E7E;

font-weight:700;

margin-bottom:20px;

}

.gallery-item{

overflow:hidden;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.12);

transition:.35s;

cursor:pointer;

}

.gallery-item img{

width:100%;

height:300px;

object-fit:cover;

transition:.4s;

}

.gallery-item:hover{

transform:translateY(-8px);

}

.gallery-item:hover img{

transform:scale(1.08);

}
/*==================================================
CONTACT PAGE
==================================================*/

.contact-page{
    background:#f8f9fa;
}

.contact-card{
    background:#fff;
    text-align:center;
    padding:35px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:30px;
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
}

.contact-card i{
    font-size:45px;
    color:#F7941D;
    margin-bottom:20px;
}

.contact-card h4{
    color:#003E7E;
    margin-bottom:15px;
}

.contact-page h2{
    color:#003E7E;
    margin-bottom:25px;
    font-weight:700;
}

.contact-page .form-control{
    padding:14px;
    border-radius:10px;
}

.contact-page .btn{
    padding:12px 30px;
    border-radius:30px;
}

.map-placeholder{
    background:#e9ecef;
    border-radius:15px;
    height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#666;
    font-weight:600;
}
/*==================================================
QUOTE PAGE
==================================================*/

.quote-page{
    background:#f8f9fa;
}

.quote-page .card{
    border-radius:20px;
}

.quote-page h2{
    color:#003E7E;
    font-weight:700;
}

.quote-page .form-label{
    font-weight:600;
    color:#003E7E;
}

.quote-page .form-control,
.quote-page .form-select{
    border-radius:10px;
    padding:12px;
}

.quote-page textarea{
    resize:vertical;
}

.quote-page .btn{
    border-radius:30px;
    padding:14px 40px;
}
/*==================================================
ABOUT PAGE
==================================================*/

.about-page{
    background:#ffffff;
}

.about-page h2{
    color:#003E7E;
    font-weight:700;
    margin-bottom:20px;
}

.about-page p{
    line-height:1.9;
    color:#555;
}

.mission-section{
    background:#f8f9fa;
}

.mission-box{
    background:#fff;
    padding:35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.mission-box i{
    font-size:50px;
    color:#F7941D;
    margin-bottom:20px;
}

.mission-box h3{
    color:#003E7E;
    margin-bottom:15px;
}

.mission-box ul{
    list-style:none;
    padding:0;
}

.mission-box ul li{
    padding:6px 0;
    color:#555;
}
/*==================================================
ANIMATED STATISTICS
==================================================*/

.statistics{
    background:#003E7E;
    color:#ffffff;
}

.statistics h2{
    font-size:60px;
    font-weight:700;
    color:#F7941D;
    margin-bottom:10px;
}

.statistics p{
    font-size:18px;
    color:#ffffff;
    margin:0;
}
/*==================================================
PARTNERS SECTION
==================================================*/

.partners{
    background:#ffffff;
}

.partners h2{
    color:#003E7E;
    font-weight:700;
    margin-bottom:10px;
}

.partner-logo{
    max-height:70px;
    opacity:.7;
    transition:all .3s ease;
    filter:grayscale(100%);
}

.partner-logo:hover{
    opacity:1;
    filter:grayscale(0%);
    transform:scale(1.1);
}
/*==================================================
FEATURED PRODUCTS
==================================================*/

.featured-products{
    background:#f8f9fa;
}

.featured-products h2{
    color:#003E7E;
    font-weight:700;
}

.featured-product-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.featured-product-card:hover{
    transform:translateY(-10px);
}

.featured-product-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.featured-product-card h4{
    color:#003E7E;
    font-weight:600;
    margin-bottom:15px;
}

.featured-product-card p{
    color:#666;
    line-height:1.7;
}
/*==================================================
LATEST PROJECTS
==================================================*/

.latest-projects{
    background:#ffffff;
}

.latest-projects h2{
    color:#003E7E;
    font-weight:700;
}

.project-showcase{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.project-showcase:hover{
    transform:translateY(-10px);
}

.project-showcase img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.project-showcase h4{
    color:#003E7E;
    margin-bottom:15px;
    font-weight:600;
}

.project-showcase p{
    color:#666;
    line-height:1.7;
}
/*==================================================
TESTIMONIALS CAROUSEL
==================================================*/

.testimonials{
    background:#f8f9fa;
}

.testimonial-box{
    max-width:800px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.1);
    text-align:center;
}

.testimonial-box p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    font-style:italic;
}

.testimonial-box h5{
    color:#003E7E;
    margin-top:20px;
    font-weight:700;
}

.stars i{
    color:#F7941D;
    font-size:22px;
    margin:0 3px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#003E7E;
    border-radius:50%;
    padding:20px;
}
/*========================================
BACK TO TOP BUTTON
========================================*/

#backToTop{

position:fixed;

bottom:30px;

right:30px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:#F7941D;

color:#fff;

font-size:22px;

display:none;

cursor:pointer;

z-index:9999;

transition:.3s;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

#backToTop:hover{

background:#003E7E;

transform:translateY(-5px);

}
/*========================================
LOADER
========================================*/

#loader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#ffffff;

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.loader-content{

text-align:center;

}

.loader-content img{

width:120px;

animation:spin 2s linear infinite;

}

@keyframes spin{

0%{transform:rotate(0deg);}

100%{transform:rotate(360deg);}

}
/*=========================
PAGE HERO
=========================*/

.page-hero{

background:linear-gradient(rgba(0,62,126,.85),rgba(0,62,126,.85)),
url("../images/hero/hero-1.jpg");

background-size:cover;

background-position:center;

padding:120px 0;

color:#fff;

text-align:center;

}

.page-hero h1{

font-size:55px;

font-weight:700;

margin-bottom:20px;

}

.page-hero p{

font-size:20px;

max-width:700px;

margin:auto;

}

.product-card{

border:none;

border-radius:18px;

overflow:hidden;

transition:.4s;

}

.product-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.product-card img{

height:250px;

object-fit:cover;

transition:.4s;

}

.product-card:hover img{

transform:scale(1.05);

}