.promo-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 48px 40px;
  background-image: url('/images/databricks/databricks-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow: hidden;
}

/* Logo pill */
.logo-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 0px 32px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0px 9px 19.1px -2px #6DA7FFCC;

}

.logo-pill .logo {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.logo-pill .logo-pibythree{
    height: 42px;
}

.logo-separator {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 20px;
}

/* Headline */
.headline-box {
  border-radius: 8px;
  padding: 24px 40px;
  margin-bottom: 0px;
  max-width: 820px;
}

.headline {
  font-size: 250%;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff; /* fallback */
  max-width: unset;
}

.headline .highlight {
  background: linear-gradient(90deg, #00D3F3 0%, #E0DDF9 49.52%, #00D3F3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtext */
.subtext {
  max-width: 900px;
  font-size: 15px;
  line-height: 1.6;
  color: #C7D2E3;
  margin: 0 0 32px;
  text-align: center;
}

/* CTA buttons */
.cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-group .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}

.cta-group .btn-primary {
  background: #DCE9FF;
  color: #0A2C6B;
  width: 55%;
}

.btn-primary:hover {
  background: #12386B;
  color: #ffffff;
}

.cta-group .btn-secondary {
  background: #12386B;
  color: #ffffff;
  border: 1px solid #2E6FF2;
  width: 39%;
  margin: 0 auto;
  display: block;
}

.cta-group .btn-secondary:hover {
  background: #00D3F333;
}

.arrow {
  font-size: 16px;
}

/* ===== Value Prop Section ===== */

.value-prop-section {
  background-color: #F8F9FF;
  padding: 60px 40px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.value-prop-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
}

/* ---- Left text column ---- */

.value-prop-text h2 {
  font-size: 22px;
  font-weight: 600;
  color: #1B2A41;
  margin: 0 0 20px;
}

.value-prop-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #3D4A5C;
  margin: 0 0 16px;
}

.value-prop-text p:last-child {
  margin-bottom: 0;
}

.value-prop-text strong {
  font-weight: 600;
  color: #1B2A41;
}

/* ---- Right card ---- */

.value-prop-card {
  background-color: #DCE9FF;
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
}

.card-intro {
  font-size: 17px;
  line-height: 1.5;
  color: #1B2A41;
  margin: 0 0 20px;
  font-weight: 500;
}

.value-prop-card .card-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.value-prop-card .card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #1B2A41;
}

.value-prop-card .card-list li:last-child {
  margin-bottom: 0;
}

.value-prop-card .card-list img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.value-prop-card .cta-button {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #1B2A41;
  border-radius: 8px;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #1B2A41;
  cursor: pointer;
  box-sizing: border-box;
}

.value-prop-card .cta-button:hover {
  background-color: #F4F7FF;
}

/* ---- Stats bar ---- */

.value-prop-section .stats-bar {
  max-width: 1200px;
  margin: 60px auto 0;
  background-color: #1B2A41;
  border-radius: 12px;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.value-prop-section .stat-number {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 8px;
  margin: 10px 0;
}

.value-prop-section .stat-label {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #B8C2D4;
}

.databricks-focus-area {
  background: #F8F9FF;
  padding: 64px 24px;
}

.databricks-focus-area .databricks-focus-area__container {
  max-width: 900px;
  margin: 0 auto;
}

.databricks-focus-area .databricks-focus-area__eyebrow {
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #1c2b39;
}

.databricks-focus-area .databricks-focus-area__subtitle {
  margin: 0 0 32px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #5f6b7a;
}

.databricks-focus-area .databricks-focus-area__accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.databricks-focus-area .databricks-focus-area__item {
  border: 1px solid #e3e4ec;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.databricks-focus-area .databricks-focus-area__header {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #1c2b39;
}

.databricks-focus-area .databricks-focus-area__header::-webkit-details-marker {
  display: none;
}

.databricks-focus-area .databricks-focus-area__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.databricks-focus-area .databricks-focus-area__title {
  flex: 1;
}

.databricks-focus-area .databricks-focus-area__chevron {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #1c2b39;
  border-bottom: 2px solid #1c2b39;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.databricks-focus-area .databricks-focus-area__item[open] .databricks-focus-area__chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.databricks-focus-area .databricks-focus-area__content {
  padding: 0 24px 20px 56px;
  background: #f8f9ff;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
}

.databricks-focus-area .databricks-focus-area__content p {
  margin: 0;
  padding-top: 4px;
}

.databricks-focus-area .databricks-focus-area__pi,
.databricks-focus-area .databricks-focus-area__three {
  font-weight: 600;
  color: #1c2b39;
}
.db-partnership {
    background: #213145;
  }
 
  .db-partnership__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
 
  .db-partnership__title {
    color: #ffffff;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    margin: 0 0 48px;
  }
 
  .db-partnership__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
  }
 
  .db-card {
    flex: 1 1 0;
  }
 
  .db-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px;
  }
 
  .db-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: block;
    margin-bottom: 24px;
    object-fit: cover;
  }
 
  .db-card__title {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px;
    font-size: 120%;
  }
 
  .db-card__text {
    color: #ffffff;
    opacity: 0.7;
    margin: 0;
  }
  /* ==========================================================================
   Databricks Services Carousel — custom styles
   ========================================================================== */

.db-services-section {
    background-color: #F8F9FF;
}

/* Card */
.db-service-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #C7C4D8;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin: 10px 12px 30px;
    box-shadow: 0px 1px 2px 0px #0000000D;

}

.db-services-section .service-card::after {
    content: unset;
}


.db-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(20, 20, 60, 0.12);
}

.service-card-img {
    width: 50%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef0fb;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card-body {
    padding: 24px 22px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-body h2 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: #14142b;
    margin-bottom: 12px;
}

.service-card-body p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b4b63;
    margin-bottom: 0;
}

/* ==========================================================================
   Owl Carousel overrides
   ========================================================================== */

.db-services-carousel .owl-stage-outer {
    padding: 10px 0;
}

.db-services-carousel .owl-nav {
    position: absolute;
    top: 97%;
    left: 3%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.db-services-carousel .owl-nav .owl-prev,
.db-services-carousel .owl-nav .owl-next {
    pointer-events: all;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff !important;
    color: #3b82f6 !important;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(20, 20, 60, 0.12);
    font-size: 1.1rem;
    margin: 0 -18px;
    transition: background 0.2s ease, color 0.2s ease;
}

.db-services-carousel .owl-nav .owl-prev:hover,
.db-services-carousel .owl-nav .owl-next:hover {
    background: #3b82f6 !important;
    color: #ffffff !important;
}

.db-services-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.db-services-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px 5px;
    background: #d7dafc;
    transition: background 0.2s ease, transform 0.2s ease;
}

.db-services-carousel .owl-dots .owl-dot.active span,
.db-services-carousel .owl-dots .owl-dot:hover span {
    background: #3b82f6;
    transform: scale(1.15);
}

.db-services-head h2{
    font-size: 200%;
    color: #213145;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.db-industry-partner h2{
    font-size: 120%;
    font-weight: 400;
    color: #464555;
    text-align: center;
}
.db-cta-footer{
    background-color: #213145;
}
.db-cta-footer h2{
    font-weight: 500;
    font-size: 200%;
    text-align: center;
    color: #fff;
}
.db-cta-button{
    background-color: #3525CD;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0px 10px 15px -3px #0000001A;
    display: block;
    margin: 0 auto;
    width: 20%;
    padding: 12px;
    margin-top:2rem;
}
.db-cta-footer p{
    max-width: 750px;
}

.db-services-section .service-card{
    background: #fff;
}

.db-services-section .ctrl-btn{
    color: #213145;
    border: 1px solid #213145;
}
.db-services-section .ctrl-btn:hover{
    background: #213145;
    color: #fff;
}
.db-services-section .menu-item.active{
    background: #213145;
    color: #fff;
}
.db-services-section .menu-item{
    border: 1px solid #213145;
}
.db-services-section .menu-item:hover{
    background: #213145;
    color: #fff;
}
.db-services-section .menu-side{
 scrollbar-color: rgba(33, 49, 69, 0.3) transparent;
}
.db-services-section .service-card{
    border: 1px solid #213145;
}


@media screen and (min-width: 2500px){
    body {
        max-width: 2500px;
    }
}

@media (min-width: 2000px) and (max-width: 2499px) {
    .db-card__text{
        font-size: 20px;
        line-height: 36px;
    }
    .value-prop-text p,
    .db-card__text,
    .service-card-body p,
    .db-cta-footer p {
        font-size: 22px;
        line-height: 1.6;
    }
    .logo-pill .logo-databricks{
        height: 38px;
    }
    .logo-pill .logo-pibythree{
        height: 50px;
    }
    .subtext {
        max-width: 700px;
        line-height: 2.2;
    }
    .value-prop-card .card-list li {
        font-size: 18px;
    }
    .value-prop-card .cta-button{
        font-size: 20px;
    }
    .databricks-focus-area .databricks-focus-area__eyebrow {
        font-size: 200%;
    }
    .db-service-card{
        height: 100%;
    }
    .db-services-carousel .owl-nav{
        top: 105%;
    }
    .db-industry-partner h2 {
        font-size: 130%;
    }
    .cta-content a{
        font-size: 115%;
    }
    .db-services-section .service-card{
        width: 99%;
        height: 99%;
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    /* large devices */
    .db-card{
      padding: 22px;
  }
    .value-prop-text p,
    .db-card__text,
    .service-card-body p,
    .db-cta-footer p {
        font-size: 18px;
        line-height: 1.6;
    }
    img.logo.logo-databricks {
        height: 40px;
    }
    img.logo.logo-pibythree {
        height: 55px;
    }
    .subtext {
        max-width: 800px;
    }
    .value-prop-text h2 {
        font-size: 30px;
    }
    .databricks-focus-area .databricks-focus-area__eyebrow {
        font-size: 200%;
    }
    .db-service-card{
        margin: 0px 12px 0px;
        height: 100%;
    }
    .db-services-carousel .owl-nav {
        top: 100%;
    }
    .db-services-section .service-card{
        width: 99%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
     /* ipad-pro */
     .db-service-card{
         height: 100%;
     }
     .db-services-carousel .owl-nav{
         top: 103%;
     }
     .db-partnership__grid{
         padding: 0 12px;
     }
     .logo-separator {
        font-size: 55px;
     }
     .logo-pill .logo{
         height: 40px;
     }
}

@media (min-width: 769px) and (max-width: 991px) {
     /* ipad-air */
     .db-card{
    padding: 12px;
}
    .db-services-head h2,
    .db-partnership__title,
    .db-cta-footer h2 {
        font-size: 180%;
    }
    .logo-pill .logo{
        height: 30px;
    }
    .logo-separator {
        font-size: 50px;
    }
    .value-prop-card{
        padding: 20px;
    }
    .db-partnership__grid {
        padding: 0 20px;
    }
    .db-service-card{
        height: 100%;
    }
    .db-service-card{
        top: 99%;
    }
    .db-services-carousel .owl-stage-outer {
        padding: 13px 0;
    }
    .db-cta-button{
        width: 30%;
    }
    .db-services-section .carousel-wrapper {
        height: 451px;
    }
}

@media (min-width: 569px) and (max-width: 768px){
/* ipad-mini */
.db-card{
    padding: 12px;
}
    .db-services-head h2,
    .db-partnership__title,
    .db-cta-footer h2 {
        font-size: 180%;
    }
    .logo-pill .logo{
        height: 36px;
    }
    .logo-separator {
        font-size: 50px;
    }
    .value-prop-card{
        padding: 20px;
    }
    .db-partnership__grid {
        padding: 0 20px;
    }
    .db-service-card{
        height: 100%;
    }
    .db-service-card{
        top: 99%;
    }
    .db-services-carousel .owl-stage-outer {
        padding: 13px 0;
    }
    .db-cta-button{
        width: 30%;
    }
    .db-card__title {
        font-size: 115%;
    }
    .db-services-section .service-card{
        height: 76%;
    }
    .db-services-section .menu-side {
        max-height: 470px;
    }
    /* .db-services-section .carousel-wrapper {*/
    /*    height: 520px;*/
    /*}*/
    .db-services-section .carousel-controls{
        bottom: 45px;
    }
    .db-services-section .carousel-items {
    height: 125%;
}
}
@media (min-width: 320px) and (max-width: 568px){
 /* mobile devices */
 .logo-separator {
    font-size: 38px;
 }
 .logo-pill {
     gap: 5px;
     padding: 0 8px;
     
 }
  .headline {
    font-size: 170%;
  }
  .headline-box {
    padding: 16px 0px;
    max-width: unset
  }
  .cta-group {
    flex-direction: column;
    width: 100%;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
 .value-prop-grid {
    grid-template-columns: 1fr;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
  .db-partnership__grid {
      flex-direction: column;
      padding: 0 16px;
    }
    
      .db-services-section {
        padding: 40px 0;
    }
    .db-services-carousel .owl-nav .owl-prev,
    .db-services-carousel .owl-nav .owl-next {
        display: none;
    }
    
    .db-services-head h2,
    .db-partnership__title,
    .db-cta-footer h2 {
        font-size: 170%;
    }
    .logo-pill .logo{
        height: 30px;
    }
    .promo-banner {
        padding: 48px 12px;
    }   
    .cta-group .btn-primary{
        width: 65%;
    }
    .cta-group .btn-secondary {
        width: 65%;
    }
    .value-prop-section, .value-prop-section .stats-bar{
        padding: 2rem 20px;
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .databricks-focus-area{
        padding: 2rem 24px;
    }
    .db-service-card{
        flex-direction: column;
        margin: 10px 2px 30px;
    }
    .service-card-img{
       width: 100%;
    }
    .db-cta-button{
        width: 54%;
    }
}