:root{

--primary:#0056A6;

--secondary:#008FD5;

--dark:#07233B;

--light:#f8f9fa;

--orange:#ff7b00;

}

*{

margin:0;

padding:0;

box-sizing:border-box;

font-family:Poppins,sans-serif;

}

body{

overflow-x:hidden;

background:#fff;

color:#222;

}

.hero{

height:100vh;

background:url('../images/hero.jpg') center center/cover;

position:relative;

}

.overlay{

background:rgba(0,0,0,.60);

height:100%;

display:flex;

align-items:center;

}

.hero h1{

font-size:60px;

color:white;

font-weight:700;

}

.hero p{

color:white;

font-size:20px;

margin:20px 0;

}

.btn-primary{

background:var(--primary);

border:none;

padding:15px 35px;

}

.btn-primary:hover{

background:var(--orange);

}

.btn-outline-light{

margin-left:10px;

padding:15px 35px;

}
/* NAVBAR */

.custom-navbar{

    transition:.4s;

    padding:18px 0;

    background:transparent;

}

.custom-navbar.scrolled{

    background:#07233B;

    box-shadow:0 10px 35px rgba(0,0,0,.15);

    padding:10px 0;

}

.navbar-brand img{

    transition:.4s;

}

.nav-link{

    color:#fff;

    font-weight:500;

    margin:0 12px;

    transition:.3s;

}

.nav-link:hover{

    color:#ff9c00;

}

.nav-link.active{

    color:#ff9c00;

}

.btn-warning{

    background:#ff9c00;

    border:none;

    color:#fff;

    font-weight:600;

}

.btn-warning:hover{

    background:#0056A6;

    color:#fff;

}

/* MEGA MENU */

.mega-menu{

    width:900px;

    left:50%;

    transform:translateX(-50%);

    border:none;

    border-radius:15px;

    padding:30px;

    box-shadow:0 15px 50px rgba(0,0,0,.15);

}

.mega-menu h6{

    color:#0056A6;

    margin-bottom:15px;

    font-weight:700;

}

.mega-menu a{

    display:block;

    color:#555;

    text-decoration:none;

    margin:10px 0;

}

.mega-menu a:hover{

    color:#0056A6;

}

/* OFFCANVAS */

.offcanvas{

    width:300px;

}

.offcanvas-body .nav-link{

    color:#333;

    font-size:18px;

    margin:12px 0;

}

/* ===========================
FOOTER
=========================== */

.footer{

background:#07233B;

padding:90px 0 30px;

color:#fff;

}

.footer p{

color:#d8d8d8;

line-height:1.8;

}

.footer h5{

font-weight:700;

margin-bottom:25px;

position:relative;

}

.footer h5::after{

content:'';

width:55px;

height:3px;

background:#ff9c00;

display:block;

margin-top:10px;

}

.footer ul{

padding:0;

list-style:none;

}

.footer ul li{

margin:14px 0;

}

.footer ul li a{

color:#d6d6d6;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#ff9c00;

padding-left:8px;

}

.contact-list li{

display:flex;

align-items:flex-start;

gap:12px;

}

.contact-list i{

color:#ff9c00;

margin-top:4px;

min-width:20px;

}

.social-icons{

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#0d3555;

color:#fff;

transition:.3s;

font-size:18px;

}

.social-icons a:hover{

background:#ff9c00;

transform:translateY(-5px);

}

.newsletter{

background:#0d3555;

padding:45px;

border-radius:18px;

margin-bottom:50px;

}

.newsletter h3{

font-weight:700;

}

.newsletter-form{

display:flex;

overflow:hidden;

border-radius:50px;

background:#fff;

}

.newsletter-form input{

flex:1;

padding:16px 22px;

border:none;

outline:none;

}

.newsletter-form button{

background:#ff9c00;

border:none;

padding:0 35px;

font-weight:600;

color:#fff;

transition:.3s;

}

.newsletter-form button:hover{

background:#0056A6;

}

.bottom-footer{

padding-top:20px;

font-size:15px;

}

.bottom-footer a{

color:#ddd;

text-decoration:none;

margin-left:15px;

}

.bottom-footer a:hover{

color:#ff9c00;

}

#backToTop{

position:fixed;

right:30px;

bottom:30px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:#0056A6;

color:#fff;

display:none;

cursor:pointer;

font-size:20px;

box-shadow:0 8px 25px rgba(0,0,0,.25);

transition:.3s;

z-index:9999;

}

#backToTop:hover{

background:#ff9c00;

transform:translateY(-5px);

}


/* ==========================
ABOUT SECTION
========================== */

.about-section{

padding:120px 0;

background:#fff;

}

.section-tag{

display:inline-block;

background:#eef5fb;

padding:10px 20px;

border-radius:50px;

font-weight:600;

color:#0056A6;

margin-bottom:20px;

}

.section-title{

font-size:46px;

font-weight:700;

color:#07233B;

line-height:1.2;

margin-bottom:25px;

}

.section-description{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

.about-images{

position:relative;

}

.main-image{

width:100%;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.small-image{

position:absolute;

width:260px;

right:-30px;

bottom:40px;

border:8px solid #fff;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.experience-box{

position:absolute;

left:-20px;

top:40px;

background:#0056A6;

color:#fff;

padding:25px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.experience-box h2{

font-size:52px;

margin:0;

font-weight:700;

}

.experience-box span{

font-size:15px;

display:block;

margin-top:5px;

}

.feature-item{

display:flex;

align-items:center;

gap:12px;

margin-bottom:18px;

font-weight:500;

color:#333;

}

.feature-item i{

color:#ff9c00;

font-size:20px;

}

.about-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-outline-primary{

border:2px solid #0056A6;

color:#0056A6;

}

.btn-outline-primary:hover{

background:#0056A6;

color:#fff;

}


/*=========================
SERVICES
==========================*/

.services-section{

padding:120px 0;

background:#f7f9fc;

}

.service-card{

background:#fff;

padding:40px 30px;

border-radius:20px;

transition:.35s;

height:100%;

box-shadow:0 10px 35px rgba(0,0,0,.05);

position:relative;

overflow:hidden;

}

.service-card::before{

content:"";

position:absolute;

left:0;

top:0;

height:5px;

width:0;

background:#ff9c00;

transition:.35s;

}

.service-card:hover::before{

width:100%;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.service-icon{

width:80px;

height:80px;

background:#eef5fb;

border-radius:20px;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#0056A6;

margin-bottom:25px;

transition:.35s;

}

.service-card:hover .service-icon{

background:#0056A6;

color:#fff;

transform:rotate(8deg);

}

.service-card h4{

font-size:22px;

font-weight:700;

margin-bottom:18px;

color:#07233B;

}

.service-card p{

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.service-card a{

text-decoration:none;

font-weight:600;

color:#0056A6;

}

.service-card a i{

margin-left:8px;

transition:.3s;

}

.service-card:hover a i{

margin-left:15px;

}

.services-cta{

background:#0056A6;

padding:80px 0;

color:#fff;

}

.services-cta h2{

font-size:42px;

font-weight:700;

margin-bottom:15px;

}

.services-cta p{

font-size:18px;

opacity:.9;

}


/* ==========================
WHY CHOOSE US
========================== */

.why-us{

background:#fff;

padding:120px 0;

}

.counter-box{

background:#07233B;

padding:40px;

text-align:center;

border-radius:18px;

color:#fff;

transition:.35s;

}

.counter-box:hover{

transform:translateY(-8px);

}

.counter-box i{

font-size:42px;

color:#ff9c00;

margin-bottom:20px;

}

.counter-box h2{

font-size:52px;

font-weight:700;

margin-bottom:10px;

}

.counter-box p{

margin:0;

color:#d7d7d7;

}

.why-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.35s;

height:100%;

text-align:center;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.why-card i{

font-size:46px;

color:#0056A6;

margin-bottom:20px;

}

.why-card h4{

font-weight:700;

margin-bottom:15px;

color:#07233B;

}

.timeline{

display:flex;

justify-content:space-between;

flex-wrap:wrap;

gap:15px;

margin-top:70px;

position:relative;

}

.timeline::before{

content:"";

position:absolute;

left:0;

right:0;

top:22px;

height:4px;

background:#d9e4f1;

z-index:0;

}

.timeline-item{

position:relative;

z-index:1;

background:#fff;

text-align:center;

font-weight:600;

color:#07233B;

}

.timeline-item::before{

content:"";

display:block;

width:45px;

height:45px;

border-radius:50%;

background:#0056A6;

border:5px solid #fff;

margin:0 auto 15px;

box-shadow:0 0 0 5px #d9e4f1;

}

/* ==========================
PROJECTS
========================== */

.projects-section{

padding:120px 0;

background:#f8fbff;

}

.portfolio-filter{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

}

.filter-btn{

border:none;

background:#fff;

padding:14px 28px;

border-radius:50px;

font-weight:600;

box-shadow:0 8px 25px rgba(0,0,0,.05);

transition:.35s;

}

.filter-btn.active,

.filter-btn:hover{

background:#0056A6;

color:#fff;

}

.project-card{

position:relative;

overflow:hidden;

border-radius:20px;

}

.project-card img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

}

.project-overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:linear-gradient(

180deg,

rgba(0,0,0,.15),

rgba(7,35,59,.92)

);

display:flex;

flex-direction:column;

justify-content:flex-end;

padding:30px;

opacity:0;

transition:.4s;

}

.project-card:hover img{

transform:scale(1.12);

}

.project-card:hover .project-overlay{

opacity:1;

}

.project-overlay span{

color:#ff9c00;

font-weight:600;

margin-bottom:10px;

}

.project-overlay h4{

color:#fff;

font-size:26px;

font-weight:700;

margin-bottom:20px;

}


/*=========================
TESTIMONIALS
=========================*/

.testimonials-section{

padding:120px 0;

background:#fff;

}

.testimonial-card{

max-width:850px;

margin:auto;

text-align:center;

padding:50px;

background:#fff;

border-radius:20px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.client-photo{

width:110px;

height:110px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

border:5px solid #eef5fb;

}

.stars{

font-size:24px;

color:#ffb400;

margin-bottom:20px;

}

.testimonial-card p{

font-size:19px;

line-height:1.9;

font-style:italic;

color:#555;

}

.testimonial-card h5{

margin-top:25px;

font-weight:700;

color:#07233B;

}

.partner-logo{

max-width:140px;

opacity:.7;

transition:.3s;

padding:20px;

}

.partner-logo:hover{

opacity:1;

transform:scale(1.05);

}

.consultation-box{

background:#0056A6;

padding:60px;

border-radius:20px;

color:#fff;

}

.consultation-box h2{

font-weight:700;

margin-bottom:15px;

}


/*==========================
BLOG
===========================*/

.blog-section{

padding:120px 0;

background:#f7f9fc;

}

.blog-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.blog-card:hover{

transform:translateY(-10px);

}

.blog-image{

position:relative;

overflow:hidden;

}

.blog-image img{

width:100%;

height:260px;

object-fit:cover;

transition:.4s;

}

.blog-card:hover img{

transform:scale(1.08);

}

.blog-category{

position:absolute;

top:20px;

left:20px;

background:#0056A6;

color:#fff;

padding:8px 18px;

border-radius:40px;

font-size:13px;

font-weight:600;

}

.blog-content{

padding:30px;

}

.blog-meta{

display:flex;

justify-content:space-between;

font-size:14px;

margin-bottom:20px;

color:#888;

}

.blog-content h3{

font-size:24px;

margin-bottom:20px;

font-weight:700;

color:#07233B;

}

.blog-content p{

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.blog-content a{

text-decoration:none;

font-weight:600;

color:#0056A6;

}

.featured-article{

background:linear-gradient(135deg,#0056A6,#07233B);

padding:70px;

border-radius:25px;

color:#fff;

}

.featured-article span{

color:#ff9c00;

font-weight:700;

letter-spacing:2px;

}

.featured-article h2{

margin:20px 0;

font-size:42px;

font-weight:700;

}

.newsletter-box{

background:#fff;

padding:50px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}



/*=========================
CONTACT SECTION
=========================*/

.contact-section{

padding:120px 0;

background:#fff;

}

.contact-form-card,
.contact-info-card{

background:#fff;

padding:45px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea{

padding:16px;

border-radius:12px;

border:1px solid #ddd;

}

.contact-form-card input:focus,
.contact-form-card textarea:focus,
.contact-form-card select:focus{

border-color:#0056A6;

box-shadow:none;

}

.info-item{

display:flex;

gap:18px;

margin-bottom:25px;

}

.info-item i{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#eef5fb;

font-size:22px;

color:#0056A6;

}

.info-item strong{

display:block;

margin-bottom:5px;

}

.emergency-banner{

background:#0056A6;

color:#fff;

padding:30px;

border-radius:18px;

margin-top:30px;

text-align:center;

}

.map-wrapper{

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.map-wrapper iframe{

width:100%;

height:450px;

border:0;

}


/*=========================
ABOUT PAGE HERO
=========================*/

.page-hero{

position:relative;

height:450px;

display:flex;

align-items:center;

overflow:hidden;

}

.page-banner{

position:absolute;

width:100%;

height:100%;

object-fit:cover;

z-index:-2;

}

.page-overlay{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(

90deg,

rgba(7,35,59,.92),

rgba(7,35,59,.65)

);

z-index:-1;

}

.page-content{

color:#fff;

}

.page-content h1{

font-size:58px;

font-weight:700;

margin-bottom:20px;

}

.breadcrumb{

background:none;

padding:0;

}

.breadcrumb a{

color:#fff;

text-decoration:none;

}

.breadcrumb-item.active{

color:#ff9c00;

}

/*=========================
COMPANY STORY
=========================*/

.company-story{

padding:120px 0;

background:#fff;

}

.story-images{

position:relative;

}

.main-photo{

width:100%;

border-radius:20px;

}

.small-photo{

position:absolute;

width:260px;

right:-20px;

bottom:40px;

border-radius:18px;

border:8px solid #fff;

}

.experience-badge{

position:absolute;

left:-20px;

top:40px;

background:#0056A6;

color:#fff;

padding:30px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.2);

}

.experience-badge h2{

font-size:48px;

margin:0;

font-weight:700;

}

.highlight-box{

display:flex;

align-items:center;

gap:15px;

padding:18px;

margin-bottom:20px;

background:#f8fbff;

border-radius:15px;

transition:.3s;

}

.highlight-box:hover{

background:#0056A6;

color:#fff;

transform:translateY(-5px);

}

.highlight-box i{

font-size:28px;

color:#ff9c00;

min-width:32px;

}



/*=========================
CEO SECTION
=========================*/

.ceo-section{

padding:120px 0;

background:#f8fbff;

}

.signature-box{

margin-top:25px;

padding:20px;

background:#0056A6;

color:#fff;

border-radius:15px;

text-align:center;

}

.signature-box h4{

margin-bottom:5px;

font-weight:700;

}

blockquote{

margin-top:30px;

padding:25px;

border-left:5px solid #ff9c00;

background:#fff;

font-size:20px;

font-style:italic;

border-radius:10px;

}

/*=========================
MISSION
=========================*/

.mission-section{

padding:120px 0;

background:#fff;

}

.mission-card{

background:#fff;

padding:45px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.mission-card:hover{

transform:translateY(-10px);

}

.mission-icon{

width:90px;

height:90px;

background:#eef5fb;

border-radius:50%;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

color:#0056A6;

margin-bottom:25px;

}

.values-list{

list-style:none;

padding:0;

margin-top:25px;

}

.values-list li{

padding:10px 0;

border-bottom:1px solid #eee;

}

/*=========================
TRUST
=========================*/

.trust-section{

padding:120px 0;

background:#f8fbff;

}

.trust-item{

display:flex;

gap:20px;

margin-top:30px;

}

.trust-item i{

font-size:28px;

color:#28a745;

margin-top:6px;

}

.trust-item h5{

font-weight:700;

margin-bottom:8px;

}

.services-hero{
height:520px;
background:url("../images/services/services-banner.jpg") center/cover no-repeat;
position:relative;
display:flex;
align-items:center;
color:#fff;
}

.services-hero .overlay{
position:absolute;
inset:0;
background:linear-gradient(rgba(7,35,59,.85),rgba(7,35,59,.75));
}

.hero-content{
position:relative;
z-index:2;
max-width:760px;
}

.services-intro,
.services-grid{
padding:110px 0;
}

.feature-box{
padding:15px;
margin-bottom:15px;
border-radius:12px;
background:#f8f9fa;
font-weight:600;
}

.feature-box i{
color:#0d6efd;
margin-right:10px;
}

.service-card{
padding:40px 30px;
background:#fff;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.35s;
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-icon{
width:85px;
height:85px;
display:flex;
align-items:center;
justify-content:center;
border-radius:20px;
background:#eef5fb;
font-size:34px;
color:#0056A6;
margin-bottom:25px;
}

.services-cta{
padding:90px 0;
background:#07233B;
color:#fff;
}

/*====================================
DETAILED SERVICES
====================================*/

.service-details-section{

padding:120px 0;

background:#fff;

}

.service-row{

margin-bottom:110px;

}

.service-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin-top:30px;

}

.feature-item{

background:#f8fbff;

padding:14px 18px;

border-radius:12px;

font-weight:600;

transition:.3s;

}

.feature-item:hover{

background:#0056A6;

color:#fff;

}

.feature-item i{

color:#28a745;

margin-right:10px;

}

.feature-item:hover i{

color:#fff;

}

.benefits-section{

padding:120px 0;

background:#f7f9fc;

}

.benefit-card{

padding:40px 30px;

background:#fff;

text-align:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.benefit-card:hover{

transform:translateY(-10px);

}

.benefit-card i{

font-size:48px;

color:#ff9c00;

margin-bottom:20px;

}


/*====================================
PROCESS
====================================*/

.process-section,
.industries-section,
.stats-section,
.brands-section,
.testimonials-section{

padding:120px 0;

}

.process-card{

background:#fff;

padding:35px 20px;

border-radius:18px;

text-align:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

position:relative;

transition:.35s;

height:100%;

}

.process-card:hover{

transform:translateY(-10px);

}

.process-number{

position:absolute;

top:-18px;

left:50%;

transform:translateX(-50%);

width:40px;

height:40px;

background:#ff9c00;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-weight:700;

}

.process-card i{

font-size:42px;

color:#0056A6;

margin:25px 0 20px;

}

.industry-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:30px;

}

.industry-grid div{

background:#f8fbff;

padding:18px;

border-radius:12px;

font-weight:600;

}

.industry-grid i{

color:#0056A6;

margin-right:10px;

}

.stats-section{

background:#07233B;

color:#fff;

}

.stat-box h2{

font-size:56px;

font-weight:700;

color:#ff9c00;

}

.brand-logos{

display:flex;

justify-content:center;

align-items:center;

gap:50px;

flex-wrap:wrap;

}

.brand-logos img{

max-width:130px;

opacity:.75;

transition:.3s;

}

.brand-logos img:hover{

opacity:1;

transform:scale(1.05);

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

height:100%;

}

.testimonial-card p{

font-style:italic;

margin-bottom:25px;

}


/*====================================
FAQ
====================================*/

.faq-section{

padding:120px 0;

background:#fff;

}

.accordion-button{

font-weight:600;

font-size:18px;

}

.accordion-button:not(.collapsed){

background:#0056A6;

color:#fff;

}

/*====================================
MAINTENANCE
====================================*/

.maintenance-section{

padding:120px 0;

background:#f8fbff;

}

.maintenance-list{

list-style:none;

padding:0;

margin-top:25px;

}

.maintenance-list li{

padding:12px 0;

font-size:17px;

}

.maintenance-list li::before{

content:"✔";

color:#28a745;

margin-right:12px;

}

/*====================================
EMERGENCY
====================================*/

.emergency-banner{

padding:80px 0;

background:#dc3545;

color:#fff;

}

.emergency-banner h2{

font-size:42px;

font-weight:700;

}

/*====================================
FINAL CTA
====================================*/

.final-cta{

padding:120px 0;

background:linear-gradient(135deg,#0056A6,#07233B);

color:#fff;

}

.final-cta h2{

font-size:48px;

font-weight:700;

margin-bottom:20px;

}

.final-cta p{

max-width:760px;

margin:0 auto;

font-size:18px;

line-height:1.8;

}




<style>
    /* =====================================
PREMIUM HERO SLIDER
===================================== */

.hero-slider{

position:relative;

height:100vh;

overflow:hidden;

}

.hero-image{

height:100vh;

object-fit:cover;

animation:kenburns 12s ease infinite;

}

.hero-overlay{

position:absolute;

inset:0;

background:linear-gradient(

rgba(7,35,59,.80),

rgba(7,35,59,.55)

);

}

.carousel-caption{

bottom:50%;

transform:translateY(50%);

text-align:left;

max-width:700px;

left:10%;

right:auto;

z-index:5;

}

.hero-tag{

display:inline-block;

padding:8px 18px;

background:#ff9c00;

color:#fff;

border-radius:30px;

font-weight:600;

margin-bottom:25px;

}

.carousel-caption h1{

font-size:68px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

animation:fadeUp 1s;

}

.carousel-caption p{

font-size:22px;

line-height:1.8;

margin-bottom:35px;

animation:fadeUp 1.3s;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

animation:fadeUp 1.6s;

}

.carousel-indicators button{

width:14px;

height:14px;

border-radius:50%;

background:#fff;

}

.carousel-control-prev,

.carousel-control-next{

width:80px;

}

.scroll-indicator{

position:absolute;

bottom:30px;

left:50%;

transform:translateX(-50%);

z-index:10;

}

.scroll-indicator span{

display:block;

width:30px;

height:50px;

border:2px solid #fff;

border-radius:25px;

position:relative;

}

.scroll-indicator span::before{

content:"";

position:absolute;

left:50%;

top:8px;

width:6px;

height:6px;

background:#fff;

border-radius:50%;

transform:translateX(-50%);

animation:scroll 2s infinite;

}

/* Animations */

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

@keyframes kenburns{

0%{

transform:scale(1);

}

100%{

transform:scale(1.12);

}

}

@keyframes scroll{

0%{

opacity:1;

top:8px;

}

100%{

opacity:0;

top:30px;

}

}




    @media(max-width:991px){

.carousel-caption{

left:7%;

right:7%;

bottom:45%;

}

.carousel-caption h1{

font-size:42px;

}

.carousel-caption p{

font-size:18px;

}

.hero-image{

height:90vh;

}

}

@media(max-width:576px){

.carousel-caption h1{

font-size:30px;

}

.hero-buttons{

flex-direction:column;

}

.hero-buttons .btn{

width:100%;

}

}



.counter{

font-size:58px;

font-weight:800;

color:#ff9800;

}

.counter-box{

text-align:center;

padding:30px;

}





.contact-card{

background:#fff;

padding:40px;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

transition:.35s;

}

.contact-card:hover{

transform:translateY(-10px);

}

.emergency-card{

background:#ff9800;

color:#fff;

text-align:center;

}

.emergency-card .icon{

font-size:60px;

margin-bottom:25px;

}

.contact-list{

list-style:none;

padding:0;

margin:0;

}

.contact-list li{

margin-bottom:20px;

display:flex;

gap:15px;

align-items:flex-start;

}

.contact-list i{

color:#ff9800;

width:25px;

}

.feature-item{

margin-bottom:18px;

font-weight:500;

}

.feature-item i{

color:#28a745;

margin-right:10px;

}

.stat-box{

background:#fff;

padding:40px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.stat-box h2{

font-size:60px;

color:#ff9800;

font-weight:800;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.stars{

color:#ffc107;

font-size:22px;

margin-bottom:20px;

}



/*==================================
WHATSAPP FLOAT BUTTON
==================================*/

.whatsapp-float{

position:fixed;

right:30px;

bottom:30px;

width:70px;

height:70px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:38px;

text-decoration:none;

z-index:99999;

box-shadow:0 15px 40px rgba(37,211,102,.45);

animation:whatsappPulse 2s infinite;

transition:.35s;

}

.whatsapp-float:hover{

transform:translateY(-8px) scale(1.08);

color:#fff;

}

.notification-dot{

position:absolute;

top:8px;

right:8px;

width:14px;

height:14px;

background:#ff3b30;

border-radius:50%;

border:3px solid #fff;

animation:blink 1.5s infinite;

}

.whatsapp-tooltip{

position:absolute;

right:85px;

background:#07233B;

color:#fff;

padding:12px 18px;

border-radius:12px;

white-space:nowrap;

opacity:0;

visibility:hidden;

transition:.3s;

font-size:15px;

font-weight:600;

box-shadow:0 10px 30px rgba(0,0,0,.2);

}

.whatsapp-tooltip small{

display:block;

font-size:12px;

font-weight:400;

opacity:.8;

margin-top:3px;

}

.whatsapp-float:hover .whatsapp-tooltip{

opacity:1;

visibility:visible;

}

@keyframes whatsappPulse{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.7);

}

70%{

box-shadow:0 0 0 25px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}

@keyframes blink{

50%{

opacity:.4;

}

}

@media(max-width:768px){

.whatsapp-float{

width:60px;

height:60px;

font-size:32px;

right:20px;

bottom:20px;

}

.whatsapp-tooltip{

display:none;

}

}

/*=====================================
HEADER ACTIONS
=====================================*/

.header-actions{

display:flex;

align-items:center;

margin-left:25px;

}

/*=====================================
CALL NOW BUTTON
=====================================*/

.call-now-btn{

display:flex;

align-items:center;

gap:14px;

background:#FF9800;

color:#fff;

padding:12px 22px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.35s;

box-shadow:0 10px 25px rgba(255,152,0,.35);

white-space:nowrap;

}

.call-now-btn:hover{

background:#e68900;

color:#fff;

transform:translateY(-3px);

box-shadow:0 18px 35px rgba(255,152,0,.45);

}

.call-now-btn i{

width:48px;

height:48px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.18);

font-size:18px;

animation:ring 1.8s infinite;

}

.call-now-btn small{

display:block;

font-size:11px;

opacity:.9;

line-height:1;

}

.call-now-btn strong{

display:block;

font-size:16px;

line-height:1.2;

font-weight:700;

}

/* Phone Ring Animation */

@keyframes ring{

0%{transform:rotate(0deg);}

5%{transform:rotate(-18deg);}

10%{transform:rotate(18deg);}

15%{transform:rotate(-18deg);}

20%{transform:rotate(18deg);}

25%{transform:rotate(0deg);}

100%{transform:rotate(0deg);}

}


