p {
    font-size: 16px;
    font-family: "Nunito Sans", Sans-serif;
}

.services p {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
}

.sub-services p {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
}

.services h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 25px;
    font-family: "Montserrat", Sans-serif;
    text-align: center;
}

.sub-services {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 0px;
    background: #f9f9f9;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 20px;
}

h4 {
    font-size: 20px;
}

h3 {
    color: #333;
    line-height: 1.1em;
    text-align: center;
    font-weight: 800;
    padding-bottom: 30px;
}

.services-page .service-justify-item img {
    max-height: 225px;
}

.services-page .services-plan {
    padding-top: 30px;
}

.img-responsive {
    border-radius: 5px;
}

.copyright {
    font-weight: 500;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
}

.copyright a {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
}

.container {
    width: 100% !important;
}

.icon-large {
    font-size: 25px;
    margin-bottom: 20px;
}

.text-center i {
    font-size: 40px;
    margin-top: 10px !important;
    margin-bottom: 30px;
    color: #fff;
    padding: 20px !important;
    background: #1bbd36;
    border-radius: 20% !important;
}

.youtube_url {
    position: relative !important;
    top: 50px;
}

.service-video iframe {
    width: 100%;
}

.section_service {
    margin-top: 50px;
}

.overview_title {
    position: relative;
    top: 50px;
}

.overview_div {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .service-video iframe {
        max-width: 100%;
        max-height: 200px;
    }

    .youtube_url {
        top: 100px !important;
    }

    .row {
        padding: 0;
        margin: 0;
    }

    .section_service {
        margin-top: 50px !important;
    }
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.column {
    padding: 20px;
    box-sizing: border-box;
}

.img-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.text-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.img-col img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-ai .overlay {
    background: #eaf2f8;
    padding: 30px;
    border-radius: 10px;
}

.hero-ai h2 {
    font-size: 26px;
    color: #0a3d62;
    margin-bottom: 20px;
}

.hero-ai ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.8;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

thead tr {
    background-color: #0a3d62;
    color: #fff;
}


@media (max-width: 768px) {
    .img-col,
    .text-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-ai h2 {
        font-size: 22px;
    }

    .hero-ai ul {
        font-size: 16px;
    }

    th,
    td {
        font-size: 16px;
    }

    .cyber_ai {
        margin-top: 10px !important;
        padding: 20px 0px !important;
    }
}

.cyber_ai {
    padding: 50px 0px;
    margin-top: 100px;
}

.icon-large {
    font-size: 42px;
    color: #0d6efd;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.service-justify-item:hover .icon-large {
    transform: scale(1.1);
    color: #084298;
}

