/*
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.8
Requires PHP: 7.2
Version: 1.2
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
*/
  #debug-container {
    background: rgba(255,255,255,0.95);
    padding: 10px;
    max-height: 100vh;
    overflow-y: auto;
    border-bottom: 2px solid #666;
    font-family: monospace;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .pr-details {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px 0;
    width: 90%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .pr-details summary {
    cursor: pointer;
    padding: 6px 10px;
    font-weight: bold;
    list-style: none;
  }
  .pr-details summary::-webkit-details-marker { display: none; }
  .pr-details summary:before {
    content: "▶";
    display: inline-block;
    margin-right: 6px;
    transition: transform 0.2s;
  }
  .pr-details[open] summary:before {
    transform: rotate(90deg);
  }
  .pr-pre {
    padding: 8px;
    border-top: 1px solid #ddd;
    max-height: 50vh;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    background: #fff;
  }
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/* 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
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}
.more-link {
  display: block;
}

body {
  background-image: url('https://rabiahautogarage.com/wp-content/uploads/2025/06/patternt.jpg');
  color: rgb(0, 0, 0);
  padding: 0;
}
#header {
  background: #0d0d0d;
}
#header h1 {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
#header h1 a {
  color: white;
  text-decoration: none !important  ;
}
#headerimg {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.bash-body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
section {
  margin: 10px auto;
  padding: 20px 0;
}
.gateway__list {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.gateway__list li {
  max-width: 250px;
  text-align: center;
}
h2 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
h3 {
  text-align: center;
  padding: 10px;
  color: #EEDF7A;
  font-weight: 600;
}


.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #EEDF7A;
}

.section-title::before {
  margin-right: 16px;
}
.section-title::after {
  margin-left: 16px;
}

.promo {
  text-align: center;
}
.features{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.choose-companion {
  display: flex;
  background: #070707;
  color: #fff;
}

.choose-companion > div {
  flex: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.choose-companion > div:not(:first-child) {
  border-left: 2px solid #EEDF7A;
}

.choose-companion h3 {
  color: #EEDF7A;
  font-size: 1.25rem;
  text-align: center;
}

.choose-companion p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

.bash_intro_text {
  text-align: center;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__item.open .faq__answer {
  max-height: 500px; 
}

.faq__question {
  background: none;
  border: none;
  color: #EEDF7A;
  font-size: 1.1rem;
  text-align: left;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.faq__toggle {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  color: #EEDF7A;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.logo_yacht{
  border-radius: 50%;
}

.faq__answer p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 0 15px;
}
.faq__item:not(.open) .faq__toggle {
  transform: translateY(-50%) rotate(45deg);
}
.faq__list{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq__item {
  width: 500px;
}
.faq__item.open .faq__toggle {
  transform: translateY(-50%) rotate(0deg);
}
.bash-review-block-right {
  max-width: 400px;
  text-align: center;
  border: 2px solid #EEDF7A;
  padding: 10px;
}
.bash-review-author-all{
 color: #EEDF7A;
}
.bash-review-model {
  font-size: 22px;
  font-weight: 600;
}
.bash-review-text-all {
  text-align: left;
  font-size: 16px;
}
.reviews__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#footer {
  background-color: #070707;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #EEDF7A;
}

.bash-footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.bash-footer-column {
  flex: 1;
  min-width: 180px;
}

.bash-footer-column > p {
  font-weight: 700;
  color: #d4af37;
  text-transform: capitalize;
}

.bash-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bash-footer-column ul li {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #ffffff;
  transition: color 0.3s ease;
  cursor: pointer;
}

.bash-footer-column ul li:hover {
  color: #d4af37;
}

@media (max-width: 768px) {
  .bash-footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .bash-footer-column {
    margin-bottom: 40px;
  }
  .choose-companion {
    flex-direction: column;
  }
  .choose-companion > div {
    border-bottom: 2px solid #00bc3f;
  }
  .choose-companion > div:not(:first-child) {
    border-left: none;
  } 
  .features {
    flex-wrap: wrap;
  }
  
}
