body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}


/* =========================
   RESPONSIVE HEADING SYSTEM
========================= */

:root {
  --heading-font: "Inter", sans-serif;
  --accent-font: "Playfair Display", serif;
  --heading-color: #0f172a;
}

/* Base reset */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Accent italic text */
h1 em,
h2 em,
.italic {
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 500;
}

/* =========================
   H1 – HERO ONLY
========================= */
h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

/* =========================
   H2 – SECTION TITLES
========================= */
h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

/* =========================
   H3 – CARDS / SUBSECTIONS
========================= */
h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.3;
}

/* =========================
   H4 – SMALL TITLES
========================= */
h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
}

/* =========================
   H5 / H6 – LABELS
========================= */
h5 {
  font-size: 0.95rem;
  font-weight: 600;
}

h6 {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* =========================
   HEADING UTILITIES
========================= */

.heading-xl {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 700;
}

.heading-lg {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.heading-md {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.3;
  font-weight: 600;
}

.heading-sm {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
}

.heading-xs {
  font-size: 0.95rem;
  font-weight: 600;
}

.heading-xxs {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* HERO */
.hero-title .italic {
  font-family: serif;
  font-style: italic;
}

.hero-text {
  max-width: 520px;
  color: #555;
}

.badge-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.badge-dot .dot {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

.hero-rating img {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

/* SLIDER */
#heroSlider {
  border-radius: 18px;
  overflow: hidden;
}

#heroSlider .splide__slide {
  height: 520px;
}

#heroSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PROGRESS BAR */
.slider-progress {
  height: 4px;
  background: #eee;
  border-radius: 10px;
  margin-top: 14px;
  overflow: hidden;
}

.slider-progress-bar {
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.4s ease;
}



.marquee-section {
  position: relative;
}

.marquee-splide {
  transform: skewY(-3deg);
}

.marquee-splide .splide__track {
  overflow: visible;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.marquee-item i {
  color: #fff;
  font-size: 0.9rem;
}

.marquee-left {
  background: linear-gradient(90deg, #0b0e17, #11162a);
}

.marquee-right {
  background: linear-gradient(90deg, #11162a, #0b0e17);
}

/* Remove default splide spacing */
.marquee-section .splide__slide {
  width: auto !important;
}

/* ABOUT SECTION */

.about-title .italic {
  font-family: serif;
  font-style: italic;
}
.italic {
  font-family: serif;
  font-style: italic;
}

.about-text {
  color: #555;
  max-width: 480px;
}

.founder-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* IMAGE LAYOUT */
.about-images {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.main-image img {
  width: 320px;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

.side-image img {
  width: 240px;
  height: 300px;
  object-fit: cover;
  border-radius: 18px;
  margin-top: 120px;
}

/* Explore Circle */
.explore-circle {
  position: absolute;
  background: #212529;
  top: 20px;
  right: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  gap: 6px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 60%);
}

.explore-circle .material-icons {
  font-size: 20px;
}


.services-stack {
  position: relative;
}

.service-card {
  will-change: transform;
}

.services-section {
  background: #f5f5f5;
}

.section-title {
  font-weight: 700;
}

.section-title .italic {
  font-family: serif;
  font-style: italic;
}

.section-desc {
  max-width: 620px;
  margin: 0 auto;
  color: #555;
}

.services-stack {
  position: relative;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.service-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
}

.service-card h3 {
  font-weight: 700;
}

.learn-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.tags {
  margin-top: 16px;
}

.tags span {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.85rem;
  margin-right: 6px;
  margin-bottom: 6px;
}

.footer {
  padding: 80px 0 30px;
  background: #fff;
}

.footer h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer p,
.footer a {
  font-size: 0.9rem;
  color: #555;
  text-decoration: none;
}

.footer a:hover {
  transform: scale(1.05);
}

.footer-logo {
  font-size: 1.4rem;
  font-weight: 700;
}

.footer-logo i {
  margin-right: 6px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.newsletter input {
  border-radius: 50px;
  padding: 12px 20px;
}

.subscribe-btn {
  border-radius: 50px;
  padding: 10px 26px;
  background: #000;
  color: #fff;
  border: none;
}

.footer-bottom {
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
  padding-top: 20px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 0.9rem;
  text-decoration: none;
}

.social-icons-footer a {
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 0.9rem;
}

.impact-section {
  padding: 80px 20px;
}

.impact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Center Sticky Content */
.impact-center {
  position: sticky;
  top: 100px;
  text-align: center;
  padding: 10px;
}

.impact-center .label {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
}

.impact-center h2 {
  margin: 16px 0;
}

.impact-center em {
  font-style: italic;
  font-weight: 500;
}

.impact-center p {
  color: #555;
  max-width: 420px;
  margin: 0 auto;
  font-size: 16px;
}

/* Columns */
.impact-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Cards */
.impact-card {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 30px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.impact-card .icon {
  font-size: 36px;
}

.impact-card h3 {
  margin: 16px 0 10px;
  font-size: 20px;
}

.impact-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

.impact-card strong {
  font-size: 36px;
  margin-top: 20px;
  font-weight: 600;
}

.cta-section {
  padding: 120px 20px;
}

.cta-box {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6)),
    url("https://images.pexels.com/photos/7130555/pexels-photo-7130555.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  padding: 90px 20px;
  color: #fff;
}

.cta-box h2 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.cta-box p {
  max-width: 560px;
  margin: 0 auto;
  color: #dcdcdc;
}

.cta-btn {
  background: #fff;
  color: #000;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #eaeaea;
}

.dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* =========================
   PRIMARY CTA – PREMIUM
========================= */
.btn-primary-cta {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.btn-primary-cta i {
  transition: transform 0.35s ease;
}

.btn-primary-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35),
    transparent 70%
  );
  transform: translateX(-120%);
}

.btn-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.btn-primary-cta:hover i {
  transform: translateX(6px);
}

.btn-primary-cta:hover::before {
  animation: btn-shine 0.9s ease forwards;
}

@keyframes btn-shine {
  to {
    transform: translateX(120%);
  }
}

/* =========================
   SECONDARY CTA – CLEAN
========================= */
.btn-secondary-cta {
  transition: all 0.35s ease;
}

.btn-secondary-cta:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.section-padding {
  padding: 90px 0;
}
.section-title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.blog-card {
  border-radius: 16px;
  overflow: hidden;
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.blog-card img {
  height: 230px;
  object-fit: cover;
}
.badge-custom {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
}
.blog-arrow {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.blog-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.blog-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* =========================
   BLOG CARD HOVER ARROW
========================= */

/* Improve card hover feel (optional but recommended) */
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

/* Arrow hidden by default */
.blog-arrow {
  opacity: 0;
  transform: scale(0.7) translateY(8px);
  transition: all 0.3s ease;
  pointer-events: none; /* prevents accidental hover */
}

/* Show arrow on card hover */
.blog-card:hover .blog-arrow {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

/* Arrow hover feedback */
.blog-arrow:hover {
  background: #000;
  color: #fff;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}
.header ul {
  margin-bottom: 0;
  padding-left: 0;
}
.header .vcontainer {
  max-width: 1140px;
  margin: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 22px;
  font-weight: 700;
}

/* ================= DESKTOP NAV ================= */
.desktop-nav {
  background: #fff;
  padding: 12px 30px;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.desktop-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.desktop-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: #000;
  transition: 0.3s;
}

.desktop-nav a.active::after {
  width: 100%;
}

/* ================= CTA ================= */
.cta-btn {
  background: #000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* ================= MOBILE ================= */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* ================= MOBILE MENU ================= */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  padding: 20px;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.close-menu {
  font-size: 28px;
  cursor: pointer;
}

.mobile-menu ul {
  list-style: none;
  margin-top: 40px;
}

.mobile-menu li {
  margin-bottom: 32px;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}

.contact-section {
  padding: 80px 0;
}
.form-control,
textarea {
  border-radius: 8px;
  padding: 12px;
}
.form-check-label {
  font-size: 0.9rem;
}
.btn-dark {
  border-radius: 30px;
  padding: 10px 26px;
}
.contact-image img {
  border-radius: 14px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.contact-meta {
  font-size: 0.9rem;
  margin-top: 10px;
  color: #555;
}
/* =========================
   PREMIUM FORM INPUT
========================= */

.premium-input {
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 0.95rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease,
    transform 0.25s ease;
}

/* Hover state */
.premium-input:hover {
  border-color: #cfcfcf;
}

/* Focus state */
.premium-input:focus {
  border-color: #000;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

/* Remove default bootstrap glow */
.form-control:focus {
  box-shadow: none;
}

/* Label polish */
.form-label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #111;
}

/* Placeholder */
.premium-input::placeholder {
  color: #aaa;
}

.team-section {
  padding: 80px 0;
}

.team-title em {
  font-style: italic;
  font-weight: 500;
}

.rating {
  text-align: right;
}

.rating h3 {
  font-size: 32px;
  margin-bottom: 4px;
}

.stars {
  color: #f4b400;
}

.team-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-img {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.team-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.share-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.social-icons {
  position: absolute;
  top: 20px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icons span {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.social-icons-footer {
  display: flex;
  gap: 10px;
}

.social-icons-footer span {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.role {
  font-size: 14px;
  color: #666;
}

.team-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.team-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}

.team-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.team-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}

/* Wrapper */
.hover-actions {
  position: absolute;
  inset: 0;
}

/* Share icon */
.share-icon {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Social icons overlay */
.social-icons {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.social-icons a i {
  color: #fff;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  transform: translateY(12px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.social-icons a i:hover {
  background: #fff;
  color: #000;
}

/* ACTIVE STATE (JS controls this) */
.team-img.active .social-icons {
  opacity: 1;
  pointer-events: auto;
}

.team-img.active .share-icon {
  opacity: 0;
  transform: scale(0.8);
}

.team-img.active .social-icons i {
  transform: translateY(0);
}

.campaign-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  height: 100%;
}
#campaignSlider .splide__slide {
  padding: 10px;
}
.campaign-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.campaign-content {
  padding: 16px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.testimonial-header img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-icon {
  margin-left: auto;
  font-size: 22px;
  color: #111;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 32px 24px;
  height: 100%;
}

.pricing-card.featured {
  background: #000;
  color: #fff;
  border: none;
}

.pricing-card.featured .text-muted,
.pricing-card.featured .pricing-features li {
  color: #ddd;
}

.price {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 24px 0;
}

.price span {
  font-size: 0.85rem;
  font-weight: 400;
  color: #777;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.pricing-features i {
  font-size: 1rem;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.brand-section {
  background: #ffffff;
}

.brand-subtitle {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: #111;
  font-weight: 600;
}

.brand-slider {
  margin-top: 2.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
}

.brand-logo img {
  max-height: 38px;
  width: auto;
  opacity: 0.45;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.brand-logo img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* Important for continuous marquee feel */
.marquee-section .splide__slide {
  width: auto !important;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .desktop-nav,
  .cta-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

   .cta-box .cta-btn{
    display: inline-block;
  }
}


/* Responsive */

@media (min-width: 1400px) {
    .header .vcontainer{
        max-width: 1320px;
    }
}

@media (max-width: 992px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-center {
    position: static;
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .campaign-card img {
    height: 220px;
  }

    .service-card {
    margin-bottom: 60px;
  }

  .service-card img {
    height: 220px;
  }


}

@media (max-width: 991px) {
  .contact-image {
    margin-top: 40px;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  #heroSlider .splide__slide {
    height: 360px;
  }

  .nav-pill-wrapper {
    flex-direction: column;
    border-radius: 16px;
  }
  .explore-circle{
    display: none !important;
  }
  .about-images {
    justify-content: center;
  }

  .main-image img,
  .side-image img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .explore-circle {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {

    .cta-section {
    padding: 0;
    }

    .about-images{
        flex-direction: column;
    }

    .footer-bottom p{

        text-align: center;
    }
    
      h1 {
        line-height: 1.15 !important;
    }

      h2 {
        line-height: 1.25 !important;
      }
}


