/* === BASE STYLES === */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #171717;
    background-color: #fafafa;
}
*, :after, :before {
    box-sizing: border-box;
}
a {
    color: #131d3b;
    text-decoration: none;
    transition: color .2s;
}
a:hover, a:focus {
    color: #ffb400;
}
img, svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.screen-reader-text {
    border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important;
    width: 1px; word-wrap: normal!important;
}
.site-logo-img {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20%;
}

.custom-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-text {
  color: #ffb822;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 2px;
  padding: 5%;
}

.logo-line-top {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 3px;
}

.logo-line-bottom {
  font-size: 22px;
  letter-spacing: 5px;
  margin-top: 2px;
  text-transform: uppercase;
}

/* === LAYOUT & STRUCTURE === */
.site-content { padding: 0; }
.ast-page-builder-template .hentry { margin: 0; }
.ast-page-builder-template .site-content>.ast-container { max-width: 100%; padding: 0; }
section { scroll-margin-top: 80px; }

/* === HEADER === */
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background-color: transparent;
}
.ast-main-header-wrap {
    transition: all 0.3s ease;
}
.site-branding img {
    max-height: 55px;
    transition: all 0.3s ease;
}
.main-header-menu .menu-link {
    height: 80px;
    transition: all 0.3s ease;
}

/* Scrolled State */
.scrolled .ast-main-header-wrap {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.scrolled .site-branding img {
    max-height: 45px;
}
.scrolled .main-header-menu .menu-link {
    height: 60px;
}
.scrolled .ast-primary-header-bar {
    min-height: 60px;
}
.scrolled .ast-custom-button {
    padding: 12px 24px;
}

/* Adjust content padding to prevent overlap */
#page {
    padding-top: 130px;
}

.ast-builder-social-element {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.ast-builder-social-element:hover {
  transform: scale(1.1);
  background-color: rgba(255,255,255,0.1); /* o el que prefieras */
}

.scrolled .ast-above-header-wrap {
    display: none;
}
.scrolled .main-header-menu .menu-link {
    color: #171717 !important;
}
.scrolled .main-header-menu .menu-item:hover>.menu-link,
.scrolled .main-header-menu .menu-item.active-link > .menu-link {
    color: #ffb400 !important;
}
.scrolled .custom-logo-link img {
    /* Optional: if you have a different logo for scrolled state */
}

.ast-above-header-bar {
    background-color: #fff;
    min-height: 50px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    opacity: 0.5;
}
.ast-above-header .ast-builder-grid-row, .ast-primary-header-bar .ast-builder-grid-row {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr auto;
}
.site-header-above-section-left, .site-header-above-section-center, .site-header-above-section-right { display: flex; align-items: center; }
.site-header-above-section-center { justify-content: center; }
.site-header-above-section-right { justify-content: flex-end; }
.ast-header-html-element p {
    margin: 0;
    color: #fafafa;
    font-size: .88rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ast-main-header-wrap { background-color: rgba(255,255,255,0); }
.ast-primary-header-bar { min-height: 80px; }
.site-branding .custom-logo-link img { max-width: 180px; transition: max-width 0.3s ease; }
.main-header-menu { display: flex; justify-content: center; list-style: none; margin: 0; padding-left: 0; }
.main-header-menu .menu-item { position: relative; }
.main-header-menu .menu-link {
    padding: 0 1.2em;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #171717;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 80px;
    transition: color 0.3s ease;
}
.ast-theme-transparent-header .main-header-menu .menu-link { color: rgba(95, 95, 95, 0.9); }
.ast-theme-transparent-header .main-header-menu .menu-item:hover>.menu-link,
.ast-theme-transparent-header .main-header-menu .current-menu-item>.menu-link,
.ast-theme-transparent-header .main-header-menu .menu-item.active-link > .menu-link {
    color: #b2b2b2;
    font-weight: 700;
}
.ast-header-button-1 .ast-custom-button {
    background-color: #ffb400;
    color: #131d3b;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 32px;
    font-size: .88rem;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color .2s, transform .2s;
}
.ast-header-button-1 .ast-custom-button:hover { background-color: #e6a200; transform: scale(1.05); }

/* === MOBILE HEADER === */
#ast-mobile-header { display: none; }
.ast-mobile-popup-drawer { position: fixed; top: 0; bottom: 0; left: -99999rem; right: 99999rem; opacity: 0; transition: opacity .25s ease-in,left 0s .25s,right 0s .25s; }
.ast-mobile-popup-drawer.active { left: 0; opacity: 1; right: 0; z-index: 100000; transition: opacity .25s ease-out,left 0s,right 0s; }
.ast-mobile-popup-overlay { background-color: rgba(0,0,0,.4); position: fixed; top: 0; right: 0; bottom: 0; left: 0; visibility: hidden; opacity: 0; transition: opacity .2s ease-in-out; }
.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay { opacity: 1; cursor: pointer; visibility: visible; }
.ast-mobile-popup-inner { width: 100%; transform: translateX(-100%); max-width: 90%; left: 0; top: 0; background: #fafafa; color: #3a3a3a; bottom: 0; opacity: 0; position: fixed; box-shadow: 0 0 2rem 0 rgba(0,0,0,.1); display: flex; flex-direction: column; transition: transform .2s ease-in,opacity .2s ease-in; overflow-y: auto; overflow-x: hidden; }
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner { opacity: 1; visibility: visible; transform: translateX(0); }
.ast-mobile-popup-header { display: flex; justify-content: flex-end; min-height: calc(1.2em + 24px); }
.menu-toggle-close { background: transparent; border: 0; font-size: 24px; line-height: 1; padding: .6em; color: inherit; display: flex; box-shadow: none; cursor: pointer; }
.ast-mobile-popup-content .main-header-menu { flex-direction: column; }
.ast-mobile-popup-content .menu-item { line-height: 1.5; border-bottom: 1px solid #eaeaea; }
.ast-mobile-popup-content .menu-link { padding: 15px 25px; color: #171717; }
.ast-mobile-popup-content .menu-item.active-link > .menu-link { color: #ffb400; font-weight: bold; }

/* Mobile Header Styles */
@media (max-width: 921px) {
    .ast-mobile-header-wrap {
        display: block;
    }

    .mobile-top-bar {
        background: #131d3b;
        padding: 8px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .mobile-contact-info {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .mobile-contact-info a,
    .mobile-contact-info span {
        color: #fff;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-social-icons {
        display: flex;
        gap: 15px;
    }

    .mobile-social-icons a {
        color: #fff;
        font-size: 14px;
    }

    .ast-mobile-header-content {
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
    }

    .ast-mobile-header-content .site-branding {
        display: flex;
        align-items: center;
    }

    .ast-mobile-header-content .custom-logo-link {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .ast-mobile-header-content .custom-logo {
        max-height: 45px;
        width: auto;
    }

    .menu-toggle {
        border: none;
        background: none;
        padding: 10px;
        font-size: 24px;
        color: #131d3b;
        cursor: pointer;
    }

    .logo-text {
        display: flex;
        flex-direction: column;
    }

    .logo-line-top {
        color: #131d3b;
        font-size: 18px;
        font-weight: bold;
    }

    .logo-line-bottom {
        color: #ffb400;
        font-size: 18px;
        font-weight: bold;
    }
}

/* Hide desktop header on mobile */
@media (max-width: 921px) {
    #ast-desktop-header {
        display: none;
    }
}

/* === ELEMENTOR GENERAL === */
.elementor-section { position: relative; }
.elementor-widget-heading h6.elementor-heading-title { color: #ffb400; font-family: 'Poppins',sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.section-title { color: #131d3b; font-family: 'Poppins',sans-serif; font-size: 2.5rem; font-weight: 700; line-height: 1.3em; margin-top: 10px; }

/* === HERO SLIDESHOW SECTION === */
.elementor-element-f62a59f { padding: 220px 0 200px; min-height: 750px; background-position: center center; background-size: cover; background-repeat: no-repeat; transition: background-image 1s ease-in-out, opacity 0.5s; opacity: 0; display: flex; align-items: center; justify-content: center; }
.elementor-element-f62a59f.fade-in { opacity: 1; }
.elementor-background-overlay { background-color: #000; opacity: .6; transition: background .3s,border-radius .3s,opacity .3s; height: 100%; width: 100%; top: 0; left: 0; position: absolute; }
.elementor-widget-heading .elementor-heading-title { padding: 0; margin: 0; line-height: 1; }
.elementor-element-f76db60 .elementor-heading-title { color: #fff; font-family: 'Poppins',sans-serif; font-size: 3.5rem; font-weight: 700; line-height: 1.3em; }
.elementor-element-f657692 .elementor-heading-title { color: #fff; font-family: 'Poppins',sans-serif; font-size: 1.1rem; font-weight: 400; margin: 20px 0 30px; letter-spacing: 0.5px; }
.elementor-button { display: inline-block; line-height: 1; background-color: #ffb400; font-size: 1rem; padding: 18px 35px; border-radius: 5px; color: #131d3b; fill: #131d3b; text-align: center; transition: all .3s; font-weight: 700; text-transform: uppercase; }
.elementor-button:hover { background-color: #e6a200; transform: translateY(-3px); }
.elementor-button.btn-secondary { background: transparent; border: 2px solid #fff; color: #fff; }
.elementor-button.btn-secondary:hover { background: #fff; color: #131d3b; }

/* === INSPECTION REQUEST SECTION === */
.elementor-element-d5b989f { margin-top: -80px; margin-bottom: 0; z-index: 1; }
.elementor-element-51dc037 { background-color: #131d3b; padding: 30px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.elementor-element-d5b989f h3.elementor-heading-title { color: #fff; font-size: 1.75rem; font-weight: 700; }
.wpforms-container .form-control { height: 50px; }
.wpforms-submit { background-color: #ffb400; border: none; border-radius: 5px; color: #131d3b; cursor: pointer; font-size: 1rem; font-weight: 700; height: 50px; padding: 10px 20px; text-transform: uppercase; transition: background-color 0.3s; }
.wpforms-submit:hover { background-color: #e6a200; }

/* === ABOUT COMPANY SECTION === */
.elementor-element-57e7f24 { padding: 100px 0; }
.elementor-element-57e7f24 .elementor-widget-container img { border-style: solid; border-width: 10px; border-color: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,.1); border-radius: 8px; }
.elementor-widget-icon-box h2.elementor-icon-box-title { color: #131d3b; font-family: 'Poppins',sans-serif; font-size: 2.5rem; font-weight: 700; line-height: 1.3em; }
.elementor-widget-text-editor { color: #171717; font-family: 'Poppins',sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.7; }
.elementor-widget-icon-list .elementor-icon-list-items { list-style-type: none; margin: 20px 0 0; padding: 0; }
.elementor-widget-icon-list .elementor-icon-list-item { display: flex; align-items: center; margin-bottom: 10px; font-size: 1rem; }
.elementor-icon-list-icon i { color: #ffb400; font-size: 1.2em; margin-right: 10px; }

/* === SERVICES SECTION === */
.services-section { padding: 100px 0; background-color: #f7f7f7; }
.service-card { background-color: #fff; padding: 40px; text-align: center; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(20, 30, 60, 0.1); }
.service-icon { font-size: 40px; color: #ffb400; margin-bottom: 20px; }
.service-title { font-family: 'Poppins', sans-serif; font-size: 1.4rem; color: #131d3b; margin-bottom: 15px; font-weight: 700; }
.service-description { font-size: 1rem; line-height: 1.6; color: #555; }

/* === WHY CHOOSE US SECTION === */
.why-choose-us-section { padding: 100px 0; }
.feature-card { background-color: #fff; padding: 30px; text-align: center; border: 1px solid #eee; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(20, 30, 60, 0.08); }
.feature-icon { font-size: 3rem; color: #ffb400; margin-bottom: 20px; }
.feature-title { font-family: 'Poppins', sans-serif; font-size: 1.25rem; color: #131d3b; font-weight: 700; }

/* === STATS SECTION === */
.stats-section { padding: 100px 0; background-image: url('../img/stats-bg.jpg'); background-position: center center; background-size: cover; background-attachment: fixed; color: #fff; }
.stat-item h3 { font-size: 3.5rem; font-weight: 700; }
.stat-item p { font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; }

/* === PROJECTS SECTION === */
.projects-section { padding: 100px 0; }
.project-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.project-item img { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.project-item:hover img { transform: scale(1.1); }
.project-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(19, 29, 59, 0.9), transparent); color: #fff; padding: 40px 20px 20px; transition: opacity 0.4s ease; }
.project-overlay h4 { margin: 0; font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 700; }

/* === TESTIMONIAL SECTION === */
.testimonial-section { padding: 100px 0; background-image: url('../img/hero-bg-2.jpg'); background-position: center center; background-size: cover; background-attachment: fixed; color: #fff; }
.testimonial-section .elementor-heading-title { color: rgba(255,255,255,0.8); }
.testimonial-card { background-color: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 30px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.2); height: 100%; display: flex; flex-direction: column; }
.testimonial-stars { color: #ffb400; font-size: 1.1rem; margin-bottom: 15px; }
.testimonial-text { font-size: 1.1rem; line-height: 1.6; font-style: italic; margin-bottom: 20px; flex-grow: 1; }
.testimonial-author { font-family: 'Poppins', sans-serif; text-align: right; font-weight: bold; }

/* === CONTACT SECTION === */
.contact-section { padding: 100px 0; }
.contact-wrapper { background: #fff; border-radius: 8px; box-shadow: 0 5px 25px rgba(0,0,0,0.07); overflow: hidden; }
.contact-info { background: #131d3b; color: #fff; padding: 40px; }
.contact-info h3 { font-family: 'Poppins', sans-serif; font-size: 1.75rem; color: #fff; margin-bottom: 20px; font-weight: 700; }
.contact-info p { color: rgba(255,255,255,0.8); }
.info-list { list-style: none; padding: 0; margin-top: 20px; }
.info-list li { display: flex; align-items: center; font-size: 1rem; margin-bottom: 15px; }
.info-list i { color: #ffb400; margin-right: 15px; font-size: 1.3rem; width: 25px; text-align: center; }
.contact-form-full { padding: 40px; }
.contact-form-full .form-control, .contact-form-full .form-select { min-height: 50px; background: #f7f7f7; border-color: #eee; }
.contact-form-full .form-control:focus, .contact-form-full .form-select:focus { outline: none; box-shadow: none; border-color: #ffb400; }

/* === FINAL CTA SECTION === */
.final-cta-section { padding: 80px 0; background-color: #f7f7f7; }
.final-cta-section .section-title { font-size: 2.2rem; }

/* === FOOTER === */
.site-footer { color: #fff; }
.site-primary-footer-wrap { padding: 60px 0; background-color: #131d3b; }
.footer-widget-area .widget-title { color: #ffb400; font-size: 1.4rem; margin-bottom: 20px; font-weight: 700; }
.footer-widget-area .textwidget, .footer-widget-area .menu { color: rgba(255,255,255,0.8); list-style: none; padding: 0; }
.footer-widget-area .menu-item a { color: rgba(255,255,255,0.8); padding: 5px 0; display: block; }
.footer-widget-area .menu-item a:hover { color: #ffb400; }
.footer-social-icons a { color: #fff; font-size: 1.2rem; margin-right: 15px; transition: color 0.2s; }
.footer-social-icons a:hover { color: #ffb400; }
.site-below-footer-wrap { padding: 20px; background-color: #0d152a; min-height: 80px; }
.ast-footer-copyright { text-align: center; color: rgba(255,255,255,0.7); width: 100%; }
.ast-footer-copyright p { margin: 0; }

/* === HEADER SOCIAL ICONS === */
.header-social-inner-wrap {
    display: flex;
    gap: 15px;
    padding: 0 15px;
    align-items: center;
    height: 100%;
}

.header-social-inner-wrap a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #888;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Social media brand colors */
.ast-facebook:hover { color: #1877f2 !important; }
.ast-twitter:hover { color: #1da1f2 !important; }
.ast-instagram:hover { color: #e4405f !important; }
.ast-linkedin:hover { color: #0077b5 !important; }
.ast-tiktok:hover { color: #010101 !important; }

.scrolled .header-social-inner-wrap a {
    color: #666;
    background: rgba(19, 29, 59, 0.05);
}

/* Update header social section alignment */
.site-header-above-section-right {
    display: flex;
    align-items: center;
    height: 50px;
}

/* === HEADER CONTACT INFO === */
.ast-header-html {
    display: flex;
    align-items: center;
    height: 50px;
}

.ast-builder-html-element {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ast-builder-html-element p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: #666;
    font-size: 14px;
}

.ast-builder-html-element p i {
    color: #ffb400;
    font-size: 16px;
}

.scrolled .ast-builder-html-element p {
    color: #333;
}

/* === FOOTER STYLES === */
.site-footer {
    background-color: #131d3b;
    color: rgba(255, 255, 255, 0.8);
}

.site-primary-footer-wrap {
    padding: 80px 0 50px;
}

.footer-widget-area .widget-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-widget-area .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-area .menu-item {
    margin-bottom: 12px;
}

.footer-widget-area .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-widget-area .menu-item a:hover {
    color: #ffb400;
    padding-left: 5px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-social-icons a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social-icons a:hover {
    color: #ffb400;
    transform: translateY(-3px);
}

.footer-contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-info i {
    color: #ffb400;
    font-size: 18px;
    margin-top: 5px;
}

.footer-contact-info p {
    margin: 0 0 5px;
}

.site-below-footer-wrap {
    background-color: #0d152a;
    padding: 20px 0;
    text-align: center;
}

.ast-footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
     .elementor-element-d5b989f h3.elementor-heading-title { font-size: 1.5rem; }
     .elementor-element-f76db60 .elementor-heading-title { font-size: 2.8rem; }
     .section-title, .elementor-widget-icon-box h2.elementor-icon-box-title { font-size: 2.2rem; }
}

@media (max-width: 921px) {
    #ast-desktop-header { display: none; }
    #ast-mobile-header { display: block; }
    .site-header {
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .ast-mobile-header-wrap {
        display: block;
    }

    .mobile-top-bar {
        background: #131d3b;
        padding: 8px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .mobile-contact-info {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .mobile-contact-info a,
    .mobile-contact-info span {
        color: #fff;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-social-icons {
        display: flex;
        gap: 15px;
    }

    .mobile-social-icons a {
        color: #fff;
        font-size: 14px;
    }

    .ast-mobile-header-content {
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
    }

    .ast-mobile-header-content .site-branding {
        display: flex;
        align-items: center;
    }

    .ast-mobile-header-content .custom-logo-link {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .ast-mobile-header-content .custom-logo {
        max-height: 45px;
        width: auto;
    }

    .menu-toggle {
        border: none;
        background: none;
        padding: 10px;
        font-size: 24px;
        color: #131d3b;
        cursor: pointer;
    }

    .logo-text {
        display: flex;
        flex-direction: column;
    }

    .logo-line-top {
        color: #131d3b;
        font-size: 18px;
        font-weight: bold;
    }

    .logo-line-bottom {
        color: #ffb400;
        font-size: 18px;
        font-weight: bold;
    }

    #ast-mobile-popup {
        background-color: #fff;
    }

    #ast-mobile-popup .main-header-menu {
        padding: 20px 0;
    }

    #ast-mobile-popup .menu-item {
        border-bottom: 1px solid #eee;
    }

    #ast-mobile-popup .menu-link {
        padding: 15px 20px;
        color: #131d3b;
        font-weight: 500;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    #ast-mobile-popup .menu-link:hover {
        color: #ffb400;
        background-color: rgba(255, 180, 0, 0.1);
    }

    .mobile-menu-toggle-icon {
        font-size: 24px;
        color: #131d3b;
    }

    .ast-button-wrap button {
        padding: 10px 15px;
        background: transparent;
        border: none;
    }

    .ast-mobile-popup-inner {
        width: 300px;
        padding: 20px 0;
    }

    .ast-mobile-popup-header {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    body { font-size: 0.95rem; }
    .section-title, .elementor-widget-icon-box h2.elementor-icon-box-title { font-size: 1.8rem; }
     .elementor-element-f76db60 .elementor-heading-title { font-size: 2.2rem; }
    .elementor-element-d5b989f { margin-top: 0; }
    .elementor-element-d5b989f .row > div { text-align: center !important; }
    .elementor-element-57e7f24, .services-section, .projects-section, .testimonial-section, .contact-section, .why-choose-us-section, .stats-section { padding: 60px 0; }
    .elementor-element-57e7f24 .elementor-widget-container img { margin-bottom: 30px; }
    .stat-item { margin-bottom: 30px; }
    .site-branding img.custom-logo {
        max-height: 40px;
    }

    .logo-text {
        font-size: 16px;
    }

    .ast-above-header-wrap {
        display: none !important;
    }

    .ast-mobile-popup-content .menu-item {
        margin: 5px 0;
    }
}
