

*{
    
    font-family: "inter", sans-serif !important;
    transition: .2s;
}

html{
    scroll-behavior: smooth;
}

.navbar{
    background-color: var(--blue) ;
    /* margin: 10px 30px; */
    /* width: calc(100% - 60px); */
    width: 100%;
    /* border-radius: 10px; */
    /* padding: 1px 20px; */
    display: flex;
    height: 80px;
    align-items: center;
    font-family: "Roboto", sans-serif !important;
    justify-content: space-between;
    display: flex;


    

}
.navbar-list{
    display: flex;
    list-style: none;
    font-size: 16px;
    /* gap: 20px; */
    align-items: center;
    background-color: var(--blue);
    padding: 10px 10px;
    border-radius: 50px;
    /* margin: 0 auto; */
    flex-wrap: wrap;
    justify-content: flex-end;
}

.navbar-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;

    color: white;
    padding: 5px 12px;
}
.navbar-link:hover{
    background: var(--blue) !important;
    color: var(--orange);
}

.nav-logo{
    height: 80px;
    /* margin-bottom: -30px; */
}

.max-width{
    margin: 0 auto;
}

.hero-section-container{
    height: 90vh;
    max-height: 900px;
    background: url(/static/media/herobg.png);
    background-size: cover;
    background-position: center;
    padding-top: 0px;
    margin-top: 0px;
}
.hero-text{
    color: white;
    text-align: acenter;
    font-size: 60px;
}

.hero-section{
    height: calc(80vh - 100px);
    max-height: 800px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.gify{
    height: 80vh;
    max-height: 800px;
    max-width: 40vw;
    object-fit: contain;
}

.section-heading{
    font-size: 48px;
    font-weight: 600;
    color: var(--orange2);
    text-align: center;
    margin: 30px auto;
    /* font-family: "Playfair", serif !important; */
    line-height: 50 px;
}

.quote-of-day{
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: white;
    padding: 30px;
    background-color: var(--orange-light);
    text-align: center;
    margin-bottom: 30px;
}


.custom-web-button{
    color: var(--blue);
    /* background-color:var(--blue); */
    /* border-radius: 123px; */
    padding: 10px 16px;
    /* margin: 0 auto; */
}

.new-muslim-artilce-card:hover .custom-web-button{
    color: var(--orange-light);
    /* color: white; */
}

.new-muslim-artilce-card .custom-web-button{
    padding: 6px 2 5px;

}

.remarkable-pro .custom-web-button{
    border-radius: 0;
    transition: .2s;
    font-size: 16px;
}

.remarkable-pro:hover{
    background-color: #f0f0f0;
}

.remarkable-pro:hover .custom-web-button{
    border-radius: 120px;
    color: white;
    color: var(--orange);
    /* text-align: center; */
}

.remarkable-pro-img{
    width: 100%;
    object-fit: cover;
    height: 400px;
    background-color: white;
    margin-bottom: -10px;
}

.remarkable-pro-body{
    /* background-color: white; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}
.remarkable-pro .custom-web-button{
    /* background-color: var(--orange-light); */
    color: var(--blue);
    border-radius: 3px;
    font-size: 13px;
    padding: 7px 14px;
    max-width: 150px;
    /* margin: 0 auto; */
    /* text-align: center; */
}
.remarkable-pro:hover img{
    transform: scale(1.1);
    transition: transform 0.3s ease; /* Optional: Smooth scaling effect */
    object-fit: cover; /* Or keep as 'contain' if desired */
}

.remarkable-pro-artilce-card{
    position: relative;
    /* box-shadow: 1px 1px 10px 0px #5555559f; */
}

.remarkable-pro-artilce-card img{
    /* height: 270px; */
    object-fit: fill;
}

.remark-img-container img{
    height: 100%;
    object-fit: fill;
}

.remarkable-pro-artilce-card:hover{
    background-color: #f0f0f0;
}

.remark-pro-date{
    background-color: var(--orange);
    color: white;
    padding: 7px;
    position: absolute;
    top: 0;
    z-index: 100;
    right: 0;
}

.remark-img-container{
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.footer{
    min-height: 100px;
    padding: 50px;
    background-color: var(--orange-light);
    width: 100%;
}


.line{
    margin: 30px auto;
    height: 1px;
    background-color: #555;
    width: 100%;
}

.comment-form{
    /* background-color: white; */
    max-width: 600px;
    margin-top: 40px;
    /* color: white; */
    margin-bottom: 40px;
    padding: 20px 0;
    border-radius: 10px;
}

input.subscription ,textarea.subscription {
    /* border: 1px solid #555; */
    /* border-radius: 100px; */
    border: none;
    border-bottom: 1px solid white;
    padding: 6px 12px;
    width: 100%;
    max-width: 300px;
    background-color: transparent;
    --tw-ring-color:var(--red)
    outline: none !important;
    margin-top: 10px;
}


textarea.subscription{
    border-radius: 20px;
}

.blog-title{
    font-size: 26px;
    font-family: var(--section-font) !important;
    font-weight: 600;
    /* letter-spacing: 110%; */
    margin-top: 30px;
}

.search-bar{
    height: 50px;
    /* max-width: 600px; */
    width: 100%;
    font-size: 16px;
    /* border-radius: 100px 0 0 100px; */
    border-radius: 10px 0 0 10px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    border: none;
    padding: 10px 30px;
    /* outline: none; */
}

.toggle-search-bar-mobile{
    background-color: transparent;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 5px;
    /* background-color: red; */
    border: none;
    color: var(--purple) ;
}

.active-toggle-btn{
    background-color: var(--purple);
    color: white;
    cursor: pointer;
}

.quote-poup-container{
    background-color: white;
    height: 100%;
    padding: 40px 10px 10px 10px;
    max-height: 80vh;
    border-radius: 8px;
}

.quote-popup-title{
    font-size: 24px;
    font-weight: 600;
    color: var(--purple);
    text-align: center;
    margin-bottom: 20px;
}

.quote-body-container{
    height: calc(100% - 100px);
    background-color: white;
    overflow: auto;
}
.search-bar:focus {
    box-shadow: inset 0 0 0 2px var(--orange);
}

.filters-wrapper{
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.filter{
    height: 40px;
}

.filter-container{
    min-height: 50px;
    width: 290px;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    color: black !important;
    padding: 10px;
    border-radius: 10px;
}

.filter-container .custom-label{
    color: black !important;
}

.filter-button:hover{
    color: var(--orange2);
    cursor: pointer;
}

.footer-logo-img{
    height: 100px;
}

.midle-menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.midle-menu a{
    width: 120px;
}

.footer-icon-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.footer-icon img{
    height: 30px;
    width: 30px;

}

.qna-links{
    color: #555;
}
.qna-links:hover{
    color: var(--orange2);
}

.qna-links.active{
    color: var(--orange-light);
}

.qna-page-filter{
    gap: 30px;
}

.qna-greetings-container{
    display: flex;
    width: 100%;
    min-height: 500px;
}

.orange-container-qna{
    width: 100%;
    border-radius: 10px;
    /* border: 1px solid var(--orange-light); */
    min-height: 400px;
    padding: 30px 40px;
}

.remarkable-pro-article-title{
    font-size: 20px;
    font-weight: 600;
}

.remarkable-pro-article-description{
    font-weight: 400;
    font-size: 16px;
}

.by-avatar{
    height: 20px;
    object-fit: contain;
}

.greet-orange-box{
    min-height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--orange-light2);
}

.box-with-border-white{
    height: 100px;
    width: calc(50% + 2px);
    border-right: 2px white solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-with-no-border{
    height: 100px;
    width: calc(50% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-container-display{
    display: grid;
    grid-template-columns: repeat(auto-fill , minmax(350px, 1fr));
    flex-wrap: wrap;
    gap: 20px;
}

.event-container-box{
    min-height: 300px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-sub-title{
    font-size: 16px;
    font-weight: 100;
    color: var(--orange);
    letter-spacing: .5px;
    width: 120px;
}

.resources-container{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill , minmax(290px, 1fr));
    margin-bottom: 100px;
}

.resources-card{
    min-height: 290px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    transition: .8s;
    padding: 20px;
}

.resources-card:nth-child(even){
    background-color: var(--orange-light);
}



.resources-card:nth-child(even):hover{
    background-color: white
}

.resources-img{
    width: 100%;
}

.resource-title{
    font-size: 20px;
    color: var(--orange);
    text-align: center;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}
.resource-description{
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    height: 64px;
    overflow: hidden;
    color: black;
    margin-bottom: 5px;
}

.resources-card:hover{
    background-color: var(--orange);
    transform: scale(1.1);
}

.resources-card:nth-child(even) .resource-title{
    color: black;
}

.resources-card:nth-child(even):hover .resource-title{
    color: orange;
}

.resources-card:nth-child(odd):hover .resource-title{
    color: black;
}


.resourcebtn{
    padding: 4px 10px;
    border: 1px solid #d9d9d9;
    color: var(--purple);
    border-radius: 3px;
}

.resourcebtn:hover{
    background-color: var(--purple);
    color: white;
    cursor: pointer;
}

.resourcebtn.active{
    
    background-color: var(--purple);
    color: #d9d9d9;
    /* color: black; */
    cursor: pointer;
}

.detail-container{
    color: white !important;
    margin-bottom: 20px;
}

.detail-container ul {
    margin-left: 40px;
    list-style: disc;
}

.detail-container ol{
    margin-left: 40px;
    list-style: decimal;
}

.detail-container ol ol{
    margin-left: 40px;
    list-style: lower-alpha;
}
.detail-container h1{
    font-weight: 600;
}
.detail-container ol ol ol{
    margin-left: 40px;
    list-style: lower-roman;
}

.detail-container ol ol ol ol{
    margin-left: 40px;
    list-style: upper-alpha;
}


.detail-container video{
    width: 100%;
}

.detail-container iframe{
    width: 100%;
    object-fit: cover;
    height: 600px;
}



.testimonials-card{
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    border-radius: 10px;
    font-family: "Inter", sans-serif !important;
    padding: 20px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 200px;
}

.testimonials-card img{
    height: 50px;
    object-fit: contain;
    object-position: left ;
}

.user-side-bar ul{
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid var(--orange);
}

.user-side-bar ul li a{
    display: inline-block;
    width: 100%;
    min-width: 200px;
    padding: 10px 20px;
    color: white;

}


.user-side-bar ul li .active{
    background-color: var(--orange) !important;
    color: white;
}

.user-side-bar ul li a:hover{
    background-color: var(--orange-light2);
    color: white !important;
    cursor: pointer;
}
.subscription-fom{
    background-color: var(--blue);
    border-radius: 10px;
    color: white;
    padding: 30px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.subscription-fom{
}

.hero-search-bar{
    border: none;
    color: #555;
    font-weight: 400;
    border-radius: 5px 0 0 5px;
    outline: var(--orange);
}

.mobile-menu{
    flex-direction: column;
    position: absolute;
    z-index: 1000;
    top: 100%;
    background-color: white;
    width: 150px; 
    right: 0;  
    box-shadow: 1px 1px 10px 3px #55555550;
    align-items: flex-start;  
    display: none;
}

.mobile-menu .navbar-link{
    color: black;
    width: 100% !important;
    text-align: left;
    justify-content: flex-start;
}

.mobile-menu.navbar-link:hover{
    color: white;
}
.mobile-menu li{
    width: 100%;
}

.comment-form label{
    display: inline-block;
    width: 120px !important;
    margin-top: 8px;
}

.comment-form input , .comment-form textarea{
    /* background-color: red !important; */
    border-radius: 5px;
    border: 1px solid #000;

}

.comment-form h3{
    /* color: #f0f0f0; */
}

.new-muslim-artilce-card:hover{
    /* background-color: #1c1b1d !important; */
}

.comment-item{
    color: black;
}


.question-text{
    /* color: white !important; */
    font-weight: 500; 
}

.custom-label{
    color: white !important;
}
.resource-title{
    margin-top: 10px;
}

.custom-footer-settings li{
    margin: 0 !important;
    width: 170px;
}

.join-com-btn{
    position: absolute !important;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.min-page-height{
    /* background-color: white !important; */
    min-height: 80vh;
}

.filter-button{
    color: white !important;
}













.slider-container-unique-gpt {
    width: 100%;
    /* max-width: 1200px; */
    overflow: hidden;
    /* border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  }

  .slider-unique-gpt {
    display: flex;
    gap: 1px;
    animation: none; /* JavaScript handles the sliding */
  }

  .slide-unique-gpt {
    flex: 0 0 calc(100% / 5); /* Default: 3 cards per view */
    text-align: center;
    /* background-color: #007bff; */
    /* color: #fff; */
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }

  /* Responsive design */
  @media (max-width: 992px) {
    .slide-unique-gpt {
      flex: 0 0 calc(100% / 2); /* 2 cards per view */
    }
  }


  .custom-logo-desktop{
    display: block;
  }
  

  .custom-logo-mobile{
    display: none;
  }
  @media (max-width: 1000px) {


  .custom-logo-desktop{
    display: none;
  }
  

  .custom-logo-mobile{
    display: block;
  }



  }

  @media (max-width: 600px) {
    .slide-unique-gpt {
      flex: 0 0 100%; /* 1 card per view */
    }

    .filters-container {

        position: inherit;
    }
    
  }


  .hero-img img ,.hero-img video {
    height: 100vh !important;
    width: 100% !important;
  }


  #category-list li{    
    opacity: .9;
    /* background-color: var(--orange); */
    background-color: #d9d9d9;
    color: black;
  }


  
  #category-list li:hover{
    background-color: var(--purple);
    color: white;
    background-color: green;
    opacity: 1;
  }
  

  #category-list li li{
    background-color: var(--purple)  !important;
    margin-right: 8px;
    color: white ;
  }


  
  #category-list li li:hover{
    /* background-color: var(--red)!important; */
    background-color: var(--orange);
  }

  input:disabled{
    background-color: #fff;
  }

  .pagination-container span{
    /* padding-left: 10px; */
    padding-right: 15px !important;
  }


  /* a:not(.link-color), a:visited:not(.link-color){
    color:  inherit !important;
  } */

.pagination-container{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.pagination-container #prev-page-btn{
    border-radius: 5px 0 0 5px;
    color: white !important;
    font-size: 25px;
}

.pagination-container #next-page-btn{
    border-radius: 0 5px 5px 0;
    color: white !important;
    font-size: 25px;
}

  
  .pagination-container input{
    height: 30px;
    border-radius: 4px 0 0 4px;
    text-align: right !important;
    font-size: 12px;
    padding-right: 6px;
    border: none;
}

.pagination-container span{
    height: 30px;
    padding-right: 20px;
    background-color: white;
    color: black !important;
    font-size: 12px;
    padding-top: 7.5px;
    border-radius: 0 4px 4px 0;
}
.pagination-container button{
    border-radius: 5px;
    height: 30px;
}

.clear-filter{
    color: var(--orange);
    background-color: transparent;
    border: 1px solid var(--orange);
    padding: 5px 10px;
    border-radius: 50px;
    width: 160px;
    cursor: pointer;
    transform: scale(.8);
}

.clear-filter:hover{
    background-color: var(--orange);
    color: white;
}

#cards_count{
    background-color: var(--orange);
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
}

.search-bar-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: red; */
    padding-right: 20px;
    height: 70px;
    width: 70px;
}

.testimonial-author{
    font-size: 23px;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
}

#subscriptionName::placeholder ,#subscriptionEmail::placeholder{
    color: #999;
}

.slider-text{
    position: absolute;
    transform: translate(-50% , -50%);
    top: 0;
    left: 50%;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    /* text-shadow: 1px 1px 10px #000; */
    color: white;
    width: 100%;
    max-width: 1200px;
    font-weight: 400;
}



.thank-you-text{
    color: white;
    text-align: center;
    margin: 20px 0;
    max-width: 420px;
}

.question-date{
    /* background-color: var(--orange); */
    font-size: 10px;
    color: black;
    border-radius: 10px;
    padding: 5px 10px;
}

.date{
    color: balck;
}

.event-register-closed{
    height: 100%;
    width: 100%;
    background: url(https://www.pngmart.com/files/23/Closed-PNG-Pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.bullet-list{
    list-style: disc;
    margin-right: 10px;
}


.main-logo{
    width: 319px;
}

.nav-bar{
    padding: 10px 20px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    background-color: white;
    z-index: 1001;
    position: relative;
    position: sticky;
    top: 0;
}

.nav-menu-items-v2{
    font-size: 16px;
    font-weight: 400;
    display: flex;
    color: var(--blue);
    gap: 15px;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.nav-menu-items-v2:hover{
    color: var(--red);
    cursor: pointer;
}
body{
    background-color: var(--bg-color);
}
.end-section{
    height: 200px;
    width: 100%;
    /* background-color: white; */
}
.hero-search-bar-v2{
    border: 1px solid var(--border);
    color: #555;
    font-weight: 400;
    border-radius: 5px 0 0 5px;
    outline: var(--orange);
    padding: 10px 20px;
    width: calc(100% - 70px);
    height: 50px;
    /* box-shadow: 1px 1px 10px rgba(0,0,0,0.1); */
    /* background-color: red; */
}

.resources-card-v2{
    min-height: 290px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    transition: .2s;
    border: 1px solid var(--border);
    cursor: pointer;
}

.resources-card-v2:hover img{
    transform: scale(1.03);
    /* box-shadow: 1px 1px 10px rgba(0,0,0,0.1); */
}

.resources-card-v2 img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    border-radius: 10px;
    /* background-color: red; */
    
}
.resources-card-title{
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
    color: var(--text);
}

.cards-contactiner-heading{
    font-size: 27px;
    font-weight:600;
    margin-bottom: 10px;
    color: var(--text);
}

.cards-container-v2{
    display: grid;
    grid-template-columns: repeat(auto-fill , minmax(290px, 1fr));
    gap: 20px;
    /* margin-bottom: 100px; */
    margin-top: 20px;
}

.card-v2{
    min-height: 290px;
    width: 100%;
    transition: .8s;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    /* padding: 20px; */
    transition: .2s;
    cursor: pointer;
}

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

.card-category-v2{
    font-size: 10px;
    padding: 4px 10px;
    border: 1px solid var(--purple);
    color: var(--purple);
    border-radius: 2px;
}

.card-title-v2{
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-date-v2{
    font-size: 10px;
}
.card-v2:hover{
    transform: scale(1.03);
}

.card-v2:hover .card-title-v2 {
color: var(--purple);
}


.featured-quotes-container-v2{
    width: calc(100% - 20px);
    margin:0 10px;
    border-radius: 20px;
    min-height: 550px;
    background: url(https://img.freepik.com/free-photo/dark-landscape-with-bird-flying_1122-682.jpg?semt=ais_hybrid&w=740) ;
    background: url(https://img.freepik.com/premium-photo/3d-rendering-ramadan-islamic-lamps-gold-color-green-background_10876-934.jpg?semt=ais_hybrid&w=740) ;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    display:  flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 30px 10px;
}

.quote-v2{
    font-size: 24px;
    font-weight: 500;
    color: white;
    /* max-width: 400px; */
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

footer{
    background-color: #434343;
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

.newsletterinput{
    border: 1px solid white;
    border-radius: 4px;
    font-size: 18px;
    color: white;
    background-color: transparent;
    padding: 10px 20px;
}

.footer-image{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 5px;
    background-color: transparent;
}

.footer-image img{
    height: 35px;
    width: 35px;
    object-fit: cover;
}


.footer-item-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 16px;
    /* background-color: red; */
    margin-top: 20px;
    grid-gap: 10px;
}

.testimonail-text{
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    line-height: 20px;
    max-width: 500px;
    height: 220px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.book-img{
    width: 100%;
}

.mobile-nav-bar{
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    position: sticky;
    z-index: 81;
    background-color: var(--bg-color);
    top: 0;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-container{
    position: relative;
}

.menu-link-container{
    border-radius: 5px;
    background-color: white;
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
}

.nav-menu-items-v2a{
    padding: 4px 10px;
}

.nav-menu-items-v2a a{
    display: block;
}

.menu-link-container {
    flex-direction: column;
    transition: all 0.3s ease;
}

#sort-by{
    background-color: var(--orange);
    background-color: #d9d9d9;
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    color: black;
}

.suggestion-item{
    padding: 8px 10px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.suggestion-item:hover{
    background-color: #f0f0f0;

}

.text-container-v2{
    width: 50%;
}

.sheikh-poup-img{
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    height: 600px;
}

.join-link{
    background-color: transparent;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 3px;
    height: 60px;
    width: 60px;
    display: flex;
    font-size: 20px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    cursor: pointer;
    transform: scale(.8);
}

.join-link:hover{
    background-color: var(--purple);
    color: white;
}

.join-form-link{
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.join-form-link:hover{
    background-color: var(--purple);
    color: white;
}
#prev-page-btn , #next-page-btn{
    background-color:#d9d9d9 ;
    border: none;
    padding: 5px 12px;
}

#prev-page-btn:hover , #next-page-btn:hover{
    background-color: var(--purple);
    color: white;
}


.popup-body .quotes-container p{
    height: auto !important;
    max-height: none !important;
}

.category-hamburger-container{
    background-color: transparent !important;
    display: flex;
    color: #282a2e !important;
    align-items: center;
    position: sticky;
    top: 173px;
    gap: 10px;
}

.selected-category-mobile , .custom-show-category {
    font-size: 15px;
    color: #282a2e;
    font-weight: 600 !important;
}



.show-hide-content-btn{
    background-color: transparent;
    color: #282a2e;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    display: inline-block;
}

.swiper-pagination-bullet-active{
    background-color: var(--purple);
    color: var(--purple);
    
}

.swiper{
    margin-top:20px ;
    padding-bottom: 20px;
}

.welcome-image-carosel-wrapper{
    /* background-color: red; */
    position: absolute;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50% , 0);

    width: 100%;
}

.swiper-button-next,.swiper-button-prev{
    background-color: var(--purple);
    right: 10px;
    font-size: 10px;
    width: 40px !important;
    height: 40px !important;
    color: white !important;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 20px !important;
    color: white !important;
}
.custom-sticky-bar{
    background-color: #F4F4F4 !important;
    position: sticky !important;
    top: 78px;
    z-index: 80;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.suggestion-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; /* or inline-block, depending on your layout */
}

.featured-quote-text{
    font-size: 50px !important;   
}
.footer-link-v2{
    color: white;
    cursor: pointer;
}

.footer-link-v2:hover{
    color: var(--red);
}


.about-us-new-img{
    /* background-color: red; */
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    object-position: top;
    margin: 0 !important;
    min-width: 300px;
}

.about-us-row-revers{
    flex-direction: row-reverse;
}

.ask-question-btn{
    background-color: var(--purple);
    color: white;
}

.ask-question-btn:hover{
    background-color: var(--red);
}


.top-hero-image{
    /* background-color: red; */
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    min-height: 400px;
    /* height: 80vh; */
    max-height: 800px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 10px #00000060;
    /* border: 1px solid #00000040; */
    object-position: top;
}

.event-detail-description ,.event-detail-title{
    display: -webkit-box;
            display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;

}