.container {
    max-width: 1320px;
    margin: 0 auto;
}

.tp-learn-more {
    color: #f3003c !important
}

.cd-pill {
    line-height: 1;
}

.cd-checkmark-list li::before {
    content: "✓" !important;
}

.tp-contact-btn {
    border-radius: 999px !important;
    padding: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}

.tp-contact-input {
    font-size: 0.9rem !important;
    color: #333 !important;
}

.tp-search-input {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border-radius: 50px !important;
}

.tp-tag-badge {
    font-weight: 500 !important;
    padding: 6px 12px !important;
    border-radius: 50px !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    color: var(--text-dark) !important;
}

.hww-icon {
    height: auto !important;
}

.courses-all-results {
    display: flex;
    flex-direction: column;
    gap: 48px;
    height: 100%;
    justify-content: space-between;
}

.courses-results {
    width: 100%;
    display: flex;
}

.courses-results>.row {
    width: 100%;
}

.tp-cert-badge {
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 50px !important;
}

.cd-form-control {
    outline: none;
}

.cd-form-control.error {
    border-color: #ff4d4f;
}

.field-error {
    color: #ff4d4f;
    font-size: 14px;
    margin-top: 5px;
}

.success-msg {
    color: green;
    margin-top: 15px;
}

.error-msg {
    color: #ff4d4f;
    margin-top: 15px;
}

.tp-about-hero {
    padding-top: 120px !important;
}

.course-page {
    background-color: #ffffff !important;
}

.cd-title {
    text-transform: uppercase !important;
}

.cd-checkmark-list li::before {

    background-color: #0d0d14;
}

.cd-subheading {
    margin-bottom: 30px !important;
}

.hww-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
    flex-direction: row;
    justify-content: center;
    background-color: transparent !important;
}

.hww-cell {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}



.hww-cell:nth-child(5) {
    border-bottom: none;
}

.cd-checkmark-list-alt {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.cd-checkmark-list-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-image: initial;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 22px 16px;
    width: 50%;
}

.cd-checkmark-list-item:nth-child(2n),
.cd-checkmark-list-item:nth-child(4n) {
    border-right: none;
}

.cd-checkmark-list-item:nth-child(5n) {
    border-bottom: none;
}

.cd-checkmark-list-name {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.cd-checkmark-list-number {
    /*
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #0d0d14;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    */
    font-size: 16px;
    font-weight: bold;
    /*
    border-radius: 50%;
    */
}

.cd-checkmark-list-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cd-checkmark-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 60px;
    background: #0d0d14;
    border-radius: 50%;
}

.cd-checkmark-list-icon img {
    filter: brightness(0) invert(1);
    height: 24px;
}

.tp-contact-submit:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

section {
    overflow: hidden;
}

.tp-dropdown {
    margin: 0 !important;
    /*
    box-shadow: none !important;
    */
}

.tp-trainer-hero,
.tp-custom-hero {
    background-image: url(http://www.tradepassglobal.com/wp-content/uploads/2026/05/BG-1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-placeholder-hatch {
    display: none !important;
}

.tp-btn-apply-final:hover {
    color: #ffffff !important;
}

/* Hero Section New v2 */

.hero-section-v2 {
    background-image: url(http://www.tradepassglobal.com/wp-content/uploads/2026/05/BG-1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.hero-section-v2 .hero-content {
    display: flex;
    height: 100%;
}

.hero-section-v2 .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.hero-section-v2 .hero-counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    margin-top: 20px;
}

.hero-section-v2 .hero-counter .counter-label {
    font-size: 16px;
    font-weight: 400;
}

.hero-section-v2 .hero-counter .counter-number {
    line-height: 1;
}

.hero-section-v2-heading {
    position: relative;
    padding: 160px 0 60px 0 !important;
}

.hero-section-v2-heading h1 {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    width: 100%;
}

.touch-btn {
    padding: 0 36px !important;
    background-color: #111111;
    color: #ffffff;
}

.touch-btn:hover {
    background-color: #ffffff;
    color: #111111;
}

.tp-form-card label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    display: block;
}

.tp-form-card label.hs-error-msg,
ul.hs-error-msgs label.hs-main-font-element {
    color: #ff4d4f !important;
    margin-top: 5px !important;
    font-size: 12px !important;
}

.tp-form-card input[type="text"],
.tp-form-card input[type="email"],
.tp-form-card input[type="tel"],
.tp-form-card textarea,
.tp-form-card select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px 15px !important;
    font-size: 14px;
    color: #111;
    background-color: #fff;
}

.tp-form-card fieldset {
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px !important;
}

.tp-form-card .hs-submit {
    width: 100%;
    text-align: center;
}

.tp-form-card .hs-button {
    width: auto;
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 34px;
    font-weight: 700;
    margin-top: 20px;
    transition: background 0.3s;
}

.tp-form-card .hs-button:hover {
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
}


/* POPUP */
.tp-video-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.tp-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.tp-video-modal {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 60px auto;
    z-index: 2;
}

.tp-video-modal video {
    width: 100%;
}

.tp-video-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    background: #111;
    width: 50px;
    text-align: center;
    z-index: 1;
}

.tp-video-placeholder {
    background-image: url(http://www.tradepassglobal.com/wp-content/uploads/2026/05/about-tp-scaled.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-play-button:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
}

.tp-custom-hero h1,
.tp-trainer-hero h1,
.tp-about-heading,
.tp-mission-heading,
.tp-teach-heading,
.tp-why-customised-heading,
.tp-section-heading {
    text-transform: uppercase !important;
}

.tp-dashed-line,
.tp-dashed-separator-line {
    display: none;
}

.tp-section-label {
    margin-bottom: 0 !important;
}

.tp-banner-content {
    padding: 0 !important;
}

.nta_wa_button {
    position: fixed !important;
    bottom: 30px;
    right: 15px;
    z-index: 9999;
}

.git-form-grid {
    grid-template-columns: auto !important;
}

.git-form-grid input {
    padding: 13px 20px !important;
    border: 1.5px solid #ddd !important;
}

.git-form-grid select {
    background: white;
    border: 1.5px solid #ddd !important;
    border-radius: 999px;
    padding: 13px 20px !important;
    font-size: 14px;
    color: #333;
}

.git-form-grid textarea {
    border: 1.5px solid #ddd !important;
}

.tp-btn-green,
.tp-btn-green:hover {
    color: #fff !important;
}

.hero-heading-adm {
    margin-bottom: 40px;
}

.hero-buttons-adm {
    margin-bottom: 20px;
}

.hero-buttons a.hero-btn-primary {
    color: #ffffff !important;
}

.hero-buttons:hover a.hero-btn-primary {
    color: #ffffff !important;
}

.hero-buttons:hover a.hero-btn-secondary {
    color: #111111 !important;
}

.hero-section .hero-video {
    border-radius: 0px !important;
}



@media (max-width: 480px) {

    .git-form-grid .form-columns-2,
    .git-form-grid .form-columns-2 .hs-fieldtype-intl-phone {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
}

@media (min-width: 540px) {
    .hero-section-v2-heading h1 {
        font-size: 54px;
    }
}

@media (min-width: 768px) {

    .hww-cell {
        width: 50%;
        border-left: none;
        border-right: none;
    }

    .hww-cell:nth-child(1),
    .hww-cell:nth-child(3) {
        border-right: 1px solid #e0e0e0;
    }

    .hero-section-v2-heading h1 {
        font-size: 70px;
    }

    .hero-stats-adm {
        padding-bottom: 0;
    }

}

@media (min-width: 992px) {

    /*

    .dropdown:hover .dropdown-menu {
        grid-gap: 0px 10px;
        grid-template-columns: repeat(3, 1fr);
        display: grid !important;
        padding: 0;
    }

    */

    .dropdown-menu li:not(li:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .tp-navbar.scrolled,
    .tp-navbar.scrolled .dropdown-menu {
        background-color: #ffffff !important;
    }

    .tp-dropdown .dropdown-item:hover {
        padding-left: 20px !important;
        background-color: transparent !important;
    }

    .hww-cell {
        width: 33%;
        border-right: 1px solid #e0e0e0;
    }


    .hww-cell:nth-child(3n),
    .hww-cell:nth-child(5n) {
        border-right: none;
        border-left: 0;
    }

    .hww-cell:nth-child(4n),
    .hww-cell:nth-child(5n) {
        border-bottom: none;
        border-left: 0;
    }

    .hero-section-v2 {
        border-radius: 30px;
        width: 95%;
    }

    .hero-section-v2 .hero-counter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        gap: 30px;
    }

    .hero-section-v2-heading h1 {
        font-size: 80px;
        width: 80%;
    }
}

@media (min-width: 1400px) {

    .hero-section-v2 {
        border-radius: 40px;
        width: 1420px;
    }

    .hero-section-v2 .hero-counter {
        gap: 40px;
    }

    .hero-section-v2-heading h1 {
        font-size: 90px;
    }

}

@media (max-width: 991px) {
    .tp-dropdown {
        display: none !important;
    }

    .dropdown-menu.show {
        display: block !important;
    }

}

@media (max-width: 767px) {
    .hww-cell {
        width: 100%;
    }
    .navbar-brand img{
        height: auto !important;
        width: 130px !important;

    }

}