.custom-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.custom-card:hover {
    transform: translateY(-10px);
}
.custom-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-text-overlay {
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    text-shadow: 8px 8px 12px rgba(0, 0, 0, 0.8);
    z-index: 2;
}
.card-text-overlay-1 {
    position: absolute;
    top: 43%;
    left: 15%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    text-shadow: 8px 8px 12px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

/* .card-text-overlay-center {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.3rem;
  font-weight: bold;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
} */

/* @media (max-width: 768px) {
  .card-text-overlay {
    left: 6%;
  }
} */

.text-gold {
    color: #816222;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
}
.custom-btn {
    background-color: #5f9394;
    color: #fff;
}

.text-white {
    color: #fff;
}

/* قسمت ویدیو بالای صفحه :) */

.h_iframe-aparat_embed_frame_V1 {
    position: relative;
    width: 100%;
    max-width: 840px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.h_iframe-aparat_embed_frame_V1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.h_iframe-aparat_embed_frame_V1::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.container-body {
    background-color: #e0e0e04f;
    width: 100% !important;
    margin: 0;
    padding: 0;
    left: 0;
}

.text-section {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    padding: 5px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.text-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}
