@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .text_title {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
  }
  .text_subtitle {
    font-size: clamp(0.9375rem, 1.1vw, 1rem);
  }
  .footer__main {
    padding: 4rem 0;
  }
  .footer__grid {
    gap: clamp(2rem, 8vw, 6rem);
  }
  .footer__brand-name {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
  }
  .contact-us-form {
    min-height: auto;
    padding: 6.5rem 0;
  }
  .contact-us-form__inner {
    gap: 1.75rem;
  }
  .contact-us-form__title {
    font-size: clamp(1.5rem, 2.2vw, 2rem);
  }
  .testimonials {
    padding: 4rem 0;
  }
  .testimonials__header {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .testimonials__card {
    min-height: auto;
    padding: 2rem 1.5rem 2rem;
    margin: 0.75rem 0;
  }
  .testimonials__content {
    max-width: none;
  }
  .testimonials__quote {
    margin-bottom: 1.75rem;
  }
  .about-home {
    padding: 2.5rem 0;
  }
  .about-home__inner {
    gap: 1.75rem;
  }
  .about-home__content {
    gap: 2rem;
  }
  .why-choose-us {
    min-height: auto;
    padding: 6rem 0;
  }
  .why-choose-us__panel {
    padding: 2.5rem 2rem;
    border-radius: 2rem;
  }
  .why-choose-us__header {
    margin-bottom: 3rem;
  }
  .why-choose-us__grid {
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-choose-us__grid.owl-carousel {
    display: block;
    gap: 0;
  }
  .why-choose-us__item {
    gap: 1rem;
  }
  .our-services {
    padding: 4rem 0;
  }
  .our-services__header {
    max-width: none;
    margin-bottom: 2rem;
  }
  .our-services__card {
    min-height: 28rem;
  }
  .our-services__content {
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    min-width: 0;
  }
  .our-services__name {
    font-size: 1.125rem;
  }
  .our-services__description {
    overflow-wrap: break-word;
  }
}
@media (max-width: 991px) {
  .mobile-header {
    display: flex;
  }
  .flex-header-top {
    flex-direction: column;
    gap: 8px;
  }
  .flex-header-top-left {
    flex-direction: column;
    gap: 6px;
  }
  .menu {
    display: none;
  }
  .footer__main {
    padding: 3.5rem 0;
  }
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }
  .footer__divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    margin: 0;
  }
  .footer__brand {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  .footer__heading {
    margin-bottom: 1.25rem;
  }
  .footer__copyright {
    padding: 1.75rem 0;
  }
  .footer__copyright-container {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
  }
  .footer__copyright-policy {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.5rem;
  }
  .footer__copyright-text {
    text-align: center;
  }
  .contact-us-form {
    padding: 4.5rem 0;
  }
  .contact-us-form__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }
  .contact-us-form__intro, .contact-us-form__form {
    border-radius: 1rem;
  }
  .testimonials {
    padding: 3.5rem 0;
  }
  .testimonials__header {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
  .testimonials__actions {
    justify-content: flex-end;
  }
  .testimonials__nav {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.125rem;
  }
  .testimonials__card {
    padding: 1.875rem 1.25rem 2rem;
    border-radius: 1rem;
  }
  .testimonials__author-line {
    height: 3rem;
  }
  .about-home {
    padding: 2.25rem 0;
  }
  .about-home__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }
  .about-home__content {
    gap: 1.5rem;
  }
  .about-home__image {
    border-radius: 1rem;
  }
  .about-home__description {
    min-width: 0;
    overflow-wrap: break-word;
  }
  .why-choose-us {
    padding: 4rem 0 4rem;
  }
  .why-choose-us__panel {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }
  .why-choose-us__header {
    max-width: none;
    margin-bottom: 2.5rem;
  }
  .why-choose-us__grid {
    gap: 1.5rem;
  }
  .why-choose-us__grid.owl-carousel {
    display: block;
    gap: 0;
  }
  .why-choose-us__icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .why-choose-us__icon img {
    max-width: 100%;
    height: auto;
  }
  .why-choose-us h3 {
    font-size: 1.125rem;
  }
  .why-choose-us p {
    font-size: 0.9375rem;
    overflow-wrap: break-word;
  }
  .our-services {
    padding: 3.5rem 1rem;
  }
  .our-services__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .our-services__header {
    margin-bottom: 1.75rem;
  }
  .our-services__card {
    min-height: 30rem;
  }
  .our-services__content {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
  .our-services__description {
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 72svh;
    min-height: 28rem;
  }
  .hero-slider__stage {
    height: 100%;
  }
  .hero-slider__thumbs {
    grid-template-rows: repeat(3, minmax(0, 1fr));
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .hero-slider__thumb:nth-child(n+7) {
    display: none;
  }
  .hero-slider__slider .slider__item {
    height: 72svh;
    min-height: 28rem;
  }
  .text_title {
    font-size: 1.625rem;
  }
  .text_subtitle {
    font-size: 0.9375rem;
  }
  .footer__main {
    padding: 3rem 0;
  }
  .footer__brand-logo {
    width: 5rem;
    height: 5rem;
    flex: 0 0 5rem;
  }
  .footer__brand-name {
    font-size: 1.375rem;
  }
  .footer__contact-item {
    align-items: flex-start;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .footer__social-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer__copyright {
    padding: 1.5rem 0;
  }
  .footer__copyright-policy {
    gap: 0.75rem 1rem;
  }
  .contact-us-form {
    padding: 3.5rem 0;
  }
  .contact-us-form__intro, .contact-us-form__form {
    padding: 1.5rem;
  }
  .contact-us-form__title {
    font-size: 1.625rem;
  }
  .contact-us-form__form {
    gap: 1rem;
  }
  .contact-us-form input {
    min-height: 3.25rem;
    padding: 1rem 1.25rem;
  }
  .contact-us-form textarea {
    min-height: 9rem;
    padding: 1rem 1.25rem;
  }
  .contact-us-form__submit {
    min-height: 3.25rem;
  }
  .testimonials {
    padding: 3rem 0;
  }
  .testimonials__header {
    margin-bottom: 1.5rem;
  }
  .testimonials__actions {
    gap: 0.75rem;
  }
  .testimonials__nav {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  .testimonials__nav svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .testimonials__card {
    min-height: 18rem;
    padding: 1.5rem 1.125rem 1.5rem;
    margin: 0.5rem 0;
  }
  .testimonials__quote {
    margin-bottom: 1.25rem;
  }
  .testimonials__content {
    font-size: 0.9375rem;
    overflow-wrap: break-word;
  }
  .testimonials__author-info strong,
  .testimonials__author-info span {
    font-size: 0.9375rem;
  }
  .about-home {
    padding: 2rem 0;
  }
  .about-home__content {
    gap: 1.25rem;
  }
  .about-home__description {
    font-size: 0.9375rem;
    gap: 0.875rem;
  }
  .about-home__description img {
    max-width: 100%;
    height: auto;
  }
  .why-choose-us {
    padding: 3rem 0;
  }
  .why-choose-us__panel {
    padding: 1.75rem 1.25rem;
    border-radius: 1.25rem;
  }
  .why-choose-us__header {
    margin-bottom: 2rem;
  }
  .why-choose-us__grid {
    gap: 1.25rem;
  }
  .why-choose-us__item {
    gap: 1rem;
  }
  .why-choose-us__icon {
    width: 5rem;
    height: 5rem;
  }
  .why-choose-us__content {
    gap: 0.375rem;
  }
  .why-choose-us h3 {
    font-size: 1.0625rem;
  }
  .our-services {
    padding: 3rem 1rem;
  }
  .our-services__card {
    min-height: 28rem;
  }
  .our-services__content {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    gap: 0.375rem;
  }
  .our-services__name {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) and (hover: none) {
  .our-services__cta {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 575px) {
  .hero-slider {
    height: 68svh;
    min-height: 24rem;
  }
  .hero-slider__slider .slider__item {
    height: 68svh;
    min-height: 24rem;
  }
  .text_title {
    font-size: 1.375rem;
  }
  .text_subtitle {
    font-size: 0.9375rem;
  }
  .footer__grid {
    gap: 1.5rem;
  }
  .footer__contact, .footer__social-list {
    gap: 1rem;
  }
  .footer__copyright-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .footer__copyright-policy-link {
    font-size: 0.875rem;
  }
  .contact-us-form {
    padding: 2.5rem 0;
  }
  .contact-us-form__intro, .contact-us-form__form {
    padding: 1.25rem;
    border-radius: 0.875rem;
  }
  .contact-us-form__title {
    font-size: 1.375rem;
  }
  .contact-us-form__description {
    font-size: 0.9375rem;
  }
  .testimonials {
    padding: 2.5rem 0;
  }
  .testimonials__header {
    gap: 1rem;
  }
  .testimonials__card {
    padding: 1.25rem 1rem;
    border-radius: 0.875rem;
  }
  .testimonials__nav {
    width: 2.75rem;
    height: 2.75rem;
  }
  .about-home {
    padding: 1.75rem 0;
  }
  .about-home__inner {
    gap: 1.25rem;
  }
  .about-home__image {
    border-radius: 0.875rem;
  }
  .why-choose-us {
    padding: 2.5rem 0;
  }
  .why-choose-us__panel {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
  }
  .why-choose-us__header {
    margin-bottom: 1.5rem;
  }
  .why-choose-us__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .why-choose-us__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .why-choose-us h3 {
    font-size: 1rem;
  }
  .why-choose-us p {
    font-size: 0.875rem;
  }
  .our-services {
    padding: 2.5rem 1rem;
  }
  .our-services__card {
    min-height: 26rem;
  }
  .our-services__name {
    font-size: 1rem;
  }
  .our-services__description {
    font-size: 0.8125rem;
  }
  .our-services__cta-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .hero-slider {
    height: 64svh;
    min-height: 22rem;
  }
  .hero-slider__slider .slider__item {
    height: 64svh;
    min-height: 22rem;
  }
  .text_title {
    font-size: 1.25rem;
  }
  .text_subtitle {
    font-size: 0.875rem;
  }
  .footer__brand-logo {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
  }
  .footer__brand-name {
    font-size: 1.25rem;
  }
  .footer__copyright {
    padding: 1.25rem 0;
  }
  .contact-us-form {
    padding: 2rem 0;
  }
  .contact-us-form__intro, .contact-us-form__form {
    padding: 1rem;
  }
  .contact-us-form__title {
    font-size: 1.25rem;
  }
  .contact-us-form input,
  .contact-us-form textarea {
    font-size: 0.9375rem;
  }
  .testimonials {
    padding: 2rem 0;
  }
  .testimonials__card {
    min-height: auto;
  }
  .about-home {
    padding: 1.5rem 0;
  }
  .about-home__inner {
    gap: 1rem;
  }
  .about-home__content {
    gap: 1rem;
  }
  .why-choose-us {
    padding: 2rem 0;
  }
  .why-choose-us__panel {
    padding: 1.25rem 0.875rem;
    border-radius: 0.875rem;
  }
  .why-choose-us__grid {
    gap: 1.25rem;
  }
  .our-services {
    padding: 2rem 0;
  }
  .our-services__card {
    min-height: 24rem;
  }
  .our-services__content {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }
}