.pm-navbar{

background:#081C3A;

position:sticky;

top:0;

z-index:999;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.logo{

display:flex;

align-items:center;

text-decoration:none;

}

.logo-icon{

width:60px;

height:60px;

border-radius:50%;

background:linear-gradient(135deg,#ff6b00,#ffb100);

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:28px;

margin-right:12px;

}

.logo-text h3{

font-size:24px;

margin:0;

font-weight:700;

color:#fff;

}

.logo-text span{

font-size:13px;

letter-spacing:2px;

color:#ffb100;

text-transform:uppercase;

}

.navbar{

padding:14px 0;

}

.nav-link{

color:#fff;

font-weight:600;

margin:0 10px;

position:relative;

transition:.3s;

}

.nav-link:hover{

color:#ffb100;

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:0;

height:2px;

background:#ff6b00;

transition:.4s;

}

.nav-link:hover::after{

width:100%;

}

.dropdown-menu{

border:none;

border-radius:15px;

padding:10px;

min-width:260px;

animation:dropdown .3s;

}

@keyframes dropdown{

from{

opacity:0;

transform:translateY(15px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.dropdown-item{

padding:12px 16px;

border-radius:10px;

font-weight:600;

transition:.3s;

}

.dropdown-item i{

margin-right:10px;

color:#ff6b00;

}

.dropdown-item:hover{

background:#ff6b00;

color:#fff;

transform:translateX(5px);

}

.dropdown-item:hover i{

color:#fff;

}

.call-btn{

background:linear-gradient(135deg,#ff6b00,#ffb100);

color:#fff;

padding:13px 25px;

border-radius:50px;

font-weight:700;

text-decoration:none;

display:flex;

align-items:center;

gap:10px;

transition:.3s;

}

.call-btn:hover{

transform:translateY(-3px);

color:#fff;

box-shadow:0 10px 25px rgba(255,107,0,.35);

}

.navbar-toggler{

background:#fff;

padding:8px 12px;

border-radius:8px;

}

@media(min-width:992px){

.dropdown:hover .dropdown-menu{

display:block;

margin-top:0;

}

}

@media(max-width:991px){

.navbar-collapse{

background:#081C3A;

padding:20px;

border-radius:15px;

margin-top:15px;

}

.nav-link{

padding:12px 0;

}

.call-btn{

margin-top:20px;

justify-content:center;

}

.dropdown-menu{

background:#10264b;

}

.dropdown-item{

color:#fff;

}

.logo-text h3{

font-size:20px;

}

.logo-icon{

width:50px;

height:50px;

font-size:24px;

}

}

.nav-link{
	color: #FFF !important;
}.top-bar{

background:#ffffff;

border-bottom:1px solid #ececec;

padding:10px 0;

font-size:14px;

}

.topbar-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

}

.top-left,
.top-right{

display:flex;

align-items:center;

gap:25px;

}

.top-left a,
.top-right span{

text-decoration:none;

color:#444;

font-weight:500;

transition:.3s;

}

.top-left a:hover{

color:#ff6b00;

}

.top-left i,
.top-right i{

color:#ff6b00;

margin-right:7px;

}

.social-icons{

display:flex;

gap:10px;

}

.social-icons a{

width:36px;

height:36px;

background:#f5f5f5;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

text-decoration:none;

color:#333;

transition:.3s;

}

.social-icons a:hover{

background:#ff6b00;

color:#fff;

transform:translateY(-3px);

}

@media(max-width:991px){

.topbar-wrapper{

flex-direction:column;

gap:12px;

text-align:center;

}

.top-left,
.top-right{

flex-direction:column;

gap:10px;

}

}/*==========================================
 LAKHWAN PACKERS & MOVERS HERO CSS
 Unique Prefix : lpmh-
==========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.lpmh-hero{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:linear-gradient(135deg,#f8fbff,#eef5ff);
}

.lpmh-hero::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:#ff8a00;
    opacity:.08;
    border-radius:50%;
    top:-120px;
    left:-120px;
}

.lpmh-hero::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#0d6efd;
    opacity:.06;
    border-radius:50%;
    right:-180px;
    bottom:-180px;
}

.lpmh-container{
    width:90%;
    max-width:1250px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    position:relative;
    z-index:2;
}

.lpmh-left{
    flex:1;
}

.lpmh-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:#ff7a00;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.lpmh-title{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.lpmh-title span{
    color:#ff7a00;
}

.lpmh-desc{
    font-size:18px;
    color:#666;
    line-height:30px;
    max-width:620px;
    margin-bottom:35px;
}

.lpmh-btn-area{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.lpmh-btn-primary,
.lpmh-btn-outline{
    text-decoration:none;
    padding:16px 30px;
    border-radius:10px;
    font-weight:600;
    transition:.35s;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.lpmh-btn-primary{
    background:#ff7a00;
    color:#fff;
    box-shadow:0 15px 35px rgba(255,122,0,.35);
}

.lpmh-btn-primary:hover{
    background:#0d6efd;
    transform:translateY(-3px);
}

.lpmh-btn-outline{
    border:2px solid #0d6efd;
    color:#0d6efd;
    background:#fff;
}

.lpmh-btn-outline:hover{
    background:#0d6efd;
    color:#fff;
}

.lpmh-feature-box{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.lpmh-feature{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    padding:16px 18px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.lpmh-feature i{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#ff7a00;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
}

.lpmh-feature h4{
    font-size:17px;
    color:#222;
}

.lpmh-feature span{
    color:#777;
    font-size:14px;
}

.lpmh-counter{
    display:flex;
    gap:45px;
    flex-wrap:wrap;
}

.lpmh-count h2{
    font-size:34px;
    color:#0d6efd;
    margin-bottom:5px;
}

.lpmh-count p{
    color:#666;
    font-size:15px;
}

.lpmh-right{
    width:430px;
}

.lpmh-form-card{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(14px);
    border-radius:22px;
    padding:35px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
    animation:lpmhFloat 4s ease-in-out infinite;
}

.lpmh-form-card h3{
    text-align:center;
    font-size:28px;
    color:#222;
    margin-bottom:8px;
}

.lpmh-form-card p{
    text-align:center;
    color:#777;
    margin-bottom:25px;
}

.lpmh-form-card form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.lpmh-form-card input{
    width:100%;
    height:56px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 16px;
    font-size:15px;
    outline:none;
    transition:.3s;
}

.lpmh-form-card input:focus{
    border-color:#ff7a00;
    box-shadow:0 0 0 3px rgba(255,122,0,.12);
}

.lpmh-form-card button{
    height:58px;
    border:none;
    border-radius:10px;
    background:#ff7a00;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
}

.lpmh-form-card button:hover{
    background:#0d6efd;
}

@keyframes lpmhFloat{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
}

/*==============================
 Responsive
==============================*/

@media(max-width:992px){

    .lpmh-container{
        flex-direction:column;
        text-align:center;
    }

    .lpmh-title{
        font-size:42px;
    }

    .lpmh-desc{
        margin:auto auto 35px;
    }

    .lpmh-btn-area,
    .lpmh-feature-box,
    .lpmh-counter{
        justify-content:center;
    }

    .lpmh-right{
        width:100%;
        max-width:500px;
    }

}

@media(max-width:768px){

    .lpmh-hero{
        padding:70px 0;
    }

    .lpmh-title{
        font-size:34px;
        line-height:1.3;
    }

    .lpmh-desc{
        font-size:16px;
        line-height:28px;
    }

    .lpmh-form-card{
        padding:25px;
    }

    .lpmh-feature{
        width:100%;
    }

}

@media(max-width:480px){

    .lpmh-title{
        font-size:28px;
    }

    .lpmh-btn-primary,
    .lpmh-btn-outline{
        width:100%;
        justify-content:center;
    }

    .lpmh-counter{
        gap:20px;
        justify-content:space-between;
    }

    .lpmh-count{
        width:30%;
        text-align:center;
    }

}.moving-bar{
    width:100%;
    background:linear-gradient(90deg,#ff6b00,#ff9800);
    color:#fff;
    overflow:hidden;
    white-space:nowrap;
    padding:12px 0;
    font-weight:600;
    font-size:15px;
    position:relative;
}

.moving-track{
    display:inline-block;
    padding-left:100%;
    animation:marqueeMove 68s linear infinite;
}

.moving-track span{
    display:inline-block;
    margin:0 35px;
}

@keyframes marqueeMove{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-100%);
    }

}

.moving-bar:hover .moving-track{
    animation-play-state:paused;
}

@media(max-width:768px){

    .moving-bar{
        font-size:13px;
        padding:10px 0;
    }

    .moving-track span{
        margin:0 20px;
    }

}.about-section{
background:#f8fbff;
padding:90px 0;
overflow:hidden;
}

.about-image{
position:relative;
}

.main-img{
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.12);
width:100%;
}

.experience-box{
position:absolute;
left:-20px;
bottom:30px;
background:#ff6b00;
color:#fff;
padding:18px 28px;
border-radius:15px;
text-align:center;
box-shadow:0 15px 30px rgba(255,107,0,.35);
}

.experience-box h2{
margin:0;
font-size:42px;
font-weight:700;
}

.experience-box span{
font-size:15px;
}

.rating-box{
position:absolute;
right:-20px;
top:35px;
background:#fff;
padding:18px 24px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
text-align:center;
font-size:15px;
}

.section-tag{
display:inline-block;
background:#ffe8d9;
color:#ff6b00;
padding:8px 20px;
border-radius:40px;
font-weight:700;
letter-spacing:1px;
margin-bottom:20px;
}

.section-title{
font-size:46px;
font-weight:800;
color:#0F172A;
margin-bottom:25px;
line-height:1.3;
}

.section-title span{
color:#ff6b00;
}

.about-text{
color:#555;
line-height:1.9;
font-size:17px;
margin-bottom:20px;
}

.about-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin:35px 0;
}

.feature{
background:#fff;
padding:15px 20px;
border-radius:12px;
font-weight:600;
box-shadow:0 5px 15px rgba(0,0,0,.05);
transition:.3s;
}

.feature:hover{
background:#ff6b00;
color:#fff;
transform:translateY(-5px);
}

.about-btns{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.btn-about{
background:#ff6b00;
color:#fff;
padding:14px 35px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-about:hover{
background:#0F172A;
color:#fff;
}

.btn-call{
background:#0F172A;
color:#fff;
padding:14px 35px;
border-radius:50px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-call:hover{
background:#ff6b00;
color:#fff;
}

@media(max-width:991px){

.section-title{
font-size:34px;
}

.experience-box,
.rating-box{
position:static;
margin-top:20px;
display:inline-block;
}

.about-features{
grid-template-columns:1fr;
}

.about-btns{
justify-content:center;
}

}.why-choose-section{
    padding:90px 0;
    background:#fff;
}

.sub-title{
    display:inline-block;
    background:#FFF2E8;
    color:#FF6B00;
    padding:8px 18px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:15px;
}

.why-choose-section h2{
    font-size:42px;
    font-weight:800;
    color:#0F172A;
    margin-bottom:20px;
}

.why-choose-section p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.experience-card{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#FF6B00;
    color:#fff;
    padding:20px 30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 35px rgba(255,107,0,.35);
}

.experience-card h2{
    color:#fff;
    margin:0;
    font-size:42px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:35px;
}

.why-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:15px;
    padding:25px;
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-8px);
    border-color:#FF6B00;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.icon{
    width:60px;
    height:60px;
    background:#FFF2E8;
    color:#FF6B00;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:28px;
    margin-bottom:15px;
}

.why-card h4{
    font-size:20px;
    font-weight:700;
    color:#0F172A;
    margin-bottom:10px;
}

.why-card p{
    margin:0;
    font-size:15px;
}

.choose-btn{
    display:inline-block;
    background:#FF6B00;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.choose-btn:hover{
    background:#0F172A;
    color:#fff;
}

@media(max-width:991px){

.why-grid{
grid-template-columns:1fr;
}

.why-choose-section h2{
font-size:32px;
}

.experience-card{
position:static;
margin-top:20px;
display:inline-block;
}

}.services-section{
    padding:100px 0;
    background:#f7f9fc;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:auto;
    margin-bottom:70px;
}

.section-heading span{
    display:inline-block;
    padding:8px 22px;
    background:#fff1e7;
    color:#ff6b00;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:44px;
    font-weight:800;
    color:#0F172A;
    margin:20px 0;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    border-radius:25px;
    padding:40px 30px;
    position:relative;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff6b00,#ffb000);
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.service-icon{
    width:85px;
    height:85px;
    background:linear-gradient(135deg,#ff6b00,#ffb000);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    margin-bottom:25px;
}

.service-card h3{
    font-size:24px;
    color:#0F172A;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.service-card a{
    color:#ff6b00;
    text-decoration:none;
    font-weight:700;
}

.service-card:hover a{
    color:#0F172A;
}

.active{
    background:linear-gradient(135deg,#0F172A,#1d3557);
    color:#fff;
}

.active h3,
.active p,
.active a{
    color:#fff;
}

.active .service-icon{
    background:#fff;
}

@media(max-width:992px){

.service-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.section-heading h2{
font-size:34px;
}

.service-grid{
grid-template-columns:1fr;
}

}.mission-vision-section{
    padding:100px 0;
    background:#f8fafc;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    background:#FFF1E7;
    color:#FF6B00;
    padding:8px 20px;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#0F172A;
    margin:20px 0;
}

.section-title p{
    color:#666;
    line-height:1.8;
}

.mission-card,
.vision-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    position:relative;
    overflow:hidden;
    height:100%;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.mission-card{
    border-top:6px solid #FF6B00;
}

.vision-card{
    border-top:6px solid #0F172A;
}

.mission-card:hover,
.vision-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.mv-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#FF6B00,#FFB000);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:25px;
}

.vision-card .mv-icon{
    background:linear-gradient(135deg,#0F172A,#1D4ED8);
}

.mission-card h3,
.vision-card h3{
    font-size:28px;
    font-weight:700;
    color:#0F172A;
    margin-bottom:15px;
}

.mission-card p,
.vision-card p{
    color:#666;
    line-height:1.9;
}

.mission-card ul,
.vision-card ul{
    margin-top:25px;
    padding:0;
}

.mission-card ul li,
.vision-card ul li{
    list-style:none;
    margin-bottom:12px;
    font-weight:600;
    color:#333;
}

@media(max-width:991px){

.section-title h2{
font-size:34px;
}

.mission-card,
.vision-card{
margin-bottom:30px;
padding:30px;
}

}.branch-section{
    padding:100px 0;
    background:linear-gradient(135deg,#0F172A,#162A47);
}

.section-title{
    text-align:center;
    max-width:750px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#FFB000;
    padding:8px 20px;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
}

.section-title h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin:20px 0;
}

.section-title p{
    color:#d8d8d8;
    line-height:1.8;
}

.branch-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.branch-card{
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.branch-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:5px;
    background:#FF6B00;
    transition:.4s;
}

.branch-card:hover::before{
    left:0;
}

.branch-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

.branch-icon{
    width:75px;
    height:75px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:linear-gradient(135deg,#FF6B00,#FFB000);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#fff;
}

.branch-card h4{
    font-size:22px;
    color:#0F172A;
    font-weight:700;
    margin:0;
}

@media(max-width:991px){

.branch-grid{
grid-template-columns:repeat(2,1fr);
}

.section-title h2{
font-size:34px;
}

}

@media(max-width:576px){

.branch-grid{
grid-template-columns:1fr;
}

.branch-card{
padding:25px;
}

}.faq-section{
    padding:100px 0;
    background:#f8fafc;
}

.faq-title{
    text-align:center;
    max-width:700px;
    margin:auto;
    margin-bottom:60px;
}

.faq-title span{
    display:inline-block;
    padding:8px 22px;
    background:#fff2e7;
    color:#ff6b00;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
}

.faq-title h2{
    margin:20px 0;
    font-size:42px;
    font-weight:800;
    color:#0F172A;
}

.faq-title p{
    color:#666;
    line-height:1.8;
}

.custom-faq .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.custom-faq .accordion-button{
    background:#fff;
    font-size:18px;
    font-weight:700;
    color:#0F172A;
    padding:22px;
    box-shadow:none;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#ff6b00;
    color:#fff;
}

.custom-faq .accordion-button::after{
    filter:brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(100);
}

.custom-faq .accordion-body{
    padding:22px;
    color:#666;
    line-height:1.8;
    background:#fff;
}

@media(max-width:768px){

.faq-title h2{
font-size:32px;
}

.custom-faq .accordion-button{
font-size:16px;
padding:18px;
}

}.footer{
    background:#0F172A;
    color:#d1d5db;
    padding-top:80px;
}

.footer-box{
    margin-bottom:35px;
}

.footer-logo{
    color:#fff;
    font-size:30px;
    font-weight:800;
    margin-bottom:20px;
}

.footer-box h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    position:relative;
}

.footer-box h4::after{
    content:"";
    width:50px;
    height:3px;
    background:#ff6b00;
    position:absolute;
    left:0;
    bottom:-8px;
}

.footer-box p{
    line-height:1.9;
    color:#bfc6d4;
}

.footer-box ul{
    margin:0;
    padding:0;
}

.footer-box ul li{
    list-style:none;
    margin-bottom:14px;
}

.footer-box ul li a{
    color:#bfc6d4;
    text-decoration:none;
    transition:.3s;
}

.footer-box ul li a:hover{
    color:#ff6b00;
    padding-left:8px;
}

.footer-box i{
    color:#ff6b00;
    margin-right:10px;
}

.social-links{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-links a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#1E293B;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
    text-decoration:none;
}

.social-links a:hover{
    background:#ff6b00;
    transform:translateY(-5px);
}

.footer-bottom{
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,.1);
    padding:20px 0;
}

.footer-bottom p{
    margin:0;
    color:#cbd5e1;
}

.footer-bottom a{
    color:#cbd5e1;
    text-decoration:none;
    margin-left:20px;
    transition:.3s;
}

.footer-bottom a:hover{
    color:#ff6b00;
}

@media(max-width:991px){

.footer{
text-align:center;
}

.footer-box h4::after{
left:50%;
transform:translateX(-50%);
}

.social-links{
justify-content:center;
}

.footer-bottom{
text-align:center;
}

.footer-bottom .container{
justify-content:center!important;
gap:15px;
}

.footer-bottom a{
margin:0 10px;
}

}.top-marquee{
    background:linear-gradient(90deg,#FF6B00,#FF9800);
    color:#fff;
    font-size:15px;
    font-weight:600;
    padding:10px 0;
    border-bottom:2px solid rgba(255,255,255,.15);
}

.top-marquee marquee{
    width:100%;
}

.breadcrumb-banner{
    position:relative;
   background: url("../img/ChatGPT Image Jul 20, 2026, 11_45_30 PM.png") center center / cover no-repeat;
    padding:140px 0 100px;
    overflow:hidden;
}

.breadcrumb-banner .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(15,23,42,.82),rgba(15,23,42,.12));
}

.breadcrumb-content{
    position:relative;
    z-index:2;
    text-align:center;
}

.breadcrumb-content span{
    display:inline-block;
    padding:8px 20px;
    background:#ff6b00;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.breadcrumb-content h1{
    color:#fff;
    font-size:56px;
    font-weight:800;
    margin-bottom:20px;
}

.breadcrumb-content ul{
    padding:0;
    margin:0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
}

.breadcrumb-content ul li{
    list-style:none;
    color:#fff;
    font-size:18px;
}

.breadcrumb-content ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.breadcrumb-content ul li a:hover{
    color:#ff6b00;
}

.breadcrumb-content i{
    color:#ff6b00;
}

@media(max-width:991px){

.breadcrumb-banner{
padding:100px 0 80px;
}

.breadcrumb-content h1{
font-size:42px;
}

}

@media(max-width:576px){

.breadcrumb-content h1{
font-size:32px;
}

.breadcrumb-content ul li{
font-size:15px;
}

}/*==============================
    SERVICE DETAILS SECTION
===============================*/

.service-details{
    padding:80px 0;
    background:#f5f7fb;
}

/* Left Content */

.service-content{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.service-content img{
    width:100%;
    border-radius:15px;
    margin-bottom:30px;
}

.service-subtitle{
    display:inline-block;
    background: linear-gradient(135deg, #ff6b00, #ffb100);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.service-content h2{
    font-size:38px;
    font-weight:700;
    color:#0F172A;
    margin-bottom:20px;
}

.service-content p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:20px;
}

/* Feature Points */

.service-point{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f8f9fa;
    padding:16px 18px;
    border-radius:10px;
    border-left:4px solid #0E7C66;
    margin-bottom:18px;
    transition:.35s;
}

.service-point i{
    color:#0E7C66;
    font-size:20px;
}

.service-point span{
    font-weight:600;
    color:#222;
}

.service-point:hover{
    background:#0E7C66;
    transform:translateY(-5px);
}

.service-point:hover i,
.service-point:hover span{
    color:#fff;
}

/*==============================
        SIDEBAR
===============================*/

.service-sidebar{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.sidebar-title{
       background: linear-gradient(135deg, #0F172A, #ffd2a3);
    padding:22px;
    text-align:center;
}

.sidebar-title h4{
    color:#fff;
    margin:0;
    font-size:24px;
    font-weight:700;
}

.service-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-sidebar ul li{
    border-bottom:1px solid #ececec;
}

.service-sidebar ul li:last-child{
    border-bottom:none;
}

.service-sidebar ul li a{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#222;
    padding:18px 22px;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.service-sidebar ul li a i:first-child{
    width:45px;
    height:45px;
    background:#e9900b;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    transition:.35s;
}

.service-sidebar ul li a span{
    margin-left:auto;
    transition:.35s;
}

.service-sidebar ul li a:hover{
    background:#0E7C66;
    color:#fff;
    padding-left:28px;
}

.service-sidebar ul li a:hover i:first-child{
    background:#fff;
    color:#0E7C66;
}

.service-sidebar ul li a:hover span{
    transform:translateX(6px);
}

/* Active Link */

.service-sidebar ul li.active a{
    background:#0E7C66;
    color:#fff;
}

.service-sidebar ul li.active a i:first-child{
    background:#fff;
    color:#0E7C66;
}

/*==============================
        RESPONSIVE
===============================*/

@media(max-width:991px){

.service-details{
    padding:60px 0;
}

.service-sidebar{
    position:relative;
    top:0;
    margin-top:30px;
}

.service-content{
    padding:25px;
}

.service-content h2{
    font-size:30px;
}

}

@media(max-width:767px){

.service-content{
    padding:20px;
}

.service-content h2{
    font-size:26px;
}

.sidebar-title h4{
    font-size:20px;
}

.service-sidebar ul li a{
    padding:16px;
    font-size:15px;
}

.service-sidebar ul li a i:first-child{
    width:40px;
    height:40px;
    font-size:16px;
}

}

/*========================================
        CONTACT SECTION CSS
=========================================*/

.contact-section{
    padding:90px 0;
    background:#fffaf3;
}

/*==============================
      SECTION TITLE
===============================*/

.section-title span{
    display:inline-block;
    background:#ff6b00;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/*==============================
      CONTACT INFO
===============================*/

.contact-info{
    background:linear-gradient(135deg,#ff6b00,#ffb400);
    border-radius:20px;
    padding:40px;
    height:100%;
    color:#fff;
    box-shadow:0 20px 40px rgba(255,107,0,.25);
}

.contact-info h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:35px;
}

.contact-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:28px;
}

.contact-box:last-child{
    margin-bottom:0;
}

.contact-box i{
    width:60px;
    height:60px;
    background:#fff;
    color:#ff6b00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
    transition:.4s;
}

.contact-box:hover i{
    transform:rotate(360deg);
}

.contact-box h5{
    margin-bottom:6px;
    font-size:18px;
    font-weight:700;
}

.contact-box p,
.contact-box a{
    color:#fff;
    text-decoration:none;
    margin:0;
    line-height:1.7;
}

.contact-box a:hover{
    color:#222;
}

/*==============================
      CONTACT FORM
===============================*/

.contact-form{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.contact-form .form-control{
    height:58px;
    border:2px solid #ececec;
    border-radius:12px;
    box-shadow:none;
    font-size:15px;
    padding:15px 18px;
    transition:.4s;
}

.contact-form textarea.form-control{
    height:160px;
    resize:none;
}

.contact-form .form-control:focus{
    border-color:#ff6b00;
    box-shadow:0 0 15px rgba(255,107,0,.15);
}

/*==============================
      BUTTON
===============================*/

.contact-btn{
    width:100%;
    background:linear-gradient(135deg,#ff6b00,#ffb400);
    color:#fff;
    border:none;
    padding:16px;
    font-size:18px;
    font-weight:700;
    border-radius:12px;
    transition:.4s;
    box-shadow:0 12px 30px rgba(255,107,0,.30);
}

.contact-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(255,107,0,.40);
}

/*==============================
      INPUT PLACEHOLDER
===============================*/

.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color:#999;
}

/*==============================
      RESPONSIVE
===============================*/

@media(max-width:991px){

.contact-section{
    padding:70px 0;
}

.contact-info{
    margin-bottom:30px;
}

.section-title h2{
    font-size:34px;
}

.contact-form,
.contact-info{
    padding:30px;
}

}

@media(max-width:767px){

.section-title h2{
    font-size:28px;
}

.contact-form,
.contact-info{
    padding:25px;
}

.contact-box{
    gap:15px;
}

.contact-box i{
    width:50px;
    height:50px;
    font-size:20px;
}

.contact-form .form-control{
    height:52px;
}

.contact-form textarea.form-control{
    height:140px;
}

.contact-btn{
    font-size:16px;
    padding:14px;
}

}/* Floating Contact Buttons */
.floating-contact{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:9999;
}

.float-btn{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:12px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:.3s ease;
    animation:floatPulse 2s infinite;
}

.float-btn i{
    font-size:22px;
    margin-bottom:3px;
}

.call-btn{
    background:linear-gradient(135deg,#ff8c00,#ff5e00);
}

.whatsapp-btn{
    background:linear-gradient(135deg,#25D366,#128C7E);
}

.float-btn:hover{
    transform:scale(1.1);
    color:#fff;
}

@keyframes floatPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.4);
    }
    70%{
        box-shadow:0 0 0 14px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

/* Mobile */
@media(max-width:768px){
    .floating-contact{
        right:15px;
        gap:10px;
    }

    .float-btn{
        width:55px;
        height:55px;
        font-size:11px;
    }

    .float-btn i{
        font-size:20px;
    }
}

.navbar-toggler{
	background: #fff !important;
}