* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --text: #111;
  --muted: #6b7280;
  --accent-yellow: #f6d44f;
  --card-java: #c97a2d;
  /* orange/brown */
  --card-web: #79c968;
  /* green */
  --card-python: #3e2f86;
  /* deep purple */
  --white: #fff;
}
/* Body setup */
body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  overflow-x: hidden; /* prevent horizontal scroll */
}

/* Make images & videos responsive */
img,
video {
  max-width: 100%;
  height: auto;
  /* display: block; */
}

/* Make iframes responsive */
iframe {
  max-width: 100%;
  border: none;
}

/* Headings adjust */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  word-wrap: break-word;
}

/* Responsive text */
p {
  word-wrap: break-word;
}

/* Navigation fix */
nav {
  width: 100%;
  overflow-x: auto;
}

/* Utility classes */

@media (min-width: 1200px) {
  .\`,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.hide-overflow {
  overflow: hidden !important;
}
.full-width {
  width: 100% !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.95rem;
  }
}

/* Header Section */
/* .header-section {
  width: 100%;
  background: linear-gradient(180deg, #b74358 0%);
  color: white;
}

.header {
  padding: 15px 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.logo {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: "Oxanium", sans-serif;
}

nav {
  justify-self: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.nav-menu li a:hover {
  opacity: 0.8;
}

.auth-buttons {
  justify-self: end;
  display: flex;
  gap: 15px;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-login,
.btn-signup {
  background-color: white;
  color: #d85b73;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} */

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.header-logo {
  height: auto;
  width: 260;
}

.navbar {
  padding: 1rem 2rem;
  background: transparent;
}

.nav-link {
  color: #fff !important;
  font-weight: 600;
  margin: 0 10px;
}

.login-btn {
  background: #fff;
  color: #ff5d7a;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 20px;
  border: 2px solid #b9b9b9;
}

.signup-btn {
  background: #fff;
  color: #ff5d7a;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 20px;
  border: 2px solid #b9b9b9;
}
.login-btn:hover,
.signup-btn:hover {
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}
.navbar-toggler {
  background: #fff;
  border: 1px solid #fff;
}
.navbar-toggler-icon {
  background-image: url("assests/images/menu\ \(4\).png");
}
/* header responsive css */
@media only screen and (max-width: 786px) {
  .header-logo {
    height: auto;
    width: 160px;
  }
  .navbar {
    padding: 14px 5px;
  }
}
@media only screen and (max-width: 1020px) {
  .nav-link {
    color: #000000 !important;
  }
}

/* Hero Section */
.hero-section {
  /* position: relative; */
  /* background: linear-gradient(180deg, #b74358 0%, #f24b69 100%); */
  background-image: url("assests/images/hero-background.svg");
  padding: 140px 0px 140px;
  color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;

  /* min-height: 600px;
  display: flex;
  align-items: center; */
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Oxanium", sans-serif;
}
@media only screen and (max-width: 768) {
  .hero-content h1 {
    font-size: 22px;
  }
}
.hero-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-hero {
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary {
  background-color: white;
  color: #d85b73;
  font-weight: bold;
}

.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.hero-image {
  margin-top: -60px;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Curve effect */
/* .hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: white;
  clip-path: ellipse(55% 100% at 50% 100%);
  z-index: 1;
} */

/* Upload Section */
.upload-section {
  position: relative;
  margin-top: -135px;
  z-index: 2;
  padding: 0px 30px;
  text-align: center;
}

.upload-container {
  max-width: 1157px;
  margin: 0 auto;
  background: #d9d9d99c;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.upload-area {
  background: white;
  border: 4px dashed #f24b69;
  border-radius: 15px;
  padding: 40px 40px 80px 40px;
  text-align: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#contentForm .upload-area {
  margin-bottom: 25px;
  padding: 30px 40px 60px 40px;
}

.upload-area:hover {
  border-color: #d85b73;
  background-color: #fafafa;
}

.upload-icon {
  margin-bottom: 30px;
}

.upload-text p {
  color: #333;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 400;
}

.upload-text .highlight {
  color: #4a90e2;
  font-weight: 600;
}

.upload-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.upload-limit {
  font-size: 16px;
  color: #888;
}

.btn-generate {
  width: 100%;
  padding: 20px;
  background: #f24b69;
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-generate:hover {
  background: #cd7f32;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(242, 75, 105, 0.3);
}

/* Dotted input styling to match upload-area */
.dotted-input {
  background: white;
  border: 4px dashed #f24b69 !important;
  border-radius: 15px;
  padding: 15px;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.dotted-input:hover {
  border-color: #d85b73 !important;
  background-color: #fafafa;
}

.dotted-input textarea,
.dotted-input .form-control {
  border: none !important;
  background: transparent !important;
  width: 100%;
  resize: vertical;
  outline: none !important;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: none !important;
  padding: 0;
}

.dotted-input textarea:focus,
.dotted-input .form-control:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.dotted-input .file-input-custom {
  border: none !important;
  background: transparent !important;
  padding: 10px 0;
  width: 100%;
  outline: none !important;
  cursor: pointer;
  box-shadow: none !important;
}

.dotted-input .file-input-custom:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.dotted-input .file-input-custom::-webkit-file-upload-button {
  padding: 8px 16px;
  margin-right: 12px;
  background: #f24b69;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.dotted-input .file-input-custom::-webkit-file-upload-button:hover {
  background: #d85b73;
}

.file-upload-area {
  position: relative;
}

/* Input method selection styling */
.input-method-selection {
  margin-bottom: 25px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.input-method-selection .btn-group {
  display: flex;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
}

.input-method-selection .btn {
  flex: 1;
  padding: 12px 20px;
  border: 2px solid #f24b69;
  background: white;
  color: #f24b69;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 0;
}

.input-method-selection .btn:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}

.input-method-selection .btn:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}

.input-method-selection .btn-check:checked + .btn {
  background: #f24b69;
  color: white;
  border-color: #f24b69;
  z-index: 1;
}

.input-method-selection .btn:hover {
  background: #fafafa;
  border-color: #d85b73;
}

.input-method-selection .btn-check:checked + .btn:hover {
  background: #d85b73;
  border-color: #d85b73;
}

/* Tabs inside upload area */
.upload-area .input-method-selection {
  margin-top: 0;
  margin-bottom: 30px;
}

/* hero section responsive */
@media only screen and (max-width: 768px) {
  .hero-section {
    padding: 90px 0px 140px;
  }
  .hero-content h1 {
    font-size: 22px;
    word-wrap: break-word;
  }
  .btn-secondary {
    width: 100%;
  }
  .btn-primary {
    width: 100%;
  }
  .hero-image {
    margin-top: 0;
  }
  .upload-section {
    padding: 0px 15px;
  }
  .upload-area {
    padding: 15px;
  }
  .upload-text p {
    font-size: 15px;
  }
  .btn-generate {
    padding: 10px;
    font-size: 16px;
  }
  .dotted-input {
    padding: 10px;
  }
  .dotted-input textarea {
    font-size: 14px;
  }
  .input-method-selection .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .upload-area {
    padding: 20px 20px 40px 20px;
  }
  .upload-area .input-method-selection {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/* events section start  */
/* SECTION WRAP */
.events {
  margin: 80px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
}

/* LEFT COLUMN */
.eyebrow {
  color: #ff5d7a;
  /* red like screenshot */
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 16px;
  margin-bottom: 10px;
}

.title {
  font-size: 48px;
  line-height: 1.02;
  font-weight: 800;
  margin: 0 0 22px 0;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  margin: 18px 0 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}

.pill.active {
  background: var(--accent-yellow);
  border-color: transparent;
}

.nav-arrows {
  display: flex;
  gap: 22px;
  margin-top: 6px;
}

.arrow-btn {
  width: 64px;
  height: 64px;
  border: 2px solid #111;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.arrow-btn svg {
  width: 26px;
  height: 26px;
}

/* RIGHT COLUMN – CARDS */
.cards {
  scroll-behavior: smooth;
  display: flex;
  align-items: stretch;
  gap: 36px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  overflow: hidden;
}

.cards::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.card {
  scroll-snap-align: start;
  flex: 0 0 300px;
  background: var(--card-java);
  color: #fff;
  border-radius: 28px;
  padding: 34px 28px 26px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.card h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.04em;
  margin: 6px 0 6px;
  font-weight: 800;
}

.card .desc-title {
  text-align: center;
  opacity: 0.95;
  letter-spacing: 0.04em;
  font-size: 15px;
  margin: 4px 0 18px;
  font-weight: 700;
}

.card .small-list {
  text-align: center;
  opacity: 0.92;
  font-size: 14px;
  line-height: 1.75;
}

.cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.cta button {
  border: 0;
  background: var(--accent-yellow);
  color: #111;
  font-weight: 800;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 16px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* COLOR VARIANTS */
.card.web {
  background: var(--card-web);
}

.card.python {
  background: var(--card-python);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .events {
    grid-template-columns: 1fr;
  }

  .title {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .title {
    font-size: 38px;
  }

  .pill {
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .arrow-btn {
    width: 56px;
    height: 56px;
  }

  .cards {
    gap: 22px;
  }

  .card {
    flex-basis: 84%;
    min-height: 480px;
  }
}

@media only screen and (max-width: 768px) {
  .events {
    margin: 55px auto;
  }
}

/* events section end  */

.features {
  text-align: center;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.features .icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  /* center horizontally */
}

.features .icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.features .eyebrow {
  color: #e63973;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 18px;
}

.features .title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.feature-card {
  border-radius: 12px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;
}

/* Colors */
.feature-card.pink {
  background: #f94f7a;
  z-index: 1;
}

.feature-card.orange {
  background: #f4a300;
}

.feature-card.green {
  background: #2fbf77;
}
/* feature section responsive  */
@media only screen and (max-width: 768px) {
  .features {
    padding: 30px 20px;
  }
  .features .eyebrow {
    font-size: 15px;
  }
  .features .title {
    font-size: 35px;
  }
  .faeture-side-bg {
    margin-top: -47px;
    /* width: 266px; */
    z-index: -1;
    position: relative;
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

/* faeture 2 start */

.faeture-side-bg {
  margin-top: -87px;
}

.quizlab-features {
  padding: 0px 20px 60px 20px;
}

.quizlab-features h2 {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}

.quizlab-features .highlight {
  color: #f44a6a;
}

.features-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 50px;
}

.feature-box {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

.feature-icon {
  /* font-size: 24px;
            background: #fff;
            border-radius: 50%; */
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px -25px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
}

.feature-icon.pink {
  color: #f44a6a;
}

.feature-icon.blue {
  color: #4a90e2;
}

.feature-icon.green {
  color: #27ae60;
}

/* quizlab feature resposive */
@media only screen and (max-width: 768px) {
  .quizlab-features h2 {
    font-size: 35px;
  }
  .features-row {
    padding-top: 30px;
  }
  .feature-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Base layout */
.learning-journey {
  padding: 60px 0%;
  position: relative;
}

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #f05480;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.learning-journey h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.learning-journey h2 .highlight {
  color: #ff5a76;
}

.main-row {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

/* Left steps */
.steps {
  display: grid;
  grid-template-columns: 0.4fr 0.4fr;
  gap: 40px 30px;
}

.step-number {
  font-size: 32px;
  font-weight: 700;
  color: #12151a;
  margin-bottom: 8px;
  position: relative;
}

.step-number::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e90ff;
  position: absolute;
  bottom: 0;
  left: -12px;
}

.step h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

.step p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

/* Right icons FIX */
.icons {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* vertical center */
  /* align-items: center; */
  /* horizontal center */
  gap: 60px;
  /* equal spacing between icons */
  height: 100%;
  /* full height so it centers properly */
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
}

.icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #ff6ec4, #7873f5, #00e5ff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@media (max-width: 900px) {
  .main-row {
    grid-template-columns: 1fr;
  }

  .icons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
  }
}

/* learning journey responsive */
@media only screen and (max-width: 768px) {
  .learning-journey {
    padding: 15px;
    text-align: center;
  }
  .learning-journey h2 {
    font-weight: bold;
    font-size: 30px;
  }
  .steps {
    display: grid;
    grid-template-columns: 1fr;
  }
  .step-number::after {
    left: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("assests/images/testimonial-bg-1.png") no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
}

.swiper,
.testimonials-carousel,
.testimonials-slider {
  overflow: hidden; /* slider hidden hi rahe */
}

.testi-heading span {
  color: #ffffff;
  padding-bottom: 20px;
  font-weight: 700;
}

.testi-heading h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 44px;
  padding-bottom: 60px;
}

.testi-item-heading strong {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.testi-item-heading span {
  font-size: 16px;
  font-weight: 500;
  color: #b9b9b9;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-secondary-dark-rgb), 0.8);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

/* ✅ Card style */
.testimonials .testimonial-item {
  text-align: center;
  color: var(--color-white);
  background-color: #fff;
  border-radius: 8px;
  padding-top: 10px; /* upar image overlap ke liye space */
}

/* ✅ Image overlap */
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);

  margin-top: 10px;
  background: #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-white);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(var(--color-white-rgb), 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #f29f05;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-white-rgb), 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 50px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(#fff, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
/* testimonials resposive  */
@media only screen and (max-width: 768px) {
  .testi-heading h1 {
    font-size: 35px;
  }
  .testimonials .testimonial-item p {
    padding: 10px;
  }
}

/*--------------------------------------------------------------
# Testimonials Section end
--------------------------------------------------------------*/
/* Newsletter Section */
.newsletter-section {
  background: linear-gradient(
    180deg,
    #b74358,
    #f24b75
  ); /* background color / image */
  padding: 40px 20px;
  border-radius: 10px;
  margin: 100px auto;
  max-width: 1140px; /* limit width */
}

.newsletter-box {
  color: #fff;
}

.newsletter-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletter-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.newsletter-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* Input */
.newsletter-form .form-control {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 0; /* reset BS */
}

/* Button */
.btn-subscribe {
  background: #f29f05;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 0; /* reset BS */
  transition: 0.3s ease;
  cursor: pointer;
}

.btn-subscribe:hover {
  background: #e68900;
}

/* Responsive */
@media (max-width: 600px) {
  .newsletter-form {
    flex-direction: column;
    border-radius: 10px;
  }

  .newsletter-form .form-control {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }

  .btn-subscribe {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .newsletter-section {
    margin: 70px 15px;
    padding: 40px 10px;
  }
  .newsletter-title {
    font-size: 35px;
  }
}

/* Footer */
.footer {
  background: #fff;
  padding: 40px 20px 20px;
  color: #333;
  border-top: 1px solid #eee;
}

.footer-logo {
  font-size: 22px;
  font-weight: 700;
  color: #e91e63;
}

/* App Buttons */
.app-btn {
}
.app-btn:hover {
  transition: 0.3s;
}

/* Social Icons */
.social-icons a img {
  margin: 15px 5px 40px 5px;
}

/* Links */
.footer-links h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-bottom: 5px;
}
.footer-links ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.footer-links ul li a:hover {
  color: #e91e63;
}

/* Bottom Section */
.footer-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logo img {
  height: 40px;
}

.footer-credit {
  text-align: right;
}

.footer-credit p {
  margin: 2px 0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 20px !important;
    text-align: center;
  }
  .footer-logo img {
    height: 40px;
    margin-bottom: 15px;
  }
  .footer-bottom {
    justify-content: center;
  }
  .footer-credit {
    text-align: center;
  }
}
