/* Extracted from public site headers - batch 7 */


        .section-new{
padding: 80px 0 !important;
        }
        .hero-text {
            color: #003399;
        }

        .nav-link {
            padding: 0 !important;
        }

        .hero-text .highlight {
            font-weight: 700;
            /* Bold for "NO" */
            font-size: 64px;
            /* Larger size for emphasis */
            color: #003399;
            /* Blue color */
        }

        .hero-text img {
            max-width: 90%;
        }

        .hero-text .emphasis {
            font-weight: 700;
            /* Bold for "Just results." */
            color: #003399;
            /* Blue color */
        }

        .hero-cta span {
            font-size: 36.62px;
            font-weight: 600;
            line-height: 60.93px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            letter-spacing: -1px;
            word-wrap: none;

        }

        .section-2 {
            color: #ffffff;
            background-image: url('/front/images/Group_782.png');
            background-size: contain;
        }

        .section-2-title:before {
            content: '';
            height: 4px;
            width: 300px;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: 5px;
        }

        .section-2-title {
            display: block;
            font-size: 48px;
            font-weight: 700;
            line-height: 72px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .section-2-text {
            display: block;
            font-size: 24px;
            font-weight: 400;
            line-height: 36px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .section-2-left {
            height: 100px;
        }

        .section-2-left-icon {
            padding: 18px 14px;
            border-radius: 100%;
            background-color: #ffffff;
        }

        .section-2-left-icon img {
            width: 44px;
            margin-left: 6px !important;
            margin-top: -7px;
        }

        .section-2-left-text {
            margin-left: 18px;
            font-size: 22px;
            font-weight: 500;
            line-height: 36px;
            text-align: left;

        }

        .section-2-button {
            width: 255px !important;
            height: 80px !important;
            text-align: center !important;
            color: #fff !important;
            background: linear-gradient(90deg, #0851CE 0%, #00348D 100%);

            border-color: #0851CE !important;
            border-radius: 35px !important;
            margin-top: 20px !important;
            font-size: 24px !important;
            font-weight: 600 !important;
            line-height: 36px !important;
            /* padding-top: 12px !important; */
            border: 0px solid #0851CE !important;
            box-shadow: none !important;


        }

        .section-2-button:hover {
            background: linear-gradient(90deg, #00348D 0%, #0851CE 100%);
            color: #fff !important;
            border-color: #00348D !important;
            cursor: pointer;
        }

        .section-3-right {
            padding-top: 40px;
            padding-left: 0px !important;
        }

        .section-3-right-title {
            font-size: 48px;
            font-weight: 900;
            line-height: 96px;
            text-align: left;
        }

        .section-3-right-title:before {
            content: '';
            height: 4px;
            width: 300px;
            background-color: #0851CE;
            position: absolute;
            left: 0;
            bottom: 5px;
        }

        .section-3-right-text {
            height: 370px;
            border-radius: 28px;
            background-color: #D4DFFC;
            padding: 20px;
        }

        .section-3-right-text img {
            /* float: right; */
            display: block;
        }

        .section-3-right-text-alt {
            background-color: #001F53;
            color: #ffffff !important;
        }

        .section-3-right-number {
            clear: both;
        }

        .section-3-right-subtitle {
            margin-top: 15px;
            font-size: 72px;
            font-weight: 900;
            line-height: 100px;
            text-align: left;
            display: block;
            color: #0851CE;
        }

        .section-3-right-text-alt .section-3-right-subtitle {

            color: #ffffff !important;
        }

        .section-3-right-subtext {
            margin-top: 20px;
            margin-bottom: 20px;
            /* padding: 15px; */
            padding-top: 0px;
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            text-align: left;
            display: block;
            color: #0851CE;
        }

        .section-3-right-text-alt .section-3-right-subtext {

            color: #ffffff !important;
        }

        .pricing-plans {
            background-image: linear-gradient(to right bottom, #250d3d, #1d0f3b, #151139, #0e1136, #071133, #051333, #031534, #021734, #041b39, #06203d, #082442, #0b2946);
            color: #ffffff !important;
        }


        .scrolling-background {
            height: 400px;
            background: url('/front/images/techs.jpg') repeat-x;
            background-size: cover;
            animation: scroll-bg 40s linear infinite;
        }

        .scrolling-background2 {
            height: 535px;
            background: url('/front/images/testimo.jpg') repeat-x;
            background-size: cover;
            animation: scroll-bg 40s linear infinite;
        }

        @keyframes scroll-bg {
            0% {
                background-position: 0 0;
            }

            100% {
                background-position: -100% 0;
            }
        }

        .blog {
            background-image: linear-gradient(to right bottom, #250d3d, #1d0f3b, #151139, #0e1136, #071133, #051333, #031534, #021734, #041b39, #06203d, #082442, #0b2946);
            color: #ffffff !important;
        }



        .blog-card {
            max-width: 400px;
            border-radius: 12px;
            overflow: hidden;
            background: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin: auto;
            border: 1px solid #e6e6e6;
        }

        .blog-card-image img {
            width: 100%;
            height: 300px;
            display: block;
        }

        .blog-card-content {
            padding: 16px;
        }

        .blog-card-content h2 {
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 8px;
            color: #2c2c2c;
        }

        .blog-card-content p {
            font-size: 14px;
            color: #6b6b6b;
            margin: 0 0 12px;
        }

        .blog-card-meta {
            font-size: 12px;
            color: #999;
        }

        .blog-card-meta span {
            display: block;
            margin: 4px 0;
        }

        .blog-card-meta b {
            color: #0056b3;
        }

        .nav-item {
            font-size: 12px;
        }

        .footer-heading {
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            text-align: left;
            /* display: block; */
            /* color: #ffffff; */
        }

        .ms-3 {
            /* margin-top: 2rem !important; */
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
            margin-left: 1rem !important;
            /* height: ; */
        }

        .ms-3 a {
            text-decoration: none;
            color: #000;
            font-size: 30px;
        }

        .footer-heading:before {
            content: '';
            height: 2px;
            width: 100px;
            background-color: #0851CE;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .footer-heading:after {
            content: '';
            height: 10px;
            width: 10px;
            background-color: #fff;
            position: absolute;
            bottom: -4px;
            left: 96px;
            border-radius: 99px;
            border: 2px solid #0851CE;
        }

        .pricing-plans-title {
            display: block;
            font-size: 64px;
            font-weight: 700;
            line-height: 72px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .pricing-plans-sub-title {
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .pricing-plans-sub-title-highlight {
            font-size: 52px;
            font-weight: 700;
            line-height: 52px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;


        }
    


        .switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: #0851CE;
            -webkit-transition: .4s;
            transition: .4s;
        }



        input:focus+.slider {
            box-shadow: 0 0 1px #2196F3;
        }

        input:checked+.slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }

        /* Rounded sliders */
        .slider.round {
            border-radius: 34px;
        }

        .slider.round:before {
            border-radius: 50%;
        }

        .toggle {}

        .toggle-label {
            font-family: Poppins;
            font-size: 20px;
            font-weight: 600;
            line-height: 36px;
            text-align: left;



        }

        .pricing-card {
            background-color: #0851CE;
            /* Blue card */
            color: white;
            width: 100%;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            /* text-align: center; */
            position: relative;
        }

        .pricing-card-alt {
            background-color: rgba(0, 0, 0, 0);
            /* Blue card */
            color: white;
            /* width: 300px; */
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            /* text-align: center; */
            position: relative;
            border: 1px solid white;

        }

        .pricing-header{
            border-bottom: 1px solid white;
        }
        .pricing-header h2 {
            font-size: 52px;
            margin: 0;
            font-weight: 900;
        }

        .pricing-header h2 span {
            font-size: 18px;
            color: #cce7ff;
            /* Lighter blue */
        }

        .pricing-header p {
            font-size: 29px;
            margin: 5px 0;
        }

        .pricing-details p {
            font-size: 18px;            
            font-weight: bold;
            min-height: 120px;
        }

        .pricing-details ul {
            list-style: none;
            padding: 0;
            text-align: left;
            margin: 0;
        }

        .pricing-details ul li {
            font-size: 14px;
            margin: 8px 0;
            display: flex;
            align-items: center;
        }

        .pricing-details ul li span {
            margin-right: 10px;
        }

        .not-included span {
            color: #f74f4f;
            /* Red for unavailable feature */
        }

        .choose-plan {
            background-color: white;
            color: #0851CE;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-bottom: -50px;
            transition: background-color 0.3s, color 0.3s;
            position: absolute;
            margin-left: 15%;
        }

        .choose-plan:hover {
            background-color: #0851CE;
            color: white;
            border: 1px solid white;
        }

        .choose-plan-alt {
            background-color: #0851CE;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-bottom: -50px;
            transition: background-color 0.3s, color 0.3s;
            position: absolute;
            margin-left: 15%;
        }

        .choose-plan-alt:hover {
            background-color: #fff;
            color: #0851CE;
            border: 1px solid #0851CE;
        }

        .dropdown-toggle::after {
            display: none;
        }

        .custom-dropdown-width {

            min-width: 100px !important;
            /* Ensure it doesn't auto-expand */
            /* max-width: 150px !important;
            Prevent the width from exceeding the set value */
        }

        .swiper-container {
            width: 100%;
            padding: 20px 0;
            overflow: hidden;
        }

        .swiper-slide {
            flex-shrink: 0;
            width: calc((100% - 60px) / 3);
            /* 3 slides with 30px space */
        }

        .section-2-1 {
            background-image: none;
            height: 600px;
            background-color: #041536
        }

        .three-line-cut {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }
        .five-line-cut {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
        }

        /* #0851CE */
    


        /* Mega Menu Container */
        .mega-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 250px;
            /* Ensures enough space for icons and text */
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            /* padding: 10px 0; */
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.2s ease;
        }

        /* Display Mega Menu on Hover */
        .mega-dropdown:hover .mega-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px;
            overflow: hidden;
        }

        /* Mega Menu List */
        .mega-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .mega-menu ul li {
            border-bottom: 1px solid #0851cd8f;
            transition: all 0.3s ease;
            padding: 10px 15px;
            /* Increased padding */
            white-space: nowrap;
            /* Prevent text wrapping */
        }

        /* Icon + Text Alignment */
        .mega-menu ul li a {
            color: #555;
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            /* Align icon and text */
            gap: 10px;
            /* Space between icon and text */
            transition: color 0.3s ease;
        }

        .mega-menu ul li:hover {
            background-color: #0851cd;
            color: white;
        }

        .mega-menu ul li:hover a {
            color: #ffffff !important;
            text-decoration: none;
        }
    


        /* Add mobile styles */
        @media (max-width: 992px) {

            /* Mobile menu trigger */
            .menu-trigger {
                display: flex;
                align-items: center;
            }

            /* Main navigation */
            .main-nav ul.nav {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: #fff;
                flex-direction: column;
                padding: 15px;
                z-index: 999;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            }

            .main-nav ul.nav.active {
                display: flex;
            }

            /* Mega menu adjustments */
            .mega-menu {
                position: static !important;
                display: none !important;
                opacity: 1 !important;
                visibility: visible !important;
                transform: none !important;
                box-shadow: none;
                padding: 0 !important;
                background: transparent !important;
            }

            .mega-dropdown.active .mega-menu {
                display: block !important;
            }

            .mega-menu .row {
                padding: 0;
                flex-direction: column;
            }

            .mega-menu ul li {
                padding: 10px 0 !important;
                border-bottom: 1px solid #0851cd8f;
            }

            .nav-item.mega-dropdown {
                position: relative;
                display: block !important;
            }

            .mega-dropdown>.nav-link {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .mega-dropdown>.nav-link i {
                transition: transform 0.3s ease;
            }

            .mega-dropdown.active>.nav-link i {
                transform: rotate(180deg);
            }
        }
    


        .option-item {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            padding: 1rem;

            border-radius: 8px;
        }

        .option-image {
            flex: 0 0 60px;
            background: #f8f9fa;
        }

        .option-image img {
            max-width: 50px;
            height: auto;
        }

        .option-text {
            flex: 1;
        }

        .option-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
            color: #fff
        }

        .option-subtitle {
            font-size: 1rem;
            font-weight: 400;
            color: #fff;
            margin: 0;
        }
    


        .card {
            margin: 15px 0;
            transition: transform 0.3s ease;
            border-radius: 12px;
            border: none;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            overflow: hidden;
            /* Added to contain child elements within rounded corners */
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #2d3748;
        }

        .card-text {
            font-size: 0.9rem;
            color: #718096;
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .card-img-bottom {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-top-left-radius: 12px;
            /* Changed from bottom to top */
            border-top-right-radius: 12px;
            /* Changed from bottom to top */
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .section-heading {
            padding: 2rem 0;
            text-align: center;
        }

        .section-platforms {
            color: #ffffff;
            background-image: url('/front/images/platforms_bg.jpg');
            background-size: cover;
        }

        @media (max-width: 991px) {
            .section-3-right {
                padding-top: 40px;
                padding-left: 15px !important;
            }
        }
    


.review-section {
padding: 60px 0;
overflow: hidden;
}

.review-row {
display: flex;
margin-bottom: 30px;
width: 100%;
}

.review-container {
display: flex;
animation: slide 40s linear infinite;
}

.upper-row .review-card {
min-width: 250px;
margin: 0 15px;
}

.lower-row .review-card {
min-width: 250px;
margin: 0 15px;
}

.review-card {
        max-width: 400px; /* Fixed width */
        min-width: 350px;
        height: 275px; /* Fixed height */
        /* overflow: auto; */
        margin: 0 15px;
        background: white;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        position: relative;
        flex-shrink: 0; /* Prevent cards from shrinking */
    }

    .user-initials {
    /* Circle dimensions */
    width: 50px !important;
    height: 50px !important;
    /* Perfect circle */
    border-radius: 50% !important;
    /* Centering content */
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* Visual styling */
    background: #007bff;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    /* Remove padding and use fixed dimensions */
    padding: 0 !important;
    /* Ensure proper line height */
    line-height: 50px;
    /* Prevent text stretching */
    flex-shrink: 0;
}

/* Add this media query for responsive adjustments */
@media (max-width: 768px) {
    .user-initials {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px;
        font-size: 1rem;
    }
}
.user-info {
flex-grow: 1;
display: flex;
flex-direction: column;
}

.review-text {
margin: 15px 0;
font-size: 0.9rem;
}

.social-icon {
/* color: #666; */
font-size: 1.2rem;
margin-top: auto;
align-self: flex-start;
}

@keyframes slide {
0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }
}

@media (max-width: 768px) {
.upper-row .review-card {
min-width: 250px;
}

.lower-row .review-card {
min-width: 250px;
}

.user-name {
font-size: 1rem;
}

.review-text {
font-size: 0.8rem;
}
}

.testimonial-swiper .swiper-slide {
    width: calc((100% - 60px) / 3); /* 3 slides with spacing */
    height: auto; /* Adjust height automatically */
    padding: 15px;
}

.testimonial-swiper .swiper-wrapper {
    padding: 20px 0;
}
.swiper-button-next, .swiper-button-prev {
    color: #007bff;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .testimonial-swiper .swiper-slide {
        width: calc((100% - 40px) / 2); /* 2 slides on tablet */
    }
}
@media (max-width: 768px) {
    .testimonial-swiper .swiper-slide {
        width: 100%; /* 1 slide on mobile */
    }
}




        /* Add these styles for the language switcher */
        @media (max-width: 992px) {
            .nav-item.dropdown .dropdown-menu {
                position: static !important;
                transform: none !important;
                float: none;
                margin-top: 0;
                border: none;
                box-shadow: none;
                background: transparent;
                text-align: center;
            }

            .nav-item.dropdown .dropdown-item {
                display: inline-block;
                padding: 5px;
            }

            .nav-item.dropdown.active .dropdown-menu {
                display: flex !important;
                justify-content: center;
                gap: 10px;
            }
        }
    

/* header2 supplemental */


        body {
            background-color: #F4F6FF;

        }

        .hero-text {
            color: #003399;
        }

        .nav-link {
            padding: 0 !important;
        }

        .hero-text .highlight {
            font-weight: 700;
            /* Bold for "NO" */
            font-size: 64px;
            /* Larger size for emphasis */
            color: #003399;
            /* Blue color */
        }

        .hero-text img {
            max-width: 90%;
        }

        .hero-text .emphasis {
            font-weight: 700;
            /* Bold for "Just results." */
            color: #003399;
            /* Blue color */
        }

        .hero-cta span {
            font-size: 36.62px;
            font-weight: 600;
            line-height: 60.93px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            letter-spacing: -1px;
            word-wrap: none;

        }

        .section-2 {
            color: #ffffff;
            background-image: url('/front/images/Group_782.png');
            background-size: contain;
        }

        .section-2-title:before {
            content: '';
            height: 4px;
            width: 300px;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: 5px;
        }

        .section-2-title {
            display: block;
            font-size: 48px;
            font-weight: 700;
            line-height: 72px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .section-2-text {
            display: block;
            font-size: 24px;
            font-weight: 400;
            line-height: 36px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .section-2-left {
            height: 100px;
        }

        .section-2-left-icon {
            padding: 30px 16px;
            border-radius: 100%;
            background-color: #ffffff;
        }

        .section-2-left-icon img {
            width: 36px;
            margin-left: 6px !important;
            margin-top: -7px;
        }

        .section-2-left-text {
            margin-left: 18px;
            font-size: 22px;
            font-weight: 500;
            line-height: 36px;
            text-align: left;

        }

        .section-2-button {
            width: 255px !important;
            height: 80px !important;
            text-align: center !important;
            color: #fff !important;
            background: linear-gradient(90deg, #0851CE 0%, #00348D 100%);

            border-color: #0851CE !important;
            border-radius: 35px !important;
            margin-top: 20px !important;
            font-size: 24px !important;
            font-weight: 600 !important;
            line-height: 36px !important;
            /* padding-top: 12px !important; */
            border: 0px solid #0851CE !important;                                       
             


        }

        .section-2-button:hover {
            background: linear-gradient(90deg, #0640a8 0%, #002a6e 100%);
            color: #ffffff !important;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
            transition: all 0.3s ease;
        }

        .section-3-right {
            padding-top: 40px;
            padding-left: 0px !important;
        }

        .section-3-right-title {
            font-size: 48px;
            font-weight: 900;
            line-height: 96px;
            text-align: left;
        }

        .section-3-right-title:before {
            content: '';
            height: 4px;
            width: 150px;
            background-color: #0851CE;
            position: absolute;
            /* left: 0; */
            bottom: 5px;
        }

        .section-3-right-text {
            height: 370px;
            border-radius: 28px;
            background-color: #D4DFFC;
            padding: 20px;
        }

        .section-3-right-text img {
            float: right;
            display: block;
        }

        .section-3-right-text-alt {
            background-color: #001F53;
            color: #ffffff !important;
        }

        .section-3-right-number {
            clear: both;
        }

        .section-3-right-subtitle {
            margin-top: 15px;
            font-size: 72px;
            font-weight: 900;
            line-height: 100px;
            text-align: left;
            display: block;
            color: #0851CE;
        }

        .section-3-right-text-alt .section-3-right-subtitle {

            color: #ffffff !important;
        }

        .section-3-right-subtext {
            margin-top: -15px;
            margin-bottom: 20px;
            padding-top: 0px;
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            text-align: left;
            display: block;
            color: #0851CE;
        }

        .section-3-right-text-alt .section-3-right-subtext {

            color: #ffffff !important;
        }

        .pricing-plans {
            background-image: linear-gradient(to right bottom, #250d3d, #1d0f3b, #151139, #0e1136, #071133, #051333, #031534, #021734, #041b39, #06203d, #082442, #0b2946);
            color: #ffffff !important;
        }


        .scrolling-background {
            height: 400px;
            background: url('/front/images/techs.jpg') repeat-x;
            background-size: cover;
            animation: scroll-bg 40s linear infinite;
        }

        .scrolling-background2 {
            height: 535px;
            background: url('/front/images/testimo.jpg') repeat-x;
            background-size: cover;
            animation: scroll-bg 40s linear infinite;
        }

        @keyframes scroll-bg {
            0% {
                background-position: 0 0;
            }

            100% {
                background-position: -100% 0;
            }
        }

        .blog {
            background-image: linear-gradient(to right bottom, #250d3d, #1d0f3b, #151139, #0e1136, #071133, #051333, #031534, #021734, #041b39, #06203d, #082442, #0b2946);
            color: #ffffff !important;
        }



        .blog-card {
            /* Replaced .inner-card with .blog-card */
            border-radius: 12px;
            overflow: hidden;
            background: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin: auto;
            border: 1px solid #e6e6e6;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

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

        .blog-card-image img {
            width: 100%;
            height: 300px;
            /* Match blog card image height */
            display: block;
            object-fit: cover;
            /* Added for better image cropping */
        }

        .blog-card-content {
            padding: 16px;
        }

        .blog-card-content h3 {
            font-size: 20px;
            color: #000;
            margin: 10px 0;
            font-weight: 900;
        }

        .blog-card-content p {
            font-size: 14px;
            color: #6b6b6b;
            margin: 0 0 12px;
            line-height: 1.5;
            /* Matched blog card line-height */
        }

        .blog-card-meta {
            font-size: 12px !important;
            color: #999 !important;
        }


        .blog-card-meta b {
            color: #0056b3;
        }

        .nav-item {
            font-size: 12px;
        }

        .footer-heading {
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            text-align: left;
            /* display: block; */
            /* color: #ffffff; */
        }

        .ms-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important;
            margin-left: 1rem !important;
            /* height: ; */
        }

        .ms-3 a {
            text-decoration: none;
            color: #000;
            font-size: 30px;
        }

        .footer-heading:before {
            content: '';
            height: 2px;
            width: 100px;
            background-color: #0851CE;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .footer-heading:after {
            content: '';
            height: 10px;
            width: 10px;
            background-color: #fff;
            position: absolute;
            bottom: -4px;
            left: 96px;
            border-radius: 99px;
            border: 2px solid #0851CE;
        }

        .pricing-plans-title {
            display: block;
            font-size: 64px;
            font-weight: 700;
            line-height: 72px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .pricing-plans-sub-title {
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;

        }

        .pricing-plans-sub-title-highlight {
            font-size: 52px;
            font-weight: 700;
            line-height: 52px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;


        }
    


        .switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fff;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: #0851CE;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .three-line-cut {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }



        input:focus+.slider {
            box-shadow: 0 0 1px #2196F3;
        }

        input:checked+.slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }

        /* Rounded sliders */
        .slider.round {
            border-radius: 34px;
        }

        .slider.round:before {
            border-radius: 50%;
        }

        .toggle {}

        .toggle-label {
            font-family: Poppins;
            font-size: 20px;
            font-weight: 600;
            line-height: 36px;
            text-align: left;



        }

        .pricing-card {
            background-color: #0851CE;
            /* Blue card */
            color: white;
            width: 100%;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            /* text-align: center; */
            position: relative;
        }

        .pricing-card-alt {
            background-color: rgba(0, 0, 0, 0);
            /* Blue card */
            color: white;
            /* width: 300px; */
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            /* text-align: center; */
            position: relative;
            border: 1px solid white;

        }

        .pricing-header h2 {
            font-size: 52px;
            margin: 0;
            font-weight: 900;
        }

        .pricing-header h2 span {
            font-size: 18px;
            color: #0851CE;
            /* Lighter blue */
        }

        .pricing-header p {
            font-size: 29px;
            margin: 5px 0;
        }

        .pricing-details p {
            font-size: 18px;
            margin: 15px 0;
            font-weight: bold;
            min-height: 120px;
        }

        .pricing-details ul {
            list-style: none;
            padding: 0;
            text-align: left;
            margin: 0;
        }

        .pricing-details ul li {
            font-size: 14px;
            margin: 8px 0;
            display: flex;
            align-items: center;
        }

        .pricing-details ul li span {
            margin-right: 10px;
        }

        .not-included span {
            color: #f74f4f;
            /* Red for unavailable feature */
        }

        .choose-plan {
            background-color: white;
            color: #0851CE;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-bottom: -50px;
            transition: background-color 0.3s, color 0.3s;
            position: absolute;
            margin-left: 15%;
        }

        .choose-plan:hover {
            background-color: #0851CE;
            color: white;
            border: 1px solid white;
        }

        .choose-plan-alt {
            background-color: #0851CE;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-bottom: -50px;
            transition: background-color 0.3s, color 0.3s;
            position: absolute;
            margin-left: 15%;
        }

        .choose-plan-alt:hover {
            background-color: #fff;
            color: #0851CE;
            border: 1px solid #0851CE;
        }

        /* #0851CE */
    


        .sub-page-header {
            text-align: center;
            background: linear-gradient(90deg, #00348D 0%, #0851CE 100%);
            color: #ffffff !important;
            margin-top: 10vh;
        }

        .sub-page-header p {
            font-size: 36px;
            font-weight: 900;
            line-height: 48px;
            text-align: center;
            margin-top: 0px;

        }

        .breadcrumb2 {
            list-style: none;
            /* display: flex; */
            padding: 0;
            margin: 0;
            text-align: center;

        }

        .breadcrumb2 li {
            margin: 0 5px;
            display: inline;
        }

        .breadcrumb2 li:not(:last-child)::after {
            content: ">";
            margin-left: 5px;
        }

        .breadcrumb2 a {
            text-decoration: none;
            color: #fff;
        }

        .breadcrumb2 a:hover {
            text-decoration: underline;
        }

        .dropdown-toggle::after {
            display: none;
        }

        .info_icon {
            /* float: left; */
            /* width: 5%; */
            padding-top: 10px;
            /* padding-right: 10px; */
        }


        .info_text {
            font-size: 1.3rem;
            font-weight: 600;
        }

        .clear {
            clear: both;
        }
    


        .categories {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
        }

        .categories-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 15px;
            border-radius: 8px;
        }

        .categories_button {
            padding: 8px 20px;
            border: 1px solid #ddd;
            border-radius: 20px;
            background-color: #ffffff;
            color: #000;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            font-size: 14px;
        }

        .categories_button:hover {
            background-color: #e5e5e5;
        }

        .categories_button.active {
            background-color: #0851CE;
            color: #ffffff;
            border-color: #0851CE;
        }
    


        .inner-card {
            background-color: #ffffff;
            border-radius: 35px;
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
            /* width: 100%; */
            height: 100%;
            padding: 30px;
            text-align: left;
            /* margin-bottom: 20px; */
            box-shadow: 0px 9px 34px 0px #00000012;

        }

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

        .inner-card div span {
            border-radius: 100%;
            background-color: #F9FAFF;
            border: 1px solid #C6C6C6;
            padding-top: 26px;
            padding-right: 25px;
            padding-bottom: 30px;
            padding-left: 25px;
        }

        .inner-card div span img {
            width: 30px;
        }

        .inner-card h3 {
            font-size: 20px;
            color: #000;
            margin: 10px 0;
            font-weight: 900;
        }

        .inner-card p {
            font-size: 14px;
            color: #000;
            margin: 10px 0 20px;
            line-height: 1.6;
        }

        .inner-card button,
        .inner-card a {
            background-color: #0851CE;
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .inner-card button:hover,
        .inner-card a:hover {
            background-color: #0851ce9b;
        }


        .service {
            font-size: 24px;
            color: #6c757d;
            /* Muted color */
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .service:hover {
            color: #007bff;
            /* Change to a blue color or your desired hover color */
            text-decoration: underline;
            /* Optional: adds underline effect */
        }

        /* Custom */
        .moduleDetailsModalContent {
            border-radius: 36px;
        }

        .moduleDetailsModalContent .modal-body {
            padding: 30px;
            text-align: center;
        }

        .moduleDetailsModalContent .modal-header h3 {
            font-size: 25px;
            color: white;
            margin: 10px 0;
            font-weight: 900;
        }

        .moduleDetailsModalContent .modal-header {
            padding: 8px !important;
            background: #0851CE;
            overflow: hidden;
            border-radius: 30px 30px 0px 0px;
            text-align: center;
            display: block;
        }

        #moduleDetailsModalBody span {
            border-radius: 100%;
            background-color: #F9FAFF;
            border: 1px solid #C6C6C6;
            padding-top: 26px;
            padding-right: 25px;
            padding-bottom: 30px;
            padding-left: 25px;
        }

        #moduleDetailsModalBody p {
            margin-top: 30px;
            text-align: justify;
        }

        #moduleDetailsModalBody span img {
            height: 30px;
        }

        .layoutDetailsModalContent {
            border-radius: 36px;
        }

        #layoutDetailsModalTitle {
            font-size: xx-large;
            font-weight: 900;
            padding: 20px;
        }

        .layoutDetailsModalContent .modal-body {
            padding: 30px;
            text-align: center;
        }

        .layoutDetailsModalContent .modal-header h3 {
            font-size: 25px;
            color: white;
            margin: 10px 0;
            font-weight: 900;
        }

        .layoutDetailsModalContent .modal-header {
            padding: 8px !important;
            background: #0851CE;
            overflow: hidden;
            border-radius: 30px 30px 0px 0px;
            text-align: center;
            display: block;
        }

        #layoutDetailsModal .modal-dialog {
            max-width: 650px !important;
        }

        #layoutDetailsModalBody p {
            text-align: justify;
        }

        #layoutDetailsModalImage {
            height: 400px;
            border-radius: 20px;
        }

        .btn-modal-close {
            background-color: #0851CE;
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 14px;
            cursor: pointer;
        }

        .btn-modal-close:hover {
            background-color: #0851cee8;
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 14px;
            cursor: pointer;
        }

        /* Tempalts Page */
        .inner-card-templates {
            text-align: center;
        }

        .inner-card-templates div img {
            border-radius: 20px;
            border: 6px solid rgb(65 87 174);
        }

        .inner-card-templates p {
            text-align: left;
        }

        /* Tempalts Page */
        .inner-card-layouts {
            text-align: center;
        }

        .inner-card-layouts div img {
            border-radius: 20px;
            width: 220px;
            border: 6px solid rgb(65 87 174);
        }

        .inner-card-layouts p {
            text-align: left;
        }

        /* Single Blogs */
        .blog-sidebar-item:hover {
            color: red;
        }

        /* Custom */
    


        /* Mega Menu Container */
        .mega-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 250px;
            /* Ensures enough space for icons and text */
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            /* padding: 10px 0; */
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.2s ease;
        }

        /* Display Mega Menu on Hover */
        .mega-dropdown:hover .mega-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            border-bottom-left-radius: 14px;
            border-bottom-right-radius: 14px;
            overflow: hidden;
        }

        /* Mega Menu List */
        .mega-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .mega-menu ul li {
            border-bottom: 1px solid #0851cd8f;
            transition: all 0.3s ease;
            padding: 10px 15px;
            /* Increased padding */
            white-space: nowrap;
            /* Prevent text wrapping */
        }

        /* Icon + Text Alignment */
        .mega-menu ul li a {
            color: #555;
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            /* Align icon and text */
            gap: 10px;
            /* Space between icon and text */
            transition: color 0.3s ease;
        }

        .mega-menu ul li:hover {
            background-color: #0851cd;
            color: white;
        }

        .mega-menu ul li:hover a {
            color: #ffffff !important;
            text-decoration: none;
        }
    


        /* Add mobile styles */
        @media (max-width: 992px) {

            /* Mobile menu trigger */
            .menu-trigger {
                display: flex;
                align-items: center;
            }

            /* Main navigation */
            .main-nav ul.nav {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: #fff;
                flex-direction: column;
                padding: 15px;
                z-index: 999;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            }

            .main-nav ul.nav.active {
                display: flex;
            }

            /* Mega menu adjustments */
            .mega-menu {
                position: static !important;
                display: none !important;
                opacity: 1 !important;
                visibility: visible !important;
                transform: none !important;
                box-shadow: none;
                padding: 0 !important;
                background: transparent !important;
            }

            .mega-dropdown.active .mega-menu {
                display: block !important;
            }

            .mega-menu .row {
                padding: 0;
                flex-direction: column;
            }

            .mega-menu ul li {
                padding: 10px 0 !important;
                border-bottom: 1px solid #0851cd8f;
            }

            .nav-item.mega-dropdown {
                position: relative;
                display: block !important;
            }

            .mega-dropdown>.nav-link {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .mega-dropdown>.nav-link i {
                transition: transform 0.3s ease;
            }

            .mega-dropdown.active>.nav-link i {
                transform: rotate(180deg);
            }
        }
    


        /* Add these styles for the language switcher */
        @media (max-width: 992px) {
            .nav-item.dropdown .dropdown-menu {
                position: static !important;
                transform: none !important;
                float: none;
                margin-top: 0;
                border: none;
                box-shadow: none;
                background: transparent;
                text-align: center;
            }

            .nav-item.dropdown .dropdown-item {
                display: inline-block;
                padding: 5px;
            }

            .nav-item.dropdown.active .dropdown-menu {
                display: flex !important;
                justify-content: center;
                gap: 10px;
            }
        }
    