/* ---------------------------------------------- HERO SECTION ----------------------------------------------------- */
.hero {
  min-height: 90vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(to bottom left, rgba(67, 35, 98, 0.6), rgba(138, 41, 90, 0.6)),
    url("../../img/index/hero.png") no-repeat center/cover;

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 150px 20px;
}

.hero-content {
  max-width: 600px;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.gradient-text {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 35px;
  opacity: 0.95;
  line-height: 1.6;
}

.cta-button {
  background: linear-gradient(135deg, #a855f7, #ec4899);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
  color: #fff;
}

/* Stats */
.stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
  flex-wrap: nowrap;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 60px;
}

.stat-plus {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 3px;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.85;
  display: block;
  margin-top: 4px;
}

/* Carousel */
.carousel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}

.carousel-container {
  width: 100%;
  overflow: visible;
  position: relative;
}

.phone-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
}

.phone-item {
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.phone-large {
  width: 200px;
  height: 420px;
}

.phone-medium {
  width: 100px;
  height: 210px;
  opacity: 0.7;
}

.phone-medium:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.phone-frame {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #000;
  padding: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  position: relative;
}

.phone-medium .phone-frame {
  padding: 8px;
  border-radius: 20px;
}

.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
}

.phone-medium .phone-screen {
  border-radius: 14px;
}

.phone-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  background: #000;
  border-radius: 0 0 15px 15px;
  z-index: 10;
}

.phone-notch-small {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 15px;
  background: #000;
  border-radius: 0 0 10px 10px;
  z-index: 10;
}

/* Controls */
.carousel-controls {
  display: flex;
  gap: 10px;
}

.control-btn {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.control-btn:hover {
  background: #fff;
  color: #ff007f;
  box-shadow: 0 4px 10px rgba(255, 0, 127, 0.4);
  transform: scale(1.1);
}

.control-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ======================= Responsive ======================= */

@media (max-width: 992px) {
  .hero {
    padding: 80px 20px;
  }
  .stat-number {
    font-size: 2.3rem;
  }
  .stats {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    text-align: center;
  }
  .stats {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stat-item {
    flex: 0 0 45%;
  }
}

/* FINAL & CLEANED MOBILE VERSION — BOTTOM RULES APPLIED */
@media (max-width: 576px) {

  .hero {
    padding: 80px 20px 50px;
    text-align: center;
  }

  .hero-content {
    text-align: center;
  }

  /* Carousel Fixes */
  .carousel-container {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 15px; /* bottom-most rule */
  }

  .phone-row {
    justify-content: center !important;
    width: 100%;
    transition: transform 0.45s ease-in-out;
  }

  .phone-item {
    flex: 0 0 auto;
    margin: 0 -5px;
    transition: all 0.4s ease;
    transform-origin: center bottom;
  }

  .phone-item.phone-active {
    width: 130px;
    height: 310px;
    opacity: 1;
    transform: scale(1);
    z-index: 3;
  }

  .phone-item.phone-side {
    width: 95px;
    height: 190px;
    opacity: 0.8;
    transform: scale(0.85) translateY(15px);
    z-index: 2;
  }

  .hidden-phone {
    display: none !important;
  }

  .phone-notch {
    top: 8px;
    width: 55px;
    height: 15px;
  }

  .phone-notch-small {
    top: 6px;
    width: 35px;
    height: 10px;
  }

  /* FINAL OVERRIDE — last rules */
  .phone-frame {
    box-shadow: none !important;
  }

  .phone-item.phone-side .phone-frame {
    filter: blur(3px);
    opacity: 0.6;
  }

  .phone-item.phone-active .phone-frame {
    filter: none !important;
    opacity: 1 !important;
  }

  /* Controls */
  .carousel-controls {
    justify-content: center;
    margin-top: 16px;
    width: 100%;
  }

  .control-btn {
    width: 38px;
    height: 38px;
  }
}



/* ------------------------------------------------ TRUSTED SECTION ------------------------------------------------- */

/* =============================== */
/* Trusted Section - Unified Styles */
/* =============================== */

html,
body {
  overflow-x: hidden !important;
}

/* Section Gradient Background */
.trusted-section-gradient {
  background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4rem 0;
  color: #fff;
}

/* Section Title and Subtitle */
.section-title-trusted-by {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.trusted-by-subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2.5rem;
}

/* Gradient Text Utility */
.text-gradient {
  background: linear-gradient(90deg, #8b5cf6, #d946ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Fluid Container */
.trusted-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 100%;
  text-align: center;
}

/* =============================== */
/* Brand Carousel */
/* =============================== */
.trusted-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Brand Track Animation */
.brand-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scroll 50s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* =============================== */
/* Brand Card */
/* =============================== */
.brand-card {
  background: #fff;
  border-radius: 12px;
  width: 220px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex: 0 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.brand-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Logo Image */
.brand-card img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  filter: grayscale(10%);
  transition: all 0.3s ease;
}

/* On Hover - Logo Becomes Full Color */
.brand-card:hover img {
  filter: grayscale(0%);
}

/* =============================== */
/* Responsive Adjustments */
/* =============================== */

/* Tablets */
@media (max-width: 992px) {
  .section-title-trusted-by {
    font-size: 2rem;
  }

  .trusted-by-subtitle {
    font-size: 1rem;
  }

  .brand-track {
    gap: 30px;
    animation-duration: 35s;
  }

  .brand-card {
    width: 180px;
    height: 90px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-title-trusted-by {
    font-size: 1.8rem;
  }

  .trusted-by-subtitle {
    font-size: 0.95rem;
  }

  .brand-track {
    gap: 20px;
    animation-duration: 25s;
  }

  .brand-card {
    width: 160px;
    height: 80px;
    padding: 10px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .section-title-trusted-by {
    font-size: 1.6rem;
  }

  .trusted-by-subtitle {
    font-size: 0.9rem;
  }

  .brand-track {
    gap: 16px;
    animation-duration: 20s;
  }

  .brand-card {
    width: 130px;
    height: 70px;
    padding: 8px;
  }
}


/* ------------------------------------------ Case Study Section ------------------------------------------------ */

/* =============================== */
/* Case Study Section  */
/* =============================== */

.case-study-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* =============================== */
/* Section Titles */
/* =============================== */
.section-title {
  font-weight: 700;
  color: #7b3aed;
  font-size: 2rem;
}

.section-subtitle {
  color: #6c757d;
  max-width: 650px;
  margin: 0 auto;
}

/* =============================== */
/* Case Study Box */
/* =============================== */
.case-study-section .case-study-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.case-study-section .case-study-box:hover {
  transform: translateY(-5px);
}

.case-study-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.case-study-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

/* =============================== */
/* Case Text */
/* =============================== */
.case-text p {
  color: #6c757d;
}

/* =============================== */
/* Badge */
/* =============================== */
.badge {
  font-size: 0.85rem;
  background: #f8f9fa;
  border-radius: 20px;
}

/* =============================== */
/* Buttons */
/* =============================== */
.btn-gradient {
  background: linear-gradient(90deg, #a855f7, #ec4899);
  color: #fff;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
  color: #fff;
}

.btn-full {
  display: block;
  width: 100%;
  text-align: center;
}

/* =============================== */
/* Image Styling */
/* =============================== */
img.rounded-4 {
  border-radius: 1rem !important;
}

/* =============================== */
/* Case Metrics */
/* =============================== */
.case-study-section .case-metric {
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 12px;
  transition: 0.3s ease;
}

.case-study-section .case-metric i {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 6px;
}

/* Color variations */
.case-study-section .case-metric.purple i,
.case-study-section .case-metric.purple h4 {
  color: #7b4bff;
}

.case-study-section .case-metric.pink i,
.case-study-section .case-metric.pink h4 {
  color: #ff3e8b;
}

.case-study-section .case-metric:hover {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* =============================== */
/* Responsive Adjustments */
/* =============================== */

/* Tablets and below */
@media (max-width: 991px) {
  .case-study-box {
    text-align: center;
    padding: 2rem 1rem;
  }

  .case-text {
    margin-top: 1rem;
  }

  .case-study-box .d-flex {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Mobile and below */
@media (max-width: 768px) {
  .case-study-section .case-metric {
    padding: 0.8rem;
  }
}


/*  ----------------------------------------- Services Section ----------------------------------------------------- */

/* Service Section */
.metric-card {
  background: linear-gradient(180deg, #fefeff, #ffffff);
  /* Consistent card background */
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 15px -5px rgba(167, 76, 242, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* Subtle light border */
}

/* Hover Effect */
.metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px -5px rgba(167, 76, 242, 0.2), 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Unified Icon Box Styling with a single gradient */
.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  /* This is the single gradient for all icons as requested */
  background: linear-gradient(135deg, #a855f7, #ec4899);
}

/* Learn More Button Styling */
.btn-gradient {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  background: transparent;
  color: #a74cf2;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #a74cf2, #f98bcf);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: 0.3s;
  text-decoration: none;
}

.btn-gradient:hover {
  color: #fff;
  background-image: linear-gradient(135deg, #a74cf2, #f98bcf);
  background-clip: border-box;
}

/* Carousel Indicators Styling (Optional: to match the gradient theme) */
.carousel-indicators [data-bs-target] {
  background-color: #f98bcf;
  /* Default color for indicators */
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  background-color: #a74cf2;
  /* Active indicator color */
  opacity: 1;
}

/* Adjust carousel-inner padding to make space for indicators */
.carousel-inner {
  padding-bottom: 2rem;
  /* Give space for the indicators below the cards */
}


/* ----------------------------------------- Top Creators Section ---------------------------------------------------- */


.tc-section-wrapper .tc-section {
  text-align: center;
}

.tc-section-wrapper .tc-gradient-text {
  background: linear-gradient(130deg, #9647f7, #e957b3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tc-section-wrapper .tc-title {
  font-size: 2rem;
  font-weight: 700;
}

.tc-section-wrapper .tc-subtitle {
  font-size: 1rem;
  margin-bottom: 30px;
}

.tc-section-wrapper .tc-toggle {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 6px;
  display: inline-flex;
}

.tc-section-wrapper .tc-toggle button {
  border: none;
  background: transparent;
  padding: 12px 50px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
  cursor: pointer;
}

.tc-section-wrapper .tc-toggle button.active {
  background: linear-gradient(90deg, #9647f7, #e957b3);
  color: #fff;
}

.tc-section-wrapper .tc-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tc-section-wrapper .tc-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.tc-section-wrapper .tc-carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease;
}

.tc-section-wrapper .tc-card {
  flex: 0 0 auto;
  width: calc((100% / 3) - 16px);
  border: 1px solid #e3d1ff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(200, 62, 242, 0.05);
  transition: 0.3s;
  background: #fff;
}

.tc-section-wrapper .tc-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 1199px) {
  .tc-section-wrapper .tc-card {
    width: calc((100% / 2) - 16px);
  }
}

@media (max-width: 767px) {
  .tc-section-wrapper .tc-card {
    width: 100%;
  }
}

.tc-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tc-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* ✅ FIX: Perfect vertical center alignment */
  padding: 12px 16px;
}

.tc-card-left {
  text-align: left;
}

.tc-card-left h5 {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
}

.tc-card-left small {
  display: block;
  color: #777;
  font-size: 0.9rem;
  margin-top: 2px;
}

.tc-followers {
  color: #c83ef2;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  text-align: right;
}

.tc-btn {
  width: 90%;
  margin: 8px auto 12px;
  display: block;
  padding: 8px 0;
  border-radius: 25px;
  background: linear-gradient(white, white),
    linear-gradient(90deg, #9647f7, #e957b3);
  background-clip: padding-box, border-box;
  border: 2px solid transparent;
  color: #9647f7;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.tc-btn:hover {
  background: linear-gradient(90deg, #9647f7, #e957b3);
  color: #fff;
}

.tc-controls {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.tc-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: none;
  background: #9647f7;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  transition: 0.3s;
}

.tc-nav-btn:hover {
  background: #e957b3;
}

.tc-section-wrapper .d-none {
  display: none !important;
}


/* ------------------------------------- Client Testimonials Section -------------------------------------------- */

/* Gradient text */
.gradient-text {
  background: linear-gradient(90deg, #7f00ff, #e100ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Testimonial Card */
.testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  /* curved corners */
  padding: 60px 20px 30px;
  text-align: center;
  transition: all 0.4s ease;
  min-height: 320px;
  z-index: 1;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  /* match parent */
  padding: 2px;
  /* border thickness */
  background: linear-gradient(45deg, #7f00ff, #e100ff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/* Client Image */
.testimonial-img-wrap {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

/* Stars */
.stars {
  color: #ffb400;
  font-size: 25px;
  letter-spacing: 3px;
}

/* Swiper Slide Effects */
.swiper-slide {
  opacity: 0.5;
  transform: scale(0.85);
  filter: blur(1.5px);
  transition: all 0.4s ease;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

/* Pagination */
.swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  background: #7f00ff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #e100ff;
  opacity: 1;
}


/* -------------------------------------  Why Choose Us Section -------------------------------------------- */

.why-choose-us {
  background: linear-gradient(180deg, #f5ecfd 0%, #fdeef6 100%);
}

.gradient-text {
  background: linear-gradient(to right,
      #9647f7 0%,
      #e957b3 50%,
      #9647f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-card {
  border: none;
  border-radius: 12px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom,
      #a049ee 0%,
      #c951cd 50%,
      #e957b3 100%);
  flex-shrink: 0;
}

.icon-box img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  /* make icons white */
}

.why-image-wrapper {
  background: linear-gradient(135deg,
      #7f00ff,
      #e100ff);
  /* purple gradient background */
  border-radius: 12px;
  /* round bottom-right corner of wrapper */
  overflow: hidden;
  /* ensures image follows shape */
  display: inline-block;
}

.why-image {
  border-radius: 12px 12px 370px 12px;
  /* matching rounded corner for image */
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------  Call-to-Action Section -------------------------------------------- */



.cta-section {
  background: linear-gradient(135deg, #9647f7, #e957b3);
  color: #fff;
  border-radius: 0px;
}

.cta-title {
  font-size: 2rem;
}

.cta-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  font-weight: 600;
  color: #9647f7;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #f1f1f1;
  color: #000000;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767px) {
  .cta-title {
    font-size: 1.5rem;
  }

  .cta-subtitle {
    font-size: 0.95rem;
  }

  .cta-btn {
    padding: 10px 20px;
  }
}


/* ----------------------------------------- Contact Section -------------------------------------------------- */


/* 1. Define Gradient and Color Variables */
:root {
  --purple-main: #a855f7;
  --pink-main: #ec4899;
  --gradient-text: linear-gradient(90deg,
      var(--purple-main) 0%,
      var(--pink-main) 100%);
  --gradient-button: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
  --whatsapp-button: linear-gradient(135deg, #7c2d92 0%, #d845ad 100%);
  --gradient-shadow: rgba(168, 85, 247, 0.4);
  --section-bg: #f7f7fa;
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-section-wrapper {
  padding: 60px 0;
  background-color: var(--section-bg);
}

/* 2. Main Header Styling (Unchanged) */
.section-header {
  margin-bottom: 40px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  display: inline-block;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #777;
  font-size: 1rem;
}

/* 3. Main Content Card Styling (Base) */
.content-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--card-shadow);
}

/* NEW: Styling for the left content box to fill the column height */
.content-box-left {
  height: 100%;
  /* Important: Makes the card fill its parent column */
  /* Note: It inherits all other .content-box styles */
}

/* 4. Form Field & Label Styling (Unchanged) */
.form-control {
  border-radius: 8px;
  padding: 10px 15px;
  border-color: #eee;
}

.form-control:focus {
  border-color: var(--purple-main);
  box-shadow: 0 0 0 0.25rem rgba(168, 85, 247, 0.25);
}

.form-label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
}

/* 5. Gradient Submit Button (Hover Effect) */
.btn-gradient-fill {
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  background: var(--gradient-button);
  box-shadow: 0 5px 15px var(--gradient-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s;
}

.btn-gradient-fill:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--gradient-shadow);
  color: #fff;
}

/* 6. Whatsapp Chat Button (Hover Effect) */
.btn-whatsapp-gradient {
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  background: var(--whatsapp-button);
  box-shadow: 0 5px 15px rgba(138, 43, 226, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, brightness 0.3s;
}

.btn-whatsapp-gradient:hover {
  opacity: 0.95;
  transform: scale(1.02);
  filter: brightness(1.05);
  color: #fff;
}

/* 7. Contact Info Item Styling (Unchanged) */
.contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.contact-icon {
  background: var(--gradient-button);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-item p {
  font-size: 0.9rem;
  line-height: 1.2;
}

/* 8. Accordion Styling (Unchanged) */
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.accordion-button {
  font-weight: 600;
  border-radius: 10px !important;
  padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
  color: var(--purple-main);
  background-color: rgba(168, 85, 247, 0.05);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(168, 85, 247, 0.25);
  border-color: rgba(168, 85, 247, 0.25);
}

.accordion-body {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 991px) {
  .contact-section-wrapper {
    padding: 40px 0;
  }

  .content-box {
    padding: 30px;
  }

  /* Remove Flexbox on mobile */
  .row.contact-row-equal-height {
    align-items: stretch !important;
  }
}