body,
html {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    scroll-behavior: smooth;
    color: #333;
    overflow-x: hidden;
    background-color: #f8f9fa;
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
}

.loading-logo {
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
    display: block;
    margin: 20% auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-padding {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}


.navbar.scrolled {
    background-color: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    padding: 0.8rem 0 !important;
}

.navbar.scrolled .navbar-nav .nav-link,
.navbar.scrolled .navbar-brand {
    color: #333 !important;
}

.navbar-brand {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.3rem;
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin-right: 20px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #adb5bd !important;
}

.btn-custom-outline {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-custom-outline:hover {
    background-color: #fff;
    color: #0d1a3c;
}

.hero-section {
    background-image: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #fff;
    padding: 80px 0;
    min-height: 100vh;

    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    z-index: 1;
}

.hero-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-image {
    max-width: 90%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
}

.ai-illustration {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('../images/hero.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-text h1 {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.hero-text p {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

.hero-buttons .btn {
    font-size: 1.2rem;
    padding: 12px 30px;
    margin-right: 15px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary-hero {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary-hero:hover {
    background-color: #0056b3;
    border-color: #004d9c;
}

.btn-secondary-hero {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-secondary-hero:hover {
    background-color: #fff;
    color: #0d1a3c;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
        padding-top: 150px !important;
    }

    .hero-text h1 {
        font-size: 3rem;
    }

    .hero-text p {
        font-size: 1.2rem;
    }

    .hero-image-container {
        margin-top: 40px;
        height: auto;
    }

    .ai-illustration {
        height: 300px;
    }

    .hero-buttons .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .navbar {
        background-color: white !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
        padding: 0.8rem 0 !important;
    }

    .navbar .navbar-nav .nav-link,
    .navbar .navbar-brand {
        color: #333 !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 1.5rem;
    }

    .navbar-nav .nav-link {
        margin-right: 0;
        text-align: center;
    }

    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .hero-section {
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .ai-illustration {
        height: 250px;
    }
}

.services-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.services-section .subtitle {
    color: #007bff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.services-section .subtitle::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="10" viewBox="0 0 20 10"><path d="M10 0L0 10H20L10 0Z" fill="%23007bff"/></svg>');
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    fill: #007bff;
}

.section-title-alt {
    color: #0d1a3c;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.2;
}

.service-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-box .service-icon {
    font-size: 4rem;
    color: #007bff;
    margin-bottom: 25px;
    line-height: 1;
}

.service-box h3 {
    color: #0d1a3c;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-box p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.service-box .read-more {
    color: #0d1a3c;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-box .read-more:hover {
    color: #007bff;
}

.service-box .read-more i {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.service-box .read-more:hover i {
    margin-left: 10px;
}

.service-box.highlighted {
    background: linear-gradient(to right, #b900ff, #0c5adb, #b900ff);
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.service-box.highlighted .service-icon {
    color: #fff;
}

.service-box.highlighted h3,
.service-box.highlighted p,
.service-box.highlighted .read-more {
    color: #fff;
}

.service-box.highlighted .read-more:hover {
    color: #e0e0e0;
}

@media (max-width: 991.98px) {
    .section-title-alt {
        font-size: 2.2rem;
    }

    .service-box {
        padding: 30px 20px;
    }

    .service-box .service-icon {
        font-size: 3.5rem;
    }

    .service-box h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .section-title-alt {
        font-size: 1.8rem;
    }

    .service-box {
        padding: 25px 15px;
    }

    .service-box .service-icon {
        font-size: 3rem;
    }

    .service-box h3 {
        font-size: 1.3rem;
    }
}

.mt-set {
    margin-top: -150px !important;
}

.what-is-ai-section {
    background-color: #f0f4f9;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.ai-intro-content {
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.ai-intro-content::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -80px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(108, 136, 241, 0.2) 0%, rgba(108, 136, 241, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.8;
}

.subtitle-left {
    color: #007bff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title-left {
    color: #0d1a3c;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.description-left {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.btn-consultant {
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}


.btn-consultant:hover {
    background-color: #0056b3;
    color: #fff;
}

.btn-consultant i {
    margin-left: 10px;
}

.ai-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.ai-cards-grid .ai-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.ai-cards-grid .ai-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.ai-cards-grid .ai-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    margin-top: -80px;
}

.ai-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ai-card-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #007bff;
    background-color: #e6f0ff;
}

.ai-cards-grid .ai-card:nth-child(1) .ai-card-icon {
    color: #f7931e;
    background-color: #ffecc6;
}

.ai-cards-grid .ai-card:nth-child(2) .ai-card-icon {
    color: #6a11cb;
    background-color: #e8d0f4;
}

.ai-cards-grid .ai-card:nth-child(3) .ai-card-icon {
    color: #2575fc;
    background-color: #dbeaff;
}



.ai-card h3 {
    color: #0d1a3c;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.ai-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .ai-intro-content {
        padding-right: 0;
        text-align: center;
    }

    .title-left {
        font-size: 2.5rem;
    }

    .description-left {
        font-size: 1rem;
    }

    .btn-consultant {
        width: 100%;
    }

    .ai-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .ai-cards-grid .ai-card:nth-child(3) {
        margin-top: 0;
    }

    .mt-set {
        margin-top: 0px !important;
    }
}

@media (max-width: 767.98px) {
    .what-is-ai-section {
        padding: 60px 0;
    }

    .title-left {
        font-size: 2rem;
    }

    .ai-cards-grid {
        grid-template-columns: 1fr;
    }
}

.learning-methods-section {
    background-color: #fff;
    padding: 80px 0;
}

.method-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.method-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.method-box .method-icon {
    font-size: 3.5rem;
    color: #007bff;
    margin-bottom: 25px;
    line-height: 1;
}

.method-box h3 {
    color: #0d1a3c;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.method-box p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1;
}

@media (max-width: 991.98px) {
    .method-box {
        padding: 25px;
    }

    .method-box .method-icon {
        font-size: 3rem;
    }

    .method-box h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .method-box {
        padding: 20px;
    }

    .method-box .method-icon {
        font-size: 2.8rem;
    }

    .method-box h3 {
        font-size: 1.3rem;
    }

    .method-box p {
        font-size: 0.95rem;
    }
}

.gradient-icon-text {
    background: linear-gradient(to right, #b900ff, #0c5adb, #b900ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.applications-section {
    background-color: #f0f4f9;
    padding: 100px 0;
}

.applications-intro-content {
    padding-right: 30px;
}

.stacked-cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-stacked-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-stacked-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.app-stacked-icon-wrapper {
    flex-shrink: 0;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.app-stacked-text-content h3 {
    color: #0d1a3c;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.app-stacked-text-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .applications-intro-content {
        padding-right: 0;
        text-align: center;
    }

    .stacked-cards-container {
        margin-top: 40px;
    }

    .app-stacked-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .app-stacked-icon-wrapper {
        margin-bottom: 15px;
    }

    .app-stacked-text-content h3 {
        font-size: 1.3rem;
    }

    .app-stacked-text-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .applications-section {
        padding: 60px 0;
    }

    .title-left {
        font-size: 2rem;
    }
}

.faq-section {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.faq-left-content {
    padding-right: 50px;
}

.faq-left-content .subtitle-left {
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-left-content .title-left {
    color: #0d1a3c;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.faq-left-content .description-left {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.faq-stats {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
}

.faq-stats .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d1a3c;
    margin-bottom: 5px;
}

.faq-stats .stat-text {
    font-size: 0.95rem;
    color: #777;
}

.faq-stats .col-4:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.btn-primary-alt {
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary-alt:hover {
    background-color: #0056b3;
    color: #fff;
}

.btn-primary-alt i {
    margin-left: 10px;
}

.custom-faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.custom-faq-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-faq-accordion .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-faq-accordion .accordion-header {
    background-color: transparent;
    position: relative;
}

.custom-faq-accordion .accordion-button {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d1a3c;
    background-color: transparent;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    transition: color 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: #007bff;
    background-color: transparent;
}

.custom-faq-accordion .accordion-button .faq-number {
    font-size: 0.9rem;
    color: #007bff;
    margin-right: 15px;
    font-weight: bold;
    opacity: 0.7;
    min-width: 30px;
}

.custom-faq-accordion .accordion-button::after {
    background-image: none;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 0.9rem;
    color: #0d1a3c;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
    color: #007bff;
}

.custom-faq-accordion .accordion-body {
    padding: 15px 25px 25px 65px;
    background-color: transparent;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    border-top: none;
}

@media (max-width: 991.98px) {
    .faq-left-content {
        padding-right: 0;
        text-align: center;
    }

    .faq-stats {
        flex-direction: column;
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding-bottom: 0;
    }

    .faq-stats .col-4 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0;
    }

    .faq-stats .col-4:last-child {
        border-bottom: none;
    }

    .custom-faq-accordion {
        margin-top: 40px;
    }

    .custom-faq-accordion .accordion-button {
        font-size: 1.1rem;
        padding: 18px 20px;
    }

    .custom-faq-accordion .accordion-button .faq-number {
        margin-right: 10px;
    }

    .custom-faq-accordion .accordion-body {
        padding: 15px 20px 20px 50px;
    }

    .faq-left-content .title-left {
        font-size: 2.5rem;
    }

    .faq-left-content .description-left {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-left-content .title-left {
        font-size: 2rem;
    }

    .custom-faq-accordion .accordion-button {
        font-size: 1rem;
        padding: 15px 18px;
    }

    .custom-faq-accordion .accordion-button::after {
        right: 18px;
    }

    .custom-faq-accordion .accordion-body {
        padding: 15px 18px 18px 45px;
    }
}

.about-section {
    background-color: #fff;
    padding: 100px 0;
}

.about-intro-content {
    padding-right: 40px;
}

.about-features-list {
    padding-left: 20px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.about-feature-item .feature-check-icon {
    flex-shrink: 0;
    font-size: 2.2rem;
    color: #28a745;
}

.about-feature-item .feature-text h3 {
    color: #0d1a3c;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.about-feature-item .feature-text p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .about-intro-content {
        padding-right: 0;
        text-align: center;
    }

    .about-features-list {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-feature-item {
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .about-feature-item .feature-check-icon {
        margin-bottom: 10px;
    }

    .about-intro-content .title-left {
        font-size: 2.5rem;
    }

    .about-intro-content .description-left {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .about-section {
        padding: 60px 0;
    }

    .about-intro-content .title-left {
        font-size: 2rem;
    }

    .about-feature-item .feature-text h3 {
        font-size: 1.3rem;
    }

    .about-feature-item .feature-text p {
        font-size: 0.95rem;
    }
}

.contact-section {
    background-image: url('../images/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
}

.contact-intro-content {
    padding-right: 40px;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #555;
}

.contact-info-list li:last-child {
    margin-bottom: 0;
}

.contact-info-list li i {
    font-size: 1.5rem;
    margin-right: 15px;
}

.contact-form-wrapper {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper .form-title {
    color: #0d1a3c;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-wrapper .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form-wrapper .form-control {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 1rem;
    color: #333;
}

.contact-form-wrapper .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.contact-form-wrapper textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-submit-form {
    background: linear-gradient(to right, #b900ff, #0c5adb);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.btn-submit-form:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.btn-submit-form i {
    margin-left: 10px;
}

.contact-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .contact-intro-content {
        padding-right: 0;
        text-align: center;
    }

    .contact-image {
        z-index: -1;
    }

    .contact-info-list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-form-wrapper {
        margin-top: 40px;
        padding: 30px;
    }

    .contact-form-wrapper .form-title {
        font-size: 1.8rem;
    }

    .contact-intro-content .title-left {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-intro-content .title-left {
        font-size: 2rem;
    }

    .contact-info-list li {
        font-size: 1rem;
    }

    .contact-info-list li i {
        font-size: 1.3rem;
    }

    .contact-form-wrapper {
        padding: 25px;
    }

    .contact-form-wrapper .form-title {
        font-size: 1.5rem;
    }

    .btn-submit-form {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

.footer-section {
    background-color: #0d1a3c;
    color: #f8f9fa;
    padding: 80px 0 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ccc;
}

.social-links .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.social-links .social-icon:hover {
    background-color: #007bff;
    color: #fff;
}

.footer-heading {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #b900ff, #0c5adb);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #007bff;
}

.footer-contact p {
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.footer-contact p i {
    margin-right: 15px;
    font-size: 1.1rem;
    color: #007bff;
    flex-shrink: 0;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
    padding-top: 25px;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 0;
}


@media (max-width: 767.98px) {
    .footer-section {
        padding: 50px 0 20px;
    }

    .footer-widget {
        text-align: center;
    }

    .footer-heading {
        text-align: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
        display: flex;
    }

    .footer-links ul,
    .footer-contact p {
        text-align: center;
        justify-content: center;
    }

    .footer-contact p i {
        margin-right: 10px;
    }
}


.breadcrumb-section {
    background-color: #f0f4f9;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.custom-breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.custom-breadcrumb .breadcrumb-item {
    color: #666;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #0d1a3c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    color: #007bff;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #007bff;
    font-weight: 600;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}

.about-page-content {
    background-color: #fff;
    padding: 80px 0;
}

.about-page-content .subtitle {
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-page-content .section-title-alt {
    color: #0d1a3c;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-page-content .description-centered {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 50px auto;
}


.content-block {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.content-block h3 {
    color: #0d1a3c;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.content-block h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #b900ff, #0c5adb);
}

.content-block p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.content-block p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-page-content .section-title-alt {
        font-size: 2.5rem;
    }

    .about-page-content .description-centered {
        font-size: 1rem;
    }

    .content-block {
        padding: 25px;
    }

    .content-block h3 {
        font-size: 1.6rem;
    }

    .content-block p {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-section {
        padding: 20px 0;
    }

    .about-page-content {
        padding: 50px 0;
    }

    .about-page-content .section-title-alt {
        font-size: 2rem;
    }

    .content-block h3 {
        font-size: 1.4rem;
    }

    .content-block h3::after {
        width: 40px;
        bottom: -5px;
    }
}