/* CONTAINERS START */
@media (min-width: 576px) {
  :root {
    --container-size: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --container-size: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container-size: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-size: 1120px;
  }
}

@media (min-width: 1280px) {
  :root {
    --container-size: 1180px;
  }
  /* footer responsive start */
  .fearless-living-checklist-today-head {
    max-width: 60rem;
  }
  /* footer responsive end */
}

@media (min-width: 1350px) {
  :root {
    --container-size: 1240px;
  }
}

@media (min-width: 1600px) {
  :root {
    --container-size: 1440px;
  }
}

/* CONTAINERS END */

@media (max-width: 1899px) {
  :root {
    --font-size: 9px;
  }
}
@media (max-width: 1679px) {
  :root {
    --font-size: 7.5px;
  }
}
@media (max-width: 1599px) {
  :root {
    --font-size: 7px;
  }
  .logo {
    max-width: 150px;
  }
  .blog-pagination {
    --bs-pagination-font-size: 16px;
  }
}
@media (max-width: 1439px) {
  :root {
    --font-size: 6.5px;
  }
  h5,
  .h5 {
    font-size: 24px;
  }

  h5.small,
  .h5.small {
    font-size: 22px;
  }

  h6.big,
  .h6.big {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  h6.small,
  .h6.small {
    font-size: 18px;
  }
  p.big,
  .p.big,
  .paragraph-text {
    font-size: 16px;
  }
}
@media (max-width: 1365px) {
  :root {
    --font-size: 6px;
  }
  /* bold card start */
  .blog-card-body {
    padding-inline: 12px;
  }
  /* bold card End */
}
@media (min-width: 992px) and (max-width: 1279px) {
  .fearless-living-checklist-today-head {
    max-width: 70rem;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .fearless-living-checklist-today-head {
    max-width: 55rem;
  }
}

@media (max-width: 1279px) {
  .date-wrapper {
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  :root {
    --header-height: 80px;
  }
  /* font size start*/
  h5,
  .h5 {
    font-size: 22px;
  }

  h5.small,
  .h5.small {
    font-size: 20px;
  }

  h6.big,
  .h6.big {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  h6.small,
  .h6.small {
    font-size: 16px;
  }
  /* font size end*/
  /* header start */
  .header-buttons {
    position: fixed;
    background: var(--clr-ice-blue);
    max-width: 400px;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
    padding: 20px;
    padding-top: var(--header-height);
  }

  .menu-open .header-buttons {
    transform: translateX(0);
  }
  .header-buttons .custom-btn {
    min-width: 100%;
  }
  /* header end */
  /* bold card start */
  .blog-pagination,
  .blog-pagination .page-link,
  .blog-pagination .page-item:last-child .page-link,
  .blog-pagination .page-item:first-child .page-link {
    border-radius: 8px;
  }
  .blog-card-wrapper {
    gap: 12px;
  }
  .blog-label {
    min-height: auto;
  }
  /* bold card End */
  .custom-btn {
    min-height: 50px;
    padding-inline: 15px;
  }
  .main-content-wrapper {
    flex-direction: column;
  }

  .top-anxiety-height {
    width: 100%;
    position: static;
  }
  .founder-profile-wrapper {
    padding-bottom: 0;
  }

  /* Sidebar base styles */
  .main-content-wrapper {
    gap: 20px;
  }

  .menu-icon {
    background-color: var(--clr-bluish-gray);
    padding: 1rem;
    height: 5rem;
    width: 5rem;
    min-width: 30px;
    min-height: 30px;
    position: sticky;
    top: calc(var(--header-height) + 10px);
    z-index: 2;
    color: white;
  }

  .navigation-bar-card {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
  }

  /* Show sidebar */
  .navigation-bar-card.active {
    transform: translateX(0);
  }

  /* Optional: Dim background */
  .backdrop {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
  }

  .backdrop.active {
    display: block;
  }

  .navigation-card-list-item::after {
    max-width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  /* FONT SIZE START */
  .h1,
  h1,
  .primary-title {
    font-size: 30px;
  }

  .h2,
  h2 {
    font-size: 28px;
  }

  .h2.small,
  h2.small,
  .secondary-title {
    font-size: 26px;
  }

  .h3,
  h3 {
    font-size: 24px;
  }

  .h3.small,
  h3.small {
    font-size: 22px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  .h5.small,
  h5.small,
  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6,
  p.big,
  .p.big,
  .paragraph-text {
    font-size: 16px;
  }
  p,
  .p {
    font-size: 14px;
  }
  /* FONT SIZE END */
  .logo {
    max-width: 130px;
  }
  /* bold card start */
  .blog-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  /* bold card End */

  /* testimonial-resources-tab responsive start */
  .blog-tabs .nav-link {
    min-height: 44px;
    font-size: 16px;
    padding-inline: 12px;
  }
  /* testimonial-resources-tab responsive end */
}
@media (max-width: 767px) {
  /* Custom button css */
  .custom-btn {
    font-size: 14px;
    min-height: 40px;
    border-radius: 5px;
  }

  /* footer responsive start */
  .fearless-living-checklist-today-head {
    border-width: 0 0 1px 0;
    padding: 0 0 15px 0;
  }

  .satisfied-customer-wrap {
    padding: 15px 0 0 0;
  }

  .help-me-control-anxiety-wrap {
    grid-gap: 5rem;
  }

  .terms-condition-modal-wrap .modal-header,
  .terms-condition-modal-wrap .modal-body {
    padding: 10px;
  }
  /* footer responsive start */
}

@media (max-width: 575px) {
  :root {
    --font-size: 5px;
  }
  .h1,
  h1,
  .primary-title {
    font-size: 24px;
  }

  .h2,
  h2,
  .secondary-title {
    font-size: 22px;
  }

  .h2.small,
  h2.small {
    font-size: 22px;
  }

  .h3,
  h3 {
    font-size: 20px;
  }

  .h3.big,
  h3.big {
    font-size: 20px;
  }

  .h4,
  h4 {
    font-size: 18px;
  }
  .anxiety-university-head-text {
    font-size: 12px;
  }
  /* bold card start */
  .pagination-next-text,
  .pagination-prev-text {
    display: none;
  }
  .blog-pagination .page-link {
    padding: 4px;
  }
  .blog-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  /* footer responsive start */
  .fl-footer-copyright-text {
    display: block;
  }

  .fl-footer-slash {
    display: none;
  }

  .fl-footer-email-text {
    display: flex;
    flex-direction: column;
  }
  .navigation-bar-card {
    width: calc(100% - 30px);
  }

  .custom-btn-close.btn-close {
    top: 0px;
    right: 0px;
  }
}
/* footer responsive end */

@media (max-width: 399px) {
  .custom-btn {
    padding: 5px 10px;
  }
}
