/*
Theme Name:   Rayo Child
Theme URI:    https://www.oceanthemes.site/rayo/
Description:  Make your modifications to [Parent Theme] in this Rayo child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.site/
Template:     rayo
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  rayo-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* ── Force header visible ── */
#site-header,
#site-header img {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* ── Hide tags/pills on mobile ── */
@media (max-width: 767px) {
  .elementor-element-17e0636 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-rayo-image .rayo-hero-image img {
    max-width: 400px !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .loading__item {
    min-width: 350px !important;
  }
}

/* ── Fix: image overflow on mobile for feature cards ── */
@media (max-width: 1024px) {
  .elementor-element-2fbc23c6,
  .elementor-element-778b1497 {
    overflow: hidden !important;
  }
}

/* ── Fix: footer nav text clipping on mobile ── */
@media (max-width: 767px) {
  .footer-nav .main-menu__link {
    font-size: 1.8rem !important;
    height: auto !important;
    line-height: 1.4 !important;
  }
  .footer-nav .btn-caption {
    height: auto !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}
