/* Common */
.max-w-initial {
    max-width: initial;
}

.max-w-none,
.max-w-none img {
    max-width: none;
}

.max-w-620 {
    max-width: 620px !important;
}

.w-145per,
.w-145per {
    width: 145%;
}

/* .w-136,
.w-136 img {
    width: 136%;
} */

.z-0 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-30 {
    z-index: 30;
}

.z-full {
    z-index: 9999;
}

.left-1px {
    left: 1px;
}

.left--10 {
    left: -10%;
}

.left--16,
.left--16 img {
    left: -16px;
}




/* Custom css */
.container-section-1 {
    padding: 5rem .625rem 18rem !important;
}

.container-section-2 {
    margin-top: 2rem;
    padding: 24.375rem 0 4rem !important;
}

.design-container {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.design-container-1 {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.container-event {
    position: relative;
    flex-direction: column;
    max-width: 968px !important;
}

.row.container-event {
    margin: 0 auto !important;
}

.event-content {
    font-size: 1.375rem;
    font-weight: bold;
    color: black;
    margin-bottom: 35px;
}

.design-title {
    font-size: 2.25rem;
}

/* Section 2 - Laptop */
.container-design-section-2 {
    background: rgb(239 233 227);
}

.section-2__laptop-box {
    left: 50%;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--devitech-color), var(--devitech-light-color), #fff0);
    width: 790px;
    aspect-ratio: 1 / 1;
}

.web-design__laptop_wrap {
    text-align: center;
    top: -40rem;
    transform: translateX(-50%);
    z-index: 0;
    border-radius: 9999px;
}

.web-design__laptop {
    width: 85% !important;
    transform: translateY(-2rem);
}

.icon-1,
.icon-2,
.icon-3 {
    height: auto;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    animation: balloon 4.5s linear 1s infinite alternate;
}

.icon-1 {
    width: 100px;
    aspect-ratio: 1/1;
    top: 65%;
    left: 2%;
}

.icon-2 {
    width: 80px;
    aspect-ratio: 1/1;
    bottom: 25%;
    right: 0;
}

.icon-3 {
    width: 120px;
    aspect-ratio: 1/1;
    top: 0;
    right: 15%;
}

/* Section event */
.section-event {
    background: linear-gradient(to right, var(--devitech-color), var(--devitech-light-color), #deebe8);
    position: relative;
}

.linner-background {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

/* Event Item */

.events,
.event-header-wrapper {
    flex-wrap: nowrap;
    gap: 1rem;
}

.row.container-event.event-header-wrapper {
    margin-bottom: 2rem !important;
}

.col.img-gift {
    max-width: 70px;
}

.event-body-wrapper {
    background: #ffe180;
    position: relative;
    background: linear-gradient(31deg, 30%, rgba(238, 244, 237, 1) 60%);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 40px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.event-body-wrapper .col {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.event-title h3 {
    font-size: 28px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.event-item {
    flex: 1;
    background: #f9f9f9;
    padding: 20px;
    position: relative;
    border-radius: 16px;
    border: 2px dashed transparent;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.event-item:hover {
    background: linear-gradient(270deg, var(--devitech-light-color) 0%, var(--devitech-color) 100%) !important;
    cursor: pointer;
}

.event-item:hover h4,
.event-item:hover p {
    color: #fff;
}

.event-item h4 {
    color: var(--devitech-color);
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 1rem;
    transition: 0.3s;
}

.feature-item p {
    font-size: .875rem;
    color: #333;
    margin: 0;
    font-weight: 600;
    transition: 0.3s;
}

.event-btn {
    margin-top: 3rem;
    text-align: center;
}

/* Why Section */
.why-content-wrapper.row {
    max-width: 847px !important;
    padding-top: 7rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.why__content {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 4rem;
}

.bg-why-design-website {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%);
    z-index: 0 !important;
}

.why-body .linner-background {
    top: 65%;
    z-index: 1;
}

.why__node.img {
    position: absolute;
    top: -3rem;
    width: 7rem !important;
    opacity: .6;
    left: -5rem;
}

.why-section .row.container-center-layout-2 {
    max-width: 1024px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    align-items: end;
}

.why-body__left::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    left: auto;
    right: 0;
    bottom: 0px;
    background-image: linear-gradient(to bottom right, var(--devitech-color), var(--devitech-light-color), #deebe8);
    border-top-left-radius: 100rem;
    border-top-right-radius: 100rem;
}

.why-body__right {
    padding-left: 2rem !important;
}

.why__title {
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 0.875rem;
}

.why__desc {
    font-size: .875rem;
}

/* ============================
   SECTION VALUE (padding fix)
   ============================ */
.section-value {
    padding: 2.5rem 0 3rem 1.25rem;
    position: relative;
}

/* Tiêu đề trang (nếu có) */
.section-value__header {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333;
    max-width: 32.5%;
}

/* Swiper wrapper */
#devitech-value-swiper {
    overflow: visible;
}

/* Wrapper chứa các slide */
#devitech-value-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Mỗi slide (card) */
#devitech-value-swiper .swiper-slide {
    box-sizing: border-box;
    transition: all .1s ease-in;
    cursor: pointer;
}

/* CARD VALUE ITEM */
#devitech-value-swiper .value-card {
    background-image: linear-gradient(to bottom, #efe9e3, #faf5f0);
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1rem 2rem 2rem;

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

#devitech-value-swiper .swiper-slide:hover .value-card {
    background: linear-gradient(180deg, var(--fs-color-primary), #fec71980);
}

#devitech-value-swiper .swiper-slide:hover {
    transform: translateY(-15%);
}

/* Số thứ tự (01, 02…) */
.value-card__number {
    font-size: 2rem;
    font-weight: 700;
    color: #5f5f5f;
    margin-bottom: 0.75rem;
    padding-bottom: .5rem;
    border-bottom: .5px solid #666;
}

/* Tiêu đề */
.value-card__title {
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
    margin-top: .5rem;
    min-height: 80px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* NÚT CUSTOM Prev/Next */
.section-value__nav {
    display: flex;
    gap: 1rem;
}

.section-value__nav button {
    margin: 0;
    padding: 0;
}

.section-value__nav button img {
    width: 2rem;
    height: 2rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
 ============================
 Section Based 
 ============================
*/
.section.section-based {
    margin-bottom: 4rem !important;
}

.section.section-based .bg-gradient-to-b {
    height: auto;
    aspect-ratio: 1 / 1;
}

.based-body__left.col {
    padding-right: 3rem !important;
}

.based-body__right__response.row.bg-gradient-to-b {
    border-radius: 50%;
}

.based__content {
    font-weight: 700;
}

.based__title {
    font-size: 2.25rem;
    font-weight: 400;
    margin-bottom: 0.875rem;
}

.based__desc {
    font-size: .875rem;
}

/*
 ============================
 Section Benefits 
 ============================
*/
.benefits-swiper-container::before {
    content: "";
    width: calc(100% - 10rem);
    height: 1px;
    color: black;
    background: black;
    position: absolute;
    top: 143px;
}

/* 1. Đặt kích thước và khoảng cách tổng thể cho container */
.benefits-swiper-container {
    width: 100%;
    position: relative;
    padding: 1rem 15rem 1rem 0rem;
    overflow: hidden;
}

/* 2. Mỗi slide căn giữa nội dung bên trong */
.benefit-item {
    text-align: left;
    padding: 20px;
}

/* 3. Thumbnail (icon) */
.benefit-thumbnail {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.benefit-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 4. Dot (nút chấm) */
.benefit-dot {
    width: 8px;
    height: 8px;
    background-color: var(--devitech-light-color);
    border-radius: 50%;
    margin: 1.5rem 0;
}

/* 5. Title */
.benefit-title {
    font-size: 1.25rem;
    color: var(--devitech-light-color);
    margin: 10px 0 8px;
}

/* 6. Excerpt */
.benefit-excerpt {
    font-size: .875rem;
    color: #333;
    line-height: 1.5;
}

/* 7. Swiper pagination (nút chấm lớn điều hướng) */
.benefits-swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.benefits-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
}

.benefits-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--devitech-light-color);
}

.benefits-swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 123.5px;
    right: 9rem;
}

/* ============================ 
* Evaluation Criteria Section Desktop/Tablet
* ============================= 
*/

.section-evaluation__header {
    z-index: 999;
}

.criteria__title {
    font-size: 1.5rem;
    font-weight: 400;
}

/* 2.1. Wrapper bao ngoài để chứa 3 khu vực: left, center, right */
.criteria-circle-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.criteria-circle-wrapper::before {
    content: "";
    position: absolute;
    width: 45%;
    background: #fff;
    z-index: 1;
}

.criteria-circle-wrapper::after {
    content: "";
    position: absolute;
    width: 55%;
    border-left: 1px solid var(--devitech-color);
    border-right: 1px solid var(--devitech-color);
    border-radius: 50% / 70%;
    z-index: 0;
}

.criteria-circle-wrapper::after,
.criteria-circle-wrapper::before {
    height: 100%;
}

.criteria-left,
.criteria-right {
    width: 25%;
    z-index: 999;
}

/* 2.2. Cột trái (left side) */
.criteria-left {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
}

.criteria-right {
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-between;
    align-items: flex-start;
}

/* 2.3 Đặt cho các button ở cột trái */
.criteria-button {
    display: flex;
    gap: 1rem;
    align-items: center;
    height: 70px;
    width: 100%;
    margin: 0.5rem 0;
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s;
}

.criteria-button h3 {
    color: var(--devitech-light-color);

}

.criteria-button__right__center {
    margin-left: 17.5%;
}

.criteria-button__left__center {
    margin-right: 17.5%;
}

.criteria-button img {
    max-width: 100%;
    max-height: 100%;
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 9999px;
}

.criteria-button.active img {
    background-color: var(--devitech-light-color);
}

/* 2.4 Phần Swiper ở giữa */
.criteria-swiper-container {
    position: relative;
    overflow: hidden;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2.5 Đảm bảo Swiper wrapper dùng flex và autoHeight */
.criteria-swiper-container .swiper-wrapper {
    display: flex;
}

.criteria-swiper-container .swiper-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2.6 Bên trong mỗi slide */
.criteria-slide-inner {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.criteria-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--devitech-light-color);
    margin-bottom: 1rem;
}

.criteria-title {
    font-size: 1.75rem;
    color: #222;
    margin-bottom: 1rem;
}

.criteria-content {
    font-size: 1.5rem;
    color: #000;
    margin: .75rem;
}

.criteria-excerpt {
    font-size: 0.875rem;
    color: #333;
    margin-top: 1rem;
    padding: 0 1rem;
}

/* 2.7. Pagination bullets (nếu bạn dùng) */
.criteria-swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.criteria-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 4px !important;
}

.criteria-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #12bdac;
}

/* ============================ 
* Evaluation Criteria Section Mobile
* ============================= 
*/
/* Container chung */
.criteria-accordion {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
    margin-top: 2rem;
}

/* Mỗi item Accordion */
.criteria-item {
    margin-bottom: 1rem;
    overflow: hidden;
}

/* Thanh summary */
.criteria-summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.75rem 1rem;
    background: #faf5f0;
    border-radius: 999px;
    transition: background .2s;
}

/* Icon bên trái */
.criteria-summary__icon {
    width: 32px;
    height: 32px;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* Tiêu đề */
.criteria-summary__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--devitech-light-color);
}

/* Phần nội dung khi mở */
.criteria-details {
    padding: 1rem;
    background: #fff;
}

.criteria-details__content {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.criteria-details__excerpt {
    font-style: italic;
    color: #555;
}

/* ============================ 
* Professional Design Website
* ============================= 
*/
.profession__wrapper {
    padding: 0 1rem;
    max-width: 815px;
    margin: 0 auto 5rem;
    text-align: center;
}

.profession__content {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #7f7f7f;
}

.profession__header {
    font-size: 2.25rem;
    margin-bottom: 1.625rem;
}

.profession__desc {
    font-size: 0.875rem;
    max-width: 625px;
    margin: 0 auto 2.25rem;
}

/* Box */
.profession__step-wrapper.row {
    display: grid !important;
    gap: 4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profession__step-box.col {
    width: 100%;
    max-width: 100% !important;
}

.step-item__title {
    color: #5f5f5f;
    font-size: 2.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.625rem;
    border-bottom: 1px solid #ccc;
}

.step-item__header {
    color: var(--devitech-light-color);
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.5rem;
}

.step-item__content {
    font-size: 0.875rem;
    min-height: 9.1875rem;
    margin-bottom: 2.25rem;
}

.step-item__image img {
    border-radius: 1rem;
    aspect-ratio: 1/1;
}

/* Why choose us */
.section-wcu {}

.wcu-header-wrapper {
    text-align: center;
    margin-bottom: 2.25rem;
}

.wcu__header {
    font-weight: 400;
    font-size: 2.25rem;
    max-width: 760px;
    margin: 0 auto 2.25rem;
}

.wcu__content {
    font-size: 0.875rem;
    max-width: 610px;
    margin: 0 auto;
}

.why-choose-us-slider {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-us-slider .swiper {
    width: calc(100% - 80px);
    overflow: hidden;
}

.why-choose-us-slider .swiper-slide {
    text-align: center;
}

.why-choose-us-slider .why-img img {
    max-width: 60px;
    margin: 0 auto 10px;
}

.why-choose-us-slider .why-title {
    font-size: .875rem;
    color: #333;
    margin: 0;
}

.why-choose-us-slider .why-prev,
.why-choose-us-slider .why-next {
    width: 80px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Contact */
.section.section-design-contact.bg-gradient-to-b {
    height: auto;
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
    aspect-ratio: auto;
}

.design-contact-wrapper.row {
    max-width: 855px !important;
    flex-wrap: nowrap;
}

.design-contact__left {
    padding-right: 2rem !important;
}

.design-contact__right {
    padding-left: 2rem !important;
}

.design-contact__title {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
}

.design-contact__desc {
    font-size: .875rem;
    margin-bottom: 1rem;
}

.design-contact-form {
    text-align: center;
}

.design-contact-form .wpcf7-spinner {
    display: none;
}

.design-contact-form__btn {
    margin: 1rem 0 0 !important;
}

.contact-cf7 input[type="text"],
.contact-cf7 input[type="email"],
.contact-cf7 input[type="tel"],
.contact-cf7 .wpcf7-select,
.contact-cf7 textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    background: #f2f0ea;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    box-sizing: border-box;
    resize: vertical;
    line-height: 1;
}

/* SECTION VIDEO */
.section-video .section-content {
    display: flex;
    justify-content: center;
}

.section-video {
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
}

.section-video-wrapper {
    max-width: 650px !important;
    width: 650px !important;
    padding: 0 1rem;
    border-radius: 1rem;
}

/* Section Q&A */
.section-qa.container-center-layout-2 {
    margin-bottom: 2rem !important;
}

.qa__wrapper {
    text-align: center;
}

.qa__content {
    color: #7f7f7f;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .625rem;
}

.qa__header {
    font-size: 2.25rem;
    margin-bottom: 1.625rem;
}

.qa__desc {
    font-size: .875rem;
    max-width: 610px !important;
    margin: 0 auto 2.25rem !important;
}

.section-qa .accordion-item {
    border: none;
    border-radius: 1rem;
    margin-bottom: .625rem;
}

.section-qa .accordion-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #faf5f0;
    border-radius: 1rem;
}

.section-qa .accordion-title.active {
    color: #ffffff !important;
    border: none;
    border-radius: 1rem;
    background: var(--devitech-linear-color);
    font-weight: 700;
}

/* Media */
/* MIN Width */
@media (min-width: 640px) {
    .sm-w-24per img {
        width: 24% !important;
    }

    .sm-max-w-full,
    .sm-max-w-full img {
        max-width: 100%;
    }

    .sm-w-98per,
    .sm-w-98per img {
        width: 98%;
    }

    .sm-left--8,
    .sm-left--8 img {
        left: -8px;
    }

    .sm-left-0,
    .sm-left-0 img {
        left: 0px;
    }

}

@media (min-width: 1040px) {
    .based__title {
        margin-bottom: 1.5rem;
    }

    .based__desc {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }

    .based__content {
        font-size: 1.5rem;
    }
}

@media (min-width: 1280px) {

    /* Value */
    .section-value {
        display: flex;
        gap: 2rem;
        max-width: 1575px;
        margin-left: auto;
    }

    #devitech-value-swiper {
        max-width: 67.5%;
    }
}

/* iPad Pro 12.9" – 1024px + Nest Hub */
@media only screen and (max-width: 1025px) {

    /* styles cho iPad Pro 12.9" portrait */
    .why-section .row.container-center-layout-2 {
        max-width: 900px !important;
    }
}

/* iPad Pro 11" – 834px */
@media only screen and (max-width: 835px) {
    /* styles cho iPad Pro 11" portrait */
}

/* iPad Air 10.9" – 820px */
@media only screen and (max-width: 821px) {

    /* styles cho iPad Air 10.9" portrait */
    /* Section 1 & 2 */

    /* Why design */
    .phone1,
    .phone2,
    .why__node.img {
        left: 0 !important;
    }

    .why-choose-us-slider .why-img img {
        max-width: 50px;
    }

    /* Based */
    .based-body__left.col {
        padding-right: 0 !important;
    }

    .based-body__right.col {
        padding-left: 2rem !important;
    }

    .section.section-based {
        margin-bottom: 2rem !important;
    }

    .based__title {
        font-size: 2rem;
    }
}

/* iPad Mini / Air (9.7"–10.2") – 768px */
@media only screen and (max-width: 769px) {

    /* styles cho iPad 9.7"/10.2" portrait */
    /* Section 1 & 2 */
    .web-design__laptop_wrap.bg-gradient-to-b {
        width: 730px;
    }

    .md-w-790px {
        width: 790px;
    }

    /* Step */
    .profession__step-wrapper.row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Based */
    .based-wrapper.row {
        flex-direction: column;
    }

    .based-body__right__response.row {
        position: relative !important;
    }

    .based-wrapper.row .col {
        max-width: 100% !important;
        width: 100% !important;
    }

    .based-body__right.col {
        padding-left: 0rem !important;
    }

    .based-body__left.col {
        margin-bottom: 2rem !important;
    }

    /* Benefits */
    .benefits-swiper-container {
        padding: 1rem 7rem 1rem 0rem;
    }

    .benefits-swiper-button-next {
        right: 3rem;
    }

    .benefits-swiper-container::before {
        width: 92%;
    }

    /* Video */
    .video.video-fit.mb.section-video-wrapper {
        padding-top: 45% !important;
    }
}

/* Google Nest Hub Max – 800px */
@media only screen and (max-width: 801px) {

    /* styles cho Nest Hub Max portrait */
}

/* Google Nest Hub – 600px */
@media only screen and (max-width: 601px) {
    /* styles cho Nest Hub portrait */
}

/* iPhone 14 Pro Max – 430px */
@media only screen and (max-width: 431px) {
    /* styles cho iPhone 14 Pro Max */

    /* Section 1 & 2 */
    .container-section-1 {
        padding: 5rem .625rem 12rem !important;
    }

    .design-title {
        font-size: 2rem;
    }

    .container-section-2 {
        padding: 12rem 0 4rem !important;
    }

    .container-design-section-2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .web-design__laptop_wrap {
        top: -25rem;
    }

    .web-design__laptop {
        transform: translateY(0rem);
    }

    .web-design__laptop_wrap.bg-gradient-to-b {
        width: 375px;
        aspect-ratio: 1 / 1;
    }

    .icon-1 {
        width: 65px;
    }

    .icon-2 {
        width: 55px;
    }

    .icon-3 {
        width: 75px;
    }

    /* Why Design */
    .why-body__right {
        padding-left: 0rem !important;
    }

    .why__banner {
        height: 100%;
    }

    .why__banner .img-inner {
        height: 50%;
    }

    .why__banner .img-inner img {
        height: 100%;
        object-fit: cover;
    }

    .why-choose-us-slider .why-title {
        font-size: 1rem;
        color: #333;
        margin: 0;
    }

    /* Event */
    .flex.events {
        flex-direction: column;
    }

    .section-event {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    /* Value */
    .section-value__header {
        max-width: 75%;
    }

    /* Step */
    .profession__step-wrapper.row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .step-item__content {
        margin-bottom: 0 !important;
    }

    /* Based */
    .pencil-img.img {
        max-width: 100px !important;
    }

    /* Benefits */
    .benefits-swiper-container {
        padding: 1rem 2rem 1rem 0rem;
    }

    .benefits-swiper-button-next {
        right: 1rem;
    }

    /* Video */
    .video.video-fit.mb.section-video-wrapper {
        margin: 0 2rem;
    }

    /* Contact */

    .design-contact-wrapper.row {
        flex-direction: column;
    }

    .design-contact-wrapper.row .col {
        width: 100% !important;
        padding: 0 !important;
    }

    .design-contact__left.col {
        margin-bottom: 2rem;
    }
}

/* iPhone XR – 414px */
@media only screen and (max-width: 415px) {
    /* styles cho iPhone XR */
}

/* iPhone 12/13/14 Pro – 390px */
@media only screen and (max-width: 391px) {
    /* styles cho iPhone 12/13/14 Pro */
}

/* iPhone SE (2nd gen) – 375px */
@media only screen and (max-width: 376px) {
    /* styles cho iPhone SE */
}

/* ───────── Nest Hub Max ───────── */
@media only screen and (max-width: 1281px) {
    /*  */
}