/* * {
    outline: 1px solid red;
} */

body {
    margin: 0;
    padding: 0;
}

/*home and tap to pay*/
.section-title {
    font-size: 2.5rem;
    margin-top: 8px;
    color: #000;
}

.label-text {
    font-size: 2rem;
    margin-top: 8px;
    color: #000;
    display: flex;
}

.note-text {
    font-size: 2rem;
    color: #4E4D4D;
    margin-top: 10px;
    text-align: left;
}

p,
strong {
    font-size: 2rem;
}

.header {
    background-image: url('/aeon/googlepay/image/backgroud-header.jpg');
    padding: 43px 0;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100vw; */
    margin-left: calc(-50vw + 50%);
}

.header-container {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    width: 50%;
}

.header-left p.note-text:last-child {
    margin-top: 0;
}

.header-right {
    width: 45%;
}

.image-header {
    width: 100%;
    height: auto;
}

.home-container {
    text-align: center;
    width: 75vw;
    justify-self: center;
}

.home {
    padding-top: 5rem;
}

.card-container {
    display: flex;
    flex-direction: column;
    padding: 6px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 2rem;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

.card-logo {
    width: 30%;
}

.card-contnent {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.usage-item-content {
    flex-direction: column;
    text-align: start;
}

.usage-list {
    width: auto;
    display: grid;
    gap: 1rem;
}

.usage-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.feature-summary-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.feature-summary-image,
.feature-summary-text {
    flex: 1 1 300px;
    text-align: center;
}

.image-inline {
    /* position: absolute; */
    width: 45px;
    height: auto;
    margin-left: 4px;
}

.item-left {
    min-width: 60px;
}

.line-box {
    display: flex;
    justify-content: center;
}

.line {
    background-color: #2485F4;
    height: 2px;
    width: 90%;
    justify-self: center;
}

/* Responsive styles */
@media (max-width: 768px) {

    .header-container,
    .feature-summary-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .home-container {
        width: 100%;
    }

    .card-container .usage-list .usage-item:last-child {
        justify-content: center;
    }

    .card-container .usage-list .usage-item:last-child .item-left {
        display: none;
    }

    .header-left {
        width: 100%;
    }

    .google-pay {
        width: 87.65px;
        height: 34.53px;
    }

    .visa {
        width: 108.47px;
        height: 25px;
    }

    .header-right {
        width: 100%;
    }

    .image-header {
        width: inherit;
        height: unset;
    }

    .usage-list {
        width: 100%;
        margin-top: 2rem;
    }

    .usage-item {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .card-contnent {
        display: grid;
        justify-content: space-evenly;
    }

    .usage-item-content {
        flex-direction: column;
        text-align: start;
    }

    /* .section-title {
        font-size: 20px;
    } */

    .label-text {
        /* font-size: 14px; */
        text-align: center;
    }

    .note-text {
        /* font-size: 1.6rem; */
        text-align: center;
    }

    .card-logo {
        display: flex;
        justify-content: center;
        justify-self: center;
        width: 100%;
    }

    /* .line {
        width: 40vw;
    } */
}

@media (max-width: 440px) {
    .header {
        padding: 2rem 0;
    }

    .header-container {
        /* width: 85vw; */
        justify-content: center;
        text-align: center;
    }

    .home-container {
        width: 100%;
    }

    .label-text {
        justify-content: center;
        text-align: center;
    }

    .google-pay {
        width: 87.65px;
        height: 34.53px;
    }

    .visa {
        width: 108.47px;
        height: 25px;
    }

    .usage-list {
        width: 100%;
    }

    .image-header {
        width: inherit;
        height: unset;
    }

    .feature-summary-text,
    .feature-summary-image {
        width: 100%;
    }

    .feature-summary-image {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

    .feature-summary-image-left {
        background-color: blue;
        border-radius: 0 16px 16px 0;
        height: 65px;
        justify-items: center;
        margin-right: 45px;
        position: absolute;
        top: 10%;
        width: 100%;
        left: 0;
        z-index: -1;
    }

    .feature-summary-image-right {
        background-color: blue;
        border-radius: 16px 0 0 16px;
        height: 65px;
        justify-items: center;
        margin-left: 45px;
        position: absolute;
        top: 10%;
        width: 100%;
        z-index: -1;
    }
}

/****************** feature****************************/

:root {
    --green: #45B06B;
    --yellow: #F2B61E;
    --red: #E04D4A;
    --blue: #4386F0;
    --radius: 16px;
    --shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.container_feature {
    max-width: 1500px;
    margin: auto;
    padding-top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0px;
    padding: 10px 0;
}

.feature:last-child {
    padding: 0;
}

.feature:nth-child(even) {
    direction: rtl;
    /* ทำให้รูปไปอยู่ขวา ข้อความอยู่ซ้าย */
    text-align: right;
}

.feature:nth-child(even) .text {
    direction: ltr;
    /* คืนทิศทางข้อความให้ปกติ */
    text-align: left;
}

.feature .text {
    margin-top: 1.5rem;
}

.media {
    /*border-radius:var(--radius);*/
    overflow: hidden;
    /*box-shadow:var(--shadow);*/
    position: relative;
    justify-content: center;
}

.media img {
    /* width:100%;
    height:100%;*/
    object-fit: cover;
    display: block;
}

.text {
    justify-self: center;
    width: 50%;
}

/*
  .text h2 {
    margin:0 0 8px;
    font-size:22px;
    font-weight:700;
  }*/

.text p {
    margin: 0 0 12px;
    color: #555;
    /* font-size: 2rem; */
}

.btn_google {
    display: inline-block;
    padding: 8px 16px;
    background: #715fcb;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 2rem;
}

.btn_google:hover {
    color: white !important;
    font-weight: 300;
}


/* a:hover {
    background-color: ;
    color: white !important;
    font-weight: 300;
} */

/* แถบสีด้านหลัง */
/* สำหรับ feature ปกติ (รูปอยู่ซ้าย) */
.bg_google {
    position: absolute;
    top: 20%;
    left: -5%;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    z-index: -1;
}

.media.benefits .bg_google {
    top: 35%;
}

/* สำหรับ feature ที่รูปอยู่ขวา */
.feature:nth-child(even) .bg_google {
    left: auto;
    /* ยกเลิก left เดิม */
    right: -5%;
    /* จัดให้อยู่ด้านขวาแทน */
}


.feature:nth-child(1) .bg_google {
    background: var(--green);
}

.feature:nth-child(2) .bg_google {
    background: var(--yellow);
}

.feature:nth-child(3) .bg_google {
    background: var(--red);
}

.feature:nth-child(4) .bg_google {
    background: var(--blue);
}

/* Responsive */
@media(max-width:820px) {
    .feature {
        grid-template-columns: 1fr;
        text-align: left !important;
        direction: ltr !important;
    }

    .feature:nth-child(even) .text {
        text-align: left;
    }
}


/****************** how to ****************************/
:root {
    --bg: #f6f7fb;
    --text: #111827;
    --muted: #6b7280;
    --brand: #0b57d0;
    --card: #ffffff;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    --radius: 18px;
    --maxw: 1100px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wrap {
    max-width: var(--maxw);
    padding: 5rem 24px 0 24px;
    justify-self: center;
}

.subtitle {
    font-size: 2rem;
    text-align: center;
    color: var(--muted);
    font-weight: 500;
    /* margin-bottom: 28px; */
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

/* -------- Layout -------- */
.board {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 36px;
    align-items: flex-start;
}

/* -------- Phone & Carousel -------- */
.phone-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* .phone:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/aeon/googlepay/image/mobile-frame.png');
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */

.phone {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 9 / 15;
    background: var(--card);
    border-radius: 26px;
    /*box-shadow: var(--shadow);*/
    padding: 14px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.phone img {
    width: 80%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.punch {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0d0d0d;
    z-index: 3;
    box-shadow: 0 0 0 2px #d1d5db inset;
}

/* ปุ่มเลื่อนซ้าย-ขวา */
.arrow_howto {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    /* transition: background 0.3s ease;*/
}

.arrow_howto:hover {
    background: rgba(0, 0, 0, 0.7);
}

.arrow_howto.left {
    left: 10px;
}

.arrow_howto.right {
    right: 10px;
}

.slide-caption {
    display: none;
    margin-top: 12px;
    /*font-size: 15px;*/
    text-align: center;
    color: var(--text);
}

/* ---------- Steps ---------- */
ol.step-list {
    list-style: none;
    /* ไม่ใช้ marker ธรรมดา */
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    counter-reset: step;
}

.step {
    position: relative;
    background: transparent;
    /* ปกติไม่มีกล่อง */
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 8px 12px 8px 52px;
    /* เว้นที่ด้านซ้ายสำหรับวงกลมเลข */
    line-height: 1.55;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* วงกลมตัวเลข */
.step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /*background: #e5e7eb;   */
    /* พื้นเทาอ่อน */
    color: #111827;
    /* ตัวเลขสีเข้ม */
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Active = กล่องเทาอ่อน + เงา */
.step.active {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 14px 18px 14px 52px;
    /* padding ให้ใหญ่ขึ้นเล็กน้อย */
}

/* ข้อความเน้น */
.step strong {
    font-weight: 600;
}



/* -------- Footer note -------- */
.note {
    color: var(--muted);
    /* font-size: 13px; */
    margin-top: 8px;
}

/* -------- Responsive -------- */
@media (max-width: 980px) {
    .board {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .phone-container {
        width: 100%;
    }

    .phone {
        max-width: 380px;
        margin-inline: auto;
        aspect-ratio: 9 / 15;
    }

    .slide-caption {
        display: block;
        background: #f3f4f6;
        /* เทาอ่อน */
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        padding: 12px 18px;
        line-height: 1.6;
    }

    .arrow_howto {
        display: block;
    }
}

@media (max-width: 520px) {
    .wrap {
        padding: 0 16px;
        margin: 2rem 0 2rem 0;
    }

    /* .subtitle {
        font-size: 14px;
    } */

    /*.step {
        font-size: 15px;
        padding: 14px 14px 14px 50px;
      }
      .step::before {
        left: 12px;
      }*/

}

/* ซ่อน steps บนมือถือ */
@media (max-width: 768px) {
    .steps ol.step-list {
        display: none;
    }
}



/****************** faq****************************/
/* ===== FAQ (พื้นหลังม่วงไล่เฉด + ลูกศรชิดขวา) ===== */
.faq-area {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background:linear-gradient(135deg,#efe7ff 0%, #e6dcfb 50%, #e9e1ff 100%);*/
    background-image: url(/aeon/googlepay/image/backgroud-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100vw; */
}


.faq-wrap {
    max-width: 940px;
    margin: 0 auto
}

.faq-title {
    font-size: 2.5rem;
    text-align: center;
    /* margin-bottom: 10px; */
    color: #222;
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); */
}

.faq-title2 {
    color: var(--muted);
    text-align: center;
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); */
}

.faq-list {
    margin-top: 2rem;
}

.faq-list details {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
    padding: 18px 20px;
    margin-bottom: 14px;
    transition: box-shadow .2s ease
}

.faq-list details:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12)
}

/* ซ่อน marker เดิม */
.faq-list summary::-webkit-details-marker {
    display: none
}

.faq-list summary {
    list-style: none
}

/* จัด layout summary + ลูกศรขวา */
.faq-list summary {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 2rem;
    color: #111;
    padding-right: 44px;
    /* เว้นที่ให้ลูกศรขวา */
}

/* ลูกศรชิดขวา */
.faq-list summary::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-60%) rotate(45deg);
    /* ลูกศรลง */
    transition: transform .2s ease;
}

/* เวลาเปิด ให้ลูกศรชี้ขึ้น และมีเส้นสีม่วงพาสเทลด้านบน */
.faq-list details[open] summary {
    border-bottom: 2px solid #8454da;
    /* เส้นสีม่วงพาสเทล */
    padding-bottom: 0.5em;
    /* เพิ่มช่องว่างเล็กน้อย */
}

.faq-list details[open] summary::after {
    transform: translateY(-40%) rotate(-135deg);
    /* ลูกศรชี้ขึ้น */
}

.faq-list p {
    margin-top: 10px;
    color: #555;
    line-height: 1.65;
    /* font-size: 2rem;
    font-weight: 400; */
}


/****************** product****************************/

.container_fag {
    max-width: 100vw;
    padding-top: 5rem;
    padding-bottom: 3rem;
    text-align: center;
}

/*h1 {
    font-weight: 600;
    margin-bottom: 5px;
  }
  p.subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0;
    margin-bottom: 25px;
  }*/

.slider-wrapper {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 15px; */
}

.slider-wrapper.cards {
    margin-top: 1rem;
}

.container_fag .slider-wrapper {
    display: flex;
    justify-content: center;
}

.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 60%;
}

.card {
    position: relative;
    justify-items: center;
    cursor: pointer;
    user-select: none;
    border: 0px;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.card img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    display: block;
}

.card img.vertical {
    width: 52%;
}

.card img.horizontal {
    width: 85%;
}

.card-info {
    padding: 10px 8px;
    font-weight: 600;
    font-size: 1.6rem;
}

/* ปุ่มลูกศรแบบเส้นบางสีม่วง */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    padding: 0;
}

.arrow svg {
    width: 24px;
    height: 24px;
    stroke: #7b5aff;
    /* สีม่วง */
    stroke-width: 2;
    fill: none;
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.arrow:hover svg {
    stroke: #5e3ddb;
}

/* จุด pagination */
.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: #d6cfff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #7b5aff;
}

button.more-btn {
    background: #7b5aff;
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.3s ease;
}

button.more-btn:hover {
    background: #5e3ddb;
}

/* Responsive */
@media (max-width: 768px) {
    .slider {
        width: 80%;
    }

    .card {
        flex: 0 0 150px;
        margin: 0 8px;
    }

    .arrow {
        width: 32px;
        height: 32px;
    }

    .arrow svg {
        width: 20px;
        height: 20px;
    }

    .text {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .slider {
        width: 80%;
    }

    .card {
        flex: 0 0 120px;
        margin: 0 6px;
        min-height: 290px;
    }

    .arrow {
        width: 28px;
        height: 28px;
    }

    .arrow svg {
        width: 16px;
        height: 16px;
    }
}

/* --- New --- */
.slider-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    place-self: center;
    min-height: fit-content;
}

.wrap .slider-wrap img {
    place-self: center;
    object-fit: contain;
    border-radius: 20px;
    width: 100%;
    padding: 0 0.5rem;
}

.wrap .slider-items {
    width: 100%;
    border-radius: 25px;
    padding: 3rem 1rem 1rem;
    place-items: center;
    display: flex;
    justify-content: center;
}

/* .wrap .slick-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/aeon/googlepay/image/mobile-frame.png');
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
} */

.slick-list {
    width: 100%;
}

.dots-and-arrows {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-arrow {
    border: 0;
    border-radius: 7px;
    width: 35px;
    height: 40px;
    position: absolute;
}

.slick-arrow.slick-prev {
    background-image: url('/aeon/googlepay/image/tabler_chevron-left.svg');
    left: -40px;
    background-position: center;
    top: 240px;
}

.slick-arrow.slick-next {
    background-image: url('/aeon/googlepay/image/tabler_chevron-right.svg');
    right: -40px;
    background-position: center;
    top: 240px;
}

.cards .slick-arrow.slick-prev {
    top: 100px;
}

.cards .slick-arrow.slick-next {
    top: 100px;
}

.cards .slick-dots {
    bottom: -20px;
}

.wrap .slick-dots {
    display: none !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    position: relative;
    border-radius: 50%;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: 1px solid #7461cf;
    padding: 0;
    background: #7461cf;
    opacity: 0.5;
}

.slick-dots li.slick-active:before {
    border-radius: 50%;
    content: '';
    background-image: linear-gradient(to right, #c995ff 0%, #8485ff 100%);
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    position: absolute;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.slick-item {
    position: relative;
    background: transparent;
    font-size: 2rem;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    line-height: 1.55;
    cursor: pointer;
    transition: all 0.2s ease;
}

.slick-item.selected {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.5rem;
}

.slick-slide h3 {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 0;
    padding: 0 1rem;
}

.slick-slide.slick-active h3 {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.5rem;
}

.process-slider {
    width: 240px;
    margin: auto;
}

.items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
}

@media (min-width: 1100px) {
    .card {
        min-height: 180px;
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 100px;
    }

    .card img.vertical {
        width: 52%;
    }

    .card img.horizontal {
        width: 85%;
    }
}

@media (min-width: 1600px) {
    .card {
        min-height: 265px;
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 145px;
    }

    .card img.vertical {
        width: 52%;
    }

    .card img.horizontal {
        width: 85%;
    }
}

@media (max-width: 1100px) {
    .card {
        min-height: 150px;
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 80px;
    }

    .card img.vertical {
        width: 52%;
    }

    .card img.horizontal {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .slider-items {
        width: 100%;
        min-width: 100%;
    }

    .dots-and-arrows {
        margin-top: 0px;
    }

    .media img {
        width: 70%;
        height: auto;
    }

    .media.benefits img,
    .media.security img {
        width: 100%;
    }

    .card {
        min-height: 280px;
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 140px;
    }

    .card img.vertical {
        width: 32%;
    }

    .card img.horizontal {
        width: 65%;
    }
}

@media (max-width: 768px) {

    .process-slider {
        margin: 0 4rem;
    }

    .slider-wrap {
        min-height: 760px;
    }

    .bg_google {
        top: 25%;
        height: 155px;
    }

    .media img {
        width: 50%;
        height: auto;
    }

    .media.benefits img,
    .media.security img {
        width: 100%;
    }

    .card {
        min-height: 350px;
        /* min-height: fit-content; */
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 185px;
    }

    .card img.vertical {
        width: 32%;
    }

    .card img.horizontal {
        width: 65%;
    }
}

@media (max-width: 540px) {

    .process-slider {
        margin: 0 4rem;
    }

    .slider-wrap {
        min-height: 760px;
    }

    .bg_google {
        top: 10%;
        height: 155px;
    }

    .media img {
        width: 70%;
        height: auto;
    }

    .media.benefits img,
    .media.security img {
        width: 100%;
    }

    .media.benefits .bg_google,
    .media.security .bg_google {
        top: 25%;
    }

    .card {
        min-height: 330px;
        /* min-height: fit-content; */
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 170px;
    }

    .card img.vertical {
        width: 52%;
    }

    .card img.horizontal {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .card {
        min-height: 280px;
        /* min-height: fit-content; */
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 150px;
    }

    .card img.vertical {
        width: 52%;
    }

    .card img.horizontal {
        width: 85%;
    }
}

@media (max-width: 375px) {
    .card {
        min-height: 235px;
        /* min-height: fit-content; */
    }

    .cards .slick-arrow.slick-prev,
    .cards .slick-arrow.slick-next {
        top: 125px;
    }
}

/* --- New --- */

/* Update : 2025-09-10 */
sub,
sup {
    font-size: 50% !important;
    top: -8px !important;
}

.text-size-12 {
    font-size: 1.2rem;
}

.text-size-14 {
    font-size: 1.4rem;
}

.text-size-16 {
    font-size: 1.6rem;
}

.text-size-18 {
    font-size: 1.8rem;
}

.text-size-20 {
    font-size: 2rem;
}

.text-size-26 {
    font-size: 2.6rem;
}

.text-size-32 {
    font-size: 3.2rem;
}

.text-size-12,
.text-size-14,
.text-size-16,
.text-size-18,
.text-size-20,
.text-size-26,
.text-size-32 {
    font-weight: 400;
}

.text-bold {
    font-weight: 500;
}

.text-shadow {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.text-nowrap {
    white-space: nowrap !important;
}

/* End update : 2025-09-10 */