html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif !important;
}

.hero-section {
  padding: 30px 0;
  background: radial-gradient( at top, #eef2ff 0%, #f8fafc 100%);
}

.experience-badge {
  display: inline-block;
  background: #e0eaff;
  color: #3b82f6;
  font-size: 14px;
  font-weight: 00;
  padding: 6px 20px;

  border-radius: 50px;
  margin-bottom: 25px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1e293b;
  margin-bottom: 20px;
  font-family: 'Manrope', sans-serif;
}

.gradient-text {
  background: linear-gradient(to bottom, #2344ff, #683fc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.hero-description {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
}

/* Button group spacing */
.cta-btn-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Talk to Our Experts (Primary Solid) */
.btn-talk {
    background-color: #007bff;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 6px;
    border: 2px solid #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-talk:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.35);
    text-decoration: none;
}

/* Get Free Trial (Outline → Fill) */
.o2b-btn-primary {
    background-color: transparent;
    color: #007bff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 6px;
    border: 2px solid #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.o2b-btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.35);
    text-decoration: none;
}


/* Image Side */
.image-container {
  position: relative;
}

.main-hero-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Floating Cards */
.stat-card {
  position: absolute;
  background: white;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.186);
  display: flex;
  align-items: center;
  z-index: 10;
}

.card-efficiency {
  top: -20px;
  left: -20px;
}

.card-clients {
  bottom: -20px;
  right: -20px;
}

.iconbox {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.bg-light-green {
  background-color: #dcfce7;
  color: #16a34a;
}
.bg-light-blue {
  background-color: #e0f2fe;
  color: #0284c7;
}

.stat-text span {
  display: block;
  font-size: 12px;
  color: #64748b;
}

.stat-text strong {
  font-size: 18px;
  color: #1e293b;
}
.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.stat-number1 {
  background-color: #007bff52;
  color: #2040f4;
  padding: 5px 5px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
.stat-number2 {
  background-color: #67db6752;
  color: #247c44;
  padding: 5px 5px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.8rem;
  color: #333;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .image-container {
    margin-top: 50px;
  }
  .card-efficiency {
    left: 10px;
  }
}

/* ===================Second Section=========================== */

.statcard {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 50px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease;
}

/* The unique first card with gradient */
.statcard:hover {
  background: linear-gradient(45deg, #b7edff 0%, #cacaff 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.246);
  border: 1px solid transparent;
}

.stat-content h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
  color: #1f2937;
}

.stat-content p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
}

/* --- As Seen On Banner --- */
.seen-on-banner {
  margin-top: 50px;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.banner-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 30px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.logo-item {
  font-weight: 800;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.8;
  filter: grayscale(100%);
}

/* Decorative Wreaths */
.wreath {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 80px;
  color: #000;
  opacity: 0.1;
}

.wreath-left {
  left: 20px;
}

.wreath-right {
  right: 20px;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 768px) {
  .statcard {
    margin-bottom: 20px;
  }

  .seen-on-banner {
    padding: 30px 20px;
  }

  .wreath {
    display: none;
  }
}
/* .trust-section{
 background: radial-gradient( at top, #ffffff 0%, #f8fafc 100%);
} */
.brandpush-wrapper {
  position: relative;
  background: linear-gradient(90deg, #cbbcffa5 0%, #d9f5ff 50%, #c6f0ff 100%);
  border-radius: 20px;
  max-width: 1000px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.311);
  overflow: hidden;
}

.bp-leaf {
  position: absolute;
  height: 220px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.20;
  z-index: 0;
  pointer-events: none;
}

.bp-leaf-left {
  left: 20px;
}

.bp-leaf-right {
  right: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.bp-header,
.bp-logo-container,
.bp-footer {
  position: relative;
  z-index: 1;
  width: 100%;
}

.bp-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #1e293b;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.bp-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}

.bp-logo-item img {
  max-width: 110px;
  max-height: 50px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  opacity: 1;
  transition: all 0.3s ease;
}

.bp-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .image-container {
    margin-top: 50px;
  }

  .card-efficiency {
    left: 10px;
  }
}

@media (max-width: 768px) {
  .bp-leaf {
    display: none;
  }

  .brandpush-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }

  .stat-card {
    margin-bottom: 20px;
  }
}



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


    /* --- Services Section --- */
.services-section {
    padding: 30px 0;
    
}

/* Section Header Styles */
.badge-what-we-do {
    display: inline-block;
    background-color: #e0eaff;
    color: #3b82f6;
    border: 1px solid #bfd3ff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    
}

.section-description {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Service Card Common Styles */
.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    height: 100%;
    border: 2px solid #eee;
    box-shadow: 0 5px 5px rgba(22, 26, 31, 0.25);
}

.service-card:hover {
    background: linear-gradient(130deg, #d5caff 0%, #b2fbff 100%);
    border: 1px solid rgba(160, 160, 160, 0.231);
    box-shadow: 0 5px 5px rgba(22, 26, 31, 0.25);
}
.service-card:hover p{
    color: rgb(81, 81, 81);
}

.service-card h3 {
    font-size: 19px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Icon Box Common Styles */
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
}

/* Specific Card Styles */

/* The Gradient Card (First One) */

.icon-box-gradient {
    background-color: #3273ff;
    color: #fff;
    box-shadow: inset 0 -10px 10px rgba(22, 65, 159, 0.737);

}

/* Cyan Icon Box (Second Card) */
.icon-box-cyan {
    background-color: #06b6d4;
    color: #fff;
    box-shadow:inset 0 10px 10px rgba(4, 108, 126, 0.594);
}

/* Purple Icon Box (Third Card) */
.icon-box-purple {
    background-color: #9333ea;
    color: #fff;
    box-shadow:inset 0 10px 10px rgba(64, 16, 109, 0.476);
}


.icon-box-orange {
    background-color: #fd6d41;
    color: #fff;
    box-shadow: inset 0 -10px 10px rgba(185, 38, 1, 0.737);

}

/* Cyan Icon Box (Second Card) */
.icon-box-indigo {
    background-color: #2785c7;
    color: #fff;
    box-shadow:inset 0 -10px 10px rgba(4, 32, 126, 0.594);
}

/* Purple Icon Box (Third Card) */
.icon-box-darkblue {
    background-color: #7333ea;
    color: #fff;
    box-shadow:inset 0 10px 20px rgba(32, 62, 210, 0.845);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-title { font-size: 28px; }
    .section-description { font-size: 16px; }
    .service-card { padding: 30px; }
}




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


/* --- Case Studies Section --- */
.case-studies-section {
    padding: 30px 0;
    background-color: #f9f9f9;
}
.sectiontitle {
    font-size: 45px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    
}
.badge-case-studies {
    display: inline-block;
    background-color: #e0f7fa;
    color: #00acc1;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 45px;
    border: 1px solid #a2f2fd;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Card Styling */
.case-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid #e4e4e4;
}

/* Image Container */
.case-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* List Container Styles */
.case-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.case-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #475569;
    font-weight: 200;
}

/* Green Tick Icon Styling */
.tick-icon {
    width: 24px;
    height: 24px;
    background-color: #dcfce7; /* Light green background */
    color: #16a34a;           /* Dark green icon */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    flex-shrink: 0;
}

/* Ensure card content expands properly */
.case-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

/* Card Content Area */
.case-content {
    padding: 30px;
}

.solution-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.solution-icon {
    width: 32px;
    height: 32px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow:inset 0 -10px 10px rgba(74, 32, 210, 0.845);
}

.solution-tag span {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
}

.case-card h3 {
    font-size: 25px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.case-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .case-image { height: 200px; }
    .case-card h3 { font-size: 22px; }
}


/* Download Button 
.case-action {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.download-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.download-btn:hover {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
    transform: translateY(-2px);
}
*/
/* =================================================== */

/* --- Industries Section --- */
.industries-section {
    padding: 30px 0;
    background-color: #ffffff;
}

/* Badge Styling */
.badge-industry {
    display: inline-block;
    background-color: #f3e8ff; /* Light purple */
    color: #8b5cf6;           /* Purple text */
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid #e7d2fd;
    margin-bottom: 20px;
}

/* Card Common Styles */
.industry-card {
    background: #fff;
    padding: 45px 40px;
    border-radius: 25px;
    height: 100%;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.027);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

/* Hover Effect - Matches your other sections */
.industry-card:hover {
    background: linear-gradient(135deg, #f7e6ff 0%, #8fe3ff 100%);
     box-shadow: 0 8px 8px rgba(0, 0, 0, 0.101);
}

.industry-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.industry-card p {
    font-size: 15px;
    color: #4f5d70;
    line-height: 1.6;
    margin: 0;
}


/* Icon Box Styles */
.industry-icon-box {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff;
}

/* Specific Icon Colors */
.icon-dark{
    background-color: #0066ff;
    box-shadow:inset 0 8px 15px rgba(79, 70, 229, 0.57);
}

.icon-blue { 
    background-color: #3b82f6; 
    box-shadow:inset 0 8px 15px rgba(15, 56, 121, 0.56);
}

.icon-cyan { 
    background-color: #06b6d4; 
    box-shadow:inset 0 10px 15px rgba(3, 114, 134, 0.553);
}

.icon-red { 
    background-color: #f87871; 
    box-shadow:inset 0 10px 20px rgba(157, 19, 19, 0.53);
}

/* Specific Icon Colors */
.icon-purple { 
    background-color: #7C3AED; 
    box-shadow:inset 0 -5px 10px #A78BFA;
}

.icon-blue { 
    background-color: #06B6D4; 
    box-shadow:inset 0 -10px 15px #0066FF;
}

.icon-pink { 
    background-color: #4F46E5; 
    box-shadow:inset 0 10px 20px #7C3AED;
}


/* Responsive adjustments */
@media (max-width: 991px) {
    .industry-card { padding: 35px 30px; }
}

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

/* --- Process Section Header --- */
.process-section {
    padding: 30px 0px;
}

.btn-discuss {
    background: linear-gradient(to bottom, #2563eb, #3730b6);
    color: white !important;
    font-weight: 600 !important;
    padding: 12px 35px !important;
    border-radius: 10px !important;
    border: none;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
    transition: transform 0.3s;
}

.btn-discuss:hover {
    color: white;
}

.badge-process {
    display: inline-block;
    background-color: #dbeafe;
    color: #2563eb;
    font-size: 14px;
    border: 1px solid #cae1ff;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* --- Timeline Structure --- */
.timeline-container {
    position: relative;
    padding: 60px 0;
    margin-top: 40px;
}

/* Central Vertical Line */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e2e8f0;
    transform: translateX(-50%);
    z-index: 0;
}

/* Decorative Circles on the Track */
.track-dot {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* --- Content Styling --- */
.timeline-content {
    width: 42%;
    display: flex;
    flex-direction: column;
}

.content-left {
    align-items: flex-end;
    text-align: right;
    padding-right: 50px;
}

.content-right {
    align-items: flex-start;
    text-align: left;
    padding-left: 50px;
}

/* Step Number Circle (Above Heading) */
.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    border: 2px solid; /* Color set by step classes below */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.timeline-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.timeline-content p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* --- Card Styling --- */
.timeline-card {
    width: 42%;
    height: 240px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.timeline-card:hover {
    transform: translateY(-10px);
}

.card-icon-box {
    width: 85px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* --- Individual Step Colors (Gradients & Numbers) --- */

/* Step 1: Blue Theme */
.step-1 .step-number { border-color: #4F46E5; color: #4F46E5; }
.step-1 .timeline-card { background: linear-gradient(to top, #4F46E5 0%, #0066FF 100%); }
.step-1 .track-dot { border-color: #3b82f6; }

/* Step 2: Purple Theme */
.step-2 .step-number { border-color: #4F46E5; color: #4F46E5; }
.step-2 .timeline-card { background: linear-gradient(to top, #4F46E5 0%, #7C3AED 100%); }
.step-2 .track-dot { border-color: #8b5cf6; }

/* Step 3: Indigo Theme */
.step-3 .step-number { border-color: #7C3AED; color: #7C3AED; }
.step-3 .timeline-card { background: linear-gradient(to top, #7C3AED 0%, #A78BFA 100%); }
.step-3 .track-dot { border-color: #6366f1; }

/* Step 4: Cyan/Teal Theme */
.step-4 .step-number { border-color: #06b6d4; color: #06b6d4; }
.step-4 .timeline-card { background: linear-gradient(to top, #0066FF 0%, #06B6D4 100%); }
.step-4 .track-dot { border-color: #06b6d4; }

/* Step 5: Pink/Magenta Theme */
.step-5 .step-number { border-color: #FF6B6B; color: #FF6B6B; }
.step-5 .timeline-card { background: linear-gradient(to top, #FF8A5B 0%, #FF6B6B 100%); }
.step-5 .track-dot { border-color: #ec4899; }

/* Step 6: Navy Theme */
.step-6 .step-number { border-color: #0066FF; color: #0066FF; }
.step-6 .timeline-card { background: linear-gradient(to top, #0066FF 0%, #06B6D4 100%); }
.step-6 .track-dot { border-color: #0066FF; }

/* --- Responsive Design --- */
@media (max-width: 991px) {
    .timeline-line, .track-dot {
        display: none;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    .timeline-content, .timeline-card {
        width: 100%;
    }

    .content-left, .content-right {
        text-align: left;
        align-items: flex-start;
        padding: 0;
        margin-bottom: 30px;
    }

    .timeline-card {
        height: 200px;
    }
    
    .timeline-item:nth-child(even) {
        flex-direction: column; /* Stacks normally on mobile */
    }
}
/* ================================================================ */


/* CTA SECTION */
.cta-section {
    padding: 30px 0;
    background: #ffffff;
}

/* CTA BOX */
.cta-box {
    background: linear-gradient(135deg, #f5f7ff, #f1fbff);
    border-radius: 20px;
    padding: 60px 20px;
}

/* TITLE */
.cta-box h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

/* SUBTEXT */
.cta-box p {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    max-width: 920px;
    margin: 0 auto 28px;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    padding: 14px 50px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(to top, #153eb0, #4f46e5);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(79, 70, 229, 0.45);
    color: #ffffff;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.testimonial-section {
    padding: 30px 0;
    background-color: #ffffff;
    font-family: 'Manrope', sans-serif;
}

/* Badge (Orange style from image) */
.testimonial-badge {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #f97316;
    background-color: #fff7ed;
    border: 1px solid #ffd49f;
    border-radius: 50px;
    margin-bottom: 20px;
}

.testimonial-title {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.testimonial-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto 60px;
}

/* Card Styling */
.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    height: 100%;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.267);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Gradient for Featured Card */
.testimonial-card:hover {
    background: linear-gradient(130deg, #e4e0ff 0%, #c2f7ff 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.361);
}


/* Quote Icon Box */
.quote-box {
    width: 48px;
    height: 48px;
    background-color: #2563eb;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
    text-align: left;
    margin-bottom: 23px;
    flex-grow: 1;
    font-family: 'Inter', sans-serif;
}

.user-role{
    margin-top: 30px !important;
}

.tag-item{
    margin-top: 10px !important;
}

/* Footer Layout */
.testimonial-footer {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.user-role {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.company-link {
    font-size: 14px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}
.company-link:hover{
    text-decoration: none;
}

.industry-pill {
    display: inline-block;
    padding: 4px 14px;
    background-color: #e7e7e7a5;
    color: #64748b;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}
.testimonial-card:hover .industry-pill{
    background-color: #ffffff;
}




.testimonial-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.testimonial-slider {
    overflow: hidden;
    width: 100%;
    max-width: 1140px; /* 3 cards */
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-slider {
    overflow: hidden;
    height: auto;
}

.testimonial-track {
    padding-bottom: 30px;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-slide {
    min-width: 33.3333%;
    padding: 0 12px;
}


/* Each slide = 1 card */
.testimonial-slide {
    min-width: 33.3333%;
    padding: 0 12px;
}

/* NAV BUTTONS */
.testimonial-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    font-size: 26px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

.testimonial-nav:hover {
    background: #2563eb;
    color: #fff;
}

.testimonial-nav.prev {
    position: absolute;
    left: -22px;
}

.testimonial-nav.next {
    position: absolute;
    right: -22px;
}

/* ============================
   MOBILE SLIDER FIX (CSS ONLY)
   ============================ */
@media (max-width: 767px) {

  /* Enable horizontal scrolling */
  .testimonial-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  /* Track behaves like row */
  .testimonial-track {
    display: flex;
    gap: 0;
  }

  /* Each card snaps */
  .testimonial-slide {
    min-width: 100%;
    scroll-snap-align: start;
  }

  /* Hide scrollbar (optional) */
  .testimonial-slider::-webkit-scrollbar {
    display: none;
  }
  .testimonial-slider {
    scrollbar-width: none;
  }

  /* Hide arrows on mobile (recommended) */
  .testimonial-nav {
    display: none;
  }
}





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

/* SECTION */
.video-testimonial-section {
    padding: 30px 0 0;
    /* background: #f8fafc; */
}

/* TITLES
.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
} */

.section-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 720px;
    margin: 12px auto 50px;
}

/* SLIDER */
.video-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-slider {
    display: flex;
    gap: 24px;
    overflow: hidden;
    max-width: 1100px;
    height: 100%;
    width: 100%;
}

/* CARD */
.video-card {
    min-width: 250px;
    border-radius: 16px;
    border: 1px solid rgb(230, 230, 230);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-6px);
}

/* THUMB */
.video-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 16px 16px 16px 16px;
    position: relative;
}

/* PLAY */
.play-btn {
    width: 30px;
    height: 30px;
    background: #ffffff9f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-left: 14px solid #2563eb;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* INFO */
.video-info {
    padding: 16px;
    text-align: left;
}

.video-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.video-info p {
    margin-top: 4px;
    font-size: 13px;
    color: #64748b;
}

/* NAV BUTTONS */
.slider-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-size: 26px;
    cursor: pointer;

    /* POSITIONING */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* LEFT */
.prev-btn {
    left: -22px;   /* pulls button outside cards */
}

/* RIGHT */
.next-btn {
    right: -22px;  /* pulls button outside cards */
}

.slider-btn:hover {
    background: #2563eb;
    color: #ffffff;
}

.video-slider {
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
}

.video-track {
    display: flex;
    gap: 24px;
    width: max-content;
    /* animation: scroll-left 30s linear infinite; */
}

/* Pause on hover */
/* .video-slider:hover .video-track {
    animation-play-state: paused;
} */

/* @keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
} */


/* STATS */
.stats-bar {
    margin-top: 80px;
    padding: 50px 0;
    background: linear-gradient(135deg, #0b5cff, #7c3aed);
    border: 1px solid rgb(243, 243, 243);
    border-radius: 30px;
}

.stats-bar h3 {
    font-size: 45px;
    font-weight: 800;
}

.stats-bar p {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
}

/* MODAL */
.video-modal-content {
    background: #000;
    border-radius: 12px;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #fff;
    font-size: 28px;
    z-index: 10;
}

/* ===================================================== */
    .blog-section {
    font-family: 'Manrope', sans-serif;
}

/* SECTION */
.blog-section {
    padding: 90px 0;
    background: #ffffff;
}

/* BADGE */
.blog-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    border: 1px solid #cedeff;
    background: #eaf1ff;
    border-radius: 999px;
}

/* TITLE */
.blog-title {
    margin-top: 14px;
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
}

.blog-subtitle {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #64748b;
    max-width: 520px;
}

/* VIEW ALL */
.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 2px solid #2563eb;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
}

/* CARD */
.blog-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
}

.blog-card:hover {
    background: linear-gradient(130deg, #e4e0ff 0%, #c2f7ff 100%);
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.15);
}

/* IMAGE */
.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

/* TAG */
.blog-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    background: #ffffffc6;
    border-radius: 999px;
}

.blog-tag.green {
    background: #ecfdf5c6;
    color: #000000;
}

.blog-tag.purple {
    background: #f3e8ffb6;
    color: #000000;
}

/* CONTENT */
.blog-content {
    padding: 22px;
}

.blog-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

/* META */
.blog-meta {
    margin-top: 16px;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-meta .arrow {
    margin-left: auto;
    font-size: 18px;
    color: #2563eb;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.blog-card:hover .blog-meta .arrow {
    transform: translateX(4px);
}

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

/* CARD WITH BACKGROUND IMAGE */
.cta-bg-card {
    position: relative;
    min-height: 320px;
    border-radius: 22px;
    overflow: hidden;

    background: 
        linear-gradient(
            to right,
            rgba(255,255,255,0.96) 0%,
            rgba(255,255,255,0.92) 35%,
            rgba(255,255,255,0.75) 50%,
            rgba(255,255,255,0.3) 65%,
            rgba(255,255,255,0.0) 75%
        ),
        url("/static/o2b_image/new_slider1.webp");

    background-size: cover;
    background-position: center right;
    box-shadow: 0 10px 10px rgba(15, 23, 42, 0.281);
}

/* CONTENT ON TOP OF GRADIENT */
.cta-overlay-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 30px 60px;
}

/* HEADING */
.cta-overlay-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px;
}

/* TEXT */
.cta-overlay-content p {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 28px;
}

/* BUTTON */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #0b63ff;
    color: #ffffff;
    font-weight: 600;
    font-size: 14.5px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #004ad9;
    color: #fff;
}

/* ICON ACTIONS */
.cta-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 15px;
    color: #64748b;
}

.cta-actions i {
    cursor: pointer;
    transition: color 0.25s ease;
    margin-right: 20px;
    color: rgb(63, 63, 63);
}

.cta-actions i:hover {
    color: #0b63ff;
}

.cta-actions .share {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.copy-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #0b63ff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

.copy-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}


/* RESPONSIVE */
@media (max-width: 991px) {
    .cta-bg-card {
        background-position: center;
    }

    .cta-overlay-content {
        padding: 40px 30px;
        max-width: 100%;
    }

    .cta-overlay-content h2 {
        font-size: 28px;
    }
}

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



.affiliation-section {
    padding: 30px 0;
    background: #fbf7f4;
}


.affiliation-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}.affiliation-header-img {
    max-width: 150px;
    height: auto;
}


.affiliation-slider-track {
    display: flex;
    align-items: stretch;
    gap: 24px;
    will-change: transform;
    transition: transform 0.6s ease-in-out;
}

.affiliation-card {
    flex: 0 0 calc(25% - 18px); /* 4 cards visible */
    background: #eeeeee;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 18px;
    padding: 34px 26px;
    text-align: center;
    transition: all 0.35s ease;
}

.affiliation-card img {
    max-height: 100px;
    margin-bottom: 22px;
    object-fit: contain;
}

.affiliation-card p {
    font-size: 14.5px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.5;
}

.affiliation-card a {
    font-size: 14px;
    font-weight: 600;
    color: #0b63ff;
    text-decoration: none;
}

.affiliation-card a:hover {
    text-decoration: underline;
}

/* ACTIVE CARD */
.affiliation-card.active {
    background: linear-gradient(180deg, #e9f0ff 0%, #d6f5ff 100%);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(11, 99, 255, 0.2);
}

.slider-indicators {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.slider-indicators .dot {
    width: 8px;
    height: 6px;
    background: #d1d5db;
    border-radius: 6px;
    transition: all 0.35s ease;
}

.slider-indicators .dot.active {
    width: 28px;
    background: #0b63ff;
}

/* Tablet – 2 cards */
@media (max-width: 991px) {
    .affiliation-card {
        flex: 0 0 calc(50% - 12px);
    }
}

/* Mobile – 1 card */
@media (max-width: 575px) {
    .affiliation-card {
        flex: 0 0 100%;
    }

    .affiliation-slider-track {
        gap: 16px;
    }
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  /* background: #f1f5f9; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.social-icon:hover {
    text-decoration: none;
}

.share-menu {
  position: fixed;
  display: none;
  gap: 8px;
  padding: 8px 10px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  z-index: 999999;
}

.share-menu button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.share-menu i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.fa-whatsapp { background:#25d366 }
.fa-envelope { background:#64748b }
.fa-linkedin-in { background:#0a66c2 }
.fa-facebook-f { background:#1877f2 }
.fa-link { background:#475569 }

.share-menu a {
  text-decoration: none;
  cursor: pointer;
}

.share-menu a i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
