body {font-family: Garamond,Georgia,Verdana;background-color:#5C656D;}
.bg-primary {
    background-color: #050566 !important;
}
.btn-primary {
    background-color: #050566 !important;
    border-color: #050566 !important;
}
.text-secondary {
    color:#050566 !important;
}
/* 1. Top Blue Bar */
.top-bar {
    background-color: #050566;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 500;
}

/* 2. Custom Navbar Styling */
.custom-navbar {
    background: #7C858D;
    border-top: 2px solid #555555;
}

/* 3. Logo Overhang */
.navbar-brand-custom {
    position: relative;
    z-index: 1050;
}

.logo-overhang {
    position: absolute;
    top: -60px;
    height: 185px;
    width: auto;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
}

/* --- MOBILE ADJUSTMENTS --- */
@media (max-width: 767px) {
    .logo-overhang {
        height: 120px;    /* Shorter height for cellphones */
        top: -35px;      /* Adjusted top position */
    }

    .navbar-brand-custom {
        /* Ensures the logo doesn't push the "hamburger" menu down */
        display: block;
        width: 80px;
    }
    .nav-link {
        font-size:1.1em !important;
        padding:10px !important;
        border-bottom:1px solid #6C757D;
        border-radius:0px;
    }
    .fs-4 {
        font-size:1em !important;
    }
}

/* Nav Link Styling */
.navbar {
    --bs-navbar-nav-link-padding-y:0.1rem;
}
.navbar-toggler {
    border: 1px solid #6C757D !important;
}
.navbar-toggler:hover {
    box-shadow:2px 2px 2px #000000 !important;
}
.navbar-toggler:focus {
    box-shadow:2px 2px 2px #000000 !important;
    background-color:#8C959D;
}
.navbar-nav .nav-link {
    color: #000000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size:1.5em;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.navbar-nav .nav-link:hover {
    background-color: #ACB5BD;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}
/* Control the height of the slideshow */
.carousel-img {
    height: 500px;
    object-fit: cover; /* Ensures image fills the area without stretching */
}

/* Style the text overlay */
.custom-caption {
    color: #050566;
    background:rgba(255,255,255,0.85);
    padding: 1rem;
    border-radius: 10px;
    bottom: 10%; /* Moves text higher up the photo */
    text-align: left;
    max-width: 500px;
    left: 10% !important; /* Positions it to the left side */
    box-shadow:5px 0px 10px #555555;
    border:1px solid #050566;
}

.custom-caption h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Optional: Add a dark overlay to images so text is easier to read */
.carousel-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
}
.carousel-inner.rounded {
    border-radius: 15px; /* Gives the slideshow a modern, contained look */
    overflow: hidden;    /* Fixes corner clipping */
}
/* Content spacing */
.content-area {
    padding-top:30px;
    text-align: center;
    clear: both;
    z-index: 1;
    background: white; /* Optional: ensures text is on a solid background */
}
#tourTabs .nav-item {
	width:49%;
  text-align:CENTER;
  margin-left:1px;
  margin-right:1px;
}
#tourTabs .nav-link {
	font-size:1.5em !important;
  border:0px;
  text-align:CENTER;
  width:100%;
  color:#050566;
  background-color:#9CB5BD;
}
#tourTabs .nav-link.active{
  border:0px;
  background-color:#050566;
  color:#FFFFFF;
  border-bottom:2px solid #050566;
}
#tabContent {
    margin-top:-1px;
}
#tabContent th {
    background-color:#050566;
    color:#FFFFFF;
}
#tabContent tr:nth-child(odd) {
    background-color: #C5D5EE;
}
#tabContent td {
    background-color:transparent;
}
#tabContent tr:hover {
    background-color:#FFF9C4;
}
.history {
    background-color:#FFF9C4;
}
.history_desktop {
    background-color:#5C656D;
    color:#FFF9C4;
    text-shadow: -2px 0px 4px rgba(0, 0, 0, 0.3);
}

.price {
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    border: none; /* Borders often clash with heavy shadows */
    transition: transform 0.3s ease;
    }

.deposit {font-family:Helvetica,Verdana;font-size:20px;font-weight:bold;}
#phones {border-collapse:collapse;width:100%;}
#phones th {font-family:Helvetica,Verdana;font-size:18px;color:#050566;padding:5px;text-align:CENTER;}
#phones td {font-family:Helvetica,Verdana;font-size:18px;font-weight:bold;background-color:#c8E0F6;color:#000000;padding:5px;border-top:2px solid #050566;text-align:CENTER;padding:5px;}