@font-face {
  font-family: 'Outfit';
  src: url('/OutfitVariableFont_wght1.woff2') format('woff2'),
    url('/OutfitVariableFont_wght1.woff') format('woff');
  font-weight: 100 900;
  /* For variablefont */
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Outfit';
}

body {
  transition: all 0.3s ease;
  font-family: 'Outfit';
  /* CHANGE GRADIENT OR COLOR HERE*/
  background-color: #253b59;
  background: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
  
  /* ENDS HERE */
  color: #fff;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  
  /* CSS Custom Properties for dynamic background */
  --app-background-color: #4062bb;
  --app-background-gradient: linear-gradient(316deg, #4062bb 0%, #5200ae 74%);
  
  /* Upload icon official brand colors */
  --upload-icon-primary: #4062bb;
  --upload-icon-secondary: #5200ae;
}

.or-divider {
  margin: 6px 0 !important;
  font-size: 10px !important;
  color: #fff !important;
}

/* ==============================================
   ANT DESIGN GLASSMORPHIC OVERRIDES
   ============================================== */

  .ant-modal {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
  }

  .ant-picker-panel-container {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .ant-dropdown {
    /* background: rgba(75, 75, 75, .95);
    border: 1px solid rgba(255, 255, 255, 0.2); */
    min-width: 200px;
    backdrop-filter: blur(10px);
    border-radius: 8px;
  }


/* LoadingSpinner.css */
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

input:-webkit-autofill {
  background-color: #fff !important;
  /* Other styles to maintain consistency */
}

/* Firefox */
input:-moz-autofill {
  background-color: #fff !important;
  /* Other styles to maintain consistency */
}

/* input {
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  font-family: 'outfit';
  background-color: transparent;

}

input:hover {
  border-color: #3F96FF;
} */

/* input:focus {
  outline: transparent;

  border: 1px solid #1777FF;


  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);

} */

textarea {
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  font-family: 'outfit';
}

textarea:hover {
  border-color: #3F96FF;
}

textarea::placeholder {
  color: #fff;
  font-family: 'outfit';
}

textarea:focus {
  outline: transparent;
  /* Removes the default outline */
  border: 1px solid #1777FF;
  /* Adds a custom border */

  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  /* Adds a custom shadow */
}


.file-upload-button {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: dashed 1px #e6e6e6;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #bfbfbf;
  cursor: pointer;
  border-radius: 4px;
}

.file-upload-button:hover {
  border-color: #3F96FF;
}




@media screen and (max-width: 10000px) {

  .hero-ummahfy-placeholder {
    display: grid;
    grid-column: 5 / -1;
    background-color: #0063e6;
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

  .navbar-logo-mobile:hover {
    transform: scale(1.05);
  }

  .navbar-logo-mobile:active {
    transform: scale(0.95);
  }

  .ticket-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rsvp-ticket-btns {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }

  .ticket-btn {
    /* height: 38px; */
    width: 56px !important;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;

  }



  .org-profile-address {
    display: flex;
    align-items: center;
  }

  .org-location-icon {
    max-width: 16px;
    min-width: 16px;
    margin-right: 4px;
    stroke-width: 1.75px;
    color: #737373;
  }

  .ce-modal {
    max-width: 440px;
  }



  .dev-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dev-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dev-container h2 {
    margin-bottom: 16px;
  }

  .dev-form {
    display: flex;
    flex-direction: column;
  }




  .error-message {
    color: #ff4d4f;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
  }




  .event-request-modal {
    max-width: 400px;
  }




  .day-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    height: 34px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex: 1;
    text-align: center;
  }

  .day-tag:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .day-tag:active {
    transform: translateY(1px);
  }

  .day-tag.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }

  /* .day-tag.selected:hover {
    background-color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.4);
  } */


  /* Desktop Menu Styles */
  .nav-profile-menu {
    background: transparent;
    border: none;
    line-height: normal;
  }


  .org-prof-photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
  }

  .org-prof-photo2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }


  /* Organization Account Styles */
  .org-account {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    /* padding: 0px 24px 0 0; */
    /* padding: 8px 0; */
  }

  .alt-org-acc {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    /* padding: 8px 16px; */
  }

  /* Mobile Menu Styles */
  .mobile-menu-custom {
    padding: 16px 8px;
    background: #fff;
  }

  .mobile-menu-custom .ant-menu-item,
  .mobile-menu-custom .ant-menu-submenu-title {
    height: 48px !important;
    line-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
  }


  /* Drawer Styles */
  .drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: white;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .drawer.open {
    right: 0;
  }

  /* Keep any additional existing styles you need */





  /* Age Selector */
  /* AgeSelector.css */
  .age-selector-container {

    width: auto;
    font-family: 'Outfit', sans-serif;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .age-selector-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .optional-text {
    color: #fff;
    font-weight: normal;
  }

  .age-options-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }

  .age-option {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex: 1;
    text-align: center;
  }

  .age-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .age-option:active {
    transform: translateY(1px);
  }

  .age-option.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }



  /* .age-option.selected:hover {
    background-color: #b38f34;
  } */

  /* Gender Selector */
  /* GenderSelector.css */
  .gender-selector-container {
    width: auto;
    font-family: 'Outfit', sans-serif;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .gender-selector-title {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .optional-text {
    color: #fff;
    font-weight: normal;
  }

  .gender-options-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }

  .gender-option {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex: 1;
    text-align: center;
  }

  .gender-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .gender-option:active {
    transform: translateY(1px);
  }

  .gender-option.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }

  /* .gender-option.selected:hover {
    background-color: #b38f34;
  } */

  /* Tag Selector */

  /* TagSelector.css */
  .tag-selector-container {
    width: auto;
    font-family: 'Outfit', sans-serif;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .tag-selector-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
  }

  .optional-text {
    color: #fff;
    font-weight: normal;
  }

  .tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .tag-option {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: 0;
  }

  .tag-option:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    /* transform: translateY(-1px); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
  }

  .tag-option:active {
    transform: translateY(1px);
  }

  .tag-option.selected {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
  }

  /* .tag-option.selected:hover {
    background-color: #b38f34;
  } */




  .event-shell-time p {
    font-size: 16px;
    font-weight: 400;
  }

  .fp-label {
    margin-bottom: 4px;
    color: #fff;
    font-weight: 500;
  }

  /* .event-times-label {
    margin-top: 16px;
    margin-bottom: 8px;
  } */

  /* Add these CSS rules to your stylesheet */

  /* Profile Picture Container Hover Effect */
  .org-profile-pic-container.editable {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
  }

  .org-profile-pic-container.editable:hover::before {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: "Change Profile Picture";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    margin-left: 11px;
    margin-top: 11px;
    transform: scale(1.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }

  /* Banner Hover Effect */
  .org-banner.editable {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
  }

  .org-banner.editable:hover::before {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: "Change Banner Image";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 8px;

  }

  .org-edit-btn-new {
    z-index: 500;
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 6px 8px 5px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .org-edit-btn-new:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.125);
    color: #78B4FF;
  }

  .org-edit-btn-new:hover .edit-icon {
    fill: #78B4FF;
  }


  .org-edit-btn {
    margin-left: auto;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .org-edit-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(255, 255, 255, 0.125);
    color: #78B4FF;
  }

  .org-save-btn {
    padding: 6px 24px;
  }

  .edit-icon {
    width: 24px;
    height: 24px;
    fill: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .org-edit-btn:hover .edit-icon {
    fill: #78B4FF;
  }

  .capacity-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #444;
    font-size: 18px;
  }


  .capacity-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: #737373;
  }

  .event-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
  }

  .tag {
    background-color: #f7f7f7;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 13px;
    font-weight: 600;
  }


  .forgot-password-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }


  .forgotpassword-page {
    display: flex;
    flex-direction: column;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
    width: 40%;

  }

  .form-forgot-pass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .rp-pass-input {
    width: auto;
    border-color: #e6e6e6;
    height: 36px;
    font-family: Outfit;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .rp-enter-pass {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 16px;
    width: 100%;
  }

  .rp-confirm-pass {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 16px;
  }

  .rp-submit {
    transition: all 0.2s ease-in-out;
    width: 100%;
    border-radius: 4px;
    padding: 10px 16px;
    color: #fff;
    font-weight: 700;
    font-family: Outfit;
    font-size: 16px;
    cursor: pointer;
    background-color: #cca33c;
    border: solid 1px #cca33c;
    margin-top: 24px;
  }

  .rp-submit:hover {
    background-color: #fff;
    color: #cca33c;
  }

  .forgot-password {
    padding-top: 8px;
    font-size: 13px;
    display: flex;
    justify-content: right;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }

  .es-datetime {
    display: flex;
    flex-direction: column;
  }

  .test-flyer-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cost-capacity-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 16px;
  }

  .cost-cap-ele {
    grid-column: span 1;

  }


  .ce-desc {
    margin-top: 16px;
  }



  .time-range-picker {
    font-family: 'outfit';
    height: 38px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    width: 100%;
    border-radius: 4px;
  }

  .time-range-picker:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: solid 1px rgba(255, 255, 255, 0.1) !important;
  }

  .times-label {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .event-input {
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    font-family: 'outfit';

  }

  .event-input::placeholder {
    color: #bbb;
  }


  .date-picker {
    width: 100%;
  }

  .file-selected {
    font-size: 14px;
    color: #737373;
  }

  .date-bold {
    font-weight: 400;
    padding-right: 5px;
  }

  .time-bold {
    padding-left: 5px;
  }

  input[type="range"]:hover {
    border-color: #f7f7f7;
  }

  .map-error-mask {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
  }

  .map-error {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .no-address {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .error-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .error-div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .error-div h1 {
    color: #ed4337;
    font-size: 2.5rem;
  }

  .error-div h3 {
    color: #737373;
  }

  .es-alt-image {
    width: 100%;
    height: auto;
    background-color: #fff;

  }

  .error-message {
    margin: 0;
    padding: 0;
    color: #ed4337;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
  }



  .no-events-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .no-events-svg {

    width: 70%;
  }

  .location-search-input {
    transition: all .3s ease-in-out;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    height: 36px;
    font-family: Outfit;
    padding-right: 30px;
  }

  .location-search-input:hover {
    border-color: #3F96FF;
  }

  .content-search-input {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    height: 36px;
    font-family: 'Outfit';
    padding-right: 30px;
    border-radius: 4px;
  }

  .content-search-input:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .content-search-input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(120, 180, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2);
  }

  .content-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  /*--------------------------------------- profile ------------------------------ */
  .profile-container {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    max-width: 800px;
    margin: 0 auto;
    /* margin-top: 16px; */
  }


  .profile-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 24px;
    fill: #002244;
  }

  .profile-details {
    flex: 1;
  }

  .profile-details h2 {
    margin: 0;
  }

  .profile-details p {
    margin: 5px 0;
  }

  .profile-details a {
    color: #0073b1;
    text-decoration: none;
  }

  .registered-events-title {
    /* font-size: 24px;
    font-weight: 700; */
    /* margin-bottom: 16px; */
  }

  /*--------------------------------------- END OF profile ------------------------------ */




  .time-picker {
    cursor: pointer;
    border-radius: 4px;
    height: 38px;
    font-family: 'outfit';
    border-color: #e6e6e6;
    width: 100%;
    /* pointer-events: none;  */
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .log-out {
    margin-right: 0;

  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

  .wrapper {
    font-family: Outfit;
    min-height: 100vh;
    max-width: 1400px;
    /* Set your desired maximum width */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    margin: 0 auto;
    padding: 0 80px;
    background-color: inherit;
    color: #fff;
    margin-bottom: 24px;
  }

  .navbar {
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    /* Align child horizontally */
    justify-content: center;
    width: 100%;
    background-color: inherit;
    padding: 16px 0px 16px 0px;
    grid-gap: 16px;
  }

  .ummahfy {

    font-family: 'outfit';
    font-weight: 700;
    font-size: 36px;
    text-decoration: none;
    /* Removes underline */
    color: #fff;
    background-color: #002244;
    align-items: center;
    border-radius: 4px;
    padding: 6px 12px;
  }

  .kufic-logo {
    width: 36px;
    padding-left: 8px;
    padding-right: 4px;
  }

  .item1 {
    text-decoration: none;
    grid-column: 1 / 2;
   
  }


  .item2 {
    grid-column: 2 / 3;
  }

  .item3 {
    grid-column: 6 / -1;
  }

  .item3 ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
  }

  .item3 li {
    margin-right: 0px;
  }

  .signup-nav {
    margin-right: 0;
  }

  .navb {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    text-decoration: none;
    /* Removes underline */
    color: #fff;
    height: 36px;
    width: auto;
    padding: 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    font-family: "outfit";
    background-color: inherit;
    border: solid 1px transparent;
    cursor: pointer;
    box-shadow: none;
  }

  /* Profile Photo Styles */
  .nav-prof-photo {
    padding: 0;
    height: 32px;
    width: 32px;
    border: solid 2px transparent;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
  }


  .navb:hover {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border-color: rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
  }


  .create-event-nav {
    margin-right: 16px;
  }

  .find-events-nav {
    margin-right: 16px;
  }

  .login {
    /* margin-right: 16px; */
  }

  .org-login {
    margin-right: 0;
  }

  input {

    border: solid 1px #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 12px;
  }

  /*----------------- nav-icon-menu ------------------*/

  .drawer-toggle {
    display: none;
  }

  .drawer-button {
    background-color: #002244;
    color: white;
    border: none;
  
    /* padding: 5px 12px 7px 12px; */

    font-size: 28px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    cursor: pointer;
    border-radius: 4px;

    display: inline-block;
    position: fixed;
    top: 20px;
    right: 16px;
    /* Position the button on the right */
    z-index: 998;
    /* Ensure it is above the drawer */
  }

  .drawer {
    z-index: 997;
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: rgba(75, 75, 75, .75) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(15px);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
  }



  .drawer nav ul {
    list-style-type: none;
    margin-top: 16px;
  }

  .drawer nav ul li {
    /* padding: 8px 16px; */
    text-align: left;
  }


  /* Show the drawer when the checkbox is checked */
  .drawer-toggle:checked+.drawer-button+.drawer {
    right: 0;
    /* Slide in from the right */
  }

  .mobile-nav-ele {
    justify-content: left;
    padding: 10px 16px;
    width: 100%;
  }


  /* ==============================================
     HERO BANNER SECTION WITH 3D ANIMATION
     ============================================== */
  
  .hero {
    display: grid;
    padding-bottom: 24px;
    grid-template-columns: repeat(8, 1fr);
    grid-row: auto;
    grid-gap: 16px;
    align-items: center;
    position: relative;
  }

  .text {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    z-index: 1;
  }

  .hero-img {
    grid-column: 5 / -1;
    grid-row: 1 / 2;
    max-width: 100%;
    border-radius: 4px;
    margin-left: 56px;
  }

  /* 3D Animation Container */
  .hero-3d-container {
    grid-column: 5 / -1;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
  }

  .redirect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
  }

  .redirect-container p {
    margin-bottom: 0rem;
  }

  .redirect-container img {
    width: 50vw;
    height: auto;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }

  .home-title {
    font-family: "Outfit";
    font-size: min(4vw, 50px);
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;


  }

  .subtext {
    font-family: 'outfit';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }


  .join {
    margin-top: 24px;
  }


  .quran-join {
    /* Styling handled by Ant Design theme */
  }


  /* ==============================================
     HERO BUTTON GROUP & CTA SECTION
     ============================================== */

  .hero-button-group {
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }

  .quiz-button {
    background-color: white;
    color: #1777FF;
    border: 2px solid #1777FF;
  }

  .quiz-button:hover {
    background-color: rgba(23, 119, 255, 0.1);
  }

  /* Clean hero CTA container styling */
  .hero-cta-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
    width: 100%;
  }

  .hero-cta-item {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  }

  /* .hero-cta-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(204, 163, 60, 0.15);
    border-color: rgba(204, 163, 60, 0.2);
  } */

  .hero-cta-item .home-subheading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }

  .cta-subtext {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    flex-grow: 1;
  }

  .hero-cta-item a {
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .hero-cta-item .join {
    margin-top: 0;
    width: 100%;
  }

  /* Primary CTA button styling */
  /* .hero-cta-item:first-child .join {
    background: linear-gradient(135deg, #CCA33C 0%, #E8B73C 100%);
    border: none;
    color: white;
  } */
/* 
  .hero-cta-item:first-child .join:hover {
    background: linear-gradient(135deg, #B8922F 0%, #D1A435 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(204, 163, 60, 0.3);
  } */

  /* Secondary CTA button styling */
  /* .hero-cta-item:last-child .join {
    background: white;
    border: 2px solid #002244;
    color: #002244;
  } */

  /* .hero-cta-item:last-child .join:hover {
    background: #002244;
    color: white;
    transform: translateY(-1px);
  } */


  .upcoming-wrapper {
    display: grid;
    grid-template-columns: 1fr auto ;
    grid-template-rows: auto;
    grid-gap: 16px;
    
    align-items: center;
  }

  .upcoming {
    align-items: center;
    /* Align child horizontally */
    grid-column: 1 / 2;
    font-family: "Outfit";
    /* color: #002244; */
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }

  .see-all {
    height: 42px;
    font-size: 16px;
    width: 100%;
    grid-column: 2 / -1;
    /* Adjust grid column if needed */
  }

  .grid-container {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
    grid-gap: 24px;
    align-content: start;
    /* Align grid items along the start of the cross-axis */
    align-items: start;
  }

  .card-link {
    text-decoration: none;
    width: auto;
  }

  .card-home {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .card-home:hover {
    transform: scale(1.05);
  }

  .card-home:hover .img-mask {
    transform: scale(0.93);

  }

  .img-mask {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: auto;
    height: 236px;
    overflow: hidden;
    border-radius: 8px;
    
  }

  .card-home-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .img-mask img {
    transition: transform 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .event {
    font-family: "Outfit";
    /* color: #002244; */
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .masjid {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;

    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
  }

  .masjid-text {
    text-decoration: none;
    color: #fff;
    /* font-size: 18px;
    font-weight: 400; */
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;

  }

  .date {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
  }

  .badge-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    /* Adds consistent spacing between all badges */
    align-items: center;
  }

  .tag-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .badge-group {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap to the next line */

    overflow: auto;
  }


  .badge {
    color: #fff;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2px 8px;

    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
  }

  .price-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .time-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);

  }

  .age-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .gender-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .organizer-badge {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }


  .event-header {
    font-family: 'Outfit';
    color: #fff;
    font-weight: 700;
    font-size: 32px;

  }






  .e-card-home {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    display: flex;
    gap: 24px;
    /* flex-wrap: wrap;  */
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: auto;
    /* border: solid 1px #fafafa;
    background-color: #fafafa; */

    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;

    padding: 24px;
  }

  .e-card-home:hover {
    transform: scale(1.02);
    /*
    border-color: #CCA33C;
     .img-mask img {
      transform: scale(1.05);
    } */
  }

  .e-card-home:hover .e-img-mask {
    transform: scale(1);

  }

  .e-img-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    max-width: 236px;
    min-width: 236px;
    max-height: 236px;

    overflow: hidden;
    border-radius: 8px;

  }

  .e-img-mask img {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .e-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* Set flex direction to column */
    width: auto;
    gap: 8px;
  }

  .e-event {
    display: flex;
    flex-wrap: wrap;
    font-family: "Outfit";
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }

  .e-masjid {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }


  .e-date {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
  }

  .e-badges {
    margin: 0;
    margin-top: 8px;
  }

  .e-price-badge {
    color: #1a1a1a;
    box-sizing: border-box;
    float: right;
    padding: 0px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;

    font-size: 12px;
    font-weight: 700;
    background-color: #edfaeb;
    border-radius: 4px;
  }

  .e-time-badge {
    color: #1a1a1a;
    box-sizing: border-box;
    float: right;
    padding: 0px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;

    font-size: 12px;
    font-weight: 700;
    background-color: #F6F3FC;
    border-radius: 4px;
  }


  .e-age-badge {
    color: #1a1a1a;
    box-sizing: border-box;
    float: right;
    padding: 0px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;

    font-size: 12px;
    font-weight: 700;
    background-color: #e8f3fa;
    border-radius: 4px;
  }

  .e-desc {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    display: -webkit-box;
    /* Fallback to handle older browsers */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional for adding ellipsis at the end */
  }

  .e-bottom {
    /* padding-bottom: 24px; */
  }

  .e-attendees {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #848483;
  }

  .e-share {
    padding: 12px;
    border-radius: 4px;

  }

  .e-share:hover {
    background-color: #fff0bf;
  }

  .e-share img {
    float: right;
    width: 24px;
  }

  .filter-button {
    display: block;
    align-items: center;
    /* Align items vertically */
    margin-right: 16px;
    position: relative;
  }

  .filter-button .drop-btn {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    padding: 8px 16px 8px 16px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    color: #737373;
    cursor: pointer;
  }

  .filter-button .dropdown-icon {
    width: 12px;
    margin-left: 8px;
    fill: "#737373";
  }


  label {
    font-family: 'Outfit';

  }

  .droplink {
    display: block;
    width: 100px;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px;
    padding-right: 36px;
    margin-bottom: 4px;
    background-color: #fff;
    color: #1a1a1a;
  }

  .droplink:hover {
    background-color: #fff0bf;
  }

  .filter-calendar {
    /* position: fixed;  Fix the container in place */
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 24px;
    /* margin-top: 24px; */
  }

  .filter-n-button {
    display: flex;
  }


  .grid-filter {
    position: sticky;
    top: 24px;
    /* Adjust this value to control the sticky position */
    z-index: 1;
    /* Ensure it is on top if overlapping */
    align-self: start;
    display: grid;
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    align-content: start;
    /* Align grid items along the start of the cross-axis */
    align-items: start;
  }

  .calendar-container {
    display: grid;
    grid-column: 10 / 13;
    grid-row: 1 / 2;
  }

  .grid-eventcards {
    display: grid;
    grid-column: 4 / 13;
    grid-row: 1 / 2;
    gap: 24px;
    /* margin-top: 16px;
    margin-bottom: 72px; */
  }

  .filter-container {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 1 / 2;

  }

  .filter-container ul {
    display: flex;

    list-style-type: none;
  }

  .header-pagination {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;

  }

  .pagination {
    display: flex;
    justify-content: center;

    padding-bottom: 24px;
  }

  .top-pagination {

    margin-left: auto;
    padding: 0;

  }

  .pagbtn {
    transition: all 0.2s ease-in-out;
    background-color: #F7F9FB;
    border: solid 1px #CCA33C;
    border-radius: 4px;
    padding: 6px 12px;
    margin-left: 8px;
    color: #cca33c;
    font-weight: 700;
    font-family: Outfit;
    font-size: 16px;
    cursor: pointer;
  }

  .next-btn {
    margin-right: 0;

  }

  /* 
  .add-card {
    width: 40%; 
    border:solid 1px #e6e6e6; 
    border-radius: 4px; 
    transition: all 0.2s ease-in-out;
    padding:24px; 
    margin-right:72px; 
    display:flex; 
    cursor:pointer;
    text-decoration: none;
  } */

  /* .add-card:hover {
    background-color: #f7f7f7;
    border: solid 1px #002244;
  } */

  .quran-div {

    display: flex;
    margin-top: 40px;
    background-color: #EDFFE7;
    /* background-color: #442200; */
    border-radius: 8px;
    padding: 40px 72px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    display: none;
  }

  .quote-buttons {
    width: 100%;
  }

  .quran-text {
    font-size: 40px;
    font-family: Outfit;
    color: #002244;
    margin-bottom: 24px;
  }

  .want-more {
    margin-top: 32px;
  }

  .want-more h1 {
    font-family: Outfit;
    font-size: 32px;
    padding-bottom: 32px;
    color: #fff;

  }

  .add-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
  }


  .add-card {
    display: flex;
    width: auto;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    padding: 24px;
    cursor: pointer;
    text-decoration: none;
  }

  .add-card:hover {
    transform: scale(1.04);
  }

  .left {
    display: flex;
    align-items: center;
    padding-right: 24px;
    margin-left: 16px;
  }

  .plus-icon {
    width: 36px;
    height: 36px;
  }


  .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: outfit;
    color: #fff;

  }

  .ac-title {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
  }

  .ac-desc {
    padding-bottom: 16px;
    width: 90%;
  }

  .ac-tag {
    font-weight: 700;
    color: #fff;
  }

  /*---------------------- Create Event page --------------------------------------------------------------------------------------------*/



  .ce-hero {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .ce-text {
    margin-top: 0px;
    width: 75%;
    text-align: center;
    margin-bottom: 0px;

  }

  .ce-title {
    font-family: "Outfit";
    font-size: 3.5vw;
    font-weight: 700;
    margin-bottom: 16px;

    /* Fallback: Set a background color. */
    background-color: #1a1a1a;

    /* Create the gradient. */
    /* background-image: linear-gradient(45deg, #A89054, #CCA33C); */
    background-image: linear-gradient(41deg, #B38718, #E8B73C);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }

  .ce-subtext {
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: 'outfit';
    color: #444;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
  }



  .create-event-container {
    padding: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    grid-gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 8px;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  }

  .grid-block-one {
    display: grid;
    grid-column: 1 / 9;
    grid-row: 1 / 3;
    grid-template-columns: subgrid;

    height: auto;

    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .button-block {
    display: grid;
    grid-column: 9 / 13;
    grid-row: 2 / 3;

  }

  .inputs {
    display: grid;
    grid-column: span 4;
  }

  .event-name {


    display: grid;
    grid-column: 1 / 5;
    grid-row: 1 / 2;
  }

  .location {


    display: grid;
    grid-column: 5 / 9;
    grid-row: 1 / 2;
  }

  .cost-input {
    margin-top: 8px;

    display: grid;
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .capacity-input {
    margin-top: 8px;

    display: grid;
    grid-column: 3 / 5;
    grid-row: 3 / 4;
  }

  .date-input {
    margin-top: 8px;

    display: grid;
    grid-column: 5 / 9;
    grid-row: 2 / 3;
  }


  .short1 {
    margin-top: 8px;

    display: grid;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .short2 {
    margin-top: 8px;

    display: grid;
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }


  .upload {
    margin-top: 8px;

    display: grid;
    grid-column: 5 / 9;
    grid-row: 3 / 4;
  }

  .description {
    margin-top: 8px;

    font-family: 'outfit';
    display: grid;
    grid-column: 1 / 9;
    grid-row: 4 / 5;

  }


  .ce-input {
    height: 36px;
    width: auto;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    min-width: 0;
  }


  .textArea-input {
    resize: none;
    padding: 16px;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    height: 100px;
  }


  .grid-block-two {
    display: grid;
    grid-column: 9 / 13;
    grid-row: 1 / 2;
    grid-template-columns: subgrid;

    height: auto;

    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .submit-event {
    margin-top: 0;
    margin-left: 0;
  }

  .tag-selection {
    display: grid;
    grid-column: span 4;
    grid-row: auto;
  }

  .tag-label {
    margin-bottom: 8px;
  }

  .filter-tag {
    display: flex;
    width: auto;

    background-color: #fff;
    /* border: solid 1px #e6e6e6;  */
    border-radius: 8px;

  }

  .filter-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
  }

  .tag-content {
    padding-top: 8px;
  }

  .tag-groups {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 4px;
  }

  .chbx-group {
    display: flex;
    /* flex-direction: column; -----flex direction column-------*/
    flex-wrap: wrap;
    width: 100%;
  }


  .custom-radio {
    /* flex: 1; */
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
  }

  .custom-radio:hover {
    background-color: #FFF8E9;
  }

  .c-label-r {
    padding-left: 0px;
    font-size: 12px;
    font-weight: 400;
  }



  .recurring {
    padding: 0;
  }



  /* Hide the default radio button */
  .custom-radio input[type="radio"] {
    transition: all 0.2s ease-in-out;
    display: none;
  }

  .custom-radio input[type="radio"]+.c-label-r::before {
    transition: all 0.2s ease-in-out;
  }

  .custom-radio input[type="radio"]:hover+.c-label-r::before {
    border-color: #cca33c;
    /* Adjust color as needed */
  }

  /* Create a custom radio button */
  .custom-radio .c-label-r {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    color: #333;
    font-size: 14px;
  }

  /* Create the custom radio button indicator */
  .custom-radio .c-label-r::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #e6e6e6;
    /* Adjust color as needed */
    border-radius: 50%;
    background: #fff;
  }

  /* Style the checked state */
  .custom-radio input[type="radio"]:checked+.c-label-r::before {
    background: #cca33c;
    /* Adjust color as needed */
    border-color: #cca33c;
    /* Adjust color as needed */
  }

  /* Style the inner circle for the checked state */
  .custom-radio input[type="radio"]:checked+.c-label-r::after {
    /*     content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%; */
    content: "";
    left: 5.5px;
    top: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: -1.5px 0px 0px 1px #fff;
    transform: rotate(-32deg);
  }



  /*---------------------- Sign in and Sign up page --------------------------------------------------------------------------------------------*/


  * {
    margin: 0;
    padding: 0;
  }

  .signin-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;

    /* Adding blur effect to the background */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */

  }



  .signin-page {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
  }

  .signup-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    /* Ensure it catches all mouse events */

    /* Adding blur effect to the background */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */
  }

  .signup-page {
    display: inline-flex;
    padding: 32px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
  }


  .right-img {
    display: flex;
    padding-left: 64px;
    padding-top: 64px;
    width: 368px;
  }

  .img-signup {
    padding-top: 108px;
  }

  .sign-title {
    display: flex;
    font-family: Outfit;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    margin-bottom: 0;
    align-items: center;
    color: #fff;
  }

  label {
    display: flex;
    padding: 0;
    margin: 0;
    font-family: outfit;
  }

  .inputs {
    margin-top: 12px;
    flex-direction: column;
  }

  /* sdn */
  .short-inputs {
    display: inline-flex;
    margin-top: 16px;
  }

  .first {
    float: left;
    margin-right: 16px;
  }

  .last {
    float: right;

  }

  /* this should be changed here on main*/
  .long-input {
    display: flex;
    margin-top: 4px;
    width: 100%;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    color: #fff;
  }

  .short {
    display: flex;
    margin-top: 8px;
    width: 137px;
    height: 42px;
    border: solid 1px #ccc;
    border-radius: 4px;
  }


  .t-c {
    display: flex;
    align-items: center;
    margin-top: 8px;

  }

  input[type="checkbox"] {
    margin-top: 8px;
    margin-right: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }

  .terms-cond {
    margin-top: 8px;
  }

  .terms {
    margin-left: 6px;
    font-size: 9px;
    font-weight: 400;
    width: 100%;
    color: #fff;
  }


  .signin {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px;

    display: flex;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'outfit';

    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .signin:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .create-acc {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'outfit';
    color: #fff;
    background-color: #CCA33C;
    border-radius: 4px;
    border: solid 1px #CCA33C;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  }

  .create-acc:hover {
    background-color: #fff;
    border-color: #cca33c;
    color: #cca33c;
  }

  .google {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'outfit';
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    transition: all 0.2s ease-in-out;
  }

  .google:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .google-logo {
    margin-top: 0px;
    padding-right: 6px;
  }

  /* Secondary options container for consistent spacing */
  .secondary-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .secondary-options .signin.secondary {
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
  }

  .secondary-options .signin.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  /* Divider text styling - only for signin modal */
  .signin-modal .divider-text {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
  }

  /* Dark mode container styling */
  .dark-mode-map {
    filter: brightness(0.8) contrast(1.2);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .map-error-mask {
    background: rgba(30, 30, 30, 0.7); /* Darker background for error state */
  }


  .facebook {
    margin-top: 16px;
    background-color: #0053B7;
    border-color: #0053B7;
    padding-left: 64px;
    padding-right: 64px;
  }

  .facebook:hover {
    background-color: #fff;
    border-color: #0053B7;
    color: #0053B7;
  }



  .reg {
    display: flex;
    font-family: "outfit";
    justify-content: center;
    margin: 0 auto;
    margin-top: 12px;
    background-color: #fff;
    border: solid 1px #fff;
    font-size: 14px;
  }

  .reg b {
    margin-left: 8px;
    color: purple;
    cursor: pointer;
  }

  .close {
    margin-left: auto;

    cursor: pointer;
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    border: none;
    width: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .cls-12 {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .close:hover {
    background-color: #FFF8E9;
  }

  .close:hover .cls-12 {
    fill: #CCA33C;
    /* Change the fill color to red on hover */
  }

  /*---------------------- Event Shell --------------------------------------------------------------------------------------------*/

  .no-location {
    color: #444;
    display: flex;
  }

  .no-location p {
    display: flex;
    flex-wrap: wrap;
  }

  .event-shell-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 0px;
  }

  .new-es-c {
    margin-top: 0;
  }

  .flyer {
    border-radius: 8px;
    grid-column: 1 / 6;
    grid-row: 1 / 7;
    width: auto;
    /* margin-right: 8px; */

    border-radius: 8px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }


  .under-flyer {
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .under-flyer-2 {
    grid-column: 6 / 10;
    grid-row: span 1;
  }

  .under-flyer-3 {
    grid-column: 10 / 13;
    grid-row: span 1;
  }

  /* .file-upload-label {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    position: sticky;
    top: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    outline: 2px dashed #e6e6e6;
    border-radius: 8px;
    cursor: pointer;
    background-color: #F7F9FB;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  } */

  /* .imgStyle */
  .imgStyle {
    position: sticky;
    top: 24px;
    display: flex;
    width: 100%;
    height: auto;
    max-height: 700px;
    /* object-fit: cover;
    object-position: top; */

    justify-self: center;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }

  /* .flyer:hover {
    transform: scale(1.035);
  } */


  .eventshell-edit-event {
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .title-register {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 24px;
    grid-column: 6 / 13;
    grid-row: span 2;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;

  }

  .event-shell-info {
    display: grid;
    gap: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 24px;
    grid-column: 6 / 13;
    grid-row: span 1;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }



  .event-shell-info0 {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 0px 16px;
    grid-column: 6 / 13;
    grid-row: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    width: auto;
    align-self: start;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }

  .event-shell-info0:hover {
    opacity: 0.8;
  }

  .loc-label-toggle {
    display: flex;
    align-items: end;
    margin-bottom: 8px;
  }

  .submit-event {
    display: grid;
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .attendees-share {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 24px;
    grid-column: 6 / 9;
    grid-row: span 1;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    gap: 12px;
  }

  .event-shell-map {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .rect5 {
    border-radius: 8px;
    grid-column: 9 / 13;
    grid-row: span 1;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }

  .rect5:focus {
    outline: transparent;
    /* Removes the default outline */
    border: 1px solid #1777FF;
    /* Adds a custom border */

    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    /* Adds a custom shadow */
  }

  .es-map {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .rect5:hover {
    transform: scale(1.035);

  }


  .home-avatar-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    border-radius: 4px;
  }

  .avatar-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    border-radius: 4px;
  }

  .event-shell-name {
    font-size: 32px;
    font-weight: 700;
    color: inherit;

  }

  .avatar-org {

    display: flex;
    align-items: center;
    gap: 6px;
  }

  .event-shell-org {
    font-size: 20px;
    font-weight: 400;

    color: inherit;
    text-decoration: none;
  }

  .register-btn {
    margin-top: 8px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 700;

    width: 100%;
  }

  .registered-text {
    color: #444;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .already-registered-btn {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
  }

  .pending-approval-btn {
    width: 100%;
  }

  .passed-button {
    width: 100%;
  }

  .cancel-subtext {
    width: auto;
    margin-bottom: 12px;
  }

  .date-time-loc-div {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    /* This enables wrapping */
  }

  .event-shell-date {
    display: flex;
    align-items: center;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
  }

  .calendar-icon {
    width: 18px;
    margin-right: 6px;
    color: #fff;
  }


  .event-shell-time {
    display: flex;
    align-items: center;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
  }

  .clock-icon {
    width: 18px;
    margin-right: 6px;
    color: #fff;
  }

  .es-location-link {
    display: flex;
    align-items: center;
    color: inherit;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
  }


  .es-location-link:hover {
    color: #6ab4ff;
  }

  .es-location-link:hover .location-icon {
    color: #6ab4ff;
  }


  .location-icon {
    max-width: 18px;
    min-width: 18px;
    margin-right: 6px;
    stroke-width: 1.75px;
    color: #fff;
    transition: all .2s ease-in-out;
  }


  .approval-toggle {
    display: flex;
    align-items: center;
    margin-top: 8px;
    cursor: pointer;
  }

  .require-approval {
    font-size: 15px;
    margin-left: 6px;
    color: #737373;
  }

  .event-shell-date1 {
    display: flex;
    flex-direction: column;
  }

  .event-shell-location1 {
    width: 100%;
  }

  /* .ce-label {
    margin-bottom: 8px;
  } */

  .time-title-toggle {
    display: flex;
    align-items: end;
  }

  .event-shell-description1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }

  .price-coupon-div {
    display: flex;
    gap: 4px;

  }

  .ce-input2 {
    flex-grow: 1;
    width: 100%;
    /* height: 36px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px; */
  }

  .ce-input2:hover {
    /* background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1); */
  }

  .price-inpt {
    width: auto;
    flex-grow: 1;
  }

  /* .coupon-btn {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    border-radius: 4px;
    height: 36px;
    width: 36px !important;
    box-shadow: none;
  }

  .coupon-btn {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  } */

  /* .form-button {
    border-radius: 4px;
    width: 100%;
    height: 36px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    color: #fff;
  } */

  .price-input1 {
    grid-column: 1 / 2;
    grid-row: span 1;
  }

  .capacity-input1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 2 / 3;
    grid-row: span 1;
  }

  .description-input1 {
        display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1 / 3;
    grid-row: span 1;
  }

  .event-shell-datetime {
    display: flex;
    align-items: center;
  }

  .event-shell-date {
    display: flex;
    align-items: center;
  }

  .event-shell-date p {
    font-size: 16px;
    font-weight: 400;

  }

  .event-shell-location {
    display: flex;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .event-shell-location p {
    font-size: 16px;
    font-weight: 400;

  }

  .event-shell-description {
    font-size: 16px;
    font-weight: 400;

    color: inherit;

    /* padding-left: 24px; */
  }



  .attendees-icon {
    width: 16px;
    margin-right: 4px;
  }

  .es-share-button {
    display: flex;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 100%;
    font-family: 'outfit';
    font-weight: 600;
    font-size: 16px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }

  .es-share-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .es-share-button:hover .share-button-icon {
    fill: #fff;
  }



  .capacity-attendees {
    display: flex;
    flex: 1;
    height: auto;
    width: 100%;
    font-family: 'outfit';
    min-height: 36px;
    font-size: 16px;
  }

  .scan-ticket-button {
    display: flex;
    flex: 1;
    height: auto;
    width: 100%;
    font-family: 'outfit';
    min-height: 36px;
    font-size: 16px;
  }


  .attendees-number-div {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .register-modal-share {
    margin-top: 16px;
    cursor: pointer;


    display: flex;
    /* margin-left: auto; */
    font-family: 'outfit';
    font-weight: 400;
    font-size: 16px;
    padding: 8px 16px;
    background-color: #fff;
    border: solid 1px #737373;
    color: #737373;
    border-radius: 32px;
  }

  .share-button-icon {
    transition: all .3s ease-in-out;
    width: 20px;
    margin-right: 4px;
    fill: #fff;
  }

  .rm-share-button-icon {
    width: 16px;
    margin-left: 4px;
    fill: #737373;
  }

  .ns-register-modal-share {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    height: 38px;
    background-color: #fff;
    border: solid 1px #002244;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
  }

  .ns-register-modal-share:hover {
    background-color: #002244;
  }


  .ns-rm-share-button-icon {
    padding: 8px 10px;
    width: 20px;
    fill: #002244;
  }

  .ns-register-modal-share:hover .ns-rm-share-button-icon {
    fill: #fff;
  }

  .es-share-blue {
    padding: 8px;
    background-color: #f0f6ff;
  }



  /*---------------------- End of Event Shell --------------------------------------------------------------------------------------------*/


  /* .mapPStyle */
  /* .mapPStyle {
    line-height: 100%;
    color: #002244;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    font-family: Outfit;
    font-weight: 700;
  } */

  /* .mapContainerStyle */
  /* .mapContainerStyle {
    border-radius: 4px;
    overflow: hidden;
  } */

  /* .containerStyle */


  /*------------Filter Panel----------- */




  .feb-text-icon {
    display: flex;
    align-items: center;
  }

  .filter-events-button {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    margin-right: 0 auto;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    font-family: 'outfit';
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }

  .filter-back-btn {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    margin-right: 0 auto;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    font-family: 'outfit';
    border-radius: 4px;
    width: 100%;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
  }

  .filter-back-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }


  .filter-events-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .chevron-right {
    margin-top: 2px;
    margin-left: auto;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    fill: #bfbfbf;
  }

  .label-reset {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
  }

  /* Google Places Autocomplete - Glassmorphic Theme */
  .pac-container {
    background: rgba(75, 75, 75, 0.95);
    border-top: none;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 4px;
    backdrop-filter: blur(10px);
    z-index: 1000;
    font-family: 'Outfit', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .pac-item {
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: transparent;
    /* border-bottom: 1px solid rgba(75, 75, 75, 0.95); */
    font-family: 'Outfit', sans-serif;
    /* border-radius: 4px; */
    border-top: 1px solid #666; 
  }

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

  .pac-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .pac-item-query {

    color: #fff;
  }

  .pac-matched {
    color: #8abefe;

  }


  

  .filter-panel {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    border-radius: 8px;
    transition: max-height 0.3s ease-in-out;
    height: auto;
    margin-bottom: 0;
    /* Add this if there's bottom margin */
    /* Animate the max-height property */
  }

  .filter-panel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    /* Add this */
  }

  .filter-panel-slider {
    display: flex;
    width: 200%;
    transition: transform 0.3s ease-in-out;
    height: auto;
    /* Add this */
  }

  .filter-panel-section {
    width: 50%;
    flex-shrink: 0;
    height: auto;
    /* Add this */
  }

  /* If needed, also add */






  .filter-panel-slider.slide {
    transform: translateX(-50%);
  }




  .filter-parent-div {
    width: 100%;
    height: 100%;
  }


  .dne-input {
    width: auto;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    height: 32px;
    padding-left: 12px;
    font-family: Outfit;
  }

  input::placeholder {
    color: #BFBFBF;
    font-family: 'outfit';
  }

  .distance-slider {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 8px;
  }

  .slider-label {
    /* margin-bottom: 8px; */
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }

  .slider {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: auto;
    height: 8px;
    background: inherit;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.075);
    /* border-color: #e6e6e6; */
    padding: 0;
  }



  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }


  .search-filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .date-n-time {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }

  .title-n-button {

    display: flex;
  }

  .filter-title {
    white-space: nowrap;
    margin-right: 4px;
  }

  .location-filter {
    margin-top: 8px;
  }

  .reset-loc-button {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    margin-left: auto;
    font-size: 12px;
    font-family: Outfit;
    height: 20px;
    border: none;
    width: 45%;
    padding: 2px 0;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
  }

  .reset-loc-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .filter-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
  }

  .filter-content {
    display: flex;
    flex-direction: column;
    /* padding:16px; */
    /* padding-bottom: 8px; */
    /* border: solid 1px #e6e6e6; */
    /*   background-color: #f7f7f7; */
    border-radius: 8px;
  }

  .groups {
    font-size: 14px;
    font-weight: 600;
    /* padding-bottom: 18px; */
    /*   padding-left: 8px; */
  }

  .custom-checkbox {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 4px;
  }

  .custom-checkbox:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .custom-checkbox:hover .checkmark {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: relative;
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    transition: background-color 0.3s, box-shadow 0.3s;
  }

  .custom-checkbox input:checked~.checkmark {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .checkmark::after {
    content: "";
    position: absolute;
    display: none;
  }

  .custom-checkbox input:checked~.checkmark::after {
    display: block;
  }

  .custom-checkbox .checkmark::after {
    content: "";
    left: 4.8px;
    top: 1.8px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    box-shadow: -1.5px 0px 0px 1px #fff;
    transform: rotate(-32deg);
  }

  .c-label {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }

  .group-box {
    padding-top: 5px;
  }

  .alternate-filter-div {
    width: auto;
    height: 32px;
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
  }

  .alternate-filter-div p {
    cursor: default;
    padding: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }




  /*------------Calendar----------- */



  .header {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #f0f0f0;
    border: solid 1px #e6e6e6;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
  }

  .days {
    font-size: 14px;
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-radius: 0px 0px 4px 4px;
  }

  .day-name {
    font-weight: 700;
    padding: 4px;
    text-align: center;
  }

  .day {
    margin: 4px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
  }

  .day:hover {
    background-color: #faeac0;
  }

  .day.selected {
    background-color: #cca33c;
    color: #fff;
    border-radius: 4px;
  }

  /* ------------------------------------- Registration Modal -----------------------------------------------*/

  .registration-modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .registration-modal {
    /* max-width: 400px;
    padding: 28px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    background-color: #fff;
    margin: 0px 24px; */
  }

  .edit-event-modal {
    max-width: 10000px;
  }

  .title-icon {
    display: flex;

  }

  .rm-title {
    font-size: 24px;
    font-weight: 700;
  }

  .success-icon {
    width: 20px;
    padding-left: 8px;
  }

  .rm-subtext {
    font-size: 16px;
    font-weight: 400;
  }


  .rm-button-label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
  }

  .next-step-registration {
    cursor: pointer;
    transition: all .2s ease-in-out;

    font-family: "outfit";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
  }

  .next-step-link {
    width: 100%;
  }


  .next-step-registration:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
  }

  .cancel-button-0 {
    border-color: #FF4D4F;
    background-color: #FF4D4F;
    color: #fff;

  }

  .cancel-button-0:hover {
    color: #FF4D4F;
  }


  .next-step-share {
    display: flex;
    width: auto;
    align-items: center;
    gap: 8px;
  }

  .rm-share-text {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .copy-button {
    width: auto;
  }


  /* ---------------------------------- Organizer Settings -----------------------------------*/


  .settings-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    gap: 24px;
    max-width: 900px;

   
  }



  .sttngs-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }


  .sttngs-div p {
    font-size: 16px;
    /* padding-top: 8px; */
  }



  .stripe-btn {
    margin: 0;
    margin-right: auto;
    width: 100%;
  }


  .org-prof-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .org-prof-photo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
  }

  .org-prof-photo3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    /* margin-right: 8px; */
    border-radius: 50%;

  }

  .org-account {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .alt-org-acc {
    width: 100%;
    justify-content: left;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
  }



  .no-hover {
    padding: 0;
    margin: 0;
    cursor: default;
    pointer-events: none;
    width: 100%;
  }



  .no-hover:hover {
    background-color: transparent;
  }

  .org-owner-email {
    margin-top: -4px;
  }

  .org-email {
    display: flex;
    flex-direction: column;
  }

  .org-email p {
    font-size: 16px;
  }



  .org-name {
    font-size: 40px;
  }

  .org-events-title {
    font-size: 28px;

  }

  .profile-card {
    /* width: auto;
    position: relative; */
    display: flex;
    flex-direction: column;
    /* margin-bottom: 24px; */
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    overflow: hidden;
    padding: 24px;
    position: relative;
  }


  .org-banner {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 200px;
    background-color: #002244;
    border-radius: 8px;
    position: relative;
  }

  .profile-card-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  .profile-card-actions .org-edit-btn-new {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
  }

  .profile-card-actions .org-edit-btn-new:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }

  .profile-card-actions .org-edit-btn-new .edit-icon {
    color: #fff;
    font-size: 18px;
  }

  /* Mobile responsive styles for profile card actions */
  @media all and (max-width: 768px) {
    .profile-card-actions {
      top: 15px;
      right: 15px;
    }

    .profile-card-actions .org-edit-btn-new {
      width: 36px;
      height: 36px;
    }

    .profile-card-actions .org-edit-btn-new .edit-icon {
      font-size: 16px;
    }
  }

  .org-avatar {
    width: 116px;
    height: 116px;
    background-color: #63b3ed;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 24px;
    border: solid 8px rgba(255, 255, 255, 0.075);
  }


  .org-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  .org-profile-pic-container {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* ', width: '100px', height: '100px' */
    position: relative;
    width: 140px;
    height: 140px;
    top: -150px;
    /* Adjust as needed to position the profile pic overlapping the banner */
    left: 30px;
    /* Adjust as needed */
    z-index: 1;
    /* Ensure it's above the banner */
  }


  .org-profile-img {
    top: -50px;
    left: 20px;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    /* If you want a circular profile picture */
    border: solid 6px rgba(255, 255, 255, 0.95);
    /* Optional: adds a white border around the profile pic */
  }

  .org-banner-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .org-prof-pic-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .org-prof-pic-upload:hover .org-profile-img {
    opacity: 80%;
  }

  .org-banner-upload:hover .org-banner {
    opacity: 80%;
  }

  .org-content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
  }

  .org-title {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
  }

  .org-address {
    height: 36px;
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    
    flex-wrap: wrap;

  }

  .org-description {
    font-size: 15px;
    color: #fff;
    /* margin-top: 8px; */
  }

  .profile-desc {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .edit-button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #002244;
    color: white;
    border: none;
    cursor: pointer;
  }

  .org-address input,
  .org-description textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }

  .org-description textarea {
    height: 100px;
  }



  /* .org-prof-banner {
    display: flex;
    width: 100%;
    height: 142px;
    background-color: #00608A;
    border-radius: 8px;
   
  }


  .org-prof-info {
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    
  }

  .org-profile-pic {
    width: 108px;
    height: 108px;
    margin-right: 16px;
    border: solid 8px #F7F9FB;
    border-radius: 50%;
  } */

  .owner-role-display {
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    border: solid 1px rgba(255, 255, 255, 0.95);
    font-size: 14px;
    border-radius: 4px;

  }

  .user-descr {
    color: #fff;

  }

  .user-table {

    display: flex;
    flex-direction: column;
  }

  .user-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 0px;
  }

  .user-org-owner {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);

  }

  .user-prof-email {

    grid-column: 1 / 4;
    grid-row: span 1;
    display: flex;
    align-items: center;
    margin-right: auto;
    gap: 8px;

  }

  .user-prof-pic {
    width: 32px;
    height: 32px;

  }

  .user-status {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    width: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-self: end;
  }

  .user-priv-div {

    grid-column: 5 / 7;
    grid-row: span 1;
    justify-self: left;
    display: flex;
  }
/* 
  .user-collab-manage {

    height: 36px;
    background-color: transparent;
    border-color: #e6e6e6;
    color: #B7B7B7;
    border-radius: 4px;
  }

  .user-collab-manage:hover {
    background-color: transparent;
  } */

  /* .user-remove-btn {
    cursor: pointer;
    grid-column: 7 / 8;
    grid-row: span 1;
    width: auto;
    justify-self: end;
    padding: 4px;
    white-space: nowrap;
    background-color: transparent;
    border-color: transparent;
    fill: #e6e6e6;
  } */

  .trash-icon {
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 20px;
    height: 20px;
    fill: #B7B7B7;
    stroke-width: 1.5px;
  }

  /* .user-remove-btn:hover .trash-icon {
    fill: #969696;
  } */

  .add-user-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 8px;
  }

  .add-user-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .add-user-input {
    grid-column: 1 / 4;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    width: auto;
  }

  .add-user-btn {
    grid-column: 5 / 6;
    cursor: pointer;
    border-radius: 4px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    padding: 0px 12px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    font-size: 14px;
  }

  .add-user-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);

  }

  .pending-status {
    font-size: 14px;
    background-color: #FFE7A8;
    padding: 2px 8px 5px 8px;
    border-radius: 4px;
  }

  .active-status {
    /* dont know what to do here */
  }

  .confirm-buttons {
    margin-left: 8px;
    display: flex;
    gap: 6px;
  }

  .confirm-btn,
  .cancel-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 4px;

  }

  .confirm-btn {

    background-color: #7EDC88;
    /* Green */

    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }


  .cancel-btn {
    background-color: #F37676;
    /* Red */

    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;

  }

  .confirm {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cancel {
    display: inline-block;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* Checkmark */
  .confirm::before,
  .confirm::after {
    content: '';
    position: absolute;
    background-color: white;
  }

  .confirm::before {
    width: 4px;
    height: 10px;
    left: -7px;
    top: -1px;
    transform: rotate(-45deg);
    border-radius: 2px 2px 2px 2px;
  }

  .confirm::after {
    width: 4px;
    height: 18px;
    left: 1px;
    top: -7px;
    transform: rotate(45deg);
    border-radius: 2px 2px 2px 2px;
  }


  /* X mark */
  .cancel {
    width: 20px;
    height: 20px;
  }

  .cancel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    border-radius: 2px;
  }

  .cancel::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
    border-radius: 2px;
  }


  .confirm-btn:hover {
    background-color: #00af3c;

  }

  .cancel-btn:hover {
    background-color: #d40028;

  }

  .org-title-toggle {
    display: flex;
    height: auto;

    align-items: center;
  }



  .org-toggle {
    /* margin-bottom: 0; */
    /* border-radius: 4px !important; */
    /* height: auto;
    align-items: center; */
    margin-left: auto;
    /* background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff; */
  }




  /* ------------------------------------- File Upload  -----------------------------------------------*/


  /* Organization Selector Grid */
  .ce-org-selector-grid {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
    align-self: start;
  }




  .ce-org-selector-grid,
  .ce-org-selector-grid * {
    color: #fff !important;
  }

  .flyer1 {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    cursor: pointer;
    grid-column: 1 / 6;
    grid-row: 2 / 12;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    align-self: start;
    position: sticky;
    top: 24px;
  }

  .file-upload-label {
    transition: all 0.5s ease-in-out;
    position: sticky;
    top: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    border-radius: 8px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    outline: dashed 1px rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }

  .file-upload-label:hover {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    outline: solid 1px rgba(255, 255, 255, 0.125);
  }



  .file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .upload-icon {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 81px;
    height: 81px;
    margin-bottom: 10px;
    
    /* filter: brightness(1.2) contrast(1.1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1)); */
  }

  .upload-icon svg {
    width: 100%;
    height: 100%;
  }

  /* Override SVG colors with official brand colors - higher specificity to override global white rules */
  .file-upload-label .upload-icon svg .clx-1 {
    fill: var(--upload-icon-primary, #4062bb) !important;
    color: var(--upload-icon-primary, #4062bb) !important;
  }

  .file-upload-label .upload-icon svg .clx-2 {
    fill: var(--upload-icon-secondary, #5200ae) !important;
    color: var(--upload-icon-secondary, #5200ae) !important;
  }

  .file-upload-label:hover .upload-icon {
    transform: scale(1.125);
    opacity: 1;
    /* filter: brightness(1.4) contrast(1.2) hue-rotate(20deg) drop-shadow(0 8px 24px rgba(120, 180, 255, 0.3)); */
  }

  .upload-text {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
  }

  .upload-text-bold {
    font-weight: 600;
  }

  .upload-subtext {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    margin: 2px 0;
    font-size: 12px;
    color: #fff;
  }

  .file-upload-label:hover .upload-text {
    transform: translateY(10px);
  }

  .file-upload-label:hover .upload-subtext {
    transform: translateY(10px);
  }


  .file-input {
    display: none;
  }

  .file-preview {
    position: sticky;
    top: 24px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .file-preview.uploading {
    animation: fadeIn 0.5s ease-out;
  }

  .file-preview.deleting {
    opacity: 0;
    transform: scale(0.95);
  }

  .image-preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  .file-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
  }

  .remove-file {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .remove-file:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .virtual-link-input {
    height: 36px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: 'Outfit';
    padding: 8px 12px;
    transition: all 0.3s ease;
  }

  .virtual-link-input:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .virtual-link-input:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(120, 180, 255, 0.5) !important;
    box-shadow: 0 0 0 2px rgba(120, 180, 255, 0.2) !important;
    outline: none;
  }

  .virtual-link-input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .location-content {
    position: relative;
    min-height: auto;
    /* Use min-height instead of fixed height */
    overflow-y: hidden;
  }

  .in-person-content,
  .virtual-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    /* Disable interactions when not active */
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .in-person-content.active,
  .virtual-content.active {
    opacity: 1;
    pointer-events: all;
    /* Enable interactions when active */
    transform: translateY(0);
    position: relative;
    /* Change to relative when active */
  }

  .location-content.transitioning .in-person-content,
  .location-content.transitioning .virtual-content {
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .number-duration {
    margin-top: 8px;
    display: flex;
    gap: 8px;
  }

  .recurring-number {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
    width: 64px;
    box-shadow: none;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .recurring-number:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .recurring-duration {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
    width: 96px;
    box-shadow: none;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .recurring-duration:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .duration-days {
    display: flex;
  }

  .days-section {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    width: 100%;
  }

  .days-row {
    display: flex;
    margin-top: 8px;
    gap: 6px;
  }

  .custom-option {
    width: 100%;
  }

  .event-shell-info1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    padding: 16px;
    grid-column: 6 / 13;
    grid-row: auto;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
    width: auto;
    transition: height 0.8s ease-in-out;
    overflow: hidden;
    align-self: start;
    
  }

/* 
  .event-options {
    position: relative;
    overflow: hidden;
  } */

  .event-option {
    display: none;
    /* display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px); */
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .event-option.active {
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .event-options.transitioning .event-option {
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
  }

  .label-input-container {
    display: flex;
    flex-direction: column;

  }

  .payment-title {

  }

  .payment-subtext {
    color: #fff;

  }


  .stripe-modal-text {
    margin-bottom: 12px;
    margin-top: -4px;
    font-size: 16px;
    line-height: 1.4;
  }

  .recurring-subtext {
    border-radius: 4px;
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    font-size: 14px;
    color: #fff;
    width: fit-content;
    display: inline-block;
    max-width: 100%;
  }

  .price-tooltip-label {
    display: flex;
    margin-bottom: 8px;
  }

  .info-tooltip {
    cursor: default;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-left: 4px;
    font-size: 12px;
    padding: 0 7px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-radius: 12px;
    color: #fff;
    transform: scale(.9);
  }

  .ql-toolbar.ql-snow {
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
  }

  .ql-container.ql-snow {
    background-color: rgba(255, 255, 255, 0.025) !important;
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
  }


  .my-custom-quill .quill {
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.075);


  }

  .my-custom-quill .ql-toolbar .ql-snow {
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
  }

  .my-custom-quill .ql-toolbar {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border: solid 1px rgba(255, 255, 255, 0.075);
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
  }

  .my-custom-quill .ql-toolbar button {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar button:hover {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-stroke {
    stroke: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-stroke:hover {
    stroke: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-fill {
    fill: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-fill:hover {
    fill: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label:hover {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-options {
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.075);
  }

  .my-custom-quill .ql-toolbar .ql-picker-item {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-item:hover {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar button.ql-active {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar button.ql-active .ql-stroke {
    stroke: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar button.ql-active .ql-fill {
    fill: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label::before {
    color: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label:hover::before {
    color: #78B4FF !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label svg {
    fill: white !important;
  }

  .my-custom-quill .ql-toolbar .ql-picker-label:hover svg {
    fill: #78B4FF !important;
  }

  .my-custom-quill .ql-container {
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.075);
    border-top: none !important;
    background-color: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    min-height: 75px;
  }

  .my-custom-quill .ql-editor {
    color: white;
  }

  .my-custom-quill .ql-editor.ql-blank::before {
    color: rgba(255, 255, 255, 0.5);
  }

  .prof-no-events {
    width: 40%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;

  }

  .prof-title-edit {
    display: flex;
    align-items: center;
    margin-top: -140px;
    /* margin-bottom: 8px; */
  }



  .preview-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    align-items: center;
  }

  .custom-date-item {
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }


  .org-signin-btn {
    margin-top: 16px;
  }



  /* ------------------------------------- END OF Registration Modal -----------------------------------------------*/


  /* ------------------------------------- Attendees Modal -----------------------------------------------*/



  .attendees-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns by default */
    gap: 16px;
    /* Space between cards */
  }

  /* Card Styles - Updated */
  .attendee-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.075) !important;
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;

    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 0;
    /* Remove margin-bottom since gap handles spacing */
    width: 100%;
    /* Ensure full width within grid cell */
    box-sizing: border-box;
    /* Include padding in width calculation */
  }

  /* Empty State Styles */
  .no-attendees {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
  }

  .no-attendees-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  /* Avatar Styles */
  .attendee-avatar {
    width: 40px;
    height: 40px;
    background-color: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .avatar-text {
    color: #1890ff;
    font-weight: 600;
    font-size: 18px;
  }

  /* Name and Email Section */
  .name-email-div {
    display: flex;
    flex-direction: column;
    /* gap: 4px; */
  }

  .name-email-div span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 1.4;
  }

  /* Form Response Styles */
  .form-response-container {
    margin-top: 12px;
    padding-top: 12px;
  }

  .form-response-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding-top: 8px;
    margin: 0;
  }

  .form-response-list li {
    line-height: 1.5;
  }

  /* Approval Button Styles */
  .approval-buttons {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  .status-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
  }

  .status-badge:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  .status-badge.approved {
    background-color: #e6f7e6;
    color: #52c41a;
  }

  .status-badge.approve {
    background-color: #e6f7ff;
    color: #1890ff;
  }

  /* Message Modal Styles */
  .subject-input {
    margin-bottom: 16px;
    width: 100%;
  }

  .description-input1 {
    /* margin-top: 16px; */
  }

  .my-custom-quill {
    /* min-height: 200px; */
    border-radius: 4px;
  }

  .my-custom-quill .ql-toolbar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .my-custom-quill .ql-container {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }




  .registration-approval {
    grid-column: 1 / 3;
    grid-row: span 1;
    align-items: center;
    cursor: pointer;
    margin-top: -8px;
  }

  .form-builder-description {
    color: #737373;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .subject-input {
    margin-bottom: 16px;
    border-radius: 4px;
    height: 36px;
  }

  .ce-toggle-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .ce-toggle-row {
    display: flex;
    gap: 12px;
  }

  .ce-toggle-div {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
    border-radius: 4px;
    flex: 1;
    border: 1px solid transparent;
  }


  /* Hover effect only applies when NOT selected */
  .ce-toggle-div:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .custom-url-div:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075);
    color: #fff;
  }

  .ce-toggle-div.selected {
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #fff;
    /* Optional: Change cursor to default for selected state */
    cursor: default;
  }

  .social-media-toggle {
    display: flex;
    gap: 12px;
  }

  .ce-title-toggle {
    display: flex;
    justify-content: space-between;
    /* Pushes items to the left and right ends */
    align-items: center;
    /* Vertically aligns items in the center */
    width: 100%;
    /* Ensures it spans the full width of the parent container */
  }

  .ce-toggle-subtext {
    font-size: 15px;
    color: #fff;
    margin-top: 4px;
  }

  .custom-url-st {
    margin-bottom: 4px;
  }
/* 
  .custom-url-input {
    font-family: "Outfit";
    color: #fff !important;
  } */

  .scan-ticket-btn {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.075);
    border: solid 1px rgba(255, 255, 255, 0.075) !important;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
  }

  .scan-ticket-btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: solid 1px rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }





}

/* ------------------------------------- 999px breakpoint -----------------------------------------------*/

@media all and (max-width: 999px) {
  .signin-modal {
    max-width: 400px;
  }

  .signin-modal .secondary-options {
    gap: 8px;
  }

  .signin-modal .signin {
    padding: 12px;
    font-size: 16px;
  }

  .signin-modal .divider-text {
    font-size: 12px;
  }

  .ce-org-selector-grid {
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    margin-bottom: 16px;
  }



  .event-shell-name {
    font-size: 24px;
  }

  .event-shell-org {
    font-size: 18px;
  }

  .registered-text {
    font-size: 16px;
  }

  .event-shell-date p {
    font-size: 16px;
  }

  .event-shell-description {
    font-size: 16px;
  }

  .upcoming {
    font-size: 32px;
  }


  .see-all {
    
  }


  .profile-container {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    max-width: 700px;

  }

  .wrapper {
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero {
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .text {
    margin: 0;
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }


  .hero-img {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    margin: 0;
  }

  .home-title {
    font-size: 4vw;
  }

  .subtext {
    text-align: center;
    font-size: 16px;
  }

  .join {
    width: 100%;
  }

  /* Hero button group responsive */
  .hero-button-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 280px;
  }

  /* Hero CTA responsive */
  .hero-cta-container {
    gap: 24px;
    margin-top: 24px;
  }
  
  .hero-cta-item {
    width: auto;
    padding: 20px;
  }
  
  .hero-cta-item .home-subheading {
    font-size: 1.1rem;
  }



  /* ------------------------------------- Event SHELL Page -----------------------------------------------*/

  .event-shell-wrapper {
    padding: 0 36px;
    margin-bottom: 54px;
  }

  .attendees-share {
    grid-column: 6 / 13;
    grid-row: span 1;
  }

  .rect5 {
    grid-column: 6 / 13;
    grid-row: span 1;
  }


  /* ------------------------------------- Event Page -----------------------------------------------*/

  .pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .pagbtn {
    width: 100%;

  }

  .next-btn {
    margin: 0;

  }

  .prev-btn {
    margin: 0;

  }

  .grid-filter {

    margin: 0;
    padding: 0;
    position: static;
    display: grid;
    grid-column: 1 / 13;
    grid-row: 1 / 2;
  }

  .grid-eventcards {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 2 / 3;
 
    /* margin-top: 16px;
    margin-bottom: 72px; */
  }


  .event-header {
    font-size: 24px;

  }




  .filter-calendar {
    margin-top: 16px;
  }

  .e-card-home {
    display: flex;
    /* flex-direction: column; */
    width: auto;
    margin: 0;
    padding: 24px;
  }

  .e-img-mask {
    width: 100%;
    max-width: 175px;
    min-width: 100px;
    max-height: 175px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
  }

  .e-img-mask img {
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }


  .e-event {
    margin: 0;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .e-masjid {
    margin: 0;
    font-size: 16px;
  }

  .e-date {
    margin: 0;
    font-size: 16px;
  }

  .e-badges {
    margin: 0;
    padding-bottom: 8px;
  }

  .e-attendees {
    display: none;
    margin: 0;
  }

  .e-desc {

    display: -webkit-box;
    /* Fallback to handle older browsers */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Optional for adding ellipsis at the end */

  }

  .e-bottom {
    width: 0;
    font-size: 0px;
  }

  .e-bottom p {
    font-size: 0;
  }


  /* ------------------------------------- Create Event Page -----------------------------------------------*/

  .filter-tag {
    width: 100%;
    display: flex;
    flex-direction: row;

  }

  .chbx-group {
    display: flex;
    width: 100%;
    flex-grow: 1;
    align-items: stretch;
  }

  .custom-checkbox {
    flex-grow: 1;

    width: auto;
  }


  .create-event-container {
    padding: 0px;
    grid-gap: 16px;

  }

  .ce-hero {
    margin-top: 0;
  }

  .ce-text {
    margin-top: 24px;
    width: 100%;
    text-align: center;

  }

  .ce-title {
    font-size: 40px;
    /* Adjust this formula as needed */
    max-width: 100%;
    white-space: nowrap;
    /* Prevent text from wrapping to the next line */
    overflow: hidden;
    /* Hide overflow if text is too long */
  }

  .grid-block-one {
    grid-column: 1 / 13;
    grid-row: 1 / 2;
  }

  label {
    padding-bottom: 0;
  }

  .event-name {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    margin-bottom: 16px;
  }

  .location {
    display: grid;
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    margin-bottom: 16px;
  }

  .cost-input {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 7;
    grid-row: 3 / 4;
    margin-bottom: 16px;
  }

  .capacity-input {
    margin-top: 0;

    display: grid;
    grid-column: 7 / 13;
    grid-row: 3 / 4;
    margin-bottom: 16px;
  }

  .date-input {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 13;
    grid-row: 4 / 5;
    margin-bottom: 16px;
  }


  .short1 {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 7;
    grid-row: 5 / 6;
    margin-bottom: 16px;
  }

  .short2 {
    margin-top: 0;

    display: grid;
    grid-column: 7 / 13;
    grid-row: 5 / 6;
    margin-bottom: 16px;
  }


  .upload {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 13;
    grid-row: 6 / 7;
    margin-bottom: 16px;
  }

  .description {
    margin-top: 0;

    display: grid;
    grid-column: 1 / 13;
    grid-row: 7 / 8;
  }


  .grid-block-two {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
  }

  .tag-selection {
    display: grid;
    grid-column: 1 / 13;
    grid-row: auto;

  }

  .button-block {
    display: grid;
    grid-column: 1 / 13;
    grid-row: auto;
    padding-bottom: 32px;
  }

  /* .capacity-attendees {
    padding: 8px;
  } */

  .es-share-button {
    padding: 10px;
  }
}

/*---------------------------------------------- mobile breakpoint --------------------------------------------------- */
@media all and (max-width: 647px) {

  .filter-calendar {
    gap: 16px;
    margin-bottom: 16px;
  }

  /* ------------------------------------- Event Shell mobile -------------------------------------------*/

  .attendees-container {
    grid-template-columns: 1fr;
  }

  .attendee-card {
    min-width: 0;
    /* Fixes flexbox overflow issues */
    max-width: none;
  }

  .ticket-btn {
    height: 42px;

  }

  .signin-modal {
    max-width: 400px;
  }


  .sttngs-div {
    padding: 16px;
  }

  .user-collab-manage {
    grid-column: 1 / 4;
  }



  .user-row {

    margin-bottom: 12px;
    border-radius: 0;
    padding: 0;
    padding-bottom: 16px;
  }

  .user-table {
    margin-bottom: 0px;
  }

  .add-user-input {
    grid-column: 1 / 6;
  }



  /* .item1 {
    display: inline-block;
    position: fixed;
    top: 16px;
    z-index: 998; 
  } 
  */

  .user-prof-email {
    grid-column: 1 / 7;
    grid-row: 1 / 2;
  }

  .user-priv-div {
    grid-column: 1 / 6;
    grid-row: 2 / 3;
    width: 100%;
  }

  .user-collab-manage {
    width: 100%;
  }

  .user-status {
    grid-column: 6 / 8;
    grid-row: 2 / 3;
    justify-self: start;
  }

  .user-remove-btn {
    grid-column: 7 / 8;
    grid-row: 1 / 2;
    justify-self: end;
  }


  .ce-org-selector-grid {
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    margin-bottom: 16px;
  }



  .flyer1 {
    grid-column: 1 / 13;
    grid-row: 2 / 4;
    margin-right: 0;
  }

  .file-upload-label {
    max-height: 250px;
  }

  /* Ensure upload icon uses official colors on mobile - higher specificity */
  .file-upload-label .upload-icon svg .clx-1 {
    fill: var(--upload-icon-primary, #4062bb) !important;
    color: var(--upload-icon-primary, #4062bb) !important;
  }

  .file-upload-label .upload-icon svg .clx-2 {
    fill: var(--upload-icon-secondary, #5200ae) !important;
    color: var(--upload-icon-secondary, #5200ae) !important;
  }

  .event-shell-info0 {
    grid-column: 1 / 13;
  }

  .event-shell-info1 {
    grid-column: 1 / 13;
  }

  .under-flyer-2 {
    grid-column: 1 / 13;
  }

  .under-flyer {
    grid-column: 1 / 13;
  }

  .under-flyer-3 {
    grid-column: 1 / 13;
  }

  .submit-event {
    grid-column: 1 / 13;
  }



  .add-card {
    padding: 16px;
  }

  .navb {
    background-color: #fff;
  }

  .no-events-svg {
    width: 95%;
  }

  .event-shell-container {
    /* margin-top: 16px; */
  }


  .flyer {
    display: grid;
    grid-column: 1 / 13;
    grid-row: span 4;
    justify-content: center;
    margin-right: 0;
  }

  .imgStyle {
    display: flex;
    /* height: 100%; */
    justify-self: center;
    box-shadow: 0;
  }

  .title-register {
    grid-column: 1 / 13;
    grid-row: span 1;
    padding: 16px;
  }

  .event-shell-info {
    grid-column: 1 / 13;
    grid-row: span 1;
    padding: 16px;
  }

  .attendees-share {
    grid-column: 1 / 13;
    grid-row: span 1;
    padding: 16px;
  }

  .rect5 {
    grid-column: 1 / 13;
    grid-row: span 1;

  }


  .event-shell-name {
    font-size: 1.5rem;
  }


  .avatar-icon {
    width: 20px;
    height: 20px;

  }


  .event-shell-date p {
    font-size: 16px;
  }

  .event-shell-location p {
    font-size: 16px;
    white-space: nowrap;
    /* Prevents text from wrapping */
    overflow: hidden;
    /* Ensures overflow is hidden */
    text-overflow: ellipsis;
  }

  .es-location-link {
    white-space: nowrap;
    /* Prevents text from wrapping */
    overflow: hidden;
    /* Ensures overflow is hidden */
    text-overflow: ellipsis;

  }

  .event-shell-description {
    font-size: 16px;
  }

  /* ------------------------------------- Event Shell mobile End-------------------------------------------*/
  .wrapper {
    padding: 0 24px;
    overflow-x: hidden;
    margin-bottom: 16px;
  }

  .navbar {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .navb {
    /* display: flex;
    justify-content: left; */
    padding-left: 16px;
    background-color: #F7F9FB;
    text-decoration: none;
  }



  .hero {
    margin: 0;
    padding: 0;
    margin-top: 16px;
  }

  .text {
    margin: 0;
    grid-column: 1 / 13;
    grid-row: 1 / 2;
    z-index: 1;
    padding: 0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 4px 12px;
  }


  .hero-img {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    margin: 0;
  }

  .home-title {
    text-align: center;
    font-size: 6vw;
  }

  .subtext {
    text-align: center;
    font-size: 15px;
  }

  .join {
    width: 100%;
  }

  .upcoming-wrapper {
    display: grid;
    /* margin-top: 24px; */
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    grid-gap: 0;
    grid-row-gap: 16px;
  }

  .upcoming {
    grid-column: span all;
    grid-row: 1 / 2;
    font-size: 24px;
  }

  .see-all {

    width: 100%;
    grid-column: span all;
    grid-row: 2 / 3;
    margin: 0;
  }

  .grid-container {
    margin-top: 24px;
    grid-template-columns: repeat(auto-fill, 1fr);
    margin-right: 32px;
    grid-gap: 16px;

  }



  .card-home {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 16px;
  }

  .card-home:hover .img-mask {
    transform: scale(1);

  }

  .img-mask {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0;
  }

  .card-home-right {
    padding-bottom: 0;
  }

  .event {


  }

  .masjid {
    margin: 0;


    font-weight: 600;
  }

  .date {
    margin: 0;
    font-size: 16px;

  }

  .badge-group {
    margin: 0;
  }





  .ac-title {
    font-size: 24px;

    padding-bottom: 8px;
  }

  .ac-desc {
    font-size: 1rem;
    padding-bottom: 8px;
    width: 90%;
  }

  .ac-tag {
    font-size: 1rem;

  }



  .plus-icon {
    width: 36px;
    margin: auto;
    /* Center horizontally */
    padding-right: 16px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
  }


  /* ----------------- sign in and sign up ----------------------------- */


  .signin-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
  }


  .signin-page {
    display: inline-flex;
    padding: 24px;
    background-color: #fff;
    /* box-shadow:  0px 0.2px 0px rgb(0 0 0 / 7%), 0px 0.8px 0.6px rgb(0 0 0 / 10%), 0px 1.7px 2.2px rgb(0 0 0 / 13%), 0px 4px 8px rgb(0 0 0 / 20%); */
    border-radius: 8px;
  }

  .signup-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .signup-page {
    display: inline-flex;
    padding: 24px;
    background-color: #fff;
    /* box-shadow:  0px 0.2px 0px rgb(0 0 0 / 7%), 0px 0.8px 0.6px rgb(0 0 0 / 10%), 0px 1.7px 2.2px rgb(0 0 0 / 13%), 0px 4px 8px rgb(0 0 0 / 20%); */
    border-radius: 8px;
  }




  label {
    display: flex;
    padding: 0;
    margin: 0;

    font-family: outfit;
  }

  .inputs {
    margin-top: 16px;
    flex-direction: column;
  }

  .short-inputs {
    display: inline-flex;
    margin-top: 16px;
  }

  .first {
    float: left;
    margin-right: 16px;
  }

  .last {
    float: right;

  }

  .short {
    display: flex;
    margin-top: 8px;
    width: 137px;
    height: 42px;
    border: solid 1px #ccc;
    border-radius: 4px;
  }



  input[type="checkbox"] {
    margin-top: 8px;
    margin-right: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }

  .terms {
    margin-top: 6px;
    margin-left: 6px;
    font-size: 9px;
  }






  .facebook {
    margin-top: 16px;
    background-color: #0053B7;
    border-color: #0053B7;
    padding: 12px 0 12px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .facebook:hover {
    background-color: #fff;
    border-color: #0053B7;
    color: #0053B7;
  }



  .reg {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .reg b {
    margin-left: 8px;
    color: purple;
    cursor: pointer;
  }



  /*-------------------------------- Create Event ---------------------------*/

  .tag-content {
    width: 100%;
  }

  .group-box {
    width: auto;
  }

  .chbx-group {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .custom-radio {
    width: auto;
    margin: 0;
  }


  /*-------------------------- Event page ---------------------------------*/


  .e-event {
    font-size: 16px;

  }

  .e-masjid {

    font-size: 14px;
  }

  .e-date {
    margin-top: 0;
  }

  .filter-panel {
    padding: 16px;
  }


  .pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-bottom: 24px;
  }

  .pagbtn {
    width: 100%;

  }

  .next-btn {
    margin: 0;

  }

  .prev-btn {
    margin: 0;

  }

  .event-header {
    align-items: left;


  }

  .top-pagination {
    display: none;
  }


  .grid-eventcards {
    margin-right: 0;
    gap: 16px;

  }

  .e-card-home {
    padding: 16px;
    margin-right: 0;
    width: auto;
  }

  .e-desc {
    display: none;
  }

  .plus-icon {
    margin-left: 8px;
  }

  .eventshell-edit-event {
    grid-column: 1 /13;
  }

  .forgotpassword-page {
    width: 80%;
  }

}

@media all and (max-width: 550px) {

  .scan-ticket-button {
    height: 42px;
  }

  

  .already-registered-btn {
  height: 42px;
  }


  /* Ensure upload icon uses official colors on small mobile - higher specificity */
  .file-upload-label .upload-icon svg .clx-1 {
    fill: var(--upload-icon-primary, #4062bb) !important;
    color: var(--upload-icon-primary, #4062bb) !important;
  }

  .file-upload-label .upload-icon svg .clx-2 {
    fill: var(--upload-icon-secondary, #5200ae) !important;
    color: var(--upload-icon-secondary, #5200ae) !important;
  }

  .settings-wrapper {
    gap: 16px;
  }

  .ce-toggle-row {
    flex-direction: column;
    /* Stack items vertically */
  }

  .social-media-toggle {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .form-button {
    height: 42px;
    font-size: 16px;
  }

  .form-forgot-pass h1 {
    font-size: 24px;
  }




  .profile-image {
    width: 100px;
    height: 100px;
    margin-left: 8px;
  }

  .registered-events-title {
    font-size: 20px;
  }


  .org-profile-pic-container.editable:hover::before {
    margin-top: 9px;
    margin-left: 9px;
  }

  .recurring-subtext {
    padding: 5px 10px;
    font-size: 15px;
  }

  .custom-date-item {
    font-size: 15px;
    padding: 5px 8px;
  }


  .ant-picker {
    font-size: 16px;
  }

  .my-custom-quill .ql-editor {
    font-size: 16px;
    color: white;
  }


  .lock-scroll {
    top: -490px;
    position: fixed;
    width: 100%;
    overflow: hidden;
  }


  .ant-picker-panel {
    display: flex;
  }

  .ant-picker-panels {
    flex-direction: column;
  }

  /* Make the calendar panel fit mobile screens */


  .age-option {
    font-size: 15px;
    padding: 5px 8px;
  }

  .gender-option {
    font-size: 15px;
    padding: 5px 8px;
  }

  .tag-option {
    font-size: 15px;
    padding: 5px 16px;
  }

  .org-edit-btn-new {
    top: 24px;
    right: 24px;
    padding: 0;
    padding: 0 4px 0 4px;
  }

  .org-description {
    font-size: 16px;
  }

  .mob-nav-org-name {
    font-size: 14px;
  }

  .prof-no-events {
    width: 100%;
  }

  .date-range-picker input::placeholder {
    font-size: 16px;
  }

  .time-range-picker input::placeholder {
    font-size: 16px;
  }

  .date-range-picker {

    height: 42px;
  }

  .time-range-picker {
    height: 42px;
  }

  .my-custom-quill .quill {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
  }

  .my-custom-quill .ql-editor {
    font-size: 14px;
    color: white;
  }

  .ce-input2 {
    height: 42px;
    font-size: 16px;
  }

  .coupon-btn {
    height: 42px;
    width: 42px !important;
  }

  .upcoming {
    font-size: 22px;
  }

  .payment-title {
    font-size: 24px;
  }

  .org-toggle {
    font-size: 16px;
  }

  .add-user-title {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .add-user-btn {
    grid-column: 4 / 7;
  }

  .settings-title {
    font-size: 24px;

  }

  .recurring-number {
    font-size: 16px;
    width: 100%;
  }

  .recurring-duration {
    font-size: 16px;
    width: 100%;
  }

  .org-address {
    margin-bottom: 0;
  }

  .profile-card {
    padding: 16px;

  }

  .org-title {
    font-size: 22px;
  }

  .org-profile-img {
    border-width: 4px;
  }

  .org-title {
    margin-bottom: 0;
  }

  .edit-icon {
    width: 20px;
    height: 20px;
    padding: 5px 6px 2px 6px;
  }

  .org-edit-btn {
    height: auto;

  }

  .org-save-btn {
    width: 100%;
  }


  .org-banner {
    height: 150px;
  }

  .org-profile-pic-container {
    width: 100px;
    height: 100px;
    top: -120px;
    left: 15px;
  }

  .prof-title-edit {
    margin-top: -112px;
    margin-bottom: 6px;
    align-items: end;
  }



  .org-events-title {
    font-size: 24px;
  }

  .event-shell-time p {
    font-size: 16px;
  }


  .price-input1 {
    grid-column: 1 / 3;
  }

  .capacity-input1 {
    grid-column: 1 / 3;
  }

  /* .event-times-label {
    margin-top: 16px;
    margin-bottom: 8px;
  } */

  .event-shell-info0 {
    padding: 0 8px;
    grid-row: span 1;
  }

  .event-input {
    font-size: 24px;
    min-height: 44px;
  }

  .event-input::placeholder {
    font-size: 24px;
  }

  .duration-days {
    flex-direction: column;
  }

  .days-section {
    margin-left: 0;
    margin-top: 8px;
  }

  .navb {
    background-color: #F7F9FB;
  }

  .textArea-input {
    font-size: 16px;
  }

  .tag-groups {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
  }

  .custom-radio .c-label-r {
    font-size: 16px;
  }

  .flyer:hover {
    transform: scale(1);
  }

  .filter-title {
    font-size: 18px;
  }

  .c-label {
    font-size: 16px;
  }

  textarea::placeholder {
    font-size: 16px;
  }



  .see-all {

  }

  .ce-input {
    font-size: 16px;
    height: 42px;
  }


  .file-upload-button {
    font-size: 16px;
    height: 42px;
  }

  input[type="text"] {
    height: 42px;
    font-size: 1rem;
    /* Change font size */
    /* Change background color */
    padding: 10px;

    /* Change border color */
    border-radius: 4px;
    /* Round the corners */
    width: 100%;
    /* Make the input field full-width */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
  }


  .event-shell-org {

    font-size: 18px;
    white-space: nowrap;
    /* Prevents text from wrapping to the next line */
    overflow: hidden;
    /* Hides text that overflows the container */
    text-overflow: ellipsis;
  }

  .registered-text {
    font-size: .875rem;
    margin-top: 8px;
  }

  .ce-title {
    font-size: 1.75rem;
  }

  .group-box {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .plus-icon {
    margin-left: 16px;
  }

  .want-more h1 {
    font-size: 1.5rem;
  }

  label {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .grid-block-one {
    padding: 16px;
  }

  .grid-block-two {
    padding: 16px;
  }

  .registration-modal {
    /* padding: 20px; */
  }

  .tag-label {
    margin-bottom: 0;
  }





  .register-modal-share {
    height: 38px;
    margin-top: 16px;
  }

  .calendar-icon {
    width: 16px;
  }

  .clock-icon {
    width: 16px;
  }

  .location-icon {
    max-width: 16px;
    min-width: 16px;
  }

  .mobile-nav-ele {
    text-decoration: none;
    padding: 10px 16px;
    width: 100%;
  }

  .drawer nav ul li {
    padding: 0;
    /* padding: 4px 16px; */
  }

  .wrapper {
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .event-shell-container {
    margin-top: 4px;
  }




  .share-button-icon {
    width: 20px;
  }

  .rect5:hover {
    transform: scale(1);

  }

  .imgStyle:hover {
    transform: scale(1);
  }

  .ce-subtext {
    margin-bottom: 16px;
  }

  .join {
    margin-top: 16px;
  }



  .quran-text {
    font-size: 20px;
  }

  .want-more {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }

  .add-cards {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  .add-card {
    padding: 16px;
    width: auto;
  }

  .add-card:hover {
    transform: scale(1);
  }

  .left {
    margin-left: 0;
    padding-right: 16px;
  }

  .right {
    width: 100%;
  }

  .ac-desc {
    width: 100%;
  }

  .ac-tag {
    width: 100%;
  }

  .quote-buttons {
    padding: 16px;
  }


  .signin-wrapper {
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.2);

  }

  .signin-page {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -8px 12px -4px;

  }

  .signup-wrapper {
    bottom: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    background-color: rgba(0, 0, 0, 0);

  }

  .signup-page {
    padding: 0;
    margin: 0;

    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom-left-radius: 0;
    /* Ensure the bottom corners are not rounded */
    border-bottom-right-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -8px 12px -4px;

  }

  .left-part {
    width: 100%;
    padding: 32px;
  }

  .sign-title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
  }

  .inputs {
    width: 100%;
    margin-top: 8px;
  }

  .long-input {
    width: auto;
    height: 42px;
    margin-top: 4px;
    font-size: 16px;
  }

  .reg {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .create-acc {
    padding: 8px;
  }

  .forgot-password {
    padding-top: 12px;
  }

  .signin {
    padding: 8px;
    margin-top: 12px;
  }

  .google {
    margin-top: 0;
    padding: 8px;
  }



  .grid-container {
    margin-top: 16px;
    margin-right: 0;
  }

  .card-link {
    width: auto;
  }

  .card-home {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    width: auto;
    padding: 16px;
    gap: 16px;
  }

  .img-mask {
    max-width: none;
    width: 100%;
  }

  .img-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .card-home-left {
    display: flex;
    width: auto;
  }

  .card-home-right {
    width: auto;
    margin-left: 0;
    padding: 0;
  }

  .event {
    font-size: 1.125rem;

  }

  .masjid {
    font-size: 16px;

  }

  .date {
   
  }


  .card-home:hover {
    transform: scale(1);
    /*
    border-color: #CCA33C;
     .img-mask img {
      transform: scale(1.05);
    } */
  }

  .card-home:hover .img-mask {
    transform: scale(1);

  }

  .hero {
    margin-top: 0;
  }

  .filter-calendar {
    margin-top: 0;
  }

  .ce-text {
    margin-top: 0;
  }

  .custom-radio {
    margin-bottom: 0;
  }

  .custom-checkbox {
    width: auto;
    padding: 8px;
    padding-right: 0;
  }


  .home-title {
    font-size: 2rem;
    margin-bottom: 8px;
  }

  .subtext {
    font-size: 1rem;
  }



  .ac-title {
    font-size: 1.25rem;
  }



  /* event cards */

  .e-card-home {
    flex-direction: column;
    gap: 16px;
  }

  .e-card-home:hover {
    transform: scale(1);
    /*
    border-color: #CCA33C;
     .img-mask img {
      transform: scale(1.05);
    } */
  }

  .e-card-home:hover .e-img-mask {
    transform: scale(1);

  }

  .e-img-mask {
    max-width: none;
    width: 100%;

  }

  .e-right {
    margin-left: 0;
    gap: 4px;
  }

  .e-event {
    font-size: 18px;
    margin: 0;
  }

  .e-date {
    padding: 0;
  }

  .e-badges {
    padding-bottom: 0;
  }

  .e-masjid {
    margin: 0;
    font-size: 16px;
  }

  .e-date {
    margin-top: 0;
  }

  .org-signin-btn {
    margin-top: 16px;
  }

  /* Mobile responsive for hero CTA */
  .hero-cta-container {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
  
  .hero-cta-item {
    padding: 18px;
    text-align: center;
  }
  
  .hero-cta-item .home-subheading {
    font-size: 1.05rem;
   
  }
  
  .cta-subtext {
    font-size: 0.85rem;
   
  }
  
  .hero-cta-item .join {
    font-size: 0.9rem;
  }


}

/* SVG rendering optimization for mobile */
.navbar img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

