html,
body {
    font-family: Graphik;
    font-weight: 400;
}

.top-gap {
    margin-top: 86px;
}

.parent-section {
    background-color: #F5F5F5;
    padding-bottom: 30px;
    margin-top: -10px;
}

.banner-item {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.banner-text h1 {
    font-size: 46px;
    font-weight: 600;
}

.banner-item-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.micro-home-banner .owl-prev,
.micro-home-banner .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.micro-home-banner .owl-prev:hover,
.micro-home-banner .owl-next:hover {
    background: none !important;
}

.micro-home-banner .owl-prev {
    left: 2%;

}

.micro-home-banner .owl-next {
    right: 2%;

}

.banner-crsl-arrows {
    height: 40px;
}


.section-space {
    padding-top: 30px;
    margin-bottom: 10px;
}

.banner-strip {
    background-color: #E4F4D8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: -10px;
}

.banner-strip p,
.banner-strip h5 {
    margin-bottom: 0;
}

.micro-h2-title {
    font-size: 32px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.overview-area {
    padding: 0;
}

.overview-text {
    color: #000000;
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;

}

.every-heart-sec {
    background-image: url(../../images/world-heart-day/whd-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 30px;
}

.every-heart-sec2 {
    background-image: url(../../images/world-heart-day/whd-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.red-div {
    background-color: #C51824;
    padding: 100px 30px;
    color: #fff;
}
.red-div h4, .heartlayer-text h4{
    margin-bottom: 10px;
    font-size: 26px;
}
.red-div p, .heartlayer-text p{
    font-size: 17px;
    line-height: 28px;
}

.heartlayer-text {
    color: #fff;
    padding: 100px 30px;
}





.fun-heart-area {
    margin: 0 100px;
    position: relative;
}

.fun-heart-text {
    position: absolute;
    top: 50%;
    padding: 0 100px;
    transform: translateY(-50%);
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
}
.fun-heart-text p{
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

.fun-heart-area img {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

.medical-cond-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.medical-desc {
    background: #FFFFFF;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 25%);
    flex-basis: 60%;
    padding: 40px 50px;
    z-index: 5;
}

.medical-desc p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 30px 20px 0px;
    text-align: left;
}

.medical-img-area {
    flex-basis: 40%;
    z-index: 10;
    margin-left: -20px;
}

.red-btn {
    background-color: #EA000B;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    /* margin: 0 30px; */
}

.red-btn:hover {
    color: #fff;
}

.medical-img-area img {
    height: 300px;
    max-width: 100%;
    width: 100%;
}

.awareness-card {
    background: #fff;
    /* margin: 40px 0; */
    padding: 30px;
}

.awareness-desc {
    padding: 30px;
}

.awareness-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.awareness-desc p {
    font-size: 17px;
    color: #000000;
    line-height: 28px;
}

.videos-home{
    margin: 0 10px;
}
.videos-home iframe {
    width: 100%;
    height: 250px;
}
.owl-videos{
    position: relative;
}
.video-home  .owl-prev, .video-home  .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  
}
.video-home  .owl-prev:hover, .video-home  .owl-next:hover{
    background:none !important;
}
.video-home  .owl-prev{
    left: 5%;
    
}
.video-home  .owl-next{
    right: 5%;
    
}
.videos-home video{
    width: 100%;
    height: 240px;
}
br.responsive {
    display: none;
  }
  @media only screen and (min-width:1025px) and (max-width:1280px){
    .banner-text h1{
        font-size: 42px;
    }
  }
@media only screen and (min-width:769px) and (max-width:1024px){
    .banner-text h1{
        font-size: 28px;
    }
    .symptom-card, .s-card-1, .s-card-2, .s-card-3{
        margin-bottom: 10px;
    }
    .fun-heart-area img{
        height: 612px;
    }
}
@media only screen and (max-width:992px){
    .top-gap{
        /* margin-top: 160px; */
    }
    
}

@media only screen and (max-width:768px) {
    .overview-area {
        padding: 0;
    }

    .fun-heart-text {
        position: relative;
        padding: 35px;
        transform: none;
        font-size: 14px;
    }

    .fun-heart-area img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

    .fun-heart-area {
        margin: 0 10px 10px;
    }
    .banner-text h1{
        font-size: 26px;
    }
}

@media only screen and (max-width:576px) {
    .mob-class{
        display: flex;
        justify-content: space-between;
    }
    .top-gap {
        /* margin-top: 137px; */
    }
    .parent-section{
        margin-top: -10px;
    }
    .banner-text{
        width: 250px;
        left: 5%;
    }
    .banner-text.home-banner-text{
        left: 12%;
    }
    .banner-text h1 {
        font-size: 20px;
    }

    .banner-item-img {
        height: auto;
    }

    .banner-crsl-arrows {
        height: 30px;
    }

    .micro-h2-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .section-space {
        padding-top: 20px;
        margin-bottom: 0px;
    }

    .overview-text {
        margin-bottom: 0;
        font-size: 16px;
    }
    .red-div p, .heartlayer-text p{
        font-size: 16px;
    }

    .awareness-img {
        height: 200px;
    }

    .awareness-desc {
        padding: 15px 0px;
    }

    .awareness-card {
        margin-top: 10px;
    }


    .medical-cond-sec {
        flex-direction: column-reverse;
        align-items: inherit;
    }

    .medical-desc {
        padding: 40px 15px;
    }

    .medical-desc p {
        padding: 0 0px 20px;
        font-size: 16px;
    }

    .medical-img-area {
        margin-bottom: -10px;
        margin-left: 0;
    }

    .medical-img-area img {
        height: 250px;
    }

    .red-btn {
        margin: 0;
    }

    .micro-home-banner .owl-prev {
        left: 0%;
    }

    .micro-home-banner .owl-next {
        right: 0%;
    }
    .red-div{
        padding: 20px;
    }
    .heartlayer-text{
        padding: 30px;
    }
    .every-heart-sec{
        padding: 20px 30px;
    }
    .videos-home iframe {
        z-index: 0;
    }
    .video-home  .owl-prev{
        left: 0%;  
        z-index: 1;
    }
    .video-home  .owl-next{
        right: 0%;
        z-index: 1;
    }
    .fun-heart-text p{
        font-size: 16px;
    }
    .red-div h4, .heartlayer-text h4{
        font-size: 20px;
    }
    .awareness-desc p{
        font-size: 16px;
    }
    .videos-home video{
        height: auto;
    }
}
@media only screen and (max-width:576px) {
    .banner-text h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width:375px) {
    br.responsive {
        display: inline;
      }
}

.video-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  
  .video-container {
    position: relative;
    width: 100%;
    max-width: 1296px;
    height: 500px; /* Fixed height for desktop */
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  /* Mobile override */
  @media (max-width: 768px) {
    .video-container {
      height: auto;
      padding-bottom: 56.25%; /* 16:9 ratio for mobile */
    }
  
    .video-container iframe {
      position: absolute;
      width: 100%;
      height: 100%;
    }
  }
  
  
