/* Top Menu */ @media (min-width: 768px) { .navbar .nav-item .dropdown-menu { width: 260px !important; } } /* Custom CSS */ @media (max-width: 768px) { .dropdown-menu { position: absolute !important; left: 0 !important; right: auto !important; transform: none !important; min-width: 100% !important; z-index: 9999 !important; background-color: white; /* optional: ensure text is visible */ border: 1px solid #ccc; /* optional: better visibility */ } .dropdown-menu-end { left: 0 !important; right: auto !important; } } .feature-area.feature-bg.py-60 .feature-item{ padding: 55px 20px; } .gt_options gt-open{ margin-top: 1px; !important; } .service-area.bg.py-120 .site-title-tagline::before{ display: none; } .feature-area.feature-bg.py-60 .feature-item{ padding: 25px 20px 150px 20px !important; } /* WooCommerce */ .woocommerce-form-coupon-toggle{ display: none !important; } /* COYO-HERO-FULLBANNER 2026-06-01 - full-bleed banner, no crop, form below (DB-backed, RUCSS-safe) */ body .hero-section,body .hero-slider,body .hero-slider .swiper-wrapper,body .hero-slider .swiper-slide,body .hero-single,body .hero-single picture{height:33.333vw!important;min-height:0!important;max-height:none!important;width:100%!important} body .hero-single img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important} body .hero-slider .swiper-button-next,body .hero-slider .swiper-button-prev,body .hero-slider .swiper-pagination{display:none!important} body .hero-section .hero-single::before{opacity:0!important} body .booking-area{margin-top:0!important} /* COYO-HERO-NOPAD - kill theme&#039;s 150px vertical padding that held the empty overlay text, so hero = image height */ body .hero-slider .swiper-slide,body .hero-single{padding-top:0!important;padding-bottom:0!important} /* COYO-IFRAME-MOBILE-H - fit mobile iframe to step-1 height (~723px) so no dead space dynamic auto-height needs the coyoacan.io postMessage snippet */ @media(max-width:768px){body .coyo-booking-embed iframe{min-height:745px!important}} /* COYO-MOBILE-MENU-ZINDEX 2026-06-02 - lift open mobile nav above booking form (theme stacks .booking-area z:2 over header stacking context z:1, covering the lower menu items) */ @media (max-width:991px){body .navbar{z-index:1000!important}} /* COYO-HERO-HIDECTA 2026-06-02 - hide theme&#039;s overlay CTA button (.hero-content holds empty title/subtitle + a &#039;Get a Quote&#039; theme-btn) that sat ON TOP of Frank&#039;s baked-in banner after COYO-HERO-NOPAD collapsed the hero to image height. Banner <picture> is a separate absolute el, not inside .hero-content, so hiding this leaves the banner intact. Homepage-scoped via .hero-section (inner pages use top_banner/breadcrumb, not .hero-section). */ body .hero-section .hero-content{display:none!important}