@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
    --ph-blue: #0038a8;
    --ph-red: #ce1126;
    --ph-yellow: #fcd116;
    --cti-deep: #07152f;
    --cti-ink: #1f2d3d;
    --cti-muted: #6b7a90;
    --cti-surface: #f5f7fb;
    --cti-border: #e6ebf2;
}

body.cti-app-shell {
    font-family: Montserrat, "Segoe UI", Tahoma, sans-serif;
    background: #ffffff;
    color: var(--cti-ink);
}

body.cti-app-shell p,
body.cti-app-shell input,
body.cti-app-shell textarea,
body.cti-app-shell select,
body.cti-app-shell button,
body.cti-app-shell label,
body.cti-app-shell .form-control {
    font-family: Montserrat, "Segoe UI", Tahoma, sans-serif;
}

.cti-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cti-brand-logo {
    max-height: 48px;
}

.cti-brand-text {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--cti-deep);
}

.cti-header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cti-account-menu .dropdown-toggle::after {
    display: none;
}

.cti-account-dropdown {
    min-width: 230px;
    border: 1px solid var(--cti-border);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    padding: 8px 0;
}

.cti-account-dropdown .dropdown-header {
    color: var(--cti-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
}

.cti-account-dropdown .dropdown-item {
    color: var(--cti-ink);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 10px 18px;
}

.cti-account-dropdown .dropdown-item:hover,
.cti-account-dropdown .dropdown-item:focus {
    background: #f5f7fb;
    color: var(--ph-blue);
}

.site-page-content {
    min-height: 45vh;
    background:
        radial-gradient(circle at top left, rgba(0, 56, 168, 0.07), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.site-page-content > .container,
.site-page-content > section > .container,
.site-page-content .container.py-4,
.site-page-content .container.py-5 {
    position: relative;
}

.hero {
    background:
        linear-gradient(135deg, rgba(0, 56, 168, 0.94), rgba(10, 88, 202, 0.88)),
        url("assets/images/banner/slider-bg2.jpg") center center / cover no-repeat;
    color: #fff;
    padding: 7rem 0 6rem;
}

.hero h1,
.hero .h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero .lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    max-width: 680px;
    margin: 0 auto 1.75rem;
}

.btn-ph-red {
    background: var(--ph-red);
    border-color: var(--ph-red);
    color: #fff;
    border-radius: 6px;
}

.btn-ph-red:hover,
.btn-ph-red:focus {
    background: #b90f21;
    border-color: #b90f21;
    color: #fff;
}

.text-ph-blue {
    color: var(--ph-blue) !important;
}

.section-title {
    color: var(--cti-deep);
    font-weight: 800;
    font-size: 2rem;
    margin: 0 0 1.5rem;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 14px;
    background: linear-gradient(90deg, var(--ph-red), var(--ph-yellow));
    border-radius: 999px;
}

.card-highlight,
.site-page-content .card,
.site-page-content .border,
.site-page-content .col-md-6.container,
.site-page-content .container.col-md-6 {
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.card-highlight {
    border-top: 4px solid var(--ph-red);
}

.site-page-content .border {
    border-color: var(--cti-border) !important;
}

.site-page-content .container.py-4,
.site-page-content .container.py-5,
.site-page-content .container.col-md-6,
.site-page-content .col-md-6.container {
    margin-top: 72px;
    margin-bottom: 72px;
    padding: 2.5rem !important;
}

.site-page-content h1:not(.hero h1),
.site-page-content h2:not(.section-title),
.site-page-content h3,
.site-page-content h4 {
    color: var(--cti-deep);
}

.site-page-content .page-header .page-header-content h1 {
    color: #FCD116;
}

.site-page-content p,
.site-page-content li,
.site-page-content label,
.site-page-content span,
.site-page-content div {
    color: inherit;
}

.site-page-content a {
    color: var(--ph-blue);
}

.site-page-content .form-control {
    min-height: 56px;
    border: 1px solid #d7dfeb;
    border-radius: 8px;
    box-shadow: none;
    padding: 0.75rem 1rem;
}

.site-page-content .form-control:focus {
    border-color: rgba(0, 56, 168, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(0, 56, 168, 0.12);
}

.site-page-content .btn,
.site-page-content input[type="submit"],
.site-page-content input[type="button"] {
    min-height: 52px;
    border-radius: 8px;
    font-weight: 700;
}

.site-page-content .btn-light {
    color: var(--cti-deep);
}

.cti-cta {
    margin-top: 0;
}

.cti-footer-logo {
    max-height: 56px;
}

.cti-home-banner {
    background:
        linear-gradient(135deg, rgba(5, 15, 40, 0.82), rgba(0, 56, 168, 0.74)),
        url("assets/images/banner/slider-bg.jpg") center center / cover no-repeat;
    padding: 130px 0 110px;
}

.cti-home-banner .banner-content h1,
.cti-home-banner .banner-content p,
.cti-home-banner .banner-content .subheading {
    color: #fff;
}

.site-page-content .cti-home-banner .banner-content h1 {
    color: #FCD116;
}

.cti-home-banner .banner-content p {
    max-width: 620px;
    margin: 20px 0 30px;
    font-size: 1.1rem;
}

.cti-home-banner .btn-tp {
    margin-left: 12px;
}

.cti-hero-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(7, 21, 47, 0.2);
    padding: 32px;
}

.cti-hero-card h4 {
    color: var(--cti-deep);
    margin-bottom: 18px;
}

.cti-hero-points li {
    color: var(--cti-ink);
    margin-bottom: 12px;
    font-weight: 600;
}

.cti-hero-points i {
    color: var(--ph-red);
    margin-right: 10px;
}

.cti-home-courses .course-block,
.cti-news-section .blog-item {
    height: 100%;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.cti-news-section .blog-item > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.cti-news-detail-image {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

.cti-news-detail-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.cti-home-courses .course-content h4,
.cti-news-section .blog-content h2 {
    min-height: 58px;
}

.cti-home-courses .course-content p,
.cti-news-section .blog-content p {
    min-height: 72px;
}

.cti-stats-strip {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
}

.cti-partners .client-logo {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    padding: 18px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.cti-static-search {
    position: relative;
}

.cti-static-search label {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cti-muted);
    margin: 0;
}

.cti-static-search .form-control {
    padding-right: 48px;
}

.cti-auth-form,
.cti-auth-side {
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    padding: 32px;
}

.cti-auth-side {
    background:
        linear-gradient(135deg, rgba(5, 15, 40, 0.92), rgba(0, 56, 168, 0.82)),
        url("assets/images/bg/video-bg.jpg") center center / cover no-repeat;
    color: #fff;
    height: 100%;
}

.cti-auth-side-accent {
    background:
        linear-gradient(135deg, rgba(0, 56, 168, 0.88), rgba(206, 17, 38, 0.76)),
        url("assets/images/bg/cta-bg.jpg") center center / cover no-repeat;
}

.cti-auth-side h2,
.cti-auth-side p,
.cti-auth-side li {
    color: #fff;
}

.cti-auth-points li {
    margin-bottom: 12px;
    font-weight: 600;
}

.cti-auth-points i {
    margin-right: 10px;
    color: var(--ph-yellow);
}

.cti-form-message {
    margin-top: 14px;
    margin-bottom: 0;
}

.cti-form-message .text-danger,
.cti-form-message .text-success {
    display: block;
    font-weight: 600;
}

.cti-contact-form {
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    padding: 32px 20px;
}

.cti-contact-map {
    margin-top: 30px;
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.cti-contact-map iframe {
    display: block;
    width: 100%;
    min-height: 420px;
}

.edutim-course-single .course-sidebar .single-info {
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.edutim-course-single .course-single-info {
    padding: 24px;
}

.edutim-course-single .single-info-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--cti-border);
}

.edutim-course-single .single-info-detail span:first-child {
    flex: 0 0 42%;
    color: var(--cti-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.edutim-course-single .single-info-detail span:last-child {
    flex: 1;
    color: var(--ph-red);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
}

.edutim-course-single .single-info-detail:last-child {
    border-bottom: 0;
}

.edutim-course-single .single-info .btn-block {
    margin: 0 24px 24px;
    width: calc(100% - 48px);
}

.page-wrapper .blog-post-item,
.page-wrapper .blog-sidebar .widget {
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
    margin-bottom: 30px;
}

.cti-about-copy {
    max-width: 960px;
}

.cti-about-copy p {
    color: var(--cti-ink);
    font-size: 1rem;
    line-height: 1.85;
}

.cti-about-pillars .row {
    margin-bottom: -30px;
}

.cti-about-card,
.cti-about-logo-card {
    background: #fff;
    border: 1px solid var(--cti-border);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.cti-about-card {
    padding: 32px 28px;
    border-top: 4px solid var(--ph-red);
}

.cti-about-card .subheading {
    display: inline-block;
    margin-bottom: 18px;
}

.cti-about-card p {
    line-height: 1.8;
}

.cti-about-accreditation .row {
    row-gap: 32px;
}

.cti-about-logo-card {
    min-height: 100%;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(0, 56, 168, 0.08), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
}

.cti-about-logo-card a {
    display: block;
}

.cti-about-logo-card img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

.cti-about-list {
    margin: 0 0 1.75rem;
    padding-left: 1.25rem;
}

.cti-about-list li {
    margin-bottom: 1rem;
    color: var(--cti-ink);
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .cti-about-card {
        padding: 28px 24px;
    }

    .cti-about-logo-card {
        min-height: 0;
    }
}

.page-wrapper .blog-post-item .post-item {
    padding: 0 28px 28px;
}

.page-wrapper .blog-sidebar .widget {
    padding: 28px;
}

.page-wrapper .blog-sidebar .search-form {
    position: relative;
}

.page-wrapper .blog-sidebar .search-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--ph-blue);
}

footer {
    background: #0d1b3d;
    color: #fff;
}

.site-page-content img,
.cti-app-shell video,
.cti-app-shell iframe {
    max-width: 100%;
}

.site-page-content .table-responsive {
    border-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.site-page-content table {
    min-width: 680px;
}

.site-page-content .btn {
    white-space: normal;
}

.site-page-content .card-body,
.site-page-content .border {
    min-width: 0;
}

.site-page-content input[type="file"] {
    max-width: 100%;
}

.cti-account-menu {
    margin-bottom: 0;
}

.cti-account-menu .dropdown-menu {
    position: absolute;
}

.admin-shell .card,
.admin-shell .border {
    min-width: 0;
}

.admin-shell .btn {
    margin-bottom: 8px;
}

body.cti-app-shell > form.container {
    max-width: 1140px;
}

.admin-shell .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.admin-shell table {
    min-width: 680px;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }

    .site-navigation .navbar {
        align-items: flex-start;
    }

    .navbar-collapse {
        width: 100%;
        padding-top: 12px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(7, 21, 47, 0.08);
    }

    .cti-account-menu {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 8px;
    }

    .cti-account-menu > li {
        display: block;
    }

    .cti-account-menu .cti-header-link {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
        padding: 10px 20px;
        border: 1px solid var(--cti-border);
        border-radius: 8px;
    }

    .cti-account-menu .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 8px;
        box-shadow: none;
    }

    .cti-brand-text {
        font-size: 1rem;
        line-height: 1.25;
        white-space: normal;
    }

    .cti-brand-logo {
        max-height: 42px;
    }

    .site-page-content .container.py-4,
    .site-page-content .container.py-5,
    .site-page-content .container.col-md-6,
    .site-page-content .col-md-6.container {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 1.5rem !important;
    }

    .hero {
        padding: 5rem 0 4rem;
    }

    .hero h1,
    .hero .h1 {
        font-size: 2.3rem;
    }

    .cti-home-banner {
        padding: 90px 0 70px;
    }

    .cti-home-banner .btn-tp {
        margin-left: 0;
        margin-top: 12px;
    }

    .cti-hero-card {
        margin-top: 32px;
    }

    .cti-auth-form,
    .cti-auth-side {
        margin-bottom: 24px;
        padding: 24px;
    }

    .cti-contact-form {
        padding: 24px 12px;
    }

    .cti-contact-map iframe {
        min-height: 320px;
    }

    .footer.pt-120 {
        padding-top: 72px;
    }

    .footer-btm,
    .copyright {
        text-align: center;
    }

    .admin-shell > .row > [class*="col-"] {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    body.cti-app-shell {
        overflow-x: hidden;
    }

    .container {
        max-width: 100%;
    }

    .section-padding {
        padding: 44px 0;
    }

    .page-header {
        padding: 58px 0;
    }

    .page-header .page-header-content h1,
    .site-page-content .page-header .page-header-content h1 {
        font-size: 2rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .page-header .page-header-content ul {
        line-height: 1.7;
    }

    .hero,
    .cti-home-banner {
        padding: 64px 0 56px;
    }

    .hero h1,
    .hero .h1,
    .cti-home-banner .banner-content h1 {
        font-size: 2rem;
        line-height: 1.25;
    }

    .section-title,
    .section-heading h3,
    .site-page-content h1:not(.hero h1),
    .site-page-content h2:not(.section-title) {
        font-size: 1.65rem;
        line-height: 1.25;
    }

    .site-page-content h3 {
        font-size: 1.35rem;
        line-height: 1.3;
    }

    .site-page-content h4,
    .site-page-content h5 {
        line-height: 1.35;
    }

    .site-page-content .card,
    .card-highlight,
    .cti-auth-form,
    .cti-auth-side,
    .cti-contact-form,
    .cti-contact-map,
    .edutim-course-single .course-sidebar .single-info,
    .page-wrapper .blog-post-item,
    .page-wrapper .blog-sidebar .widget,
    .cti-about-card,
    .cti-about-logo-card {
        border-radius: 10px;
    }

    .site-page-content .card-body,
    .cti-auth-form,
    .cti-auth-side,
    .cti-about-card,
    .page-wrapper .blog-post-item .post-item,
    .page-wrapper .blog-sidebar .widget {
        padding: 18px;
    }

    .site-page-content .container.py-4,
    .site-page-content .container.py-5,
    .site-page-content .container.col-md-6,
    .site-page-content .col-md-6.container {
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 1rem !important;
    }

    .site-page-content .btn,
    .site-page-content input[type="submit"],
    .site-page-content input[type="button"] {
        width: 100%;
        min-height: 46px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .site-page-content .btn + .btn,
    .site-page-content a.btn + a.btn,
    .site-page-content button.btn + button.btn {
        margin-top: 10px;
    }

    .site-page-content .form-control {
        min-height: 48px;
    }

    .site-page-content .d-flex {
        min-width: 0;
    }

    .site-page-content .d-flex.flex-lg-row,
    .admin-shell .d-flex.flex-lg-row {
        gap: 10px;
    }

    .site-page-content .badge {
        white-space: normal;
        text-align: left;
    }

    .site-page-content .progress {
        min-width: 0;
    }

    .site-page-content .embed-responsive,
    .site-page-content iframe {
        min-height: 260px;
    }

    .cti-brand {
        max-width: calc(100% - 58px);
        gap: 8px;
    }

    .cti-brand-text {
        font-size: 0.82rem;
        letter-spacing: 0;
    }

    .cti-brand-logo {
        max-height: 36px;
    }

    .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
    }

    .cti-home-courses .course-content h4,
    .cti-news-section .blog-content h2,
    .cti-home-courses .course-content p,
    .cti-news-section .blog-content p {
        min-height: 0;
    }

    .cti-news-section .blog-item > img {
        height: 180px;
    }

    .cti-contact-map iframe {
        min-height: 260px;
    }

    .edutim-course-single .single-info-detail {
        display: block;
    }

    .edutim-course-single .single-info-detail span:first-child,
    .edutim-course-single .single-info-detail span:last-child {
        display: block;
        text-align: left;
    }

    .edutim-course-single .single-info-detail span:last-child {
        margin-top: 6px;
    }

    .admin-shell .d-flex.flex-column.flex-lg-row > div:last-child,
    .admin-shell .d-flex.flex-column.flex-lg-row > div:last-child .btn {
        width: 100%;
    }

    .admin-shell .card-body {
        padding: 16px;
    }

    body.cti-app-shell > form.container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .admin-shell table {
        min-width: 580px;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .site-page-content table {
        min-width: 580px;
        font-size: 0.9rem;
    }

    .site-page-content .table td,
    .site-page-content .table th {
        padding: 0.65rem;
    }

    .site-page-content .px-3 {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

    .site-page-content .p-3 {
        padding: 0.85rem !important;
    }

    .site-page-content textarea.form-control {
        min-height: 120px;
    }

    .subscribe-section {
        margin-left: 0;
        margin-right: 0;
    }

    .fixed-btm-top {
        right: 14px;
        bottom: 14px;
    }
}
