@media only screen and (max-width: 1199px) {
  .main-header-bg {
    padding-bottom: 102px;
  }

  .inner-search-section {
    padding: 22px;
  }

  .about-home-main-sectoin .container,
  .manage-way-section .container,
  .stories-shell,
  .trust-shell {
    padding: 38px 30px;
  }

  .stories-card-grid {
    grid-template-columns: minmax(220px, 38%) 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-ui-wrapper {
    position: fixed;
    top: 42px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 42px);
    padding: 18px 16px 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 18px 0 40px rgba(18, 22, 35, 0.16);
    transform: translateX(-105%);
    transition: transform 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 0;
  }

  .navbar-ui-wrapper.active {
    transform: translateX(0);
  }

  body.nav-open {
    overflow: hidden;
  }

  .footer-logo {
    width: 100px;
    margin: auto;
  }

  .navbar-pro-inner .navbar-toggler {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white-color);
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-ui .close-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(29, 36, 51, 0.14);
    border-radius: 50%;
    background: transparent;
    color: var(--title-color);
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-ui.d-lg-none .brand-logo {
    width: 110px;
  }

  .navbar-ui-wrapper div.navbar-ui {
    display: flex !important;
  }

  .navbar-ui-wrapper ul.navbar-ui {
    display: block !important;
  }

  .navbar-pro-inner .navbar-ui li .nav-item {
    display: flex;
    color: var(--title-color);
    padding: 21px 14px;
    margin-bottom: 4px;
    border-radius: 14px;
    background: transparent;
    align-items: center;
    font-size: 16px;
  }

  .navbar-pro-inner .navbar-ui li .nav-item:hover,
  .navbar-pro-inner .navbar-ui li .nav-item.active {
    color: var(--primary-color);
    background: rgba(232, 93, 117, 0.08);
  }

  .nav-search-menu {
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    min-width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none;
    display: none;
  }

  .nav-search-menu.show {
    display: block;
  }

  .nav-search-menu .dropdown-item {
    color: var(--title-color);
    padding: 19px 14px 21px 54px;
    border-radius: 14px;
    margin-bottom: 6px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(29, 36, 51, 0.06);
  }

  .nav-search-menu .dropdown-item::before {
    background: linear-gradient(135deg, rgba(232, 93, 117, 0.12), rgba(255, 184, 77, 0.18));
    box-shadow: none;
  }

  .nav-search-menu .dropdown-item::after {
    color: var(--primary-color);
    left: 23px;
  }

  .nav-search-menu .dropdown-item:hover,
  .nav-search-menu .dropdown-item:focus {
    color: var(--primary-color);
    background: rgba(232, 93, 117, 0.08);
    transform: translateX(0);
  }

  .navbar-ui .btn-register {
    color: var(--primary-color);
    border-color: rgba(232, 93, 117, 0.18);
    background: rgba(232, 93, 117, 0.06);
  }

  .navbar-ui .btn-login {
    color: var(--white-color);
    background: linear-gradient(135deg, var(--primary-color), #f08a69);
    box-shadow: none;
  }

  .main-header-section {
    padding-bottom: 48px;
  }

  .pro-header-left-contents,
  .header-right-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pro-header-left-contents p:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .search-forms-section {
    position: relative;
    margin-top: -18px;
  }

  .how-work-section,
  .last-added-section,
  .success-stories-section,
  .trust-section,
  .about-home-main-sectoin,
  .language-home-section,
  .manage-way-section,
  .explore-community-main {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    overflow-x: hidden;
  }

  .about-home-main-sectoin .container,
  .manage-way-section .container,
  .stories-shell,
  .trust-shell {
    border-radius: 28px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .manage-way-leftside {
    text-align: center;
    margin-bottom: 30px;
  }

  .manage-way-leftside h4 span {
    margin: 0 8px;
  }

  .apps-playstore,
  .appusesesusermain {
    justify-content: center;
  }

  .usersappsgroup {
    margin-left: 15px !important;
  }

  .stories-card-grid {
    grid-template-columns: 1fr;
  }

  .top-stories-img .story-img-cpl {
    min-height: 320px;
  }

  .trust-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-blessing-card {
    left: 8%;
    bottom: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .fts-68 {
    font-size: 34px;
  }

  .fts-62 {
    font-size: 32px;
  }

  .fts-58 {
    font-size: 30px;
  }

  .fts-52 {
    font-size: 30px;
  }

  .fts-50 {
    font-size: 30px;
  }

  .fts-44 {
    font-size: 28px;
  }

  .fts-38 {
    font-size: 26px;
  }

  .fts-36 {
    font-size: 25px;
  }

  .fts-32 {
    font-size: 24px;
  }

  .fts-28 {
    font-size: 22px;
  }

  .fts-24 {
    font-size: 20px;
  }

  .fts-22 {
    font-size: 19px;
  }

  .fts-20 {
    font-size: 18px;
  }

  .fts-18 {
    font-size: 16px;
  }

  .fts-16 {
    font-size: 15px;
  }

  .fts-15 {
    font-size: 14px;
  }

  .fts-14 {
    font-size: 13px;
  }

  .fts-13 {
    font-size: 12px;
  }

  .fts-12 {
    font-size: 11px;
  }

  .fts-10 {
    font-size: 10px;
  }

  .main-header-bg {
    padding-bottom: 70px;
  }


  .pro-header-left-contents {
    padding-top: 18px;
  }

  .header-right-img {
    padding-top: 12px;
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .hero-actions a,
  .navbar-ui .btn-register,
  .navbar-ui .btn-login {
    width: 100%;
  }

  .inner-search-section {
    border-radius: 24px;
    padding: 20px 16px;
  }

  .hero-blessing-card {
    position: static;
    max-width: 100%;
    margin: 18px auto 0;
  }

  .hero-heart-one {
    top: 10%;
    left: 6%;
  }

  .hero-heart-two {
    right: 10%;
    top: 18%;
  }

  .main-header-bg .container::before,
  .success-stories-section .container::before,
  .about-home-main-sectoin .container::before,
  .header-right-img::after,
  .trust-shell::after {
    opacity: 0.08;
    transform: scale(0.82);
    transform-origin: top right;
  }

  .stories-shell::before,
  .manage-way-section .container::after {
    transform: scale(0.86);
    transform-origin: top center;
  }

  .custom-select-trigger,
  .search-btn-form {
    min-height: 50px;
  }

  .single-works-boxed,
  .single-langeages-div,
  .single-community-str,
  .trust-feature-card {
    border-radius: 22px;
  }

  .lastprofileimg {
    height: 170px;
  }

  .stories-shell,
  .trust-shell,
  .about-home-main-sectoin .container,
  .manage-way-section .container {
    padding: 30px 18px;
  }

  .stories-highlight-count {
    font-size: 28px;
  }

  .top-stories-img .story-img-cpl {
    min-height: 280px;
  }

  .story-floating-tag {
    left: 14px;
    bottom: 14px;
    font-size: 11px;
  }

  .bottom-stories-contents {
    padding: 26px 20px !important;
  }

  .bottom-stories-contents p {
    max-width: 100%;
  }

  .trust-feature-grid {
    grid-template-columns: 1fr;
  }

  .right-features-home {
    padding: 24px 20px;
  }

  .apps-playstore {
    flex-wrap: wrap;
  }

  .copy-right-footers {
    text-align: center;
  }
}

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

  .main-header-bg .container::before,
  .success-stories-section .container::before,
  .about-home-main-sectoin .container::before,
  .header-right-img::after,
  .stories-shell::before,
  .trust-shell::after,
  .manage-way-section .container::after {
    display: none;
  }

  .navbar-pro-inner .brand-logo {
    width: 96px;
  }

  .progress-wrap {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }

  .progress-wrap::after {
    font-size: 28px;
  }

  .stories-shell::after {
    right: 18px;
    bottom: 18px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .inner-search-section {
    padding: 25px 20px;
    border-radius: 25px;
    margin-top: 20px;
    max-width: 100%;
  }

  .search-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .gender-pill {
    padding: 10px 15px;
    font-size: 15px;
  }

  .main-header-section {
    margin-top: 0px;
  }

  .main-header-bg {
    padding-bottom: 30px;
  }
}
