@media (min-width: 1100px) {
  .container {
    max-width: 1440px !important;
    width: calc(100% - 60px);
  }
}

@media (max-width: 1399px) {
  .site-header .navbar-brand img {
    max-width: 280px;
  }

  .site-header .navbar-nav {
    gap: 30px;
  }
}

@media (max-width: 1199px) {

  /* .btn-desk {
    display: none !important;
  } */
  .btn-desk form.dropdown-item {
    display: none;
  }

  .btn-desk {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .btn-desk .btn-main {
    margin-right: 0px !important;
  }

  .btn-desk a.btn-main.log-mob-btn {
    display: none;
  }

  span.pro-society-mobile {
    font-size: 22px;
  }

  span.pro-society-mobile img {
    width: 25px !important;
  }

  .btn-mobi {
    display: block;
  }
}

@media (max-width: 991px) {
  .hero-section-slide {
    min-height: 100vh;
  }

  .site-header .navbar {
    padding: 10px 0 !important;
  }

  .inner-banner {
    min-height: auto;
  }

  .hero-section .text-wrap h1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-section {
    min-height: 500px;
  }

  .sc-sponser,
  .sc-joinius,
  .sc-whatis,
  .sc-corevalue,
  .sc-ourmenbers,
  .sc-events,
  .sc-testimonial,
  .sc-faq,
  .event-sc,
  .directory-sc {
    padding: 50px 0;
  }

  .upper-wrap-cn,
  .upper-wrap-btn {
    width: 100%;
    text-align: start;
  }

  .whatis-sc-clip {
    display: none;
  }

  h2,
  .sc-dash-banner h1 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
  }

  p {
    font-size: 16px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  .eventcard-cn p {
    font-size: 18px !important;
  }

  /*   
  .dashboard-wrap {
    flex-direction: column;
    position: relative;
  }

  .sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    z-index: 999;
    width: 250px;
    height: 100%;
  }

  .sidebar.open {
    transform: translateX(0);
  }



  .sidebar-toggle {
    display: inline-block;
    background: none;
    border: none;
    font-size: 24px;
    z-index: 1000;
  }
*/
  .dashboard-wrap .content {
    width: 100%;
  }

  .user-profile {
    padding: 10px;
  }

  .user-img img {
    width: 40px;
    height: 40px;
  }

  .user-edir-pic {
    width: 24px;
    height: 24px;
    bottom: -5px;
    right: -5px;
  }

  .user-edir-pic img {
    width: 14px;
    height: 14px;
  }

  .user-img {
    margin-bottom: 10px;
  }

  .user-profile h5,
  .user-profile p {
    font-size: 16px;
    display: none;
  }

  .sidebar-ul li a {
    padding: 10px 20px;
  }

  .sidebar-ul li a {
    font-size: 15px;
  }

  .sidebar-ul li a.active {
    border-bottom: 2px solid var(--secondary-clr);
  }

  .sidebar-ul li a span {
    display: none;
  }

  .sidebar {
    width: auto;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-brand img {
    max-width: 200px;
  }

  .hero-section .text-wrap h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .sc-faq .faq-wrap span,
  .sc-testimonial span,
  .sc-events span,
  .sc-ourmenbers span,
  .sc-whatis-txt span,
  .sc-joinius span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .eventcard-cn span {
    font-size: 18px;
  }

  .forums-card-text {
    padding: 15px;
  }

  .menberform select,
  .menberform .btn-main {
    min-height: auto;
  }

  .menberform select,
  .menberform .btn-main {
    padding: 15px 20px;
  }

  .sc-events .nav-tabs {
    overflow: auto;
    flex-wrap: unset;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .sc-events .nav-tabs button {
    white-space: nowrap;
  }

  .eventcard-cn {
    gap: 20px;
  }

  .sc-whatis::before {
    display: none;
  }

  .dashboard-wrap .content {
    padding: 20px;
  }

  .sc-form {
    padding: 50px 0;
    min-height: auto;
  }

  .btn-main {
    padding: 10px 20px;
  }

  /*  */
  .filter-wrap .tab-acc-filter {
    display: flex;
    align-items: flex-start;
    background: #fff;
    gap: 20px !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding-top: 50px;
    overflow-y: auto;
  }

  /* optional overlay effect */
  .filter-wrap .tab-acc-filter.hidden {
    display: none !important;
  }

  .filter-wrap {
    position: relative;
  }

  .gallery-dt-sc {
    padding: 50px 0;
  }

  .school-swiper .swiper-button-next::after,
  .school-swiper .swiper-button-prev::after {
    font-size: 16px;
  }
    .side-gallery-flex .gallery-item {
    width: calc(100% / 3);
  }
}

@media (max-width: 575px) {
  .site-header .navbar-brand {
    margin: 0 !important;
  }

  .site-header .navbar-brand img {
    max-width: 140px;
    height: 40px;
  }

  .site-header .navbar-nav li a {
    font-size: 16px;
  }

  div#navbarsExample05 {
    padding: 20px 0;
  }

  .site-header .navbar-toggler {
    font-size: 14px;
    padding: 5px;
  }

  h2,
  .inner-banner h1 {
    font-size: 24px !important;
  }

  .join-card-img img {
    width: 40px;
    height: 40px;
  }

  .join-card-text h4 {
    font-size: 18px !important;
  }

  .ft-list {
    flex-direction: column;
  }

  .btm-wrap {
    justify-content: center !important;

  }

  .upper-wrap {
    flex-wrap: wrap;
  }

  .btm-wrap p {
    text-align: center;
  }

  .discount-area .discount-offer {
    font-size: 30px;
  }

  .card__face--front .loc-info {
    min-height: 38px;
  }

  button.flip-card-btn {
    font-size: 12px;
  }

  .event-in-head {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .event-in-head .event-in-right {
    width: 100%;
  }

  .sidebar-ul li a {
    font-size: 20px;
  }

  .btn.btn-primary.btn-lg {
    font-size: 15px;
  }

  .dis-head.mb-5.card.p-4 {
    padding: 15px !important;
  }

  .side-gallery-flex .gallery-item {
    width: calc(100% / 2);
  }

}

/*  */
@media(max-width: 1024px) {
  .event-dt-wrap {
    margin-top: 0;
  }

  .detail-croulse .swiper-slide {
    height: auto;
  }

  .event-detail {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .pro-society-mobile {
    display: block;
  }

  .pro-society-desktop {
    display: none;
  }
}

@media (max-width: 370px) {
  .site-header .navbar-toggler {
    padding: 4px;
    font-size: 16px;
  }

  .site-header .btn-main i {
    font-size: 10px;
    margin-right: 0px;
  }

  .site-header .navbar-brand {
    max-width: 150px;
  }

  .deal-img-wrap .pro-name h5 {
    font-size: 1rem;
  }

  .flip-scene a.btn.btn-primary.btn-sm {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .pro-society-mobile {
    display: none;
  }

  .pro-society-desktop {
    display: block;
  }
}

@media (min-width: 1025px) {
  a.navbar-toggler {
    padding: 4px;
    font-size: 16px;
  }
}

/* Responsive adjustments for smaller screens */
@media (max-width: 991px) {
  .business-form {
    max-width: 800px;
    margin: 30px auto;
    width: calc(100% - 67px) !important;
    padding: 10px;
  }

  .business-form h3 {
    text-align: left;
  }

  button.btn-main {
    white-space: nowrap;
  }

  .sc-whatis-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .creative-pricing-card {
    margin-bottom: 1.5rem;
    /* Add some space between stacked cards */
  }

  .price-value {
    font-size: 3rem;
  }

  .creative-pricing-card .card-title {
    font-size: 1.4rem;
  }

  .creative-pricing-card ul li {
    justify-content: flex-start;
    /* Align list items to start on small screens */
  }

  .row.business-hours-row .col-md-12 {
    flex-direction: column;
  }

  .business-hours-row .form-check {
    min-width: 150px;
    width: 100%;
  }

  .business-hours-row .set-time:before {
    content: "Start Time";
    align-content: center;
    font-size: 13px;
    margin-right: 5px;
  }

  .business-hours-row .set-time+.set-time:before {
    content: "End Time";
  }

  .business-hours-row .set-time label.form-label {
    display: none;
  }

  .business-hours-row .set-time {
    flex-direction: column;
    align-items: start !important;
  }

  .row.business-hours-row .col-md-12:first-child .closed,
  .btn.closed {
    margin-top: 7px !important;
  }

  .row.business-hours-row .col-md-12 {
    flex-direction: column;
    align-items: start !important;
  }
}