  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
    /* Added overflow for scrolling on the overlay level if needed */
    overflow-y: auto;
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 90%;
    width: 400px;
    z-index: 1001;
    box-shadow: 0 4px 20px rgba(89, 0, 155, 0.2);
    
    /* Make the container scrollable */
    max-height: 80vh; /* Maximum height of 80% of viewport */
    overflow-y: auto; /* Enable vertical scrolling */
    
    /* Ensure the modal stays in viewport even when content is scrollable */
    display: flex;
    flex-direction: column;
}

/* Adding some padding to prevent content from touching the scrollbar */
.modal-content {
    padding-right: 0.5rem;
}

.modal-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 1rem;
    display: block;
}

.modal-title {
    background: linear-gradient(135deg, #ff6b6b 0%, #8d3fd1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-description {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #4a154b;
}

.whatsapp-icon {
    width: 48px;
    height: 48px;
    margin: 1rem auto;
    display: block;
    fill: #8d3fd1;
}

.benefits-list {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(141, 63, 209, 0.1) 100%);
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.benefits-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #4a154b;
}

.benefits-list li::before {
    content: "✓";
    color: #8d3fd1;
    margin-right: 0.5rem;
}

/* Social Links Styling */
.social-links {
    margin: 1.5rem 0;
    text-align: center;
}

.social-links h4 {
    color: #4a154b;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.link-follow {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.link-follow li {
    margin: 0;
}

.link-follow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b 0%, #8d3fd1 100%);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link-follow a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(141, 63, 209, 0.3);
}

.link-follow i {
    font-size: 1.1rem;
}

.button-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.join-button {
    background: linear-gradient(135deg, #ff6b6b 0%, #8d3fd1 100%);
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s ease;
}

.join-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(141, 63, 209, 0.3);
}

.later-button {
    background-color: transparent;
    color: #4a154b;
    border: 1px solid rgba(141, 63, 209, 0.3);
    padding: 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
}

/* Custom scrollbar styling for better appearance */
.modal-container::-webkit-scrollbar {
    width: 8px;
}

.modal-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modal-container::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff6b6b 0%, #8d3fd1 100%);
    border-radius: 4px;
}

.modal-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #e05e5e 0%, #7a37b8 100%);
}

/* For Firefox */
.modal-container {
    scrollbar-width: thin;
    scrollbar-color: #8d3fd1 #f1f1f1;
}

.later-button:hover {
    background-color: rgba(141, 63, 209, 0.1);
}
.carosection {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  margin: 0 !important;
  padding: 0 !important;
  height: 652px !important;
}

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

/* Remove any container padding if present */

/* Make sure carousel takes full width */
.intro-carousel {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 3840px) {
  .carousel-item {
    height: 1090px !important;
    object-fit: cover;
  }
}
@media (max-width: 3840px) {
  .carousel-item {
    height: 900px !important;
    object-fit: cover;
  }
}
@media (max-width: 1920px) {
  .carousel-item {
    height: 700px !important;
    object-fit: cover;
  }
}
@media (max-width: 1900px) {
  .carousel-item {
    height: 700px !important;
    object-fit: cover;
  }
}
@media (max-width: 1870px) {
  .carousel-item {
    height: 600px !important;
    object-fit: cover;
  }
}
@media (max-width: 1600px) {
  .carousel-item {
    height: 500px !important;
    object-fit: cover;
  }
}
@media (max-width: 1300px) {
  .carousel-item {
    height: 380px !important;
    object-fit: cover;
  }
  

}
/* Responsive adjustments */
@media (max-width: 1045px) {
  .carousel-item {
    height: 300px !important;
    object-fit: cover;
  }
}
@media (max-width: 1025px) {
  .carousel-item {
    height: 280px !important;
    object-fit: cover;
  }
}
@media (max-width: 900px) {
  .carousel-item {
    height: 300px !important;
    object-fit: cover;
  }
 /* Ensure no padding/margin on mobile */
  
}
@media (max-width: 768px) {
  .carousel-item {
    height: 220px !important;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .carousel-item {
    height: 160px !important;
    object-fit: cover;
  }
}
@media (max-width: 414px) {
  .carousel-item {
    height: 130px !important;
    object-fit: cover;
  }
}
@media (max-width: 320px) {
  .carousel-item {
    height: 100px !important;
    object-fit: cover;
  }
}

.text-uae{
     color:#D25279;
}
.text-sa{
    color:#50026E;
}
@media (max-width: 400px) {
 video-container {
    position: relative;
    width: 100%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container iframe {
  
    width: 100%;
    height: 175px;
    border: 0;
}
}
@media (max-width: 950px) {
 video-container {
    position: relative;
    width: 100%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container iframe {
  
    width: 100%;
    height: 180px;
    border: 0;
}
}