
h2{
    color: green !important;
}
P{
font-size: 1.1rem;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
.background{
    background-color: #f8f9fa;
}
.top-bar{
    background-color: #2e5735;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
}
.navbar-brand {
    font-size: 22px;
    font-weight: bold;
}
.nav-link {
    color: green !important;
    font-weight: bold;
}
.nav-link:hover {
    color: rgb(11, 71, 11) !important;
    font-weight: bold;
}
.btn-book {
    background-color: #a13f1d;
    color: white;
    font-weight: bold;
}
.btn-book:hover {
    background-color: rgb(218, 31, 31);
    color: white;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}
.add{
    background-color: #a13f1d;
      color: white;
}
.add p{
    font-weight:200;
    font-size: 1.2rem;
}
.box {
    background-color: #f8f9fa; 
    transition: 0.3s;
}

.box:hover {
    background-color: rgb(136, 221, 136) ; 

}
.box i{
    font-size: 30px;
    font-weight:500;
    color:green !important;
}
.box-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.national{
    background-color: #f7f2f2;
}
.national h2{
   color:green !important;

}
.info-box {
    background-color: #2e5730; /* Dark Green */
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-box button {
    background-color: white;
    color: #2e5730;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}
.custom-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: none;
}

.custom-card img {
    height: 300px; 
    object-fit: cover;
}

.custom-card h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
}

.custom-card p {
    color: #2e5730;
}


.carousel-indicators {
  position: relative;
  margin-top:10px ;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 30%;
    background-color: #2e5730;
}
.carousel-indicators [data-bs-target] {
    background-color: green;
}
.container-custom {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.enquiry-form {
    background: #d5f8d1; 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.enquiry-form input, 
.enquiry-form textarea {
    border-radius: 5px;
}
.btn-custom {
    background: #a13f1d;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.btn-custom:hover {
    background: #872f12;
    color: white;
}

.journey{
    background-color: rgb(150, 55, 0);
}
.image-container img{
    width: 100%;
    height: 300px;
    object-fit: cover; 
}
.blog-container {
    padding: 50px 0;
}
.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    height: 180px;
    object-fit: cover;
}
.card-body {
    background: #fff;
    padding: 20px;
}
.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}
.meta-info {
    font-size: 0.9rem;
    color: #555;
}
.booking-info {
    background-color: #dfffd4;
    padding: 20px;
    border-radius: 10px;
}
.highlight {
    background-color: #ffff99;
    padding: 10px;
    border-radius: 5px;
}
.booking-form {
    background-color: #e3ffe6;
    padding: 10px;
   
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;

}
.btn-custom {
    background-color: #ff5733;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 5px 10px;
}
.thankyou{
    background-color: #a13f1d;
    color: #fff;
}
    .form-control::placeholder {
      color: #6c758d;
    }
     .custom-bg {
      background-color: #995c00;
    }
    .custom-bg:hover {
      background-color: #804d00;
    }

