body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
                 "Helvetica Neue", Arial, sans-serif;
}
body.no-transition * {
    transition: none !important;
}

.hero-heading{
    font-family: 'Playfair Display', serif;
}

.font8px  { font-size: 8px !important; }
.font10px { font-size: 10px !important; }
.font12px { font-size: 12px !important; }
.font14px { font-size: 14px !important; }
.font16px { font-size: 16px !important; }
.font18px { font-size: 18px !important; }
.font20px { font-size: 20px !important; }
.font22px { font-size: 22px !important; }
.font24px { font-size: 24px !important; }
.font26px { font-size: 26px !important; }
.font28px { font-size: 28px !important; }
.font30px { font-size: 30px !important; }
.font32px { font-size: 32px !important; }
.font34px { font-size: 34px !important; }
.font36px { font-size: 36px !important; }
.font38px { font-size: 38px !important; }
.font40px { font-size: 40px !important; }
.font42px { font-size: 42px !important; }
.font44px { font-size: 44px !important; }
.font46px { font-size: 46px !important; }
.font48px { font-size: 48px !important; }
.font50px { font-size: 50px !important; }

.text-black   { color: #000000 !important; }
.text-white   { color: #ffffff !important; }
.text-red     { color: #ff0000 !important; }
.text-green   { color: #008000 !important; }
.text-blue    { color: #0000ff !important; }
.text-yellow  { color: #ffff00 !important; }
.text-orange  { color: #ffa500 !important; }
.text-purple  { color: #800080 !important; }
.text-pink    { color: #ffc0cb !important; }
.text-brown   { color: #a52a2a !important; }
.text-gray    { color: #808080 !important; }

.text-gray-100 { color: #f8f9fa !important; }
.text-gray-200 { color: #e9ecef !important; }
.text-gray-300 { color: #dee2e6 !important; }
.text-gray-400 { color: #ced4da !important; }
.text-gray-500 { color: #adb5bd !important; }
.text-gray-600 { color: #6c757d !important; }
.text-gray-700 { color: #495057 !important; }
.text-gray-800 { color: #343a40 !important; }
.text-gray-900 { color: #212529 !important; }

.bg-black   { background-color: #000000 !important; }
.bg-white   { background-color: #ffffff !important; }
.bg-red     { background-color: #ff0000 !important; }
.bg-green   { background-color: #008000 !important; }
.bg-blue    { background-color: #0000ff !important; }
.bg-yellow  { background-color: #ffff00 !important; }
.bg-orange  { background-color: #ffa500 !important; }
.bg-purple  { background-color: #800080 !important; }
.bg-pink    { background-color: #ffc0cb !important; }
.bg-brown   { background-color: #a52a2a !important; }
.bg-gray    { background-color: #808080 !important; }
.bg-light-gray    { background:#f8f9fa !important; }

.border-red     { border-color: #ff0000 !important; }
.border-green   { border-color: #008000 !important; }
.border-blue    { border-color: #0000ff !important; }
.border-yellow  { border-color: #ffff00 !important; }
.border-orange  { border-color: #ffa500 !important; }
.border-purple  { border-color: #800080 !important; }
.border-gray    { border-color: #808080 !important; }

/* Remove focus outline & shadow */
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Remove blue active background */
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa; /* or white */
    color: #000; /* optional */
    box-shadow: none;
}

#topLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;

    background: linear-gradient(90deg, #1976d2, #42a5f5);

    z-index: 9999;

    /* 👇 Slower & smoother */
    transition: width 0.6s ease-out, opacity 0.5s ease;
}

.drag-over {
    border-top: 3px solid #0d6efd;
}

.draggable-row {
    cursor: move;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.dragging {
    opacity: 0.4;
}

.drag-placeholder {
    height: 50px;
    background: #f8f9fa;
    border: 2px dashed #0d6efd;
    border-radius: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.dataTables_wrapper {
    font-size: 12px;
}

.dt-container .form-control,
.dt-container .form-select {
    font-size: 12px !important;
    height: 28px !important;
}

.dt-container .page-link {
    font-size: 12px !important;
    padding: 2px 8px !important;
}
.dt-container .dataTables_filter {
    float: right !important;
}
.dt-container .dt-search, .dt-container .dt-info, div.dt-container div.dt-length label{
    font-size: 12px !important;
}

.dt-container .dt-button-collection .dropdown-item{
    font-size: 10px !important;
}
.dt-container .dtsb-searchBuilder {
    background: #f8f9fa !important;
    padding: 10px;
    border-radius: 6px;
    font-size: 10px !important;
}

/* Compact Select2 for filter panel */
.select2-container .select2-selection--single {
    font-size: 12px !important;
    height: 30px !important;
}

.select2-container .select2-selection__rendered {
    line-height: 26px !important;
}

.select2-container .select2-results__option {
    font-size: 12px !important;
}
.select2-results__options {
    max-height: 150px !important;
}
/* Scrollbar width */
.select2-results__options::-webkit-scrollbar {
    width: 2px;   /* Vertical scrollbar */
}

/* Track */
.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Thumb */
.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Hover */
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.select2-results__options {
    scrollbar-width: thin;   /* auto | thin */
    scrollbar-color: #888 #f1f1f1;
}

.modal.fade .modal-dialog {
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop.show {
    backdrop-filter: blur(3px);
}


/* Override DataTables Select highlight */
table.dataTable tbody tr.selected,
table.dataTable tbody tr.selected td {
    background-color: #e8e8e8 !important;
    box-shadow: none !important;
    color: #000 !important;

}


.small-tooltip .tooltip-inner {
    font-size: 10px;
    padding: 3px 6px;
}


/* Chrome, Edge, Safari */
.scroll-area::-webkit-scrollbar{
    width:2px;
}

.scroll-area::-webkit-scrollbar-track{
    background:#f1f1f1;
    border-radius:10px;
}

.scroll-area::-webkit-scrollbar-thumb{
    background:#c1c1c1;
    border-radius:10px;
}

.scroll-area::-webkit-scrollbar-thumb:hover{
    background:#999;
}

/* Firefox */
.scroll-area{
    scrollbar-width:thin;
    scrollbar-color:#c1c1c1 #f1f1f1;
}

.navbar-home li a.active{
    font-weight: bold !important;
}

/* Header */
.top-navbar {
    position: fixed;
    top:0;
    height: 60px;
    width: 100%;
    z-index: 1000;
}

.logo-image{
    width: 105px !important;
}


/* Sidebar */
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    width: 200px;
    height: calc(100vh - 60px);
    background: #fff;
    overflow-y: auto;
    border-right: 1px solid #e6e6e6;
     transition: width 0.25s ease;
    z-index:1050;
}



.sidebar .dropdown-item.active, .sidebar .dropdown-item:active {
    background-color: #eef4ff !important;
    color: #0d6efd !important;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;;
}

.sidebar a {
    padding: 10px 18px;
    display: block;
    color: #adb5bd;
    text-decoration: none;
    font-size: 13px;

}



.sidebar a:hover {
    background: #e6e6e6;
    color: #000;
}

/* Chrome, Edge, Safari */
.sidebar::-webkit-scrollbar {
    width: 2px;   /* 🔥 Very thin */
}

.sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #adb5bd;
}

/* COLLAPSED MODE */

body.sidebar-collapsed .sidebar{
    width:60px;
}

body.sidebar-collapsed .content{
    margin-left:60px;
}

/* Normal sidebar */
.sidebar a span{
    display:inline;
}

/* When collapsed */
.sidebar-collapsed .sidebar a span{
    display:none;
}

.sidebar-collapsed .sidebar a{
    text-align:center;
}

.sidebar-collapsed .sidebar a i{
    margin-right:0;
}

.sidebar .dropdown-menu{
    position: static;
    border:none;
    box-shadow:none;
    padding-left:15px;
}

.sidebar .dropdown-item{
    font-size:12px;
}

.sidebar .dropdown-block{

}

#studioMenu a{
    /*padding-left:35px;*/
    display:block;
}

.rotate-arrow{
    transition:0.3s;
}

.collapsed .rotate-arrow{
    transform:rotate(0deg);
}

:not(.collapsed) .rotate-arrow{
    transform:rotate(90deg);
}


.sidebar-overlay{
    position:fixed;
    top:60px;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    display:none;
    z-index:1040;
}

.sidebar-overlay.active{
    display:block;
}

#sidebarToggle{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}

.sidebar-toggle-icon{
    position:fixed;
    top:58px;
    left: 189px;
    font-size:8px;
    cursor:pointer;
    background:#fff;
    border-radius:50%;
    width:20px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:1100;
    transition:0.3s;
    background: linear-gradient(135deg, #1a73e8, #c3c3c3);
    color: #fff;
}

/* When sidebar collapses */
body.sidebar-collapsed .sidebar-toggle-icon{
    left:50px;
}


/* Content */
.content {
    margin-top: 60px;
    margin-left: 200px;
    padding: 0px;
    min-height: calc(100vh - 120px);
    margin-bottom: 100px;
    transition: margin-left 0.25s ease;
}



/* Footer */
.footer{
    background:#f8f9fa;
    margin-left:200px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s ease;
}
.footer-outside{
    background:#f8f9fa;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

body.sidebar-collapsed .footer{
    margin-left:60px;
}

/* Mobile */
@media (max-width: 768px) {

.sidebar{
    left:-250px;
}

    .sidebar.active{
        left:0;
    }

    body.sidebar-collapsed .sidebar{
        width:250px;
    }

    .content{
        margin-left:0 !important;
    }


    #sidebarToggle{
          display:none;
    }

}

.table-dynamic {
    table-layout: auto;
    width: 100%;
}
.table-dynamic th{
    background-color: #e8e8e8 !important;
}
.table-dynamic th,
.table-dynamic td {
    white-space: nowrap;
    font-size: 12px;
}

.custom-scroll::-webkit-scrollbar {
    height: 2px;   /* Increase from 2px to 10px */
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-scroll {
    scrollbar-width: auto; /* thin | auto */
    scrollbar-color: #888 #f1f1f1;
}

.table-responsive {
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.table-responsive::-webkit-scrollbar {
    height: 12px;
}

.copy-icon {
    cursor: pointer;
}

.copy-icon:hover {
    color: #ccc;
}


/* HERO */
.hero-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
}

.text-gradient {
    background: linear-gradient(90deg, #4f46e5, #6366f1);
    -webkit-background-clip: text;
    color: transparent;
}


/* ICON ROW */
.small-icons div {
    font-size: 14px;
}

.small-icons i {
    color: #4f46e5;
    margin-right: 5px;
}

.platform-section {
    background: linear-gradient(180deg, #f8f9ff, #ffffff);
}

/* CARD */
.feature-card-v2 {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.feature-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid #94bdff;
}

/* ICON BOX */
.icon-box {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

/* GRADIENTS */
.gradient-1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.gradient-2 { background: linear-gradient(135deg, #06b6d4, #3b82f6); }
.gradient-3 { background: linear-gradient(135deg, #f59e0b, #f97316); }
.gradient-4 { background: linear-gradient(135deg, #10b981, #22c55e); }
.gradient-5 { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.gradient-6 { background: linear-gradient(135deg, #64748b, #334155); }

/* TEXT */
.feature-card-v2 h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card-v2 p {
    font-size: 14px;
    color: #6b7280;
}

/* LINK */
.feature-card-v2 .link {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #4f46e5;
    font-weight: 500;
    transition: 0.2s;
}

.feature-card-v2:hover .link {
    transform: translateX(5px);
}

.rd-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.rd-timeline::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    height: 2px;
    background: #e5e7eb;
}

.rd-step {
    width: 22%;
    text-align: center;
    position: relative;
}

.rd-step .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    font-size: 20px;
}

.research-advanced {
    background: linear-gradient(180deg, #f8f9ff, #ffffff);
}

/* CARD */
.research-card-v2 {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    transition: all 0.35s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* GLOW EFFECT */
.research-card-v2::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(99,102,241,0.08), transparent);
    opacity: 0;
    transition: 0.4s;
}

.research-card-v2:hover::before {
    opacity: 1;
}

/* HOVER */
.research-card-v2:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    border: 1px solid #94bdff;
}

/* ICON */
.research-card-v2 .icon {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin: auto;
    margin-bottom: 15px;
}

/* GRADIENTS */
.gradient-ai {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.gradient-auto {
    background: linear-gradient(135deg, #10b981, #22c55e);
}

.gradient-cloud {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.gradient-iot {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

/* TEXT */
.research-card-v2 h5 {
    font-weight: 600;
    margin-top: 10px;
}

.research-card-v2 p {
    font-size: 14px;
    color: #6b7280;
}

.floating-card {
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.floating-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.innovation-advanced {
    background: linear-gradient(180deg, #ffffff, #f8f9ff);
}

/* MAIN CARD */
.innovation-main {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.innovation-main:hover {
    transform: translateY(-8px);
     border: 1px solid #94bdff;
}

/* SMALL CARDS */
.innovation-small {
    display: flex;
    gap: 15px;
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.innovation-small:hover {
    transform: translateX(6px);
     border: 1px solid #94bdff;
}

/* ICON */
.icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

/* GRADIENTS */
.gradient-main {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    margin-bottom: 15px;
}

.gradient-ai {
    background: linear-gradient(135deg, #10b981, #22c55e);
}

.gradient-api {
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

/* TEXT */
.innovation-main h4 {
    font-weight: 600;
    margin-top: 10px;
}

.innovation-main p,
.innovation-small p {
    color: #6b7280;
    font-size: 14px;
}


/* SECTION BACKGROUND */
.build-section {
    background: linear-gradient(180deg, #ffffff, #f8f9ff);
}

/* BADGE */
.section-badge {
    display: inline-block;
    font-size: 13px;
    color: #4f46e5;
    background: #eef2ff;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* TITLE */
.build-title {
    font-size: 36px;
    line-height: 1.3;
}

.build-title span {
    color: #4f46e5;
}

/* DESC */
.build-desc {
    max-width: 500px;
}

/* LIST */
.build-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ITEM */
.build-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 14px;
    transition: 0.3s;
}

.build-item:hover {
    background: #f8f9ff;
}

/* ICON */
.build-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

/* TEXT */
.build-item h6 {
    margin: 0;
    font-weight: 600;
}

.build-item p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* IMAGE BOX */
.build-img-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    transform: perspective(1000px) rotateY(-6deg);
    transition: 0.3s;
}


