/* ===================================
   INTBRAINS — AI-Native Enterprise Platform
   Custom components layered over Crafto theme
====================================== */

:root {
  --ib-navy: #202f64;
  --ib-blue: #149ddb;
  --ib-teal: #1ea3b1;
  --ib-ink: #11183a;
  --ib-soft: #f5f8fc;
  --ib-border: #e6ebf3;
  --ib-gradient: linear-gradient(120deg, #202f64 0%, #149ddb 100%);
}

/* ---- gradients / brand helpers ---- */
.bg-ib-gradient { background-image: var(--ib-gradient) !important; }
.bg-ib-navy { background-color: var(--ib-navy) !important; }
.bg-ib-soft { background-color: var(--ib-soft) !important; }
.text-ib-blue { color: var(--ib-blue) !important; }
.text-ib-navy { color: var(--ib-navy) !important; }

.text-gradient-ib {
  background-image: linear-gradient(to right, #149ddb 0%, #202f64 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient-ib {
  background-image: linear-gradient(to right, #202f64, #149ddb, #202f64);
  background-size: 200% auto;
  color: #fff !important;
  border: 0;
  transition: background-position .4s ease;
}
.btn-gradient-ib:hover { background-position: right center; color: #fff !important; }

/* ---- eyebrow label ---- */
.ib-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.ib-eyebrow .line { width: 25px; height: 2px; background: var(--ib-blue); display: inline-block; }
.ib-eyebrow .txt {
  font-family: var(--alt-font, 'Space Grotesk', sans-serif);
  font-weight: 700; font-size: 14px; letter-spacing: .5px; text-transform: uppercase;
  background-image: linear-gradient(to right, #149ddb 0%, #202f64 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}


body {
    overflow-x: hidden;
}



/* ---- hero ---- */
.ib-hero {
  position: relative;
  background:
    radial-gradient(1100px 600px at 78% -10%, rgba(20,157,219,.22), transparent 60%),
    radial-gradient(900px 600px at 10% 110%, rgba(32,47,100,.18), transparent 55%),
    linear-gradient(180deg, #0c1430 0%, #131d40 55%, #1a2550 100%);
  overflow: hidden;
}
.ib-hero .ib-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(70% 70% at 60% 30%, #000 30%, transparent 100%);
  mask-image: radial-gradient(70% 70% at 60% 30%, #000 30%, transparent 100%);
}
.ib-hero .ib-glow {
  position: absolute; width: 520px; height: 520px; border-radius: 50%;
  filter: blur(90px); opacity: .5; pointer-events: none;
}
.ib-hero .ib-glow.one { background: #149ddb; top: -120px; right: -80px; }
.ib-hero .ib-glow.two { background: #2d3f8f; bottom: -160px; left: -120px; }
/* allow the flex container to shrink so the headline wraps instead of overflowing */
.ib-hero.d-flex > .container { width: 100%; min-width: 0; }
/* clear the fixed header so the headline has breathing room at the top */
.ib-hero { padding-top: 150px; padding-bottom: 90px; }
.ib-hero h1 {
    word-break: break-word;
    font-size:46px;
    line-height: 1.2;
}
@media (max-width: 1199px) {
  .ib-hero h1 { font-size: 48px; line-height: 56px; }
}
@media (max-width: 991px) {
  .ib-hero { padding-top: 130px; padding-bottom: 60px; }
  .ib-hero h1 { font-size: 42px; line-height: 50px; }
}
@media (max-width: 575px) {
  .ib-hero { padding-top: 120px; padding-bottom: 50px; }
  .ib-hero h1 { font-size: 34px; line-height: 42px; letter-spacing: -1px; }
  .ib-page-hero h1 { font-size: 34px; line-height: 42px; letter-spacing: -1px; }
}

.ib-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 16px; border-radius: 50px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  color: #cfe3f3; font-size: 13px; font-weight: 600; letter-spacing: .3px;
  backdrop-filter: blur(6px);
}
.ib-chip i { color: var(--ib-blue); }

.ib-highlight-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.ib-highlight-list li { color: #d6e2f2; font-size: 15px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.ib-highlight-list li i { color: #38d39f; font-size: 15px; }

/* ---- generic surface cards ---- */
.ib-card {
    background: #fff;
    border: 1px solid var(--ib-border);
    border-radius: 16px;
    padding: 15px;
    height: 100%;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ib-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(20,40,90,.12); border-color: rgba(20,157,219,.35); }
.ib-card .ib-ico {
  width: 80px; height: 80px;  display: inline-flex; align-items: center; justify-content: center;
  background: none !important;
  color: var(--ib-navy); font-size: 26px; 
}
.ib-card h5, .ib-card h6 { color: var(--ib-ink); font-family: var(--alt-font); font-weight: 600; }
.ib-card p { color: #5d6577; margin-bottom: 0; }
.ib-card h6 {
    font-size: 1.15rem;
    line-height: 1.5; margin-bottom: 0
}




/* feature grid icon-only variant */
.ib-feature .ib-ico { background: var(--ib-gradient); color: #fff; }

/* ---- product cards ---- */
.ib-product {
  background: #fff; border: 1px solid var(--ib-border); border-radius: 20px; overflow: hidden;
  height: 100%; display: flex; flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
}
.ib-product:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(20,40,90,.14); }
.ib-product .ib-product-head { padding: 36px 34px 0; }
.ib-product .ib-product-badge {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
  color: var(--ib-blue); background: rgba(20,157,219,.1); padding: 6px 14px; border-radius: 50px; margin-bottom: 18px;
}
.ib-product h3 { font-family: var(--alt-font); font-weight: 600; color: var(--ib-ink); font-size: 30px; letter-spacing: -1px; margin-bottom: 6px; }
.ib-product .ib-product-sub { color: var(--ib-blue); font-weight: 600; font-size: 15px; display: block; margin-bottom: 16px; }
.ib-product .ib-product-body { padding: 0 34px 34px; display: flex; flex-direction: column; flex: 1; }
.ib-product p { color: #5d6577; }
.ib-cap-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ib-cap-list li {
  font-size: 13px; font-weight: 500; color: var(--ib-navy);
  background: var(--ib-soft); border: 1px solid var(--ib-border); border-radius: 8px; padding: 6px 12px;
}
.ib-deploy-tag {
  margin-top: auto; padding-top: 24px; font-size: 13px; font-weight: 600; color: #6b7384;
}
.ib-deploy-tag b { color: var(--ib-navy); }

/* ---- service category blocks ---- */
.ib-service-cat {
  background: #fff; border: 1px solid var(--ib-border); border-radius: 16px; padding: 34px 32px; height: 100%;
  transition: transform .35s ease, box-shadow .35s ease; margin: 20px 0;
}
.ib-service-cat:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(20,40,90,.1); }
.ib-service-cat .ib-ico {
  width: 80px; height: 80px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center;
   color: #fff; font-size: 23px; margin-bottom: 20px;
}
.ib-service-cat h5 { font-family: var(--alt-font); font-weight: 600; color: var(--ib-ink); font-size: 21px; margin-bottom: 16px; }
.ib-service-cat ul { list-style: none; padding: 0; margin: 0; }
.ib-service-cat ul li {
  position: relative; padding-left: 22px; color: #5d6577; font-size: 15px; line-height: 30px;
}
.ib-service-cat ul li::before {
  content: "\f054"; font-family: "Font Awesome 7 Free", "Font Awesome 5 Free"; font-weight: 900;
  position: absolute; left: 0; top: 0; font-size: 10px; color: var(--ib-blue); line-height: 30px;
}

/* ---- industries ---- */
.ib-industry {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--ib-border); border-radius: 12px; padding: 20px 22px;
  font-family: var(--alt-font); font-weight: 600; color: var(--ib-ink); font-size: 17px;
  transition: all .3s ease; height: 100%;
}
.ib-industry:hover { border-color: var(--ib-blue); box-shadow: 0 16px 34px rgba(20,40,90,.1); transform: translateY(-4px); }
.ib-industry i {
  width: 46px; height: 46px; min-width: 46px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(20,157,219,.12), rgba(32,47,100,.12)); color: var(--ib-navy); font-size: 20px;
}

/* ---- compliance / standards badges ---- */
.ib-badge-strip { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.ib-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 50px; background: #fff;
  border: 1px solid var(--ib-border); font-family: var(--alt-font); font-weight: 600; color: var(--ib-navy); font-size: 15px;
}
.ib-badge i { color: var(--ib-blue); }

/* ---- why-choose list ---- */
.ib-why-item { display: flex; gap: 16px; align-items: flex-start; }
.ib-why-item .ib-ico {
  width: 46px; height: 46px; min-width: 46px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--ib-gradient); color: #fff; font-size: 19px;
}
.ib-why-item h6 { font-family: var(--alt-font); font-weight: 600; color: var(--ib-ink); margin-bottom: 4px; font-size: 18px; }
.ib-why-item p { color: #5d6577; margin: 0; font-size: 15px; line-height: 26px; }

/* ---- page hero (inner pages) ---- */
.ib-page-hero {
  position: relative;
  background:
    radial-gradient(900px 500px at 85% -20%, rgba(20,157,219,.25), transparent 60%),
    linear-gradient(180deg, #0c1430 0%, #182354 100%);
  padding: 180px 0 90px; overflow: hidden;
}
.ib-page-hero .ib-hero-grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 54px 54px; -webkit-mask-image: radial-gradient(70% 80% at 70% 0%, #000 20%, transparent 100%); mask-image: radial-gradient(70% 80% at 70% 0%, #000 20%, transparent 100%); }
.ib-page-hero h1 { color: #fff; font-family: var(--alt-font); font-weight: 600; letter-spacing: -2px; }
.ib-page-hero p { color: #c2cee2; }
.ib-breadcrumb { color: #8fa3c4; font-size: 14px; font-weight: 500; }
.ib-breadcrumb a { color: #8fa3c4; }
.ib-breadcrumb a:hover { color: #fff; }

/* ---- cta band ---- */
.ib-cta-band {
  background:
    radial-gradient(700px 400px at 80% 0%, rgba(20,157,219,.35), transparent 60%),
    var(--ib-gradient);
  border-radius: 22px; padding: 64px 56px; position: relative; overflow: hidden;
}
.ib-cta-band h2 { color: #fff; font-family: var(--alt-font); font-weight: 600; letter-spacing: -1.5px; }
.ib-cta-band p { color: rgba(255,255,255,.85); }

/* ---- contact ---- */
.ib-contact-card { background: #fff; border: 1px solid var(--ib-border); border-radius: 16px; padding: 30px; height: 100%; }
.ib-contact-card .ib-ico { width: 52px; height: 52px; border-radius: 12px; background: var(--ib-gradient); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 18px; }
.ib-contact-card h6 { font-family: var(--alt-font); font-weight: 600; color: var(--ib-ink); }
.ib-contact-card a, .ib-contact-card p { color: #5d6577; }
.ib-form .form-control {
  border: 1px solid var(--ib-border); border-radius: 10px; padding: 14px 18px; background: #fff; margin-bottom: 18px;
  font-size: 15px; box-shadow: none;
}
.ib-form .form-control:focus { border-color: var(--ib-blue); box-shadow: 0 0 0 3px rgba(20,157,219,.12); }

/* ---- nav dropdown columns (mega-ish) ---- */
.navbar .navbar-nav .dropdown-menu li a span img { width: 22px; height: 22px; object-fit: contain; }

/* ---- footer tweaks ---- */
footer.footer { background: #0c1430; }

/* safety: prevent any incidental horizontal scroll on small screens */



.is-touchable .cursor-page-inner { display: none!important }

.stack-box { position: relative; z-index: 1; height: 300vh }
.stack-box .stack-box-contain { height: 100vh; position: -webkit-sticky; position: sticky; top: 0 }
.stack-box .stack-item { height: 100vh; width: 100%; position: absolute; overflow: hidden; z-index: 999; display: flex; align-items: center }
.stack-box .stack-item.stack-item-02 { z-index: 600 }
.stack-box .stack-item.stack-item-03 { z-index: 500 }




.stack-box .stack-box-contain {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.stack-item{
    position: sticky;
    top:0;
    height:100vh;
    transition:height .25s ease;
    will-change:height;
}






.stack-box .stack-item .stack-item-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; display: flex; align-items: center; height: 100vh }
.stack-card .stack-item { border: 0; position: -webkit-sticky; position: sticky; top: 60px; border-radius: 0 }
.stack-card .stack-card-item { will-change: scale; background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 20px 14px 50px 0 rgba(42,27,68,.1019607843); transform-origin: center top; -webkit-transform-origin: center z; transition: scale .5s; background-size: cover }
.transform-3d { transform: translate3d(0, 0, 100px) }
.marquees-text { -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-animation: 50s linear infinite example1; animation: 50s linear infinite example1; width: 100% }
.looping-wrapper { position: absolute; display: flex; align-items: center; flex-wrap: wrap; width: 1px; height: 100vh; left: 50%; top: 0 }
.looping-wrapper .el { position: absolute; opacity: 1; width: 2px; height: 24vh; margin-top: -18vh; transform-origin: 50% 100%; background: var(--base-color) }
.looping-wrapper-gray { position: absolute; display: flex; align-items: center; flex-wrap: wrap; width: 1px; height: 100vh; left: 50%; top: 0 }
.looping-wrapper-gray .el { position: absolute; opacity: 1; width: 2px; height: 24vh; margin-top: -18vh; transform-origin: 50% 100%; background: #292929 }
.marquee-slide { -webkit-transition-timing-function: linear!important; transition-timing-function: linear!important; position: relative }
.marquee-rotate-down { transform: rotate(3.87deg); margin-bottom: -60px }
.marquee-rotate-up { transform: rotate(-2.2deg) }
.feather-shadow { mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%) }
.text-sliding-line { display: inline-block; position: relative; padding: 0; z-index: 1; background-image: linear-gradient(135deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0); background-size: 4px 4px; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent }
.bg-sliding-line { background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0); background-size: .1em .1em }
.feature-box-slider .feature-box { display: flex; flex-direction: row; align-items: center; padding: 24px 40px; background: var(--white); box-shadow: 0 5px 25px rgba(89,101,124,.15); border-radius: 10px; color: var(--dark-gray); font-weight: 500; font-size: 17px }
.feature-box-slider .feature-box i { font-size: 24px; margin-right: 10px }
.feature-box-slider .swiper-slide { width: auto; padding-top: 15px; padding-bottom: 15px }

.page-layout section.top-space-margin{ margin-bottom: 40px; padding: 90px 0;}


.stack-box	.ib-product-sub {
    color: var(--ib-blue);
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 16px;
}

.stack-box .ib-cap-list { margin-bottom: 20px}

.cr1 {  padding-bottom: 0px; background-color:#fff !important; padding-top: 0px }

.img-ser {
    border-radius: 25px;
    overflow: hidden; position: relative; margin-right: 30px;
}
.img-ser  img{ max-width: 100%;}

.ib-service-cat{  }


.img-ser .ib-ico {position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
    top: 35%;
    bottom: 0;
    border-radius: 100%;
    padding: 13px;
    width: 100px;height: 100px; box-shadow: 1px 1px 15px #2e2d2d61; overflow: hidden;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
.ib-hero-slider .ib-hero-slides-wrap{ position:relative; }
.ib-hero-slide{
  position:absolute; inset:0; width:100%;
  opacity:0; visibility:hidden; pointer-events:none;
  transform:translateX(40px);
  transition:opacity .8s ease, transform .8s ease, visibility 0s linear .8s;
}
.ib-hero-slide.active{
  position:relative; opacity:1; visibility:visible; pointer-events:auto;
  transform:translateX(0);
  transition:opacity .8s ease, transform .8s ease;
}

.ib-hero-controls {
    display: inline-block;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    top: 40%;
    /* flex-direction: row; */
    left: -40px;
    right: -40px;
    max-width: 100%;
    margin: 0 auto;
}
.ib-hero-arrow{ width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.06); color:#fff;  align-items:center; justify-content:center; cursor:pointer; transition:all .3s ease; }
.ib-hero-arrow:hover{ background:#fff; color:#0c1430; border-color:#fff; }
 .ib-hero-next{
    float: right;
    margin-right: -60px;
}

.ib-hero-prev{
    float: left;
    margin-left: -60px;
}

.ib-service-cat, #i-lakehouse, #dci360, #ai-security {
    scroll-margin-top: 120px;
}

 #i-lakehouse, #dci360, #ai-security {
    scroll-margin-top: 80px;
}




/* ---- responsive ---- */
@media (max-width: 991px) {
  .ib-page-hero { padding: 140px 0 70px; }
  .ib-cta-band { padding: 44px 30px; }
}
@media (max-width: 575px) {
  .ib-product h3 { font-size: 25px; }
  .ib-card, .ib-service-cat { padding: 28px 24px; }
}
