@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/fonts/Ubuntu/Ubuntu-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}



























:root{

    --primary-text-color: #000;
    --bg-color: #ffffff;




    
    --header-link-hover: #000000;
    --header-link-hover-bg: #bababa36;

    --input-hover-bd-color: #232323;
    
    --dropdown-bg: #f3f4f6;
    --dropdown-hover-bg: #dddddd84;

    --faq-h-text: #0e0e0e;
    --faq-content-text: #1e1e1e;

    --hr-color: #e5e7eb;

    --footer-link: #282828;
    --footer-link-hover: #000;

    --header-bg: #edececa5;
    /* color: #312f2f; */
    --hero-gradient: #fcfcfc;
    --hero-bg-img: url("../assets/images/background/dots-dark.svg");

}

html {
    scroll-behavior: smooth;
    /* font-family: "Ubuntu", sans-serif; */
}

body.modal-open {
    overflow: hidden;
}




header > .collapsible-header{
    display: flex;
    gap: 1rem;
    width: 100%;

    place-content: center;
    overflow: hidden;
    transition: width 0.3s ease, height 0.3s ease;

    
}




hr{
    border-color:var(--hr-color); 
    border-style: solid;
}

.animated-collapse{
    transition: width 0.3s ease;
}


.header-links {
    position: relative;
    display: flex;
    align-items: center;
    min-width: fit-content;
    padding: 8px 15px;
    z-index: 2; 
    cursor: pointer;
    transition: background-color 0.5s, color 0.3s;
}

.header-links::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; 
    width: 100%;
    height: 100%;
    /* color: var(--header-link-hover); */
    background-color: var(--header-link-hover-bg);
    transform: scale(40%);
    opacity: 0;
    border-radius: 8px;
    transition: all 300ms;
}

.header-links:hover{
    color: var(--header-link-hover);
}

.header-links:hover::after {
    transform: scale(100%);
    opacity: 1;
}





.hero-section{
    position: relative;
    background-image: var(--hero-bg-img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;

}

.hero-bg-gradient{
    background: linear-gradient(180deg, var(--hero-gradient) 23%, rgba(0,0,0,0) 40%, var(--hero-gradient) 50%);   /* ⭐ reduce the background gradient in hero too */
    margin-bottom: -40px !important; /* pull cards upward */
    padding-bottom: 0 !important;
    padding-top: 7% !important; /* ⭐ FIX: move hero content 5% down */
}






.gradient-text{
    background: rgb(215,215,215);
    background: linear-gradient(90deg, rgba(215,215,215,1) 18%, rgba(136,136,136,1) 71%);
    -webkit-text-fill-color: transparent;
}





.purple-bg-grad{
    background: rgb(39, 121, 230);
    background: linear-gradient(90deg, #7e22ce91 8%, #625aafae 31%, #7badbbbc 76%, #54d2d0ca 89%);
    filter: blur(50px);
    opacity: 0.5;
}







#dashboard {
    /* transform-origin: bottom center; */
    transform: perspective(1200px) translateX(0px) translateY(12px) scale(0.8)
        rotate(0deg) rotateX(70deg);
    transition: transform 0.5;
}

.opacity-0{
    opacity: 0 !important;
}

.opacity-100{
    opacity: 100 !important;
}






/* ============================
   DASHBOARD LOGIN BUTTON STYLE
============================ */

.dashboard-btn {
    background: #000 !important;        
    color: #fff !important;             
    border-radius: 10px;

    /* ⭐ HEIGHT INCREASED HERE */
    padding: 21px 28px !important;      

    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;

    /* ⭐ SHADOW REDUCED HERE */
    box-shadow: 0 3px 6px rgba(0,0,0,0.22); 

    transition: all .28s ease;
}

/* Hover effect */
.dashboard-btn:hover {
    background: #111 !important;
    transform: translateY(-3px);

    /* ⭐ HOVER SHADOW ALSO REDUCED HERE */
    box-shadow: 0 2px 2px rgba(0,0,0,0.28) !important;
}





.hero-subtext {
    max-width: 650px;
    margin-top: 2rem;
    padding: 0.5rem;
    text-align: center;
    font-size: 1.125rem; /* same as text-lg */
    line-height: 2.1; /* <-- THIS is the extra spacing you wanted */
    color: #2d2d2d;
}












.orbit-node{
    position:absolute;
    display:flex;
    align-items:center;
    gap:10px;

    padding:10px 14px;

    border:1px solid rgba(255,255,255,.08);

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border-radius:999px;

    box-shadow:
        0 0 25px rgba(120,119,255,.08);

    animation:floatNode 6s ease-in-out infinite;
}

.orbit-node span{
    font-size:13px;
    letter-spacing:.04em;
    color:rgba(255,255,255,.85);
}

.orbit-dot{
    width:8px;
    height:8px;
    border-radius:999px;
    background:white;

    box-shadow:
        0 0 12px rgba(255,255,255,.9);
}

.orbit-1{
    top:0%;
    left:50%;
    transform:translateX(-50%);
}

.orbit-2{
    left:0%;
    top:58%;
}

.orbit-3{
    right:0%;
    top:58%;
}

@keyframes floatNode{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}




/* Unified premium button style */
.btn {
    padding: 10px 15px;
    width: max-content;

    height: 36px;
    border-radius: 10px;
    background-color: #ffffff;   /* white button */
    color: #000000;              /* black text */
    border: 1px solid #000000;   /* black border */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
    box-shadow: 0 4px 5px rgba(83, 77, 250, 0.25);

}

/* Hover: black background, white text */
.btn:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Dark mode */
.tw-dark .btn {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.tw-dark .btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}




.btn:disabled{
    cursor: default;
}

.input{
    padding: 10px;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    min-width: 100px;
    border: 1px solid #979797;
    transition: border 0.3s;
}

.input:active, .input:focus, .input:focus-within{
    border: 1px solid var(--input-hover-bd-color) !important;
}

/* ------------------- scrollbar ------------- */
.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 25px;
/* background: #f7f4ed; */
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    border-radius: 25px;
}


/* ---------------- dropdown --------------------- */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    outline: none;
    /* background-color: #000; */
    /* border: 1px solid #ccc; */
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: var(--dropdown-bg);
    /* border: 1px solid #c9c9c9; */
    list-style-type: none;
    padding: 0;
    width: 100%;
    left: 0px;
    /* top: 105%; */
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: var(--dropdown-hover-bg);
}

/* -------------- carousel ------------------*/
.carousel-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 800px;
}
  
.carousel {
    display: inline-block;
    animation: scroll 10s linear infinite;
}
  
.carousel-img {
    display: inline-block;
    margin: 0 20px;
}
  
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* ------ animated border ------- */

.animated-border {
    position: relative;
    overflow: visible;
}


.animated-border::after{
    content: '';
    position: absolute;
    top: 0px; 
    left: -100%; 
    width: 30%;
    height: 100%;
    border-radius: inherit; 
    /* background: linear-gradient(#6366f1 23%, rgba(124,190,255,0) 87%); */
    background-color: #6366f1;
    background-repeat: no-repeat;
    /* background-size: 200% 200%; */
    background-position: 0% 0%;
    filter: blur(1.5rem);
    opacity: 0.8;
    box-shadow: inset 0px 0px 20px 5px #6366f1;
    /* transform: rotate(90deg); */
    z-index: -2;
    pointer-events: none;
    animation: slide 10s ease-in-out infinite;
   
}

.animated-border::before{
    filter: blur(1.5rem);
    opacity: 0.3;
    will-change: transform;
}

@keyframes slide{
    0% {
        left: -100%; /* Start completely outside the left edge */
        right: 100%; /* End completely outside the right edge */
    }
   
    100% {
        left: 100%; /* Move completely outside the right edge */
        right: -100%; /* End completely outside the left edge */
    }
}

.footer-link{
    width: -moz-fit-content;
    width: fit-content;
    color: var(--footer-link);
    transition: color 0.3s;
}

.footer-link:hover{
    color: var(--footer-link-hover);
}


/* Style for the collapsible content such as faq commonly known as: accordion */

.faq-accordion {
    background-color: inherit;
    color: var(--faq-h-text);
    cursor: pointer;
    padding: 15px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: height 0.4s;
}

.faq .content {
    padding: 0px 18px;
    color: var(--faq-content-text);
    height: max-content;
    overflow: hidden;
    background-color: transparent;
    text-align: justify;
    max-height: 0px;
    transition: max-height 0.4s, padding 0.4s;
}


@media not all and (min-width: 1024px) {
    header .collapsible-header {
        position: fixed;
        top: 60px;
        left: 0px;
        flex-direction: column;
        opacity: 0;
        height: 0vh;
        min-height: 0vh;
        /* height: 100dvh; */
        width: 100vw;
        justify-content: space-between;
        padding: 5px;
        padding-top: 5%;
        padding-bottom: 5%;
        place-items: center;
        text-align: center;
        background-color: var(--header-bg);
        /* color: #373636; */
        overflow-y: auto;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        box-shadow: 0px 2px 3px 2px #9f9f9f7c;
    }

    /* .header-links{
        color: var(--he);
    } */
    

}



@media (min-width: 1024px) {
    #nav-dropdown-list-0 {
        top: 65px !important;          /* reduces external gap */
        padding-top: 6px !important;   /* reduces internal gap */
        padding-bottom: 10px !important;
    }

        #nav-dropdown-list-1 {
        top: 65px !important;
        padding-top: 6px !important;
    }

        #nav-dropdown-list-2 {
        top: 65px !important;
        padding-top: 6px !important;
    }


}






.hero-video-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border: 1px solid #000;
    border-radius: 6px;
    background: transparent;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.25s ease;
    cursor: pointer;
}

.dark .hero-video-btn {
    border: 1px solid #fff;
}

.hero-video-btn:hover {
    background: #000;
    color: #fff;
}

.dark .hero-video-btn:hover {
    background: #fff;
    color: #000;
}

.hero-video-btn i {
    font-size: 10px;
}

.cards-section {
    margin-top: 60px !important;
    position: relative;
    z-index: 5;
}

.cards-wrapper {
    height: auto !important;
}




.card-static {
    background: var(--bg-color);
    border-radius: 20px;
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.10),
        0 3px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-static:hover {
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.18),
        0 6px 14px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}




.hero-text-shadow {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.dark .hero-text-shadow {
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.18);
}






/* Enterprise section margins */
.enterprise-section {
    padding-top: 8vh !important;
    padding-bottom: 0vh !important;
    margin-top: 0vh !important;
    margin-bottom: 5vh !important;
}













.cards-gradient {
    position: absolute;

    /* ⭐ 15% bigger (150px → 172px) */
    width: 172px;
    height: 172px;

    /* ⭐ Move slightly right (8vw → 12vw) */
    left: 12vw;

    /* ⭐ Move slightly up (32% → 26%) */
    top: 26%;

    pointer-events: none;
    z-index: 0;
}











/* =====================================
   Newsletter Section — Final Premium CSS
   ===================================== */

/* Centering + width control */
.newsletter-box {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Card hover effect (subtle & premium) */
.newsletter-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

/* Input styling */
.newsletter-input {
    width: 260px; /* increase this value */
    border: 1px solid #777;
    background: transparent;
    color: inherit;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-input:focus {
    border-color: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

/* Button inactive state */
.newsletter-btn {
    opacity: 0.9;
    border: 1px solid #000 !important;   /* thin black border */
    background: transparent;
    color: #000;
    box-shadow: none;
    transition: all 0.3s ease;
}

/* Dark mode inactive */
.dark .newsletter-btn {
    border-color: #e5e5e5 !important;
    color: #fff;
}

/* Button hover — black, subtle, premium */
.newsletter-btn:hover {
    background: #000;                     /* stays black */
    color: #fff;
    border-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);  /* reduced shadow */
}

/* Dark mode hover */
.dark .newsletter-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* Mobile full width */
@media (max-width: 768px) {
    .newsletter-box {
        max-width: 100%;
    }
}



/*  
=====================================
*/






/* ================================
   SAVALAN ENTERPRISE BUTTON STYLE
   ================================ */

.savalan-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;        /* ↓ reduced height */
    border-radius: 9999px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 0.85rem;       /* slightly smaller text */
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

/* Dark mode base */
.dark .savalan-btn {
    border-color: #e5e5e5;
    color: #e5e5e5;
}

/* Hover effect */
.savalan-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* Dark mode hover */
.dark .savalan-btn:hover {
    background: #e5e5e5;
    color: #000;
}

/* Arrow animation */
.savalan-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.savalan-btn:hover span {
    transform: translateX(5px);
}












/* ================================
   WIDTH EXPANSION (10% wider)
   ================================ */

.max-w-1000 {
    max-width: 1000px;
}







/* ============================================
   CARD WIDTH FIX — BIGGER + FIT PROPERLY
   ============================================ */

.enterprise-section .tw-group {
    width: 450px !important;   /* bigger card */
}

@media (max-width: 768px) {
    .enterprise-section .tw-group {
        width: 100% !important;   /* full width on mobile */
    }
}










/* ============================================
   EXPAND API CARD ONLY
   ============================================ */
.API_card .tw-group {
    width: 90% !important;
}







/* Clean, premium section titles for product menu */
.menu-section-title {
    font-size: 1.05rem;                     /* clean, not oversized */
    font-weight: 500;                       /* regular, not bold */
    text-transform: uppercase;              /* enterprise style */
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(120,120,120,0.35); /* subtle underline */
    color: #1f2937;                         /* gray-800 */
    letter-spacing: 0.5px;                  /* refined spacing */
}

/* Dark mode */
.dark .menu-section-title {
    color: #e5e7eb;                         /* gray-200 */
    border-bottom-color: rgba(255,255,255,0.25);
}



















/* menus background collor */
.menu-bg,
.footer-bg {
    background-color: #D9ECFF !important;  /* soft sky blue */
}


/* sub menus background collor */
.submenu-bg {
    background-color: #EAF4FF !important;  /* even lighter sky blue */
}










/* More top margin ONLY on mobile */
@media (max-width: 768px) {
    .hero-mobile-topspace {
        margin-top: 40px !important;
    }
}
















@media(max-width:1100px){
    .hero-badge{
        margin-top: -5% !important;
    }
}


.hero-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    margin-top: 4%;

    padding:14px 28px;

    border-radius:999px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.72),
            rgba(255,255,255,.42)
        );

    border:1px solid rgba(255,255,255,.9);

    backdrop-filter:blur(18px);

    color:#334155;

    font-size:.78rem; /* base size */
    font-weight:700;

    letter-spacing:.22em;
    text-transform:uppercase;

    box-shadow:
        0 20px 50px rgba(15,23,42,.07),
        inset 0 1px 0 rgba(255,255,255,.95);
}

/* NEW — this controls the text size */
.hero-badge .badge-text{
    
    font-size:0.75rem; /* 30% bigger */
}

.badge-icon{
    
    width:28px;
    height:28px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
        radial-gradient(circle at 30% 30%,
        rgba(255,255,255,.95),
        rgba(255,255,255,.35));
}

.badge-icon svg{
    
    width:13px;
    height:13px;
    fill:#0f172a;
}




/* =========================
   VOICE AGENT
========================= */

.voice-agent{
    width:100%;
    max-width:760px;

    margin:38px auto 0;

    padding:18px 22px 22px;

    border-radius:28px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.72),
            rgba(255,255,255,.38)
        );

    border:1px solid rgba(255,255,255,.9);

    backdrop-filter:blur(18px);

    box-shadow:
        0 30px 80px rgba(15,23,42,.08),
        inset 0 1px 0 rgba(255,255,255,.95);
}

.voice-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.voice-status{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:.78rem;
    font-weight:600;

    letter-spacing:.14em;
    text-transform:uppercase;

    color:#475569;
}

.status-dot{
    width:8px;
    height:8px;

    border-radius:50%;
    background:#94a3b8;
}

.voice-agent.active .status-dot{
    background:#22c55e;
    box-shadow:0 0 16px rgba(34,197,94,.8);
}

.voice-toggle{
    width:44px;
    height:44px;

    border:none;
    cursor:pointer;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.9),
            rgba(255,255,255,.45)
        );

    transition:.35s ease;

    box-shadow:
        0 10px 30px rgba(15,23,42,.08);
}

.voice-toggle:hover{
    transform:translateY(-2px);
}

.voice-toggle svg{
    width:18px;
    height:18px;

    stroke:#0f172a;
    stroke-width:1.7;

    fill:none;
}

/* VISUALIZER */

.voice-visualizer{
    height:70px;

    margin-top:24px;

    display:flex;
    align-items:flex-end;
    justify-content:center;

    gap:7px;
}

.voice-visualizer span{
    width:5px;
    height:12px;

    border-radius:999px;

    background:
        linear-gradient(
            to top,
            #0f172a,
            rgba(148,163,184,.5)
        );
}

.voice-agent.active .voice-visualizer span{
    animation:voiceBars 1.1s ease-in-out infinite;
}

.voice-agent.active .voice-visualizer span:nth-child(2){
    animation-delay:.1s;
}

.voice-agent.active .voice-visualizer span:nth-child(3){
    animation-delay:.2s;
}

.voice-agent.active .voice-visualizer span:nth-child(4){
    animation-delay:.3s;
}

.voice-agent.active .voice-visualizer span:nth-child(5){
    animation-delay:.4s;
}

.voice-agent.active .voice-visualizer span:nth-child(6){
    animation-delay:.5s;
}

.voice-agent.active .voice-visualizer span:nth-child(7){
    animation-delay:.6s;
}

.voice-agent.active .voice-visualizer span:nth-child(8){
    animation-delay:.7s;
}

.voice-agent.active .voice-visualizer span:nth-child(9){
    animation-delay:.8s;
}

@keyframes voiceBars{

    0%{
        height:12px;
        opacity:.3;
    }

    50%{
        height:60px;
        opacity:1;
    }

    100%{
        height:14px;
        opacity:.4;
    }

}

.voice-transcript{
    margin-top:18px;
    padding-top:18px;

    border-top:1px solid rgba(148,163,184,.14);
}

.transcript-scroll{
    height:42px;
    overflow:hidden;
    position:relative;
}

.transcript-scroll p{
    color:#475569;

    font-size:.92rem;
    line-height:2;

    animation:scrollText 14s linear infinite;
}

@keyframes scrollText{

    from{
        transform:translateY(0);
    }

    to{
        transform:translateY(-50%);
    }

}

/* =========================
   BUTTONS
========================= */

.hero-actions{
    margin-top:34px;

    display:flex;
    gap:16px;

    justify-content:center;
    flex-wrap:wrap;
}

.primary-btn,
.secondary-btn{

    height:52px;

    padding:0 26px;

    border-radius:16px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    font-size:.95rem;
    font-weight:600;

    text-decoration:none;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.primary-btn{

    background:
        linear-gradient(
            180deg,
            #111827,
            #0f172a
        );

    color:white;

    box-shadow:
        0 18px 45px rgba(15,23,42,.22);
}

.primary-btn svg{
    width:15px;
    height:15px;

    fill:white;
}

.primary-btn:hover{
    transform:translateY(-3px);

    box-shadow:
        0 30px 65px rgba(15,23,42,.28);
}

.secondary-btn{

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.82),
            rgba(255,255,255,.45)
        );

    color:#0f172a;

    border:1px solid rgba(255,255,255,.9);

    box-shadow:
        0 12px 35px rgba(15,23,42,.06);
}

.secondary-btn:hover{
    transform:translateY(-3px);

    box-shadow:
        0 22px 50px rgba(15,23,42,.1);
}
































