/* Extra Small Device */
@media only screen and (max-width: 430px) {
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 12px;
    }

    .hero__wrapper {
        padding: 64px 0 72px;
    }
    .intro--section,
    .service__wrapper,
    .contact--section {
        padding: 64px 0;
    }
    .expertise--section {
        padding: 64px 0 0;
    }
    .faq--section {
        padding: 56px 0;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-1 {
        font-size: 40px !important;
    }
    .fs-2 {
        font-size: 32px !important;
    }
    .fs-3 {
        font-size: 26px !important;
    }
    .fs-4 {
        font-size: 22px !important;
    }

    .hero__para {
        font-size: 18px;
        line-height: 1.73;
    }
    .hero__thumb {
        width: auto;
        opacity: 0.25;
    }
    .intro__info__box {
        width: calc(100% - 48px);
        padding: 28px;
        border-radius: 12px;
        margin: -134px auto 28px;
    }
    .card__link--service {
        width: 56px;
        height: 37px;
    }
    .section__btn--faq {
        padding-top: 60px;
    }
    .contact__block--one {
        padding: 40px 32px;
    }
    .contact__block--two {
        padding: 48px 32px;
    }
    .footer__social__link {
        width: 36px;
        height: 36px;
    }
    .footer__social__link svg {
        height: 16px;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 48px !important;
    }
    .fs-2 {
        font-size: 36px !important;
    }
    .fs-3 {
        font-size: 30px !important;
    }
    .fs-4 {
        font-size: 26px !important;
    }

    .btn {
        font-size: 17px;
    }
    .btn__body {
        padding: 14px 39px;
    }
    .btn__icon--arrow {
        width: 17px;
        height: 17px;
    }

    .header__wrapper {
        padding: 0;
    }
    .logo--header {
        max-width: 160px;
    }
    .submenu__accordion .accordion-item,
    .submenu__accordion .accordion-item:hover,
    .submenu__accordion
        .accordion-item:has(.accordion-button[aria-expanded='true']) {
        border: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .submenu__accordion .accordion-button {
        padding: 20px 8px;
        font-size: 20px;
    }
    .submenu__accordion .accordion-body {
        padding: 0 8px 20px;
    }
    .submenu__link__icon {
        width: 13px;
        height: 13px;
        border: 2px solid var(--primary);
    }
    .hero__wrapper,
    .intro--section,
    .service__wrapper,
    .contact--section {
        padding: 80px 0;
    }
    .intro__thumb,
    .intro__thumb__box {
        height: 100%;
    }
    .intro__thumb__img {
        height: 100%;
        width: auto;
    }
    .intro__info__box {
        margin: 0;
        position: absolute;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        padding: 16px 20px;
    }
    .intro__content {
        height: 100%;
        padding: 16px 0;
    }
    .intro__info__item .title {
        font-size: 16px;
    }
    .expertise--section {
        padding: 80px 0 0;
    }
    .card--expertise {
        padding: 32px 36px;
        border-radius: 16px;
    }
    .card__para {
        font-size: 19px;
    }
    .section__btn--service {
        padding-top: 32px;
    }
    .footer__bottom {
        padding: 20px 0;
    }
    .footer__social {
        gap: 12px;
    }
    .footer__top {
        padding: 24px 0 48px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    body {
        font-size: 18px;
    }
    .fs-1 {
        font-size: 56px !important;
    }
    .fs-2 {
        font-size: 40px !important;
    }
    .fs-3 {
        font-size: 34px !important;
    }
    .fs-4 {
        font-size: 30px !important;
    }
    .pretitle {
        font-size: 20px;
    }

    .nav--header {
        gap: 92px;
    }
    .nav__wrapper--header {
        gap: 40px;
    }
    .nav__link--header {
        padding: 32px 0px;
    }
    .header-btn {
        font-size: 18px;
    }
    .hero__para {
        font-size: 22px;
    }
    .hero__thumb {
        opacity: 0.5;
    }
    .intro__info__box {
        padding: 36px;
    }
    .expertise__wrapper__row.g-3,
    .faq__accordion__row.g-3 {
        --bs-gutter-x: 18px;
        --bs-gutter-y: 18px;
    }
    .card__thumb--expertise {
        margin-bottom: 28px;
    }
    .card--expertise .btn__body {
        padding: 15px 20px;
    }
    .accordion-item {
        border-radius: 12px !important;
    }
    .accordion-button {
        padding: 16px 22px;
    }
    .accordion__icon {
        width: 32px;
        height: 32px;
    }
    .card--service {
        height: 392px;
        border-radius: 24px;
    }
    .card__content__top--service {
        padding: 24px;
    }
    .card__content__bottom--service {
        padding: 32px;
    }
    .contact__block--two .text {
        font-size: 21px;
    }
    .contact__block--one {
        padding: 48px 40px 64px;
    }
    .contact__block--two {
        padding: 72px;
    }
    .footer__item__title {
        font-size: 20px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1344px;
        width: 100%;
    }
    .fs-1 {
        font-size: 64px !important;
    }
    .fs-2 {
        font-size: 46px !important;
    }
    .fs-3 {
        font-size: 38px !important;
    }
    .fs-4 {
        font-size: 33px !important;
    }

    .btn {
        font-size: 18px;
    }
    .btn__body {
        padding: 16px 46px;
    }
    .btn__icon--arrow {
        width: 20px;
        height: 20px;
    }

    .logo--header {
        max-width: 200px;
    }
    .nav--header {
        gap: 116px;
    }
    .nav__wrapper--header {
        gap: 48px;
    }
    .nav__link--header {
        font-size: 17px;
        padding: 36px 0px;
    }
    .has-submenu .nav__link--header::after {
        right: -20px;
        width: 13px;
        height: 7px;
        background-size: 12px;
    }
    .submenu__thumb {
        padding-right: 64px;
    }
    .submenu__accordion .accordion-button {
        padding: 24px 8px;
        font-size: 24px;
    }
    .submenu__accordion .accordion-body {
        padding: 0 8px 24px;
    }
    .hero__wrapper,
    .intro--section,
    .contact--section {
        padding: 96px 0;
    }
    .hero__thumb {
        opacity: 1;
    }

    .intro__info__item::after {
        bottom: auto;
        left: auto;
        top: 50%;
        right: -24px;
        transform: unset;
        transform: translate(0, -50%);
        width: 1px;
        height: 87.5%;
    }
    .intro__content {
        padding: 32px 0;
        padding-left: 16px;
    }
    .expertise--section {
        padding: 96px 0 0;
    }
    .card--expertise {
        padding: 44px 48px;
        border-radius: 20px;
    }
    .card__para {
        font-size: 22px;
    }
    .section__btn--faq {
        padding-top: 80px;
    }
    .service__wrapper {
        padding: 84px 0 120px;
    }
    .card__link--service {
        width: 64px;
        height: 42px;
    }
    .card--service {
        height: 480px;
        border-radius: 30px;
    }
    .footer__top {
        padding: 24px 0 60px;
    }
    .logo--footer {
        max-width: 252px;
    }
}

/* XXL Device. */
@media only screen and (min-width: 1600px) {
    .hero__para {
        font-size: 26px;
    }
    .fs-1 {
        font-size: 69px !important;
    }
    .fs-2 {
        font-size: 50px !important;
    }
    .fs-3 {
        font-size: 40px !important;
    }
    .fs-4 {
        font-size: 35px !important;
    }
    .section__head__para {
        font-size: 20px;
    }
    .pretitle {
        font-size: 22px;
    }

    .logo--header {
        max-width: 248px;
    }
    .nav--header {
        gap: 140px;
    }
    .nav__wrapper--header {
        gap: 56px;
    }
    .nav__link--header {
        padding: 41px 0px;
    }
    .card__para {
        font-size: 25px;
    }
    .accordion-item {
        border-radius: 16px !important;
    }
    .accordion-button {
        padding: 16px 28px;
    }
    .accordion__icon {
        width: 36px;
        height: 36px;
    }
    .card__content__bottom--service {
        padding: 40px;
    }
    .contact__block--two .text {
        font-size: 24px;
    }
    .contact__block--one {
        padding: 60px 48px 80px;
    }
    .contact__block--two {
        padding: 96px;
    }
    .logo--footer {
        max-width: 300px;
    }
}
