.custom-link {
    color: black; 
    text-decoration: none; 
    transition: color 0.3s; 
}

.custom-link:hover {
    color: #333; 
}

/* Header */
.header {
    color: black;
    padding: 10px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    font-size: 14px;
    margin-right: 20px;
}

.header-donate-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    .who-we-are-icon {
        display: none;
    }
}


/* payment */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.payment-model .modal-body {
    position: relative;
    overflow-y: auto;
    margin: 0 ;
    padding: 0;
}
.payment-model .modal-content{
    padding: 0;
    margin: 0;
}


/* main-news */
.main-news {
    padding: 2rem 0; 
} 


.main-news-postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    background-color: #F2F3F6;
    color: #18151f;
}

.main-news-postcard a {
    color: inherit;
}
.main-news-postcard h1, .main-news-postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.main-news-postcard .main-news-postcard-title {
    font-size: 1.75rem;
}
.main-news-postcard .main-news-postcard-img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.main-news-postcard .main-news-postcard-left {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center
}

.main-news-postcard .main-news-postcard-preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 100%;
}


@media (max-width: 768px) {
   .main-news-postcard .main-news-postcard-img {
       order: -1;
   }

    .main-news-postcard-donate {
        margin-top: 20px;
    }

    .main-news-postcard {
        background-image: none !important;
    }
}

@media screen and (min-width: 768.01px) {
    .main-news-postcard {
       min-height: 465px !important;
        flex-wrap: inherit;
   }
    .main-news-postcard .main-news-postcard-title {
        font-size: 2rem;
   }

    .main-news-postcard .main-news-postcard-img {
       padding: 4rem;
        max-width: 650px;
        max-height: 100%;
        transition: transform 0.3s ease;
   }

    .main-news-postcard .main-news-postcard-left {
       padding: 6rem 3rem 3rem 7rem;
       width: 500px;
      }

    .palastine .main-news-postcard-left {
        padding-top: 1rem;
        /* color: white; */
    }

    .main-news-postcard {
        background-size: cover;
    }
}




/* who-we-are */
.who-we-are-title {
    padding-top: 30px;
    margin: 0px;
}

.who-we-are-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}
.who-we-are-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: 0.9rem;
    margin-top: 6px;
}
.who-we-are-title span {
    float: right;
    font-style: italic;
}

@media (max-width: 768px) {
    .who-we-are-title {
        padding: 20px 5px 5px 5px;
    }
}


 /* become volunteer */
 .bv-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 10%;
}

.bv-image{
    text-align: center;
}
.bv-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
}
.bv-form form{
    padding: 10%;
}
.bv-form form .row{
    margin-bottom: -7%;
}
.bv-form h3{
    margin-bottom: 5%;
    margin-top: -14%;
    text-align: center;
    color: #0062cc;
}

.bv-container {
    background: #104d83;
    height: 90vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bv-about-you.form-control{
    height: 200px;   
}


/* galery */

@media screen and (min-width: 768.01px) {
    .video-container {
        height: 50vh;
    }
    
}

.image-container {
    width: 100%;
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}



@media (max-width: 768px) {
    .image-container {
        height: 35vh;
    }

    .bv-image img{
        width: 30%;
    }

    .bv-container {
        height: 90vh;
    }

    .bv-about-you.form-control{
        height: 100px;   
    }

    .videolar-container {
        margin-bottom: 50px;
    }
}

/* Youtube */

.contenedor{
    display: block; 
    margin: 20px auto; 
    width: 100%; 
    max-width: 600px;  
  }
  .reproductor { 
    display: block; 
    width: 100%; 
    height: 100%; 
    padding-bottom: 56.25%; 
    overflow: hidden; 
    position: relative; 
    cursor: hand; 
    cursor: pointer; 
  }
  img.imagen-previa { 
     display: block; 
     left: 0; 
     bottom: 0;
     margin: auto; 
     max-width: 100%; 
     width: 100%; 
     position: absolute; 
     right: 0; 
     top: 0; 
     height: auto 
  }
  div.youtube-play { 
     height: 64px; 
     width: 64px; 
     left: 50%; 
     top: 50%; 
     margin-left: -36px; 
     margin-top: -36px;
     opacity:0.7;
     position: absolute; 
     background:   url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat; 
  }
  div.youtube-play:hover{
     opacity:1; 
  }
  #youtube-iframe { 
     width: 100%; 
     height: 100%; 
     position: absolute; 
     top: 0; 
     left: 0; 
  }


  .la-card {
    height: 480px; 
    margin: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
  }
  
  .la-card-img-top {
    height: 200px;
    object-fit: cover;
  }
  
  .la-card-body {
    padding: 15px;
  }
  
  .la-card-text {
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 7; 
    -webkit-box-orient: vertical;
  }
  
  .la-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
  }
  
  .la-card-footer-line {
    border-top: 1px solid #ddd;
    margin-top: 5px;
  }
  
  .la-text-muted {
    color: #999;
  }
  