.sidelines p {
    margin-bottom: 15px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.main-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header .header-content .header-left {
    gap: 0 !important;
}

.page-title-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-title-content .btn-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-title-content h1 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 500;
    max-width: 800px;
}

.page-title-content .sub-title {
    font-size: 16px;
    line-height: 26px;
}

.page-title-content .sub-title {
    max-width: 700px;
}

.aboutspacing {
    padding-top: 70px;
    padding-bottom: 10px;
}

.aboutspacing h3 {
    margin-bottom: 20px !important;
}

@media(max-width: 768px) {
    .page-title-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .btn-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.section-benefit .box-icon-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media(max-width: 992px) {
    .section-benefit .box-icon-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .section-benefit .box-icon-list {
        grid-template-columns: 1fr;
    }
}

.section-benefit .box-icon:hover,
.section-benefit .box-icon:hover .title-box,
.section-benefit .box-icon:hover .icon i {
    transform: none !important;
    color: inherit !important;
    border-color: transparent !important;
}

.section-benefit .title-box {
    pointer-events: none;
}

.section-benefit .box-icon .icon i {
    font-size: 70px;
}

.benefitspage {
    padding-bottom: 10px;
}

.addcontents {
    margin-top: 20px;
}

.addcontents p {
    font-size: 19px;
}

.processpage {
    padding-top: 40px;
    padding-bottom: 40px;
}

.processpage p {
    padding-top: 20px;
    font-size: 19px;
}

.addeddetails {
    margin-top: 30px;
    text-align: center;
}

.addeddetails p {
    font-size: 20px;
}

.process-item .name-process,
.process-item .tag {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor: default;
}

.process-item .name-process,
.process-item .tag {
    cursor: default !important;
}

.servicespage {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tab-product {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tab-product.min-w-757 {
    min-width: 0 !important;
}

.tab-product .nav-tab-item a {
    white-space: normal;
    display: inline-block;
    padding: 10px 16px;
    line-height: 1.3;
}

@media(max-width: 768px) {
    .tab-product {
        flex-direction: column;
    }
}

.section-services-item h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.section-services-item .sub-name {
    font-size: 13px;
    color: var(--primary, #0d0d0d);
    background: var(--on-surface-container, #f1f1f5);
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.tab-product.min-w-757 {
    min-width: auto !important;
    width: 100% !important;
}

.tab-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.tab-product {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 16px;
    scrollbar-width: thin;
}

.faqpage {
    padding-top: 25px;
    padding-bottom: 25px;
}

.no-accordion .title-according:hover {
    color: inherit !important;
    cursor: default !important;
}

.wg-according.no-accordion {
    width: 100%;
    display: block;
}

.no-accordion .title-according i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

.according-item .title-according {
    display: block;
}

.wg-according.no-accordion {
    width: 100% !important;
    display: block !important;
    margin-left: 10%;
}

.wg-according.no-accordion {
    flex: 1 1 100%;
}

.according-item {
    border: 0px solid;
}

.footer-right {
    display: none !important;
}

.footer-top {
    display: flex;
}

.footer-left {
    flex: 0 0 auto;
}

.footer-center {
    flex: 1 1 auto;
    width: 100%;
}

.logo-footer h4 {
    color: #fff;
}

.footer .footer-center {
    max-width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer .footer-center .footer-content.our-services.footer-col-block {
    width: auto;
}

.footer .footer-center .footer-content.our-services.footer-col-block .support-item-footer a {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

.footer .footer-center .footer-content.our-services.footer-col-block .support-item-footer a:hover {
    text-decoration: none;
}

.footer-content .support-item-footer a:before {
    display: none;
}

.logo h4 {
    color: #fff;
    margin-left: 20px;
    font-size: 40px;
}

.offcanvas {
    padding-top: 5%;
}

.offcanvas-body {
    padding-top: 5%;
}

.offcanvas-body p {
    margin-top: 20px;
    color: #000;
}

.offcanvas-body p i {
    color: #000;
}

.offcanvas-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Custom Banner Update for Homepage with Opacity */
.page-title-inner.img-h1-1 {
    background-image: none !important;
    position: relative;
    z-index: 1;
}

.page-title-inner.img-h1-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../image/page-title-home-1.034313cd.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Custom Scrollbar */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: block !important;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #24283E;
    border-radius: 6px;
    border: none;
}

::-webkit-scrollbar-thumb:hover {
    background: #1a1e2e;
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

/* Firefox Support */
html,
body {
    scrollbar-width: thin;
    scrollbar-color: #24283E #f1f1f1;
}

/* Back to Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #24283E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

.scroll-top:hover {
    background-color: #fff;
    color: #24283e;
    border: 1px solid #24283e;
    transform: translateY(-5px);
}

.scroll-top svg path {
    stroke: currentColor;
}

/* Sticky Header */
#header {
    transition: all 0.3s ease;
}

#header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff !important;
    border-bottom: 2px solid #24283E;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Slider Fixes */
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.page-title-inner {
    position: relative;
    z-index: 1;
}

.page-title-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.bg-on-suface-container {
    background-color: #24283E;
}

.top-bar {
    background-color: #ffffff !important;
}

.top-bar .top-bar-content,
.top-bar .top-bar-content a,
.top-bar .top-bar-content i,
.top-bar .tf-tb-social .icon i {
    color: #24283E !important;
}

.box-icon .icon {
    color: #24283E;
}

.font2 {
    font-size: 20px;
    line-height: 24px;
}

.heading-section .tag {
    font-size: 20px !important;
    color: #24283E;
}

.heading-section.style-2.remvband {
    display: block;
    width: 100%;
}

.heading-section.style-2.remvband .text-anime-wave {
    width: 100%;
    text-align: center;
}

.heading-section.style-2.remvband .text-anime-wave .tag {
    background: none;
    text-align: center;
    width: 100%;
}

.heading-section.style-2.remvband h3.text-anime-wave {
    text-align: left;
}

/* Sticky Header Menu Colors */
#header.is-fixed .main-menu li a {
    color: #24283E !important;
}

#header.is-fixed .main-menu>ul>li>a:hover,
#header.is-fixed .main-menu>ul>li.current-menu-item>a {
    color: #0e6099 !important;
}

/* Sticky Header Submenu Colors */
#header.is-fixed .sub-menu li a {
    color: #A2A3AB !important;
}

#header.is-fixed .sub-menu li a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.heading-section.style-2.remvband .text-anime-wave .tag,
.process-item .process-top span.label {
    color: #0e6099;
    font-size: 18px !important;
}

.wg-tab ul li a:before {
    background-color: #0e6099;
}

/* Global Button Hover Background Override */
/*
    page-title-home .tf-btn:hover,
    .page-title-home .btn-row .tf-btn:hover,
    .tf-btn.bg-white:hover,
    .tf-btn:hover,
    .tf-btn.style-1:hover,
    button:hover,
    input[type="submit"]:hover,
    .slider-arrow:hover,
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #0e6099 !important;
        border-color: #0e6099 !important;
        color: #ffffff !important;
        transition: all 0.3s ease;
    }
*/

/* Ensure pseudo-elements match */
/*
    .tf-btn:hover::before,
    .tf-btn:hover::after,
    .tf-btn.style-1:hover::before,
    .tf-btn.style-1:hover::after {
        background-color: #0e6099 !important;
    }
*/

/* Sidebar Icon Color Update - Clean */
.process-item .icon i,
.detalis-content .process-item .icon i {
    color: #0e6099 !important;
}

.process-item .icon,
.detalis-content .process-item .icon {
    border-color: #0e6099 !important;
}

.process-item .icon svg path,
.detalis-content .process-item .icon svg path {
    stroke: #0e6099 !important;
    fill: #0e6099 !important;
}

/* 
   Popup Styling (Refined) 
   - Clean Rewrite to Avoid Corruption
*/
#requestCallModal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

#requestCallModal .modal-header {
    background-color: #0e6099;
    color: #ffffff;
    border-bottom: none;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#requestCallModal .modal-title {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #ffffff;
    margin: 0;
}

#requestCallModal .modal-body {
    padding: 30px 40px 40px;
    background-color: #ffffff;
}

#requestCallModal .form-label {
    font-weight: 600;
    color: #24283E;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#requestCallModal .form-control {
    border-radius: 8px;
    padding: 12px 18px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    background-color: #f9f9fc;
    transition: all 0.3s ease;
}

#requestCallModal .form-control:focus {
    border-color: #0e6099;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(14, 96, 153, 0.1);
    outline: none;
}

/* Close Button Styling */
#requestCallModal .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
    margin: 0;
}

#requestCallModal .btn-close-white:hover {
    opacity: 1;
    background-color: transparent !important;
    /* Force transparent */
    box-shadow: none !important;
}

#requestCallModal .btn-close-white:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent !important;
}

/* Submit Button Styling */
#requestCallModal .tf-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 8px;
    /* Added Theme Background */
    background-color: #0e6099 !important;
    color: #ffffff !important;
    border: none !important;
    position: relative;
    /* Ensure context */
    overflow: visible;
    /* Ensure nothing clipped */
    z-index: 10;
}

/* Nuclear Specificity Hover Rule */
#requestCallModal .tf-btn:hover,
#requestCallModal .modal-body .tf-btn:hover,
#requestCallModal .modal-body button[type="submit"]:hover,
body #requestCallModal .tf-btn.style-1:hover {
    background-color: #08304c !important;
    /* Explicit Dark Blue */
    color: #ffffff !important;
    /* Explicit Pure White */
    border: 1px solid #08304c !important;
    /* Force border change too */
    filter: none !important;
    /* No dimming */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14, 96, 153, 0.3) !important;
    opacity: 1 !important;
    /* Ensure opacity is full */
}

/* Disable Pseudo Elements Interaction */
#requestCallModal .tf-btn::before,
#requestCallModal .tf-btn::after,
#requestCallModal .tf-btn:hover::before,
#requestCallModal .tf-btn:hover::after,
body #requestCallModal .tf-btn.style-1::before,
body #requestCallModal .tf-btn.style-1::after {
    /* Make pseudo elements effectively invisible/unclickable but present if layout needs them */
    content: none !important;
    display: none !important;
    background: transparent !important;
    width: 0 !important;
    height: 0 !important;
}

/* Fix for Inner Page Icon Heading Hover Color */
.process-item:hover .icon i,
.detalis-content .process-item:hover .icon i,
.section-benefit .box-icon:hover .icon i,
.process-item:hover .name-process {
    color: #0e6099 !important;
    /* Force Blue instead of Green */
}

.process-item:hover .icon {
    border-color: #0e6099 !important;
}

.process-item:hover .icon svg path {
    stroke: #0e6099 !important;
    fill: #0e6099 !important;
}

/* Use black for Sticky Header Mobile Menu */
#header.is-fixed .mobile-button span {
    background-color: #000000 !important;
}

#header.is-fixed .canvas-btn svg path {
    stroke: #000000 !important;
}


.process-item .icon svg path,
.detalis-content .process-item .icon svg path {
    stroke: #24283e !important;
    fill: transparent !important;
}



.process-item:hover .icon svg path {
    stroke: #24283e !important;
    fill: #24283e !important;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 240px;
    /* Adjust height as needed */
    perspective: 1000px;
    cursor: pointer;
    font-family: "Rethink Sans", sans-serif;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.flip-card-front img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.flip-card-front .front-active-content {
    position: static;
    background: transparent;
    padding: 0;
    width: 100%;
    color: #24283E;
    text-align: center;
}

.flip-card-front .front-active-content h5 {
    color: #24283E;
    margin-bottom: 2px;
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.flip-card-front .front-active-content .btn-linkedin-front {
    font-size: 1rem;
    color: #0077b5;
    text-decoration: none;
    opacity: 1;
    font-weight: 600;
}

.flip-card-front .front-active-content .btn-linkedin-front:hover {
    color: #005582;
    text-decoration: underline;
}

.flip-card-back {
    background-color: #24283E;
    /* Theme color */
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.flip-card-back h5 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.flip-card-back p {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.flip-card-back .btn-linkedin {
    background-color: #0077b5;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.flip-card-back .btn-linkedin:hover {
    background-color: #005582;
    color: white;
}

.flip-card-front .front-active-content .btn-linkedin-front {
    font-size: 16px;
}

.flip-card-back h5 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px
}

/* Global Header Styles */
#header {
    background-color: #ffffff !important;
    border-bottom: 2px solid #24283E;
}

#header .main-menu .menu-item>a {
    color: #24283e !important;
}

#header .canvas-btn svg path {
    stroke: #24283e !important;
}

#header .mobile-button span {
    background-color: #24283e !important;
}

/* Remove Arrows/Spinners from Number Input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Banner Button No-Hover Effect */
.page-title-content .tf-btn.style-1.bg-white:hover {
    background-color: #ffffff !important;
    color: #24283E !important;
}

/* Global: Disable Hover Background Change for Dark Buttons */
.tf-btn.bg-on-suface-container:hover {
    background-color: #24283E !important;
    /* var(--on-suface-container) */
    color: #ffffff !important;
    border-color: transparent !important;
}

/* Global: Disable Hover Background Change for LinkedIn Buttons */
.flip-card-back .btn-linkedin:hover {
    background-color: #0077b5 !important;
    color: white !important;
}

/* Footer Font Size Increase */
.support-item-footer a {
    font-size: 18px !important;
    line-height: 28px !important;
}

/* Footer Social Icons Size Increase */
.footer .tf-social.style-2 .item a {
    width: 60px !important;
    height: 60px !important;
}

.footer .tf-social.style-2 .item a i {
    font-size: 24px !important;
}

/* Footer Background Split */
.footer {
    background: linear-gradient(to right, #ffffff 32%, #24283E 32%) !important;
}

.footer .footer-left {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.footer .footer-right,
.footer .footer-center,
.footer .footer-bottom,
.footer .footer-subscribe {
    border: none !important;
}

.footer .footer-left p,
.footer .footer-left a,
.footer .footer-left .caption-1,
.footer .footer-left .caption-2 {
    color: #24283E !important;
}

.footer .footer-left .logo-footer {
    margin-top: 20px;
}

.footer .footer-left a:hover {
    color: var(--primary) !important;
}


.menu-primary-menu .menu-item .item-link {
    font-weight: 600;
    font-size: 19px;
}

/* Mobile Responsiveness Improvements */

@media (max-width: 991px) {

    .header .header-content .main-menu,
    .header .header-content .canvas-btn {
        display: none !important;
    }

    .header .header-content .mobile-button {
        display: block !important;
    }

    .header .header-content .header-left .logo img {
        max-width: 120px;
        /* Adjust logo size for mobile */
        height: auto;
    }

    .header .header-content {
        padding: 15px 20px;
        /* Adjust padding */
    }

    .page-title.style-1 {
        padding-top: 100px;
        /* Ensure content doesn't overlap with fixed header area */
    }
}

@media (max-width: 768px) {
    .header .header-content .header-left .logo img {
        max-width: 140px;
    }
}


@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-center {
        align-items: center;
    }

    .footer-content ul {
        justify-content: center;
    }
}


/* Mobile Footer and Header Fixes */
@media (max-width: 768px) {
    .footer-top {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .footer .footer-center .footer-content.our-services.footer-col-block {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #header.is-fixed .header-content {
        padding: 10px 15px !important;
    }

    /* Fix horiz scroll on body */
    body,
    html {
        overflow-x: hidden;
    }

    .tf-container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}



/* Mobile Footer Colors & Layout */
@media (max-width: 768px) {
    .footer .footer-top {
        flex-direction: column;
        padding: 0 !important;
    }

    /* First Row: White Background */
    .footer .footer-left {
        background-color: #ffffff !important;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 40px 20px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .footer-left *,
    .footer .footer-left p,
    .footer .footer-left a,
    .footer .footer-left .caption-1,
    .footer .footer-left .caption-2,
    .footer .footer-left .text,
    .footer .footer-left .logo p {
        color: #24283E !important;
    }

    /* Second Row: Theme Background */
    .footer .footer-center {
        background-color: #24283E !important;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 40px 20px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .footer .footer-center p,
    .footer .footer-center a,
    .footer .footer-center .caption-1,
    .footer .footer-center .caption-2 {
        color: #ffffff !important;
    }

    .tf-btn.style-1 {
        padding: 8px 30px;
    }

    .tf-btn span {
        font-size: 11px;
    }

    .footer .footer-left *,
    .footer .footer-left p,
    .footer .footer-left a,
    .footer .footer-left .caption-1,
    .footer .footer-left .caption-2,
    .footer .footer-left .text,
    .footer .footer-left .logo p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .footer-left {
        margin-left: -50vw;
    }

    .footer-bottom {
        background: #24283e;
        margin-top: -10px;
        padding-top: 10px;
    }

    .footer-left .contact-footer .contact-bottom {
        padding-left: 10%;
    }

    .text-secondary {
        color: #24283e !important;
        font-size: 17px;
    }

    .icon-Envelope.me-2 {
        font-size: 20px;
        color: #24283e !important;
    }

    .page-title-content .btn-row {
        flex-direction: row;
    }

    .page-title-home .page-title-inner .page-title-content h1 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .page-title-home .page-title-inner .page-title-content .sub-title {
        font-size: 13px !important;
    }
}

/* Active Menu Item (Static Header) */
.menu-primary-menu .menu-item.current-menu-item>.item-link {
    color: #45a5ec !important;
    /* Using a contrasting color for dark backgrounds */
}

.menu-primary-menu .menu-item.current-menu-item>.item-link:after {
    width: 100%;
    left: 0;
    right: auto;
    background: #45a5ec !important;
}

/* Ensure Logo Adjusts on Desktop Web View if needed */
/* (User mentioned 'when landed on page' - usually default state) */