*{
    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;
    color: #477745;
    font-weight: 700;
    text-align: center;
    display: flex;
    padding: 5px;
    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;
}

@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%;
    }
    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;
    }
} 
  .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;
  }
  .error {
  color: red;
}