/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

.bunny-header {
  position: fixed; /* Fixes the menu to the top of the viewport */
  top: 0; /* Ensures it stays at the top */
  left: 0;
  width: 100%; /* Stretches the menu across the page */
  z-index: 1000; /* Ensures the menu is above the hero section */
  background-color: #007bff !important; /* Replace with your solid color */
  transition: background-color 0.8s ease-in-out; /* Smooth transition */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  */
}

.home-hero {
  position: relative; /* Default relative positioning */
  margin-top: 0; /* Pulls the hero up under the menu */
  z-index: 0; /* Places it behind the menu */
  height: 100vh; /* Full height for the hero section */
  background-size: cover; /* Ensures the image covers the entire hero section */
  max-height: 971px;
}

.header-cta {
  display: inline-block;
  line-height: 1;
  /* background-color: #69727d; */
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  min-width: 155px;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}

.header-cta .has-base-background-color {
  background-color: #0253ee !important;
}

.header-cta .has-contrast-color {
  color: white !important;
}

.header-cta,
.header-cta a,
.header-cta .wp-block-button__link {
  white-space: nowrap !important;
  width: auto !important;
  max-width: none !important;
}

.bunny-header.scrolled {
  background-color: #007bff !important; /* Replace with your solid color */
}

.wp-block-post-title {
  display: none !important;
}

.icon-callout {
  text-align: center;
  width: 400px;
  margin-top: 50px;
  max-width: 400px;
}

.icon-callout .fa-solid {
  font-size: 52px;
  color: #007bff !important;
}

.header-logo {
  min-width: 24px;
}

@media (width > 782px) {
  .mobile-btn {
    display: none !important;
  }
}
@media (width < 782px) {
  .wp-block-columns {
    margin-block-start: 350px !important;
  }
}
@media (width < 595px) {
  .header-cta-container-mobile {
    display: block !important;
  }
  .header-cta-container {
    display: none !important;
  }
}
@media (width > 595px) {
  .header-cta-container-mobile {
    display: none !important;
  }
  .header-cta-container {
    display: block !important;
  }
}
.icon-text-highlights {
  margin-bottom: 50px !important;
}

.icon-text-highlights .fa-solid {
  font-size: 25px;
  width: 25px;
  text-align: left;
  color: #007bff !important;
}

.icon-text-highlights p {
  /* margin-left: 45px !important; */
  font-size: 14pt;
}

.footer-contact input {
  padding: 26px 24px 26px 24px !important;
  border-radius: 50px !important;
}

.footer-contact textarea {
  padding: 26px 24px !important;
  border-radius: 50px !important;
  min-height: 200px !important;
}

.footer-contact-cta {
  background: #007bff !important;
  border: none;
  color: white;
  border-radius: 50px !important;
  transition: all 0.3s;
  text-align: center !important;
}

.wpforms-submit-container {
  text-align: center !important;
}

.app-download {
  background: #007bff !important;
  border-radius: 50px !important;
  color: white;
  position: relative;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.page-header {
  position: relative; /* Default relative positioning */
  margin-top: 0 !important; /* Pulls the hero up under the menu */
  z-index: 0; /* Places it behind the menu */
  height: 300px !important; /* Full height for the hero section */
  background-size: cover; /* Ensures the image covers the entire hero section */
  max-height: 300px !important;
  padding: 0 !important;
}

.icon-highlight p {
  margin-top: 15px !important;
}

.home .bunny-header {
  background: transparent; /* Optional: Slight transparency for effect */
  background: none !important;
}

.home header .bunny-header.scrolled {
  background-color: #007bff !important; /* Replace with your solid color */
}

.page-fleet header .bunny-header {
  background-color: #007bff !important; /* Replace with your solid color */
}

.page-id-26 header .bunny-header {
  background-color: #007bff !important; /* Replace with your solid color */
}

.page-id-561 .has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bd-iframe {
  width: 100%;
  height: 100vh !important;
  min-height: 100vh;
  max-width: 100% !important;
  border: 0;
  display: block;
}/*# sourceMappingURL=style.css.map */