body{
font-family:Arial;
margin:0;
padding:0;
}

.header-area{
background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
position:sticky;
top:0;
z-index:999;
}

.logo img{
height:55px;
}

.navbar-nav .nav-link{
color:#333;
font-weight:500;
margin-left:20px;
}

.navbar-nav .nav-link:hover{
color:#ffb400;
}

/* CONSULT BUTTON */

.consult-btn{
background:#ffb400;
padding:10px 20px;
border-radius:30px;
font-weight:600;
color:#000;
animation:pulse 2s infinite;
}

.consult-btn:hover{
background:#000;
color:#fff;
}

/* ANIMATION */

@keyframes pulse{

0%{
box-shadow:0 0 0 0 rgba(255,180,0,0.7);
}

70%{
box-shadow:0 0 0 15px rgba(255,180,0,0);
}

100%{
box-shadow:0 0 0 0 rgba(255,180,0,0);
}

}
.footer-area{
background:#111;
color:#fff;
padding:70px 0 30px;
}

.footer-box{
margin-bottom:30px;
}

.footer-area h4{
color:#ffc107;
margin-bottom:20px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#ccc;
text-decoration:none;
}

.footer-links a:hover{
color:#ffc107;
}

.social-icons a{
color:#fff;
margin-right:10px;
font-size:18px;
}

.map iframe{
width:100%;
height:150px;
border:0;
margin-top:10px;
}

.footer-bottom{
text-align:center;
border-top:1px solid rgba(255,255,255,0.1);
margin-top:40px;
padding-top:20px;
font-size:14px;
}

/* FLOAT BUTTONS */

.whatsapp-float{
position:fixed;
bottom:90px;
right:20px;
background:#25d366;
color:#fff;
font-size:22px;
padding:12px 16px;
border-radius:50%;
z-index:999;
}

.call-float{
position:fixed;
bottom:30px;
right:20px;
background:#007bff;
color:#fff;
font-size:22px;
padding:12px 16px;
border-radius:50%;
z-index:999;
}

/* SCROLL TOP */

#topBtn{
position:fixed;
right:20px;
bottom:150px;
background:#ffc107;
border:none;
padding:10px 15px;
cursor:pointer;
display:none;
}


.about-section{
padding:80px 0;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.why-card{
text-align:center;
padding:30px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}
.why-section{
padding:80px 0;
background:#f9f9f9;
}

.section-title{
text-align:center;
font-size:34px;
font-weight:700;
margin-bottom:50px;
}

.why-card{
background:#fff;
padding:35px 25px;
text-align:center;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.4s;
height:100%;
}

.why-icon{
width:70px;
height:70px;
background:#ffc107;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
font-size:28px;
color:#000;
}

.why-card h4{
font-size:20px;
margin-bottom:10px;
font-weight:600;
}

.why-card p{
font-size:14px;
color:#666;
}

.why-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.why-card:hover .why-icon{
background:#000;
color:#ffc107;
}
.service-card{
padding:30px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
margin-bottom:30px;
}

.gallery-img{
width:100%;
margin-bottom:20px;
}

.stats-section{
background:#111;
color:#fff;
padding:80px 0;
}

.seo-section{
padding:60px 0;
background:#f5f5f5;
}
.services-section{
padding:80px 0;
background:#f8f8f8;
}

.service-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
transition:0.4s;
margin-bottom:30px;
}

.service-img{
overflow:hidden;
}

.service-img img{
width:100%;
height:220px;
object-fit:cover;
transition:0.5s;
}

.service-content{
padding:25px;
text-align:center;
}

.service-content i{
font-size:30px;
color:#ffc107;
margin-bottom:10px;
}

.service-content h4{
margin-bottom:10px;
}

/* HOVER EFFECT */

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.service-card:hover img{
transform:scale(1.1);
}
.hero-section{
width:100%;
height:100vh;
}

.hero-slider{
width:100%;
height:100%;
}

.hero-slide{
width:100%;
height:100vh;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
position:relative;
}

.hero-slide::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
}

.hero-content{
position:relative;
color:#fff;
max-width:600px;
}

.hero-content h1{
font-size:48px;
font-weight:700;
}

.hero-content{
position:relative;
z-index:2;
color:#fff;
max-width:600px;
}

.hero-buttons{
margin-top:25px;
}

.hero-btn{
background:#ffc107;
color:#000;
padding:12px 28px;
border-radius:6px;
font-weight:600;
margin-right:10px;
display:inline-block;
}

.hero-btn:hover{
background:#e0a800;
color:#000;
}

.hero-btn2{
background:#25d366;
color:#fff;
padding:12px 28px;
border-radius:6px;
font-weight:600;
display:inline-block;
}

.hero-btn2:hover{
background:#1ebe5d;
color:#fff;
}
.about-section{
padding:90px 0;
background:#fff;
}

.about-image img{
border-radius:10px;
box-shadow:0 10px 40px rgba(0,0,0,0.15);
}

.about-content{
padding-left:30px;
}

.about-subtitle{
color:#ffc107;
font-weight:600;
margin-bottom:10px;
}

.about-content h2{
font-size:36px;
font-weight:700;
margin-bottom:20px;
}

.about-content p{
color:#666;
line-height:1.7;
}

.about-features{
margin-top:20px;
}

.feature-item{
margin-bottom:10px;
font-size:15px;
}

.feature-item i{
color:#25d366;
margin-right:8px;
}

.about-btn{
display:inline-block;
margin-top:20px;
background:#ffc107;
padding:12px 28px;
border-radius:6px;
font-weight:600;
color:#000;
}

.about-btn:hover{
background:#e0a800;
}

/* SERVICES DROPDOWN */

.dropdown-menu{
border-radius:8px;
border:none;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.dropdown-item{
padding:10px 18px;
font-size:15px;
}

.dropdown-item:hover{
background:#ffc107;
color:#000;
}

/* HOVER OPEN */

.navbar .dropdown:hover .dropdown-menu{
display:block;
margin-top:0;
}
.page-banner{
padding:120px 0;
background-size:cover;
background-position:center;
text-align:center;
color:#fff;
}

.page-banner h1{
font-size:48px;
font-weight:700;
}

.service-content{
padding:80px 0;
}

.service-img{
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.cta-section{
background:#111;
color:#fff;
padding:60px 0;
}
.contact-section{
padding:80px 0;
}

.contact-info{
background:#f8f8f8;
padding:30px;
border-radius:10px;
}

.contact-item{
margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:5px;
}

.contact-form button{
background:#ffc107;
border:none;
padding:12px 25px;
font-weight:600;
}

.whatsapp-btn{
display:inline-block;
background:#25d366;
color:#fff;
padding:10px 20px;
border-radius:5px;
}

.map-section iframe{
width:100%;
height:400px;
border:0;
}
.gallery-section{
padding:80px 0;
}

.gallery-item{
display:block;
overflow:hidden;
border-radius:10px;
margin-bottom:25px;
}

.gallery-item img{
width:100%;
height:250px;
object-fit:cover;
transition:0.4s;
}

.gallery-item:hover img{
transform:scale(1.1);
}