@media (min-width: 1024px) {
  .title-overlay {
    top: calc(50% + 4rem) !important;
  }

  .stretch-featured-image {
    height: clamp(240px, 25vh, 400px);
    max-height: 50vh;
  }
}

@media (max-width: 1023.98px) {
  .responsive-title {
    font-size: 1.6rem;
  }
  .title-container {
    min-height: 6vh;
  }
}

@media (min-width: 769px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 60px 0px !important;
    padding: 0 20px !important;
  }
}

@media (max-width: 1024px) {
  .brands-section {
    padding: 30px 0 !important;
  }

  .brands-section h2 {
    font-size: 28px !important;
    margin-bottom: 30px !important;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    padding: 0 20px !important;
  }

  .brand-item {
    height: 60px !important;
  }

  .brand-item img {
    max-height: 70px !important;
    max-width: 120px !important;
  }
}

@media (max-width: 1024px) {
  .brands-grid.brands-count-12 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 1024px) {
  body:not(.homepage) .page-container {
    margin-top: 140px;
  }

  body:not(.homepage) .homepage-header .header-top {
    padding: 10px 20px;
  }

  body:not(.homepage) .homepage-footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  body:not(.homepage) .page-container {
    margin-top: 120px;
  }
}

@media (max-width: 1023.98px) {
  .reviews-stats.text-end,
  .reviews-stats.text-end * {
    text-align: center !important;
  }
  .reviews-stats.text-end {
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 575px) {
  .reviews-section .reviews-title {
    font-size: 1.5rem;
  }

  .review-slide {
    flex: 0 0 calc(90% - 1rem);
    margin-right: 1rem;
  }

  .reviews-prev,
  .reviews-next {
    width: 35px;
    height: 35px;
  }

  .reviews-prev .arrow-svg,
  .reviews-next .arrow-svg {
    width: 14px;
    height: 14px;
  }

  .review-card {
    min-height: 200px;
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .review-slide {
    flex: 0 0 calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .reviews-section .reviews-title {
    font-size: 1.75rem;
  }
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews-stats {
    margin-top: 0.5rem;
  }

  .review-slide:not(:first-child) .review-card {
    border-left: none;
  }

  .review-card {
    border-left: none;
  }

  .review-slide {
    flex: 0 0 calc(100% - 2rem);
    margin-right: 2rem;
  }

  .reviews-prev,
  .reviews-next {
    width: 40px;
    height: 40px;
  }

  .reviews-prev .arrow-svg,
  .reviews-next .arrow-svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 1024px) {
  .advice-title {
    font-size: 2rem;
    text-align: center;
  }

  .advice-subtitle {
    text-align: center;
    margin: 0 auto 2rem auto;
  }

  .advice-form {
    margin: 0 auto;
  }

  .advice-section .col-lg-6:first-child {
    order: 1;
  }

  .advice-section .col-lg-6:last-child {
    order: 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .advice-section {
    padding: 3rem 0;
  }

  .advice-section .row.align-items-center {
    padding: 2rem !important;
  }

  .advice-title {
    font-size: 1.8rem;
  }

  .advice-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 1023.98px) {
  .footer-nav-col {
    padding-left: 1rem !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 1023.98px) {
  .footer-location-col {
    padding-left: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 1023.98px) {
  .footer-logo-col {
    padding-left: 1rem !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 1023.98px) {
  .footer-contact-social {
    justify-content: center !important;
    align-items: center !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .founder-image-margin {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 991.98px) {
  #founder-col {
    border-left: none;
    border-top: 1px solid #fefefe;
  }
}

@media (max-width: 1023.98px) {
  .hero-section {
    height: 45vh;
  }
}

@media (max-width: 991.98px) {
  .homepage-footer .sytlena-logo {
    font-size: 2rem;
  }

  .homepage-footer .col-lg-2,
  .homepage-footer .col-lg-3,
  .homepage-footer .col-lg-5 {
    margin-bottom: 2rem;
  }

  .homepage-footer .col-lg-2 {
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  .homepage-footer .location-info {
    margin-bottom: 1.5rem;
  }

  .homepage-footer .social-links {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .homepage-footer .contact-actions {
    text-align: center;
  }
}

@media (max-width: 1023.98px) {
  .mobile-search-below-header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-menu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header-bottom {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .mobile-search-below-header {
    display: none !important;
  }

  .mobile-menu {
    display: none !important;
  }

  .header-bottom {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-btn {
    display: block;
    margin: 10px auto;
    width: 200px;
  }

  .about-section h2,
  .houses-section h2,
  .private-room-section h2 {
    font-size: 2.5rem;
  }

  .about-section .row.align-items-center {
    padding: 3rem !important;
  }

  .about-section h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .founder-image {
    width: 200px;
    height: 200px;
  }

  .founder-name {
    font-size: 1.3rem;
  }

  .about-section,
  .houses-section,
  .private-room-section {
    padding: 60px 0;
  }

  .header-top {
    padding: 12px 40px;
  }

  .top-nav-menu li {
    margin: 0 8px;
  }

  .bottom-nav-menu li {
    margin: 0 10px;
  }

  .top-nav-menu li a {
    font-size: 12px;
  }

  .nav-menu.bottom-nav-menu li a {
    font-size: 12px;
  }

  .site-logo .logo-img {
    max-height: 50px;
  }

  .site-logo span {
    font-size: 1.8rem !important;
  }

  .hero-video {
    width: 95vw;
    height: 105vh;
    object-fit: cover;
  }

  .hero-content {
    padding-top: 0;
    min-height: 100vh;
  }
}

@media (max-width: 576px) {
  .header-top {
    padding: 18px 20px;
  }

  .header-bottom {
    padding: 10px 0;
  }

  .mobile-menu-toggle {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1100;
  }

  .top-nav-right .top-nav-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .top-nav-right .top-nav-menu li {
    margin: 0 5px;
  }

  .top-nav-right .top-nav-menu li a {
    font-size: 11px;
    padding: 5px 8px;
  }

  .bottom-nav-menu {
    display: none;
  }

  .bottom-nav-menu.show {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.95);
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .bottom-nav-menu.show li {
    margin: 10px 0;
  }

  .bottom-nav-menu.show li a {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-logo .logo-img {
    max-height: 40px;
  }

  .site-logo img,
  .site-logo .logo-img {
    margin-top: 10px;
  }

  .site-logo span {
    font-size: 1.5rem !important;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-content {
    padding-top: 0;
    min-height: 100vh;
  }

  .about-section .row.align-items-center {
    padding: 2rem !important;
  }

  .about-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .about-section p {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .founder-image {
    width: 80px;
    height: 80px;
    margin-bottom: 0.5rem;
  }

  .founder-name {
    font-size: 1.2rem;
  }

  .founder-title {
    font-size: 0.9rem;
  }

  .hero-video {
    width: 100vw;
    height: 120vh;
    object-fit: cover;
  }

  .hero-video-container {
    width: 100vw;
    height: 100vw;
    max-width: 100vw;
    max-height: 100vw;
    aspect-ratio: 1/1;
  }
  .hero-video {
    width: 100vw;
    height: 100vw;
    max-width: 100vw;
    max-height: 100vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }

  .social-links {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 1199px) {
  .portfolio-slide {
    min-height: 480px !important;
  }
}

@media (max-width: 767px) {
  .portfolio-slide {
    min-height: 520px !important;
  }
}

@media (min-width: 1024px) {
  .service-row .service-content-col.order-md-1 {
    text-align: right;
  }

  .service-row .service-content-col.order-md-1 h3 {
    text-align: right;
  }

  .service-row .service-content-col.order-md-1 .service-desc {
    text-align: right;
  }

  .service-row .service-content-col.order-md-1 .service-details {
    align-items: flex-end !important;
    text-align: right !important;
  }

  .service-row .service-content-col.order-md-1 .service-duration,
  .service-row .service-content-col.order-md-1 .service-price {
    text-align: right !important;
  }

  .service-row .service-content-col.order-md-1 .mt-4 {
    text-align: right;
  }
}

@media (max-width: 1199.98px) {
  .title-inner {
    flex: 0 0 350px;
  }
}

@media (max-width: 991.98px) {
  .services {
    padding: 0px 0;
  }

  .title-inner {
    flex: none;
    padding-right: 0;
    text-align: center;
  }

  .title-inner h2 {
    font-size: 36px;
    text-align: center;
  }

  .title-inner p {
    font-size: 0.95rem;
    text-align: center;
  }

  .swiper-btns {
    justify-content: center;
    margin-top: 1rem;
  }
}

@media (max-width: 1023.98px) {
  .services {
    padding: 0px 0;
  }

  .title-inner {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0;
    width: 100%;
  }

  .title-inner h2 {
    font-size: 28px;
    letter-spacing: 1px;
    order: 1;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
  }

  .title-inner p {
    font-size: 0.9rem;
    order: 2;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: none;
  }

  .desktop-btns {
    display: none !important;
  }

  .mobile-btns {
    display: flex !important;
    justify-content: space-between;
    margin-top: 1rem;
    width: 100%;
    padding: 0 20px;
  }

  .services-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .services-swiper {
    order: 3;
    overflow: hidden;
    width: 100%;
  }

  .swiper-slide {
    flex: 0 0 85vw;

    margin-right: 20px;
  }

  .card-inner {
    padding: 0 1.5rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
    position: static;
    margin: 0;
  }

  .swiper-button-prev {
    margin-right: auto;
  }

  .swiper-button-next {
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .services {
    padding: 0px 0;
  }

  .title-inner h2 {
    font-size: 24px;
  }

  .swiper-slide {
    flex: 0 0 90vw;

    margin-right: 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .mobile-btns {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .error-404-hero {
    padding-top: 120px;
  }

  .header-top {
    padding: 12px 50px;
  }
}

@media (max-width: 991.98px) {
  .error-404-hero {
    padding-top: 100px;
  }

  .error-number {
    font-size: 140px;
  }

  .error-title {
    font-size: 36px;
  }

  .error-subtitle {
    font-size: 16px;
  }

  .links-title {
    font-size: 28px;
  }

  .header-top {
    padding: 10px 30px;
  }

  .header-bottom {
    padding: 10px 0;
  }
}

@media (max-width: 1023.98px) {
  .error-404-hero {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .error-number {
    font-size: 100px;
  }

  .error-title {
    font-size: 28px;
  }

  .error-subtitle {
    font-size: 14px;
  }

  .error-actions {
    flex-direction: column;
    align-items: center;
  }

  .error-btn {
    width: 100%;
    max-width: 280px;
  }

  .links-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .error-404-links {
    padding: 60px 0;
  }

  .error-404-links .widget {
    padding: 20px;
  }

  .header-top {
    padding: 8px 15px;
  }

  .top-nav-menu li {
    margin: 0 5px;
  }

  .top-nav-menu li a {
    font-size: 11px;
  }

  .site-logo .logo-img {
    max-height: 45px;
  }
}

@media (max-width: 575.98px) {
  .error-number {
    font-size: 80px;
  }

  .error-title {
    font-size: 24px;
  }

  .error-subtitle {
    font-size: 13px;
    padding: 0 10px;
  }

  .links-title {
    font-size: 20px;
  }

  .widget-title {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  body.error404 .header-top {
    padding: 8px 50px;
  }
}

@media (max-width: 991.98px) {
  body.error404 .header-top {
    padding: 8px 30px;
  }

  body.error404 .site-logo .logo-img {
    max-height: 45px;
  }
}

@media (max-width: 1023.98px) {
  body.error404 .header-top {
    padding: 6px 15px;
  }

  body.error404 .site-logo .logo-img {
    max-height: 40px;
  }
}

@media (max-width: 991.98px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .faq-image-container {
    height: 300px;
    margin-top: 2rem;
  }

  .faq-placeholder-image {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1023.98px) {
  .faq-section {
    padding: 30px 0;
  }

  .faq-title {
    font-size: 1.5rem;
    text-align: center;
    padding: 0 1rem;
  }

  .faq-question h5 {
    font-size: 1rem;
    padding-right: 1rem;
  }

  .faq-placeholder-image {
    width: 250px;
    height: 250px;
  }

  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .slider-slide {
    min-width: calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }

  .slide-content {
    padding-bottom: 1rem;
  }

  .slide-title {
    font-size: 1.25rem;
  }

  .slide-subtitle {
    font-size: 0.9rem;
  }
}

@media (max-width: 1023.98px) {
  .fullwidth-custom {
    margin-top: 6rem;
  }

  .contact-map-section {
    margin: 1rem 1rem 0rem 1rem;
  }
}

@media (max-width: 1023.98px) {
  .fullwidth-custom {
    margin-top: 6rem;
  }

  .contact-map-section {
    margin: 1rem 1rem 0rem 1rem;
  }
}

@media (max-width: 1024px) {
  .contact-form-wrapper {
    padding: 1rem;
  }

  .contact-info {
    padding-left: 0;
    margin-top: 2rem;
  }

  .contact-title {
    font-size: 2rem;
  }

  .map-container {
    height: 300px;
  }
}

@media (max-width: 1199.98px) {
  .portfolio-grid-item {
    height: 400px;
  }

  .portfolio-grid-item .card-title {
    font-size: 1.15rem;
  }
}

@media (max-width: 991.98px) {
  .portfolio-page-section .page-title {
    font-size: 2rem;
  }

  .portfolio-grid-item {
    height: 380px;
  }

  .portfolio-grid-item .card-inner {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

@media (max-width: 1023.98px) {
  .portfolio-page-section {
    padding: 0;
  }

  .portfolio-page-section .page-header {
    margin-bottom: 2rem;
  }

  .portfolio-page-section .page-title {
    font-size: 1.8rem;
  }

  .portfolio-page-section .page-subtitle {
    font-size: 1rem;
  }

  .portfolio-grid-item {
    height: 350px;
    margin-bottom: 1.5rem;
  }

  .portfolio-grid-item .card-inner {
    padding: 1.25rem 1rem 1rem;
  }

  .portfolio-grid-item .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .portfolio-grid-item .card-title {
    font-size: 1.1rem;
  }

  .portfolio-grid-item .card-date {
    align-self: flex-end;
  }

  .portfolio-grid-item .social-stats {
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .portfolio-grid-item .card-text .caption-text {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }

  #load-more-portfolio {
    min-width: 150px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .portfolio-grid-item {
    height: 320px;
  }

  .portfolio-grid-item .card-inner {
    padding: 1rem 0.75rem 0.75rem;
  }

  .portfolio-page-section .page-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-results-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .search-result-thumbnail {
    height: 110px;
  }
}

@media (max-width: 1024px) {
  .search-page-header {
    padding: 40px 0 20px;
    margin-top: 80px;
  }

  .search-page-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .search-page-content .search-form,
  .search-page-content .search-form .input-group {
    flex-direction: column;
    gap: 15px;
  }

  .search-page-content .search-field,
  .search-page-content .form-control,
  .search-page-content .search-submit,
  .search-page-content .btn {
    width: 100%;
  }

  .search-results-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 35px;
  }

  .search-result-thumbnail {
    height: 100px;
  }

  .search-result-text {
    padding: 15px;
  }

  .search-result-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .search-page-container {
    padding: 0 10px;
  }

  .search-page-title {
    font-size: 1.8rem;
  }

  .search-results-grid {
    gap: 12px;
  }

  .search-result-text {
    padding: 12px;
  }

  .search-result-title {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .membership-modal-container {
    width: 95%;
    max-height: 90vh;
  }

  .membership-modal-header {
    padding: 15px 20px;
  }

  .membership-modal-title {
    font-size: 1.3rem;
  }

  .membership-modal-content {
    padding: 20px;
  }

  .membership-form-container {
    padding: 20px;
  }
}

@media (max-width: 1023.98px) {
  .top-nav-left .top-nav-menu,
  .top-nav-right .top-nav-menu {
    display: none;
  }

  .service-details .service-price,
  .service-details .service-duration {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .mobile-menu .navbar-toggler img,
  .mobile-inline-icons img,
  .mobile-inline-icons svg {
    width: 35px !important;
    height: 35px !important;
  }

  .mobile-search-below-input {
    font-size: 1.2rem !important;
  }

  .site-logo img,
  .logo-img {
    max-height: 3.5rem !important;
    width: auto;
    margin-top: 1rem !important;
  }

  .mobile-header-book-btn {
    position: absolute;
    right: 11px;
    top: 0;
    height: 44px;
    line-height: 40px;
    padding: 0 24px;
    font-size: 1.2rem;
    pointer-events: auto;
    z-index: 1301;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .mobile-menu .navbar-toggler img,
  .mobile-inline-icons img,
  .mobile-inline-icons svg {
    width: 30px !important;
    height: 30px !important;
  }

  .mobile-search-below-input {
    font-size: 1.2rem !important;
  }

  .site-logo img,
  .logo-img {
    max-height: 3rem !important;
    width: auto;
    margin-top: 1rem !important;
  }

  .mobile-header-book-btn {
    position: absolute;
    right: 11px;
    top: 0;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 1.1rem;
    pointer-events: auto;
    z-index: 1301;
  }
}

@media (max-width: 576px) {
  .membership-modal-container {
    width: 98%;
    margin: 10px;
  }

  .membership-modal-header {
    padding: 12px 15px;
  }

  .membership-modal-title {
    font-size: 1.2rem;
  }

  .membership-modal-content {
    padding: 15px;
  }

  .membership-form-container {
    padding: 15px;
  }

  .membership-modal-description p {
    font-size: 1rem;
  }

  .slider-slide {
    min-width: calc(50%);
    flex: 0 0 calc(50%);
  }

  .slide-image {
    height: calc(var(--stylena-slider-height) * 0.8);
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 330px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 325px !important;
    margin-right: 10px !important;
  }
}

/*----------------------------------------------------------------------------------------*/
@media (min-width: 1023px) and (max-width: 1048px) {
  .top-nav-right .header-wa svg,
  .top-nav-right .header-wa img {
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .brand-item img {
    max-height: 110px !important;
    max-width: 150px !important;
  }

  .brand-item {
    height: 100px !important;
  }
  .stretch-featured-image {
    height: 220px !important;
  }

  .fullwidth-custom {
    margin-top: 8rem;
  }

  .title-overlay {
    top: calc(55% + 2rem) !important;
    width: 100%;
  }

  .services-tabs .nav-link {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .site-logo img,
  .logo-img {
    max-height: 50px !important;
  }

  .top-nav-menu li a {
    font-size: 12px !important;
  }

  .nav-menu.bottom-nav-menu li a {
    font-size: 14px !important;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 440px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 425px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 266px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 912px) and (max-width: 1023.98px) {
  .team-tile-image {
    height: 500px;
  }

  .wp-block-image img {
    max-height: 14rem;
  }

  .title-overlay {
    top: calc(45% + 3.125rem) !important;
  }

  .stretch-featured-image {
    height: 240px !important;
  }

  .services-tabs .nav-link {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .fullwidth-custom {
    margin-top: 8rem;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 385px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 372px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 217px;
  }

  .title-inner {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 834px) and (max-width: 911.98px) {
  .brand-item img {
    max-height: 90px !important;
    max-width: 140px !important;
  }

  .brand-item {
    height: 80px !important;
  }
  .team-tile-image {
    height: 460px;
  }

  .fullwidth-custom {
    margin-top: 8rem;
  }

  .title-overlay {
    top: calc(60% + 2rem) !important;
    width: 100%;
  }

  .service-content-col h3 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }

  .service-details {
    gap: 0.1rem !important;
  }

  .service-desc p {
    font-size: 1rem;
    padding-bottom: 0;
  }

  .service-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .stretch-featured-image {
    height: 200px !important;
  }

  .services-tabs .nav-link {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .wp-block-image img {
    max-height: 13rem;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 345px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 335px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 185px;
  }

  .title-inner {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 820px) and (max-width: 833.98px) {
  .brand-item img {
    max-height: 90px !important;
    max-width: 140px !important;
  }

  .brand-item {
    height: 80px !important;
  }
  .team-tile-image {
    height: 460px;
  }

  .fullwidth-custom {
    margin-top: 8rem;
  }

  .title-overlay {
    top: calc(60% + 2rem) !important;
    width: 100%;
  }

  .service-content-col h3 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }

  .service-details {
    gap: 0.1rem !important;
  }

  .service-desc p {
    font-size: 1rem;
    padding-bottom: 0;
  }

  .service-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .stretch-featured-image {
    height: 200px !important;
  }

  .services-tabs .nav-link {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .wp-block-image img {
    max-height: 13rem;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 330px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 318px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 146px;
  }

  .title-inner {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 800px) and (max-width: 819.98px) {
  .brand-item img {
    max-height: 90px !important;
    max-width: 140px !important;
  }

  .brand-item {
    height: 80px !important;
  }
  .team-tile-image {
    height: 450px;
  }

  .fullwidth-custom {
    margin-top: 8rem;
  }

  .title-overlay {
    top: calc(60% + 2rem) !important;
    width: 100%;
  }

  .service-content-col h3 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }

  .service-details {
    gap: 0.1rem !important;
  }

  .service-desc p {
    font-size: 1rem;
    padding-bottom: 0;
  }

  .service-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .stretch-featured-image {
    height: 220px !important;
  }

  .wp-block-image img {
    max-height: 14rem;
  }

  .services-tabs .nav-link {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 330px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 320px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 146px;
  }

  .title-inner {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 799.98px) {
  .brand-item img {
    max-height: 90px !important;
    max-width: 140px !important;
  }

  .brand-item {
    height: 80px !important;
  }
  .team-tile-image {
    height: 450px;
  }
  .fullwidth-custom {
    margin-top: 8rem;
  }

  .title-overlay {
    top: calc(60% + 2rem) !important;
    width: 100%;
  }

  .service-content-col h3 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }

  .service-details {
    gap: 0.1rem !important;
  }

  .service-desc p {
    font-size: 1rem;
    padding-bottom: 0;
  }

  .service-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .stretch-featured-image {
    height: 220px !important;
  }

  .wp-block-image img {
    max-height: 14rem;
  }

  .services-tabs .nav-link {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 310px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 305px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 136px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 540px) and (max-width: 767.98px) {
  .team-tile-image {
    height: 620px !important;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .team-tile-image {
    height: 450px;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 425px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 415px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 253px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }

  .title-overlay {
    top: calc(40% + 3.5rem) !important;
  }

  .stretch-featured-image {
    max-height: 22vh;
  }
}

@media (max-width: 480px) {
  .slider-slide {
    min-width: calc(50% + 5px);
    flex: 0 0 98%;
    height: calc(var(--stylena-slider-height) * 0.9);
  }

  .slide-image {
    height: calc(var(--stylena-slider-height) * 0.9);
  }

  .stylena-image-slider {
    padding: 1rem;
  }

  .stylena-image-slider::before {
    z-index: 10;
  }

  .slide-content {
    padding-bottom: 0.75rem;
  }

  .slide-title {
    font-size: 1.1rem;
  }

  .slide-subtitle {
    font-size: 0.85rem;
  }

  .content-inner {
    padding: 0 20px !important;
  }
  .slide-title,
  .slide-subtitle {
    padding: 0 20px !important;
  }
}

@media (min-width: 430px) and (max-width: 479px) {
  .swiper-slide.services-slide.card {
    flex: 0 0 380px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 368px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 207px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }

  .title-overlay {
    top: calc(40% + 3.5rem) !important;
  }

  .stretch-featured-image {
    max-height: 22vh;
  }
}

@media (min-width: 414px) and (max-width: 429.98px) {
  .swiper-slide.services-slide.card {
    flex: 0 0 362px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 352px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 201px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }

  .title-overlay {
    top: calc(40% + 3.5rem) !important;
  }

  .stretch-featured-image {
    max-height: 22vh;
  }
}

@media (min-width: 410px) and (max-width: 413.98px) {
  .team-tile-image {
    height: 500px;
  }

  .wp-block-image img {
    max-height: 10rem;
  }

  .title-overlay {
    top: calc(35% + 4rem) !important;
  }

  .stretch-featured-image {
    height: 160px !important;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 362px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 348px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 198px;
  }
}

@media (min-width: 390px) and (max-width: 409.98px) {
  .swiper-slide.services-slide.card {
    flex: 0 0 340px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 335px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 178px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }

  .title-overlay {
    top: calc(40% + 3.5rem) !important;
  }

  .stretch-featured-image {
    max-height: 22vh;
  }
}

@media (min-width: 361px) and (max-width: 389.98px) {
  .swiper-slide.services-slide.card {
    flex: 0 0 340px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 330px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 178px;
  }

  .title-inner {
    margin-bottom: 15px !important;
  }

  .title-overlay {
    top: calc(40% + 3.5rem) !important;
  }

  .stretch-featured-image {
    max-height: 22vh;
  }
}

@media (max-width: 360px) {
  .swiper-slide.services-slide.card {
    flex: 0 0 305px !important;
    margin-right: 10px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 302px !important;
    margin-right: 10px !important;
  }

  .slider-slide {
    min-width: calc(60% - 1px);
    flex: 0 0 100%;
    height: calc(var(--stylena-slider-height) * 0.7);
  }

  .slide-image {
    height: calc(var(--stylena-slider-height) * 0.7);
  }

  .header-top {
    padding: 5px 10px;
  }

  .mobile-menu-toggle {
    left: 10px;
    top: 10px;
  }

  .navbar-toggler {
    padding: 3px 6px;
  }

  .navbar-toggler-icon {
    width: 18px;
    height: 18px;
  }

  .mobile-contact-link svg {
    width: 18px;
    height: 18px;
  }

  .header-btn {
    height: 32px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
  }

  .site-logo span {
    font-size: 1.3rem !important;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }

  .hero-content {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-section .row.align-items-center {
    padding: 1.5rem !important;
  }

  .about-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .about-section p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .founder-image {
    width: 80px;
  }

  .founder-name {
    font-size: 1.1rem;
  }

  .founder-title {
    font-size: 0.85rem;
  }

  .mobile-search-below-form {
    padding: 5px 5px;
  }

  .mobile-search-below-input {
    font-size: 12px;
    padding: 2px 0;
  }

  .mobile-search-below-btn {
    padding: 6px;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 305px !important;
    margin-right: 10px !important;
  }

  .title-inner {
    margin-bottom: 12px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 302px !important;
    margin-right: 10px !important;
  }

  .card-content-wrapper {
    top: 130px;
  }

  .title-overlay {
    top: calc(40% + 3.5rem) !important;
  }

  .stretch-featured-image {
    max-height: 26vh;
  }
}

@media (max-width: 320px) {
  .card-content-wrapper {
    top: 149px;
  }

  .site-logo span {
    font-size: 1.1rem !important;
  }

  .site-logo img {
    margin-top: 18px;
    max-height: 32px !important;
  }

  .title-overlay-text {
    padding-top: 6px;
    padding-bottom: 0px;
  }

  .title-overlay {
    top: calc(40% + 3rem) !important;
  }

  .about-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .title-inner {
    margin-bottom: 12px !important;
  }

  .swiper-slide.services-slide.card {
    flex: 0 0 265px !important;
    margin-right: 10px !important;
    min-height: 450px !important;
  }

  .swiper-slide.portfolio-slide.card {
    flex: 0 0 262px !important;
    margin-right: 10px !important;
    min-height: 450px !important;
  }

  .services-slide .card-img img {
    height: 450px !important;
    object-fit: cover !important;
  }

  .services-slide p,
  .services-slide .card-text p {
    line-height: 1.25 !important;
  }

  .services-slide .card-text {
    left: 15px !important;
    right: 15px !important;
    z-index: 9 !important;
  }
}

@media (max-width: 320px) and (max-height: 499px) {
  .title-overlay {
    top: calc(40% + 3rem) !important;
  }

  .stretch-featured-image {
    max-height: 30vh;
  }

  .contact-details a {
    font-size: 14px !important;
  }
}

/*---------------------------------------------------------------------------------------*/
