:root {
  --brand: #f57c00;
  --brand-dark: #bc5600;
}
 
.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 22, 44, 0.8), rgba(245, 124, 0, 0.5));
}

.hero .container {
  position: relative;
  z-index: 1;
}

.btn-brand {
  background-color: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}
body{
    font-family: 'Poppins', sans-serif;
    background:#f8fafc;
    color:#172033;
    scroll-behavior:smooth;
}

.main-navbar{
    backdrop-filter: blur(10px);
}

.navbar .nav-link{
    font-weight:500;
    margin:0 8px;
}

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

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#ccc;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

.whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
}
.hero-section{
    background:url('../images/banner.jpeg') center/cover no-repeat;
    position:relative;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.hero-image{
    max-height:550px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.25);
}

.counter-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
}

.counter-card h2{
    color:#ff6b00;
    font-weight:700;
}

.section-subtitle{
    color:#ff6b00;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    font-size:2.3rem;
    font-weight:700;
}

.service-card{
    background:#fff;
    border-radius:20px;
    padding:40px 20px;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-icon{
    font-size:42px;
    margin-bottom:15px;
}

.work-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.work-image{
    height:220px;
    background-size:cover;
    background-position:center;
}

.cta-section{
    background:linear-gradient(135deg,#ff6b00,#e65100);
}
.hero-modern{
    position:relative;
    background:#0f172a;
}

.hero-bg{
    position:absolute;
    inset:0;
    background:url('../images/banner.jpeg') center/cover no-repeat;
    transform:scale(1.05);
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.82),
        rgba(0,0,0,.45)
    );
}

.hero-title{
    font-size:4rem;
    font-weight:800;
    line-height:1.1;
}

.hero-subtitle{
    font-size:1.2rem;
    line-height:1.8;
    color:rgba(255,255,255,.88);
}

.hero-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
}

.hero-main-image{
    max-height:680px;
    border-radius:30px;
    position:relative;
    z-index:2;
}

.hero-stats{
    display:flex;
    gap:50px;
}

.hero-stats h2{
    color:#ffb703;
    font-weight:700;
}

.floating-card{
    position:absolute;
    background:#fff;
    padding:14px 22px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
    font-weight:600;
    z-index:5;
}

.floating-card-1{
    top:18%;
    left:0;
}

.floating-card-2{
    bottom:18%;
    right:0;
}

.hero-wave{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
}
.priority-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.priority-card:hover{
    transform:translateY(-8px);
}

.priority-icon{
    font-size:52px;
    margin-bottom:20px;
}
.about-section{
    background:#fff;
}

.about-image-wrapper{
    position:relative;
}

.about-feature{
    background:#f8fafc;
    border-radius:14px;
    padding:14px 18px;
    font-weight:500;
    border:1px solid #eee;
}

.leader-quote{
    background:#fff8f1;
    border-left:4px solid #ff6b00;
    padding:20px;
    border-radius:12px;
    font-style:italic;
    color:#444;
}

.bg-soft{
    background:linear-gradient(180deg,#f8fafc,#eef6f3);
}

.section-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:20px;
}

.page-hero{
    position:relative;
    min-height:360px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    color:#fff;
    overflow:hidden;
}

.page-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(8,18,36,.88),rgba(10,58,64,.62),rgba(245,124,0,.36));
}

.page-hero::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:54px;
    background:#f8fafc;
    clip-path:ellipse(70% 100% at 50% 100%);
}

.page-hero-title{
    font-size:clamp(2.2rem,5vw,4.5rem);
    font-weight:800;
    line-height:1.05;
}

.page-breadcrumb a,
.page-breadcrumb .active{
    color:rgba(255,255,255,.9);
    text-decoration:none;
}

.news-card,
.gallery-card,
.service-detail-card,
.form-panel,
.info-panel,
.query-panel,
.content-panel{
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
    border-radius:24px;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.news-card,
.gallery-card{
    overflow:hidden;
    transition:.25s ease;
}

.news-card:hover,
.gallery-card:hover,
.work-card:hover,
.service-detail-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 55px rgba(15,23,42,.12);
}

.news-card img,
.gallery-card img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.gallery-card img{
    height:210px;
}

.news-card a{
    color:#172033;
    text-decoration:none;
}

.news-card a:hover{
    color:#f57c00;
}

.status-pill{
    display:inline-flex;
    align-items:center;
    padding:6px 12px;
    border-radius:999px;
    background:#e7f6ee;
    color:#116b46;
    font-size:.78rem;
    font-weight:700;
}

.service-detail-card{
    display:flex;
    gap:20px;
    padding:30px;
    transition:.25s ease;
}

.service-detail-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    display:grid;
    place-items:center;
    flex:0 0 auto;
    background:linear-gradient(135deg,#fff3df,#dff5ed);
    color:#c85d00;
    font-weight:800;
}

.form-panel,
.info-panel,
.query-panel,
.content-panel{
    padding:32px;
}

.content-panel{
    max-width:920px;
}

.rich-content{
    line-height:1.8;
}

.rich-content img{
    max-width:100%;
    border-radius:18px;
    height:auto;
}

.leadish{
    font-size:1.05rem;
    color:#475569;
}

.translate-widget{
    min-width:150px;
    min-height:32px;
}

.translate-widget .goog-te-gadget{
    color:transparent;
    font-size:0;
}

.translate-widget .goog-te-gadget-simple{
    display:flex;
    align-items:center;
    min-height:30px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    background:rgba(255,255,255,.12);
    padding:4px 10px;
}

.translate-widget .goog-te-gadget-simple span{
    color:#fff !important;
    font-size:12px;
}

body > .skiptranslate,
.goog-te-banner-frame{
    display:none !important;
}

body{
    top:0 !important;
}

.whatsapp-float{
    width:62px;
    height:62px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    box-shadow:0 14px 35px rgba(15,23,42,.22);
}

.whatsapp-float img{
    width:54px;
    height:54px;
}

@media (max-width: 991px){
    .hero-title{
        font-size:3rem;
    }

    .hero-stats{
        gap:24px;
        flex-wrap:wrap;
    }

    .section-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .floating-card{
        position:relative;
        display:inline-block;
        margin:8px;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
    }
}

@media (max-width: 575px){
    .top-bar .container{
        justify-content:center !important;
        text-align:center;
    }

    .hero-title{
        font-size:2.45rem;
    }

    .section-title{
        font-size:1.85rem;
    }

    .service-detail-card{
        flex-direction:column;
        padding:24px;
    }

    .form-panel,
    .info-panel,
    .query-panel,
    .content-panel{
        padding:22px;
    }
}
