.ec-access-section {
    padding: 90px 0;
    background:
            radial-gradient(circle at top left, rgba(61, 201, 179, 0.18), transparent 35%),
            linear-gradient(135deg, #ffffff 0%, #f4f8fb 100%);
    position: relative;
    overflow: hidden;
}

.ec-access-section:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;
    background: rgba(61, 201, 179, 0.12);
    border-radius: 50%;
}

.ec-access-section:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: -90px;
    background: rgba(34, 34, 34, 0.05);
    border-radius: 50%;
}

.ec-access-container {
    position: relative;
    z-index: 2;
}

.ec-access-heading {
    text-align: center;
    margin-bottom: 45px;
}

.ec-access-badge {
    display: inline-block;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.35);
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.ec-access-heading h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 900;
    color: #222;
    line-height: 1.3;
    text-transform: uppercase;
}

.ec-access-heading p {
    max-width: 720px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.ec-access-line {
    width: 90px;
    height: 4px;
    background: #3dc9b3;
    border-radius: 20px;
    margin: 22px auto 0;
}

.ec-access-main-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
    border: 1px solid #eeeeee;
}

.ec-access-intro {
    background: linear-gradient(135deg, rgba(61, 201, 179, 0.12), #ffffff);
    border: 1px solid rgba(61, 201, 179, 0.28);
    border-radius: 20px;
    padding: 24px 26px;
    margin-bottom: 28px;
    display: flex;
    align-items: flex-start;
}

.ec-access-intro-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #3dc9b3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 18px;
    box-shadow: 0 10px 25px rgba(61, 201, 179, 0.35);
}

.ec-access-intro h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 850;
    color: #222;
}

.ec-access-intro p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.ec-access-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 24px;
    min-height: 355px;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
}

.ec-access-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}

.ec-access-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    width: 100%;
    background: #3dc9b3;
}

.ec-access-card.student-card:before {
    background: #3dc9b3;
}

.ec-access-card.login-card:before {
    background: #222;
}

.ec-access-card.company-card:before {
    background: #5bc0de;
}

.ec-access-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
}

.student-card .ec-access-icon {
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
}

.login-card .ec-access-icon {
    background: rgba(34, 34, 34, 0.08);
    color: #222;
}

.company-card .ec-access-icon {
    background: rgba(91, 192, 222, 0.14);
    color: #31b0d5;
}

.ec-access-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    line-height: 1.35;
}

.ec-access-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 22px;
    min-height: 75px;
}

.ec-access-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}

.ec-access-card ul li {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 9px;
    padding-left: 24px;
    position: relative;
}

.ec-access-card ul li:before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    position: absolute;
    left: 0;
    top: 1px;
    color: #3dc9b3;
    font-size: 12px;
}

.login-card ul li:before {
    color: #222;
}

.company-card ul li:before {
    color: #31b0d5;
}

.ec-access-btn {
    display: inline-block;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.2s ease;
    min-width: 155px;
}

.ec-access-btn i {
    margin-right: 6px;
}

.ec-access-btn.student-btn {
    background: #3dc9b3;
    color: #ffffff;
    border: 1px solid #3dc9b3;
}

.ec-access-btn.student-btn:hover {
    background: #238b7c;
    border-color: #238b7c;
    color: #ffffff;
}

.ec-access-btn.login-btn {
    background: #222;
    color: #ffffff;
    border: 1px solid #222;
}

.ec-access-btn.login-btn:hover {
    background: #000;
    border-color: #000;
    color: #ffffff;
}

.ec-access-btn.company-btn {
    background: #5bc0de;
    color: #ffffff;
    border: 1px solid #5bc0de;
}

.ec-access-btn.company-btn:hover {
    background: #31b0d5;
    border-color: #31b0d5;
    color: #ffffff;
}

.ec-access-note {
    margin-top: 8px;
    background: #f8fbfc;
    border: 1px dashed #cfe7e4;
    border-radius: 16px;
    padding: 18px;
    color: #4c6562;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.ec-access-note i {
    color: #3dc9b3;
    margin-right: 6px;
}

@media (max-width: 991px) {
    .ec-access-card {
        min-height: auto;
    }

    .ec-access-intro {
        display: block;
        text-align: center;
    }

    .ec-access-intro-icon {
        margin: 0 auto 15px;
    }
}

@media (max-width: 767px) {
    .ec-access-section {
        padding: 60px 0;
    }

    .ec-access-heading h2 {
        font-size: 23px;
    }

    .ec-access-main-card {
        padding: 20px;
        border-radius: 18px;
    }

    .ec-access-card {
        padding: 26px 20px;
    }
}
.hm-program-section {
    padding: 85px 0;
    background:
            radial-gradient(circle at top left, rgba(61, 201, 179, 0.16), transparent 34%),
            linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hm-program-section:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -130px;
    top: -130px;
    background: rgba(61, 201, 179, 0.10);
    border-radius: 50%;
}

.hm-program-container {
    position: relative;
    z-index: 2;
}

.hm-program-heading {
    text-align: center;
    margin-bottom: 42px;
}

.hm-program-badge {
    display: inline-block;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.35);
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.hm-program-heading h2 {
    margin: 0;
    font-size: 31px;
    font-weight: 900;
    color: #222;
    line-height: 1.35;
    text-transform: uppercase;
}

.hm-program-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.hm-program-line {
    width: 90px;
    height: 4px;
    background: #3dc9b3;
    border-radius: 20px;
    margin: 22px auto 0;
}

.hm-program-info {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 26px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: flex-start;
}

.hm-program-info-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #3dc9b3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-right: 18px;
    box-shadow: 0 10px 24px rgba(61, 201, 179, 0.32);
}

.hm-program-info h3 {
    margin: 0 0 8px;
    color: #222;
    font-size: 19px;
    font-weight: 850;
}

.hm-program-info p {
    margin: 0;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.hm-day-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
    margin-bottom: 28px;
    transition: all 0.25s ease;
}

.hm-day-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.12);
}

.hm-day-header {
    background: linear-gradient(135deg, #3dc9b3, #238b7c);
    padding: 22px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hm-day-header:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -45px;
    top: -45px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.hm-day-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.hm-day-header span {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    opacity: 0.95;
    position: relative;
    z-index: 2;
}

.hm-day-count {
    display: inline-block;
    margin-top: 13px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.hm-company-list {
    padding: 18px;
    min-height: 150px;
}

.hm-company-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fbfc;
    border: 1px solid #e6eeee;
    border-radius: 14px;
    padding: 13px 14px;
    margin-bottom: 11px;
    transition: all 0.2s ease;
}

.hm-company-item:hover {
    background: rgba(61, 201, 179, 0.10);
    border-color: rgba(61, 201, 179, 0.35);
}

.hm-company-item:last-child {
    margin-bottom: 0;
}

.hm-company-link {
    color: #222;
    font-weight: 800;
    text-decoration: none !important;
    line-height: 1.45;
    display: flex;
    align-items: center;
    width: 100%;
}

.hm-company-link:hover {
    color: #238b7c;
}

.hm-company-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    font-size: 14px;
}

.hm-company-arrow {
    color: #3dc9b3;
    margin-left: 10px;
}

.hm-empty-day {
    background: #f8fbfc;
    border: 1px dashed #b8deda;
    color: #4d7470;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}

.hm-empty-day i {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    color: #3dc9b3;
}

@media (max-width: 991px) {
    .hm-program-info {
        display: block;
        text-align: center;
    }

    .hm-program-info-icon {
        margin: 0 auto 15px;
    }
}

@media (max-width: 767px) {
    .hm-program-section {
        padding: 60px 0;
    }

    .hm-program-heading h2 {
        font-size: 23px;
    }

    .hm-day-header h3 {
        font-size: 20px;
    }

    .hm-company-list {
        min-height: auto;
    }
}
.hm-info-section {
    padding: 85px 0;
    background:
            radial-gradient(circle at top left, rgba(61, 201, 179, 0.14), transparent 34%),
            linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hm-info-section:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -130px;
    top: -130px;
    background: rgba(61, 201, 179, 0.10);
    border-radius: 50%;
}

.hm-guide-section {
    padding: 85px 0;
    background: #ffffff;
}

.hm-info-container {
    position: relative;
    z-index: 2;
}

.hm-section-heading {
    text-align: center;
    margin-bottom: 42px;
}

.hm-section-badge {
    display: inline-block;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.35);
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.hm-section-heading h2 {
    margin: 0;
    font-size: 31px;
    font-weight: 900;
    color: #222;
    line-height: 1.35;
    text-transform: uppercase;
}

.hm-section-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.hm-heading-line {
    width: 90px;
    height: 4px;
    background: #3dc9b3;
    border-radius: 20px;
    margin: 22px auto 0;
}

.hm-info-main-card,
.hm-guide-main-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
    border: 1px solid #eeeeee;
}

.hm-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.hm-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
}

.hm-info-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #3dc9b3;
}

.hm-info-card h3 {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 850;
    color: #222;
    display: flex;
    align-items: center;
}

.hm-info-card h3 i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 19px;
}

.hm-info-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 0;
}

.hm-reasons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: hmReasonCounter;
}

.hm-reasons-list li {
    counter-increment: hmReasonCounter;
    display: flex;
    align-items: flex-start;
    background: #f8fbfc;
    border: 1px solid #e6eeee;
    border-radius: 14px;
    padding: 14px 15px;
    margin-bottom: 11px;
    color: #444;
    line-height: 1.65;
    font-size: 14px;
}

.hm-reasons-list li:before {
    content: counter(hmReasonCounter);
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #3dc9b3;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-right: 12px;
    font-size: 13px;
}

.hm-guide-grid {
    margin-top: 10px;
}

.hm-guide-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.hm-guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.hm-guide-card:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    top: 0;
    left: 0;
    background: #3dc9b3;
}

.hm-guide-card.new-user:before {
    background: #5bc0de;
}

.hm-guide-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.hm-guide-card.new-user .hm-guide-icon {
    background: rgba(91, 192, 222, 0.14);
    color: #31b0d5;
}

.hm-guide-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 900;
    color: #222;
    line-height: 1.35;
}

.hm-guide-card p {
    color: #666;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 18px;
}

.hm-steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hm-steps-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    color: #444;
    line-height: 1.65;
    font-size: 14px;
}

.hm-step-number {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #3dc9b3;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    margin-right: 12px;
}

.hm-guide-card.new-user .hm-step-number {
    background: #31b0d5;
}

.hm-step-content strong {
    color: #222;
}

.hm-action-link {
    display: inline-block;
    color: #238b7c;
    font-weight: 800;
    text-decoration: underline;
}

.hm-action-link:hover {
    color: #176d61;
}

.hm-menu-path {
    display: block;
    background: #f8fbfc;
    border: 1px solid #e6eeee;
    border-radius: 12px;
    padding: 11px 13px;
    margin-top: 8px;
    color: #333;
    font-weight: 700;
    line-height: 1.6;
}

.hm-guide-note {
    margin-top: 20px;
    background: #fff8ec;
    border-left: 4px solid #f0ad4e;
    color: #72501d;
    border-radius: 12px;
    padding: 16px;
    line-height: 1.7;
    font-size: 14px;
}

.hm-guide-note i {
    color: #c77c10;
    margin-right: 6px;
}

@media (max-width: 991px) {
    .hm-info-main-card,
    .hm-guide-main-card {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .hm-info-section,
    .hm-guide-section {
        padding: 60px 0;
    }

    .hm-section-heading h2 {
        font-size: 23px;
    }

    .hm-info-card,
    .hm-guide-card {
        padding: 23px 20px;
    }

    .hm-info-card h3 {
        display: block;
    }

    .hm-info-card h3 i {
        margin-right: 0;
        margin-bottom: 12px;
    }
}
.hm-workshops-section {
    padding: 85px 0;
    background:
            radial-gradient(circle at top right, rgba(61, 201, 179, 0.14), transparent 34%),
            linear-gradient(135deg, #ffffff 0%, #f4f8fb 100%);
    position: relative;
    overflow: hidden;
}

.hm-workshops-section:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -130px;
    bottom: -130px;
    background: rgba(61, 201, 179, 0.10);
    border-radius: 50%;
}

.hm-workshops-container {
    position: relative;
    z-index: 2;
}

.hm-workshops-heading {
    text-align: center;
    margin-bottom: 42px;
}

.hm-workshops-badge {
    display: inline-block;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.35);
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.hm-workshops-heading h2 {
    margin: 0;
    font-size: 31px;
    font-weight: 900;
    color: #222;
    line-height: 1.35;
    text-transform: uppercase;
}

.hm-workshops-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.hm-workshops-line {
    width: 90px;
    height: 4px;
    background: #3dc9b3;
    border-radius: 20px;
    margin: 22px auto 0;
}

.hm-workshops-intro {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px 26px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: flex-start;
}

.hm-workshops-intro-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #3dc9b3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-right: 18px;
    box-shadow: 0 10px 24px rgba(61, 201, 179, 0.32);
}

.hm-workshops-intro h3 {
    margin: 0 0 8px;
    color: #222;
    font-size: 19px;
    font-weight: 850;
}

.hm-workshops-intro p {
    margin: 0;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.hm-workshop-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: all 0.25s ease;
    height: 100%;
}

.hm-workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.13);
}

.hm-workshop-image-wrap {
    position: relative;
    height: 180px;
    background: #f1f1f1;
    overflow: hidden;
}

.hm-workshop-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s ease;
}

.hm-workshop-card:hover .hm-workshop-image-wrap img {
    transform: scale(1.06);
}

.hm-workshop-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 16px 14px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    color: #ffffff;
}

.hm-workshop-tag {
    display: inline-block;
    background: rgba(61, 201, 179, 0.95);
    color: #ffffff;
    border-radius: 30px;
    padding: 6px 11px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hm-workshop-body {
    padding: 20px;
    text-align: left;
}

.hm-workshop-title {
    margin: 0 0 14px;
    color: #222;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.45;
    min-height: 48px;
}

.hm-workshop-title a {
    color: #222;
    text-decoration: none;
}

.hm-workshop-title a:hover {
    color: #238b7c;
}

.hm-workshop-actions {
    margin-top: 15px;
}

.hm-workshop-btn {
    display: inline-block;
    background: #3dc9b3;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 10px 18px;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.hm-workshop-btn:hover {
    background: #238b7c;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.hm-workshop-btn i {
    margin-right: 6px;
}

.hm-empty-workshops {
    background: #ffffff;
    border: 1px dashed #b8deda;
    color: #4d7470;
    border-radius: 20px;
    padding: 28px;
    text-align: center;
    line-height: 1.7;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.hm-empty-workshops i {
    display: block;
    font-size: 34px;
    color: #3dc9b3;
    margin-bottom: 12px;
}

.hm-empty-workshops strong {
    display: block;
    color: #222;
    font-size: 18px;
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .hm-workshops-intro {
        display: block;
        text-align: center;
    }

    .hm-workshops-intro-icon {
        margin: 0 auto 15px;
    }

    .hm-workshop-title {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .hm-workshops-section {
        padding: 60px 0;
    }

    .hm-workshops-heading h2 {
        font-size: 23px;
    }

    .hm-workshop-image-wrap {
        height: 200px;
    }
}
.hm-companies-section {
    padding: 90px 0;
    background:
            radial-gradient(circle at top left, rgba(61, 201, 179, 0.16), transparent 34%),
            radial-gradient(circle at bottom right, rgba(91, 192, 222, 0.12), transparent 32%),
            linear-gradient(135deg, #ffffff 0%, #f4f8fb 100%);
    position: relative;
    overflow: hidden;
}

.hm-companies-section:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -150px;
    top: -150px;
    background: rgba(61, 201, 179, 0.10);
    border-radius: 50%;
}

.hm-companies-section:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -110px;
    bottom: -110px;
    background: rgba(34, 34, 34, 0.04);
    border-radius: 50%;
}

.hm-companies-container {
    position: relative;
    z-index: 2;
}

.hm-companies-heading {
    text-align: center;
    margin-bottom: 42px;
}

.hm-companies-badge {
    display: inline-block;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.35);
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.hm-companies-heading h2 {
    margin: 0;
    color: #222;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.hm-companies-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.hm-companies-line {
    width: 90px;
    height: 4px;
    background: #3dc9b3;
    border-radius: 20px;
    margin: 22px auto 0;
}

.hm-companies-info-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px 26px;
    margin-bottom: 32px;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: flex-start;
}

.hm-companies-info-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #3dc9b3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 18px;
    box-shadow: 0 10px 25px rgba(61, 201, 179, 0.35);
}

.hm-companies-info-card h3 {
    margin: 0 0 8px;
    color: #222;
    font-size: 20px;
    font-weight: 850;
}

.hm-companies-info-card p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.hm-company-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    padding: 24px 20px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 285px;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.hm-company-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    width: 100%;
    background: linear-gradient(90deg, #3dc9b3, #31b0d5);
}

.hm-company-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.13);
}

.hm-company-logo-frame {
    width: 170px;
    height: 120px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e6eeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all 0.25s ease;
}

.hm-company-card:hover .hm-company-logo-frame {
    border-color: rgba(61, 201, 179, 0.50);
    background: rgba(61, 201, 179, 0.06);
}

.hm-company-logo-frame img {
    max-width: 100%;
    max-height: 88px;
    object-fit: contain;
}

.hm-company-logo-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.hm-company-title {
    margin: 0 0 16px;
    color: #222;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.45;
    min-height: 44px;
}

.hm-company-actions {
    margin-top: 15px;
}

.hm-company-btn {
    display: inline-block;
    background: #3dc9b3;
    color: #ffffff !important;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.hm-company-btn:hover {
    background: #238b7c;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.hm-company-btn i {
    margin-right: 6px;
}

.hm-company-website {
    display: inline-block;
    margin-top: 10px;
    color: #777;
    font-size: 12px;
    text-decoration: none !important;
}

.hm-company-website:hover {
    color: #238b7c;
}

.hm-company-count-card {
    background: #222;
    color: #ffffff;
    border-radius: 18px;
    padding: 18px 22px;
    margin-bottom: 28px;
    display: inline-block;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.hm-company-count-card strong {
    font-size: 24px;
    margin-right: 6px;
}

.hm-empty-companies {
    background: #ffffff;
    border: 1px dashed #b8deda;
    color: #4d7470;
    border-radius: 22px;
    padding: 32px;
    text-align: center;
    line-height: 1.7;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.hm-empty-companies i {
    display: block;
    color: #3dc9b3;
    font-size: 36px;
    margin-bottom: 12px;
}

.hm-empty-companies strong {
    display: block;
    color: #222;
    font-size: 19px;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .hm-companies-info-card {
        display: block;
        text-align: center;
    }

    .hm-companies-info-icon {
        margin: 0 auto 15px;
    }

    .hm-company-card {
        min-height: auto;
    }

    .hm-company-title {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .hm-companies-section {
        padding: 60px 0;
    }

    .hm-companies-heading h2 {
        font-size: 23px;
    }

    .hm-companies-info-card {
        padding: 22px 18px;
    }

    .hm-company-logo-frame {
        width: 160px;
        height: 115px;
    }
}
.hm-companies-row {
    margin-bottom: 10px;
}

.hm-company-card {
    margin-bottom: 30px;
}
.hm-sponsors-section {
    padding: 85px 0;
    position: relative;
    overflow: hidden;
}

.hm-sponsors-section.silver-section {
    background:
            radial-gradient(circle at top left, rgba(192, 192, 192, 0.22), transparent 34%),
            linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
}

.hm-sponsors-section.bronze-section {
    background:
            radial-gradient(circle at top right, rgba(205, 127, 50, 0.15), transparent 34%),
            linear-gradient(135deg, #ffffff 0%, #f8f5f1 100%);
}

.hm-sponsors-section:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -140px;
    top: -140px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.08);
}

.hm-sponsors-container {
    position: relative;
    z-index: 2;
}

.hm-sponsors-heading {
    text-align: center;
    margin-bottom: 42px;
}

.hm-sponsors-badge {
    display: inline-block;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.silver-section .hm-sponsors-badge {
    background: rgba(120, 120, 120, 0.12);
    color: #666;
    border: 1px solid rgba(120, 120, 120, 0.25);
}

.bronze-section .hm-sponsors-badge {
    background: rgba(205, 127, 50, 0.13);
    color: #9a5b22;
    border: 1px solid rgba(205, 127, 50, 0.30);
}

.hm-sponsors-heading h2 {
    margin: 0;
    color: #222;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.hm-sponsors-heading p {
    max-width: 720px;
    margin: 15px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.hm-sponsors-line {
    width: 90px;
    height: 4px;
    border-radius: 20px;
    margin: 22px auto 0;
}

.silver-section .hm-sponsors-line {
    background: linear-gradient(90deg, #b6b6b6, #eeeeee, #8e8e8e);
}

.bronze-section .hm-sponsors-line {
    background: linear-gradient(90deg, #cd7f32, #e4b27a, #9a5b22);
}

.hm-sponsors-info-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 23px 26px;
    margin-bottom: 32px;
    border: 1px solid #eeeeee;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: flex-start;
}

.hm-sponsors-info-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
}

.silver-section .hm-sponsors-info-icon {
    background: linear-gradient(135deg, #8e8e8e, #cfcfcf);
}

.bronze-section .hm-sponsors-info-icon {
    background: linear-gradient(135deg, #9a5b22, #cd7f32);
}

.hm-sponsors-info-card h3 {
    margin: 0 0 8px;
    color: #222;
    font-size: 20px;
    font-weight: 850;
}

.hm-sponsors-info-card p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.hm-sponsors-row {
    margin-bottom: 12px;
}

.hm-sponsor-card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #eeeeee;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    padding: 26px 22px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 245px;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.hm-sponsor-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 7px;
    width: 100%;
}

.silver-section .hm-sponsor-card:before {
    background: linear-gradient(90deg, #9d9d9d, #e2e2e2, #777);
}

.bronze-section .hm-sponsor-card:before {
    background: linear-gradient(90deg, #9a5b22, #cd7f32, #e4b27a);
}

.hm-sponsor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.13);
}

.hm-sponsor-logo-frame {
    width: 230px;
    height: 135px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: #f8fbfc;
    border: 1px solid #e6eeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    transition: all 0.25s ease;
}

.hm-sponsor-card:hover .hm-sponsor-logo-frame {
    background: #ffffff;
    border-color: rgba(61, 201, 179, 0.35);
}

.hm-sponsor-logo-frame img {
    max-width: 100%;
    max-height: 95px;
    object-fit: contain;
}

.hm-sponsor-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}

.hm-sponsor-name {
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.45;
    min-height: 44px;
}

.hm-sponsor-link {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

.hm-sponsor-action {
    display: inline-block;
    margin-top: 14px;
    border-radius: 30px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.silver-section .hm-sponsor-action {
    background: rgba(120, 120, 120, 0.12);
    color: #555;
    border: 1px solid rgba(120, 120, 120, 0.25);
}

.silver-section .hm-sponsor-action:hover {
    background: #777;
    color: #ffffff;
}

.bronze-section .hm-sponsor-action {
    background: rgba(205, 127, 50, 0.13);
    color: #9a5b22;
    border: 1px solid rgba(205, 127, 50, 0.30);
}

.bronze-section .hm-sponsor-action:hover {
    background: #cd7f32;
    color: #ffffff;
}

.hm-sponsor-action i {
    margin-right: 6px;
}

.hm-empty-sponsors {
    background: #ffffff;
    border: 1px dashed #b8deda;
    color: #4d7470;
    border-radius: 22px;
    padding: 32px;
    text-align: center;
    line-height: 1.7;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.hm-empty-sponsors i {
    display: block;
    color: #3dc9b3;
    font-size: 36px;
    margin-bottom: 12px;
}

.hm-empty-sponsors strong {
    display: block;
    color: #222;
    font-size: 19px;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .hm-sponsors-info-card {
        display: block;
        text-align: center;
    }

    .hm-sponsors-info-icon {
        margin: 0 auto 15px;
    }

    .hm-sponsor-card {
        min-height: auto;
    }

    .hm-sponsor-name {
        min-height: auto;
    }

    .hm-sponsor-logo-frame {
        width: 210px;
    }
}

@media (max-width: 767px) {
    .hm-sponsors-section {
        padding: 60px 0;
    }

    .hm-sponsors-heading h2 {
        font-size: 23px;
    }

    .hm-sponsor-logo-frame {
        width: 200px;
        height: 125px;
    }
}
.hm-gold-sponsors-section {
    padding: 95px 0;
    background:
            radial-gradient(circle at top left, rgba(212, 175, 55, 0.22), transparent 34%),
            radial-gradient(circle at bottom right, rgba(255, 215, 0, 0.16), transparent 32%),
            linear-gradient(135deg, #fffdf5 0%, #ffffff 48%, #f7f2df 100%);
    position: relative;
    overflow: hidden;
}

.hm-gold-sponsors-section:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: -170px;
    background: rgba(212, 175, 55, 0.12);
    border-radius: 50%;
}

.hm-gold-sponsors-section:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -120px;
    bottom: -120px;
    background: rgba(120, 84, 15, 0.08);
    border-radius: 50%;
}

.hm-gold-sponsors-container {
    position: relative;
    z-index: 2;
}

.hm-gold-heading {
    text-align: center;
    margin-bottom: 45px;
}

.hm-gold-badge {
    display: inline-block;
    background: linear-gradient(135deg, #fff6c7, #d4af37, #fff1a8);
    color: #5d4208;
    border: 1px solid rgba(150, 110, 20, 0.35);
    border-radius: 30px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.22);
    text-transform: uppercase;
}

.hm-gold-heading h2 {
    margin: 0;
    color: #211907;
    font-size: 34px;
    font-weight: 950;
    line-height: 1.35;
    text-transform: uppercase;
}

.hm-gold-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #6b5a26;
    font-size: 15px;
    line-height: 1.8;
}

.hm-gold-line {
    width: 110px;
    height: 5px;
    background: linear-gradient(90deg, #8f6b10, #d4af37, #fff1a8, #b8860b);
    border-radius: 30px;
    margin: 24px auto 0;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.25);
}

.hm-gold-intro-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    padding: 26px 28px;
    margin-bottom: 36px;
    border: 1px solid rgba(212, 175, 55, 0.32);
    box-shadow: 0 18px 45px rgba(90, 65, 10, 0.10);
    display: flex;
    align-items: flex-start;
}

.hm-gold-intro-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8f6b10, #d4af37, #fff1a8);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-right: 20px;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.36);
}

.hm-gold-intro-card h3 {
    margin: 0 0 9px;
    color: #211907;
    font-size: 21px;
    font-weight: 900;
}

.hm-gold-intro-card p {
    margin: 0;
    color: #5f552f;
    font-size: 14px;
    line-height: 1.75;
}

.hm-gold-row {
    margin-bottom: 12px;
}

.hm-gold-sponsor-card {
    background:
            linear-gradient(#ffffff, #ffffff) padding-box,
            linear-gradient(135deg, #8f6b10, #d4af37, #fff1a8, #b8860b) border-box;
    border: 2px solid transparent;
    border-radius: 26px;
    padding: 34px 28px;
    margin-bottom: 32px;
    text-align: center;
    min-height: 330px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(90, 65, 10, 0.12);
    transition: all 0.28s ease;
}

.hm-gold-sponsor-card:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -80px;
    background: rgba(212, 175, 55, 0.12);
    border-radius: 50%;
}

.hm-gold-sponsor-card:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #8f6b10, #d4af37, #fff1a8, #b8860b);
}

.hm-gold-sponsor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(90, 65, 10, 0.20);
}

.hm-gold-logo-frame {
    width: 280px;
    height: 155px;
    margin: 0 auto 22px;
    border-radius: 22px;
    background: #fffdf5;
    border: 1px solid rgba(212, 175, 55, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    position: relative;
    z-index: 2;
    transition: all 0.25s ease;
}

.hm-gold-sponsor-card:hover .hm-gold-logo-frame {
    background: #ffffff;
    border-color: rgba(212, 175, 55, 0.65);
    box-shadow: inset 0 0 0 3px rgba(212, 175, 55, 0.08);
}

.hm-gold-logo-frame img {
    max-width: 100%;
    max-height: 105px;
    object-fit: contain;
}

.hm-gold-placeholder {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.16);
    color: #8f6b10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.hm-gold-sponsor-name {
    margin: 0;
    color: #211907;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    min-height: 50px;
    position: relative;
    z-index: 2;
}

.hm-gold-sponsor-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
    position: relative;
    z-index: 2;
}

.hm-gold-action {
    display: inline-block;
    margin-top: 18px;
    border-radius: 30px;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    color: #5d4208;
    background: linear-gradient(135deg, #fff6c7, #d4af37, #fff1a8);
    border: 1px solid rgba(150, 110, 20, 0.32);
    box-shadow: 0 10px 24px rgba(212, 175, 55, 0.20);
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.hm-gold-action:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #8f6b10, #b8860b, #d4af37);
    transform: translateY(-1px);
}

.hm-gold-action i {
    margin-right: 7px;
}

.hm-gold-empty {
    background: #ffffff;
    border: 1px dashed rgba(212, 175, 55, 0.55);
    color: #6b5a26;
    border-radius: 24px;
    padding: 34px;
    text-align: center;
    line-height: 1.7;
    box-shadow: 0 16px 40px rgba(90, 65, 10, 0.08);
}

.hm-gold-empty i {
    display: block;
    color: #b8860b;
    font-size: 38px;
    margin-bottom: 12px;
}

.hm-gold-empty strong {
    display: block;
    color: #211907;
    font-size: 20px;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .hm-gold-intro-card {
        display: block;
        text-align: center;
    }

    .hm-gold-intro-icon {
        margin: 0 auto 15px;
    }

    .hm-gold-sponsor-card {
        min-height: auto;
    }

    .hm-gold-sponsor-name {
        min-height: auto;
    }

    .hm-gold-logo-frame {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .hm-gold-sponsors-section {
        padding: 65px 0;
    }

    .hm-gold-heading h2 {
        font-size: 24px;
    }

    .hm-gold-intro-card {
        padding: 22px 18px;
    }

    .hm-gold-sponsor-card {
        padding: 28px 20px;
    }

    .hm-gold-logo-frame {
        width: 230px;
        height: 135px;
    }
}
.hm-hero-section {
    min-height: 92vh;
    padding: 110px 0 80px;
    background:
            radial-gradient(circle at top left, rgba(61, 201, 179, 0.22), transparent 32%),
            radial-gradient(circle at bottom right, rgba(91, 192, 222, 0.16), transparent 34%),
            linear-gradient(135deg, #ffffff 0%, #f4f8fb 52%, #eaf8f6 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hm-hero-section:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    top: -220px;
    background: rgba(61, 201, 179, 0.12);
    border-radius: 50%;
}

.hm-hero-section:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -160px;
    bottom: -160px;
    background: rgba(34, 34, 34, 0.04);
    border-radius: 50%;
}

.hm-hero-container {
    position: relative;
    z-index: 2;
}

.hm-hero-navicon {
    position: absolute;
    top: 25px;
    right: 35px;
    z-index: 5;
}

.hm-hero-navicon .nav_slide_button {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
    position: relative;
}

.hm-hero-navicon .nav_slide_button span,
.hm-hero-navicon .nav_slide_button span:before,
.hm-hero-navicon .nav_slide_button span:after {
    display: block;
    width: 20px;
    height: 2px;
    background: #238b7c;
    position: absolute;
    left: 12px;
    content: "";
}

.hm-hero-navicon .nav_slide_button span {
    top: 21px;
}

.hm-hero-navicon .nav_slide_button span:before {
    top: -7px;
    left: 0;
}

.hm-hero-navicon .nav_slide_button span:after {
    top: 7px;
    left: 0;
}

.hm-hero-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hm-hero-content-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.hm-hero-content-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: linear-gradient(90deg, #3dc9b3, #31b0d5, #3dc9b3);
}

.hm-hero-badge {
    display: inline-block;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.35);
    border-radius: 30px;
    padding: 8px 17px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hm-hero-title {
    margin: 0;
    color: #222;
    font-size: 42px;
    font-weight: 950;
    line-height: 1.18;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
}

.hm-hero-title span {
    color: #3dc9b3;
}

.hm-hero-subtitle {
    color: #596765;
    font-size: 16px;
    line-height: 1.8;
    margin: 18px 0 0;
}

.hm-hero-meta-grid {
    margin-top: 26px;
}

.hm-hero-meta {
    background: #f8fbfc;
    border: 1px solid #e5eeee;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    min-height: 86px;
}

.hm-hero-meta-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(61, 201, 179, 0.14);
    color: #238b7c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 17px;
}

.hm-hero-meta span {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hm-hero-meta strong {
    display: block;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
}

.hm-hero-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hm-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 13px 24px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.hm-hero-btn i {
    margin-right: 7px;
}

.hm-hero-btn.primary {
    background: #3dc9b3;
    color: #ffffff;
    border: 1px solid #3dc9b3;
    box-shadow: 0 10px 25px rgba(61, 201, 179, 0.25);
}

.hm-hero-btn.primary:hover {
    background: #238b7c;
    border-color: #238b7c;
    color: #ffffff;
    transform: translateY(-2px);
}

.hm-hero-btn.secondary {
    background: #ffffff;
    color: #238b7c;
    border: 1px solid rgba(61, 201, 179, 0.40);
}

.hm-hero-btn.secondary:hover {
    background: rgba(61, 201, 179, 0.12);
    color: #176d61;
    transform: translateY(-2px);
}

.hm-hero-social {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf0f0;
}

.hm-hero-social-label {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hm-hero-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 8px;
    background: #f8fbfc;
    border: 1px solid #e5eeee;
    color: #238b7c;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.hm-hero-social a:hover {
    background: #3dc9b3;
    color: #ffffff;
    transform: translateY(-2px);
}

.hm-hero-social i {
    font-size: 20px;
}

.hm-hero-poster-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
    border: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
}

.hm-hero-poster-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(135deg, #3dc9b3, #31b0d5, #ffffff);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hm-hero-poster-link {
    display: block;
    border-radius: 22px;
    overflow: hidden;
    background: #f8fbfc;
}

.hm-hero-poster-link img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    transition: all 0.35s ease;
}

.hm-hero-poster-card:hover img {
    transform: scale(1.025);
}

.hm-hero-poster-caption {
    text-align: center;
    margin-top: 14px;
    color: #596765;
    font-size: 13px;
    font-weight: 700;
}

.hm-hero-floating-note {
    position: absolute;
    left: -18px;
    bottom: 32px;
    background: #222;
    color: #ffffff;
    border-radius: 18px;
    padding: 13px 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    font-size: 13px;
    font-weight: 800;
    z-index: 3;
}

.hm-hero-floating-note i {
    color: #3dc9b3;
    margin-right: 6px;
}

@media (max-width: 991px) {
    .hm-hero-section {
        padding: 85px 0 60px;
        min-height: auto;
    }

    .hm-hero-grid {
        display: block;
    }

    .hm-hero-content-card {
        margin-bottom: 30px;
    }

    .hm-hero-title {
        font-size: 32px;
    }

    .hm-hero-floating-note {
        position: static;
        margin-top: 14px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hm-hero-content-card {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .hm-hero-title {
        font-size: 25px;
    }

    .hm-hero-actions {
        display: block;
    }

    .hm-hero-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .hm-hero-meta {
        min-height: auto;
    }

    .hm-hero-navicon {
        top: 15px;
        right: 15px;
    }
}
.hm-hero-floating-note {
    position: absolute;
    left: -18px;
    bottom: 32px;
    background: #222;
    color: #ffffff;
    border-radius: 18px;
    padding: 13px 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    font-size: 13px;
    font-weight: 800;
    z-index: 3;
}

.hm-hero-floating-note i {
    color: #3dc9b3;
    margin-right: 6px;
}




.hm-hero-poster-card {
    position: relative;
}

.hm-hero-poster-link {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: #f8fbfc;
}

.hm-hero-poster-link img {
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
}

.hm-hero-year-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 5;
    background: rgba(34, 34, 34, 0.88);
    color: #ffffff;
    border-radius: 18px;
    padding: 10px 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hm-hero-year-badge i {
    color: #3dc9b3;
    font-size: 15px;
}

.hm-hero-year-badge span {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hm-hero-year-badge strong {
    background: #3dc9b3;
    color: #ffffff;
    border-radius: 12px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 900;
}

.hm-hero-side-layout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hm-hero-side-content {
    min-height: 100%;
}

.hm-hero-side-content .hm-hero-title {
    text-align: left;
}

.hm-hero-side-content .hm-hero-subtitle {
    text-align: left;
}

.hm-hero-meta-list {
    margin-top: 25px;
}

.hm-hero-meta-list .hm-hero-meta {
    margin-bottom: 12px;
}

.hm-hero-actions-left {
    justify-content: flex-start;
    text-align: left;
}

.hm-hero-social-left {
    text-align: left;
}

.hm-hero-side-poster {
    max-width: 560px;
    margin-left: auto;
    position: relative;
}

.hm-hero-side-poster .hm-hero-poster-link {
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

.hm-hero-side-poster .hm-hero-poster-link img {
    width: 100%;
    border-radius: 24px;
}

.hm-hero-poster-caption {
    text-align: center;
    margin-top: 14px;
    color: #596765;
    font-size: 13px;
    font-weight: 700;
}

.hm-hero-year-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 5;
    background: rgba(34, 34, 34, 0.88);
    color: #ffffff;
    border-radius: 18px;
    padding: 10px 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hm-hero-year-badge i {
    color: #3dc9b3;
    font-size: 15px;
}

.hm-hero-year-badge span {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hm-hero-year-badge strong {
    background: #3dc9b3;
    color: #ffffff;
    border-radius: 12px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 900;
}

.hm-hero-btn.outline {
    background: #ffffff;
    color: #222;
    border: 1px solid #dfe8e7;
}

.hm-hero-btn.outline:hover {
    background: #222;
    color: #ffffff;
    border-color: #222;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .hm-hero-side-layout {
        display: block;
    }

    .hm-hero-side-content {
        margin-bottom: 30px;
    }

    .hm-hero-side-poster {
        max-width: 720px;
        margin: 0 auto;
    }

    .hm-hero-side-content .hm-hero-title,
    .hm-hero-side-content .hm-hero-subtitle,
    .hm-hero-actions-left,
    .hm-hero-social-left {
        text-align: center;
    }

    .hm-hero-actions-left {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hm-hero-year-badge {
        top: 14px;
        right: 14px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .hm-hero-year-badge span {
        display: none;
    }

    .hm-hero-actions-left {
        display: block;
    }

    .hm-hero-actions-left .hm-hero-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.hm-hero-btn.outline {
    background: #ffffff;
    color: #222;
    border: 1px solid #dfe8e7;
}

.hm-hero-btn.outline:hover {
    background: #222;
    color: #ffffff;
    border-color: #222;
    transform: translateY(-2px);
}

.hm-hero-content-stacked .hm-hero-meta {
    height: 100%;
}

@media (max-width: 767px) {
    .hm-hero-poster-stacked {
        margin-bottom: 22px;
    }

    .hm-hero-year-badge {
        top: 14px;
        right: 14px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .hm-hero-year-badge span {
        display: none;
    }

    .hm-hero-content-card {
        padding: 26px 18px;
    }

    .hm-hero-meta {
        margin-bottom: 12px;
    }
}
.page-section-menu {
    background: #ffffff;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 900;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #eeeeee;
}

.page-menu-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e9eeee;
    border-radius: 18px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-menu-title {
    color: #222;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 14px;
    border-right: 1px solid #eeeeee;
}

.page-menu-title i {
    color: #3dc9b3;
    margin-right: 6px;
}

.page-menu-links {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px;
    scrollbar-width: thin;
}

.page-menu-links::-webkit-scrollbar {
    height: 5px;
}

.page-menu-links::-webkit-scrollbar-thumb {
    background: rgba(61, 201, 179, 0.45);
    border-radius: 20px;
}

.page-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fbfc;
    color: #333;
    border: 1px solid #e5eeee;
    border-radius: 30px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.page-menu-link i {
    color: #3dc9b3;
    font-size: 12px;
}

.page-menu-link:hover,
.page-menu-link:focus {
    background: rgba(61, 201, 179, 0.12);
    border-color: rgba(61, 201, 179, 0.45);
    color: #238b7c;
}

.page-menu-link.active {
    background: #3dc9b3;
    border-color: #3dc9b3;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(61, 201, 179, 0.25);
}

.page-menu-link.active i {
    color: #ffffff;
}

@media (max-width: 991px) {
    .page-section-menu {
        top: 0;
        padding: 12px 0;
    }

    .page-menu-card {
        display: block;
        padding: 12px;
    }

    .page-menu-title {
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .page-menu-links {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-menu-title {
        font-size: 12px;
    }

    .page-menu-link {
        padding: 7px 11px;
        font-size: 11px;
    }
}

.hm-hero-poster-note {
    margin-top: 12px;
    background: rgba(240, 173, 78, 0.12);
    border: 1px solid rgba(240, 173, 78, 0.35);
    color: #8a5b00;
    border-radius: 14px;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.hm-hero-poster-note i {
    margin-right: 6px;
    color: #c77c10;
}
