.page-wrapper {
  display: flex;  max-width: 1200px;  margin: 0 auto;  padding: 20px;
}
.content {
  flex: 3;  padding-right: 20px;
}
.banner-text {
  color: #fff;  padding: 60px 20px 20px 30px;
}
h1{
  color: #fff;font-size: 60px;
font-style: normal;
font-weight: 200;
line-height: 70px;
}

h2{color: #FFF;font-family: 'Lato-Light';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; text-transform: none !important; }
ul li, p{
  font-family: Lato-Light;  font-size: 21px;  font-style: light;  font-weight: 300;  line-height: 30px;  color: #444444;
}
ul{ padding: 10px;  text-align: left;}
ul li {  padding: 5px 0;}
/*.content-sidebar-wrapper{ display: flex;  gap: 2px;  margin-top: 10px;}
 .content-sidebar-wrapper .content { flex: 2; } */
.sidebar {  
  flex: 1;  min-width:315px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
}
.sidebar .widget {  margin-bottom: 25px;  }
.sidebar .widget-title {
  font-family: 'Sebastian', sans-serif;
  color: #e94a4a;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sidebar ul {  list-style: none;  padding-left: 0;}
.sidebar ul li {margin-bottom: 8px;  font-family: 'Lato-Light', sans-serif; }
.sidebar ul li a {  text-decoration: none;  color: #333; }
.sidebar ul li a:hover {  text-decoration: underline;}

.sticky-form {
  position: sticky !important;  top: 20px;
  padding: 15px;  border: 1px solid #ddd;  background-image: url('../images/parent/collab.png');
  background-size: cover;  font-family: Lato-Light;
}
.sticky-form form {text-align: center;}
.sticky-form h2{color: #fff; font-size: 32px; margin-top: 0;}
.sticky-form h2 span{color: #fff; font-size: 70px; font-weight:semi-bold;}
.sticky-form p{color: #fff !important; font-size: 17px !important;}

.sticky-form input,.sticky-form textarea {
  width: 100%;  padding: 8px;  margin: 8px 0;  border: none;  border-bottom: 1px solid #ccc;  color: #fff !important;  background: none;  font-family: Lato-Light;
}
.sticky-form input::placeholder,.sticky-form textarea::placeholder{color: #fff !important;}
.sticky-form button {
  background: #fff;  color: #EF807C;  cursor: pointer;  margin-inline: auto;
}
.sticky-form button:hover {  background:#fff;  color: #EF807C;}
.sticky-form input:focus,
.sticky-form textarea:focus {
  outline: none;  box-shadow: rgba(0,0,0,0.1) 0px 0px 3px;
}

/*******************/
 #about-banner {
  position: relative; /* REQUIRED */
  background-image: url('../images/himachal-campaign/header.jpg');
  background-size: cover;   /* important: NOT 100% */
  background-position: center;
  background-repeat: no-repeat;
  height: 92vh;
  max-height: 460px;
  overflow: hidden;
}
.banner-text p.desc{
  color: #FCF7F3;
    /* font-family: "Sebastian"; */
    font-family: 'Satisfy', cursive;
    font-size: 21px;
    font-style: normal;
    /* font-weight: 450; */
    line-height: 35px;
    letter-spacing: 0 !important;
}
.banner-text .btn{ margin-top: 5px;}
.banner-text .btn.transparent{
  background: transparent !important;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.banner-center-image{ height: auto;   margin-inline: auto;   margin-top: 100px;}
.widget {margin-top:20px;}

/****************************/
:root{
      --bg: #fbfaf8;
      --panel: #ffffff;
      --accent: #f18b6d;
      --accent-2: #ffd68a;
      --muted: #8f8f8f;
      --line: #e9d9c7;
      --radius: 14px;
      --shadow: 0 6px 18px rgba(22,20,18,0.06);
      --container-width: 1100px;
      --center-col: 80px;
    }

    .wrap{width:100%;max-width:var(--container-width);margin:0 auto}

#intro-text .intro-content{
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}
#intro-text .intro-content p{
  font-family: 'Lato-Light';
  font-size: 14px;
  line-height: 28px;
  color: #444444;
  text-align: justify;
  width: 70%;
}
#intro-text .intro-content h3{
  color: #e94a4a;
}

/*****/
/* Section background */
.feature-section {
  padding: 60px 20px;
  background: #faf6f1; /* light beige like Figma */
}

/* Grid layout */
.feature-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card style */
.feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect (optional but matches modern UI) */
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

/* Icon */
.feature-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Text */
.feature-card p {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin: 0;
}


/* Root container */
.story-section {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  max-width: 1200px;
  margin: auto;
  padding: 4rem 1.5rem;
}

/* Image block */
.story-image {
  flex: 1;
}

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

/* Content block */
.story-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.day-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #e76f51;
  text-transform: uppercase;
}

.story-content h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: #222;
}

.story-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  max-width: 520px;
}

.story-content .quote {
  font-size: 0.9rem;
  color: #E0C5AF;
  font-style: italic;
}

/***/

/* HERO SECTION */
#hero {
  position: relative;  width: 100%;  min-height: 420px;
  background-image: url("../images/himachal-campaign/hero.png"); /* replace with actual image */
  background-size: cover;  background-position: center;  border-radius: 4px;  overflow: hidden;
}

/* GRADIENT OVERLAY */
#hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0) 75%
  );
}

/* CONTENT */
#hero .hero-content {
  position: absolute;
  bottom: 32px;  left: 32px;
  max-width: 520px;
  color: #ffffff;
  z-index: 2;
}

/* SMALL TITLE */
#hero .hero-day {
  font-size: 12px; letter-spacing: 1.2px;
  text-transform: uppercase;  opacity: 0.85;
  display: inline-block;  margin-bottom: 8px;
}

/* MAIN TITLE */
#hero .hero-content h3 {
  font-size: 36px;  font-weight: 500;  color: #ffffff;
  line-height: 1.25;  margin-bottom: 12px;
  
}

/* DESCRIPTION */
#hero .hero-content p {
  font-size: 14px;  color: #ffffff;  line-height: 1.6;  opacity: 0.9;
}


/* SECTION */
#history-section {
  background: #FCF7F3;
  margin-top: 20px;margin-bottom: 20px;
  padding: 80px 16px;border-radius: 4px;
}

/* CONTAINER */
#history-section .container {
  max-width: 1184px;
  margin: 0 auto;
  text-align: center;
}

/* EYEBROW */
#history-section .eyebrow {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e94a4a;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}

/* TITLE */
#history-section .section-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 48px;
  color: #2c2c2c;
  font-family: "Ivy-mode-Thin";
}

/* CARDS WRAPPER */
#history-section .cards {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

/* CARD */
#history-section .card {
  flex: 1;
  text-align: left;
}

/* IMAGE */
#history-section .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}

/* CARD TITLE */
#history-section .card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #2c2c2c;
}

/* CARD TEXT */
#history-section.card p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b6b6b;
}

/*slider*/
#slider-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 30px 15px;
  text-align: center;
}

#slider-wrapper .slider-day {
  font-size: 12px;
  letter-spacing: 2px;
  color: #e94a4a;
  margin-bottom: 6px;
}

#slider-wrapper .slider-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #444444;
}

#slider-wrapper .slider {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

#slider-wrapper .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  position: relative;
}

#slider-wrapper .slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

#slider-wrapper .caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 3px;
}

/* Navigation arrows */
#slider-wrapper .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.85);
  border: none;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

#slider-wrapper .prev { left: 12px; }
#slider-wrapper .next { right: 12px; }

/* Dots */
#slider-wrapper .dots {
  margin-top: 12px;
}

#slider-wrapper .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
}

#slider-wrapper .dot.active {
  background: #e94a4a;
}

.slider-quote {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-style: italic; 
  color: #e94a4a;
  margin-top: 8px;
  text-align: center;
  width: 100%;
}

.no-background {
  background: none !important;
  box-shadow: none !important;
}

#quote-section {
  display: block;
  background-color: #FCF7F3;
  padding: 60px 20px;
  min-height: 400px;
  flex-direction: column;
  text-align: center;
}
#quote-section .quote-content {
  color: #444;
  text-align: center;
  font-family: "Ivy-mode-Thin";
  font-size: 54px;
  font-style: normal;
  line-height: 83.2px; /* 130% */
}
/* Hero Section */
#hero-section-2 {
  font-family: "Ivy-mode-Thin";
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../images/himachal-campaign/dad&keyaa.jpg") center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

/* Dark Gradient Overlay */
#hero-section-2 .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 55%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* Content */
#hero-section-2 .hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 40px 60px;
  color: #ffffff;
}

#hero-section-2 .hero-content blockquote {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px;
}

#hero-section-2 .hero-content p {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 18px;
}

#hero-section-2 .hero-content .signature {
  /* font-family: "Brush Script MT", cursive; */
  font-size: 18px;
  opacity: 0.95;
}


/*gallery*/

/* SECTION */
.moments {
  max-width: 1180px;   /* IMPORTANT */
  margin: auto;
  padding: 60px 20px;
}

.moments h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}

/* GRID */
.moments .figma-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  grid-template-areas:
    "a b c"
    "d b e"
    "f f .";
  gap: 24px;

  /* STOP AUTO REORDERING */
  grid-auto-flow: dense;
}

/* IMAGE BASE */
.moments .img {
  border-radius: 16px;
  overflow: hidden;
}

.moments .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* GRID AREAS */
.moments .img1 { grid-area: a; }
.moments .img2 { grid-area: b; } /* CENTER TALL */
.moments .img3 { grid-area: c; }
.moments .img4 { grid-area: d; }
.moments .img5 { grid-area: e; }
.moments .img6 { grid-area: f; } /* WIDE BOTTOM */

.moments .img.img2{height: 130% !important;}
.moments .img.img5{margin-top: 30% !important; height: 100% !important;}

/**blogs**/

/* Section */
#journey-section {
  background: #faf6f1;
  padding: 40px 20px;
}

/* Container */
#journey-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Title */
#journey-section .section-title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #333;
}

#journey-section .section-subtitle {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 48px;
}

/* Cards Grid */
#journey-section .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
#journey-section .journey-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#journey-section .journey-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Image */
#journey-section .card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Content */
#journey-section .card-content {
  padding: 20px;
}

#journey-section .card-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-bottom: 12px;
}

#journey-section .explore-link {
  font-size: 14px;
  color: #d07a32;
  text-decoration: none;
  font-weight: 500;
}

#journey-section .explore-link:hover {
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 991px) {
  #journey-section .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #journey-section .section-title {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  #journey-section .card-grid {    grid-template-columns: 1fr;  }
  #journey-section .section-title {    font-size: 28px;  }
  #journey-section .card-image img {    height: 220px;  }
  .feature-card{text-align: center;}
}

/* =====================
   RESPONSIVE
   ===================== */
   /* Responsive */
    @media (max-width: 831px) {
      .page-wrapper {
          flex-direction: column;  padding: 10px;
      }
      .page-wrapper .content {  width: 100%;}
      .page-wrapper .sidebar {position: unset;width: 75%;margin-inline: auto;
      }
    }
   
@media (max-width: 992px) {
  .figma-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "a b"
      "d b"
      "c e"
      "f f";
    grid-template-rows: 240px 240px 240px 260px;
  }
}

@media (max-width: 480px) {
  #hero-section-2 {
    min-height: 80vh;
  }

  #hero-section-2 .hero-content blockquote {
    font-size: 20px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .section-title {
    font-size: 30px;
  }

  .card img {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cards { flex-direction: column;  }
  .section-title {  font-size: 26px; margin-bottom: 32px;  }
  .card img {    height: 200px;  }
  #slider-wrapper .slider-title {    font-size: 24px;  }
  #slider-wrapper .slide img {    height: 260px;  }
  #hero-section-2 .hero-content {    padding: 30px 25px;  }
  #hero-section-2 .hero-content blockquote {    font-size: 22px;  }
  #hero-section-2 .hero-content p {    font-size: 14px;  }
  .moments .figma-grid {  grid-template-columns: 1fr;  grid-template-areas: "a" "b" "c" "d" "e" "f"; 
    gap: 24px; grid-auto-flow: dense; }
  .moments .img{width: 100%; height: 100%; object-fit: cover; }
}

/* Small Mobile */
@media (max-width: 480px) {
  .history-section {    padding: 60px 14px;  }
  .section-title {    font-size: 22px;  }
  .card p {    font-size: 13px;  }
}

/* =====================   RESPONSIVE   ===================== */

/* Small Mobile */
@media (max-width: 480px) {
  #hero {
    min-height: 260px;
  }

  .hero-day {
    font-size: 11px;
  }

  #hero .hero-content h3 {
    font-size: 22px;
  }
}

/***/

/* ------------------ */
/* Mobile breakpoint */
/* ------------------ */
@media (max-width: 768px) {
  .story-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-content p {
    max-width: 100%;
  }
  #hero {
    min-height: 300px;
    border-radius: 0;
  }

  #hero .hero-content {
    left: 20px;
    right: 20px;
    bottom: 24px;
    max-width: 100%;
  }

  #hero .hero-content h3 {
    font-size: 24px;
  }

  .hero-content p {
    font-size: 13px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .story-section {
    gap: 2.5rem;
  }
   #hero {
    min-height: 360px;
  }

  #hero .hero-content h3 {
    font-size: 30px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .figma-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e"
      "f";
    grid-template-rows: repeat(6, 220px);
  }
}

