body{
    background:#f7f8fc;
}

/* Navbar */

.premium-navbar{

    margin:20px auto;
    width:95%;
    background:#ffffff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

/* Logo */

.logo-text{

    font-size:28px;
    font-weight:800;
    color:#d62828 !important;
    text-decoration:none;

}

.logo-icon{

    background:#ffd60a;
    padding:10px;
    border-radius:50%;
    margin-right:8px;

}

/* Menu */

.premium-navbar .nav-item{

    margin:0 10px;

}

.premium-navbar .nav-link{

    color:#333 !important;
    font-weight:600;
    font-size:16px;
    border-radius:40px;
    padding:10px 18px;
    transition:.4s;

}

.premium-navbar .nav-link:hover{

    background:#fff4d6;
    color:#d62828 !important;

}

.premium-navbar .nav-link.active{

    background:#d62828;
    color:#fff !important;

}

/* Dropdown */

.dropdown-menu{

    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    padding:12px;

}

.dropdown-item{

    padding:12px;
    border-radius:10px;
    transition:.3s;

}

.dropdown-item:hover{

    background:#d62828;
    color:#fff;

}

/* Button */

.quote-btn{

    background:linear-gradient(90deg,#d62828,#ffcc00);
    color:#fff;
    padding:13px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;

}

.quote-btn:hover{

    transform:translateY(-3px);
    color:#fff;
    box-shadow:0 10px 25px rgba(214,40,40,.35);

}

@media(max-width:991px){

.premium-navbar{

    width:100%;
    margin:0;
    border-radius:0;

}

.quote-btn{

    display:block;
    margin:20px auto;
    text-align:center;

}

}.top-header{
    background:#ffffff;
    border-bottom:2px solid #d60000;
    font-family:Arial,sans-serif;
    font-size:14px;
}

.topbar-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    padding:8px 15px;
    gap:10px;
}

.top-left,
.top-center,
.top-right{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.top-left a,
.top-right a{
    text-decoration:none;
    color:#222;
    font-weight:600;
    transition:.3s;
}

.top-left a:hover,
.top-right a:hover{
    color:#d60000;
}

.top-left i,
.top-right i{
    color:#d60000;
}

.warning{
    color:#d60000;
    font-weight:700;
    animation:blink 1.2s infinite;
}

@keyframes blink{
    50%{
        opacity:.4;
    }
}

.since{
    color:#d60000;
    font-weight:700;
}

.divider{
    width:1px;
    height:18px;
    background:#ccc;
}

/* Yellow Button */

.payment-btn{
    background:#FFD400;
    color:#111!important;
    padding:10px 22px;
    border-radius:40px;
    font-weight:700;
    border:2px solid #FFD400;
    transition:.3s;
}

.payment-btn:hover{
    background:#d60000;
    color:#fff!important;
    border-color:#d60000;
}

/* Red Button */

.branch-btn{
    background:#d60000;
    color:#fff!important;
    padding:10px 22px;
    border-radius:40px;
    font-weight:700;
    border:2px solid #d60000;
    transition:.3s;
}

.branch-btn:hover{
    background:#FFD400;
    color:#111!important;
    border-color:#FFD400;
}

.call-btn{
    color:#d60000!important;
    font-weight:700;
    font-size:15px;
}

.call-btn i{
    color:#d60000;
}

@media(max-width:991px){

.topbar-wrapper{
    flex-direction:column;
    text-align:center;
}

.top-left,
.top-center,
.top-right{
    justify-content:center;
}

}

@media(max-width:576px){

.payment-btn,
.branch-btn{
    width:100%;
    text-align:center;
}

}*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

.hero-section{

background:linear-gradient(135deg,#b50000,#d91e18,#ffb400);

padding:80px 0;

position:relative;

overflow:hidden;

}

.container{

width:90%;

max-width:1300px;

margin:auto;

}

.hero-grid{

display:grid;

grid-template-columns:1.2fr .9fr;

align-items:center;

gap:60px;

}

.hero-content{

color:#fff;

}

.trust-badge{

display:inline-block;

background:rgba(255,255,255,.15);

padding:12px 25px;

border-radius:50px;

font-weight:600;

margin-bottom:25px;

backdrop-filter:blur(8px);

}

.hero-content h1{

font-size:58px;

line-height:1.1;

margin-bottom:25px;

font-weight:800;

}

.hero-content h1 span{

color:#FFD54A;

}

.hero-content p{

font-size:19px;

line-height:1.8;

opacity:.95;

margin-bottom:35px;

}

.hero-btns{

display:flex;

gap:18px;

margin-bottom:50px;

flex-wrap:wrap;

}

.btn-red{

background:#FFD54A;

color:#b50000;

padding:18px 35px;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.4s;

}

.btn-red:hover{

background:#fff;

}

.btn-outline{

border:2px solid #fff;

padding:18px 35px;

border-radius:50px;

color:#fff;

text-decoration:none;

font-weight:600;

}

.hero-counter{

display:flex;

gap:60px;

margin-top:30px;

}

.hero-counter h2{

font-size:40px;

color:#FFD54A;

}

.hero-counter p{

margin-top:5px;

font-size:15px;

}

.quote-box{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.2);

}

.quote-head{

background:#c40000;

padding:25px;

display:flex;

justify-content:space-between;

align-items:center;

color:#fff;

}

.quote-head span{

background:#FFD54A;

color:#000;

padding:8px 15px;

border-radius:30px;

font-size:14px;

font-weight:700;

}

.quote-box form{

padding:35px;

}

.quote-box input,

.quote-box select{

width:100%;

height:58px;

margin-bottom:18px;

padding:15px;

border:1px solid #ddd;

border-radius:12px;

font-size:15px;

outline:none;

}

.quote-box input:focus,

.quote-box select:focus{

border-color:#c40000;

}

.quote-box button{

width:100%;

height:60px;

background:#FFD54A;

border:none;

border-radius:12px;

font-size:18px;

font-weight:700;

cursor:pointer;

color:#b50000;

transition:.4s;

}

.quote-box button:hover{

background:#c40000;

color:#fff;

}

@media(max-width:991px){

.hero-grid{

grid-template-columns:1fr;

}

.hero-content{

text-align:center;

}

.hero-counter{

justify-content:center;

flex-wrap:wrap;

}

.hero-btns{

justify-content:center;

}

.hero-content h1{

font-size:42px;

}

}
@media screen and (max-width: 580px) {
  .navbar-brand {
    font-size: 13px !important;
  }
}



.about-section{
    padding:100px 0;
    background:#fff;
}

.about-image{
    position:relative;
}

.main-img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.experience-box{
    position:absolute;
    bottom:25px;
    left:-20px;
    background:#c40000;
    color:#fff;
    padding:25px;
    border-radius:15px;
    width:180px;
    text-align:center;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.experience-box h2{
    font-size:42px;
    margin:0;
    color:#FFD54A;
    font-weight:800;
}

.experience-box p{
    margin:5px 0 0;
    font-size:15px;
}

.section-tag{
    display:inline-block;
    background:#FFF5D9;
    color:#c40000;
    padding:10px 22px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}

.about-section h2{
    font-size:44px;
    font-weight:800;
    color:#222;
    line-height:1.3;
    margin-bottom:20px;
}

.about-section h2 span{
    color:#c40000;
}

.about-section p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
    font-size:16px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:35px 0;
}

.feature-box{
    background:#fff;
    border:1px solid #eee;
    padding:18px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.feature-box:hover{
    background:#c40000;
    color:#fff;
    transform:translateY(-5px);
}

.about-btn{
    display:inline-block;
    background:#c40000;
    color:#fff;
    padding:15px 35px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.about-btn:hover{
    background:#FFD54A;
    color:#222;
}

@media(max-width:991px){

.about-section{
    padding:70px 0;
}

.about-section h2{
    font-size:34px;
    margin-top:40px;
}

.about-features{
    grid-template-columns:1fr;
}

.experience-box{
    left:20px;
    bottom:20px;
}

}.why-choose-us{
    background:#fff8f3;
    padding:90px 0;
}

.section-subtitle{
    display:inline-block;
    background:#ffe9b3;
    color:#c40000;
    padding:8px 22px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.section-title span{
    color:#c40000;
}

.section-text{
    color:#666;
    max-width:700px;
    margin:auto;
    font-size:17px;
}

.choose-box{
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    border-top:5px solid transparent;
}

.choose-box:hover{
    transform:translateY(-10px);
    border-top:5px solid #c40000;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.icon{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#c40000,#ffb700);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    margin-bottom:20px;
}

.choose-box h4{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.choose-box p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:991px){

.section-title{
    font-size:32px;
}

.choose-box{
    padding:25px;
}

}.services-section{
    padding:100px 0;
    background:#fafafa;
}

.service-tag{

background:#fff2d8;

color:#c60000;

padding:10px 22px;

border-radius:30px;

font-weight:700;

display:inline-block;

margin-bottom:20px;

}

.services-section h2{

font-size:45px;

font-weight:800;

line-height:1.3;

margin-bottom:20px;

}

.services-section h2 span{

color:#c60000;

}

.services-section p{

color:#666;

line-height:1.9;

}

.service-btn{

display:inline-block;

margin-top:25px;

padding:15px 32px;

background:#c60000;

color:#fff;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.4s;

}

.service-btn:hover{

background:#ffbf00;

color:#111;

}

.service-wrapper{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.service-card{

background:#fff;

padding:35px;

border-radius:22px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

position:relative;

}

.service-card:nth-child(even){

margin-top:45px;

}

.service-card:hover{

transform:translateY(-12px);

}

.service-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:6px;

height:100%;

background:#ffbf00;

border-radius:20px 0 0 20px;

transition:.4s;

}

.service-card:hover::before{

background:#c60000;

}

.service-icon{

width:70px;

height:70px;

background:#fff5db;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

margin-bottom:20px;

}

.service-card h4{

font-size:24px;

margin-bottom:15px;

font-weight:700;

}

.service-card p{

margin:0;

}

.active{

background:linear-gradient(135deg,#c60000,#e10000);

color:#fff;

}

.active h4,

.active p{

color:#fff;

}

.active .service-icon{

background:#fff;

}

@media(max-width:991px){

.service-wrapper{

grid-template-columns:1fr;

}

.service-card:nth-child(even){

margin-top:0;

}

.services-section h2{

font-size:34px;

margin-top:30px;

}

}



.mission-section{
    padding:100px 0;
    background:#fff8f4;
}

.section-title span{
    display:inline-block;
    background:#ffe8a3;
    color:#c40000;
    padding:8px 22px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.mission-box,
.vision-box{

    background:#fff;
    padding:40px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.mission-box{
    border-top:6px solid #c40000;
}

.vision-box{
    border-top:6px solid #ffb300;
}

.mission-box:hover,
.vision-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.icon-box{

    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#c40000,#ffb300);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.mission-box h3,
.vision-box h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
}

.mission-box p,
.vision-box p{
    color:#666;
    line-height:1.9;
}

.mission-box ul,
.vision-box ul{
    margin-top:25px;
    padding-left:0;
    list-style:none;
}

.mission-box ul li,
.vision-box ul li{

    padding:10px 0;
    border-bottom:1px dashed #ddd;
    color:#333;
    font-weight:600;
}

.mission-box ul li::before{
    content:"✔";
    color:#c40000;
    margin-right:10px;
}

.vision-box ul li::before{
    content:"✔";
    color:#ffb300;
    margin-right:10px;
}

@media(max-width:991px){

.mission-section{
    padding:70px 0;
}

.section-title h2{
    font-size:34px;
}

.mission-box,
.vision-box{
    padding:30px;
}

}.marquee-wrapper{
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#ffffff;
    border:2px solid #d60000;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin:20px 0;
}

.marquee-title{
    min-width:220px;
    background:linear-gradient(135deg,#d60000,#b30000);
    color:#fff;
    padding:16px 25px;
    font-size:17px;
    font-weight:700;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.marquee-title i{
    color:#FFD700;
    font-size:20px;
}

.marquee-wrapper marquee{
    padding:15px 20px;
    color:#333;
    font-size:16px;
    font-weight:600;
}

.marquee-wrapper marquee strong{
    color:#d60000;
    font-weight:800;
}

.marquee-wrapper marquee:hover{
    cursor:pointer;
}

@media(max-width:768px){

.marquee-wrapper{
    border-radius:15px;
    flex-direction:column;
}

.marquee-title{
    width:100%;
    min-width:100%;
    padding:12px;
}

.marquee-wrapper marquee{
    padding:12px;
    font-size:14px;
}

}.premium-marquee{

    position:relative;

    display:flex;

    align-items:center;

    overflow:hidden;

    border-radius:60px;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(15px);

    -webkit-backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.30);

    box-shadow:
    0 10px 35px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.70);

    margin:30px auto;

}

.premium-marquee::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    90deg,
    rgba(198,0,0,.08),
    rgba(255,193,7,.12),
    rgba(198,0,0,.08));

    pointer-events:none;

}

.marquee-badge{

    position:relative;

    z-index:5;

    min-width:110px;

    height:65px;

    background:linear-gradient(135deg,#b60000,#e60000);

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:60px;

    margin:6px;

    box-shadow:0 8px 25px rgba(198,0,0,.35);

}

.marquee-badge span{

    color:#fff;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

}

.premium-marquee marquee{

    padding:18px 25px;

    color:#333;

    font-size:16px;

    font-weight:600;

}

.premium-marquee strong{

    color:#c60000;

    font-size:17px;

}

.dot{

    display:inline-block;

    width:9px;

    height:9px;

    border-radius:50%;

    background:#FFC107;

    margin:0 18px;

    box-shadow:0 0 10px rgba(255,193,7,.7);

}

.premium-marquee:hover{

    transform:translateY(-2px);

    transition:.35s;

    box-shadow:
    0 18px 40px rgba(0,0,0,.12);

}

@media(max-width:768px){

.marquee-badge{

    min-width:80px;

    height:50px;

}

.marquee-badge span{

    font-size:13px;

}

.premium-marquee marquee{

    padding:14px;

    font-size:14px;

}

}.premium-marquee{

    position:relative;

    display:flex;

    align-items:center;

    overflow:hidden;

    margin:35px 0;

    border-radius:18px;

    background:rgba(18,18,18,.88);

    backdrop-filter:blur(20px);

    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 20px 45px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.05);

}

/* RED GLOW */

.premium-marquee::before{

content:"";

position:absolute;

top:0;

left:0;

width:6px;

height:100%;

background:linear-gradient(#ff0000,#ffb300);

box-shadow:0 0 20px rgba(255,0,0,.8);

}

.live-box{

width:120px;

height:75px;

background:rgba(255,0,0,.15);

backdrop-filter:blur(12px);

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

border-right:1px solid rgba(255,255,255,.08);

}

.live-box i{

font-size:26px;

color:#FFC107;

margin-bottom:5px;

}

.live-box span{

color:#fff;

font-weight:700;

letter-spacing:2px;

font-size:14px;

}

.premium-marquee marquee{

padding:22px;

color:#eee;

font-size:16px;

font-weight:500;

}

.premium-marquee strong{

color:#FFC107;

font-size:18px;

font-weight:700;

}

.circle{

display:inline-block;

width:8px;

height:8px;

border-radius:50%;

background:#ff0000;

margin:0 18px;

box-shadow:0 0 10px rgba(255,0,0,.8);

}

.premium-marquee:hover{

transform:translateY(-3px);

transition:.35s;

box-shadow:
0 25px 50px rgba(0,0,0,.55);

}

@media(max-width:768px){

.live-box{

width:90px;

height:65px;

}

.live-box i{

font-size:20px;

}

.live-box span{

font-size:12px;

}

.premium-marquee marquee{

font-size:14px;

padding:16px;

}

}.all-branches{
    padding:100px 0;
    background:linear-gradient(135deg,
    rgba(255,255,255,.97),
    rgba(255,248,240,.98));
}

.subtitle{
    display:inline-block;
    padding:10px 25px;
    background:rgba(198,0,0,.08);
    color:#c60000;
    border-radius:50px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.section-title h2{
    font-size:44px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.branch-wrapper{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;

}

.branch-wrapper span{

    padding:14px 26px;

    border-radius:50px;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(15px);

    border:1px solid rgba(198,0,0,.12);

    box-shadow:
    0 10px 25px rgba(0,0,0,.06);

    font-weight:600;

    color:#333;

    transition:.35s;

}

.branch-wrapper span:hover{

    background:linear-gradient(135deg,#c60000,#e60000);

    color:#fff;

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(198,0,0,.30);

}

@media(max-width:768px){

.section-title h2{

font-size:32px;

}

.branch-wrapper{

gap:10px;

}

.branch-wrapper span{

padding:12px 20px;

font-size:14px;

}

}.faq-section{
    padding:100px 0;
    background:#f8f8f8;
}

.faq-tag{
    display:inline-block;
    background:rgba(198,0,0,.08);
    color:#c40000;
    padding:8px 22px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:15px;
}

.faq-section h2{
    font-size:42px;
    font-weight:800;
    color:#222;
}

.faq-section p{
    color:#666;
    max-width:650px;
    margin:auto;
}

.custom-faq .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.custom-faq .accordion-button{
    background:#fff;
    color:#222;
    font-size:18px;
    font-weight:600;
    padding:22px;
    box-shadow:none;
}

.custom-faq .accordion-button:not(.collapsed){
    background:linear-gradient(90deg,#c40000,#e10000);
    color:#fff;
}

.custom-faq .accordion-button:focus{
    box-shadow:none;
}

.custom-faq .accordion-button::after{
    filter:brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.custom-faq .accordion-body{
    background:#fff;
    color:#666;
    line-height:1.9;
    padding:22px;
    border-top:2px solid #FFC107;
}

@media(max-width:768px){

.faq-section{
    padding:70px 0;
}

.faq-section h2{
    font-size:30px;
}

.custom-faq .accordion-button{
    font-size:16px;
    padding:18px;
}

}.footer-area{

background:#111111;

position:relative;

padding:90px 0 0;

overflow:hidden;

}

.footer-area::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#ffb400,#d50000,#ffb400);

}

.footer-logo h2{

font-size:34px;

font-weight:800;

color:#fff;

line-height:1.3;

margin-bottom:20px;

}

.footer-logo span{

color:#ffb400;

}

.footer-area p{

color:rgba(255,255,255,.70);

line-height:1.9;

}

.footer-area h4{

color:#fff;

font-size:22px;

margin-bottom:25px;

position:relative;

}

.footer-area h4::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:55px;

height:3px;

background:#ffb400;

border-radius:20px;

}

.footer-area ul{

padding:0;

margin:0;

list-style:none;

}

.footer-area ul li{

margin-bottom:14px;

}

.footer-area ul li a{

color:rgba(255,255,255,.75);

text-decoration:none;

transition:.35s;

}

.footer-area ul li a:hover{

color:#ffb400;

padding-left:8px;

}

.footer-contact li{

color:rgba(255,255,255,.75);

}

.footer-contact i{

width:38px;

height:38px;

background:rgba(255,180,0,.12);

color:#ffb400;

border-radius:50%;

text-align:center;

line-height:38px;

margin-right:10px;

}

.footer-social{

display:flex;

gap:12px;

margin-top:30px;

}

.footer-social a{

width:46px;

height:46px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.4s;

text-decoration:none;

}

.footer-social a:hover{

background:#d50000;

transform:translateY(-6px);

}

.footer-bottom{

margin-top:70px;

padding:22px 0;

background:rgba(255,255,255,.04);

border-top:1px solid rgba(255,255,255,.08);

}

.footer-bottom p{

margin:0;

text-align:start;

color:#ddd;

font-size:15px;

}

@media(max-width:991px){

.footer-area{

padding:70px 0 0;

text-align:center;

}

.footer-area h4::after{

left:50%;

transform:translateX(-50%);

}

.footer-social{

justify-content:center;

}

.footer-contact i{

margin-bottom:8px;

}

}@media (max-width:991px){

.footer-area{
    padding:70px 0 0;
    text-align:left;
}

.footer-logo h2,
.footer-area p,
.footer-area h4,
.footer-area ul,
.footer-contact,
.footer-bottom p{
    text-align:left;
}

.footer-area h4::after{
    left:0;
    transform:none;
}

.footer-social{
    justify-content:flex-start;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.footer-contact i{
    margin-right:0;
    margin-top:2px;
    flex-shrink:0;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom p{
    text-align:center;
}

}.page-banner{
    position:relative;
    padding:55px 0;
    background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);
    overflow:hidden;
}

.page-banner::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,140,0,.18);
    border-radius:50%;
    top:-80px;
    left:-80px;
    filter:blur(60px);
}

.page-banner::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    right:-80px;
    bottom:-80px;
    filter:blur(60px);
}

.banner-content{
    position:relative;
    z-index:2;
}

.banner-content h1{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:12px;
}

.custom-breadcrumb{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.08);
    padding:10px 22px;
    border-radius:40px;
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
}

.custom-breadcrumb a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.custom-breadcrumb a:hover{
    color:#ff9800;
}

.custom-breadcrumb span{
    color:#ff9800;
    font-weight:600;
}

@media(max-width:768px){

.page-banner{
    padding:40px 0;
}

.banner-content h1{
    font-size:30px;
}

.custom-breadcrumb{
    padding:8px 16px;
    font-size:14px;
}

}.about-section{
    padding:90px 0;
    background:#f8fafc;
}

.about-img{
    overflow:hidden;
    border-radius:20px;
}

.main-img{
    width:100%;
    border-radius:20px;
    transition:.5s;
}

.about-img:hover .main-img{
    transform:scale(1.05);
}

.experience-box{
    position:absolute;
    bottom:25px;
    left:25px;
    background:linear-gradient(135deg,#ff7a00,#ffb000);
    color:#fff;
    padding:18px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 40px rgba(255,122,0,.35);
}

.experience-box h2{
    margin:0;
    font-size:36px;
    font-weight:700;
}

.experience-box span{
    font-size:15px;
}

.about-tag{
    display:inline-block;
    background:#fff4e8;
    color:#ff7a00;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:18px;
}

.about-section h2{
    font-size:42px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
    line-height:1.3;
}

.about-section p{
    color:#64748b;
    font-size:16px;
    line-height:30px;
}

.about-feature{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-weight:600;
    color:#1e293b;
}

.about-feature i{
    color:#ff7a00;
    font-size:18px;
}

.about-btn{
    display:inline-block;
    padding:14px 35px;
    background:linear-gradient(135deg,#ff7a00,#ffb000);
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.about-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(255,122,0,.35);
}

@media(max-width:991px){

.about-section{
    padding:70px 0;
}

.about-section h2{
    font-size:32px;
}

.experience-box{
    padding:15px 20px;
}

.experience-box h2{
    font-size:28px;
}

}.service-details{
    background:#f5f7fb;
}

.service-content{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.service-content img{
    border-radius:15px;
}

.service-tag{
    display:inline-block;
    background:#fff4e5;
    color:#ff7a00;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.service-content h2{
    font-size:38px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:20px;
}

.service-content p{
    color:#666;
    line-height:30px;
    text-align:justify;
}

.feature-box{
    background:#f8f9fa;
    padding:15px 20px;
    border-radius:10px;
    margin-bottom:15px;
    font-weight:600;
    transition:.3s;
}

.feature-box i{
    color:#ff7a00;
    margin-right:10px;
}

.feature-box:hover{
    background:#ff7a00;
    color:#fff;
}

.feature-box:hover i{
    color:#fff;
}

.service-sidebar{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.service-sidebar h4{
    margin-bottom:25px;
    font-weight:700;
}

.service-sidebar ul{
    margin:0;
    padding:0;
    list-style:none;
}

.service-sidebar li{
    margin-bottom:12px;
}

.service-sidebar li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#f8f9fa;
    padding:15px 18px;
    border-radius:10px;
    text-decoration:none;
    color:#333;
    font-weight:600;
    transition:.3s;
}

.service-sidebar li a:hover{
    background:#ff7a00;
    color:#fff;
    transform:translateX(5px);
}

.quote-box{
    margin-top:30px;
    background:linear-gradient(135deg,#ff7a00,#ffb300);
    color:#fff;
    text-align:center;
    padding:30px;
    border-radius:15px;
}

.quote-box i{
    font-size:45px;
    margin-bottom:15px;
}

.quote-box h5{
    font-weight:700;
}

.quote-box .btn{
    margin-top:15px;
    background:#fff;
    color:#ff7a00;
    font-weight:700;
    border:none;
}

.quote-box .btn:hover{
    background:#1d3557;
    color:#fff;
}.contact-section{
    padding:90px 0;
    background:#f7f9fc;
}

.section-tag{
    display:inline-block;
    background:#fff2e8;
    color:#ff6b00;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.contact-info h2{
    font-size:42px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:20px;
}

.contact-info p{
    color:#666;
    line-height:28px;
    margin-bottom:35px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:18px;
    border-radius:12px;
    margin-bottom:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.contact-box:hover{
    transform:translateY(-5px);
}

.contact-box .icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#ff6b00;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.contact-box h5{
    margin-bottom:5px;
    font-weight:700;
}

.contact-box a,
.contact-box p{
    margin:0;
    color:#555;
    text-decoration:none;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-form h3{
    margin-bottom:25px;
    font-weight:700;
    color:#0f172a;
}

.contact-form .form-control{
    height:55px;
    border-radius:10px;
    border:1px solid #ddd;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:auto;
    resize:none;
}

.contact-form .form-control:focus{
    border-color:#ff6b00;
    box-shadow:none;
}

.contact-btn{
    border:none;
    background:linear-gradient(135deg,#ff6b00,#ff9800);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.contact-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(255,107,0,.35);
}

@media(max-width:991px){

.contact-section{
    padding:70px 0;
}

.contact-info h2{
    font-size:32px;
}

.contact-form{
    padding:30px;
}

}

@media(max-width:767px){

.contact-section{
    padding:60px 0;
}

.contact-info h2{
    font-size:28px;
}

.contact-form{
    padding:20px;
}

.contact-box{
    gap:15px;
}

.contact-box .icon{
    width:50px;
    height:50px;
    font-size:18px;
}

}.top-marquee{
    width:100%;
    background:linear-gradient(90deg,#ff6a00,#ff9f1c);
    color:#fff;
    overflow:hidden;
    white-space:nowrap;
    height:45px;
    display:flex;
    align-items:center;
    border-bottom:2px solid rgba(255,255,255,.2);
    box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.marquee-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation:marquee 30s linear infinite;
}

.marquee-track span{
    font-size:15px;
    font-weight:600;
    margin-right:70px;
    letter-spacing:.4px;
}

.marquee-track:hover{
    animation-play-state:paused;
}

@keyframes marquee{
    from{
        transform:translateX(7%);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){
    .top-marquee{
        height:40px;
    }

    .marquee-track span{
        font-size:13px;
        margin-right:40px;
    }
}