.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}


.category-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.category-img-container img {
    width: 100%;
    object-fit: cover;
    height: 375px;
}

.category-img-container::before {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000061;
}

/* Navbar Logo */
.navbar-logo {
    max-width: 150px;
}

/* Beta Text */
.logo-container {
    display: flex;
    align-items: center;
    position: relative;
}

.beta-label {
    background-color: #ffc000;
    color: #4f81bd;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
    display: none;
}

.sub-bullets li {
  font-size: 21px;
  font-style: normal;
  color: #4d4d4d;
  font-weight: 500;
}

.sub-bullets li::marker {
    color: #BE1095;
}

@media (max-width: 768px) {
    .pdb {
        padding-bottom: 0.5rem;
    }
    
    .image-container{
        
    }
    .homepage-content-wrapper div.pdb {
        padding-bottom: 0px !important;
        margin-bottom: 1rem !important;
    }

    .homepage-content-wrapper .custom-card-size{
        padding-top: 0px !important;
    }

    .homepage-content-wrapper .search-category-wrapper{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .sub-bullets ul {
        margin-bottom: 0.5rem !important;
    }
    .sub-bullets li {
      font-size: 16px !important;
      line-height: 1.2rem !important;
    }
}

/* End */

/* .custom-image img {
 width: 425.656px;
 height: 283.766px;
} */


/* Search By Category Cards */
.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-hover-effect .card img {
    transform: scale(1);
    transition: transform 1s ease-in-out;
}

.card-hover-effect .card:hover img {
    transform: scale(1.75);
    transition: transform 1s ease-in-out;
}

.card-hover-effect>.col-lg-3>.card>.card-img-overlay>.card-text:last-child {
    font-size: 17px;
}

.card-hover-effect .card {
    --bs-card-border-color: none;
}

/* End */

/* Card Categories */
.hover-effect>div>div.card:hover {
    transition: all .3s;
    transform: translateY(-20px);
}

.svg-icon {
    width: 25px;
}

/* End */

/* Share Modal */
.smd {
    font-size: small;
    text-align: center;
    margin: 10px;
}

.img-thumbnail {
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

/* End */

/* Search Page More Button */
.customize-button.btn {
    border-radius: 0px;
}

.customize-button.btn-primary {
    --bs-btn-color: black;
    --bs-btn-bg: white;
}

.customize-button.btn-primary:hover {
    background-color: #fdb4ff7a;
    color: black;
}

/* End */

/* Off Canvas Navbar */
.navbar-nav.navbar-li li {
    border-bottom: none;
}

.navbar-toggler.navbar-toggler-custom {
    border-radius: 0px;
    border: none;
    padding-right: 0;
}

.navbar-toggler.navbar-toggler-custom:focus {
    box-shadow: none;
}

.btn-close.btn-close-custom:focus {
    box-shadow: none;
}

/* End */

/* Custom CSS */

/* .custom-image {
    width: 100%;
    height: auto;
} */

/* .custom-work {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* RESPONSIVE CSS
-------------------------------------------------- */

/* @media (min-width: 640px) {

    
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
} */

@media screen and (max-width: 992px) {
    .navbar-nav.navbar-li li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }

    .custom-share-icon {
        display: flex;
    }

    .image-container img {
        height: 220px;
    }

}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }

    .event-filter-btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .event-filter-btns button {
        margin-right: 4px;
    }

    .custom-card-size {
        padding: 20px;
    }

    .custom-share-icon {
        display: flex;
    }

    .image-container img {
        height: 120px;
    }

    .tag-line-size {
        font-size: 14px;
    }

    .category-img-container img {
        height: 220px;
    }
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}




/* .custom-card-image-size {
    width: 306px;
    height: 204px;
} */

.custom-share-icon {
    display: flex;
}

.fixed-height {
    height: 130px;
    /* or whatever height you prefer */
    object-fit: cover;
    /* this will ensure that your images cover the whole space without distortion */
}


/* .custom-card {
    border-radius: 0;
}

.custom-card-img-top {
    border-radius: 0;
} */

.custom-card-title {
    font-size: 17px;
    max-height: 41px;
    min-height: 41px;
}

.custom-card-title a {
    text-decoration: none;
    color: #BE1095;
}

.btn-primary {
    border-radius: 0;
    --bs-btn-bg: #BE1095;
    --bs-btn-border-color: #BE1095;
    --bs-btn-hover-bg: #9F0D7A;
    --bs-btn-hover-border-color: #80095C;
    --bs-btn-active-bg: #80095C;
    --bs-btn-disabled-bg: #BE1095;
    --bs-btn-disabled-border-color: #BE1095;
    --bs-btn-active-border-color: #80095C;
}

/* .btn-danger {
    border-radius: 0;
    --bs-btn-bg: #007BFF;
    --bs-btn-border-color: #007BFF;
    --bs-btn-hover-bg: #0069D9;
    --bs-btn-hover-border-color: #0056B3;
    --bs-btn-active-bg: #0056B3;
    --bs-btn-disabled-bg: #007BFF;
    --bs-btn-disabled-border-color: #007BFF;
    --bs-btn-active-border-color: #0056B3;
} */

.btn-danger {
    border-radius: 0;
    --bs-btn-bg: #35158D;
    --bs-btn-border-color: #35158D;
    --bs-btn-hover-bg: #2C127A;
    --bs-btn-hover-border-color: #220E66;
    --bs-btn-active-bg: #220E66;
    --bs-btn-disabled-bg: #35158D;
    --bs-btn-disabled-border-color: #35158D;
    --bs-btn-active-border-color: #220E66;
}

.custom-card-description {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to display */
    -webkit-box-orient: vertical;
    max-height: 20px;
}


/* Share Button on Cards */
.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
    --bs-dropdown-min-width: 3rem;
    --bs-dropdown-border-color: none;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-bg: none;
    --bs-dropdown-item-padding-y: 7px;
    --bs-dropdown-padding-y: 0.15rem;
}

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

.social-icon {
    width: 23px;
}

.twitter-icon {
    filter: invert(1);
}

.share-icon {
    filter: invert(1);
}

/* Search Bar By Device Window Width Sizes */

.large-screen-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar-expand-lg .offcanvas {
    flex-grow: 0;
}

.large-screen-search .navbar-search .form-control {
    margin-right: 120px;
    border-radius: 20px;
}


.large-screen-search .navbar-search .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.large-screen-search span.search-button {
    display: inline-block;
    border: none;
    background: transparent;
    border-radius: 0;
    top: -1px;
    margin: 0;
    position: absolute;
    right: 0;
}

/* small */
.small-screen-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.small-screen-search .navbar-search .form-control {
    /* margin-right: 120px; */
    border-radius: 20px;
}


.small-screen-search .navbar-search .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.small-screen-search span.search-button {
    display: inline-block;
    border: none;
    background: transparent;
    border-radius: 0;
    top: -1px;
    margin: 0;
    position: absolute;
    right: 0;
}


/* @media (max-width: 576px) { 
    .small-screen-search  .navbar-search .form-control{
        margin-right: 55px;
    }
} */

@media (max-width: 576px) {
    .nav-custom.navbar {
        display: block;
    }
}

.custom-menus {
    position: absolute;
    width: 100%;
    margin-top: 3px;
    z-index: 1000;
    list-style: none;
    background-color: #fff;
    padding-left: 0px !important;
}


.custom-menus li {
    font-size: 14px;
    font-weight: normal;
    list-style: none;
    padding: 5px;
    border-bottom: 1px dashed;
}


.custom-menus li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    /* This will make the text color the same as the parent li */
}

.custom-menus li:hover {
    background-color: #BE1095;
    color: white;
}

.custom-menus>li.active>a,
.custom-menus>li.active>a:hover {
    color: #fff;
    background-color: #BE1095;
    outline: 0;
}


.alert-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.second-text-size {
    font-size: medium;
}

.accordion-button::after {
    background-size: 1.0rem;
}

.address-font-h {
    line-height: 10px;
}

.dropdown.profile .dropdown-menu {
    background: white !important;
    padding: 10px 0px;
    margin: 8px 0 0;
    right: 5px;
    left: auto;
}

.dropdown.profile .dropdown-menu li {
    white-space: nowrap;
}

.dropdown.profile .dropdown-menu li a {
    line-height: 20px;
    color: #5e5e5e;
    padding: 4px 15px !important;
    display: block;
    text-decoration: none;
}

.dropdown.profile .dropdown-menu li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown.profile .dropdown-menu .divider {
    margin: 4px 0px;
    background-color: #e7e7e7;
    height: 1px;
    overflow: hidden;
}

a.dropdown-toggle.custom-height.custom-nav.nav-link.show {
    background: #ffca2c;
    border-radius: 0.375rem;
}


/* Event Card CSS start */
.event-card-body .title a {
    text-decoration: none;
    color: #BE1095;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.event-card-body .description {
    margin-top: 5px;
}

.event-card-body .description span {
    font-size: 15px;
    margin-bottom: 0px;
}

.event-card-image {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    background-color: #f0f0f0;
}

.event-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Event Card CSS end */


/* Default: hide both sections initially */
.mobile-social-icons, li.social-icon {
    display: none;
}

/* For mobile devices (show mobile-social-icons when hamburger menu is displayed) */
@media (max-width: 991px) { /* Adjust the max-width as per your mobile breakpoint */
    .mobile-social-icons {
        display: block; /* Show the mobile version */
    }
}

/* For larger screens (show social-icon when there is no hamburger menu) */
@media (min-width: 992px) { /* Adjust the min-width to match the breakpoint */
    li.social-icon {
        display: inline-block; /* Show the desktop version */
    }
}
