/*
Theme Name: Kubio Child
Description: Child theme for Kubio
Author: Zarosis
Author URI: https://zarosis.com
Template: kubio
Version: 1.0.0
Text Domain: kubio-child
*/
.custom-zarosis-footer {
    background-color: #262626;
    color: #ffffff;
    padding: 60px 0;
}

.zarosis-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    padding: 0 30px;
}

/* Social Icons */
.zarosis-social-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.zarosis-social-col a {
    color: #b34a3b;
    font-size: 22px;
    text-decoration: none;
}

/* Menu Widget */
.footer-title {
    color: #b34a3b;
    font-size: 26px;
    margin-bottom: 15px;
    text-align: right;
    text-transform: uppercase;
}

.footer-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer-menu-wrapper ul li {
    margin-bottom: 8px;
}

.footer-menu-wrapper ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.footer-menu-wrapper ul li a:hover {
    color: #b34a3b;
    padding-right: 5px;
}
@media (max-width: 999px) {

  body .wp-block-kubio-hero__outer {
    min-height: 60vh !important;
  }

  body .kubio-video-background,
  body .kubio-video-background-item {
    width: 100% !important;
    height: 100% !important;
  }

  body .kubio-video-background-item {
    object-fit: cover !important;
  }

  body .wp-block-kubio-video__outer,
  body .wp-block-kubio-video__video,
  body .h-video-main {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .h-video-main {
    height: auto !important;
    display: block !important;
  }
}