.lgn-btn:hover{
  background-color:#fff !important;
}

.mobile-menu .nav-logo{
  background: #000000 !important;
  padding: 18px 20px !important;
}

.mobile-button svg,
.mobile-button:after,
.mobile-button:before {
  color: #fff !important;
}

.mobile-menu-visible .mobile-button  {
  display:none !important;
}
.pts-final-cta-inner h2{
  color:#fff;
}
.hero-slide1 {
  background-image: url('../../../storage/slider-14.jpeg');
}
.hero-slide2 {
  background-image: url('../../../storage/slider-9.jpeg');
}
.hero-slide3 {
  background-image: url('../../../storage/slider-2.jpeg');
}
.hero-slide4 {
  background-image: url('../../../storage/slider-13.jpeg');
}

/* ================= HERO ================= */
.pts-hero-section {
  height: 92vh;
  position: relative;
  z-index: 1;
}

.hero-slide {
  height: 92vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-title {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
}

.hero-btn {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  color:#fff !important;
}

/* ================= SPOTLIGHT ================= */
.pts-spotlight-wrapper {
  background: #fff;
  padding: 22px 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.spotlight-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spotlight-accent {
  width: 4px;
  height: 30px;
  background: red;
}

.spotlight-item {
  padding: 16px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #eee;
  transition: background 0.3s ease, font-weight 0.3s ease;
}

.spotlight-item:first-child {
  border-left: none;
}

.spotlight-item.active {
  background: #f5f7f9;
  font-weight: 600;
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2rem;
  }

  .pts-spotlight-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
    border-radius: 0;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

  /* HERO SIZE */
  .pts-hero-section,
  .hero-slide {
    height: 40vh;
    min-height: 420px;
    max-height: 620px;
  }

  /* Override Bootstrap vertical centering */
  .pts-hero-section .row.h-100.align-items-center {
    align-items: flex-start !important;
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-title {
    font-size: 1.5rem;
    line-height: 1.3;
    max-width: 90%;
    text-align: left;
  }

  /* CTA */
  .hero-btn {
    position: absolute;
    bottom: 20px;
    left: 16px;
    padding: 10px 18px;
    font-size: 14px;
  }

  /* SLIDER NAVIGATION */
  .swiper-button-prev,
  .swiper-button-next {
    top: auto !important;
    bottom: 20px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 6px;
    color: #000;
  }

  .swiper-button-prev {
    right: 64px;
    left: auto;
  }

  .swiper-button-next {
    right: 16px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
  }

  /* HIDE SPOTLIGHT ON MOBILE */
  .pts-spotlight-wrapper {
    display: none !important;
  }
}


/* ================= SECTION 2 ================= */
/* ================= SECTION 2 ================= */
.pts-section-2 {
  background: #f6eee4;
  padding: 80px 0;
}

/* ---------- PART A ---------- */
.pts-explore-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.pts-explore-desc {
  font-size: 0.95rem;
  max-width: 420px;
}

.pts-explore-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.pts-explore-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  font-size: 0.95rem;
}

.pts-explore-item.active {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* ---------- PART B HEADER ---------- */
.pts-insights-header {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 24px;
  max-width: 1100px;
  margin: 80px auto 48px;
}

.pts-insights-title {
  text-align: center;
}

.pts-dynamic-title {
  font-size: 2.6rem;
  font-weight: 400;
  font-style: italic;
}

.pts-insights-title p {
  font-size: 0.95rem;
  margin-top: 6px;
  color: #333;
}

.pts-prev,
.pts-next {
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
}

/* ---------- EDITORIAL GRID ---------- */
.pts-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pts-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}

.pts-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.pts-arrow {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.2rem;
}

.pts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {

  .pts-explore-links {
    grid-template-columns: 1fr;
  }

  .pts-insights-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .pts-prev,
  .pts-next {
    justify-self: center;
  }

  .pts-editorial-grid {
    grid-template-columns: 1fr;
  }

  .pts-dynamic-title {
    font-size: 1.8rem;
  }
}




/* ================= END SECTION 2 ================= */

/* ================= Section 3 ================= */
/* ================= SECTION 3 ================= */
.pts-section-3 {
  background: #f6eee4;
  padding: 100px 0;
}

/* Feature row */
.pts-feature-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
}

.pts-feature-row.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.pts-feature-row:last-child {
  margin-bottom: 0;
}

/* Image */
.pts-feature-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* Content */
.pts-feature-content {
  max-width: 520px;
}

.pts-feature-content.center {
  text-align: center;
  margin: 0 auto;
}

/* Eyebrow */
.pts-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #444;
}

/* Title */
.pts-feature-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.25;
}

.pts-feature-title span {
  color: #e10600; /* highlight word */
}

/* Description */
.pts-feature-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 28px;
  color: #333;
}

/* Button */
.pts-feature-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #e9e4dc;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pts-feature-btn:hover {
  background: #ded8cf;
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

  .pts-section-3 {
    padding: 60px 0;
  }

  .pts-feature-row,
  .pts-feature-row.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 80px;
  }

  .pts-feature-content {
    max-width: 100%;
  }

  .pts-feature-title {
    font-size: 1.8rem;
  }

  .pts-feature-content.center {
    text-align: left;
  }
}


/* ================= END SECTION 3 ================= */
/* ================= SECTION 4 ================= */
.pts-section-4 {
  background: #f6eee4;
  padding: 100px 0;
}

/* Header */
.pts-section-4-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pts-section-4-header h3 {
  font-size: 1.6rem;
  font-weight: 400;
}

.pts-section-4-nav {
  display: flex;
  gap: 12px;
}

.pts-section-4-nav button {
  width: 44px;
  height: 44px;
  border: none;
  background: #e9f0f3;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
}

/* Card layout */
.pts-explore-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: stretch;
}

/* Image */
.pts-explore-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Content */
.pts-explore-content {
  background: #eef3f4;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pts-explore-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.pts-explore-content h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}

.pts-explore-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #333;
}

.pts-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

  .pts-section-4 {
    padding: 60px 0;
  }

  .pts-explore-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pts-explore-content {
    padding: 24px;
  }

  .pts-explore-content h4 {
    font-size: 1.3rem;
  }
}

/* ================= END SECTION 4 ================= */

/* ================= FINAL CTA SECTION ================= */
.pts-final-cta {
  position: relative;
  min-height: 420px;
  background-image: url('/storage/contact.jpg'); /* replace with real image */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Dark overlay */
.pts-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Inner content */
.pts-final-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

/* Title */
.pts-final-cta-inner h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 24px;
}

/* Arrow CTA */
.pts-final-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.pts-final-cta-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateX(4px);
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

  .pts-final-cta {
    min-height: 300px;
  }

  .pts-final-cta-inner h2 {
    font-size: 2rem;
  }

  .pts-final-cta-arrow {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
  
  .pts-insights-header .pts-prev {
    margin-top: 110px;
    position: absolute;
    margin-left: 120px;
}

.pts-insights-header .pts-next {
    position: absolute;
    margin-top: -27px;
    margin-left: 200px;
}
  .pts-insights-title p{
    font-size: 14px !important;
  }
  .pts-explore-links {
    margin-top:35px !important;
  }
  .pts-final-cta-inner h2{
    color: #fff;
  }
}
/* ================= END FINAL CTA SECTION ================= */