/*
Theme Name: Gutenify Capital Abco Child
Theme URI: 
Author: 
Author URI: 
Description: Child theme of Gutenify Capital.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: gutenify-capital
Text Domain: gutenify-capital-abco-child
Tags: 
*/
.no-wrap {
    text-wrap: balance;  
}

.side-menu {
    top: 150px;
    text-wrap: balance;
}

/*
.side-menu nav a.active {
    text-decoration: underline;
    font-weight: bold;
    color: #0073aa;
}
*/

.side-menu-heading {
    text-align: right;
}

.side-menu-heading:hover {
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.4s ease;
  border: 6px solid #0598CE;
}



h2.wp-block-heading {
    scroll-margin-top: 120px;
}

.page-id-31 .programs-column:hover {
  border: 4px solid #0598CE;
  border-radius: 5px;
}


.keep-inline {
    white-space: nowrap;
}

.keep-inline:hover {
    background-color: #113768;
    color: #FFF;
}


.program-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top; /* <— crop from top */
    display: block;
}

.pop-button:hover {
  transform: scale(1.05); /* Scale up by 5% on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a subtle shadow on hover */
}

.round-edge {
    border-radius: 5px;
}

.centered-paragraph {
    text-align: center;
}

.left-paragraph {
    text-align: left;
}

.left-content-paragraph p {
    text-align: left;
}

.testimonial-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.testimonial-photo img {
    border-radius: 50%;
    border: 4px solid #031435;
}


/* WP Block Navigation: keep submenu toggle (arrow) clickable */
.wp-block-navigation-item.has-child {
  position: relative;
}

/* Link sits below the toggle */
.wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
  position: relative;
  z-index: 1;
}

/* Toggle sits above the link and receives taps */
.wp-block-navigation-item.has-child > .wp-block-navigation-submenu__toggle {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}



