.header,.logo {
    transition: .4s
}

.hero-cta,nav a {
    text-decoration: none;
    color: #fff
}

.framework-content h3,.hero h1,.tech-content h3 {
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2
}

.footer-cta,.hero-content,.proof {
    text-align: center
}

.header.scrolled,.service-arrow,.slide-icon {
    backdrop-filter: blur(10px)
}

.framework-image,.hero,.marquee-container,.modal-container,.modal-image,.proof,.research-card,.slide,.slider-container {
    overflow: hidden
}

.alert-btn,.badge,.demo-btn,.modal-subtitle,.section-title,.stat-label {
    text-transform: uppercase
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: #fff0
}

.header.scrolled {
    background: rgb(0 0 0 / .95);
    padding: 15px 60px
}

.header-left {
    display: flex;
    gap: 40px;
    align-items: center;
    flex: 1
}

.header-right,nav {
    gap: 40px;
    align-items: center;
    display: flex
}

.header-right {
    flex: 1;
    justify-content: flex-end
}

.logo {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

.hero h1,.hero-logo {
    letter-spacing: -2px
}

.header.scrolled .logo {
    opacity: 1
}

nav a {
    font-size: 14px
}

nav a:hover {
    color: #fff;
    font-weight: 600;
    transition: .6s
}

.contact-btn {
    background: #b67a1e;
    padding: 10px 24px;
    border-radius: 4px;
    transition: background .3s
}

.contact-btn:hover {
    background: #e29829
}

.navbar-li-effect::before,.navbar-li-effect:hover::before {
    width: 0%;
    bottom: 0
}

.navbar-li-effect::before {
    transition: .3s;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #a67e0d
}

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8
}

.hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero-content {
    z-index: 2;
    max-width: 900px;
    padding: 0 20px
}

.hero-logo {
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 1;
    animation: 1s fadeInDown
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero h1 {
    font-size: 62px
}

.hero-cta {
    display: inline-block;
    background: #b67a1e;
    padding: 16px 40px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s
}

.framework,.service-arrow {
    background: rgb(255 255 255 / .15)
}

.hero-cta:hover {
    background: #efa330;
    transform: translateY(-2px)
}

.services {
    display: grid;
    grid-template-columns: repeat(1,1fr)
}

.marquee-content::after,.service-card::before {
    content: ''
}

.service-content {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.service-arrow {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.service-card:hover .service-arrow {
    background: #b67a1e;
    transform: translateX(5px)
}

.service-card:hover .blue-back {
    background: #0073b6;
    transform: translateX(5px)
}

.service-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 2;
    fill: none
}

@media (max-width: 768px) {
    .services-container {
        grid-template-columns:1fr;
        gap: 16px
    }

    .service-card {
        height: 450px
    }

    .service-content {
        padding: 30px
    }

    .service-title {
        font-size: 1.75rem
    }

    .service-description {
        font-size: .95rem
    }

    .service-arrow {
        width: 44px;
        height: 44px
    }
}

@media (max-width: 480px) {
    .service-card {
        height:290px
    }

    .hero h1 {
        font-size: 54px!important
    }

    .service-content {
        padding: 24px
    }

    .service-title {
        font-size: 1.5rem
    }

    .service-description {
        font-size: .9rem
    }
}

.learn-more,.view-all {
    font-size: 14px;
    text-decoration: none
}

.framework {
    padding: 80px 60px;
    position: relative
}

.framework-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.framework-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#cb9c3e 0,#cabc20 100%);
    border-radius: 8px;
    position: relative;
    background-image: url(https://storage.googleapis.com/giffycms-ambicahind.appspot.com/Executive_Saurav%20Bubna.webp);
    background-size: cover;
    background-position: top
}

.framework-content h3,.tech-content h3 {
    position: relative;
    font-size: 48px;
    letter-spacing: -1px
}

.framework-content h3::after,.tech-content h3::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3.5px;
    background: #b67a1e;
    bottom: -10px;
    left: 0;
    border-radius: 2px
}

.framework-content p {
    color: #999;
    line-height: 1.8;
    margin-bottom: 15px;
    font-style: italic
}

.learn-more {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #b67a1e;
    border-radius: 4px;
    transition: .3s;
    background-color: #b67a1e
}

.learn-more:hover {
    background: #d99733;
    color: #fff
}

.tech-showcase {
    padding: 100px 60px;
    max-width: 1400px;
    margin: 0 auto
}

.proof,.research {
    padding: 120px 60px
}

.content-text p:last-child,.tech-item {
    margin-bottom: 0
}

.tech-item {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: center
}

.tech-item:nth-child(2n) {
    direction: rtl
}

.tech-item:nth-child(2n)>* {
    direction: ltr
}

.tech-image {
    width: 100%;
    height: 350px;
    background: #111;
    border-radius: 8px;
    opacity: .8
}

.tech-content p {
    color: #999;
    line-height: 1.8;
    margin-bottom: 16px
}

.proof {
    background: url("https://storage.googleapis.com/giffycms-ambicahind.appspot.com/Screenshot%20(36).png") 50% 20px/cover no-repeat fixed #0a0a0a;
    position: static;
    background-color: #fff0;
    opacity: .9
}

.proof h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 60px
}

.proof-content {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8
}

.research {
    max-width: 1400px;
    margin: 0 auto
}

.research-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px
}

.research-header h2 {
    font-size: 48px;
    font-weight: 300
}

.view-all {
    color: #f33
}

.research-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px
}

.research-card {
    background: #111;
    border-radius: 8px;
    transition: transform .3s
}

.research-card:hover {
    transform: translateY(-8px)
}

.research-image {
    width: 100%;
    height: 250px;
    background: #222
}

.research-content {
    padding: 30px
}

.research-meta {
    color: #666;
    font-size: 12px;
    margin-bottom: 12px
}

.research-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

.footer-cta {
    padding: 120px 60px;
    background: linear-gradient(180deg,#000 0,#0a0a0a 100%)
}

.footer-cta h2 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center
}

.cta-btn {
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: .3s
}

.cta-primary {
    background: #b67a1e;
    color: #fff
}

.cta-primary:hover {
    background: #e49012
}

.cta-secondary {
    border: 1px solid #333;
    color: #fff
}

.footer,.footer-bottom {
    border-top: 1px solid #222
}

.cta-secondary:hover {
    background: #111
}

.footer {
    padding: 50px 60px 25px;
    background: #000
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px
}

.footer-col h4 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600
}

.footer-col a {
    display: block;
    color: #a9a9a9;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: color .3s
}

.content-area,.footer-col a:hover,.logo-item:hover .logo-text {
    color: #fff
}

.icons-line a {
    display: inline
}

.footer-bottom {
    max-width: 100%;
    margin: 40px auto 0;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a9a9a9;
    font-size: 14px;
    text-align: right
}

.iso-img {
    width: 100%;
    max-width: 100px
}

.banner-comp-logo {
    width: 100%;
    max-width: 20em
}

.factory-img {
    max-width: 100%
}

.service-head {
    margin-top: 0
}

.marquee-section {
    width: 100%;
    padding: 40px 0 80px
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.red-dot {
    width: 8px;
    height: 8px;
    background: #b67a1e;
    border-radius: 50%
}

.section-title {
    letter-spacing: 3px
}

.marquee-container {
    position: relative;
    width: 70%;
    margin: 0 15%
}

.marquee-content {
    display: flex;
    animation: 30s linear infinite marquee;
    width: fit-content
}

.marquee-content:hover {
    animation-play-state: paused
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    white-space: nowrap;
    flex-shrink: 0
}

.logo-text {
    font-size: 3rem;
    font-weight: 400;
    color: #9b9b9b;
    letter-spacing: 1px;
    transition: color .3s
}

.logo-text sup {
    font-size: 1rem;
    margin-left: 2px
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.marquee-container::after,.marquee-container::before {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none
}

.marquee-container::before {
    left: 0;
    background: linear-gradient(to right,#0a0a0a 0,transparent 100%)
}

.marquee-container::after {
    right: 0;
    background: linear-gradient(to left,#0a0a0a 0,transparent 100%)
}

@media (max-width: 768px) {
    .hero h1 {
        font-size:42px!important
    }

    .footer-content,.research-grid,.services {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .services {
        padding: 70px 10%
    }

    .framework-grid,.tech-item {
        grid-template-columns: 1fr
    }

    .header,.header.scrolled {
        padding: 20px 30px
    }

    .header-left,.header-right {
        flex-direction: column;
        gap: 15px;
        align-items: end
    }

    nav {
        gap: 20px
    }

    .section-title {
        font-size: 1.85rem;
        letter-spacing: 2px
    }

    .logo-item {
        padding: 0 40px
    }

    .logo-text {
        font-size: 2rem
    }

    .marquee-content {
        animation-duration: 25s
    }
}

@media (max-width: 480px) {
    .framework-content h3,.proof h2 {
        font-size:38px
    }

    .section-header {
        margin-bottom: 40px
    }

    .section-title {
        font-size: 1.2rem
    }

    .logo-item {
        padding: 0 30px
    }

    .logo-text {
        font-size: 1.5rem
    }

    .footer-icon-img {
        width: 9%!important
    }

    .marquee-container::after,.marquee-container::before {
        width: 80px
    }

    .proof {
        padding: 90px 15%
    }

    .proof h2 {
        margin-bottom: 20px
    }

    .framework-image {
        height: 28vh!important
    }

    .badge {
        font-size: 1.2rem!important
    }

    .framework {
        padding: 80px 10%
    }

    .framework-grid {
        gap: 10px
    }

    .section-header .title-wrapper h3 {
        font-size: 20px!important
    }

    .footer {
        padding: 50px 10%
    }

    .footer-bottom {
        text-align: right;
        font-size: 12px
    }
}

.bottom-copyright,.icon-social {
    text-align: left
}

.mission-section {
    padding: 80px 60px;
    max-width: 100%;
    margin: 0 auto;
    background: rgb(255 255 255 / .15)
}

.mission-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left
}

.badge {
    background: #fff0;
    padding: 8px 0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.85rem;
    letter-spacing: 3px;
    color: #999;
    font-weight: 400;
    margin-bottom: -10px
}

.badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #b67a1e;
    border-radius: 50%
}

.title-wrapper {
    flex: 1;
    min-width: 300px
}

.control-btn,.slider-controls {
    align-items: center;
    display: flex
}

.section-header .title-wrapper h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-top: 20px
}

.slider-controls {
    gap: 12px;
    margin-top: 40px
}

.control-btn {
    width: 48px;
    height: 48px;
    border: 1px solid;
    background: rgb(255 255 255 / .05);
    border-radius: 8px;
    cursor: pointer;
    justify-content: center;
    transition: .3s;
    position: relative
}

.control-btn:hover {
    background: rgb(255 255 255 / .1);
    border-color: rgb(255 255 255 / .2)
}

.control-btn:active {
    transform: scale(.95)
}

.control-btn::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #b67a1e;
    border-top: 2px solid #b67a1e
}

.control-btn.prev::after {
    transform: rotate(-135deg)
}

.control-btn.next::after {
    transform: rotate(45deg)
}

.slider-container {
    position: relative
}

.slider-wrapper {
    display: flex;
    transition: transform .6s cubic-bezier(.4,0,.2,1);
    gap: 24px
}

.slide {
    display: grid;
    min-width: calc(50% - 12px);
    background: #1a1a1a;
    border-radius: 16px;
    border: 1px solid;
    transition: transform .3s,border-color .3s
}

.slide:hover {
    transform: translateY(-8px);
    border-color: rgb(255 59 48 / .3)
}

.slide-image {
    width: 100%;
    height: 290px;
    background-size: cover;
    position: relative
}

.slide-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slide-icon::after {
    width: 6px;
    height: 6px;
    background: #ff3b30;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff3b30
}

.slide-content {
    padding: 10px 20px
}

.slide-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff
}

.slide-description {
    font-size: 15px;
    line-height: 1.6;
    color: #a9a9a9
}

@media (max-width: 767px) {
    .slide {
        min-width:calc(100% - 0px)
    }

    .footer-icon-img {
        width: 8%!important
    }
}

@media (max-width: 768px) {
    .mission-section {
        padding:60px 10%
    }

    .section-header {
        margin-bottom: 40px
    }

    .slider-controls {
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px
    }

    .slide-image {
        height: 200px
    }

    .slide-content {
        padding: 24px
    }

    .slide-title {
        font-size: 20px
    }

    .framework-image {
        height: 50vh
    }
}

.giffy-logo {
    width: 10%
}

.footer-bottom a {
    font-size: 14px;
    color: #a9a9a9;
    text-align: right
}

.footer-bottom a:hover {
    font-size: 14px;
    color: #666
}

.btn-ambica {
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    background-size: 300%;
    transition: .6s
}

.theme-org {
    color: #fff;
    background-image: linear-gradient(120deg,#b67a1e 50%,#0073b6 50%)
}

.btn-ambica:hover {
    color: #fff;
    background-position: 100%;
    transform: translateX(.5rem)
}

.btn-ambica:active {
    transform: translate(.5rem,.5rem);
    box-shadow: 0 10px 20px -15px rgb(0 0 0 / .75)
}

.newsletter-section {
    margin-bottom: 1rem
}

.newsletter {
    display: flex;
    padding: 0;
    border-radius: 0
}

.newsletter input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    font-size: 10px;
    outline: 0;
    color: #000;
    background-color: #fff
}

.footer-links,.right {
    flex-direction: column
}

.newsletter input::placeholder {
    font-size: 14px;
    color: #00000086
}

.newsletter button {
    background-color: #b67a1e;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 0
}

.newsletter button:hover {
    color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 21%)
}

.icon-social {
    margin-top: 2em
}

.footer-icon-img {
    width: 9%;
    MARGIN-TOP: 0;
    margin-left: 5px
}

.footer-icon-img:hover {
    background-color: rgb(255 255 255 / .15);
    border-radius: 15px
}

@media (min-width: 1440px) and (max-width:1800px) {
    .framework-image,.slide-image {
        height:80vh
    }
}

@media (min-width: 1800px) and (max-width:2200px) {
    .slide-image {
        height:80vh
    }

    .framework-image {
        height: 90vh
    }
}

@media (min-width: 2200px) and (max-width:2500px) {
    .framework-image,.slide-image {
        height:100vh
    }

    .framework-content p,.slide-description {
        font-size: 18px
    }

    .footer-col a,.footer-col h4,.newsletter button,nav a {
        font-size: 16px
    }

    .newsletter input {
        color: #000;
        font-size: 16px
    }

    .newsletter input::placeholder {
        font-size: 16px
    }

    .framework-content h3,.proof h2 {
        font-size: 50px
    }

    .badge,.section-title {
        font-size: 2.85rem
    }

    .proof-content {
        max-width: 1000px
    }

    .proof-content p {
        font-size: 20px
    }

    .service-title {
        font-size: 3.5rem
    }

    .btn-ambica {
        font-size: 2.2rem
    }
}

@media (min-width: 2500px) {
    .framework-image,.slide-image {
        height:100vh
    }

    .framework-content p,.slide-description {
        font-size: 18px
    }

    .footer-col a,.footer-col h4,.newsletter button,nav a {
        font-size: 16px
    }

    .newsletter input {
        color: #000;
        font-size: 16px
    }

    .newsletter input::placeholder {
        font-size: 16px
    }

    .framework-content h3,.proof h2 {
        font-size: 50px
    }

    .badge,.section-title {
        font-size: 2.85rem
    }

    .proof-content {
        max-width: 1000px
    }

    .proof-content p {
        font-size: 20px
    }

    .service-title {
        font-size: 3.5rem
    }

    .btn-ambica {
        font-size: 2.2rem
    }
}

.alert-content,.alert-icon-wrapper,.demo-container,.demo-content,.modal-content-wrapper,.section-header,.stat-item {
    text-align: center
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001
}

.hamburger span {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    transition: .3s
}

.hamburger.active span:first-child {
    transform: rotate(45deg) translate(8px,8px)
}

.hamburger.active span:nth-child(2) {
    opacity: 0
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px,-7px)
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / .98);
    backdrop-filter: blur(20px);
    z-index: 1000;
    transition: right .4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 40px 40px
}

.mobile-menu.active {
    right: 0
}

.mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 100%
}

.mobile-menu nav a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 300;
    transition: .3s;
    /* display: block; */
    opacity: 0;
    transform: translateY(20px)
}

.mobile-menu.active nav a {
    opacity: 1;
    transform: translateY(0)
}

.mobile-menu.active nav a:first-child {
    transition-delay: 0.1s
}

.mobile-menu.active nav a:nth-child(2) {
    transition-delay: 0.2s
}

.mobile-menu.active nav a:nth-child(3) {
    transition-delay: 0.3s
}

.mobile-menu.active nav a:nth-child(4) {
    transition-delay: 0.4s
}

.mobile-menu nav a:hover {
    color: #b67a1e;
    transform: translateX(10px)
}

.mobile-menu .contact-btn {
    margin-top: 20px;
    font-size: 18px
}

@media (max-width: 768px) {
    .header-left nav,.header-right nav {
        display:none
    }

    .hamburger {
        display: flex
    }
}

@media (max-width: 880px) {
    .footer-col a,nav a {
        font-size:12px
    }

    .btn-ambica {
        font-size: 1.3rem
    }

    .hero h1 {
        font-size: 54px
    }

    .banner-comp-logo {
        max-width: 16em
    }

    .service-title {
        font-size: 2.5rem
    }

    .framework-content h3 {
        font-size: 42px
    }

    .newsletter input {
        font-size: 10px
    }

    .newsletter button {
        background-color: #b67a1e;
        padding: 10px 20px;
        font-size: 10px
    }
}

nav a,nav a:after,nav a:before {
    transition: .5s
}

.dropdown,.submenu-item,nav.stroke a {
    position: relative
}

nav.stroke a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: #fff0;
    background: #b67a1e;
    height: 1.5px
}

nav.stroke a:hover:after {
    width: 100%
}

.construction-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s
}

.construction-modal-backdrop.modal-active {
    display: flex;
    animation: .3s forwards fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.construction-modal-card {
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 60px rgb(0 0 0 / .5);
    border: 1px solid;
    animation: .4s slideUp;
    opacity: 1
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.modal-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgb(255 255 255 / .1);
    border: none;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-weight: 300
}

.modal-close-button:hover {
    background: rgb(255 255 255 / .2);
    transform: rotate(90deg)
}

.modal-icon-wrapper {
    text-align: center;
    margin-bottom: 30px
}

.modal-construction-icon {
    font-size: 60px;
    animation: 2s infinite bounce
}

@keyframes bounce {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.modal-content-wrapper h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -.5px
}

.modal-content-wrapper p {
    color: #b8b8c7;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px
}

.modal-progress-wrapper {
    width: 100%;
    height: 4px;
    background: rgb(255 255 255 / .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.modal-progress-bar {
    height: 100%;
    background: linear-gradient(90deg,#d4af37 0,#b67a1e 100%);
    width: 65%;
    border-radius: 10px;
    animation: 2s ease-in-out infinite progress
}

@keyframes progress {
    0%,100% {
        width: 65%
    }

    50% {
        width: 75%
    }
}

.modal-contact-section {
    background: rgb(255 255 255 / .05);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 20px
}

.modal-action-button,.trigger-button {
    background: linear-gradient(90deg,#d4af37 0,#f4d03f 100%);
    color: #1a1a2e;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s
}

.modal-contact-section p {
    margin-bottom: 10px;
    font-size: 14px
}

.modal-contact-section a {
    color: #b67a1e;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s
}

.modal-contact-section a:hover {
    color: #f4d03f
}

@media (max-width: 600px) {
    .construction-modal-card {
        padding:30px 20px
    }

    .modal-content-wrapper h2 {
        font-size: 24px
    }

    .modal-content-wrapper p {
        font-size: 14px
    }

    .modal-construction-icon {
        font-size: 50px
    }
}

.modal-action-button {
    margin-top: 20px;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 14px
}

.modal-action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgb(212 175 55 / .3)
}

.trigger-button {
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 0 4px 15px rgb(212 175 55 / .3)
}

.trigger-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgb(212 175 55 / .4)
}

.demo-content h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 32px
}

.demo-content p,.modal-header {
    margin-bottom: 30px
}

.demo-content p {
    color: #b8b8c7
}

header {
    left: 0
}

p {
    /* font-size: 11px; */
}

.slide-image {
    background-position: top
}

.mission-icon-img {
    width: 100%;
    padding: 5px
}

.marquee-content .logo-item img {
    max-width: 135px
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .85);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9999
}

.modal-close,.read-more-btn {
    align-items: center;
    cursor: pointer
}

.alert-overlay.active,.modal-overlay.active {
    opacity: 1;
    visibility: visible
}

.modal-container {
    background: linear-gradient(135deg,#1e1e1e 0,#2a2a2a 100%);
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    max-height: 90vh;
    position: relative;
    box-shadow: 0 25px 50px rgb(0 0 0 / .5);
    border: 1px solid;
    transform: scale(.9);
    transition: .3s
}

.modal-overlay.active .modal-container {
    transform: scale(1)
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgb(212 175 55 / .1);
    border: 1px solid;
    color: #b67a1e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transition: .3s;
    z-index: 10;
    font-size: 24px;
    font-weight: 300
}

.modal-close:hover {
    background: rgb(212 175 55 / .2);
    transform: rotate(90deg)
}

.modal-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    height: 100%;
    background-color: #000
}

.modal-image {
    position: relative;
    background: linear-gradient(135deg,#2a2a2a 0,#1e1e1e 100%)
}

.modal-image img,.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.modal-image:hover img,.service-card:hover .service-image {
    transform: scale(1.05)
}

.modal-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,rgb(212 175 55 / .1) 0,rgb(30 30 30 / .3) 100%);
    pointer-events: none
}

.modal-text {
    padding: 50px;
    overflow-y: auto;
    max-height: 90vh
}

.modal-text::-webkit-scrollbar {
    width: 8px
}

.modal-text::-webkit-scrollbar-track {
    background: rgb(212 175 55 / .05);
    border-radius: 4px
}

.modal-text::-webkit-scrollbar-thumb {
    background: rgb(212 175 55 / .3);
    border-radius: 4px
}

.modal-text::-webkit-scrollbar-thumb:hover {
    background: rgb(212 175 55 / .5)
}

.modal-title {
    font-size: 36px;
    font-weight: 700;
    color: #b67a1e;
    margin-bottom: 15px;
    letter-spacing: -.5px
}

.modal-subtitle {
    font-size: 16px;
    color: rgb(255 255 255 / .6);
    letter-spacing: 2px;
    font-weight: 500
}

.modal-body {
    color: rgb(255 255 255 / .85);
    font-size: 16px;
    line-height: 1.8
}

.alert-message,.content-text p {
    line-height: 1.6
}

.modal-body p {
    margin-bottom: 20px
}

.modal-body strong {
    color: #b67a1e;
    font-weight: 600
}

.modal-body ul {
    margin: 25px 0;
    padding-left: 0;
    list-style: none
}

.modal-body li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.modal-body li::before {
    content: 'â–ª';
    position: absolute;
    left: 0;
    color: #b67a1e;
    font-size: 20px;
    line-height: 1.8
}

.modal-signature {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid
}

.signature-name {
    font-size: 22px;
    font-weight: 600;
    color: #b67a1e;
    font-style: italic
}

.full-content.active,.short-preview {
    display: block
}

#alertOverlay,.full-content {
    display: none
}

.read-more-btn {
    margin-top: 20px;
    background: linear-gradient(135deg,#d4af37 0,#f4d03f 100%);
    color: #1a1a1a;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    display: inline-flex;
    gap: 8px
}

.alert-overlay,.icon-background {
    align-items: center;
    display: flex
}

.read-more-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgb(212 175 55 / .4)
}

.read-more-btn::after {
    content: 'â†’';
    transition: transform .3s
}

.product-btn:hover svg,.read-more-btn:hover::after,.service-card:hover .service-btn svg {
    transform: translateX(3px)
}

.read-more-btn.expanded::after {
    content: 'â†‘'
}

@media (max-width: 968px) {
    .modal-content {
        grid-template-columns:1fr
    }

    .modal-image {
        height: 300px
    }

    .modal-text {
        padding: 30px
    }

    .modal-title {
        font-size: 28px
    }
}

@media (max-width: 640px) {
    .modal-text {
        padding:25px
    }

    .modal-title {
        font-size: 24px
    }

    .modal-body {
        font-size: 15px
    }

    .modal-close {
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px
    }

    .modal-image {
        height: 250px
    }
}

.demo-btn {
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg,#10b981 0,#059669 100%);
    color: #fff;
    transition: .3s;
    letter-spacing: .5px
}

.demo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgb(16 185 129 / .4)
}

.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .85);
    backdrop-filter: blur(8px);
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.alert-box {
    max-width: 400px;
    width: 90%;
    box-shadow: 0 25px 70px rgb(0 0 0 / .7);
    transform: scale(.8) translateY(-40px);
    transition: .5s cubic-bezier(.34,1.56,.64,1);
    border: 1px solid;
    overflow: hidden
}

.alert-overlay.active .alert-box {
    transform: scale(1) translateY(0)
}

.alert-icon-wrapper {
    padding: 40px 20px 20px;
    position: relative
}

.icon-background {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg,rgb(16 185 129 / .15) 0,rgb(5 150 105 / .15) 100%);
    justify-content: center;
    position: relative;
    animation: 2s ease-in-out infinite pulse
}

@keyframes pulse {
    0%,100% {
        box-shadow: 0 0 0 0 rgb(16 185 129 / .4)
    }

    50% {
        box-shadow: 0 0 0 20px #fff0
    }
}

.checkmark-wrapper {
    width: 50px;
    height: 50px;
    position: relative
}

.checkmark-svg,.image-container img,.service-card::before {
    width: 100%;
    height: 100%
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2.5;
    stroke: #10b981;
    fill: none;
    animation: .6s cubic-bezier(.65,0,.45,1) .3s forwards stroke
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #10b981;
    stroke-width: 2.5;
    fill: none;
    animation: .3s cubic-bezier(.65,0,.45,1) .7s forwards stroke
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

.alert-content {
    padding: 0 30px 35px
}

.alert-title {
    color: #fff;
    letter-spacing: .3px
}

.alert-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg,#10b981 0,#059669 100%);
    color: #fff;
    transition: .3s;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgb(16 185 129 / .25)
}

.dropdown-menu-ambica,.nested-submenu {
    position: absolute;
    background: rgb(0 0 0 / .95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    visibility: hidden;
    box-shadow: 0 10px 40px rgb(0 0 0 / .3);
    transition: .3s
}

.alert-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(16 185 129 / .4)
}

.alert-btn:active {
    transform: translateY(0)
}

.code-info {
    color: #6b7280;
    font-size: 14px;
    margin-top: 20px
}

.alert-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg,#10b981,#059669,#10b981);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s
}

.mobile-menu .dropdown-menu-ambica,.mobile-menu .nested-submenu {
    position: static;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden
}

.alert-overlay.active .alert-box::before {
    opacity: .1
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px
}

.dropdown-toggle::after {
    content: 'â–¼';
    font-size: 10px;
    transition: transform .3s
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg)
}

.dropdown-menu-ambica {
    top: 109%;
    left: 0;
    min-width: 250px;
    padding: 20px 0;
    margin-top: 15px;
    opacity: 12;
    transform: translateY(-10px)
}

.dropdown:hover .dropdown-menu-ambica {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown-menu-ambica a {
    display: block;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border-left: 3px solid #fff0
}

.dropdown-menu-ambica a:hover {
    border-left-color: #b67a1e;
    padding-left: 30px;
    background: #b67a1e!important
}

.submenu-item>a::after {
    content: 'â†’';
    position: absolute;
    right: 20px;
    font-size: 12px
}

.nested-submenu {
    left: 100%;
    top: 0;
    min-width: 220px;
    padding: 15px 0;
    margin-left: 10px;
    opacity: 0;
    transform: translateX(-10px)
}

.submenu-item:hover .nested-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.nested-submenu a {
    padding: 10px 25px
}

.mobile-menu .dropdown-menu-ambica {
    opacity: 1;
    margin-top: 10px;
    transition: max-height .3s
}

.mobile-menu .dropdown.active .dropdown-menu-ambica {
    max-height: 500px
}

.mobile-menu .nested-submenu {
    opacity: 1;
    margin-left: 20px;
    margin-top: 5px
}

.mobile-menu .submenu-item.active .nested-submenu {
    max-height: 300px
}

.dropdown-menu-ambica .trading-menu:hover {
    background: #0073b6!important
}

.about-section {
    background: #000;
    padding: 80px 0 0
}

.about-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px
}

.section-header {
    margin-bottom: 50px
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -.5px
}

.section-subtitle {
    font-size: 18px;
    color: #888;
    line-height: 1.6
}

.content-grid {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 40px;
    align-items: start
}

.image-container {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 10px
}

.image-container img {
    object-fit: cover;
    display: block
}

.content-text p {
    font-size: 17px;
    color: #a9a9a9;
    margin-top: 20px
}

.stats-section {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    margin: 60px
}

.stat-number {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.stat-label {
    font-size: 14px;
    color: #888;
    letter-spacing: 1px
}

.certifications {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #333
}

.cert-badge {
    background: #fff0;
    border: 1px solid #555;
    color: #fff;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s
}

.product-btn svg,.service-btn svg,.service-card {
    transition: transform .3s
}

.cert-badge:hover {
    border-color: #fff;
    background: #fff;
    color: #000
}

@media (max-width: 1200px) {
    .content-grid {
        grid-template-columns:450px 1fr
    }

    .image-container {
        height: 600px
    }
}

@media (max-width: 968px) {
    .about-section {
        padding:60px 0
    }

    .about-container {
        padding: 0 20px
    }

    .section-title {
        font-size: 36px
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .image-container {
        height: 400px
    }

    .stats-section {
        grid-template-columns: repeat(2,1fr);
        gap: 25px
    }

    .certifications {
        flex-direction: column
    }

    .cert-badge {
        text-align: center
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size:28px
    }

    .section-subtitle {
        font-size: 16px
    }

    .image-container {
        height: 350px
    }

    .content-text p {
        font-size: 15px
    }

    .stats-section {
        grid-template-columns: 1fr
    }

    .stat-number {
        font-size: 32px
    }
}

#alert-container {
    position: fixed;
    top: 28px;
    right: 15px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 320px
}

.alert-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    border-left: 5px solid;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    animation: .3s fadeIn;
    position: relative
}

.alert-box.success {
    border-left-color: #b67a1e;
    background: #f0fff4
}

.alert-box.warning {
    border-left-color: #ffc107;
    background: #fffdf0
}

.alert-icon {
    font-size: 1.5rem;
    line-height: 2
}

.alert-body {
    flex: 1
}

.alert-title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 2px
}

.alert-box.success .alert-title {
    color: #28a745
}

.alert-box.warning .alert-title {
    color: #e6a800
}

.alert-message {
    font-size: 1.44rem;
    color: #555;
    margin-bottom: 15px
}

.alert-close {
    background: 0 0;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #999;
    line-height: 1
}

.alert-close:hover {
    color: #333
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(40px)
    }
}

.services {
    padding: 100px 60px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    max-width: 100%;
    background-color: rgb(255 255 255 / .05);
    margin: 0 auto
}

.services-container {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px
}

.service-card {
    position: relative;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.service-card:hover {
    transform: translateY(-5px)
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .3) 40%,rgb(0 0 0 / .85) 100%);
    z-index: 1;
    transition: background .3s
}

.service-card:hover::before {
    background: linear-gradient(to bottom,transparent 0,rgb(0 0 0 / .4) 40%,rgb(0 0 0 / .92) 100%)
}

.service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    z-index: 2;
    color: #fff
}

.service-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.service-description {
    font-size: 1.4rem;
    color: rgb(255 255 255 / .75);
    margin-bottom: 16px;
    line-height: 1.5
}

.product-btn,.service-btn {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    transition: .3s
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: rgb(255 255 255 / .15);
    color: #fff;
    border-radius: 6px;
    border: 1px solid
}

.service-btn svg {
    width: 13px;
    height: 13px;
    stroke: #fff;
    stroke-width: 2.5;
    fill: none
}

.service-card:hover .service-btn.blue-back {
    background: #0073b6;
    border-color: #0073b6;
    color: #fff
}

.product-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgb(255 255 255 / .12);
    color: #fff;
    border-radius: 6px;
    border: 1px solid;
    width: fit-content
}

.product-btn svg {
    width: 12px;
    height: 12px;
    stroke: #fff;
    stroke-width: 2.5;
    fill: none;
    flex-shrink: 0
}

.product-btn:hover {
    background: #b67a1e;
    border-color: #b67a1e;
    color: #fff
}


/*****mobile submenu*****/
/* Submenu Styles */
.nav-item {
    position: relative;
}

.nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.nav-item .arrow {
    font-size: 4rem;
    transition: transform 0.25s ease;
    display: inline-block;
    margin-left: 10px;
}

.submenu {
    display: none;
    padding-left: 16px;
    border-left: 2px solid rgba(0,0,0,0.1);
    margin-left: 8px;
}

.submenu-level2 {
    padding-left: 14px;
    border-left: 2px solid rgba(0,0,0,0.07);
}
.submenu-level2 a{
    display:block;
    font-size: 25px !important;
}
.submenu a{
    font-size: 22px !important;
}
/* Active open state */
.nav-item.open > .submenu {
    display: block;
}

.nav-item.open > .nav-link .arrow {
    transform: rotate(90deg);
}
.has-submenu a{
    font-size:5px;
}