/* color for gold #ffd700 */
*{
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}
.section-heading{
	font-size: 2em;
	text-align: center;
	font-weight: 600;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	padding-top: 6rem;
	padding-bottom: 2.5rem;
	color: #215050;
}
nav ul li .active1{
    border-bottom: 2px solid #ffd700 !important;
}
header button{
    border: 0px !important;
}
header ul li a{
    font-weight: 600;
}
header nav .logo{
    display: flex;
    flex-direction: column;
}
header nav .logo{
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 1px;
    font-family: cursive;
}
header nav span{
    font-size: .8em;
    font-weight: 300;
    font-style: italic;
    color: #ffd700;
}
.bg-color{
    background-color: #184618;
}
header nav a{
    color: #fff !important;
}
.landing-page{
    background-color: #184618;
}
.landing-container{
    padding-top: .7rem;
    padding-bottom: .2rem;
	padding-left: 4%;
	padding-right: 4%;
}
.service-card-1, .service-card-2{
    padding-bottom: 1rem;
}
.our-services{
    background-color: white;
    border: white solid 2px;
    border-radius: 10px;
    padding: 1rem;
}
.btn-links button{
    padding: .6rem 2rem;
    background-color: #101beb;
    border: none;
    color: rgb(7, 182, 65);

}
.carousel-wording{
    padding-top: 10vh;
    
}
.carousel-wording h5{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
} 
.carousel-wording p{
    font-size: 1.1em;
}
.carousel-item img{
    width: 96%;
}
.our-services img{
    height: 70px;
    width: 74px;
}
.our-services p{
    font-weight: 500;
}
.about h5{
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 1rem;
}

.contact-card{
    border: none;
    background-color: #56a756;
    color: white;
    text-align: center;
    padding: 1rem 0rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.contact-card h5{
    font-size: 1em;
}
.contact-card p{
    font-size: .8em;
}
.contact-card i{
    font-size: 1.5em;
    cursor: pointer;
}
.contact-form{
	padding: 1rem;
    margin-bottom: 1rem;
}
.contact-header p{
    text-align: center;
}
.contact-form .btn-executive{
	border-radius: 25px !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background-color: #56a756;
    color: black;
    font-weight: 600;
    width: 15%;  
    font-style: italic;
    margin-left: 40%;
    cursor: pointer;
    border-color: black;
    border-width: 2px;
}
.contact-form form h5{
    padding-bottom: 1rem;
    text-align: center;
    color: #215050;
}
.form-control-f{
    display: block;
    width: 95%;
    margin-top: 5px;
    border: #215050 solid 1px;
    border-radius: 5px;
    padding: 0.3rem 1rem;
    height: 2.8em;
    color: #215050;
}
.form-control-te{
    display: block;
    width: 100%;
    margin-top: 5px;
    border: #215050 solid 1px;
    border-radius: 5px;
    padding: 0.3rem 1rem;
    resize: none;
    color: #215050;
}
.package-container{
    margin: 0% 2%;
}

.tab-content .btn-executive{
    border-radius: 25px !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background-color: #56a756;
    color: black;
    font-weight: 600;
    width: 15%;  
    font-style: italic;
    margin-left: 40%;
    cursor: pointer;
    border-color: black;
    border-width: 2px;
}


.tab-content .btn-executive:hover{
    background-color: #ffd700;
}

.tour-packages h5{
    color: #56a756;
    font-weight: bold;
    font-size: 1.1em;
}
.tour-packages .card-text span{
    font-weight: bold;
    font-size: 1em;
    font-family: 'Franklin Gothic Medium';
}
.tour-packages i{
    color: #56a756;
    padding-right: 10px;
}
.tour-packages .tour-activities{
    margin-top: -12px;
    font-size: .95em;
}
.tour-packages .card-title{
    font-family: monospace;
}
.tour-packages .package-stats p{
    font-style: italic;
}

.tour-packages .btn-executive{
    border-radius: 25px !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background-color: #56a756;
    color: white;
    font-weight: 600;
    width: 70%;  
    position: relative;
}

.view-package-btn {
    background-color: white;
    color: black;
    border-radius: 25px !important;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
}

.view-package-btn:hover {
    background-color: #184618;
}

.tour-packages .btn-executive:hover{
    border-color: black;
    background-color: #ffd700;
    color: black;
}

/* .details-section {
    display: none;
    margin-top: 20px;
    text-align: left;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */


/* Modal styling */
.details-section {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */    
}

.details-content {
    background-color: rgba(255, 255, 255, 0.9); /* White background with slight opacity */
    margin: 30% auto; /* 15% from the top and centered */
    padding: 4rem;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 1.2rem;
}

.close {
    color: white;
    float: right;
    font-size: 15px;
    font-weight: bold;
    border-radius: 20px;
    background-color: #56a756;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0.2rem 1rem;
    border: none;
}

.close:hover,
.close:focus {
    color: #ffd700;
    text-decoration: none;
    cursor: pointer;
}



#destinations ul li .active{
    background-color: #56a756 !important;
    color: White !important;
}
#destinations ul li button{
    color: #215050 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: larger;
    
}
.activities-heading{
    font-size: 1.2em;
    font-weight: 600;
    padding: 1rem 0rem;
    text-align: center;
    color: #215050;
}
footer{
    text-align: center;
    padding: 1rem 0rem;
    margin-top: 1rem;
}
footer hr{
    width: 90%;
    margin-left: 5%;
    color: #215050;
}

.nav-pill-part-data .place-name{
    font-size: 1.1em;
    color: #56a756;
    padding-left: .5rem;
    padding-top: 10px;
}
.nav-pill-part-data .description{
    font-size: .9em;
    color: #215050;
    padding-left: .5rem;
    margin-top: -5px;
}
.nav-pill-part-data .location{
    font-size: .9em;
    color: #56a756;
    font-style: italic;
    margin-top: -10px;
    padding-left: .5rem;
}

    .executive-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #ffffff;
      padding: 1em;
      cursor: pointer;
      user-select: none;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      font-size: 1em;
      font-weight: 400;
      flex-direction: row;
    }
    .executive-header-b{
        border-bottom: 1px solid #ddd;

    }

    .executive-header:hover {
      background-color: #e6e6e6;
    }

    .executive-content {
      padding: 10px;
      display: none;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }

    .toggle-icon {
      display: inline-block;
      width: 20px;
      text-align: center;
      margin-left: auto;
      font-weight: bold;
    }

    /* .Booking{
        border-radius: 20px !important;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        padding: 0.5rem 1rem;
        background-color: #56a756;
        color: white;
        font-weight: 600;
        width: 60%;  
        font-style: italic;
    } */

    #combo-box {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content li {
        padding: 10px;
        cursor: pointer;
    }
    
    .dropdown-content li:hover {
        background-color: #ddd;
    }

@media (max-width: 576px){
    .service-card-1{
        display: none;
    }
    .section-heading{
        padding-top: 2.5rem;
        padding-bottom: 1.8rem;
    }
    .our-services{
        background-color: white;
        border: white solid 2px;
        border-radius: 10px;
        padding: .1rem;
    }
    .service-card-2 img{
        width: 30px;
        height: 30px;
    }
    .service-card-2{
        margin-bottom: -10px;
    }
}
@media (min-width: 576px) {
  .service-card-1{
        display: block;
    }
    .landing-page .services{
        display: none;
    }
}
@media (min-width: 768px) {
   .service-card-1{
        display: block;
    }
    .landing-page .services{
        display: none;
    }
}
@media (min-width: 992px) { 
  .service-card-1{
        display: block;
    }
    .landing-page .services{
        display: none;
    }
}
@media (min-width: 1200px) { 
   .service-card-1{
        display: block;
    }
    .landing-page .services{
        display: none;
    }
}
@media (min-width: 1400px) { 
    .service-card-1{
        display: block;
    }
    .landing-page .services{
        display: none;
    }
}
