/*!
Theme Name: laclabichepowwow
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laclabichepowwow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

laclabichepowwow is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
footer iframe{
    height: 300px !important;
    width: 100%;
}
.contact-section iframe{
    height: 500px !important;
    width: 100%;
}

 /* Theme Colors */
  :root {
    --main-color: #8c0411;
    --text-color: #000;
    --bg-color: #fff;
  }

  .mobile-menu-btn {
    padding: 0 15px;
  }

  .mobile-nav {
    font-size: 26px;
    cursor: pointer;
    color: var(--main-color);
  }

  /* Logo Mobile */
  @media (max-width: 767.98px) {
    .logoStyle {
      height: 100px !important;
      width: auto !important;
      margin: 0 auto;
      object-fit: contain;
    }
  }

  /* Side Navigation (Modern Drawer) */
  .sidenav {
    height: 100%;
    width: 0;
    max-width: 60%;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--bg-color);
    z-index: 10000;
    overflow-y: auto;
    transition: 0.4s ease-in-out;
    padding-top: 60px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 6px 0 18px rgba(0, 0, 0, 0.15);
  }

  .sidenav a {
    padding: 12px 24px;
    font-size: 16px !important;
    color: var(--text-color);
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.3s, color 0.3s;
  }

  .sidenav a:hover,
  .sidenav a:focus {
    background-color: #8c0411 !important;
    color: #fff !important;
    opacity: 1 !important;
    box-shadow: inset 0 0 0 1000px #8c0411; /* ensures deep fill */
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    background: transparent;
    color: var(--main-color);
    border: none;
    cursor: pointer;
  }

  .sidenav .donate-link {
    background-color: var(--main-color);
    color: #fff !important;
    margin: 20px 24px;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    font-weight: 600;
  }

  /* Overlay Background */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  body.menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.menu-open {
    overflow: hidden;
  }

  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 15px;
    }
  }
  
  
  .event-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    height: 470px;
    object-fit: contain;
}
 
 
@media (max-width: 575px) {
    .services-area1 .properties .properties-card .properties-img img {
        object-fit: contain;
    }
 
    .logos {
      padding:  0;
    }
 
    .logos-slide img {
        height: 200px;
    }
}

  