*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
p{
    margin: 0 !important;
}
img{
    max-width: 100%;
}
a{
    text-decoration:none !important;
    color:black !important;
}
/* Import Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Apply Roboto font to body */
body {
    font-family: 'Roboto', Arial, sans-serif;
}
.grey{
    background-color: #9EE7A8 !important;
}
/* navbar */ 
#top{
    background-color: #9EE7A8;

}

.top{
    background-color: #9EE7A8;
    color: #477745;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 10px 0;
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
    font-size:16px;
}
.logo{
    height:100px;
    max-width:100%;
}

.green-strip-text {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; /* Remove default margin */
}
.list-group-item.list-group-item-action i{
    font-size: 20px;
    margin:0px 10px 0px 0px;
    color:#477745;
}
a.list-group-item.list-group-item-action{
    font-size:20px;
}
/*#top-header{*/
/*    padding:20px;*/
/*}*/
#tabs{
    padding:40px 20px;
    background-color: #F0FFEF;
}
.list-group-item{
    background-color: transparent !important;
}
.fa-ul{
    margin:0 !important;
    padding:5px 0px;
}
ul li{
    margin:5px 0px;
}
.list-group-item{
    border: 0 !important;;
    padding:0 !important;
}
#tabs .nav-link.active {
    background-color: #B20000 !important;
    color: #fff !important;
    border-color: #B20000 #B20000 transparent !important;
  }
#tabs .nav-link:not(.active) {
    color: #32A1C2 !important;
    border-color:transparent !important;
  }
#footer{
    background-color: black;
    color:white;
    text-align:center;
    padding: 20px 0px;
}
#footer h4{
    font-size: 23px;
    margin-bottom:10px;
}
#footer p{
    font-size: 14px;
}
.banner{
    background-image: url("images/banner.png");
    height: auto;
    width:100%;
    padding: 0px 0px;
    margin: 0px;
    background-size:cover;
}

.menulist {
    margin: 10px 0px;
}

.menulist .list-inline {
    padding-left: 0;
    list-style: none;
}

.menulist .list-inline li {
    display: inline;
    color: #33A1C2 !important; /* Color of list items */
    font-size: 20px;
}
.menulist .list-inline li a{
    color: #33A1C2 !important;
    text-decoration: none;
}

.menulist .list-inline li:not(:last-child)::after {
    content: '|';
    margin: 0 10px;
    color: #ffffff; /* Separator color */
}
#banner{
    padding:20px 0px;
    background-color: #F0FFEF;
}

@keyframes blinking {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

h2.blinking {
    animation: blink 1s infinite;
    color:#FF1616;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding:20px 0px;
}
h3{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding:20px 0px;
    color:black;
    font-size: 30px;
}
#enquiry{
    padding:40px 20px;
}
/* Style the container to maintain aspect ratio and center the video */
.video-container video {
   
    width: 90%;
    overflow: hidden;
    border-radius: 10px; /* Apply border-radius to container */
    background-color: #000; /* Optional: Background color for better visibility */
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}





@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
  }
@media only screen and (max-width:500px){
    .banner{
        height: 200px;
        max-width: 100%;
    }
    .topnav{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    #central{
        display:none;
    }
    .right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h5{
        font-size: 20px !important;
    }
  
    p{
        font-size: 14px;
    }
    .list-group-item{
        font-size:14px;
        margin:10px 0px 0px 0px;
    }
    .list-group-flush{
        padding:20px 0px 0px 0px;
    }
    .hide{
        display: none;
    }
    .full{
        width:80% !important;
    }
    #top-header > div > div > div > ul > li:nth-child(1) > a{
        font-size:18px;
    }
    .right{
        display: none;
    }
} 
  .bar {
    background: #9EE7A8 !important;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 25px;
    grid-gap: 10px;
    grid-template-columns: repeat(2, min-content);
  }
  
  .icon {
    font-size: 35px;
    text-align: center;
  }
  .text{
    text-align: center;
  }
  .hedd{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding:20px 0px;
    color:#FF2F2F !important;
    font-size: 30px;
}
.btn-submit {
    background-color: #427E41 !important;
    border-color: #427E41 !important;
    color:white !important;
    font-weight: 600 !important;
  }
.btn-submit:hover {
    background-color: #325f32 !important;
    border-color: #325f32 !important;
  }

  *{
    margin: 0;padding: 0;box-sizing: border-box;
}
.topnav{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    align-items: center;
}
.left{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.left i{
    margin-right: 5px;
    color: #487847;
}
.right h1{
    font-size: 15px;
    font-weight: 700;
    display: flex;
   
}
#countdown span {
    color: #487847;
    margin: 0 5px;
}
#top_heading h6{
    font-size: 1.3rem;
    text-transform: uppercase;
}
#top_heading h2{
    font-size: 2.3rem;
    
}

.popup-form-container {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

/* Popup form styling */
.popup-form {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* Input field styling */
.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Submit button styling */
.popup-form button {
    padding: 10px 20px;
    background-color: #EE6730;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    border-radius: 30px;
}
.popup-form button:hover{
    background-color: Red;
}
@media only screen and (max-width:500px){
    .left{
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}