/* General Body and Typography */
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #53555c;
}

.logo {
    max-width: 400px;
}

h1, h2, h3, h4, h5 {
    margin: auto;
    padding: initial;
    font-size: 34px;
    color: #30b5ac;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 8%);
}

h1::after, h2::after, h3::after, h4::after, h5::after {
   /* content: "";
    */display: block;
    width: 120px;
    height: 4px;
    background-color: #40a394; /* you can change this colour to suit your design */
    margin-top: 10px;
}
a {
    color: #006699;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: underline;
}

/* Active State */
.active {
    border-bottom: 4px solid #ffffff !important;
}

/* Info Section */
#infoot {
    max-width: 1570px;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    background: #2c2d2f;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #000000;
    z-index: 10001;
    box-shadow: 0px 0px 15px -1px;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
}

div#topSocials {
    color: white;
    text-decoration: none;
    text-align: right;
    font-size: 32px;
}
div#topSocials a {
    color: white;
    margin-left: 20px;
}
div#topSocials a {
                 color: #ffffff;
                 text-decoration:none;
                 }

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    color: #ffffff;
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    background: #fff;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1600px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.setStyle > div > div {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 1%;
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1579px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}

.setStyle.intro {
    background: #2c2d2f;
    padding-top: 90px;
    padding-bottom: 90px;
    color: whitesmoke;
}
a.btn {
    background: #30b5ac;
    border-radius: 36px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 15px;
    text-shadow: 1px 1px 3px black;
}

/* subenus */

 
.setStyle.subMenu {
    padding-top: 60px;
    padding-bottom: 120px;
    text-align: center;
}

.setStyle.subMenu h2 {
    font-size: 25px;
    text-shadow: none;
}

.subMenu {
}
.subMenu .delement {
    max-width: 1600px;
}

.subMenu .delement > div {
    max-width: 1200px;
    border: 1px solid #c9c4c4;
    margin: 12px;
    border-radius: 6px;
    background: white;
}

.subMenu img {
    width: 100%;
    margin-bottom: 20px;
}

.subMenu .delement > div a {
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}
.subMenu .delement {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.subMenu .delement > div {
    flex: 0 1 calc(31.333% - 24px); /* 3 per row, minus gap */
    box-sizing: border-box;
    border: 1px solid #c9c4c4;
    border-radius: 6px;
    background: white;
    overflow: hidden;
 
}

 .setStyle.greybg {
    background: #ebebeb;
}

.setStyle.strap {
    font-size: 27px;
    /* max-width: 1200px; */
    margin: auto;
    background: #30b5ac;
    /* margin-bottom: 120px; */
    margin-top: 50px;
    color: white;
    padding: 30px;
    box-shadow: 0px -1px 19px rgb(0 0 0 / 28%);
    box-sizing: border-box;
}

.setStyle.strap  h1, .setStyle.strap h2, .setStyle.strap  h3, .setStyle.strap h4 {color:white;}
.setStyle.logos {
    max-width: 1200px;
    margin: auto;
}
.strap .delement {
    align-items: unset;
}

.setStyle.didKnow > div {
    background: #efefef;
    padding: 20px;
    max-width: 1200px;
    border-left: 10px solid #30b5ac;
}
a#whatsApp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 50px;
    z-index: 1000000;
    width: 43px;
    height: 49px;
    background: #27ad03;
    color: white;
    display: flex;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 32%);
}