/* ===========================
   FCN Golf Tours - About Page Enhancements
   Author: Gema
   =========================== */

/* --- Section Wrapper --- */
section.tabs {
  background: #ffffff;
  padding: 60px 0;
}

/* --- Tabs Navigation --- */
.nav-tabs .nav-link {
  color: #134a56;
  font-weight: 500;
  border-radius: 0;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  padding: 12px 18px;
}

.nav-tabs .nav-link.active {
  color: #fff!important;
  background-color: #134a56;
  border-left: 3px solid #0e3842;
}

.nav-tabs .nav-link:hover {
  color: #fff!important;
  background-color: #238398!important;
}

/* --- Tab Content General --- */
.tab-content {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

/* --- Images --- */
.tab-pane img.img-fluid {
  border-radius: 8px;
  margin-bottom: 10px;
  margin-top:10px!important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

/* --- Paragraphs --- */
.tab-content p {
  padding: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #333;
  text-align:justify;
}

/* --- Headings --- */
.tab-content h3, 
.tab-content h4 {
  color: #134a56;
  font-weight: 600;
  margin-top: 10px;
}

.tab-content h3 {
  font-size: 26px;
}

.tab-content h4 {
  font-size: 22px;
}

/* --- Lists --- */
.tab-content ul {
  margin-top: 0.8em;
  margin-left: 1.2em;
}

.tab-content li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}

/* --- Blockquotes --- */
blockquote {
  padding: 15px 20px;
  background: #134a56;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  margin: 20px auto;
  max-width: 100%;
  font-weight:600;
}

/* --- Section Title --- */
.section-title h2 {
  color: #134a56;
  font-family: "Book Antiqua", serif;
  font-weight: 700;
  font-size: 42px;
}

.section-title h5 {
  color: #134a56;
  font-weight: 500;
  font-size: 20px;
}

.btn-get-started {
  color: #fff;
  background-color: #134a56;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  text-transform: none;
  padding: 10px 15px;
  margin: 30px 0 0 0;
  border-radius: 5px;
  border:solid 0px #fff;
  transition: 0.5s;
}

.btn-get-started:hover{
  color: #134a56;
  background-color: #d7b84e;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  text-transform: none;
  padding: 10px 15px;
  margin: 30px 0 0 0;
  border-radius: 5px;
  border:solid 0px #fff;
  transition: 0.5s;
}


/* --- Responsive Tweaks --- */
@media (max-width: 992px) {
  .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
  .tab-content {
    padding: 20px;
  }
}







/* ================================
   FCN NAVBAR FIX – BY GEMA
   ================================ */

/* Force background for all navbar variants */
#header,
header,
header.header,
.navbar,
nav.navbar,
.header .navbar,
#navbar {
    background-color: #134a56 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 0 0 transparent !important;
    border: none !important;
    z-index: 999 !important;
}

/* Fix Bootstrap’s transparency override */
:root {
    --bs-navbar-bg: #134a56 !important;
}

/* Override Bootstrap “scroll” or “sticky” mode */
.header-scrolled,
header.header-scrolled,
#header.header-scrolled {
    background-color: #134a56 !important;
    box-shadow: none !important;
}

/* Ensure navbar container doesn’t inherit transparency */
.navbar-container,
.header .container,
#header .container {
    background-color: transparent !important;
}

/* Fix nav menu links color */
.navbar a,
.navbar a:visited,
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500 !important;
}

/* Hover / active link highlight */
.navbar a:hover,
.navbar .active,
.navbar-nav .nav-link.active {
    color: #c8f2ff !important;
}

/* Fix dropdown background */
.navbar .dropdown-menu {
    background-color: #134a56 !important;
    border: none !important;
}

/* Fix dropdown items */
.navbar .dropdown-menu a {
    color: #ffffff !important;
}

.navbar .dropdown-menu a:hover {
    color: #c8f2ff !important;
    background-color: rgba(255,255,255,0.08) !important;
}

/* Remove Bootstrap's default shadow */
.dropdown-menu {
    box-shadow: none !important;
}

/* Mobile menu fix */
.mobile-nav-toggle {
    color: #ffffff !important;
}

.navbar-mobile {
    background: #134a56 !important;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown-menu {
    background-color: #134a56 !important;
}

/* Fix icon colors (Bootstrap Icons conflicting) */
.bi,
.navbar .bi {
    color: #ffffff !important;
}

/* Force hamburger icon color */
.mobile-nav-toggle.bi-list {
    color: #ffffff !important;
}

/* Fix when AOS / GLightbox modifies opacity / z-index */
.header,
#header,
.navbar {
    opacity: 1 !important;
    z-index: 9999 !important;
}
