.partners-img-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    align-items: center;
}
.partners-img img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 834/834;
}
.partners-hero{
    background-image: url("../images/partnership/aws-hero.webp");
    /*background-color: #a5a5a5;*/
    background-size: cover;
}
.partners-img{
    width: 24%;
}
.partners-head h1{
    color: #fff;
    max-width: unset;
    font-size: 350%;
    font-weight: 900;
    /*width: 32%;*/
    position: relative;
    display: inline-block;
    transition: 0.4s ease;
}
/*.partners-head h1:hover .aws-text{*/
/*    color: #ea831f;*/
/*}*/
/*.partners-head h1:hover .pi-bg, .partners-head h1:hover .three{*/
/*    color: #f7ba16;*/
/*}*/
.partners-head h2{
    font-size: 200%;
    color: #fff;
    text-align: left;
}
.partners-head p{
    color: #fff;
    max-width: 800px;
}

.aws-text{
    position: relative;
    display: inline-block;
}

.aws-arrow{
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 140px;
    height: 45px;
    overflow: visible;
}

.intro-container p{
    font-size: 1.1rem;
}
.desktop-text{
    display: block;
}
.mobile-text{
    display: none;
}

/* Shared styles */
.arrow-line,
.arrow-head{
    fill: none;
    stroke: #ea831f;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Animate line */
.arrow-line{
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
}

/* Animate head */
.arrow-head{
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
}
.partner-intro{
     background: linear-gradient(135deg, var(--dark-bg) 0%, #0f1535 100%);
     overflow-x: hidden;
}
.intro-section1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 60vh;
    /*padding: 0 2rem;*/
    background-color: #fff;
}

.intro-content {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    padding: 0;
}

.intro-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    background: linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color:#000;
}

.intro-content p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: left;
}

.partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: rgba(255, 153, 0, 0.1);
    border: 1px solid var(--aws-orange);
    border-radius: 50px;
    margin-bottom: 40px;
    font-size: 0.9rem;
    color: var(--aws-orange);
    font-weight: 600;
}

.partnership-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: orange;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* CTA Side - Scroll triggered */
.cta-side {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transform: translateY(100px) translateY(-50%);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cta-side.visible {
    opacity: 1;
    transform: translateY(0) translateY(-10%);
}

.cta-side1 {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transform: translateY(calc(-50% + 100px));;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cta-side1.visible {
    opacity: 1;
   transform: translateY(-10%);;
}

.cta-card {
    background: linear-gradient(135deg, rgba(255, 153, 0, 0.1) 0%, rgba(0, 212, 255, 0.05) 100%);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 212, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.cta-card:hover::before {
    opacity: 1;
}

.cta-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--text-primary);
    text-align: center;
}

.cta-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 35px;
    line-height: 1.7;
}

.cta-button {
    display: block;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--aws-orange) 0%, #ff8c00 100%);
    color: #000;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    /*box-shadow: 0 10px 30px rgba(255, 153, 0, 0.3);*/
    margin: 0 auto;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 153, 0, 0.4);
}

.cta-button:active {
    transform: translateY(0);
}

/* Highlight text */
.highlight {
    color: var(--accent);
    font-weight: 600;
}

.intro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}



 
.partner-intro {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, var(--dark-bg) 0%, #0f1535 100%);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #fff;
}

/* Background decoration */
.partner-intro::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 153, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.stats-container {
    max-width: 1200px;
    margin: 2rem auto;
    background: linear-gradient(135deg, #184b98 0%, #184b98 25%, #184b98 50%, #0f1535 75%, #0f1535 100%);
    border-radius: 16px;
    padding: 30px 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 60px;
    margin-bottom: 20px;
}

.stat-item {
    text-align: center;
    opacity: 0;
}

.stat-item.animate {
    animation: fadeInUp 0.8s ease-out forwards;
}

.stat-item:nth-child(1).animate { animation-delay: 0.1s; }
.stat-item:nth-child(2).animate { animation-delay: 0.2s; }
.stat-item:nth-child(3).animate { animation-delay: 0.3s; }
.stat-item:nth-child(4).animate { animation-delay: 0.4s; }

.stat-number {
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
}

.stat-label {
    font-size: 16px;
    color: #b0b0b0;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.partner-card-wrapper{
    background: #184b98;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  padding: 3rem 0;
  overflow-x: hidden;
}
 .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.cards-grid .card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  /*cursor: pointer;*/
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(40px);
  animation: slideUp 0.6s ease-out forwards;
  position: relative;
  overflow: hidden;
}

.cards-grid .card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 153, 0, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.cards-grid .card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 153, 0, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 153, 0, 0.1);
}

.cards-grid .card:hover::before {
  opacity: 1;
}

.cards-grid .card:nth-child(1) {
  animation-delay: 0s;
}

.cards-grid .card:nth-child(2) {
  animation-delay: 0.2s;
}

.cards-grid .card:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cards-grid .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 1.5rem;
  background: rgba(255, 153, 0, 0.15);
  border: 1px solid rgba(255, 153, 0, 0.3);
  transition: all 0.3s ease;
}

.cards-grid .card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.cards-grid .card p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.cards-grid .card-highlight {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 153, 0, 0.2);
  border-left: 2px solid rgba(255, 153, 0, 0.6);
  border-radius: 4px;
  margin-top: 1rem;
  font-size: 13px;
  color: rgba(255, 200, 100, 1);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.cards-grid .card:hover .card-highlight {
  background: rgba(255, 153, 0, 0.35);
  border-left-color: rgba(255, 153, 0, 0.8);
}
/* ── OUTER WRAPPER: fills screen, max-width cap ── */
.page-wrapper {
    width: 100%;
}

/* ── DESKTOP LAYOUT: [carousel] [menu] side by side ── */
.layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 28px;
    width: 100%;
}

/* ── CAROUSEL SIDE grows to fill remaining space ── */
.carousel-side {
    flex: 1 1 0;
    min-width: 0;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.carousel-items {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.34, 1.2, 0.64, 1);
    pointer-events: none;
    z-index: 0;
}

.carousel-item.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 2;
}

.carousel-item.prev {
    opacity: 0;
    transform: translateY(-36px);
    z-index: 1;
}

/* ── SERVICE CARD ── */
.service-card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 50px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--g1), var(--g2));
    border: 1.5px solid rgba(255, 165, 0, 0.25);
    box-shadow: 0 12px 48px rgba(0,0,0,0.09), inset 0 1px 0 rgba(255,255,255,0.55);
}

.service-card::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,165,0,0.12) 0%, transparent 70%);
    animation: blob 7s ease-in-out infinite;
    pointer-events: none;
}

@keyframes blob {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%       { transform: translate(18px, -18px) scale(1.06); }
}

.service-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}

.service-card p {
    font-size: 15px;
    line-height: 1.82;
    color: #444;
    position: relative;
    z-index: 1;
}

/* ── ARROWS: bottom-right of card ── */
.carousel-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.ctrl-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255,165,0,0.55);
    background: rgba(255,255,255,0.78);
    color: #b37700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s, color 0.22s, transform 0.18s, box-shadow 0.22s;
    backdrop-filter: blur(6px);
}

.ctrl-btn:hover {
    background: rgba(255,165,0,0.88);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 18px rgba(255,165,0,0.32);
}

/* ── MENU SIDE: fixed 220px column, right of carousel ── */
.menu-side {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,165,0,0.3) transparent;
}

.menu-side::-webkit-scrollbar        { width: 4px; }
.menu-side::-webkit-scrollbar-track  { background: transparent; }
.menu-side::-webkit-scrollbar-thumb  { background: rgba(255,165,0,0.3); border-radius: 4px; }

/* ── MENU ITEM ── */
.menu-item {
    padding: 13px 16px;
    border-radius: 10px;
    border: 1.5px solid rgba(255,165,0,0.22);
    background: rgba(255,255,255,0.68);
    color: #333;
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    white-space: normal;
    line-height: 1.4;
    position: relative;
    /*overflow: hidden;*/
    transition: background 0.22s, border-color 0.22s, transform 0.18s;
}

.menu-item::before {
    /*content: '';*/
    position: absolute;
    left: 0; top: 0;
    width: 3px; height: 100%;
    background: #ffa500;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.22s ease;
    border-radius: 0 2px 2px 0;
}

.menu-item:hover {
    background: rgba(255,165,0,0.11);
    border-color: rgba(255,165,0,0.5);
    transform: translateX(2px);
}
.menu-item:hover::before { transform: scaleY(1); }

.menu-item.active {
    background: rgba(255,165,0,0.2);
    border-color: #ffa500;
    color: #7a4f00;
    font-weight: 600;
}
.menu-item.active::before { transform: scaleY(1); }
.carousel-head h2{
    font-size: 200%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.dataiku-case-carousel{
    gap: 20px;
}

 /* ── Section ── */
.aws-section {
    padding: 2rem 0;
    max-width: 1280px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,153,0,0.12);
    border: 1px solid rgba(255,153,0,0.3);
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.section-badge svg { width: 14px; height: 14px; }

.section-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-title span {
    background: linear-gradient(135deg, #FF9900, #ffcb6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 17px;
    max-width: 830px;
    margin: 0 auto;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: center;
}

/* ── Grid ── */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 28px;
}

.azure-case-carousel{
    gap: 20px;
}

/* Only animate real (non-cloned) items */
.aws-case-carousel .owl-item:not(.cloned) .case-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
}

.aws-case-carousel .owl-item:not(.cloned) .case-card.is-visible {
    opacity: 1;
    transform: translateY(0px);
}

/* Cloned items always fully visible so Owl can measure them */
.aws-case-carousel .owl-item.cloned .case-card {
    opacity: 1 !important;
    transform: translateY(0px);
}

/* ── Card ── */
.case-card {
    background: var(--card-bg);
    border: 1px solid #ccc;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,153,0,0.2);
    border-color: rgba(255,153,0,0.3);
}

.case-card:hover .card-arrow { transform: translate(3px, -3px); }

/* Image */
.card-img-wrap {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0d1526;
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.case-card:hover .card-img-wrap img { transform: scale(1.05); }

.card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,15,30,0.7) 0%, transparent 50%);
}

.aws-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,153,0,0.9);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

/* Body */
.card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-desc {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

/* Footer */
.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid var(--card-border);
    margin-bottom: 10px;
}

.read-more {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.3px;
}

.card-arrow {
    width: 32px;
    height: 32px;
    background: rgba(255,153,0,0.12);
    border-radius: 8px;
    display: grid;
    place-items: center;
    transition: transform 0.3s ease, background 0.3s ease;
    color: var(--primary);
}

.case-card:hover .card-arrow { background: rgba(255,153,0,0.22); }

/* Empty state */
.empty-state {
    text-align: center;
    padding: 80px 20px;
    color: var(--text-muted);
}

.empty-state svg { opacity: 0.3; margin-bottom: 16px; }
.empty-state p { font-size: 16px; }
.wrap { max-width: 720px; margin: 0 auto; }

/* HERO */
.hero { text-align: center; margin-bottom: 0; }

.badge {
display: inline-flex;
align-items: center;
gap: 7px;
background: rgba(255,255,255,0.65);
border: 0.5px solid rgba(255,140,0,0.35);
border-radius: 50px;
padding: 6px 16px;
font-size: 12px;
color: #e65100;
margin-bottom: 1.25rem;
letter-spacing: 0.05em;
backdrop-filter: blur(8px);
}

.badge-dot {
width: 7px; height: 7px;
border-radius: 50%;
background: #ff6d00;
animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.35; transform: scale(0.75); }
}

.hero p {
font-size: 14px;
color: rgba(30,30,60,0.5);
line-height: 1.65;
text-align: center;
}

.glow-line {
width: 100px; height: 2px;
background: linear-gradient(90deg, #ff6d00, #1565c0);
margin: 1.5rem auto 2.25rem;
border-radius: 2px;
opacity: 0.65;
}

/* STATS */
.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 2.25rem;
}

.stat {
background: rgba(255,255,255,0.6);
border: 0.5px solid rgba(255,255,255,0.85);
border-radius: 12px;
padding: 0.85rem 1rem;
text-align: center;
backdrop-filter: blur(10px);
}

.stat-num { font-size: 22px; font-weight: 600; color: #1a1a2e; }
.stat-lbl { font-size: 11px; color: rgba(30,30,60,0.5); margin-top: 3px; letter-spacing: 0.03em; }

/* FAQ */
.partner-faq {
    width: 100%;
    background-color: #f6f6f6;
}

.wrap {
    max-width: 900px;
    margin: 0 auto;
}

.hero {
    text-align: center;
    margin-bottom: 0;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #1e1e50;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #ff6b6b;
    border-radius: 50%;
    display: inline-block;
}

.partner-faq h2 {
    font-size: 32px;
    color: #1e1e50;
    margin-bottom: 12px;
    font-weight: 700;
}

.hero p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.glow-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: 40px 0;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: white;
    border: 1px solid #eee;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #1e1e50;
    transition: all 0.3s ease;
}

.faq-q:hover {
    background: #f9f9f9;
    border-color: #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.qtext {
    text-align: left;
    flex: 1;
}

.chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.chevron svg {
    width: 12px;
    height: 12px;
}

.faq-item.open .chevron {
    transform: rotate(180deg);
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
}

.faq-body.open {
    max-height: 500px;
}

.faq-inner {
    padding: 0 20px;
}

.faq-a {
    padding: 20px 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
}

.tag-orange {
    background: #ffe5cc;
    color: #d97706;
}

.tag-blue {
    background: #dbeafe;
    color: #2563eb;
}

.tag-purple {
    background: #e9d5ff;
    color: #9333ea;
}

.tag-teal {
    background: #ccfbf1;
    color: #0d9488;
}
/* ── Carousel wrapper ── */
.aws-carousel-wrap {
    position: relative;
    padding: 0 56px; /* space for arrows */
}

/* ── Custom Arrow Buttons ── */
.aws-owl-prev,
.aws-owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0,0,0,.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, box-shadow .2s, border-color .2s;
}
.aws-owl-prev { left: 0; }
.aws-owl-next { right: 0; }
.aws-owl-prev:hover,
.aws-owl-next:hover {
    background: #f97316; /* swap to your brand colour */
    border-color: #f97316;
    box-shadow: 0 4px 18px rgba(249,115,22,.25);
}
.aws-owl-prev:hover svg,
.aws-owl-next:hover svg { stroke: #fff; }
.aws-owl-prev svg,
.aws-owl-next svg {
    width: 18px;
    height: 18px;
    stroke: #374151;
    transition: stroke .2s;
}

/* ── Cards ── */
.owl-item .case-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
    /*transition: box-shadow .3s, transform .3s;*/
    margin: 8px 4px 34px;
}
.owl-item .case-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.14);
    /*transform: translateY(-4px);*/
}
.card-img-wrap { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover;
    transition: transform .4s ease; }
.case-card:hover .card-img-wrap img { transform: scale(1.05); }
.card-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, transparent 50%, rgba(0,0,0,.35));
}
.aws-badge {
    position: absolute; top: 12px; left: 12px;
    background: #FF9900; color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: .06em;
    padding: 3px 10px; border-radius: 20px;
}
.card-body { padding: 18px 18px 10px; flex: 1; }
.card-title { font-size: 1rem; font-weight: 700; margin: 0 0 6px; line-height: 1.35; }
.card-desc  { font-size: .85rem; color: #6b7280; margin: 0; line-height: 1.55;
    display: -webkit-box; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; overflow: hidden; }
.card-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 18px 16px;
    border-top: 1px solid #f1f5f9;
}
.read-more { font-size: .82rem; font-weight: 600; color: #f97316; }
.card-arrow svg { display: block; }

/* Hide default Owl dots */
.aws-carousel-wrap .owl-dots { display: none !important; }
/* ── Eyebrow ──────────────────────── */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.eyebrow::before, .eyebrow::after {
  content: '';
  width: 26px; height: 1px;
  background: var(--accent);
  opacity: 0.4;
}

/* ── Block H2 — Bebas Neue ────────── */
.industry-leader{
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #1D4B98;
  margin-bottom: 8px;
}

.section-sub {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}

/* ── Marquee outer (clips overflow) ─ */
.marquee-outer {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
}

/* Edge fades */
.marquee-outer::before,
.marquee-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 140px;
  z-index: 10;
  pointer-events: none;
}
.marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, var(--fade), transparent);
}
.marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, var(--fade), transparent);
}

/* ── Scrolling track ─────────────── */
.marquee-track {
  display: flex;
  width: max-content;
  /* Runs the animation automatically on page load — no JS needed to start */
  animation: marquee-scroll 38s linear infinite;
  background: radial-gradient(at 50% -5%, rgba(37, 99, 235, 0.06) 0%, transparent 68%);
  padding: 2rem 0;
}

/* jQuery adds/removes this class to pause/resume */
.marquee-track.paused {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* shift exactly one set → seamless loop */
}

/* ── Logo card ───────────────────── */
.logo-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 28px 22px;
  margin: 0 10px;
  width: 180px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: border-color .26s, transform .26s, box-shadow .26s;
  cursor: pointer;
}
.logo-card::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -5%,
    rgba(37,99,235,.06) 0%, transparent 68%);
  opacity: 0;
  transition: opacity .26s;
}
.logo-card:hover {
  border-color: var(--border-h);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(37,99,235,.10),
              0 0 0 1px rgba(37,99,235,.06);
}
.logo-card:hover::after { opacity: 1; }

/* ── Logo image ──────────────────── */
.logo-img {
  width: 110px;
  height: 44px;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: grayscale(1) opacity(.45);
  transition: filter .26s ease;
}
.logo-card:hover .logo-img {
  filter: grayscale(0) opacity(1);
}

/* ── Partner label ───────────────── */
.logo-name {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .26s;
  position: relative; z-index: 1;
}
.logo-card:hover .logo-name { color: var(--accent); }

/* ── CTA button ──────────────────── */
.explore-btn {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  transition: border-color .24s, color .24s, box-shadow .24s;
}
.explore-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 4px 18px rgba(37,99,235,.13);
}
.explore-btn svg { transition: transform .24s; }
.explore-btn:hover svg { transform: translateX(4px); }
.industry-partner{
    padding-top: 2rem;
}

/* Decorative elements */
.aws-marketplace-section::before {
    /*content: '';*/
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 153, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 20s ease-in-out infinite;
}

.aws-marketplace-section::after {
    /*content: '';*/
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(20, 110, 180, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 25s ease-in-out infinite reverse;
}

.aws-marketplace-section{
    background-color: #f6f6f6;
}

.header{
    box-shadow: unset;
    -webkit-box-shadow: unset;
    background: unset;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(30px); }
}

.aws-header {
    animation: slideInDown 0.8s ease-out;
}
.aws-header-wrapper{
    display: flex;
}
.aws-card1{
    width: 16%;
}
.aws-card2{
    width: 70%;
}
.aws-marketplace{
    width: 26%;
}
.aws-badge1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #FF9900 0%, #EC7211 100%);
    color: white;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.aws-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.aws-title {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    background: linear-gradient(135deg, var(--aws-dark) 0%, var(--aws-light) 100%);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    background-clip: text;
    letter-spacing: -1px;
}

.aws-subtitle {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.aws-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
}

.aws-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aws-description p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    animation: slideInUp 0.8s ease-out 0.2s both;
}

.aws-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aws-feature {
    display: flex;
    gap: 12px;
    animation: slideInUp 0.8s ease-out forwards;
}

.aws-feature:nth-child(1) { animation-delay: 0.3s; }
.aws-feature:nth-child(2) { animation-delay: 0.4s; }
.aws-feature:nth-child(3) { animation-delay: 0.5s; }

.aws-feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #EC7211, #EC7211);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    margin-top: 2px;
}

.aws-feature-text {
    flex: 1;
}

.aws-feature-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.aws-feature-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

.aws-visual {
    position: relative;
    height: 320px;
    background: linear-gradient(135deg, #232F3E 0%, #37475A 100%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation: slideInRight 0.8s ease-out 0.1s both;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.aws-visual::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 153, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.aws-visual-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.aws-logo-placeholder {
    font-size: 60px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.aws-visual-text {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 280px;
    font-weight: 500;
}

.aws-visual-highlight {
    color: var(--primary);
    font-weight: 700;
}

.aws-cta-section {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    animation: slideInUp 0.8s ease-out 0.6s both;
    margin-top: 20px;
}

.aws-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.aws-btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: var(--primary);
}

.aws-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(255, 153, 0, 0.3);
}

.aws-btn-secondary {
    background: transparent;
    color: var(--accent);
    border-color: var(--accent);
}

.aws-btn-secondary:hover {
    background: rgba(20, 110, 180, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(20, 110, 180, 0.15);
}

.aws-btn-arrow {
    transition: transform 0.3s ease;
}

.aws-btn:hover .aws-btn-arrow {
    transform: translateX(4px);
}

.aws-trust {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    font-size: 13px;
    color: var(--text-light);
}

.aws-trust-icon {
    color: var(--success);
    font-weight: 700;
}
/*Azure*/
.more-intro{
    background-color: #fff;
    padding: 0 2rem 2rem
}
.more-intro h3{
    text-align: left;
    margin-bottom: 1rem;
    font-weight: 600;
}
.more-intro p{
    font-size: 1.1rem;
}
.partner-card-section{
    background-color: #184b98;
}
.partner-card-section h2{
    font-size: 200%;
    text-align: center;
    color: #fff;
}

/* CTA Footer Section */
.cta-footer {
    position: relative;
    padding: 2rem 0;
    background: linear-gradient(135deg, #0f1535 0%, #1a1f4d 50%, #0d1f3c 100%);
    overflow: hidden;
}

/* Animated background elements */
.cta-footer::before {
    /*content: '';*/
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 122, 204, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 15s ease-in-out infinite;
}

.cta-footer::after {
    /*content: '';*/
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 20s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
    }
    50% {
        transform: translateY(30px) translateX(20px);
    }
}

/* Grid lines accent */
.cta-footer::before {
    background-image: 
        linear-gradient(90deg, rgba(0, 122, 204, 0.1) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 122, 204, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: 0 0;
    opacity: 0;
    animation: none;
}

/* Container */
.cta-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Content Section */
.cta-content {
    display: flex;
    flex-direction: column;
}
.cta-card1{
    width: 60%;
    margin-right: 10px;
}
.cta-card2{
    margin-right: 0;
    width: 40%;
}
.cta-wrapper{
    display: flex;
    justify-content: space-between;
}
.cta-headline {
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.5px;
    background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: slideInLeft 0.8s ease-out;
    text-align: center;
}

.cta-subline {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    max-width: 1000px;
    animation: slideInLeft 0.8s ease-out 0.2s both;
    text-align: center;
    margin: 0 auto;
}

.cta-subline strong {
    color: #00d9ff;
    font-weight: 600;
}

/* Button */
.cta-content .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #0a0e27;
    background: linear-gradient(135deg, #00d9ff 0%, #00a8d8 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    animation: slideInLeft 0.8s ease-out 0.4s both;
    box-shadow: 0 10px 40px rgba(0, 217, 255, 0.2);
    margin: 1rem auto;
    display: block;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 217, 255, 0.4);
}

.cta-button:active {
    transform: translateY(-2px);
}

.button-arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.cta-button:hover .button-arrow {
    transform: translateX(4px);
}

/* Visual Element - Right Side */
.cta-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideInRight 0.8s ease-out;
}

/* Floating card elements */
.visual-card {
    position: absolute;
    padding: 30px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 255, 0.2);
    background: rgba(15, 21, 53, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
/*Snowflake*/
 /* Parent Container */
.accelerator-showcase {
    width: 100%;
}

/* Header */
.accelerator-showcase .header {
    text-align: center;
    padding: 60px 20px 40px;
    /*background: linear-gradient(135deg, rgba(15, 119, 217, 0.05) 0%, rgba(255, 107, 53, 0.03) 100%);*/
    border-bottom: 1px solid var(--border);
    animation: slideDown 0.8s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accelerator-showcase .logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    animation: scaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

.accelerator-showcase .logo-symbol {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.accelerator-showcase .logo-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.accelerator-showcase .header h2 {
    font-size: 200%;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    animation: slideUp 0.8s ease-out 0.1s both;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accelerator-showcase .header p {
    font-size: 16px;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto 1rem;
    animation: slideUp 0.8s ease-out 0.2s both;
    text-align: center;
}

/* Main Container */
.accelerator-showcase .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Tab Navigation */
.accelerator-showcase .tabs-wrapper {
    background: var(--bg);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.3s both;
    margin-top: 2rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accelerator-showcase .tabs-header {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--border);
    overflow-x: auto;
    background: var(--snow-light);
    padding: 0;
}

.accelerator-showcase .tabs-header::-webkit-scrollbar {
    height: 4px;
}

.accelerator-showcase .tabs-header::-webkit-scrollbar-track {
    background: transparent;
}

.accelerator-showcase .tabs-header::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 2px;
}

.accelerator-showcase .tab-button {
    flex: 1;
    min-width: 200px;
    padding: 24px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-light);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.accelerator-showcase .tab-button:hover {
    background: rgba(15, 119, 217, 0.05);
    color: #fff;
}

.accelerator-showcase .tab-button.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: linear-gradient(to bottom, rgba(15, 119, 217, 0.03), transparent);
}

.accelerator-showcase .tab-button.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    animation: expandWidth 0.4s ease-out;
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Tab Content */
.accelerator-showcase .tabs-content {
    padding: 0;
    overflow: hidden;
}

.accelerator-showcase .tab-content {
    display: none;
    animation: fadeIn 0.5s ease-out;
    min-height: 400px;
}

.accelerator-showcase .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Content Grid */
.accelerator-showcase .content-grid {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 10px;
    align-items: center;
}

.accelerator-showcase .content-left {
    animation: slideInLeft 0.6s ease-out;
}

.accelerator-showcase .content-right {
    animation: slideInRight 0.6s ease-out;
}

.acc-cta-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acc-left{
    width: 80%;
}
.acc-right{
    width: 20%;
}

.acc-right .btn{
    width: 100%;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.accelerator-showcase .icon-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--accent-light) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-weight: bold;
    color: rgba(15, 119, 217, 0.2);
    position: relative;
    overflow: hidden;
}

.accelerator-showcase .icon-placeholder::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 20px 20px;
    animation: float 20s linear infinite;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

.accelerator-showcase .content-title {
    font-size: 250%;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
    animation: fadeIn 0.6s ease-out 0.2s both;
}

.accelerator-showcase .content-subtitle {
    font-size: 14px;
    color: #0f77d9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    animation: fadeIn 0.6s ease-out 0.3s both;
}

.accelerator-showcase .content-description {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 28px;
    animation: fadeIn 0.6s ease-out 0.4s both;
}

/* Features List */
.accelerator-showcase .features-list {
    list-style: none;
    animation: fadeIn 0.6s ease-out 0.5s both;
    display: flex;
    flex-wrap: wrap;
}

.accelerator-showcase .features-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: calc((100% - 0px) / 2);
}

.accelerator-showcase .features-list li:nth-child(2), .accelerator-showcase .features-list li:nth-child(4){
    margin-right: 0;
}

.accelerator-showcase .features-list li:hover {
    background: #E8F2FF;;
    transform: translateX(4px);
}

.accelerator-showcase .feature-icon {
    width: 24px;
    height: 24px;
    background: #0F77D9;;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.accelerator-showcase .feature-text {
    font-size: 14px;
    color: var(--text);
    font-weight: 500;
}

.accelerator-showcase .feature-detail {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 2px;
}

.acc-wrap {
  width: 100%;
  border: 1px solid #dde2ea;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.focus-areas-head h2{
    font-size: 200%;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}

.acc-wrap .acc-item {
  border-bottom: 1px solid #dde2ea;
}

.acc-wrap .acc-item:last-child {
  border-bottom: none;
}

.acc-wrap .acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.5rem;
  background: rgb(24, 75, 152);
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 0.2s ease;
}

.acc-wrap .acc-btn:hover {
  background: rgb(20, 63, 130);
}

.acc-wrap .acc-btn:focus-visible {
  outline: 3px solid rgba(255,255,255,0.6);
  outline-offset: -3px;
}

.acc-wrap .acc-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.35s ease;
}

.acc-wrap .acc-btn[aria-expanded="true"] .acc-icon {
  transform: rotate(180deg);
}

.acc-wrap .acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
  background: #f8fafc;
}

.acc-wrap .acc-body.open {
  max-height: 400px;
  padding: 1.1rem 1.5rem;
}

.acc-wrap .acc-body p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #4b5563;
}

.why-claude-content p{
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .accelerator-showcase .header h2 {
        font-size: 170%;
    }
    
    .accelerator-showcase .tab-content.active{
        padding: 0;
        border-radius: 17px;
    }
    
    .aws-carousel-wrap{
        padding: 0 24px;
    }
    .partner-faq h2 {
        font-size: 200%;
    }
    .accelerator-showcase .features-list{
        padding-left: 0;
    }
    .accelerator-showcase .features-list li {
        margin-bottom: 0;
    }
    .accelerator-showcase .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }

    .accelerator-showcase .tab-button {
        min-width: 150px;
        padding: 16px 12px;
        font-size: 12px;
    }

    .accelerator-showcase .content-title {
        font-size: 22px;
    }

    .accelerator-showcase .icon-placeholder {
        height: 250px;
        font-size: 80px;
    }
}

/* Nested Tab Styling */
.accelerator-showcase .nested-features {
    background: var(--snow-light);
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px;
}

.accelerator-showcase .nested-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.accelerator-showcase .benefit-badge {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 8px;
    animation: slideInDown 0.5s ease-out;
}

.by3{
    font-weight: 500;
    font-size: 16px;
}
.accelerator-img {
    width: 18%;
    /*margin-bottom: 12px;*/
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
        }
@media (min-width: 2000px) and (max-width: 2400px) {
    .intro-container{
        padding: 60px 40px;
    }
    .cta-subline {
        max-width: 1200px;
    }
    .intro-section1{
        min-height: 30vh;
    }
    .section-title{
        font-size: 200%;
    }
    .cta-subline {
        max-width: 880px;
    }
    .cards-grid .card p {
        font-size: 18px;
    }
    .cards-grid .card h3 {
        font-size: 21px;
    }
    .service-card p {
        font-size: 18px;
    }
    .menu-item {
        font-size: 15px;
    }
    .stat-label {
        font-size: 18px;
    }
    .cta-card p {
        font-size: 17px;
    }
    .partnership-badge {
        font-size: 18px;
    }
    .aws-description p {
        font-size: 18px;
    }
    .aws-btn{
        font-size: 18px;
    }
    .section-sub {
        font-size: 18px;
    }
    .faq-q {
        font-size: 22px;
    }
    .by3{
        font-weight: 700;
        font-size: 22px;
    }
     .acc-wrap .acc-btn {
        font-size: 18px;
    }
    .acc-wrap .acc-body p {
        font-size: 16px;
    }
    .carousel-wrapper{
        height: 300px;
    }
    .menu-side {
        max-height: 270px;
    }
    .cta-side.visible {
        transform: translateY(0) translateY(-10%);
    }
    .aws-card1 {
        width: 14%;
    }
    .partners-head h2{
        max-width: 900px;
    }
}
@media (min-width: 1601px) and (max-width: 2000px) {
    .partners-head h2{
        max-width: 900px;
    }
    .acc-wrap .acc-btn {
        font-size: 18px;
    }
    .acc-wrap .acc-body p {
        font-size: 16px;
    }
    .cta-subline {
        max-width: 1200px;
    }
    .intro-section1{
        min-height: 40vh;
    }
    .cta-side.visible {
        transform: translateY(0) translateY(-5%);
    }
    .by3{
        font-weight: 600;
    }

    .cta-subline {
        max-width: 880px;
    }
    .cards-grid .card p {
        font-size: 18px;
    }
    .cards-grid .card h3 {
        font-size: 21px;
    }
    .service-card p {
        font-size: 18px;
    }
    .menu-item {
        font-size: 15px;
    }
    .stat-label {
        font-size: 18px;
    }
    .cta-card p {
        font-size: 17px;
    }
    .partnership-badge {
        font-size: 18px;
    }
    .aws-description p {
        font-size: 18px;
    }
    .aws-btn{
        font-size: 18px;
    }
    .section-sub {
        font-size: 18px;
    }
    .faq-q {
        font-size: 18px;
    }
    .faq-a {
        font-size: 18px;
    }
    .accelerator-showcase .content-description{
        font-size: 18px;
    }
    .accelerator-showcase .feature-detail{
        font-size: 18px;
    }
    .accelerator-showcase .feature-text{
        font-size: 18px;
    }
    .accelerator-showcase .tab-button{
        font-size: 18px;
    }
    .aws-card1 {
        width: 14%;
    }

}
@media (min-width: 1024px) and (max-width: 1199px) {
    /* ipad-pro */
    .partners-head h1 {
        font-size: 300%;
    }
    .stat-number {
        font-size: 48px;
    }
    .stats-grid{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .cards-grid{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .aws-title {
        font-size: 200%;
    }
    .aws-cta-section{
        flex-direction: column;
    }
    .section-title{
        font-size: 200%;
    }
    /*.cta-side.visible{*/
    /*    transform: translateY(0) translateY(-10%);*/
    /*}*/
    .cta-content .cta-button {
        padding: 12px 32px;
    }
    .carousel-wrapper {
        height: 320px;
    }
    .menu-side{
        max-height: 265px;
    }
    .aws-card1 {
        width: 19%;
    }
    .partners-head p{
        max-width: 750px;
    }
}
@media (min-width: 820px) and (max-width: 1023px) {
    .desktop-text{
        display: none;
    }
    .mobile-text{
        display: block;
    }
    .h1-pi {
        font-size: 50px;
    }
    .intro-section1 {
        padding: 0 2rem 2rem;
    }
    .aws-cta-section{
        flex-direction: column;
    }
    .partners-head h1{
        font-size: 200%;
    }
    .intro-section1{
        display: flex;
        flex-direction: column;
    }
    .stat-number {
        font-size: 44px;
    }
    .carousel-head h2{
        font-size: 180%;
    }
    .service-card h2{
        font-size: 160%;
    }
    .aws-title{
        font-size: 180%;
    }
    .section-title {
        font-size: 180%;
    }
    .industry-leader{
        font-size: 180%;
    }
    .cta-wrapper{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .cta-card1{
        width: 100%;
    }
    .cta-card2{
        width: 100%;
        margin-bottom: 20px;
    }
    .cta-subline{
        max-width: unset;
    }
    .cta-footer{
        padding: 2rem 0;
    }
    .aws-carousel-wrap{
        padding: 0;
    }
    .accelerator-showcase .content-grid {
        padding: 10px;
    }
    .cta-side.visible{
        transform: unset;
    }
    .intro-section1{
        gap: 20px;
        min-height: 55vh;
    }
    .carousel-wrapper {
        height: 450px;
    }
    .menu-side {
        max-height: 450px;
    }
    .aws-card1 {
        width: 23%;
    }
    .aws-marketplace {
        width: 40%;
    }
    .partners-head h2{
        max-width: 550px;
    }
}
@media (min-width: 768px) and (max-width: 819px) {
    .desktop-text{
        display: none;
    }
    .mobile-text{
        display: block;
    }
    .h1-pi {
        font-size: 50px;
    }
    .intro-section1 {
        padding: 0 2rem 2rem;
    }
    .carousel-wrapper {
        height: 380px;
    }
    .menu-side {
        max-height: 340px;
    }
    .aws-cta-section{
        flex-direction: column;
    }
    .partners-head h1{
        font-size: 200%;
    }
    .intro-section1{
        display: flex;
        flex-direction: column;
    }
    .stat-number {
        font-size: 44px;
    }
    .carousel-head h2{
        font-size: 180%;
    }
    .service-card h2{
        font-size: 180%;
    }
    .aws-title{
        font-size: 180%;
    }
    .section-title {
        font-size: 180%;
    }
    .industry-leader{
        font-size: 180%;
    }
    .cta-side.visible{
        transform: unset;
    }
    .intro-section1{
        gap: 20px;
    }
    .cta-wrapper{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .cta-card1{
        width: 100%;
    }
    .cta-card2{
        width: 100%;
        margin-bottom: 20px;
    }
    .cta-subline{
        max-width: unset;
    }
    .acc-left{
        width: 78%;
    }
    .acc-right{
        width: 22%;
    }
    .carousel-wrapper {
        height: 480px;
    }
    .menu-side {
        max-height: 480px;
    }
    .aws-card1 {
        width: 23%;
    }
    .aws-marketplace {
        width: 40%;
    }
     .partners-head h2{
        max-width: 550px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .desktop-text{
        display: none;
    }
    .mobile-text{
        display: block;
    }
   
    .azure-case-carousel{
        grid-template-columns: repeat(1, 1fr) !important;
        width: 100% !important;
    }
    .dataiku-case-carousel{
        flex-wrap: wrap;
    }
    .cta-headline{
        font-size: 170%;
    }
    .cta-subline{
        font-size: 14px;
    }
    .partners-img {
        width: 35%;
    }
.partners-img-wrapper{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.partners-head{
    text-align: center;
}
.partners-head h2{
    text-align: center;
}
.intro-section1 {
    padding: 0 1rem;
}
.cta-wrapper{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.cta-card1{
    width: 100%;
}
.cta-card2{
    width: 100%;
    margin-bottom: 20px;
}
.cta-footer{
    padding: 2rem 10px;
}
.acc-cta-wrapper{
    flex-wrap: wrap;
}
.acc-left{
    width: 100%;
}
.acc-right{
    width: 100%;
}
.accelerator-img {
    width: 40%;
}
.accelerator-showcase .features-list li{
    width: 100%;
}
.partners-head h1{
    font-size: 200%;
}
.partners-head p{
    text-align: center;
}
.intro-container{
    padding: 30px 20px;
}
.partnership-badge{
    margin-bottom: 20px;
}
.intro-section1 {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
    padding-bottom: 40px;
}

.intro-content h1 {
    font-size: 2rem;
}

.intro-content p {
    font-size: 1rem;
    margin-bottom: 0;
}
.intro-section1{
    gap: 0px;
}
.carousel-head h2{
    font-size: 170%;
}
.aws-title{
    font-size: 170%;
}
.industry-leader{
    font-size: 170%;
}
.cta-side {
    position: relative;
    top: auto;
    transform: none;
    opacity: 1;
    margin-top: 40px;
}

.cta-side.visible {
    transform: none;
}

.cta-card {
    padding: 30px 24px;
}
.stats-container {
    padding: 60px 30px;
}

.stats-grid {
    gap: 40px;
}

.stat-number {
    font-size: 42px;
}

.stat-label {
    font-size: 14px;
}
.cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.cards-grid .card {
    padding: 1.5rem;
}

.cards-grid .card h3 {
    font-size: 16px;
}

.cards-grid .card p {
    font-size: 13px;
}
.page-wrapper {
    padding: 0 0 30px;
}

/* column: menu first, then carousel */
.layout {
    flex-direction: column;
    gap: 0;
    width: 100%;
}

/* ── MOBILE MENU: horizontal scroll bar, full viewport width ── */
.menu-side {
    width: 100%;
    max-height: none;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 14px 16px 12px;
    border-bottom: 1.5px solid rgba(255,165,0,0.15);
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    scrollbar-width: thin;
    scrollbar-color: rgba(255,165,0,0.25) transparent;
}

.menu-side::-webkit-scrollbar        { height: 3px; }
.menu-side::-webkit-scrollbar-thumb  { background: rgba(255,165,0,0.3); border-radius: 4px; }

/* pills in horizontal row */
.menu-item {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 12px;
    padding: 9px 15px;
    border-radius: 20px;
    transform: none !important;
}

.menu-item::before { display: none; }

.menu-item.active {
    background: rgba(255,165,0,0.85);
    color: #fff;
    border-color: #ffa500;
}

/* ── MOBILE CAROUSEL ── */
.carousel-side {
    width: 100%;
    padding: 20px 16px 0;
}

.carousel-wrapper {
    height: 400px;
}

.service-card {
    padding: 30px 24px;
    border-radius: 16px;
}

.service-card h2 {
    font-size: 21px;
    margin-bottom: 14px;
}

.service-card p {
    font-size: 13.5px;
    line-height: 1.7;
}

.ctrl-btn {
    width: 38px;
    height: 38px;
    font-size: 14px;
}
.faq-q {
    padding: 16px;
    font-size: 14px;
}

.faq-inner {
    padding: 0 16px;
}

.faq-a {
    font-size: 14px;
}
.aws-marketplace-section {
    padding: 80px 24px;
}

.aws-title {
    font-size: 32px;
}

.aws-subtitle {
    font-size: 16px;
}

.aws-content {
    grid-template-columns: 1fr;
    gap: 40px;
}

.aws-visual {
    height: 280px;
}

.aws-cta-section {
    flex-direction: column;
    gap: 12px;
}

.aws-btn {
    width: 100%;
    justify-content: center;
}

.aws-marketplace-section::before,
.aws-marketplace-section::after {
    width: 300px;
    height: 300px;
}
.aws-card1 {
    width: 60%;
}
.aws-marketplace {
    width: 100%;
}
.aws-card2 {
    width: 60%;
}
}

@keyframes slideInDown {
from {
    opacity: 0;
    transform: translateY(-30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes slideInUp {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes slideInRight {
from {
    opacity: 0;
    transform: translateX(30px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}