.header .bg-body-tertiary {
    background-color: white !important;
}

.header img {
    width: 200px;
}

.header a {
    font-size: 16px;
    font-weight: 600;
    color: #073067;
    text-decoration: none;
}

.header .buy-now {
    background-color: #F97502;
    padding: 8px 14px;
    border-radius: 5px;
}

.header .buy-now a {
    color: white !important;
}

/* Megamenu Positioning */
.has-megamenu {
    position: static !important;
}

.megamenu {
    left: 30% !important;
    right: 15% !important;
    width: 450px !important;
    top: 100% !important;
    margin-top: 10px !important;
}

/* Icon Square Styling */
.icon-sq {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.menu-text {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.megamenu a:hover .menu-text {
    color: #007bff;
}

/* Dropdown Arrow Remove */
.dropdown-toggle::after {
    display: none;
}

/* Hover Effect to show menu (Optional) */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .megamenu {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        box-shadow: none !important;
    }
}

.hero-section {
    height: 480px;
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(circle, #f0f0f0 2px, transparent 1px);
    background-size: 30px 30px;
    /* Dot pattern background */
}

.hero-section .text-orange {
    color: #ef5323;
}

.hero-section .btn-orange {
    background-color: #ef5323;
    color: white;
    border: none;
}

.hero-section .btn {
    padding: 6px 25px;
    border-radius: 8px;
}

.hero-section p {
    font-size: 18px;
    line-height: 26px;
    width: 600px;
    margin: 0 auto;
}

.hero-section .btn-orange:hover {
    background-color: #d4441b;
    color: white;
}

/* Floating Icons Animation */
.hero-section .floating-icons .icon {
    position: absolute;
    width: 30px;
    opacity: 0.7;
    animation: float 4s ease-in-out infinite;
}

.hero-section .icon-1 {
    top: 30%;
    left: 15%;
}

.hero-section .icon-2 {
    top: 35%;
    right: 15%;
    animation-duration: 2s;
}

.hero-section .icon-3 {
    bottom: 25%;
    left: 20%;
    animation-duration: 3s;
}

.hero-section .icon-4 {
    bottom: 25%;
    right: 20%;
    animation-duration: 4s;
}

.hero-section .icon-5 {
    top: 10%;
    left: 40%;
    animation-duration: 1s;
}

.hero-section .icon-6 {
    top: 10%;
    right: 40%;
    animation-duration: 2s;
}

.hero-section .icon-7 {
    bottom: 3%;
    left: 40%;
    animation-duration: 3s;
}

.hero-section .icon-8 {
    bottom: 3%;
    right: 40%;
    animation-duration: 4s;
}

.hero-section h1 {
    font-size: 32px;
    line-height: 48px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px) scale(1.2);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

.demandium-features {
    padding: 60px 0px;

}

.demandium-features .header-content h1 {
    font-size: 32px;
    color: #0a2351;
    margin-bottom: 20px;
    line-height: 46px;
}

.demandium-features.header-content h1 span {
    border-bottom: 3px solid #ffd700;
    padding-bottom: 5px;
}

.demandium-features .header-content p {
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 18px;
}

.demandium-features .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.demandium-features .feature-card {
    background: #fff;
    padding: 30px 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    text-align: center;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.demandium-features .feature-card:hover {
    transform: translateY(-5px);
    background-color: #d4441b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.demandium-features .feature-card:hover h3 {
    color: white !important;
}

.demandium-features .feature-card:hover p {
    color: white;
}

.demandium-features .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.demandium-features .feature-card h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}

.demandium-features .feature-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0px;
}

/* Badges */
.demandium-features .badge {
    position: absolute;
    top: 0;
    right: 20px;
    background: #1b5ed7;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 0 0 5px 5px;
}

/* Colors for icons background */
.demandium-features .blue-bg {
    background: #eef4ff;
    color: #1b5ed7;
}

.demandium-features .pink-bg {
    background: #fff0f5;
    color: #d63384;
}

.demandium-features.light-blue-bg {
    background: #e3f2fd;
}

.demandium-features .teal-bg {
    background: #e0f2f1;
}

.demandium-features .purple-bg {
    background: #f3e5f5;
}

.demandium-features .green-bg {
    background: #e8f5e9;
}

.features-section {
    background-color: #0d4a91;
    padding: 60px 0;
    color: #ffffff;
    text-align: center;
}

.features-section .section-header h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.features-section .section-header h2 span {
    border-bottom: 3px solid #ffc107;
}

.section-header p {
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
}

.feature-card-blue {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 12px;
    border-radius: 10px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    margin-top: 30px;
    cursor: pointer;
}

.feature-card-blue:hover .feature-card-blue p {
    margin-top: 20px !important;
}

.feature-card-blue:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.icon-container {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-container i {
    font-size: 30px;
    color: #43c6e3;
}

.feature-card-blue h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 32px;
}

.feature-card-blue p {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.8;
}

.btn-more {
    display: inline-block;
    padding: 8px 30px;
    background: #fff;
    color: #0d4a91;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

/* Owl Carousel Dots Customization */
.feature-slider.owl-theme .owl-dots {
    margin-top: 10px !important;
    /* Cards kinda space kosam */
    display: block !important;
    /* Dots force display */
}

.feature-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3) !important;
    /* Unselected dots (light white) */
    border-radius: 50%;
    margin: 5px 7px;
    display: block;
    transition: all 0.3s ease;
}

.feature-slider.owl-theme .owl-dots .owl-dot.active span,
.feature-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    /* Active dot (Pure white) */
    transform: scale(1.2);
    /* Active dot konchem peddaga kanipistundi */
}

.how-it-works {
    position: relative;
    padding: 100px 0;
    background: #fff;
}

/* Sticky Left Side */
.sticky-box {
    position: sticky;
    top: 150px;
}

.sticky-box h2 span {
    color: #1b5ed7;
    border-bottom: 3px solid #ffc107;
}

.view-demo-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #1b5ed7;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}

/* Middle Progress Bar Styles */
.scroll-column {
    display: flex;
    justify-content: center;
    position: relative;
}

.scroll-line-wrapper {
    width: 4px;
    background: #f0f0f0;
    /* Empty bar color */
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
}

#progress-bar {
    width: 100%;
    height: 0%;
    /* JavaScript handles this */
    background: #1b5ed7;
    /* Color increases on scroll */
    border-radius: 10px;
    transition: height 0.1s linear;
}

/* Step Cards */
.step-card {
    padding-bottom: 80px;
    /* Space between steps */
}

.step-number {
    font-size: 28px;
    font-weight: 700;
    color: #0a2351;
    display: block;
    margin-bottom: 15px;
}

.rules-box ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.rules-box ul li {
    background: #f8faff;
    color: #1b5ed7;
    padding: 8px 15px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 10px;
}

/* Promo Tabs Styling */
.promo-container .nav-tabs .nav-link {
    font-size: 14px;
    padding: 5px 0;
    margin-right: 20px;
    background: transparent;
}

.promo-container .nav-tabs .nav-link.active {
    border-bottom: 2px solid #1b5ed7 !important;
    color: #1b5ed7 !important;
}

/* Image styling to match the video/screenshot */
.step-card img {
    max-width: 350px;
    height: auto;
    object-fit: contain;
}

.step-card1 img {
    max-width: 100% !important;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .step-card {
        flex-direction: column !important;
        text-align: center;
    }

    .step-card img {
        max-width: 100%;
        order: -1;
        /* Image comes first on mobile */
    }
}

.demandium-footer {
    background-color: #041424;
    /* Dark blue background from image */
    color: #fff;
    padding: 60px 0 20px;
    font-family: sans-serif;
}

.footer-top-box {
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 80%;
}

.brand-desc {
    color: #a0aec0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-links a {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.social-links a:hover {
    background: #1b5ed7;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-links,
.contact-info {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 5px;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.btn-support {
    display: inline-block;
    background: #fff;
    color: #041424;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.3s;
}

.btn-support:hover {
    background: #1b5ed7;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 16px;
    color: #a0aec0;
}

.tech-name {
    color: #fff;
    font-weight: bold;
}

/* Sidebar Styling */
.service-nav {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.service-nav .list-group-item {
    padding: 18px 25px;
    border: none;
    font-weight: 500;
    font-size: 1.1rem;
    color: #444;
}

.service-nav .list-group-item.active {
    background-color: #eff6ff !important;
    color: #006ce1 !important;
    border-left: 5px solid #006ce1 !important;
}

/* Mockup Design */
.mockup-container {
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-frame {
    width: 270px;
    height: 540px;
    overflow: hidden;
    z-index: 2;
}

.phone-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Floating Tags */
.floating-tag {
    position: absolute;
    z-index: 3;
}

.tag-content {
    background: #003d82;
    /* Dark Blue from video */
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.icon-box {
    background: white;
    color: #003d82;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Connecting Lines */

@keyframes floats {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floatss {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.line {
    position: absolute;
    height: 2px;
    background: #003d82;
    opacity: 0.3;
    z-index: 1;

}

/* Positions */
.t-left {
    top: 15%;
    left: 10%;
    animation: floats 4s ease-in-out infinite;

}

.line-tl {
    width: 80px;
    right: -70px;
    top: 50%;
    transform: rotate(15deg);
}

.t-right {
    top: 20%;
    right: 10%;
    animation: floats 4s ease-in-out infinite;

}

.line-tr {
    width: 80px;
    left: -70px;
    top: 50%;
    transform: rotate(-15deg);
}

.b-left {
    bottom: 15%;
    left: 10%;
    animation: floatss 4s ease-in-out infinite;

}

.line-tl {
    width: 80px;
    right: -70px;
    top: 50%;
    transform: rotate(15deg);
}

.b-right {
    bottom: 20%;
    right: 10%;
    animation: floatss 4s ease-in-out infinite;

}

.line-tr {
    width: 80px;
    left: -70px;
    top: 50%;
    transform: rotate(-15deg);
}

.tech-section {
    background-color: #ffffff;
    overflow: hidden;
}

.section-title {
    font-weight: 700;
    color: #0d233e;
}

.highlight {
    color: #006ce1;
    position: relative;
    border-bottom: 2px solid #ffc107;
    /* Yellow underline effect */
}

.section-subtitle {
    max-width: 600px;
    color: #777;
    font-size: 1rem;
}

/* Technology Grid Container */
.tech-container {
    height: 400px;
    margin-top: 50px;
}

.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tech-grid {
    position: relative;
    z-index: 2;
    height: 100%;
}

.circle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.circle:hover {
    transform: translateY(-10px);
}

/* Position Icons in Wavy Pattern */
.tech-card {
    position: absolute;
}

.icon-php {
    left: 5%;
    top: 50%;
}

.icon-laravel {
    left: 20%;
    top: 20%;
}

.icon-flutter {
    left: 40%;
    top: 55%;
}

.icon-android {
    left: 60%;
    top: 15%;
}

.icon-apple {
    left: 60%;
    top: 75%;
}

.icon-firebase {
    left: 80%;
    top: 60%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .tech-container {
        height: auto;
    }

    .tech-card {
        position: static;
        display: inline-block;
        margin: 15px;
    }

    .wave-bg {
        display: none;
    }
}

/* Header Styling */
.section-title {
    font-weight: 700;
    color: #0d233e;
    font-size: 2.5rem;
}

.highlight {
    color: #006ce1;
    position: relative;
    display: inline-block;
}

/* Screenshot lo unna yellow underline effect kosam */
.highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 193, 7, 0.3);
    z-index: -1;
}

.section-subtitle {
    max-width: 700px;
    color: #6c757d;
}

/* Blue Container Styling */
.gateway-container {
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

/* Payment White Boxes */
.payment-box {
    background: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 15px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.payment-box:hover {
    transform: translateY(-5px);
}

.payment-box img {
    max-width: 60%;
    max-height: 40px;
    object-fit: contain;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
}

/* Section Background */
.profit-section {
    background-color: #fcfdfe;
}

/* Header Styling */
.section-title {
    font-weight: 700;
    color: #0d233e;
    font-size: 32px;
}

.highlight {
    color: #006ce1;
    position: relative;
    z-index: 1;
}

/* Yellow Brush effect under Profit */
.highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 193, 7, 0.3);
    z-index: -1;
}

.section-subtitle {
    max-width: 650px;
    color: #6c757d;
    font-size: 1.1rem;
}

/* Feature Icon Styling */
.icon-circle {
    min-width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.feature-title {
    font-weight: 600;
    color: #0d233e;
    margin-bottom: 10px;
}

/* Mockup Positioning */
.mockup-wrapper {
    position: relative;
}

.main-mockup {
    border: 1px solid #eee;
    background: #fff;
}

.character-wrapper {
    position: absolute;
    bottom: -20px;
    left: 0px;
    z-index: 5;
}

.admin-char {
    height: 250px;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }

    .character-wrapper {
        display: none;
    }
}

/* బ్యానర్ మొత్తం కంటైనర్ స్టైలింగ్ */
.hero-banner {
    padding-top: 30px;
}

.banner-wrapper {
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    /* బ్లూ గ్రేడియంట్ */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    /* min-height: 450px; */
}

/* కుడి వైపు బ్యాక్‌గ్రౌండ్ షేప్ (స్క్రీన్‌షాట్ ప్రకారం) */
.banner-right {
    background-color: #f0f7ff;
    /* లైట్ బ్యాక్‌గ్రౌండ్ */
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    /* ఏటవాలు కటింగ్ */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* టెక్స్ట్ స్టైలింగ్ */
.text-light-blue {
    color: #e0f0ff;
}

.banner-left h1 {
    font-size: 32px;
    line-height: 48px;
}

.banner-left p {
    font-size: 18px;
    max-width: 500px;
}

/* బటన్ స్టైలింగ్ */
.btn-light {
    color: #0056b3 !important;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* మొబైల్ రెస్పాన్సివ్ అడ్జస్ట్‌మెంట్స్ */
@media (max-width: 991px) {
    .banner-right {
        clip-path: none;
        /* మొబైల్ లో కటింగ్ తీసేయాలి */
        padding-bottom: 30px;
    }

    .banner-left {
        text-align: center;
    }

    .banner-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .d-flex {
        justify-content: center;
    }
}