/* CARD */

.home-short-card {
    height: 100%;
    background: #ffffff;
    border: 2px solid #f79867;
    border-radius: 18px;
    overflow: hidden;
    transition: all .4s ease;
}

.home-short-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(36, 99, 184, 0.15);
}


/* IMAGE */

.home-short-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.home-short-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.home-short-card:hover .home-short-image img {
    transform: scale(1.08);
}

.home-short-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f79867;
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}


/* CONTENT */

.home-short-content {
    padding: 25px 22px 23px;
}

.home-short-label {
    color: #f79867;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.home-short-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 8px 0 10px;
}

.home-short-content p {
    font-size: 14px;
    line-height: 1.7;
    min-height: 72px;
    margin-bottom: 18px;
}


/* PRICE */

.home-short-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    margin-bottom: 17px;
}

.home-short-bottom strong {
    color: #7b8798;
    font-size: 12px;
    font-weight: 500;
}

.home-short-bottom span {
    color: #2463b8;
    font-size: 21px;
    font-weight: 800;
}


/* COURSE BUTTON */

.home-short-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    background: #2463b8;
    color: #ffffff;
    padding: 12px 17px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease;
}

.home-short-btn i {
    font-size: 11px;
    transition: transform .3s ease;
}

.home-short-btn:hover {
    background: #f79867;
    color: #ffffff;
}

.home-short-btn:hover i {
    transform: translateX(4px);
}


/* ARROWS */

.home-short-prev,
.home-short-next {
    width: 48px;
    opacity: 1;
}

.home-short-prev {
    left: -65px;
}

.home-short-next {
    right: -65px;
}

.home-short-arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #2463b8;
    border: 1px solid #e5eaf1;
    box-shadow: 0 7px 20px rgba(23, 43, 77, .10);
    transition: all .3s ease;
}

.home-short-prev:hover .home-short-arrow,
.home-short-next:hover .home-short-arrow {
    background: #2463b8;
    color: #ffffff;
}


/* ALL COURSES BUTTON */

.home-short-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 27px;
    background: #172b4d;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
}

.home-short-main-btn:hover {
    background: #f79867;
    color: #ffffff;
}

.home-short-main-btn i {
    transition: transform .3s ease;
}

.home-short-main-btn:hover i {
    transform: translateX(4px);
}


/* ================= TABLET ================= */

@media (max-width: 1199px) {

    .home-short-prev {
        left: -15px;
    }

    .home-short-next {
        right: -15px;
    }

}


/* ================= 991px ================= */

@media (max-width: 991px) {

    .home-short-title {
        font-size: 36px;
    }

    .home-short-image {
        height: 220px;
    }

    .home-short-content {
        padding: 22px 18px;
    }

    .home-short-content h3 {
        font-size: 19px;
    }

    .home-short-content p {
        min-height: auto;
    }

    .home-short-prev {
        left: -10px;
    }

    .home-short-next {
        right: -10px;
    }

}


/* ================= MOBILE 767px ================= */

@media (max-width: 767px) {

    .home-short-courses-section {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .home-short-title {
        font-size: 31px;
    }

    .home-short-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .home-short-slider {
        padding: 0 25px;
    }

    .home-short-image {
        height: 230px;
    }

    .home-short-card {
        max-width: 430px;
        margin: 0 auto;
    }

    .home-short-prev {
        left: -2px;
    }

    .home-short-next {
        right: -2px;
    }

    .home-short-arrow {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

}


/* ================= MOBILE 480px ================= */

@media (max-width: 480px) {

    .home-short-title {
        font-size: 27px;
    }

    .home-short-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .home-short-description {
        font-size: 13px;
    }

    .home-short-slider {
        padding: 0 18px;
    }

    .home-short-image {
        height: 210px;
    }

    .home-short-content {
        padding: 20px 17px;
    }

    .home-short-content h3 {
        font-size: 19px;
    }

    .home-short-content p {
        font-size: 13px;
    }

    .home-short-prev {
        left: -4px;
    }

    .home-short-next {
        right: -4px;
    }

}


/* ================= MOBILE 360px ================= */

@media (max-width: 360px) {

    .home-short-title {
        font-size: 24px;
    }

    .home-short-image {
        height: 190px;
    }

    .home-short-content h3 {
        font-size: 17px;
    }

    .home-short-bottom span {
        font-size: 18px;
    }

    .home-short-slider {
        padding: 0 14px;
    }

}



.home-why-section {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}


/* HEADER */

.home-why-header {
    max-width: 760px;
    margin: 0 auto 65px;
}

.home-why-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #f79867;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.home-why-title {
    margin: 0;
    color: #172b4d;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
}

.home-why-intro {
    max-width: 650px;
    margin: 17px auto 0;
    color: #66758a;
    font-size: 15px;
    line-height: 1.8;
}

.home-why-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.home-why-divider span {
    width: 55px;
    height: 1px;
    background: #dfe6ee;
}

.home-why-divider i {
    color: #f79867;
    font-size: 15px;
}


/* =========================================
   VISUAL
========================================= */

.home-why-visual {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
    padding: 0 25px 25px 0;
}

.home-why-image-main {
    position: relative;
    height: 550px;
    overflow: hidden;
    border-radius: 24px;
}

.home-why-image-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(23,43,77,.35),
        transparent 55%
    );
}

.home-why-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.home-why-visual:hover .home-why-image-main img {
    transform: scale(1.04);
}


/* EXPERIENCE */

.home-why-experience {
    position: absolute;
    left: -10px;
    bottom: 55px;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f79867;
    color: #ffffff;
    border-radius: 50%;
    border: 7px solid #ffffff;
    box-shadow: 0 15px 35px rgba(23,43,77,.18);
    z-index: 3;
}

.home-why-experience strong {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.home-why-experience span {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}


/* TRUST CARD */

.home-why-trust {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 20px;

    background: #ffffff;
    border-radius: 12px;

    box-shadow: 0 15px 40px rgba(23,43,77,.14);
}

.home-why-trust-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eef5ff;
    color: #2463b8;
    border-radius: 50%;
}

.home-why-trust strong {
    display: block;
    color: #172b4d;
    font-size: 13px;
    font-weight: 800;
}

.home-why-trust span {
    display: block;
    margin-top: 2px;
    color: #8995a5;
    font-size: 10px;
}


/* =========================================
   FEATURES
========================================= */

.home-why-content {
    padding-left: 15px;
}

.home-why-item {
    display: flex;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #edf0f4;
}

.home-why-item:first-child {
    padding-top: 0;
}


/* ICON */

.home-why-icon {
    position: relative;
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4f8fd;
    color: #2463b8;

    border-radius: 15px;

    font-size: 20px;
}

.home-why-icon span {
    position: absolute;
    top: -7px;
    right: -7px;

    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f79867;
    color: #ffffff;

    border-radius: 50%;

    font-size: 8px;
    font-weight: 800;
}


/* TEXT */

.home-why-text h3 {
    margin: 0 0 7px;
    color: #172b4d;
    font-size: 19px;
    font-weight: 750;
}

.home-why-text p {
    margin: 0;
    color: #66758a;
    font-size: 13px;
    line-height: 1.75;
}


/* CTA */

.home-why-action {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
}

.home-why-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 23px;

    background: #2463b8;
    color: #ffffff;

    border-radius: 8px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: all .3s ease;
}

.home-why-button:hover {
    background: #f79867;
    color: #ffffff;
}

.home-why-button i {
    transition: transform .3s ease;
}

.home-why-button:hover i {
    transform: translateX(5px);
}

.home-why-mini-trust {
    color: #8995a5;
    font-size: 11px;
}

.home-why-mini-trust i {
    color: #f79867;
    margin-right: 5px;
}


/* =========================================
   TRUST BAR
========================================= */

.home-why-trustbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 80px;

    padding: 28px 20px;

    background: #f7f9fc;

    border: 1px solid #e8edf3;
    border-radius: 18px;
}

.home-why-stat {
    position: relative;
    text-align: center;
}

.home-why-stat:not(:last-child)::after {
    content: "";
    position: absolute;

    right: 0;
    top: 50%;

    width: 1px;
    height: 35px;

    background: #dfe5ec;

    transform: translateY(-50%);
}

.home-why-stat strong {
    display: block;
    color: #2463b8;
    font-size: 27px;
    font-weight: 850;
}

.home-why-stat span {
    display: block;
    margin-top: 3px;
    color: #66758a;
    font-size: 11px;
    font-weight: 600;
}


/* =========================================
   991px
========================================= */

@media (max-width: 991px) {

    .home-why-section {
        padding: 75px 0;
    }

    .home-why-title {
        font-size: 37px;
    }

    .home-why-visual {
        max-width: 600px;
        margin-bottom: 30px;
    }

    .home-why-image-main {
        height: 450px;
    }

    .home-why-content {
        padding-left: 0;
    }

}


/* =========================================
   767px
========================================= */

@media (max-width: 767px) {

    .home-why-section {
        padding: 60px 0;
    }

    .home-why-header {
        margin-bottom: 40px;
    }

    .home-why-title {
        font-size: 31px;
    }

    .home-why-intro {
        font-size: 14px;
    }

    .home-why-visual {
        padding-right: 15px;
    }

    .home-why-image-main {
        height: 420px;
        border-radius: 20px;
    }

    .home-why-experience {
        left: 0;
        bottom: 45px;
        width: 105px;
        height: 105px;
    }

    .home-why-experience strong {
        font-size: 29px;
    }

    .home-why-trust {
        right: 0;
    }

    .home-why-item {
        gap: 15px;
    }

    .home-why-action {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-why-trustbar {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 55px;
    }

    .home-why-stat:nth-child(2)::after {
        display: none;
    }

}


/* =========================================
   480px
========================================= */

@media (max-width: 480px) {

    .home-why-section {
        padding: 50px 0;
    }

    .home-why-title {
        font-size: 27px;
    }

    .home-why-kicker {
        font-size: 10px;
        letter-spacing: 1.7px;
    }

    .home-why-intro {
        font-size: 13px;
    }

    .home-why-visual {
        padding-right: 8px;
    }

    .home-why-image-main {
        height: 360px;
        border-radius: 18px;
    }

    .home-why-experience {
        left: -5px;
        bottom: 35px;
        width: 88px;
        height: 88px;
        border-width: 5px;
    }

    .home-why-experience strong {
        font-size: 24px;
    }

    .home-why-experience span {
        font-size: 8px;
    }

    .home-why-trust {
        padding: 11px 13px;
        gap: 8px;
    }

    .home-why-trust-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .home-why-trust strong {
        font-size: 11px;
    }

    .home-why-trust span {
        font-size: 8px;
    }

    .home-why-item {
        padding: 18px 0;
    }

    .home-why-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        font-size: 17px;
    }

    .home-why-text h3 {
        font-size: 17px;
    }

    .home-why-text p {
        font-size: 12px;
    }

    .home-why-trustbar {
        padding: 22px 10px;
    }

    .home-why-stat strong {
        font-size: 23px;
    }

    .home-why-stat span {
        font-size: 9px;
    }

}


/* =========================================
   360px
========================================= */

@media (max-width: 360px) {

    .home-why-title {
        font-size: 24px;
    }

    .home-why-image-main {
        height: 320px;
    }

    .home-why-experience {
        width: 78px;
        height: 78px;
    }

    .home-why-experience strong {
        font-size: 21px;
    }

    .home-why-experience span {
        font-size: 7px;
    }

    .home-why-trust {
        padding: 9px 10px;
    }

    .home-why-item {
        gap: 11px;
    }

    .home-why-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

}

/* =========================================
   PREMIUM RESERVATION CARD
========================================= */

.home-reservation-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(36, 99, 184, 0.12);
    overflow: hidden;
}

/* Top Orange Line */
.home-reservation-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        #2463b8,
        #f79867
    );
}

/* Header */
.home-reservation-top {
    margin-bottom: 20px;
}

.home-reservation-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #f79867;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.home-reservation-label i {
    font-size: 13px;
}

.home-reservation-top h3 {
    margin: 0 0 7px;
    color: #172b4d;
    font-size: 27px;
    font-weight: 800;
}

.home-reservation-top p {
    margin: 0;
    color: #66758a;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   PRICE
========================================= */

.home-reservation-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 18px;
    margin-bottom: 20px;
    background: #f7f9fc;
    border: 1px solid #e8edf3;
    border-radius: 15px;
}

.home-reservation-price small {
    display: block;
    color: #7b8797;
    font-size: 11px;
    margin-bottom: 2px;
}

.home-reservation-price strong {
    color: #2463b8;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.home-reservation-price span {
    color: #66758a;
    font-size: 12px;
    margin-left: 3px;
}

.home-reservation-save {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    background: #fff1eb;
    color: #e8794d;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================
   FORM
========================================= */

.home-reservation-form {
    width: 100%;
}

.home-reservation-field {
    margin-bottom: 15px;
}

.home-reservation-field label {
    display: block;
    color: #172b4d;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}

.home-reservation-field label i {
    color: #2463b8;
    margin-right: 5px;
}

.home-reservation-field input,
.home-reservation-field select {
    width: 100%;
    height: 46px;
    padding: 0 13px;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    background: #ffffff;
    color: #172b4d;
    font-size: 13px;
    outline: none;
    transition: all 0.3s ease;
}

.home-reservation-field input::placeholder {
    color: #a3acb8;
}

.home-reservation-field input:focus,
.home-reservation-field select:focus {
    border-color: #2463b8;
    box-shadow: 0 0 0 3px rgba(36, 99, 184, 0.08);
}


/* =========================================
   QUICK INFORMATION
========================================= */

.home-reservation-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 3px 0 18px;
}

.home-reservation-info > div {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px;
    background: #f8fafc;
    border-radius: 10px;
}

.home-reservation-info i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(36, 99, 184, 0.09);
    color: #2463b8;
    border-radius: 50%;
    font-size: 12px;
}

.home-reservation-info span {
    color: #718096;
    font-size: 10px;
    line-height: 1.3;
}

.home-reservation-info b {
    display: block;
    color: #172b4d;
    font-size: 11px;
    margin-bottom: 2px;
}


/* =========================================
   BUTTON
========================================= */

.home-reservation-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        #2463b8,
        #18529f
    );
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(36, 99, 184, 0.22);
    transition: all 0.3s ease;
}

.home-reservation-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.home-reservation-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(36, 99, 184, 0.28);
}

.home-reservation-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   SECURE TEXT
========================================= */

.home-reservation-secure {
    text-align: center;
    margin-top: 13px;
    color: #8994a3;
    font-size: 10px;
}

.home-reservation-secure i {
    color: #2463b8;
    margin-right: 4px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .home-reservation-card {
        padding: 25px;
        margin-top: 25px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .home-reservation-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .home-reservation-top h3 {
        font-size: 24px;
    }

    .home-reservation-price {
        padding: 14px;
    }

    .home-reservation-price strong {
        font-size: 27px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .home-reservation-card {
        padding: 20px 15px;
    }

    .home-reservation-info {
        grid-template-columns: 1fr;
    }

    .home-reservation-price {
        align-items: flex-start;
    }

    .home-reservation-save {
        font-size: 10px;
    }

    .home-reservation-top h3 {
        font-size: 22px;
    }

}


/* =========================================
   360px
========================================= */

@media (max-width: 360px) {

    .home-reservation-card {
        padding: 18px 13px;
    }

    .home-reservation-price strong {
        font-size: 25px;
    }

    .home-reservation-field input,
    .home-reservation-field select {
        height: 44px;
        font-size: 12px;
    }

    .home-reservation-btn {
        height: 49px;
        font-size: 13px;
    }

}