/* ===== Mobile Approach Responsive ===== */

/* Extra Small Device */
@media only screen and (max-width: 430px) {
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
  }
  .about__thumbs {
    height: 380px;
  }
  .map__content {
    height: 400px;
  }
  .faq__card {
    padding: 40px 48px;
    background-color: rgba(255, 255, 255, 0.07);
    max-width: 492px;
    width: 100%;
  }
  .cta__title {
    font-size: 40px;
  }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
  .section__title {
    margin-bottom: 35px;
  }
  .hero__content {
    padding: 100px 0px 100px;
  }
  .hero__content h1 {
    font-size: 40px;
    margin-bottom: 18px;
  }
  .hero__content p {
    margin-bottom: 30px;
  }
  .choose--section {
    padding: 70px 0;
  }
  .about--section {
    padding: 70px 0;
  }
  .section__head--providing {
    margin-bottom: 60px;
  }
  .providing__cards {
    gap: 32px;
  }
  .repair--section {
    padding: 70px 0;
  }
  .repair__card__thumb {
    height: 320px;
  }
  .service--section {
    padding: 60px 0px 40px;
  }
  .serviceItem {
    padding: 30px 20px 35px;
    margin-bottom: 70px;
  }
  .review--section {
    padding: 60px 0px 50px;
  }
  .faq .accordion-button {
    padding: 20px 0;
  }
  .help-line-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(to right, #fff 0%, #dbdbdb 100%);
  }
  .help-line-icon img {
    max-width: 56px;
  }
  .cta__wrapper {
    gap: 40px;
  }
  .blog--section {
    padding: 60px 0px 59px;
  }
  .chooseUs--section {
    padding: 90px 0;
  }
  .faq--section {
    padding: 90px 0 64px;
  }
  .faq .section__title-afterText {
    width: max-content;
  }
  .testimonial--section {
    padding: 70px 0;
  }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .fs-2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .section__title {
    margin-bottom: 40px;
  }
  .hero__content {
    text-align: start;
    padding: 100px 0px 100px;
  }
  .footer__info p.footer-item {
    gap: 4px;
    max-width: 100%;
    width: 33.33%;
    border-right: 1px solid #262626;
    padding: 0px 40px;
  }
  .footer__info p.footer-item:last-child {
    border-right: 0px;
  }
  .footer__info {
    margin-bottom: 32px;
  }
  .footer__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact__submit {
    padding-top: 4px;
    text-align: start;
  }
  .footer__menu nav ul li:first-child a {
    padding-left: 0px;
  }
  .footer__menu nav ul li:last-child a {
    border-right: 0px;
  }
  .header__top-call span.icon {
    color: var(--primary);
    font-size: 18px;
  }

  .header__top-call {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .header__top {
    background: var(--white);
  }

  .header__top .socials a {
    color: #000000;
  }

  .header__top {
    padding: 8px 0px;
  }
  .header__menu {
    position: inherit;
    background: transparent;
    backdrop-filter: none;
    padding: 0px;
    max-width: 100%;
    transform: translateX(0%);
    align-items: flex-end;
  }
  .header__menu nav {
    margin-top: 0px;
  }
  .header__menu nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 !important;
  }
  .header__menu nav ul li a {
    font-size: 14px;
    font-weight: bold;
    padding: 24px 15px;
    position: relative;
    z-index: 1;
  }
  .header__menu nav ul li a:hover::after,
  .header__menu nav ul li a.active::after,
  .header__menu nav ul li.current_page_item a::after {
    opacity: 1;
  }
  .header__menu nav ul li a::after {
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% + 20px);
    height: 100%;
    content: '';
    background-color: var(--primary);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
    transform: translateX(-50%);
    clip-path: polygon(19px 0%, 100% 0, calc(100% - 19px) 100%, 0% 100%);
  }
  .header__main {
    padding: 0px 0px;
  }
  .hero--section {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .about__wrapper {
    padding: 50px 0;
  }
  .about__thumbs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    height: 100%;
  }
  .providing__cards {
    gap: 0 32px;
  }
  .providing__card__item {
    background-color: transparent;
  }
  .providing__card__item:hover {
    background-color: var(--primary);
  }
  .checkbox-check img {
    filter: unset;
  }
  .providing__card__item:hover .checkbox-check img {
    filter: brightness(0) invert(1);
  }
  .providing__card__item:hover .providing__card__icon {
    background-color: #be1119;
    border-color: transparent;
  }
  .providing__card__icon {
    background-color: transparent;
    border-color: var(--primary);
  }
  .providing__card__para {
    opacity: 0;
    visibility: hidden;
  }
  .providing__card__item:hover .providing__card__para {
    opacity: 1;
    visibility: visible;
  }
  .repair__card__title {
    font-size: 21px;
  }
  .repair__card__content {
    padding: 40px 24px;
  }
  .swiper-pagination {
    justify-content: flex-start;
  }
  .section__title-pretitle {
    font-size: 37px;
  }
  .section__title h2 {
    margin-bottom: 8px;
    font-size: 42px;
  }
  .section__title-afterText {
    font-size: 136px;
    opacity: 0.05;
  }
  .service--section {
    padding: 121px 0px 40px;
  }
  .serviceItem {
    padding: 45px 27px 45px;
    margin-bottom: 70px;
  }
  .choose__item h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .gallery__grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .page-top {
    padding-top: 200px;
    margin-top: -300px;
  }
  .chooseUs__item {
    border-bottom: none;
  }
  .chooseUs__item__title,
  .faq__title {
    font-size: 21px;
  }
  .map__content {
    height: 500px;
  }
  .video--section {
    height: 540px;
  }
  .blog__navs button {
    width: 40px;
    height: 40px;
    font-size: 29px;
  }
  .choose__wrapper {
    max-width: 1072px;
    margin: 0 auto;
  }
  .faq--section {
    padding: 148px 0 64px;
  }
  .faq .section__title-afterText {
    transform: translate(-50%, -50%);
  }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .fs-2 {
    font-size: 42px !important;
    line-height: 52px !important;
  }
  .section__title {
    margin-bottom: 80px;
  }
  .hero__content h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .hero__content p {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 1.2;
  }
  .btn {
    font-size: 15px;
    min-width: auto;
    padding: 15px 30px;
  }
  .hero__content {
    text-align: start;
    padding: 35px 0px 145px;
  }
  .header__main-logo a img {
    max-width: 142px;
  }
  .header__menu nav ul li a {
    padding: 27px 20px;
  }
  .footer--section {
    padding: 80px 0px 80px;
  }
  .footer__logo a img {
    max-width: 100%;
  }
  .footer__logo {
    margin-bottom: 50px;
  }
  .footer__info {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .footer__info p.footer-item {
    gap: 18px;
    padding: 0px 0px;
  }
  .footer__menu nav ul li a {
    padding: 0px 20px;
  }
  .google__map-main {
    margin-bottom: 12px;
  }
  .contact__submit {
    padding-top: 17px;
  }
  .about--section {
    padding: 90px 0;
  }
  .about__wrapper {
    min-height: 400px;
  }
  .about__thumbs {
    width: 50%;
  }
  .section__head--providing {
    margin-bottom: 80px;
  }
  .providing__cards {
    gap: 0 48px;
  }
  .providing__card__item {
    min-height: 380px;
  }
  .providing__card__icon {
    width: 90px;
    height: 90px;
    margin: 34px 0;
  }
  .providing__card__icon img {
    max-height: 44px;
  }
  .providing__card__title {
    font-size: 21px;
  }
  .repair--section {
    padding: 90px 0;
  }
  .section__title-pretitle {
    font-size: 48px;
  }
  .section__title-afterText {
    font-size: 200px;
    opacity: 0.05;
    line-height: 240px;
  }
  .section__title h2 {
    margin-bottom: 12px;
    font-size: 48px;
  }
  .serviceItem {
    padding: 45px 45px 45px;
    margin-bottom: 70px;
  }
  .serviceItem__icon {
    width: 124px;
    height: 125px;
    margin-bottom: 40px;
  }
  .serviceItem__content h4 {
    font-size: 18px;
  }
  .choose--section {
    padding: 90px 0;
  }
  .choose__item h4 {
    font-size: 21px;
    line-height: 30px;
  }
  .gallery--section {
    background-color: #000000;
    padding: 14px 0px 14px;
  }
  .gallery__grid {
    max-height: 1250px;
  }
  .map__content {
    height: 600px;
  }
  .faq .accordion-button {
    font-size: 21px;
    padding: 24px 0;
  }
  .faq__content {
    gap: 60px;
  }
  .faq__card {
    padding: 50px 70px;
  }
  .faq__accordion__number {
    margin-top: 3px;
  }
  .cta--section {
    padding: 48px 0;
  }
  .cta__wrapper {
    gap: 50px;
  }
  .cta__title {
    font-size: 48px;
  }
  .review--section {
    padding: 80px 0px 100px;
  }
  .review--section .section__title {
    margin-bottom: 44px;
  }
  .video--section {
    height: 620px;
  }
  .blog--section {
    padding: 100px 0px 100px;
  }
  .blog__navs button {
    border: none;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 40px;
  }
  .blog__navs button.swiper-button-disabled {
    color: #cccccc;
  }
  .blog__navs button:last-child {
    left: auto;
    right: -40px;
  }
  .blogItem__content p {
    margin-bottom: 20px;
  }
  .blogItem__content h6 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .help-line-icon {
    width: 120px;
    height: 120px;
  }
  .help-line-icon img {
    max-width: 68px;
  }
  .section__title-afterText {
    font-size: 176px;
  }
  .testimonial--section {
    padding: 90px 0;
  }
  .chooseUs--section {
    padding: 110px 0;
  }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
  .container {
    width: 1220px;
  }
  .btn {
    font-size: 15px;
    padding: 15px 28px;
  }
  .fs-2 {
    font-size: 48px !important;
    line-height: 58px !important;
  }
  .section__title {
    margin-bottom: 90px;
  }
  .header__menu nav ul li a {
    padding: 33px 23px;
  }
  .header__main.is-sticky .header__menu nav ul li a {
    padding: 24px 23px;
  }
  .header__main-logo a img {
    max-width: 100%;
  }
  .hero__content h1 {
    font-size: 57px;
    margin-bottom: 20px;
  }
  .hero__content-btns a.btn {
    font-size: 20px;
  }
  .hero__content p {
    font-size: 29px;
  }
  .header__top-call {
    font-size: 24px;
    font-weight: 900;
  }
  .header__top-call span.icon {
    font-size: 22px;
  }
  .header__top {
    padding: 13px 0px;
  }
  .choose--section {
    padding: 110px 0;
  }
  .page-top {
    padding-top: 250px;
    margin-top: -400px;
  }
  .about--section {
    padding: 140px 0;
  }
  .about__wrapper {
    min-height: 500px;
  }
  .about__thumbs {
    width: 52%;
  }
  .providing__cards {
    gap: 0 56px;
  }
  .providing__card__item {
    min-height: 404px;
  }
  .map__content {
    height: 700px;
  }
  .cta__title {
    font-size: 56px;
  }
  .video--section {
    height: 840px;
  }
  .testimonial--section {
    padding: 120px 0;
  }
}

/* XXL Device. */
@media only screen and (min-width: 1600px) {
  .choose--section {
    padding: 140px 0 120px;
  }
  .about__wrapper {
    min-height: 580px;
  }
  .providing__cards {
    gap: 0 64px;
  }
  .providing__card__icon {
    width: 98px;
    height: 98px;
  }
  .providing__card__icon img {
    max-height: 50px;
  }
  .repair--section {
    padding: 128px 0;
  }
  .repair__card__content {
    padding: 52px 32px;
  }
  .map__content {
    height: 882px;
  }
  .faq__content {
    gap: 80px;
  }
  .faq__card {
    padding: 56px 80px;
  }
  .cta--section {
    padding: 56px 0;
  }
  .cta__wrapper {
    gap: 60px;
  }
  .cta__title {
    font-size: 68px;
  }
  .help-line-icon {
    width: 132px;
    height: 132px;
  }
  .help-line-icon img {
    max-width: 80px;
  }
  .faq--section {
    padding: 208px 0 64px;
  }
  .container--testimonial {
    max-width: 1500px;
    width: 100%;
  }
  .testimonial--section {
    padding: 160px 0;
  }
  .chooseUs--section {
    padding: 140px 0;
  }
}
/* 2k Device. */
@media only screen and (min-width: 1920px) {
  /* dev 2 */
  .container--testimonial {
    max-width: 1600px;
    width: 100%;
  }
  .section__head--testimonial {
    padding-right: 50px;
  }
  .testimonial--section {
    padding: 200px 0;
  }
}
