*{
    padding:0;
    margin:0;
    font-family: "Spinnaker", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.navbar{
    background:#339C9C !important;
    font-weight:bold;
}
.spinnaker-regular{
    font-weight:bolder;
}
.card{
    background:white;
    color:black;
    margin-top:-10%;
    border:none !important;
}
.cardc{
    background:white;
    color:black;
    z-index:999;
    margin-top:-15%;
}
.iconImages{
    width:150px;
}
.smallhr{
    border:1px solid gray;
    width:300px;
}

.home-promo-intro{
    max-width: 780px;
    margin: 14px auto 0;
    color: #4b4b4b;
    line-height: 1.7;
}

.home-promo-section{
    padding: 20px 0 40px;
}

.home-promo-card.card{
    margin-top: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
}

.home-promo-media{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 5;
    padding: 18px 18px 10px;
    background: linear-gradient(180deg, #f7fbfb 0%, #edf7f7 100%);
}

.home-promo-card .home-promo-media img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    background: #ffffff;
}

.home-promo-card .card-body{
    padding: 22px 20px 24px;
}

.home-promo-tag{
    display: inline-block;
    margin-bottom: 10px;
    color: #008283;
    font-size: 0.82rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.home-promo-card h5{
    margin-bottom: 10px;
    font-size: 1.45rem;
}

.home-promo-card p{
    margin-bottom: 0;
    line-height: 1.75;
}

.home-promo-card[data-frame="square"] .home-promo-media{
    aspect-ratio: 1 / 1;
}

.home-promo-card[data-frame="landscape"] .home-promo-media,
.home-promo-card[data-frame="wide"] .home-promo-media{
    aspect-ratio: 4 / 3;
}

.ul {
    list-style-type: none;
    padding-left: 0;
}
.ul .li{
    border-bottom:1px solid lightgrey;
    line-height:30px;
}
.ul .li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: black; /* Circle color */
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px; /* Space between the circle and text */
}

.bshadow{
    -moz-box-shadow: 0 0 5px grey;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc; 
    height:70vh;
}


.footer {
    background: #339C9C !important;
    color: #ffffff;
    padding: 50px 0 0;
    font-family: 'Poppins', sans-serif;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #e6f4f4;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Bottom Bar */
.footer-bottom {
    background: #2b7f7f;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .home-promo-section{
        padding: 10px 0 30px;
    }

    .home-promo-media,
    .home-promo-card[data-frame="square"] .home-promo-media,
    .home-promo-card[data-frame="landscape"] .home-promo-media,
    .home-promo-card[data-frame="wide"] .home-promo-media{
        aspect-ratio: auto;
        min-height: 240px;
    }
}
