/* ABSL homepage refresh. All selectors are scoped to the active homepage. */
.absl-home-page {
    --absl-ink: #13231b;
    --absl-muted: #66756d;
    --absl-green: #075c3a;
    --absl-green-dark: #043d28;
    --absl-lime: #c9ef85;
    --absl-gold: #e8bd61;
    --absl-cream: #f7f3ea;
    --absl-paper: #fffdf9;
    --absl-line: rgba(19, 35, 27, 0.11);
    --absl-shadow: 0 20px 55px rgba(25, 53, 39, 0.1);
    background: var(--absl-paper);
    color: var(--absl-ink);
}

.absl-home-page *,
.absl-home-page *::before,
.absl-home-page *::after { box-sizing: border-box; }

.absl-home-page header .sub-header { background: var(--absl-green-dark); }
.absl-home-page header .sub-header a,
.absl-home-page header .sub-header .current { color: rgba(255, 255, 255, 0.88) !important; }
.absl-home-page header .menubar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 253, 249, 0.94);
    border-bottom: 1px solid var(--absl-line);
    box-shadow: 0 8px 30px rgba(20, 40, 30, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.absl-home-page header .main-nav-wrap .nav-link {
    color: var(--absl-ink) !important;
    font-weight: 600 !important;
}
.absl-home-page header .ctBtn,
.absl-home-page header .btn-primary {
    background: var(--absl-green) !important;
    border-color: var(--absl-green) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(7, 92, 58, 0.18);
}

.absl-home { overflow: clip; background: var(--absl-paper); }
.absl-home img { max-width: 100%; }
.absl-home a { text-decoration: none; }
.absl-home :is(a, button, input):focus-visible {
    outline: 3px solid rgba(7, 92, 58, 0.28);
    outline-offset: 3px;
}
.absl-home .pb-100 { padding-bottom: clamp(72px, 8vw, 118px) !important; }
.absl-home .container { width: min(100% - 32px, 1240px); max-width: 1240px; }

/* Hero */
.absl-home .h-1-banner {
    position: relative;
    isolation: isolate;
    padding: clamp(46px, 5.8vw, 78px) 0 clamp(46px, 5vw, 70px);
    background:
        radial-gradient(circle at 75% 18%, rgba(201, 239, 133, 0.45), transparent 27%),
        radial-gradient(circle at 5% 90%, rgba(232, 189, 97, 0.22), transparent 25%),
        var(--absl-cream);
}
.absl-home .h-1-banner.pb-100 {
    padding-bottom: clamp(24px, 3vw, 38px) !important;
}
.absl-home .h-1-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 44px;
    right: -120px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(7, 92, 58, 0.12);
    border-radius: 50%;
}
.absl-home .h-1-banner .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}
.absl-home .h-1-banner .container > .row > div {
    width: auto;
    max-width: none;
    padding: 0;
}
.absl-home .h-1-banner .container > .row > .pt-md-5 {
    padding-top: 0 !important;
}
.absl-home .h-1-banner .container > .row > div:first-child { grid-column: 1; grid-row: 1; }
.absl-home .h-1-banner .container > .row > div:nth-child(2) { grid-column: 2; grid-row: 1; }
.absl-home .h-1-banner-text { max-width: 620px; }
.absl-home .h-1-banner-text::before {
    content: "Pattern. Cut. Create.";
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 22px;
    padding: 7px 14px;
    border: 1px solid rgba(7, 92, 58, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--absl-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.absl-home .h-1-banner-text h1 {
    max-width: 720px;
    margin: 0;
    color: var(--absl-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.4vw, 70px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: 0;
}
.absl-home .h-1-banner-text h1 span { color: var(--absl-green); }
.absl-home .EbannerTop { max-width: 560px; margin-top: 22px; }
.absl-home .EbannerTop > p {
    max-width: 520px;
    margin-bottom: 20px;
    color: var(--absl-muted);
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.62;
}
.absl-home .search-option form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 560px;
    padding: 7px;
    border: 1px solid rgba(7, 92, 58, 0.15);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--absl-shadow);
}
.absl-home .search-option .form-control {
    min-width: 0;
    height: 52px;
    padding: 0 68px 0 18px;
    border: 0 !important;
    background: transparent;
    color: var(--absl-ink);
    box-shadow: none !important;
}
.absl-home .search-option .submit-cls {
    position: absolute;
    right: 8px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background: var(--absl-lime);
}
.absl-home .EbannerRight {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: 430px;
    display: grid;
    align-items: stretch;
    overflow: hidden;
    border-radius: 34px;
    background: linear-gradient(160deg, rgba(7, 92, 58, 0.11), rgba(201, 239, 133, 0.3));
}
.absl-home .Ebanner {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    height: 100%;
}
.absl-home .Ebanner img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    max-height: 500px;
    object-fit: cover;
    object-position: center bottom;
    filter: saturate(1.03) contrast(1.02);
}
.absl-home .eCircle_parent { display: none; }
.absl-home .bannar-card {
    position: relative;
    z-index: 3;
    margin: 22px 0 0 !important;
    padding: 10px 16px;
    border: 1px solid rgba(7, 92, 58, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 45px rgba(30, 59, 44, 0.08);
    backdrop-filter: blur(12px);
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.absl-home .bannar-card .row { align-items: stretch; }
.absl-home .bannar-card .arrow-side { padding: 0; }
.absl-home .banner-card-1 {
    height: 100%;
    padding: 22px 24px;
    border-right: 1px solid var(--absl-line);
}
.absl-home .arrow-side:last-child .banner-card-1 { border-right: 0; }
.absl-home .banner-card-1 img { width: 40px; height: 40px; }
.absl-home .banner-card-1 h6 {
    margin: 0 0 5px;
    color: var(--absl-ink);
    font-size: 15px;
    font-weight: 750;
}
.absl-home .banner-card-1 p {
    margin: 0;
    color: var(--absl-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* Shared section headings */
.absl-home :is(.cTitle, .title-one) h1,
.absl-home :is(.cTitle, .title-one) h4,
.absl-home section > .container > h1,
.absl-home .top-categories > .container > .row:first-child h1,
.absl-home .expert-instructor > .container > .row:first-child h1,
.absl-home .faq > .container > .row:first-child h1 {
    margin: 0;
    color: var(--absl-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.4vw, 54px) !important;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
}
.absl-home :is(.cTitle, .title-one) p,
.absl-home section > .container > p,
.absl-home .top-categories > .container > .row:first-child p,
.absl-home .expert-instructor > .container > .row:first-child p,
.absl-home .faq > .container > .row:first-child p {
    max-width: 640px;
    margin: 16px auto 34px !important;
    color: var(--absl-muted);
    font-size: 16px;
    line-height: 1.65;
}
.absl-home .eTopcourse .cTitle p {
    margin-bottom: 18px !important;
    color: var(--absl-muted);
}
.absl-home .eTopcourse .cTitle h1 {
    color: var(--absl-ink) !important;
}

/* Course cards */
.absl-home .courses { padding-top: clamp(58px, 6vw, 88px); }
.absl-home .h-1-banner + .courses,
.absl-home .h-1-banner + .top-categories {
    padding-top: clamp(28px, 3.2vw, 42px);
}
.absl-home .courses:nth-of-type(even),
.absl-home .top-categories:nth-of-type(even) { background: #fbfaf6; }
.absl-home .course-group-slider .slick-track,
.absl-home .latest-courses .slick-track {
    display: flex;
    gap: 0;
    padding: 10px 0 20px;
}
.absl-home .course-group-slider .slick-list,
.absl-home .latest-courses .slick-list { margin: 0 -10px; }
.absl-home .course-group-slider .slick-slide,
.absl-home .latest-courses .slick-slide { padding: 0 10px; }
.absl-home .course-group-slider .slick-slide,
.absl-home .latest-courses .slick-slide { height: auto; }
.absl-home .single-popup-course { height: 100%; padding: 0 3px 4px; }
.absl-home .courses-card .courses-card-body {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--absl-line) !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 52, 38, 0.07) !important;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.absl-home .courses-card .courses-card-body:hover {
    transform: translateY(-7px);
    border-color: rgba(7, 92, 58, 0.25) !important;
    box-shadow: 0 24px 50px rgba(24, 52, 38, 0.13) !important;
}
.absl-home .courses-card-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #edf1ed;
}
.absl-home .courses-card-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}
.absl-home .courses-card-body:hover .courses-card-image > img { transform: scale(1.045); }
.absl-home .courses-card-image-text {
    background: rgba(255, 255, 255, 0.94) !important;
}
.absl-home .courses-card-image-text h3 {
    border-radius: 999px;
    background: transparent;
    color: var(--absl-green-dark) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.absl-home .courses-card .courses-card-body .courses-card-image .courses-card-image-text h3 {
    color: var(--absl-green-dark) !important;
}
.absl-home .courses-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.absl-home .courses-card .courses-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 15px 16px 16px !important;
}
.absl-home .courses-text > h5 {
    display: -webkit-box;
    min-height: 48px;
    margin-bottom: 10px !important;
    overflow: hidden;
    color: var(--absl-ink);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.absl-home .courses-card-body:hover .courses-text > h5 { color: var(--absl-green-dark) !important; }
.absl-home .review-icon,
.absl-home .duration-time {
    position: static !important;
    inset: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    color: var(--absl-muted);
    font-size: 13px;
}
.absl-home .review-icon { margin-bottom: 5px; }
.absl-home .duration-time { margin-bottom: 8px; }
.absl-home .duration-time p {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--absl-muted) !important;
    font-size: 13px;
    line-height: 1.4;
}
.absl-home .duration-time p i { color: var(--absl-green); }
.absl-home .review-icon-star .filled,
.absl-home .review-icon-star i { color: #e0a83d; }
.absl-home .courses-price-border {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--absl-line);
}
.absl-home .courses-card-body .courses-text .courses-price {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch !important;
    margin-top: 0 !important;
}
.absl-home .courses-price-left {
    display: grid !important;
    gap: 4px;
    min-width: 0;
}
.absl-home .courses-price-left h5 {
    margin: 0 !important;
    color: var(--absl-green-dark) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
}
.absl-home .courses-price-left h5 span {
    display: inline-block;
    color: var(--absl-muted) !important;
    font-size: 11px !important;
    font-weight: 650;
    line-height: 1.2;
    white-space: normal;
}
.absl-home .courses-card-body .courses-text .courses-price .courses-price-right {
    display: block !important;
    width: 100% !important;
    justify-content: initial !important;
}
.absl-home .courses-price-right .enrollBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    max-width: 100%;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: var(--absl-green);
    color: #fff;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}
.absl-home .courses-price-right .enrollBtn:hover { background: var(--absl-green-dark); }
.absl-home .slick-arrow {
    width: 46px;
    height: 46px;
    border: 1px solid var(--absl-line);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 26px rgba(24, 52, 38, 0.1);
}

/* Categories */
.absl-home .top-categories { padding-top: clamp(72px, 8vw, 110px) !important; }
.absl-home .category-product .row { row-gap: 16px; }
.absl-home .category-product-body {
    display: grid !important;
    min-height: 108px;
    grid-template-columns: 62px 1fr;
    gap: 17px;
    align-items: center;
    margin: 0 !important;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--absl-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.absl-home .category-product-body:hover {
    transform: translateY(-4px);
    border-color: rgba(7, 92, 58, 0.3);
    box-shadow: 0 18px 36px rgba(24, 52, 38, 0.09);
}
.absl-home :is(.cate-image, .cate-icon) {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    background: var(--absl-cream);
    color: var(--absl-green) !important;
}
.absl-home .cate-image img { width: 100%; height: 100%; object-fit: cover; }
.absl-home .cate-icon i { font-size: 24px; }
.absl-home .eText h5 {
    margin: 0 0 5px;
    color: var(--absl-ink);
    font-size: 16px;
    font-weight: 750;
}
.absl-home .eText p { margin: 0; color: var(--absl-muted); font-size: 13px; }

/* Upcoming courses */
.absl-home .eUpcomingCourse {
    padding-top: clamp(72px, 8vw, 110px);
    background: var(--absl-green-dark);
}
.absl-home .eUpcomingCourse :is(h4, p) { color: #fff; }
.absl-home .eUpcomingCourse .course-item-one {
    min-height: 380px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
}

/* Instructors */
.absl-home .instructor-card .row { row-gap: 24px; }
.absl-home .instructor-card .eLink { position: relative; }
.absl-home .instructor-card-body {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--absl-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 52, 38, 0.07);
}
.absl-home .instructor-card-img { aspect-ratio: 4 / 4.5; overflow: hidden; }
.absl-home .instructor-card .instructor-card-body img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0;
}
.absl-home .instructor-card-text { padding: 20px 16px; }
.absl-home .instructor-card-text h3 {
    color: var(--absl-ink);
    font-size: 17px;
    font-weight: 750;
}
.absl-home .instructor-card-text p { color: var(--absl-muted); text-align: center; }
.absl-home .instructor-card .icon { display: none; }

/* Stories, testimonials and FAQs */
.absl-home .speech-items { display: grid; gap: 18px; padding: 0; }
.absl-home .speech-items > li {
    padding: 24px;
    border: 1px solid var(--absl-line);
    border-radius: 20px;
    background: #fff;
}
.absl-home .speech-item-content .no {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--absl-lime);
    color: var(--absl-green-dark);
    font-weight: 800;
}
.absl-home .speech-item-content .title {
    color: var(--absl-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 34px);
}
.absl-home .speech-item-content .info { color: var(--absl-muted); line-height: 1.7; }
.absl-home .speech-item-img img {
    width: 100%;
    max-width: none !important;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    object-fit: cover;
}
.absl-home .elegant-testimonial-slide {
    height: 100%;
    margin: 4px;
    padding: 24px;
    border: 1px solid var(--absl-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 52, 38, 0.07);
}
.absl-home .faq-accrodion { max-width: 900px; margin: 0 auto !important; }
.absl-home .faq .accordion-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--absl-line) !important;
    border-radius: 16px !important;
    background: #fff;
}
.absl-home .faq .accordion-header { margin: 0; }
.absl-home .faq .accordion-button {
    padding: 21px 24px;
    color: var(--absl-ink);
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
}
.absl-home .faq .accordion-button:not(.collapsed) {
    background: rgba(201, 239, 133, 0.18);
    color: var(--absl-green-dark);
}
.absl-home .faq .accordion-body {
    padding: 0 24px 22px;
    color: var(--absl-muted);
    line-height: 1.7;
}

/* Blog and calls to action */
.absl-home .blog .blog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--absl-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 52, 38, 0.07);
}
.absl-home .blog img { object-fit: cover; }
.absl-home .student { padding-bottom: clamp(72px, 8vw, 112px) !important; }
.absl-home .eStudent { row-gap: 22px; }
.absl-home :is(.student-body-1, .student-body-2) {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 24px;
    background: var(--absl-green-dark);
}
.absl-home .student-body-2 { background: #dcecbf; }
.absl-home .student-body-text {
    display: flex;
    height: auto;
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.absl-home .student-body-text h1 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
}
.absl-home .student-body-2 .student-body-text :is(h1, p) { color: var(--absl-green-dark); }
.absl-home .student-body-text p { color: rgba(255, 255, 255, 0.76); }
.absl-home .student-body-text a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--absl-lime);
    color: var(--absl-green-dark);
    font-weight: 750;
}
.absl-home .student-body-2 .student-body-text a {
    background: var(--absl-green-dark);
    color: #fff;
}

/* Homepage footer */
.absl-home-page .footer {
    padding-top: clamp(60px, 7vw, 96px);
    background: #032f20;
    color: rgba(255, 255, 255, 0.72);
}
.absl-home-page .footer > .container > .row { row-gap: 28px; }
.absl-home-page .footer img { max-width: 180px; height: auto; }
.absl-home-page .footer h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    letter-spacing: 0.02em;
}
.absl-home-page .footer p,
.absl-home-page .footer a { color: rgba(255, 255, 255, 0.7); }
.absl-home-page .footer a { transition: color 180ms ease; }
.absl-home-page .footer a:hover { color: var(--absl-lime); }
.absl-home-page .footer .newFooterlatest form {
    max-width: 480px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}
.absl-home-page .footer .newFooterlatest input {
    min-height: 50px;
    border: 0;
    background: transparent;
    color: #fff;
}
.absl-home-page .footer .newFooterlatest input::placeholder {
    color: rgba(255, 255, 255, 0.52);
}
.absl-home-page .footer .form-arrow { background: var(--absl-lime); color: var(--absl-green-dark); }
.absl-home-page .footer .eBottomfooter {
    margin-top: 54px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

@media (max-width: 1199px) {
    .absl-home .h-1-banner .container > .row {
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
        gap: 30px;
    }
    .absl-home .EbannerRight,
    .absl-home .Ebanner img { min-height: 390px; }
}

@media (max-width: 991px) {
    .absl-home-page header .sub-header { display: none; }
    .absl-home .h-1-banner { padding-top: 54px; }
    .absl-home .h-1-banner .container > .row { grid-template-columns: 1fr; gap: 30px; }
    .absl-home .h-1-banner .container > .row > div:first-child,
    .absl-home .h-1-banner .container > .row > div:nth-child(2) { grid-column: 1; }
    .absl-home .h-1-banner .container > .row > div:first-child { grid-row: 1; }
    .absl-home .h-1-banner .container > .row > div:nth-child(2) { grid-row: 2; }
    .absl-home .h-1-banner-text {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }
    .absl-home .EbannerTop,
    .absl-home .EbannerTop > p,
    .absl-home .search-option form { margin-right: auto; margin-left: auto; }
    .absl-home .EbannerRight {
        min-height: 380px;
        max-width: 760px;
        margin: 0 auto;
    }
    .absl-home .Ebanner img { min-height: 380px; }
    .absl-home .banner-card-1 { padding: 18px 14px; }
    .absl-home .courses-card .courses-card-body { min-height: 0; }
}

@media (max-width: 767px) {
    .absl-home .container { width: min(100% - 24px, 1240px); }
    .absl-home .h-1-banner { padding: 38px 0 44px; }
    .absl-home .h-1-banner-text h1 { font-size: clamp(35px, 10vw, 52px); }
    .absl-home .EbannerTop > p { font-size: 16px; }
    .absl-home .EbannerRight {
        min-height: 300px;
        border-radius: 24px;
    }
    .absl-home .Ebanner img { min-height: 300px; }
    .absl-home .bannar-card { padding: 4px 16px; }
    .absl-home .banner-card-1 {
        border-right: 0;
        border-bottom: 1px solid var(--absl-line);
    }
    .absl-home .arrow-side:last-child .banner-card-1 { border-bottom: 0; }
    .absl-home .category-product-body {
        min-height: 94px;
        grid-template-columns: 54px 1fr;
        padding: 14px;
    }
    .absl-home :is(.cate-image, .cate-icon) {
        width: 54px;
        height: 54px;
        border-radius: 14px;
    }
    .absl-home .speech-items > li { padding: 18px; }
    .absl-home .speech-item-content .no { margin-bottom: 14px; }
}

@media (max-width: 575px) {
    .absl-home .h-1-banner-text::before {
        min-height: 30px;
        margin-bottom: 17px;
        font-size: 10px;
    }
    .absl-home .search-option form { border-radius: 15px; }
    .absl-home .search-option .form-control {
        height: 46px;
        padding-left: 13px;
        font-size: 13px;
    }
    .absl-home .search-option .submit-cls {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
    .absl-home .EbannerRight,
    .absl-home .Ebanner img { min-height: 230px; }
    .absl-home .bannar-card { margin-top: 18px !important; }
    .absl-home .courses-card .courses-card-body { min-height: 0; }
    .absl-home .courses-text > h5 { font-size: 16px; min-height: 45px; }
    .absl-home .courses-card .courses-text { padding: 16px !important; }
    .absl-home .courses-price-right .enrollBtn {
        min-height: 40px;
        padding: 9px 10px !important;
        font-size: 12px !important;
    }
    .absl-home .faq .accordion-button {
        padding: 17px 18px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .absl-home *,
    .absl-home *::before,
    .absl-home *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
