
:root{
--orange:#ff6b00;
--navy:#111827;
--navy2:#1f2937;
--light:#f8f9fa;
}

.footer-contact p{

display:flex;

align-items:flex-start;

gap:12px;

margin-bottom:15px;

line-height:1.7;

}

.footer-contact i{

color:#ff6b00;

margin-top:5px;

min-width:18px;

}

.footer-contact a{

color:#d1d5db;

text-decoration:none;

transition:.3s;

}

.footer-contact a:hover{

color:#ff6b00;

}

/* =========================
   MANUFACTURING SECTION
========================= */

.manufacturing-section{

padding:100px 0;

background:#ffffff;

}

.manufacturing-section img{

width:100%;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.4s;

}

.manufacturing-section img:hover{

transform:translateY(-5px);

}

.feature-list{

list-style:none;

padding:0;

margin-top:25px;

}

.feature-list li{

position:relative;

padding-left:35px;

margin-bottom:15px;

font-size:16px;

font-weight:500;

color:#4b5563;

}

.feature-list li:before{

content:"✓";

position:absolute;

left:0;

top:0;

width:24px;

height:24px;

background:#ff6b00;

color:#fff;

border-radius:50%;

font-size:13px;

display:flex;

align-items:center;

justify-content:center;

}

/* =========================
   INDUSTRIES SECTION
========================= */

.industries-section{

padding:100px 0;

background:#f8fafc;

}

.industry-card{

background:#fff;

padding:40px 20px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.06);

transition:.35s;

}

.industry-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.10);

}

.industry-card i{

font-size:48px;

color:#ff6b00;

margin-bottom:20px;

}

.industry-card h4{

font-size:22px;

font-weight:700;

margin:0;

color:#111827;

}

/* =========================
   STRENGTH SECTION
========================= */

.strength-section{

padding:100px 0;

background:#ffffff;

}

.strength-box{

background:linear-gradient(
135deg,
#0f172a,
#1e293b
);

padding:50px 30px;

border-radius:25px;

text-align:center;

height:100%;

box-shadow:0 20px 50px rgba(0,0,0,.12);

transition:.35s;

}

.strength-box:hover{

transform:translateY(-8px);

}

.strength-box h3{

font-size:60px;

font-weight:800;

color:#ff6b00;

margin-bottom:15px;

line-height:1;

}

.strength-box p{

font-size:18px;

font-weight:600;

color:#ffffff;

margin:0;

}

/* =========================
   COMMON SECTION STYLES
========================= */

.section-tag{

display:inline-block;

padding:10px 20px;

background:rgba(255,107,0,.10);

color:#ff6b00;

font-size:13px;

font-weight:700;

letter-spacing:1px;

border-radius:50px;

margin-bottom:20px;

text-transform:uppercase;

}

.section-title{

font-size:52px;

font-weight:800;

line-height:1.2;

margin-bottom:20px;

color:#111827;

}

.section-title span{

display:block;

color:#ff6b00;

}

.section-subtitle{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#6b7280;

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

.manufacturing-section,
.industries-section,
.strength-section{

padding:70px 0;

}

.section-title{

font-size:38px;

}

.strength-box h3{

font-size:48px;

}

}

@media(max-width:768px){

.section-title{

font-size:32px;

}

.industry-card{

padding:30px 15px;

}

.industry-card i{

font-size:40px;

}

.strength-box{

padding:35px 20px;

}

.strength-box h3{

font-size:42px;

}

}


/* =========================
   CONTACT PAGE
========================= */

.contact-page-section{

padding:100px 0;

background:#f8fafc;

}

.contact-title{

font-size:52px;

font-weight:800;

line-height:1.2;

margin-bottom:20px;

color:#111827;

}

.contact-title span{

display:block;

color:#ff6b00;

}

.contact-intro{

font-size:17px;

line-height:1.9;

color:#6b7280;

margin-bottom:25px;

}

.contact-side-image{

width:100%;

border-radius:20px;

margin-bottom:30px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.contact-info-box{

display:flex;

flex-direction:column;

gap:20px;

margin-bottom:30px;

}

.contact-info-item{

display:flex;

align-items:center;

gap:15px;

background:#fff;

padding:18px;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.contact-icon{

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

background:#ff6b00;

color:#fff;

font-size:20px;

border-radius:50%;

flex-shrink:0;

}

.contact-content h5{

margin:0 0 5px;

font-size:18px;

font-weight:700;

}

.contact-content a{

color:#111827;

text-decoration:none;

}

.contact-content p{

margin:0;

color:#6b7280;

}

.contact-whatsapp-btn{

display:inline-flex;

align-items:center;

padding:14px 30px;

background:#25D366;

color:#fff;

text-decoration:none;

font-weight:700;

border-radius:50px;

transition:.3s;

}

.contact-whatsapp-btn:hover{

background:#1fb958;

color:#fff;

transform:translateY(-3px);

}

.contact-form-box{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.form-title{

font-size:38px;

font-weight:700;

margin-bottom:30px;

color:#111827;

}

.contact-form-box .form-control{

height:58px;

border-radius:12px;

border:1px solid #d1d5db;

font-size:15px;

}

.contact-form-box textarea.form-control{

height:auto;

padding-top:15px;

}

.contact-form-box .form-control:focus{

border-color:#ff6b00;

box-shadow:0 0 0 .2rem rgba(255,107,0,.15);

}

.btn-submit{

width:100%;

height:58px;

border:none;

background:#ff6b00;

color:#fff;

font-weight:700;

font-size:17px;

border-radius:12px;

transition:.3s;

}

.btn-submit:hover{

background:#e65f00;

}

@media(max-width:991px){

.contact-title{

font-size:38px;

}

.contact-form-box{

padding:30px;

}

}


.btn-product{

display:inline-flex;

align-items:center;

gap:8px;

padding:14px 30px;

background:#25D366;

color:#fff;

text-decoration:none;

font-weight:700;

border-radius:50px;

transition:.3s;

}

.btn-product:hover{

background:#1fb958;

color:#fff;

transform:translateY(-3px);

}


/* =========================
   APPLICATIONS
========================= */

.applications-section{

background:#f8f9fa;

}

.app-card{

background:#fff;

padding:35px 25px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.06);

transition:.3s;

}

.app-card:hover{

transform:translateY(-8px);

}

.app-card i{

font-size:45px;

color:#ff6b00;

margin-bottom:20px;

}

.app-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.app-card p{

margin:0;

color:#6b7280;

line-height:1.8;

}

.product-images-wrapper{
display:flex;
flex-direction:column;
}

.product-image-box{
background:#fff;
padding:15px;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
overflow:hidden;
}

.product-main-image{
width:100%;
height:260px;
object-fit:cover;
border-radius:15px;
transition:.4s;
}

.product-image-box:hover .product-main-image{
transform:scale(1.03);
}

.wpg-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:12px;
}

.wpg-grid span{
background:#fff3e8;
border:1px solid #ffd3b3;
padding:12px;
text-align:center;
font-weight:600;
border-radius:10px;
color:#ff6b00;
transition:.3s;
}

.wpg-grid span:hover{
background:#ff6b00;
color:#fff;
}

@media(max-width:991px){

.product-main-image{
height:auto;
}

}

@media(max-width:768px){

.wpg-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* =========================
   WHY CHOOSE US
========================= */

.why-section{

background:#f8f9fa;

}

.why-box{

background:#fff;

padding:35px 25px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:
0 10px 30px rgba(0,0,0,.06);

transition:.3s;

}

.why-box:hover{

transform:translateY(-8px);

}

.why-box i{

font-size:42px;

color:#ff6b00;

margin-bottom:20px;

}

.why-box h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.why-box p{

color:#6b7280;

line-height:1.8;

margin:0;

}

.about-img{

width:100%;

border-radius:20px;

box-shadow:
0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.about-img:hover{

transform:translateY(-5px);

}

.about-text{

font-size:16px;

line-height:1.9;

color:#6b7280;

margin-bottom:18px;

}

/* =========================
   BREADCRUMB
========================= */

.breadcrumb-section{

background:#f8f9fa;

padding:15px 0;

border-bottom:1px solid #e5e7eb;

}

.breadcrumb{

margin:0;

}

.breadcrumb-item{

font-size:15px;

font-weight:500;

}

.breadcrumb-item a{

color:#6b7280;

text-decoration:none;

transition:.3s;

}

.breadcrumb-item a:hover{

color:#ff6b00;

}

.breadcrumb-item.active{

color:#ff6b00;

font-weight:600;

}

.breadcrumb-item + .breadcrumb-item::before{

content:"›";

font-size:16px;

color:#9ca3af;

}



/* =========================
   WHATSAPP FLOAT
========================= */

.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

z-index:9999;

display:flex;

align-items:center;

gap:10px;

background:#25D366;

color:#fff;

padding:14px 22px;

border-radius:50px;

text-decoration:none;

font-weight:700;

font-size:15px;

box-shadow:
0 10px 30px rgba(37,211,102,.35);

transition:.3s;

animation:whatsappPulse 2s infinite;

}

.whatsapp-float:hover{

background:#20ba5a;

color:#fff;

transform:translateY(-3px);

}

.whatsapp-float i{

font-size:28px;

}

@keyframes whatsappPulse{

0%{
box-shadow:
0 0 0 0 rgba(37,211,102,.5);
}

70%{
box-shadow:
0 0 0 15px rgba(37,211,102,0);
}

100%{
box-shadow:
0 0 0 0 rgba(37,211,102,0);
}

}

@media(max-width:768px){

.whatsapp-float{

bottom:20px;

right:15px;

padding:12px 18px;

}

.whatsapp-float span{

display:none;

}

.whatsapp-float i{

font-size:30px;

}

}


body{
font-family:'Segoe UI',sans-serif;
overflow-x:hidden;
}

.product-images-wrapper{
display:flex;
flex-direction:column;
}

.product-image-box{

background:#fff;

padding:15px;

border-radius:25px;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

overflow:hidden;

}

.product-main-image{

width:100%;

height:280px;

object-fit:cover;

border-radius:15px;

transition:.4s;

}

.product-image-box:hover .product-main-image{

transform:scale(1.03);

}


/* =========================
   FAQ SECTION
========================= */

.faq-section{

padding:100px 0;

background:#f8fafc;

}

.faq-title{

font-size:48px;

font-weight:800;

color:#111827;

margin-bottom:15px;

}

.faq-subtitle{

max-width:700px;

margin:auto;

color:#6b7280;

}

.accordion-item{

border:none;

margin-bottom:15px;

border-radius:15px !important;

overflow:hidden;

box-shadow:
0 8px 25px rgba(0,0,0,.05);

}

.accordion-button{

font-weight:700;

padding:20px;

}

.accordion-button:not(.collapsed){

background:#ff6b00;

color:#fff;

}

.accordion-button:focus{

box-shadow:none;

}

.accordion-body{

line-height:1.8;

color:#4b5563;

}


/* =========================
   SEO CONTENT SECTION
========================= */

.seo-section{

padding:100px 0;

background:#ffffff;

}

.seo-content{

background:#fff;

padding:50px;

border-radius:25px;

box-shadow:
0 15px 40px rgba(0,0,0,.05);

}

.seo-title{

font-size:48px;

font-weight:800;

color:#111827;

margin-bottom:25px;

}

.seo-content h3{

font-size:28px;

font-weight:700;

margin-top:35px;

margin-bottom:20px;

color:#111827;

}

.seo-content p{

font-size:17px;

line-height:1.9;

color:#4b5563;

margin-bottom:20px;

}

.seo-list{

padding-left:20px;

}

.seo-list li{

margin-bottom:10px;

font-size:16px;

color:#4b5563;

}

@media(max-width:991px){

.seo-section{

padding:70px 0;

}

.seo-content{

padding:30px;

}

.seo-title{

font-size:34px;

}

}


.contact-form-box{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:
0 20px 50px rgba(0,0,0,.12);

}

.contact-form-box .form-control{

height:55px;

border-radius:12px;

border:1px solid #d1d5db;

font-size:15px;

}

.contact-form-box .form-control:focus{

border-color:#ff6b00;

box-shadow:
0 0 0 .2rem rgba(255,107,0,.15);

}

.contact-form-box textarea{

height:auto !important;

padding-top:15px;

}

.g-recaptcha{

transform-origin:left top;

}

.btn-submit{

width:100%;

height:55px;

border:none;

border-radius:12px;

background:#ff6b00;

color:#fff;

font-weight:700;

font-size:16px;

transition:.3s;

}

.btn-submit:hover{

background:#e55f00;

transform:translateY(-2px);

}


.footer-contact p{
margin-bottom:15px;
color:#9ca3af;
}

.footer-contact a{
color:#9ca3af;
text-decoration:none;
transition:.3s;
}

.footer-contact a:hover{
color:#ff6b00;
}

.footer-contact i{
width:22px;
color:#ff6b00;
margin-right:10px;
}

.footer-bottom{
font-size:14px;
color:#9ca3af;
}

.footer-bottom p{
margin:0;
}


/* =========================
   FOOTER
========================= */

.footer-section{

background:#0b1120;

color:#ffffff;

padding:80px 0 25px;

}

.footer-logo{

height:70px;

margin-bottom:20px;

}

.footer-title{

font-size:28px;

font-weight:700;

margin-bottom:15px;

}

.footer-about{

color:#9ca3af;

line-height:1.9;

}

.footer-heading{

font-size:20px;

font-weight:700;

margin-bottom:25px;

position:relative;

}

.footer-heading::after{

content:"";

position:absolute;

left:0;
bottom:-10px;

width:50px;
height:3px;

background:#ff6b00;

border-radius:10px;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

color:#9ca3af;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#ff6b00;

padding-left:5px;

}

.footer-contact p{

color:#9ca3af;

margin-bottom:15px;

}

.footer-contact i{

color:#ff6b00;

margin-right:10px;

width:20px;

}

.footer-social{

margin-top:20px;

display:flex;

gap:10px;

}

.footer-social a{

width:42px;
height:42px;

background:#111827;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

color:#fff;

transition:.3s;

}

.footer-social a:hover{

background:#ff6b00;

transform:translateY(-3px);

}

.footer-divider{

margin:40px 0 20px;

border-color:rgba(255,255,255,.08);

}

.footer-bottom{

color:#9ca3af;

font-size:14px;

}

@media(max-width:991px){

.footer-section{

text-align:center;

}

.footer-heading::after{

left:50%;
transform:translateX(-50%);

}

.footer-social{

justify-content:center;

}

}


/* =========================
   CONTACT CTA SECTION
========================= */

.contact-cta-section{

padding:100px 0;

background:
linear-gradient(
135deg,
#111827,
#1f2937
);

color:#fff;

}

.cta-badge{

display:inline-block;

padding:10px 18px;

background:rgba(255,107,0,.15);

border:1px solid rgba(255,107,0,.30);

border-radius:50px;

color:#ffb380;

font-size:13px;

font-weight:700;

margin-bottom:20px;

}

.cta-title{

font-size:58px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

}

.cta-title span{

display:block;

color:#ff6b00;

}

.cta-text{

font-size:17px;

line-height:1.9;

color:#d1d5db;

margin-bottom:30px;

}

.contact-item{

display:flex;

align-items:center;

gap:15px;

margin-bottom:18px;

font-size:17px;

}

.contact-item i{

width:45px;
height:45px;

background:#ff6b00;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

}

.contact-form-box{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:
0 20px 50px rgba(0,0,0,.15);

}

.contact-form-box .form-control{

height:55px;

border-radius:12px;

}

.contact-form-box textarea{

height:auto !important;

}

.btn-submit{

width:100%;

height:55px;

border:none;

border-radius:12px;

background:#ff6b00;

color:#fff;

font-weight:700;

transition:.3s;

}

.btn-submit:hover{

background:#e55f00;

}

@media(max-width:991px){

.contact-cta-section{

padding:70px 0;

}

.cta-title{

font-size:40px;

}

.contact-form-box{

margin-top:30px;

}

}


/* =========================
   WHY CHOOSE US
========================= */

.why-section{

padding:100px 0;

background:#ffffff;

}

.why-title{

font-size:54px;

font-weight:800;

color:#111827;

margin-bottom:15px;

}

.why-title span{

display:block;

color:#ff6b00;

}

.why-subtitle{

max-width:750px;

margin:auto;

font-size:17px;

color:#6b7280;

}

.why-card{

background:#fff;

padding:35px 30px;

height:100%;

text-align:center;

border-radius:25px;

border:1px solid #edf0f5;

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:
0 20px 50px rgba(0,0,0,.08);

}

.why-icon{

width:90px;
height:90px;

margin:auto auto 20px;

background:#fff3e8;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:38px;

color:#ff6b00;

}

.why-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#111827;

}

.why-card p{

color:#6b7280;

margin:0;

line-height:1.8;

}

@media(max-width:991px){

.why-section{

padding:70px 0;

}

.why-title{

font-size:38px;

}

}


/* =========================
   PRODUCT SECTION
========================= */

.product-section{

padding:100px 0;

background:#f8fafc;

}

.product-title{

font-size:54px;

font-weight:800;

color:#111827;

margin-bottom:15px;

}

.product-title span{

display:block;

color:#ff6b00;

}

.product-subtitle{

max-width:750px;

margin:auto;

font-size:17px;

color:#6b7280;

}

.product-image-box{

background:#fff;

padding:20px;

border-radius:25px;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

}

.product-main-image{

width:100%;

border-radius:20px;

}

.product-heading{

font-size:36px;

font-weight:700;

color:#111827;

margin-bottom:20px;

}

.product-desc{

font-size:17px;

line-height:1.9;

color:#6b7280;

margin-bottom:15px;

}

/* TABLE */

.product-table{

margin-top:25px;

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:
0 10px 30px rgba(0,0,0,.05);

}

.product-table thead{

background:#ff6b00;

color:#fff;

}

.product-table th{

padding:15px;

font-weight:700;

border:none;

}

.product-table td{

padding:15px;

vertical-align:middle;

}

/* BUTTON */

.btn-product{

display:inline-block;

padding:14px 30px;

background:#ff6b00;

color:#fff;

text-decoration:none;

font-weight:700;

border-radius:50px;

transition:.3s;

}

.btn-product:hover{

background:#e55f00;

color:#fff;

transform:translateY(-3px);

}

@media(max-width:991px){

.product-section{

padding:70px 0;

}

.product-title{

font-size:38px;

}

.product-heading{

font-size:30px;

}

}

/* =========================
   ABOUT SECTION
========================= */

.about-section{

padding:100px 0;
background:#ffffff;

}

/* IMAGE SIDE */

.about-image-box{

position:relative;

}

.about-image{

width:100%;
height:500px;

object-fit:cover;

border-radius:25px;

box-shadow:
0 20px 50px rgba(0,0,0,.12);

}

/* EXPERIENCE BOX */

.experience-box{

position:absolute;

right:-20px;
bottom:30px;

background:#ff6b00;

padding:25px 35px;

border-radius:20px;

text-align:center;

color:#fff;

box-shadow:
0 15px 35px rgba(255,107,0,.35);

}

.experience-box h3{

font-size:52px;
font-weight:800;

line-height:1;

margin:0;

}

.experience-box span{

font-size:14px;
font-weight:600;

}

/* CONTENT SIDE */

.about-content{

padding-left:20px;

}

.section-tag{

display:inline-block;

padding:10px 18px;

background:#fff3e8;

color:#ff6b00;

font-size:13px;
font-weight:700;

letter-spacing:1px;

border-radius:50px;

margin-bottom:20px;

}

.about-title{

font-size:54px;

font-weight:800;

line-height:1.1;

color:#111827;

margin-bottom:25px;

}

.about-title span{

display:block;

color:#ff6b00;

}

.about-desc{

font-size:17px;

line-height:1.9;

color:#6b7280;

margin-bottom:15px;

}

/* FEATURES */

.about-feature{

display:flex;

align-items:center;

gap:10px;

font-size:16px;

font-weight:600;

color:#111827;

margin-bottom:18px;

}

.about-feature i{

color:#ff6b00;

font-size:18px;

}

/* BUTTON */

.btn-about{

display:inline-flex;

align-items:center;

background:#ff6b00;

color:#fff;

padding:14px 32px;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.btn-about:hover{

background:#e55f00;

color:#fff;

transform:translateY(-3px);

}

/* MOBILE */

@media(max-width:991px){

.about-section{

padding:70px 0;

}

.about-content{

padding-left:0;
margin-top:20px;

}

.about-title{

font-size:38px;

}

.about-image{

height:auto;

}

.experience-box{

right:10px;
bottom:10px;

padding:18px 25px;

}

.experience-box h3{

font-size:36px;

}

}


/* ===========================
   PREMIUM INDUSTRIAL NAVBAR
=========================== */

.navbar{
position:fixed;
top:0;
left:0;
right:0;
width:100%;
z-index:9999;

padding:12px 0;

background:rgba(15,23,42,.70);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);

border-bottom:1px solid rgba(255,255,255,.08);

transition:all .35s ease;
}

.navbar.scrolled{
background:rgba(255,255,255,.96);
backdrop-filter:blur(20px);

box-shadow:
0 5px 30px rgba(0,0,0,.08);
}

/* CONTAINER */

.navbar .container-fluid{
padding-left:40px;
padding-right:40px;
}

/* LOGO */

.navbar-brand{
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
}

.navbar-brand img{
height:65px;
width:auto;
transition:.3s;
}

.navbar-brand:hover img{
transform:scale(1.05);
}

.logo-text{
line-height:1.1;
}

.logo-title{
font-size:28px;
font-weight:800;
letter-spacing:.5px;
color:#fff;
margin-bottom:3px;
transition:.3s;
}

.logo-tagline{
font-size:12px;
font-weight:500;
letter-spacing:.5px;
color:rgba(255,255,255,.75);
transition:.3s;
}

/* SCROLLED COLORS */

.navbar.scrolled .logo-title{
color:#111827;
}

.navbar.scrolled .logo-tagline{
color:#6b7280;
}

/* MENU */

.navbar-nav{
gap:10px;
}

.nav-link{
position:relative;

font-size:14px;
font-weight:700;

letter-spacing:1px;
text-transform:uppercase;

padding:10px 15px !important;

color:#fff !important;

transition:.3s;
}

.navbar.scrolled .nav-link{
color:#111827 !important;
}

.nav-link:hover{
color:#ff6b00 !important;
}

.nav-link.active{
color:#ff6b00 !important;
}

/* UNDERLINE EFFECT */

.nav-link::after{

content:'';

position:absolute;

left:50%;
bottom:4px;

width:0;
height:3px;

background:#ff6b00;

transform:translateX(-50%);

transition:.3s;

border-radius:10px;
}

.nav-link:hover::after,
.nav-link.active::after{

width:70%;
}

/* CALL BUTTON */

.btn-call{

background:#ff6b00;
color:#fff;

padding:12px 24px;

font-size:14px;
font-weight:700;

border-radius:50px;

text-decoration:none;

transition:.3s;
}

.btn-call:hover{

background:#e55f00;
color:#fff;

transform:translateY(-2px);

box-shadow:
0 10px 25px rgba(255,107,0,.35);
}

/* WHATSAPP BUTTON */

.btn-whatsapp{

width:45px;
height:45px;

border-radius:50%;

background:#25D366;

display:flex;
align-items:center;
justify-content:center;

font-size:20px;

color:#fff;

transition:.3s;
}

.btn-whatsapp:hover{

transform:scale(1.1);

color:#fff;
}

/* MOBILE TOGGLER */

.navbar-toggler{
border:none;
box-shadow:none !important;
}

.navbar-toggler i{
font-size:26px;
color:#fff;
}

.navbar.scrolled .navbar-toggler i{
color:#111827;
}

/* MOBILE MENU */

@media(max-width:991px){

.navbar .container-fluid{
padding-left:15px;
padding-right:15px;
}

.logo-title{
font-size:22px;
}

.logo-tagline{
font-size:11px;
}

.navbar-brand img{
height:55px;
}

.navbar-collapse{

margin-top:15px;

padding:20px;

border-radius:15px;

background:rgba(17,24,39,.97);

backdrop-filter:blur(15px);
}

.nav-link{
padding:12px 0 !important;
}

}

/* ===========================
   HERO SECTION
=========================== */

.hero-section{

background:
linear-gradient(
135deg,
#0f172a,
#111827,
#1f2937
);

padding-top:120px;
padding-bottom:50px;

position:relative;
overflow:hidden;

}

.hero-section::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background-image:
linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);

background-size:40px 40px;

pointer-events:none;

}

.hero-badge{

display:inline-block;

padding:10px 18px;

background:rgba(255,107,0,.12);

border:1px solid rgba(255,107,0,.30);

border-radius:50px;

font-size:13px;

font-weight:600;

color:#ffb380;

margin-bottom:25px;

}

.hero-title{

font-size:56px;

font-weight:900;

line-height:1.1;

color:#fff;

margin-bottom:5px;

}

.hero-title span{

color:#ff6b00;

}

.hero-desc{

font-size:18px;

line-height:1.9;

color:#d1d5db;

margin-bottom:25px;

}

.hero-buttons{

display:flex;

gap:15px;

margin-bottom:25px;

flex-wrap:wrap;

}

.btn-orange{

background:#ff6b00;

color:#fff;

padding:15px 35px;

border-radius:50px;

font-weight:700;

}

.btn-orange:hover{

background:#e45f00;

color:#fff;

}

.hero-features{

display:flex;

gap:25px;

flex-wrap:wrap;

color:#fff;

font-size:15px;

font-weight:600;

}

.hero-features i{

color:#ff6b00;

margin-right:8px;

}

.hero-image{

text-align:center;

}

.hero-image img{

max-height:500px;

filter:
drop-shadow(
0 20px 40px rgba(0,0,0,.4)
);

animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-12px);
}

}

/* STATS */

.hero-stats{

margin-top:40px;

}

.stat-box{

background:#fff;

padding:30px;

border-radius:20px;

text-align:center;

height:100%;

box-shadow:
0 15px 40px rgba(0,0,0,.08);

border-top:4px solid #ff6b00;

}

.stat-box h3{

font-size:32px;

font-weight:800;

color:#ff6b00;

margin-bottom:8px;

}

.stat-box p{

margin:0;

font-weight:400;

color:#374151;

}

/* MOBILE */

@media(max-width:991px){

.hero-section{

padding-top:140px;
padding-bottom:60px;

text-align:center;

}

.hero-title{

font-size:42px;

}

.hero-buttons{

justify-content:center;

}

.hero-features{

justify-content:center;

}

.hero-image{

margin-top:40px;

}

.hero-image img{

max-height:350px;

}

}

