:root {
    --theme-color: #0160FE;
    --theme-color-1: #003793;
    --bg-color-1: #F3EDE6;
}

* {
    font-family: "Jost", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

body,
p {
    font-family: "Manrope", sans-serif;
}

.fixed-top.scrolled nav.navbar {
    background: #fff;
    box-shadow: 0 0.125rem 0.25em rgba(0, 0, 0, 0.075) !important;
}

.fixer {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

.sub-site-title {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1.banner-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

a {
    color: inherit;
    text-decoration: none !important;
}

.btn-button {
    display: inline-block;
    background-color: var(--theme-color);
    padding: 10px 30px;
    border-radius: 3rem;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--theme-color);
}

.border-btn {
    background-color: transparent;
    color: var(--theme-color);
}

.btn-button:hover {
    background-color: #003793;
    border-color: #003793;
    color: #fff;
}

.btn-sec {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

img.img-abt {
    height: 550px;
    border-radius: 1rem;
    object-fit: cover;
}

.abt-box {
    display: inline-block;
    background: var(--theme-color-1);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    border: 5px solid #fff;
}

.big-text-count {
    font-size: 30px;
    font-weight: 800;
}

.abt-img-section {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.abt-img-section::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../image/bgoverlay1.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: 0.7;
}

.abt-box {
    transform: translate(-30px, -30px);
}

section.hero-section {
    padding-top: 120px;
    padding-bottom: 0px;
}

section.hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url(../image/bg-hero.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

section {
    position: relative;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.nav-link {
    color: #000;
    font-weight: 500;
    opacity: 0.8;
    margin-right: 15px;
}

.nav-link:hover {
    opacity: 1;
    color: var(--theme-color);
}

h4.logo-text {
    font-weight: 800;
}

.why-teledesk-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    z-index: -1;
}

.info-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
}

.info-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.info-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.info-title::after {
    content: '';
    width: 45px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin-top: 8px;
    border-radius: 10px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    padding-left: 26px;
    margin-bottom: 14px;
    position: relative;
    font-size: 15px;
    color: #555;
}

.info-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: bold;
}

.info-icon img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    object-fit: contain;
}

section.about-section {
    padding-top: 30px;
}

h2.title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

.vis-mis-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 20px;
}

.vis-mis-card {
    background: var(--bg-color-1);
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
    padding: 30px;
    height: 100%;
}

p.vis-mis-desc {
    font-size: 14px;
}

section.vision-mission-section {
    background-color: rgb(255 251 245 / 50%);
}

section.vision-mission-section::before {
    content: '';
    position: absolute;
    background-image: url(../image/map-bg.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-x;
}

.list-style {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
}

.list-style li {
    padding-left: 26px;
    margin-bottom: 14px;
    position: relative;
    font-size: 15px;
    color: #555;
}

.list-style li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: bold;
}

.modules-section {
    padding: 90px 0;
    background: #ffffff;
}

.module-row {
    padding: 40px;
    border-radius: 18px;
    background: #f1f5fc;
}

.module-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.module-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

.module-sub-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

section.modules-section {
    background-image: url(../image/sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



.followups-list {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

.followups-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.followups-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--theme-color);
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
}

/* Image styling */
.followups-image-wrapper {
    position: relative;
    padding-left: 40px;
}

.followups-image-wrapper img {
    width: 100%;
}

section.followups-section {
    background-image: url(../image/sec-bg-1.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.service-offer-section {
    padding: 120px 0;
    background: url('/image/blue-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    text-align: left;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card.active,
.service-card:hover {
    background: #d9ff6f;
    transform: translateY(-10px);
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.service-card.active .service-icon,
.service-card:hover .service-icon {
    background: #000;
}

.service-icon i {
    font-size: 20px;
    color: #fff;
}

.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #444;
    margin: 0;
}

.service-main-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #e0e7ff;
    margin: 20px 0 30px;
}

.btn-button.btn-light {
    background-color: #fff;
    color: var(--theme-color);
    border-color: #fff;
}


.reports-section {
    padding: 100px 0;
    background: #ffffff;
}

/* Report Card */
.report-card {
    background: var(--bg-color-1);
    border-radius: 22px;
    padding: 40px 35px;
    margin-bottom: 40px;
    transition: all 0.4s ease;
    height: 100%;
}

.report-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(1, 96, 254, 0.18);
}

.report-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    border: 10px solid #fff;
    margin-bottom: 20px;
}

.report-icon i {
    font-size: 50px;
    color: #ffffff;
}

.bg-blue {
    background: var(--theme-color);
}

.bg-dark-blue {
    background: var(--theme-color-1);
}

.report-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}

.report-card h6 {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color);
}

/* List */
.report-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.report-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.report-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: bold;
}

.cta-banner-card {
    background-image: url(../image/cta.jpg);
    background-position: left top;
    padding: 40px;
    background-size: cover;
    border-radius: 20px;
}

section.cta-section {
    padding: 0px;
}

.text-white .sub-site-title {
    color: #fff;
}


.contact-image-wrapper {
    position: relative;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.contact-image-wrapper img {
    width: 100%;
    display: block;
}

.contact-badge-icon i {
    width: 40px;
    height: 40px;
    background: var(--theme-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin-right: 13px;
}

.contact-badge {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    color: var(--theme-color-1);
}

/* Text */
.contact-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.contact-brand {
    margin-top: 20px;
    font-size: 16px;
    color: var(--theme-color);
}

.contact-icon img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.contact-card {
    padding: 20px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 100px 0px #E2E4E7;
    border: 1px solid #FFFFFF;
    display: flex;
    margin-top: 20px;
}

/* Footer Wrapper */
.site-footer {
    background: #0b0f1a;
    color: #ffffff;
}

.footer-marquee {
    background: var(--theme-color);
    overflow: hidden;
    padding: 14px 0;
    position: relative;
}

/* Wrapper */
.marquee-inner {
    display: flex;
    width: max-content;
    animation: marquee-scroll 20s linear infinite;
}

/* Pause on hover */
.footer-marquee:hover .marquee-inner {
    animation-play-state: paused;
}

/* Track */
.marquee-track {
    display: flex;
}

/* Text */
.marquee-track span {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-right: 60px;
}

/* Animation */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* Bottom Footer */
.footer-bottom {
    padding: 22px 0;
    background: #0b0f1a;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-text {
    font-size: 14px;
    color: #cfd3ff;
}

.footer-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

/* Right Link */
.footer-link {
    font-size: 14px;
    color: #cfd3ff;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumb-section {
    background: #f5f7fb;
    padding-top: 100px;
}

.breadcrumb-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.breadcrumb-nav {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.breadcrumb-nav li {
    font-size: 14px;
}

.breadcrumb-nav li a {
    color: var(--theme-color);
    text-decoration: none;
}

.policy-section h2,
.policy-section h3 {
    margin-top: 30px;
    font-weight: 600;
}

.policy-section p,
.policy-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.contact-box-content p {
    margin-bottom: 0;
}

/* Galaxy Fold, very small screens */
@media (max-width: 359px) {}

/* Android & iPhones */
@media (max-width: 575px) {
    .navbar-custom.fixer {
        background: #fff;
        box-shadow: 0 1px 10px 0px rgb(0 0 0 / 14%);
    }

    section.hero-section {
        padding-top: 80px;
    }

    .sub-site-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    h1.banner-title {
        font-size: 30px;
    }

    body,
    p {
        font-size: 14px;
    }

    section p {
        text-align: justify;
    }

    section.hero-section::before {
        background-size: 500px;
    }

    .info-box {
        padding: 18px;
        display: flex;
        flex-direction: column;
    }

    .info-icon img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        margin-right: 0px;
        object-fit: contain;
    }

    .info-title {
        font-size: 20px;
    }

    .why-teledesk-section::before {
        height: 100%;
    }

    section {
        padding: 30px 0;
    }

    .abt-img-section {
        flex-direction: column;
    }

    .abt-img-section::before {
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: cover;
        opacity: 0.7;
    }

    img.img-abt {
        height: 380px;
        width: 100%;
    }

    .vis-mis-card {
        padding: 15px;
    }

    h2.title {
        font-size: 25px;
    }

    .module-row {
        padding: 20px;
    }

    .module-title {
        font-size: 20px;
    }

    .module-desc {
        font-size: 14px;
    }

    .followups-image-wrapper {
        position: relative;
        padding-left: 0;
    }

    .service-offer-section {
        padding: 30px 0;
    }

    .reports-section {
        padding: 30px 0;
        background: #ffffff;
    }

    .report-card {
        padding: 20px 15px;
    }

    .report-card {
        height: auto;
        margin-bottom: 30px;
    }

    .cta-banner-card {
        padding: 20px;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

    .cta-banner-card::before {
        content: '';
        position: absolute;
        background: rgb(0 143 255 / 74%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .contact-image-wrapper {
        margin-bottom: 20px;
    }

    .contact-desc {
        font-size: 14px;
    }

    .contact-card {
        padding: 15px;
        border-radius: 15px 15px 15px 15px;
        box-shadow: 0px 0px 100px 0px #E2E4E7;
        border: 1px solid #FFFFFF;
        display: flex;
        margin-top: 10px;
    }

    .footer-bottom {
        text-align: center;
    }

    .breadcrumb-title {
        font-size: 25px;
    }
}

/* iPad mini, small tablets */
@media (min-width: 576px) and (max-width: 767px) {}

/* iPad landscape, small laptops */
@media (min-width: 768px) and (max-width: 991px) {}

/* Normal laptops */
@media (min-width: 992px) and (max-width: 1199px) {
    .sub-site-title {
        font-size: 18px;
    }

    h1.banner-title {
        font-size: 35px;
    }

    p {
        font-size: 14px;
    }

    .info-box {
        padding: 15px;
    }

    .info-icon img {
        width: 60px;
        height: 60px;
    }

    section {
        padding: 40px 0;
    }

    .vis-mis-card {
        padding: 20px;
    }

    h2.title {
        font-size: 35px;
    }

    .service-offer-section {
        padding: 60px 0;
    }

    .reports-section {
        padding: 60px 0;
        background: #ffffff;
    }

    .cta-banner-card {
        padding: 20px;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

    .cta-banner-card::before {
        content: '';
        position: absolute;
        background: rgb(0 143 255 / 74%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .contact-image-wrapper img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .contact-image-wrapper {
        height: 100%;
    }

    .contact-badge {
        padding: 10px 14px;
    }
}

/* Large monitors */
@media (min-width: 1200px) {}