.heading-bottom-text-mob-cate {
    display: flex;
    justify-content: start;
    padding: 0px 20px;
}
.text-heading-mob-cate {
    color: #000000;
    font-family: "Poppins Bold";
    font-size: clamp(1.4rem, 4vw, 1.6rem);
}
.text-para-mob-cate {
    color: #53a6da;
    text-align: start;
    font-size: clamp(1.03rem, 3vw, 1.1rem);
    font-family: "Poppins SemiBold";
    padding-bottom: 10px;
}
.nextarrwow-mob::after{

  content: "→";
  margin-left: 6px;
  color: rgb(246, 178, 178);
  border: 1px solid rgb(246, 178, 178);
  padding: 0px 2px;
}


.Mob-categories-section{
    width: 100%;
    padding-top: 20px;
}
.Mob-categories-head{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 10px;
}

/* .eventcard-mob-main{
    width: 100%;
    padding-top: 30px;
    display: flex;
    
    gap: 30px;
}
.eventcard-mob {
  width:60%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease, z-index 0.4s ease;
  position: relative;

  
}
.eventcard-mob-card2{
   width:60%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease, z-index 0.4s ease;
  position: relative;

  
} */
.eventcard-mob-main {
  width: 100%;
  padding-top: 30px;
  display: flex;
  gap: 30px;
   overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.eventcard-mob {
  flex: 0 0 60%; /* first card takes 80% width */
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease, z-index 0.4s ease;
  position: relative;
}

.eventcard-mob-card2 {
  flex: 0 0 60%; /* second card smaller -> only partial visible */
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s ease, z-index 0.4s ease;
  position: relative;
}


/*  */
.mobcard-image {
  width: 100%;
  /* height: 240px; */
  height: 200px; 
  /* 138pt ≈ 184px */
  object-fit: cover;
  display: block;
}


.mob-datebadge {
 background-color: #ff5141;
    color: white;
    /* width: 78px;
     height: 78px; */
      height: 18%;
    width: 21%;
    display: flex;
   padding:  20px 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 0 0 1px white, 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 3px rgba(255, 255, 255, 0.4);
    position: absolute;
    right: 0%;
    z-index: 2;
    top: 0%;
       
}


.mob-cornerbadge {
  position: absolute;
top: -1%;
right: 0%;
  left: 0%; /* Adjust as needed for corner positioning */
  z-index: 2; /* Higher than image */
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mob-cardcontainer:hover .mob-cornerbadge {
  transform: rotate(1.1deg); /* Counter-rotate to stay upright */
}
.mob-datecontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 0.8;
  margin: -2px 0;
    font-weight: 400;
    font-stretch: extra-condensed;
    font-variation-settings: "wght" 900, "wdth" 60;
}

.mob-dateday {
  font-size: 18px;
}

.mob-datemonth {
  font-size: 18px;
}
/* .card-content {
  padding: 5px 4px;
} */

.mob-cardtitle {
 
  font-size: clamp(19px, 5.9vw, 34px);
  /* font-size: clamp(19px, 1vw, 24px);  */
  /* 10.52pt ≈ 14px */
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #000000;
  line-height: 1.3;
  font-family: "Acumin Pro Condensed Bold";
  padding-left: 6px;
  padding-top: 5px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mob-carddescription {
font-size: clamp(0.9rem, 1.8vw, 1rem);
  margin: 0;
  color: #000000;
  line-height: 1.4;
  font-family: "Poppins Medium";
  padding-left: 11px;
    /* Limit to 3 lines with ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mob-quickoverview {
font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-family: "Acumin Pro Condensed Bold Italic";
  color: #4092d0;
}
.mob-cardfooter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.mob-footerline {
  /* width: 210px; */
  height: 3px;
  background-color: #a5afbf;
  margin: 3px auto;
}
@media (min-width: 564px) and (max-width: 768px) {
    .mob-cornerbadge {
  
top: 0%;
right: 0%;
  left: 0%; /* Adjust as needed for corner positioning */
  
}
}
@media (max-width: 622px){
 .mob-datebadge {

 
   padding:  20px 17px;
    
    right: 0%;
    z-index: 2;
    top: 0%;
       
}   
/* ..........width increase */

  .eventcard-mob {
     flex: 0 0 72%;

}
.eventcard-mob-card2 {
    flex: 0 0 70%;
}
.mobcard-image {
  
    height: 240px;
}
}
@media (max-width: 500px){

}

@media (max-width: 450px){

  .mob-datebadge {
 
      height: 16%;
}


}

/* Categories Dropdown Styles */
.categories-dropdown-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 2px;
  width: 60%;
}

.categories-dropdown {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.categories-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.close-categories-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.close-categories-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.categories-list {
  max-height: 340px;
  overflow-y: auto;
  padding: 10px 0;
}

.category-dropdown-item {
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.category-dropdown-item:last-child {
  border-bottom: none;
}

.category-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.category-dropdown-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.cursor-pointer {
  cursor: pointer;
}

/* Scrollbar styling for categories list */
.categories-list::-webkit-scrollbar {
  width: 6px;
}

.categories-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.categories-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.categories-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Date Dropdown Styles */
.date-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

