/* Import Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Prevent horizontal overflow */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Custom styles for Ouiteo landing page */
/* Blog page spacing */

/* Featured sits in the same grid; no custom margin needed */

.featured-media {
  width: 100%;
  height: 300px;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-media:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}
.featured-media img {
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease; 
}
.featured-media:hover img {
  transform: scale(1.05);
}

.blog-content-section {
  margin-top: 3rem;
}

.blog-content img {
  display: block;
  margin: 1.5rem auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
}

.blog-hero-media {
  max-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.blog-hero-media img {
  display: block;
  height: 100%;
  width: auto;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .blog-hero-media { max-height: 280px; }
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.1rem;
}

.navbar-brand img {
  height: 30px;
}

/* Navigation layout */
.navbar-collapse {
  align-items: center;
}

.nav-link {
  font-weight: 400;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  color: #000;
}

.nav-link:hover {
  color: #3E97FF !important;
}

/* Style the Get Started button */
.navbar .btn-primary {
  background-color: #3E97FF;
  border-color: #3E97FF;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.navbar .btn-primary:hover {
  background-color: #2d7dd2;
  border-color: #2d7dd2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 151, 255, 0.3);
}

.btn-primary {
  background-color: #3E97FF;
  border-color: #3E97FF;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn-primary:hover {
  background-color: #2d7dd2;
  border-color: #2d7dd2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 151, 255, 0.3);
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #3E97FF;
  border-color: #3E97FF;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-light:hover {
  background-color: #e0ecf2;
  border-color: #e0ecf2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-outline-light {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background-color: #ffffff;
  color: #333;
  transform: translateY(-2px);
}

.btn-outline-primary {
  border-color: #3E97FF;
  color: #3E97FF;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn-outline-primary:hover {
  background-color: #3E97FF;
  border-color: #3E97FF;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-outline-black {
  border-color: #00000050;
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn-outline-black:hover {
  background-color: #00000020;
  border-color: #00000020;
  color: #000000;
  transform: translateY(-2px);
}

.btn-outline-black:focus,
.btn-outline-black:active {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}

.btn-white {
  background-color: #ffffff;
  border-color: transparent;
  color: #333;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn-white:hover {
  background-color: #f8f9fa;
  border-color: transparent;
  color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-white:focus,
.btn-white:active {
  background-color: #ffffff;
  border-color: transparent;
  color: #333;
  box-shadow: none;
  outline: none;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn-dark:hover {
  background-color: #333333;
  border-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.value-card, .feature-card, .capability-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-card:hover, .feature-card:hover, .capability-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

.value-card .bi {
  font-size: 2.5rem;
}

.capability-card .bi {
  font-size: 2rem;
}

.stat-card {
  padding: 2rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
}

.trust-logo-placeholder {
  transition: transform 0.3s ease;
  height: 60px;
  background: #f8f9fa;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-weight: 600;
}

.trust-logo-placeholder:hover {
  transform: scale(1.05);
}

/* Scrolling Logos Animation */
.scrolling-wrapper {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.scrolling-logos {
  display: flex;
  padding: 1rem 0;
  width: fit-content;
  animation: scroll 40s linear infinite;
}

.scrolling-logos .logo-item {
  flex-shrink: 0;
  width: 200px;
  margin: 0 1rem;
}

/* Pause animation on hover */
.scrolling-wrapper:hover .scrolling-logos {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.masthead {
  background-color: #d5e1ff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

header.masthead {
    background-image: none !important;
    background-color: #d5e1ff !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

header.masthead p {
    font-size: 1.15rem !important;
}

@media (max-width: 991.98px) {
  header.masthead {
    height: auto !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    margin-top: 0 !important;
  }
  
  header.masthead .container {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  header.masthead .row {
    height: auto !important;
    min-height: auto !important;
    align-items: flex-start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  header.masthead .col-lg-6,
  header.masthead .col-lg-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bg-primary {
  background: linear-gradient(135deg, #3E97FF 0%, #2d7dd2 100%) !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s ease;
  color: #000;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #3E97FF;
}

#mainNav.navbar-shrink {
  background-color: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  border-bottom: 1px solid #f0f0f0;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 500;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #3E97FF !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
}

.blog-content .blog-toc-box {
  background: #DEEDFF; /* pastel blue */
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.blog-content .blog-toc-title {
  font-size: 1.1rem;
  margin-top: 0.6rem;
}
.blog-content .blog-toc-list {
  margin-bottom: 0;
}
.blog-content .blog-toc-list a {
  color: #333 !important;
  text-decoration: none;
}

.blog-content a:not(.btn) {
  color: #333 !important;
}
.blog-content a:not(.btn):hover,
.blog-content a:not(.btn):visited,
.blog-content a:not(.btn):active {
  color: #333 !important;
  text-decoration: underline;
}

.lead {
  font-weight: 400;
  color: #000;
}

.text-muted {
  color: #888 !important;
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }
  
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

/* Solutions Dropdown Styles */
.solutions-dropdown {
  position: relative;
}

.solutions-popup {
  position: absolute;
  top: 100%;
  transform: translateX(-30%);
  width: 700px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-top: 30px; 
}

.solutions-dropdown:hover .solutions-popup {
  opacity: 1;
  visibility: visible;
}

.solutions-popup .dropdown-header {
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  padding: 0px;
}

.solutions-popup .dropdown-item {
  padding: 0.5rem 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.solutions-popup .dropdown-item:hover {
  color: #3E97FF;
  background-color: transparent;
}

/* Why Ouiteo Section - Feature Rows */
.pillar-image-placeholder {
  width: 100%;
  height: 300px;
  background-color: #e9ecef;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-weight: 600;
}

.pillar-content .pillar-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3E97FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}

.pillar-content .card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
}

.pillar-content .card-text {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
}

#why-ouiteo img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 1440px) {
  #why-ouiteo img {
    height: auto !important;
    max-height: 60vh;
    object-fit: contain !important;
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  #why-ouiteo img {
    max-height: 45vh;
  }
}

@media (max-width: 991.98px) {
  .pillar-image-placeholder {
    height: 250px;
    margin-bottom: 2rem;
  }

  #why-ouiteo .row.align-items-center {
    margin-bottom: 3rem !important;
  }

  .masthead,
  header.masthead {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .masthead .hero-image {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.icon-salesforce {
  color: #00A1E0;
}

.icon-shopify {
  color: #78B44D;
}

.icon-ai {
  color: #764ba2;
}

/* Testimonials Section */
.testimonial-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.testimonial-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 1.5rem auto;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.testimonial-quote {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: #555;
  margin-bottom: 1.5rem;
}

.testimonial-quote p {
    margin-bottom: 0;
}

.testimonial-author {
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.testimonial-author .testimonial-company {
  display: block;
  font-weight: 400;
  color: #6c757d;
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
  background-color: #3E97FF;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 50% 50%;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  width: 5%;
}

.footer-social-icon {
  transition: color 0.3s ease;
}

.footer-social-icon:hover {
  color: #cccccc !important;
}

@media (min-width: 768px) {
  .solutions-popup .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Mobile View Fixes */
#mainNav.navbar-shrink .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mainNav.navbar-shrink .navbar-toggler {
  color: #000;
  border-color: #000;
  font-weight: 400;
}

#mainNav.navbar-shrink .navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .solutions-popup {
    width: 90vw;
  }

  .solutions-popup .col-md-4:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

b, strong {
  font-weight: 700;
}

/* Footer link consistency */
footer a {
  color: #ffffff80 !important;
  text-decoration: none !important;
}

footer a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* CTA section text consistency */
.bg-black .lead {
  color: #ffffff80 !important;
}

/* CTA section height and centering */
.cta-section {
  min-height: 500px;
  display: flex;
  align-items: center;
}

/* Hero image placeholder */
.hero-image-placeholder {
  width: 100%;
  height: 400px;
  background-color: #f8f9fa;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-weight: 600;
}

/* Remove all button focus outlines */
.btn:focus,
.btn:active,
.btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove focus outline from all interactive elements */
*:focus {
  outline: none !important;
}

/* Custom Tab Navigation (Refined) */
.custom-tabs-container {
  margin: 32px 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-tabs {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
  position: relative;
}
.tab {
  color: #444;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 4px;
  transition: color 0.2s;
  position: relative;
  background: none;
  border: none;
  text-align: center;
}
.tab.active {
  color: #5B3DF5;
  font-weight: 700;
}
.tab-underline {
  height: 4px;
  background: #e0e0e0;
  width: 100%;
  max-width: 420px;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.custom-tabs {
  width: 100%;
  max-width: 420px;
  justify-content: center;
}
.tab.active::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #5B3DF5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.tab-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.tab-panel {
  display: none;
  width: 100%;
  max-width: 600px;
}
.tab-panel.active {
  display: block;
}
.testimonial-card {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

/* Omnisend-style testimonial cards */
.omni-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(24,28,50,0.08), 0 1.5px 4px rgba(62,151,255,0.04);
  border: 1px solid #F0F0F0;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.omni-card:hover {
  box-shadow: 0 8px 32px rgba(24,28,50,0.12), 0 2px 8px rgba(62,151,255,0.08);
}
.omni-card .testimonial-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #181C32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(24,28,50,0.08);
}
.omni-card .testimonial-quote {
  font-size: 1.05rem;
  color: #181C32;
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
.omni-card .testimonial-author {
  font-weight: 700;
  color: #3E97FF;
  font-size: 1rem;
}
.omni-card .testimonial-company {
  display: block;
  font-weight: 400;
  color: #888;
  margin-top: 0.25rem;
  font-size: 0.95rem;
}
@media (max-width: 991.98px) {
  .omni-card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .omni-card {
    padding: 1.5rem 1rem 2rem 1rem;
  }
}

/* Single Card Testimonial Carousel */
.testimonial-carousel-section {
  background: #fff;
  padding: 0;
}
.testimonial-carousel-card {
  background: #3E97FF;
  border-radius: 32px;
  padding: 48px 32px 32px 32px;
  max-width: 900px;
  margin: 40px auto 40px auto;
  position: relative;
  box-shadow: 0 8px 32px rgba(24,28,50,0.10);
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 420px;
}
.testimonial-carousel-content {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial-logo {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 1.5rem;
}
.testimonial-quote {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.testimonial-customer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
.testimonial-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  color: #3E97FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.testimonial-customer-name {
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
}
.testimonial-customer-title {
  color: #e4e6ef;
  font-size: 1rem;
  font-weight: 400;
}
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #3E97FF;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(24,28,50,0.10);
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-arrow.left {
  left: 16px;
}
.testimonial-arrow.right {
  right: 16px;
}
.testimonial-arrow:hover {
  background: #e4e6ef;
  color: #181C32;
}
@media (max-width: 991.98px) {
  .testimonial-carousel-card {
    padding: 32px 8px 24px 8px;
    min-height: 340px;
  }
  .testimonial-quote {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .testimonial-carousel-card {
    border-radius: 18px;
    padding: 18px 2px 18px 2px;
    min-height: 220px;
  }
  .testimonial-logo {
    font-size: 1.2rem;
  }
  .testimonial-photo {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}

/* Mobile responsive fixes for masthead */
@media (max-width: 991.98px) {
  .masthead .row {
    flex-direction: column !important;
  }
  .masthead .col-lg-6,
  .masthead .col-lg-5,
  .masthead .col-lg-1 {
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }
  .masthead .hero-image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }
  .masthead .d-flex.gap-3 {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }
}

@media (max-width: 575.98px) {
  .masthead h1 {
    font-size: 1.5rem !important;
  }
  .masthead .lead {
    font-size: 0.95rem !important;
  }
}

.masthead .container,
.masthead .row,
.masthead [class^="col-"],
.masthead > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.masthead img.hero-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
  object-fit: contain;
} 

/* Customer logos styling */
.customer-logo {
  max-height: 60px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: filter 0.3s ease, transform 0.3s ease;
}

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

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
} 

/* Testimonial logo images */
.testimonial-logo-container {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem auto;
  box-shadow: 0 2px 8px rgba(24,28,50,0.08);
  padding: 8px;
  overflow: hidden;
}

.testimonial-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
} 

/* HubSpot-Style Customer Success Stories */
.success-story-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.success-story-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.customer-logo-large {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.success-logo {
  max-height: 60px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.success-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.metric-badge {
  background: #e0ecf2;
  color: #3E97FF;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-badge.featured {
  background: #3E97FF;
  color: white;
}

.success-title {
  color: #181C32;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.success-quote {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.customer-info strong {
  color: #3E97FF;
  font-weight: 700;
}

/* Featured Success Story */
.featured-success-story {
  background: linear-gradient(135deg, #f8fafe 0%, #e0ecf2 100%);
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid #e0ecf2;
}

.featured-logo {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.featured-title {
  color: #181C32;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.featured-quote {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .success-story-card {
    margin-bottom: 2rem;
  }
  
  .featured-success-story {
    padding: 2rem;
    text-align: center;
  }
  
  .featured-success-story .col-md-3 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .success-story-card {
    padding: 1.5rem;
  }
  
  .customer-logo-large {
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .success-metrics {
    justify-content: center;
  }
  
  .featured-success-story {
    padding: 1.5rem;
  }
} 

/* HubSpot-Style Interactive Customer Stories */

/* Customer Navigation Tabs */
.customer-tabs-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.customer-tabs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.customer-tab {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
  justify-content: center;
}

.customer-tab:hover {
  border-color: #3E97FF;
  box-shadow: 0 4px 12px rgba(62, 151, 255, 0.2);
  transform: translateY(-2px);
}

.customer-tab.active {
  background: #3E97FF;
  border-color: #3E97FF;
  color: white;
  box-shadow: 0 6px 20px rgba(62, 151, 255, 0.3);
}

.tab-logo {
  max-height: 24px;
  max-width: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.customer-tab.active .tab-logo,
.customer-tab:hover .tab-logo {
  filter: grayscale(0%) brightness(0) invert(1);
}

.customer-tab.active .tab-logo {
  filter: grayscale(0%) brightness(0) invert(1);
}

.tab-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: inherit;
}

/* Customer Story Content */
.customer-story-container {
  position: relative;
  min-height: 400px;
}

.customer-story {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.customer-story.active {
  display: block;
  opacity: 1;
}

.story-content {
  padding: 2rem 0;
}

.story-logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.featured-customer-logo {
  max-height: 80px;
  max-width: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.story-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.metric-badge {
  background: #e0ecf2;
  color: #3E97FF;
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.story-title {
  color: #181C32;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.story-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.story-quote-container {
  background: linear-gradient(135deg, #f8fafe 0%, #e0ecf2 100%);
  border-radius: 20px;
  padding: 3rem;
  border-left: 4px solid #3E97FF;
  position: relative;
}

.story-quote {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
}

.story-quote::before {
  content: '"';
  font-size: 4rem;
  color: #3E97FF;
  position: absolute;
  top: -1rem;
  left: -1rem;
  font-family: Georgia, serif;
  opacity: 0.3;
}

.story-quote p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.story-author {
  font-style: normal;
}

.story-author strong {
  color: #3E97FF;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .customer-tabs {
    gap: 0.5rem;
  }
  
  .customer-tab {
    min-width: 120px;
    padding: 0.75rem 1rem;
  }
  
  .story-content {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .story-logo {
    justify-content: center;
  }
  
  .story-metrics {
    justify-content: center;
  }
  
  .story-title {
    font-size: 1.5rem;
  }
  
  .story-quote-container {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .customer-tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .customer-tab {
    min-width: 180px;
  }
  
  .tab-name {
    font-size: 0.85rem;
  }
  
  .story-quote-container {
    padding: 1.5rem;
  }
  
  .story-quote {
    font-size: 1.1rem;
  }
}

/* Enhanced App Cards Styling */
.app-card {
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafe 100%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  border: 1px solid rgba(62, 151, 255, 0.1);
  overflow: hidden;
  position: relative;
}

.app-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3E97FF 0%, #2d7dd2 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}


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

.app-card .row {
  align-items: center;
  min-height: 120px;
}

.app-card .card-body {
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.app-card .app-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 0.5rem 1.5rem 0.5rem;
}

.app-card .app-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.app-card:hover .app-icon::after {
  opacity: 1;
}

.app-card .app-icon img {
  max-height: 48px;
  max-width: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.app-card:hover .app-icon img {
  transform: scale(1.1);
}

.app-card h5 {
  color: #1b2e4b;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center;
}

.app-card p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  text-align: center;
}

.app-card .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.app-card .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.app-card .btn:hover::before {
  left: 100%;
}

.app-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(62, 151, 255, 0.3);
}

.app-card.collection-sort .app-icon {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  box-shadow: 0 12px 30px rgba(250, 112, 154, 0.4);
}

.app-card.collection-sort:hover .app-icon {
  box-shadow: 0 16px 40px rgba(250, 112, 154, 0.5);
}

.app-card.collection-manager .app-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

.app-card.collection-manager:hover .app-icon {
  box-shadow: 0 16px 40px rgba(102, 126, 234, 0.5);
}

.app-card.sales-discount .app-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 12px 30px rgba(240, 147, 251, 0.4);
}

.app-card.sales-discount:hover .app-icon {
  box-shadow: 0 16px 40px rgba(240, 147, 251, 0.5);
}

.app-card.hide-sold-out .app-icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0 12px 30px rgba(79, 172, 254, 0.4);
}

.app-card.hide-sold-out:hover .app-icon {
  box-shadow: 0 16px 40px rgba(79, 172, 254, 0.5);
}

.app-card.ouiteo-recommender .app-icon {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  box-shadow: 0 12px 30px rgba(168, 237, 234, 0.4);
}

.app-card.ouiteo-recommender:hover .app-icon {
  box-shadow: 0 16px 40px rgba(168, 237, 234, 0.5);
}

/* Responsive App Card Design */
@media (max-width: 767.98px) {
  .app-card .row {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  
  .app-card .app-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
  }
  
  .app-card .app-icon img {
    max-height: 40px;
    max-width: 40px;
  }
  
  .app-card h5 {
    font-size: 1.1rem;
  }
  
  .app-card p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  
  .app-card .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .app-card {
    padding: 1.5rem !important;
  }
  
  .app-card .app-icon {
    width: 60px;
    height: 60px;
  }
  
  .app-card .app-icon img {
    max-height: 35px;
    max-width: 35px;
  }
  
  .app-card h5 {
    font-size: 1rem;
  }
}

/* Gradient Lines for Why Ouiteo Section */
.gradient-line {
  height: 2px;
  background: linear-gradient(90deg, 
    rgba(102, 126, 234, 0.1) 0%, 
    rgba(102, 126, 234, 0.5) 25%, 
    rgba(250, 112, 154, 0.5) 50%, 
    rgba(79, 172, 254, 0.5) 75%, 
    rgba(168, 237, 234, 0.1) 100%
  );
  border-radius: 1px;
  margin: 2rem 0;
}

/* Why Ouiteo Cards Styling */
.why-ouiteo-card {
  border-radius: 16px;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 2rem;
}

.why-ouiteo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.why-ouiteo-card .card-body {
  padding: 2rem;
}

.why-ouiteo-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.why-ouiteo-card .card-title {
  color: #2d3748;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.why-ouiteo-card .card-text {
  line-height: 1.6;
  color: #6b7280;
}

.blog-card {
  transition: all 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border: 1px solid #f0f0f0;
  height: 420px;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.blog-card .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .card-img-top {
  transform: scale(1.05);
}

.blog-card .card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card .card-title {
  font-weight: 600;
  color: #1b2e4b;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.blog-card .card-text {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Featured Blog Post Styling */
.featured-blog-post {
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid #e0ecf2;
}

.featured-blog-content {
  padding-left: 1rem;
}

.featured-blog-content .blog-date {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.featured-blog-content .blog-title {
  color: #1b2e4b;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.featured-blog-content .blog-excerpt {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-author-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-author-avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
}

.blog-author-name {
  font-weight: 600;
  color: #1b2e4b;
  font-size: 0.95rem;
}

.blog-author-dept {
  color: #6c757d;
  font-size: 0.9rem;
  margin-left: 0.25rem;
}

/* Responsive Blog Layout */
@media (max-width: 991.98px) {
  .featured-media {
    height: 250px;
    margin-bottom: 1.5rem;
  }
  
  .featured-blog-content {
    padding-left: 0;
  }
  
  .featured-blog-content .blog-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .featured-media {
    height: 200px;
  }
  
  .blog-card .card-img-top {
    height: 180px;
  }
  
  .featured-blog-post {
    padding: 1.5rem;
  }
}

/* Custom Pagination Styling - Black and Grey Theme */
.pagination .page-link {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0 2px;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #333;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: 600;
}

.pagination .page-item.disabled .page-link {
  color: #999;
  background-color: #f8f9fa;
  border-color: #ddd;
  cursor: not-allowed;
}

@media (max-width: 990px) {
  .hero-image,
  .hero-image-placeholder {
    display: none !important;
  }
}

.pagination .page-item.disabled .page-link:hover {
  color: #999;
  background-color: #f8f9fa;
  border-color: #ddd;
  transform: none;
  box-shadow: none;
}

/* Pagination spacing and alignment */
.pagination {
  margin-bottom: 0;
  gap: 0.25rem;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
} 