/* =============================================
   Bi Ha Me - Custom Design System
   ============================================= */

/* ---- GLOBAL FONT ---- */
body, h1, h2, h3, h4, h5, h6, p, a, span, li, input, textarea, select, button, .nav, .btn {
    font-family: 'Poppins', sans-serif !important;
}

/* ---- CSS VARIABLES ---- */
:root {
    --header-bg: #111;
    --header-nav-bg: #1a1a1a;
    --card-radius: 12px;
    --card-shadow: 0 4px 25px rgba(0,0,0,0.06);
    --card-shadow-hover: 0 15px 40px rgba(0,0,0,0.12);
    --transition: all 0.35s ease;
}

/* ---- HEADER REDESIGN ---- */
.site-header .top-bar {
    background: var(--header-bg) !important;
    border-bottom: 1px solid rgba(255,215,0,0.1);
    padding: 7px 0;
}
.site-header .top-bar .dz-topbar-left .dz-social li a {
    color: var(--primary) !important;
    font-size: 13px;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.site-header .top-bar .dz-topbar-left .dz-social li a:hover {
    opacity: 1;
}
.site-header .top-bar .dz-topbar-right .dz-social li {
    color: #aaa;
    font-size: 13px;
}
.site-header .top-bar .dz-topbar-right .dz-social li a {
    color: #ccc;
}
.site-header .top-bar .dz-topbar-right .dz-social li i {
    color: var(--primary);
    margin-right: 5px;
}

.main-bar {
    background: var(--header-nav-bg) !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
.sticky-header.is-fixed .main-bar {
    background: rgba(26,26,26,0.98) !important;
    backdrop-filter: blur(12px);
}

.main-bar .container {
    display: flex;
    align-items: center;
}

/* Logo in header */
.logo-header {
    display: flex;
    align-items: center;
}
.logo-header a {
    display: flex;
    align-items: center;
}
.logo-header img {
    max-height: unset !important;
    height: auto !important;
}

/* Nav links */
.header-nav .nav {
    flex-wrap: nowrap !important;
}
.header-nav .nav > li > a {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 25px 12px !important;
    white-space: nowrap;
    transition: var(--transition);
    position: relative;
}
.header-nav .nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.header-nav .nav > li:hover > a::after,
.header-nav .nav > li.active > a::after {
    transform: scaleX(1);
}
.header-nav .nav > li:hover > a,
.header-nav .nav > li.active > a {
    color: var(--primary) !important;
}

/* Sub menu */
.header-nav .nav > li .sub-menu {
    background: var(--header-nav-bg);
    border-top: 2px solid var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.header-nav .nav > li .sub-menu li a {
    color: #ccc !important;
    font-size: 13px;
    padding: 10px 20px;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: var(--primary) !important;
    padding-left: 25px;
}

/* Extra nav items */
.extra-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    float: right;
}
.extra-nav .extra-cell .extra-icon-box {
    text-align: right;
}
.extra-nav .extra-cell .extra-icon-box .extra-label {
    display: block;
    color: rgba(255,255,255,0.55);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.extra-nav .extra-cell .extra-icon-box .extra-phone {
    display: flex;
    align-items: center;
    gap: 8px;
}
.extra-nav .extra-cell .extra-icon-box .extra-phone i {
    color: var(--secondary) !important;
    background: var(--primary) !important;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px !important;
}
.extra-nav .extra-cell .extra-icon-box .extra-phone span {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.extra-nav .login-btn {
    border-radius: 6px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Contact sidebar */
.contact-sidebar {
    background: var(--header-nav-bg);
}
.contact-sidebar .css-inner {
    color: #ccc;
}
.contact-sidebar .css-info h4 {
    color: var(--primary);
}

/* ---- HERO SLIDER MODERN ---- */
.silder-one {
    position: relative;
}
.silder-one .dz-slide-item {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.silder-one .dz-slide-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(17,17,17,0.92) 0%, rgba(17,17,17,0.75) 45%, rgba(17,17,17,0.3) 100%);
    z-index: 1;
}
.silder-one .silder-content {
    z-index: 2;
    position: relative;
}
.silder-one .silder-content .inner-content {
    max-width: 720px;
}
.silder-one .silder-content .sub-title {
    color: var(--primary) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 16px;
    display: inline-block;
    padding: 6px 18px;
    border: 2px solid var(--primary);
    border-radius: 3px;
    background: rgba(255,215,0,0.08);
}
.silder-one .silder-content .title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.silder-one .silder-content p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.75;
    max-width: 560px;
    font-family: 'Poppins', sans-serif;
}
.silder-one .silder-content .btn {
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.slider-one-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.3);
    opacity: 1;
}
.slider-one-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
    transform: scale(1.2);
}

/* ---- SECTION TITLES MODERN ---- */
.section-head.modern {
    margin-bottom: 45px;
}
.section-head.modern .sub-title {
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.section-head.modern .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.section-head.modern .title span {
    color: var(--primary);
}
.section-head.modern p {
    color: #777;
    max-width: 600px;
    margin: 12px auto 0;
    font-size: 15px;
    line-height: 1.7;
}

/* ---- ABOUT SECTION ---- */
.about-modern .dz-media {
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
}
.about-modern .dz-media img {
    border-radius: var(--card-radius);
    transition: transform 0.5s;
}
.about-modern .dz-media:hover img {
    transform: scale(1.03);
}
.about-modern .about-content {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* ---- VISION / MISSION CARDS ---- */
.vm-card {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 35px 30px;
    box-shadow: var(--card-shadow);
    border-left: 4px solid var(--primary);
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.vm-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100px; height: 100px;
    background: linear-gradient(135deg, rgba(255,215,0,0.08) 0%, transparent 100%);
    border-radius: 0 0 0 100%;
}
.vm-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
    border-left-color: var(--primary-hover, #e6c200);
}
.vm-card .vm-icon {
    width: 58px; height: 58px;
    background: linear-gradient(135deg, var(--primary), #e6c200);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 4px 15px rgba(255,215,0,0.25);
}
.vm-card .vm-icon i {
    font-size: 26px;
    color: #1a1a1a;
}
.vm-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a1a1a;
}
.vm-card p {
    color: #666;
    line-height: 1.75;
    margin: 0;
    font-size: 15px;
}

/* ---- WHY US ---- */
.why-us-modern {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 35px 25px;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.why-us-modern::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.why-us-modern:hover::after {
    transform: scaleX(1);
}
.why-us-modern:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
}
.why-us-modern .why-icon {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, var(--primary), #f0c800);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 22px;
    transition: transform 0.3s;
    box-shadow: 0 5px 20px rgba(255,215,0,0.2);
}
.why-us-modern:hover .why-icon {
    transform: rotate(5deg) scale(1.08);
}
.why-us-modern .why-icon i {
    font-size: 30px;
    color: #1a1a1a;
}
.why-us-modern h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.why-us-modern p {
    color: #777;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* ---- STATS MODERN ---- */
.stats-section-modern {
    background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}
.stats-section-modern::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 300px; height: 300px;
    background: var(--primary);
    opacity: 0.03;
    border-radius: 50%;
}
.stats-section-modern::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 250px; height: 250px;
    background: var(--primary);
    opacity: 0.03;
    border-radius: 50%;
}
.stat-item {
    text-align: center;
    padding: 25px 15px;
    position: relative;
    z-index: 1;
}
.stat-item .stat-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 10px;
}
.stat-item .stat-label {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.stat-divider {
    position: absolute;
    right: 0; top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255,215,0,0.12);
}

/* ---- SERVICES GRID ---- */
.masonry-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.masonry-item {
    width: calc(25% - 15px);
}
.masonry-item .service-modern {
    height: 300px;
}
@media (max-width: 991px) {
    .masonry-grid { gap: 15px; }
    .masonry-item { width: calc(50% - 8px); }
    .masonry-item .service-modern { height: 250px; }
}
@media (max-width: 575px) {
    .masonry-item { width: 100%; }
    .masonry-item .service-modern { height: 240px; }
}

/* ---- SERVICES MODERN (NO ICONS) ---- */
.service-modern {
    position: relative;
    border-radius: var(--card-radius);
    overflow: hidden;
    height: 320px;
    cursor: pointer;
    box-shadow: var(--card-shadow);
}
.service-modern img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.service-modern:hover img {
    transform: scale(1.1);
}
.service-modern .service-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 28px 22px;
    background: linear-gradient(0deg, rgba(17,17,17,0.95) 0%, rgba(17,17,17,0.6) 60%, transparent 100%);
    color: #fff;
    transition: var(--transition);
}
.service-modern .service-overlay h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    transition: margin 0.3s;
}
.service-modern:hover .service-overlay h4 {
    margin-bottom: 8px;
}
.service-modern .service-overlay p {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.service-modern:hover .service-overlay p {
    max-height: 80px;
}
.service-modern .service-number {
    position: absolute;
    top: 15px; left: 15px;
    width: 36px; height: 36px;
    background: var(--primary);
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

/* ---- REFERENCES CARD V2 ---- */
.ref-card-v2 {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 28px 24px;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-left: 4px solid var(--primary);
    overflow: hidden;
}
.ref-card-v2::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 80px; height: 80px;
    background: linear-gradient(135deg, rgba(255,215,0,0.06) 0%, transparent 100%);
    border-radius: 0 0 0 80%;
}
.ref-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
    border-left-color: #e6c200;
}
.ref-card-v2 .ref-card-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: var(--primary);
    opacity: 0.15;
    line-height: 1;
    margin-bottom: 12px;
}
.ref-card-v2 .ref-card-body {
    flex: 1;
}
.ref-card-v2 .ref-card-tag {
    display: inline-block;
    padding: 3px 12px;
    background: rgba(255,215,0,0.1);
    color: var(--primary-dark, #b8860b);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.ref-card-v2 h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.ref-card-v2 p {
    color: #777;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}
.ref-card-v2 .ref-card-arrow {
    margin-top: 16px;
    width: 34px; height: 34px;
    background: var(--primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
    opacity: 0;
    transform: translateX(-10px);
}
.ref-card-v2 .ref-card-arrow i {
    font-size: 13px;
    color: #1a1a1a;
}
.ref-card-v2:hover .ref-card-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ---- FUTURE VISION ---- */
.future-modern {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 38px 25px;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
    border-top: 3px solid var(--primary);
    position: relative;
    overflow: hidden;
}
.future-modern::before {
    content: '';
    position: absolute;
    bottom: -50px; right: -50px;
    width: 120px; height: 120px;
    background: rgba(255,215,0,0.05);
    border-radius: 50%;
}
.future-modern:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
}
.future-modern .future-year {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 15px;
}
.future-modern h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 12px;
}
.future-modern p {
    color: #777;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* ---- BLOG MODERN ---- */
.blog-modern {
    background: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
}
.blog-modern:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
}
.blog-modern .blog-img {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.blog-modern .blog-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-modern:hover .blog-img img {
    transform: scale(1.06);
}
.blog-modern .blog-date {
    position: absolute;
    bottom: 12px; left: 12px;
    background: var(--primary);
    color: #1a1a1a;
    padding: 5px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}
.blog-modern .blog-category {
    position: absolute;
    top: 12px; right: 12px;
    background: rgba(26,26,26,0.85);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.blog-modern .blog-content {
    padding: 22px;
}
.blog-modern .blog-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.blog-modern .blog-content h4 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}
.blog-modern .blog-content h4 a:hover {
    color: var(--primary);
}
.blog-modern .blog-content p {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.blog-modern .read-more {
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.blog-modern .read-more:hover {
    gap: 12px;
}

/* ---- CONTACT INFO BOXES ---- */
.contact-modern {
    background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
    border-radius: var(--card-radius);
    padding: 35px 25px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.contact-modern::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.contact-modern:hover::before {
    transform: scaleX(1);
}
.contact-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}
.contact-modern .contact-icon {
    width: 65px; height: 65px;
    background: var(--primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 20px rgba(255,215,0,0.25);
}
.contact-modern .contact-icon i {
    font-size: 24px;
    color: #1a1a1a;
}
.contact-modern h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-modern p, .contact-modern a {
    color: rgba(255,255,255,0.65);
    margin: 0;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-modern a:hover {
    color: var(--primary);
}

/* ---- CTA MODERN ---- */
.cta-modern {
    position: relative;
    overflow: hidden;
}
.cta-modern::before {
    content: '';
    position: absolute;
    top: -60%; right: -5%;
    width: 350px; height: 350px;
    background: var(--primary);
    opacity: 0.04;
    border-radius: 50%;
}
.cta-modern::after {
    content: '';
    position: absolute;
    bottom: -40%; left: -3%;
    width: 250px; height: 250px;
    background: var(--primary);
    opacity: 0.04;
    border-radius: 50%;
}
.cta-modern h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ---- FOOTER REDESIGN ---- */
.site-footer {
    background: #111 !important;
}
.footer-top {
    padding: 60px 0 30px;
}
.footer-widget-title {
    color: var(--primary) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 12px;
}
.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--primary);
    border-radius: 2px;
}
.footer-about-text {
    color: rgba(255,255,255,0.7) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    width: 38px; height: 38px;
    border: 1px solid rgba(255,215,0,0.3);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary) !important;
    font-size: 14px;
    transition: var(--transition);
}
.footer-social a:hover {
    background: var(--primary);
    color: #1a1a1a !important;
    border-color: var(--primary);
}
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-list li {
    margin-bottom: 12px;
}
.footer-links-list li a {
    color: rgba(255,255,255,0.7) !important;
    font-size: 15px !important;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.footer-links-list li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary);
    font-size: 12px;
}
.footer-links-list li a:hover {
    color: var(--primary) !important;
    padding-left: 5px;
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}
.footer-contact-icon {
    width: 42px; height: 42px;
    min-width: 42px;
    background: rgba(255,215,0,0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--primary);
    font-size: 16px;
}
.footer-contact-info span {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.footer-contact-info a,
.footer-contact-info p {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
    transition: color 0.3s;
}
.footer-contact-info a:hover {
    color: var(--primary) !important;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
}
.copyright-text {
    color: rgba(255,255,255,0.5) !important;
    font-size: 14px !important;
}
.footer-credit {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.footer-credit a {
    color: var(--primary) !important;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}
.footer-credit a:hover {
    opacity: 0.8;
}

/* ---- PAGE SERVICE CARDS ---- */
.page-service-card {
    background: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
}
.page-service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
}
.page-service-card .card-img {
    height: 220px;
    overflow: hidden;
}
.page-service-card .card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.page-service-card:hover .card-img img {
    transform: scale(1.06);
}
.page-service-card .card-body {
    padding: 25px;
}
.page-service-card .card-body h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}
.page-service-card .card-body p {
    color: #777;
    font-size: 14px;
    line-height: 1.65;
}

/* ---- PAGE REFERENCE CARDS ---- */
.page-ref-card {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 30px;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
    border-left: 4px solid var(--primary);
}
.page-ref-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
}
.page-ref-card .ref-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: var(--primary);
    opacity: 0.25;
    line-height: 1;
    margin-bottom: 12px;
}
.page-ref-card h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 8px;
}
.page-ref-card .badge-cat {
    display: inline-block;
    background: rgba(255,215,0,0.12);
    color: var(--primary-dark, #b8860b);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.page-ref-card p {
    color: #777;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* ---- MOBILE BOTTOM NAV ---- */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #1a1a1a;
    z-index: 99999;
    padding: 6px 0;
    padding-bottom: calc(6px + env(safe-area-inset-bottom));
    box-shadow: 0 -3px 20px rgba(0,0,0,0.4);
    border-top: 1px solid rgba(255,215,0,0.12);
}
.mobile-bottom-nav .nav-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0; padding: 0;
    list-style: none;
}
.mobile-bottom-nav .nav-items li {
    flex: 1;
    text-align: center;
}
.mobile-bottom-nav .nav-items a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #888;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 0;
    transition: color 0.3s;
    letter-spacing: 0.3px;
}
.mobile-bottom-nav .nav-items a i {
    font-size: 19px;
    margin-bottom: 3px;
}
.mobile-bottom-nav .nav-items a.active,
.mobile-bottom-nav .nav-items a:hover {
    color: var(--primary);
}
.mobile-bottom-nav .nav-items .nav-call a {
    background: var(--primary);
    color: #1a1a1a !important;
    border-radius: 50%;
    width: 50px; height: 50px;
    display: flex; align-items: center; justify-content: center;
    margin: -18px auto 0;
    box-shadow: 0 4px 15px rgba(255,215,0,0.35);
    flex-direction: row;
}
.mobile-bottom-nav .nav-items .nav-call a i {
    font-size: 22px;
    margin: 0;
}
.mobile-bottom-nav .nav-items .nav-call a span {
    display: none;
}

/* ---- MOBILE RESPONSIVE ---- */
@media (max-width: 991px) {
    .mobile-bottom-nav { display: block; }
    body { padding-bottom: 65px; }
    .scroltop { bottom: 80px !important; }

    /* Hide topbar on mobile */
    .top-bar { display: none !important; }
    .main-bar { padding: 5px 0; }

    /* Mobile nav panel */
    .header-nav {
        background: #1a1a1a !important;
    }
    .header-nav .nav > li > a {
        padding: 12px 15px !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .header-nav .nav > li > a::after {
        display: none;
    }

    /* Slider mobile */
    .silder-one .silder-content .inner-content {
        max-width: 100% !important;
        padding: 0 15px;
    }
    .silder-one .silder-content .title {
        font-size: 28px !important;
        letter-spacing: 0.5px;
    }
    .silder-one .silder-content .sub-title {
        font-size: 10px;
        padding: 4px 12px;
        letter-spacing: 2px;
    }
    .silder-one .silder-content p {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }
    .silder-one .dz-slide-item::before {
        background: linear-gradient(to bottom, rgba(17,17,17,0.9) 0%, rgba(17,17,17,0.7) 100%);
    }

    /* Section spacing */
    .content-inner { padding: 50px 0; }
    .content-inner-2 { padding: 50px 0; }
    .section-head.modern .title { font-size: 28px; }
    .section-head.modern { margin-bottom: 30px; }

    /* Service cards */
    .service-modern { height: 260px; }
    .service-modern .service-overlay p {
        max-height: 60px !important;
    }

    /* Stats */
    .stat-item .stat-number { font-size: 40px; }
    .stat-divider { display: none; }

    /* Cards */
    .blog-modern .blog-img { height: 200px; }
    .vm-card { padding: 25px 20px; }

    /* Extra nav hide some on mobile */
    .extra-nav .extra-cell:has(.search-link),
    .extra-nav .extra-cell:has(.menu-btn) {
        display: none;
    }
}

@media (max-width: 575px) {
    .silder-one .silder-content .title {
        font-size: 24px !important;
    }
    .silder-one .silder-content .sub-title {
        font-size: 9px;
    }
    .service-modern { height: 230px; }
    .stat-item .stat-number { font-size: 34px; }
    .vm-card { padding: 22px 18px; }
    .section-head.modern .title { font-size: 24px; }
    .blog-modern .blog-img { height: 180px; }
    .ref-card-v2 { padding: 22px 18px; }
    .contact-modern { padding: 28px 20px; }
}

/* ---- iOS / ANDROID APP-LIKE FEEL ---- */
@media (max-width: 991px) {
    * { -webkit-tap-highlight-color: transparent; }
    body {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
    }
    .btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    a, button { min-height: 44px; min-width: 44px; }
    .vm-card, .why-us-modern, .ref-card-v2, .blog-modern, .future-modern,
    .contact-modern, .service-modern, .page-service-card, .page-ref-card {
        border-radius: 16px;
    }
    img { border-radius: 12px; }
    .service-modern img, .blog-modern .blog-img img, .page-service-card .card-img img {
        border-radius: 0;
    }
}

/* ---- UTILITY ---- */
.bg-dark-section {
    background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
}
.text-gradient-primary {
    background: linear-gradient(135deg, var(--primary), #e6c200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
