* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



div#myWhats {
    position: fixed;
    bottom: 203px;
    right: 24px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

div#myWhats img {
    width: 100%;
    border-radius: 50px;
}


div#myLinkdin {
    position: fixed;
    bottom: 266px;
    right: 25px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

div#myLinkdin img {
    width: 100%;
    border-radius: 50px;
}


::-webkit-scrollbar {
    width: 2px;
}

body.modal-open {
    overflow-y: auto !important;
}

header,
footer {
    background: #f8f9fa;
    /* padding: 1rem 0; */
    width: 100%;
}

.top-nav {
    width: 100%;
    background: black;
    display: flex;
    gap: 31px;
}

.top-nav>div {
    display: flex;
    gap: 10px;
    padding: 8px 0px 6px 0px;
}

.container {
    padding-left: 133px;
    padding-right: 133px;
}

.trusted-partners {
    padding-left: 133px !important;
    padding-right: 133px !important;
}

.nav-log {
    width: 100px;
    /* height: 52px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* .nav-log img{
    width: 100%;
} */


.log-mobile {
    display: none;
}

.log-mobile .nav-log {
    width: 100px;
    /* height: 52px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.log-mobile .nav-log img {
    width: 100%;
}

nav {
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    min-height: 65px;
}

.nav-items {
    display: flex;
    gap: 40px;
}

.nav-items>div>a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.nav-menu-icon {
    display: none;
}

.mobile-nav {
    box-shadow: 0px 0px 2px gray;
    display: none;
}


.mobile-nav ul {
    list-style: none;
    padding: 0;
}

.mobile-nav ul>li {
    padding: 15px 0;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.mobile-nav ul>li:hover {
    background-color: #F89311;
    transition: all .5s ease-in-out;
}

.mobile-nav ul>li:hover a {
    color: #ffff;
    transition: all .5s ease-in-out;
}



.mobile-nav ul li>a {
    /* text-align: center; */
    /* padding: 11px; */
    text-decoration: none;
    color: #f89311;
    padding-left: 15px;
    width: 100%;
    display: inline-block;
}


.active {
    display: block;
}

.secandry-nav {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


nav.sticky-nav {
    transition: all .5s ease-in-out;
    z-index: 999;
}

nav.sticky-nav.newClass {
    position: fixed;
    top: 0;
    transition: all .5s ease-in-out;
    width: 100%;
}

nav.sticky-nav.newClass .log-mobile {
    display: block;
}

.modal-backdrop.fade.show:empty {
    display: none;
}



@media(max-width:919px) {
    .desck_log {
        display: none;
    }

    .top-nav {
        display: none !important;
    }

}


@media (max-width:568px) {
    .cst_details {
        flex-direction: column;
    }
}

@media (max-width:500px) {
    .nav-items-details {
        flex-direction: column;
    }
}





/* Hero Section */



.hero {
    /* background-image: url('../images/hero-section-bg1.png'); */
    background-color: #000;
    /* height: 100dvh; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.hero-content {
    padding: 36px 0px 0px 0px;
}



.hero-content h1 {
    font-size: 2.3rem;
    color: white;
}

.hero-content p {
    margin: 0px;
    color: white;
    font-size: 22px;
    margin-top: 20px;
}

.hero-statatics {
    margin: 20px 0px;
    border: 2px solid white;
    display: flex;
    padding: 20px;
    padding-right: 10px !important;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 457px;
}

.hero-statatics>div {
    border-right: 2px solid white;
    padding-right: 12px;
    width: 90px;
    padding-left: 12px;
}

.hero-form>div {
    box-shadow: 0px 0px 12px #8080807d;
    background: white;
    padding: 20px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 400px; */
}

.hero-form>div>form {
    width: 100%;
    margin-left: 28px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-form>div>form>div>input {
    width: 91%;
    color: #495057;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.hero-form>div>form>div>textarea {
    width: 91%;
    color: #495057;
    /* height: calc(2.25rem + 2px); */
    padding: .375rem 1.75rem .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.hero-form>div>form>button {
    width: 91%;
    padding: 10px;
    border: none;
    color: white;
    /* background: #f89311; */
    background: #f89311;
    border-radius: 5px;
    font-weight: 600;
}


button.popup_btn {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: none;
    background-color: #f89311;
    z-index: 999999;
}



/* Trusted Partners Section */
.trusted-partners {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.trusted-partners h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.partners-carousel .partner {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 4%;
    background-color: #f4511e;
    margin: 10px 0;
    height: 250px;
    display: flex;
    align-items: center;
}



.partners-carousel .partner img {
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: filter 0.3s;
    object-fit: contain;
    filter: drop-shadow(16px 24px 9px black);
}

.partners-carousel .partner img:hover {
    filter: grayscale(0%);
}



/* About Section */

/* mukul css strat rest */
.why-choose-us {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    opacity: 0.7;
    animation: float 12s ease-in-out infinite;
}

.element-1 {
    width: 500px;
    height: 500px;
    background: rgba(248, 147, 17, 0.15);
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.element-2 {
    width: 400px;
    height: 400px;
    background: rgba(248, 147, 17, 0.15);
    bottom: -100px;
    left: -100px;
    animation-delay: 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(50px, 50px) rotate(5deg);
    }

    50% {
        transform: translate(0, 100px) rotate(0deg);
    }

    75% {
        transform: translate(-50px, 50px) rotate(-5deg);
    }
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.section-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(90deg, #0F172A 0%, #F89311 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
}

.section-header p {
    font-family: 'Inter', sans-serif;
    color: #64748B;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}



.features-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-card-choose {
    background: white;
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feature-card-choose:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.icon-container {
    width: 80px;
    height: 80px;
    background: rgba(248, 147, 17, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all 0.5s ease;
}

.feature-card-choose:hover .icon-container {
    background: #F89311;
    transform: rotate(5deg) scale(1.1);
}

.icon-container svg {
    width: 36px;
    height: 36px;
    color: #F89311;
    transition: all 0.5s ease;
}

.feature-card-choose:hover .icon-container svg {
    color: white;
}

.feature-card-choose h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.4rem;
    /* font-weight: 800; */
    color: #0F172A;
    margin: 0 0 15px;
    text-align: center;
}

.feature-card-choose p {
    font-family: 'Inter', sans-serif;
    color: #64748B;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 0.5;
    }

    90% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(-100px) translateX(100px);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .feature-card-choose {
        padding: 40px 25px;
    }
}

/* mukul css end rest*/


/* Service Section */
.services-section {
    margin: 0 auto;
    background: #8080800d;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #f89311;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #f89311;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
    height: 80px;
    /* background: linear-gradient(135deg, #4f46e5, #4338ca); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-left: 35px; */
    margin-top: 35px;
}

.service-icon i {
    font-size: 2.5rem;
    color: #fff;
    padding: 10px;
    background: #f89311;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: black;
}

.service-content p {
    color: #64748b;
    margin-bottom: 20px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.tag {
    background-color: #e2e8f0;
    color: #334155;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Portfolio Section */
/* Creative Base Styles */
.port {
    background-color: #0e1526;
}

.portfolio-section {
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #0e1526;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.portfolio-header h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    margin: 0 0 15px;
    color: #f89311;
    /* background: linear-gradient(249deg, #FF9800 0%, #F89311 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.portfolio-header p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #64748B;
    max-width: 700px;
    margin: 0 auto;
}

/* Project List - Timeline Style */
.project-list {
    position: relative;
    padding: 0 20px;

}

/* Center Line */
.project-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #F89311, rgba(248, 147, 17, 0.3));
    z-index: 1;
}

.project-item {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.project-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.project-card {
    width: 45%;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(248, 147, 17, 0.2);
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.15);
    border-color: #F89311;
}

.project-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.project-content {
    padding: 25px;
}

.project-category {
    display: inline-block;
    background: rgba(248, 147, 17, 0.1);
    color: #F89311;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.project-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 15px;
}

.project-excerpt {
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 20px;
}

.view-case-study {
    display: inline-flex;
    align-items: center;
    color: #F89311;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-case-study:hover {
    color: #0F172A;
}

.view-case-study svg {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.view-case-study:hover svg {
    transform: translateX(5px);
}

/* Case Study Details (Hidden by default) */
.case-study-details {
    display: none;
    padding: 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
    margin-top: 30px;
    border: 1px solid rgba(248, 147, 17, 0.2);
}

.case-study-details h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.8rem;
    margin: 0 0 20px;
    color: #0F172A;
}

.case-study-details p {
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 20px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.detail-item h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem;
    margin: 0 0 10px;
    color: #0F172A;
}

.detail-item p {
    margin: 0;
}

.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.tech-item {
    background: rgba(248, 147, 17, 0.1);
    color: #F89311;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.case-study-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.case-study-images img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 273px;
    object-fit: cover;
}

.close-details {
    display: inline-block;
    background: #F89311;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.close-details:hover {
    background: #0F172A;
}

/* Dot on Timeline */
.project-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #F89311;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 2px #F89311;
    z-index: 3;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .project-list::before {
        left: 30px;
    }

    .project-item,
    .project-item:nth-child(odd) {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 60px;
    }

    .project-item::after {
        left: 30px;
    }

    .project-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .portfolio-header h2 {
        font-size: 2.4rem;
    }
}

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

    .case-study-details {
        padding: 25px;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width:433px) {

    .project-item,
    .project-item:nth-child(odd) {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
    }
}

@media (max-width:388px) {

    .project-item,
    .project-item:nth-child(odd) {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0px;
    }
}

/* Features Section */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #F89311 0%, #FF6B00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.section-header p {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Benefits Grid */
.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    gap: 15px;
}

.benefit-box {
    padding: 25px;
    border-radius: 12px;
    background: white;
    transition: all 0.3s ease;
    border-bottom: 3px solid #F89311;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(248, 147, 17, 0.1);
}

.benefit-icon {
    font-size: 1.8rem;
    color: #F89311;
    margin-bottom: 15px;
}

.benefit-box h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #1A1A1A;
}

.benefit-desc {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    min-height: 60px;
}

.benefit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: rgba(248, 147, 17, 0.1);
    color: #F89311;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* CTA */
.cta-section {
    text-align: center;
    margin-top: 40px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #F89311 0%, #FF6B00 100%);
    color: white;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(248, 147, 17, 0.3);
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(248, 147, 17, 0.4);
}

.cta-btn i {
    margin-right: 8px;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 1.8rem;
    }

    .benefit-box {
        padding: 20px;
    }
}

/* Pause on hover */
.features-slider:hover .auto-scroll-pause {
    animation-play-state: paused;
}

.WhatWeProvide {
    background: black;
    min-height: 100dvh;
    padding-bottom: 4rem;
    padding-top: 3rem;
}

.WhatWeProvide-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.WhatWeProvide div span {
    color: #f89311;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.WhatWeProvide div h2 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

.WhatWeProvide-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.WhatWeProvide-content>div {
    max-width: 100%;
    display: flex;
    height: fit-content;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.WhatWeProvide-content-image {
    padding: 20px;
    border-radius: 12px;
    padding: 10px;
    border: 2px solid #fff5ee;
}

.WhatWeProvide-content-image img {
    height: fit-content;
    object-fit: contain;
    width: 100%;
    border-radius: 8px;
}

.WhatWeProvide-content-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.WhatWeProvide-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    width: 449px;
    min-height: 117px;
}

.WhatWeProvide-card>h4 {
    color: black;
    font-size: 1.5rem;
    padding-bottom: 12px;
}

.WhatWeProvide-card>p {
    color: black;
    font-size: 16px;
    padding-bottom: 12px;
}

/* Testimonial Section */
.testimonials {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    background: #8080800d;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #4361ee;
}

.section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.stars {
    color: #ffc107;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #212529;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
}

.client-name {
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.client-title {
    color: #6c757d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ Section */
.faq-section {
    margin: 0 auto;
    background: white;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #f89311;
}

.section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.faq-image {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.faq-image:hover img {
    transform: scale(1.03);
}

.faq-content {
    flex: 1;
    min-width: 300px;
}

.faq-item {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: white;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    color: #F89311;
    background-color: white;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    background-color: var(--light-gray);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #6c757d;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem;
    max-height: 500px;
}

.faq-icon {
    transition: transform 0.3s ease;
    color: #f89311;
    font-size: 1.2rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .faq-container {
        flex-direction: column;
    }

    .faq-image,
    .faq-content {
        min-width: 100%;
    }

    .faq-image {
        order: 1;
    }

    .faq-content {
        order: 2;
    }
}

/* Contact Us Section */
#demo-section {
    background: linear-gradient(135deg, #FFF9F2 0%, #FFF0E0 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.demo-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(248, 147, 17, 0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.demo-content {
    flex: 1;
    min-width: 300px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.demo-content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(248, 147, 17, 0.3), transparent);
}

.demo-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 20px;
    line-height: 1.3;
    background: linear-gradient(135deg, #F89311, #FF6B00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.demo-text p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #666;
}

.demo-image {
    flex: 1;
    min-width: 300px;
    background: url('https://images.prismic.io/ev-mercury/146b561e-bc42-4bed-8830-ee6a20c9fed0_CustomerServicePhone.jpg?auto=compress,format&q=50&fm=jpg') center/cover;
    position: relative;
    transition: all 0.5s ease;
}

.demo-image:hover {
    transform: scale(1.02);
}

.demo-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(248, 147, 17, 0.1) 0%, rgba(255, 107, 0, 0.1) 100%);
}

/* Form Styles */
.demo-form {
    flex: 1;
    min-width: 300px;
    padding: 60px;
    background: white;
}

.form-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1A1A1A;
    position: relative;
}

.form-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #F89311, #FF6B00);
    border-radius: 2px;
}

.form-group {
    margin-bottom: 53px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
    transition: all 0.3s ease;
}

.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #F89311;
    background-color: white;
    box-shadow: 0 0 0 4px rgba(248, 147, 17, 0.2);
}

.btn-primary {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #F89311, #FF6B00);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(248, 147, 17, 0.3);
    margin-top: 10px;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(248, 147, 17, 0.4);
}

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


div#doc_form {
    display: none;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .demo-content {
        padding: 40px;
    }

    .demo-content::after {
        display: none;
    }

    .demo-form {
        padding: 40px;
    }

    .demo-text h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    #demo-section {
        padding: 60px 0;
    }

    .demo-container {
        flex-direction: column;
    }

    .demo-image {
        min-height: 300px;
        order: -1;
    }

    .demo-text h2 {
        font-size: 1.8rem;
    }

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





/* Footer */
.footer {
    background-color: #1F2937;
    color: white;
    /* padding: 4rem 1rem 2rem 1rem; */
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.footer-description {
    color: #9CA3AF;
    line-height: 1.6;
    max-width: 300px;
}

.social-links {
    display: flex;
    gap: 1rem;
    /* justify-content: center; */
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background-color: var(--primary);
    transform: translateY(-3px);
}

.footer-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-link {
    color: #9CA3AF;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: white;
    transform: translateX(5px);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #9CA3AF;
    line-height: 1.6;
}

.contact-icon {
    color: var(--primary);
    margin-top: 3px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    text-align: center;
    color: #9CA3AF;
    font-size: 0.875rem;
}

.modal1 {
    display: none;
    position: fixed;
    top: 42%;
    left: 0;
    width: 100%;
    height: 63vh;
    /* background-color: rgba(0, 0, 0, 0.7); */
    z-index: 1000;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    z-index: 999999;

}





.modal1 .modal-content {
    color: #1F2937;
    width: 90%;
    border: none !important;
    overflow-y: auto;
    position: relative;
    height: 50vh;
    overflow-y: auto;

}

.cst_position {
    top: 13% !important;
    right: 105px;
    height: 80vh !important;
    position: fixed;
    z-index: 999;
    min-width: 25vw;
    overflow-y: auto;
}

.cst_position .modal-dialog {
    margin-left: auto !important;
    margin-right: 20px !important;
}


.modal1 .modal-dialog {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 70% !important;
}




.close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #4B5563;
    background: none;
    border: none;
}

.modal-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
}

.modal-body {
    line-height: 1.6;
}

.modal-body h3 {
    margin: 1.5rem 0 1rem;
    color: #374151;
}

.modal-body p {
    margin-bottom: 1rem;
}

.modal-body ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}



.cyber-banner {
    width: 100%;
    /* height: 650px; */
    background:
        radial-gradient(circle at 70% 30%, rgba(248, 147, 17, 0.3) 0%, transparent 50%),
        linear-gradient(to bottom, #000000 0%, #0F172A 100%),
        url('https://images.unsplash.com/photo-1639762681057-408e52192e55?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    border-bottom: 8px solid #F89311;
}

.cyber-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(248, 147, 17, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(248, 147, 17, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridScroll 40s linear infinite;
    z-index: 1;
}

@keyframes gridScroll {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1000px 1000px;
    }
}

.banner-content {
    position: relative;
    z-index: 3;
}

.cyber-banner h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 30%, #F89311 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    letter-spacing: 0px;
    text-shadow: 0 0 20px rgba(248, 147, 17, 0.5);
    animation: textGlow 3s infinite alternate;
}

@keyframes textGlow {
    0% {
        text-shadow: 0 0 20px rgba(248, 147, 17, 0.5);
    }

    100% {
        text-shadow: 0 0 40px rgba(248, 147, 17, 0.8), 0 0 60px rgba(248, 147, 17, 0.3);
    }
}

.cyber-banner p {
    font-family: 'Rajdhani', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    /* font-size: 1.5rem; */
    margin: 0 0 50px;
    line-height: 1.8;
    max-width: 600px;
    font-weight: 500;
}

.cta-container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}


a.cta-button-1 {
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #ebebe9;
}

.cst_position_btn {
    justify-content: end;
}

.cta-button {
    background: #F89311;
    color: #000;
    padding: 14px;
    border-radius: 4px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0 30px rgba(248, 147, 17, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    z-index: 1;
    transform-style: preserve-3d;
    border-radius: 20px;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.6s;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-5px) rotateX(15deg);
    box-shadow: 0 15px 40px rgba(248, 147, 17, 0.8);
}

.cta-button:hover::before {
    left: 100%;
}

.secondary-button {
    background: transparent;
    color: #F89311;
    border: 3px solid #F89311;
    box-shadow: 0 0 20px rgba(248, 147, 17, 0.3);
}



@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.tech-icon:hover {
    transform: scale(1.2) !important;
    background: rgba(248, 147, 17, 0.2);
    box-shadow: 0 0 40px rgba(248, 147, 17, 0.6);
    z-index: 10;
}

.circuit-line {
    position: absolute;
    background: rgba(248, 147, 17, 0.3);
    z-index: 1;
}

#circuit1 {
    width: 2px;
    height: 100px;
    top: 50%;
    left: 20%;
    animation: circuitPulse 4s infinite;
}

#circuit2 {
    width: 150px;
    height: 2px;
    top: 30%;
    left: 25%;
    animation: circuitPulse 5s infinite reverse;
}

@keyframes circuitPulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.8;
        height: 120px;
    }
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #F89311;
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle linear infinite;
    filter: drop-shadow(0 0 5px #F89311);
}

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        transform: translateY(-100px) translateX(100px);
        opacity: 0;
    }
}

.binary-rain {
    position: absolute;
    color: rgba(248, 147, 17, 0.3);
    font-family: monospace;
    font-size: 18px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    user-select: none;
    z-index: 1;
    animation: binaryFall 15s linear infinite;
}

@keyframes binaryFall {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100vh);
    }
}






@media (max-width: 768px) {

    .cst_img {
        height: 400px;
        object-fit: contain;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-brand {
        text-align: center;
        align-items: center;
    }

    .footer-description {
        max-width: 100%;
        text-align: center;
    }

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

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

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

    /* .footer-links {
        align-items: center;
    } */

    .modal-content {
        width: 95%;
    }
}


@media (max-width:500px) {
    /* .footer-links {
        align-items: start;
    } */
}


@media (max-width:488px) {
    .hero-statatics {
        padding: 0;
    }

    .cst_img {
        display: none;
    }
}



#backtoup {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtoup::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backtoup:hover {
    cursor: pointer;
    background-color: #333;
}

#backtoup:active {
    background-color: #555;
}

#backtoup.show {
    opacity: 1;
    visibility: visible;
}