h2,h1,h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}
p{
    font-size: 16px;
}

/*--- footer sec start -----*/
.footer-section {
    background: linear-gradient(135deg, #004aad, #0072ff);
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.footer-heading {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
    margin-left: 4px;
}

.social-icons .social-link {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s ease;
}

.social-icons .social-link:hover {
    background-color: #fff;
    color: #0072ff;
    transform: translateY(-3px);
}

.footer-section hr {
    border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .footer-section {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

/*----- footer sec end -------*/

/* Optional: Style for the slider */
.swiper-container {
    width: 100%;
    height: 500px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .healthcare-slider iframe,
  .healthcare-slider img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
.swiper-button-prev,
.swiper-button-next{
    width: 35px!important;
    height: 35px!important;
    border-radius: 35px!important;
    background: #080808;
    color: #ffffff!important;
}
.swiper-button-next svg, .swiper-button-prev svg{
height: 50%!important;
width: 50%!important;
}
.navbar-brand img{
    width: 100px;
}
.navbar-brand span{
    font-size: 12px;
}
@media (max-width:768px) {
    .navbar-brand img{
        width: 50px;
    }
    .navbar-brand .h5{
        font-size: 14px;
    }
    .navbar-brand span{
        font-size: 8px;
    }
}
nav .nav-link{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}


/* Card styling */
.asw-cause-card {
    border: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    position: relative;
}

.asw-cause-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Card image */
.asw-cause-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Date button */
.asw-cause-date-btn {
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #0072ff;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.asw-cause-date-btn:hover {
    background-color: #0056b3;
}

/* Read More button */
.asw-read-more-btn {
    background-color: #ff5722;
    border: none;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.asw-read-more-btn:hover {
    background-color: #e64a19;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Card body text */
.asw-cause-card .card-body p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .asw-cause-card img {
        height: 180px;
    }

    .asw-cause-date-btn {
        font-size: 0.7rem;
        padding: 4px 8px;
    }

    .asw-read-more-btn {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
}
