/* =========================
   GOOGLE FONT
========================= */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* =========================
   GLOBAL CSS
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

/*.container {*/
/*  width: 100%;*/
/*  max-width: 1440px;*/
/*  margin: auto;*/
/*}*/
.btn {
  background: #a02b7f;
  color: #fff;
  /*padding: 8px 40px;*/
  font-size: 16px;
  transition: 0.3s;
  line-height: 100%;
  font-weight: 500;
  font-family: "Montserrat";
  /*height: 50px;*/
  display: flex;
  align-items: center;
  /*width: 238px;*/
}

.btn:hover {
  background: #7f205c;
}

/* =========================
   HERO SECTION
========================= */

.hero {
  width: 100%;
  min-height: 699px;
  background: url("./assets/img/weddingbackground.png") center center/cover
    no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-content {
  max-width: 726px;
  color: rgb(255, 255, 255);
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.logo {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero h1 {
  font-size: 38px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Playfair+Display";
  max-width:406px;
}

.hero p {
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "Montserrat";
}

/* =========================
   COMMON SECTION TITLE
========================= */

.section-title {
  text-align: center;
  margin-bottom: 32px;
}

.section-title h2 {
  font-size: 32px;
  margin: 0 auto;
  color: #1f1f1f;
  max-width:293px;
  text-align:center;
}

.section-title p {
  max-width: 800px;
  margin: auto;
  color: #666;
  line-height: 1.8;
}

/* =========================
   LOVE STORY SECTION
========================= */

.love-story-section {
  width: 100%;
  background: #fdf8ed;
  padding: 60px 170px;
  text-align: center;
  /*height: 474px;*/
}

.section-top-text {
  color: #a02b7f;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 100%;
}

.love-story-section h2 {
  font-size: 32px;
  line-height: 140%;
  color: #222;
  margin: 0px 0px 40px 0px;
  font-family: "Montserrat";
  font-weight: 500;
}

.story-content {
  /*max-width: 1080px;*/
  /*margin: auto;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  text-align: left;
}

.story-content p {
  font-size: 18px;
  line-height: 180%;
  color: #666;
  font-weight: 400;
  font-family: "Montserrat";
}

/* =========================
   FEATURES SECTION
========================= */

.features {
  /*padding: 60px 170px;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*gap: 32px;*/
  /*   height: -webkit-fill-available;*/
  /*background: rgb(255, 255, 255);*/
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*gap: 25px;*/
}

.feature-card {
  border: 0.6px solid #cccccc;
  padding: 32px;
  transition: 0.3s all ease-in-out;
  background: #fff;
  gap: 20px;
}

.feature-card:hover {
  background : #FEF5FC;
}
.feature-card h4 {
  font-size: 24px;
  color: #a02b7f;
  margin: 20px 0px 16px 0px;
  line-height: 130%;
  font-family: "Playfair Display";
}

.feature-card p {
  color: #666666;
  line-height: 180%;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
}

/* =========================
   GALLERY SECTION
========================= */

.gallery {
  /*padding: 60px 170px;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*gap: 32px;*/
  background: #fafafa;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.gallery-item {
  overflow: hidden;

  position: relative;
}

.gallery-item img {
  height: 420px;
  /* transition:.4s; */
}
/* 
.gallery-item:hover img{
    transform:scale(1.08);
} */

/* gallery */
.gallery-item h4 {
  font-size: 24px;
  color: #151515;
  margin-bottom: 14px;
  line-height: 130%;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 20px;
}
.gallery-item p {
  color: #666666;
  line-height: 150%;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
}
/* =========================
   TIMELINE SECTION
========================= */

.timeline {
  background: #6d2456;
  color: #fff;
  padding: 60px 170px;
}

.timeline-title {
  text-align: center;
  margin-bottom: 40px;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*max-width :726px;*/
}

.timeline-title h2 {
  font-size: 32px;
  max-width:252px;
  margin : 0 auto;
  text-align:center;
  margin-bottom:16px;
}

.timeline-title p {
  max-width: 700px;
  margin: auto;
  line-height: 180%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.timeline-items {
  max-width: 912px;
  margin: auto;
}

.timeline-item {
  display: flex;
  gap: 76px;
  padding: 24px 0;
  border-bottom: 0.6px solid #F9D5F3;
  border-top: 0.6px solid #F9D5F3;
  align-items: center;
}

.timeline-content-wrapper-row{
    display:flex;
    align-items:center;
    gap:20px
}

.timeline-number {
  font-size: 32px;
  font-weight: 400;
  min-width: 50px;
  font-family: "Playfair Display";
  color: #f9d5f3;
  line-height: 100%;
  font-style: italic;
}

.timeline-content{
    width:25%;
}

.timeline-content h4 {
  font-size: 26px;
  font-weight: 400;
  color: #ffff;
  line-height: 120%;
  font-family: "Playfair Display";
  margin:0;
}

.timeline-content p {
  color: #ead4e5;
  line-height: 1.8;
}
.timeline_para {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 150%;
  margin:0;
}
.stay-image{
    position: relative;
    overflow: hidden;
}

.stay-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.room-tag{
    position: absolute;
    bottom: 20px;
    right: -10px;
    background: #E8CFE1;
    padding: 18px 22px;
    width: 150px;
}

.room-tag p{
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: #7A2F61;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 500;
    z-index: 5;
}
/* Stay Image with Caption Badge */
.stay-image {
  position: relative;
  /* border: 2px dashed #c8a0d0;   dashed purple border like in screenshot */
  /*padding: 10px;*/
}

.stay-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.room-caption {
    position: absolute;
    bottom: 2px;
    background: #F7D0F2;
    padding: 20px 24px;
    max-width: 171px;
    /* border-left: 3px solid #c084d4; */
    right: -1px;
    z-index: 5;
    height: 115px;
}
.room-caption p {
    margin: 0;
    font-size: 20px;
    color: #6D2456;
    /* line-height: 1.5; */
    font-style: italic;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
}

/* icon_img */
.icon_img {
  width: 40px;
}

/* =========================
   STAY SECTION
========================= */

.stay {
  /*padding: 60px 170px 68px 170px;*/
  /*background: #fff;*/
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: start;
}

.stay-image img {
  height: 500px;
}

.stay-content h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Playfair Display";
  line-height: 120%;
  margin:0px 0px 16px 0px;
}

.stay-content p {
  line-height: 180%;
  color: #666666;
   margin-bottom: 28px; 
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat";
}
.stay-content h4 {
  color: #a02b7f;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Playfair Display";
}

.stay-list {
  list-style: none;
  padding: 10px 0px;
}
.stay-list p {
  line-height: 180%;
  color: #151515;
   margin: 0px; 
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat";
}

.stay-list li {
  margin-bottom: 14px;
  display: flex;
  color: #555;
  gap: 12px;
  align-items: center;
  padding-bottom:16px;
  border-bottom:0.6px solid #CCCCCC;
}
.stay-list img {
  color: #555;
  width: 25px;
}

/* =========================
   CELEBRATE SECTION
========================= */
.celebrate-section {
  background: #fdf8ed;
  /*padding: 60px 170px;*/
}

.celebrate-container {
  max-width: 1120px;
  margin: auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 32px;
  color: #151515;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: "Playfair Display";
}

.section-heading p {
  max-width: 680px;
  margin: auto;
  color: #666;
  line-height: 180%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat";
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:2px;
}

.service-box {
  background: #fff;
  padding: 28px;
  gap: 10px;
}

.service-box span {
  font-size: 18px;
  font-weight: 400;
  min-width: 50px;
  font-family: "Playfair Display";
  color: #e67ccf;
  line-height: 100%;
  font-style: italic;
}

.service-box h4 {
  font-size: 22px;
  line-height: 150%;
  color: #6D2456;
  font-family: "Playfair Display";
  font-weight: 400;
   margin: 20px 0px 0px 0px;
   max-width:217px;
}

/* =========================
   DINING SECTION
========================= */

.dining-section {
  padding: 60px 170px;
}
.dining-container {
  /*max-width: 1120px;*/
  /*margin: auto;*/
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr;*/
  display:flex;
  gap: 40px;
  align-items: flex-start;
  width:100%;
}

.small-title {
  color: #b72a78;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: "Montserrat";
}

.dining-content h2 {
  font-size: 32px;
  margin:0px 0px 16px 0px;
  color: #151515;
}

.dining-content p {
  color: #666;
  line-height: 180%;
  margin: 0px 0px 28px 0px;
  font-size: 18px;
  font-weight: 400;
}

.food-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.food-tags span {
  border: 1px solid #f7d0f2;
  padding: 12px 20px;
  font-size: 16px;
  background: #fff;
  color: #666666;
  font-family: "Montserrat";
  font-weight: 500;
}
.dining-image img {
  height: 500px;
}

/* =========================
   STATS SECTION
========================= */

.stats-section {
  background: #6d2456;
  /*padding: 60px 170px;*/
  color: #fff;
}

.stats-container {
  max-width: 1120px;
  margin: auto;
  text-align: center;
}

.stats-top-text {
  margin-bottom: 40px;
  color: #f9d5f3;
  font-size: 20px;
  line-height: 100%;
  font-style: italic;
  font-family: "Playfair Display";
  font-weight: 400;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-box{
    border-right:0.6px solid #D64FB7;
}

.stat-box:last-child {
    border-right: none;
}

.stat-box h3 {
  font-size: 38px;
  margin-bottom: 10px;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}

.stat-box p {
  color: #f9d5f3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: 150%;
}

/* =========================
   MOMENTS SECTION
========================= */

.moments-section {
  /*background: #f4f4f4;*/
  /*padding: 60px 170px;*/
}

.moments-container {
  max-width: 1120px;
  margin: auto;
}

.moments-title {
  text-align: center;
  margin-bottom: 25px;
}

.moments-title h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #222;
  font-weight: 500;
  font-family: "Playfair Display";
}

.moments-gallery {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.moments-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-left img,
.gallery-right img {
  min-height: 420px;
}

.gallery-center {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gallery-center img {
 height: -webkit-fill-available;
}


/* =========================
   TESTIMONIAL SECTION
========================= */
.testimonial-section {
  background: #fdf8ed;
  /*padding: 60px 170px;*/
}

.testimonial-container {
  /*max-width: 1120px;*/
  /*margin: auto;*/
  /*text-align: center;*/
}

.testimonial-container h2 {
  text-align: center;
  font-size: 32px;
  margin: 0px 0px 32px 0px;
  color: #151515;
  line-height: 100%;
  font-weight: 500;
  font-family: "Playfair Display";
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: #fff;
  padding: 28px;
  text-align: left;
}

.testimonial-card h4 {
  color: #a02b7f;
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 100%;
  font-family: "Playfair Display";
}

.testimonial-card p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "Montserrat";
}

.testimonial-dots {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.testimonial-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0c6c6;
}

.testimonial-dots span.active {
  background: #a42d72;
}

/* =========================
   CTA SECTION
========================= */

.cta {
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("https://images.unsplash.com/photo-1511285560929-80b456fea0bc?q=80&w=1600&auto=format&fit=crop")
      center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
}

.cta h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.cta p {
  max-width: 700px;
  margin: auto auto 30px;
  line-height: 1.8;
  color: #f4f4f4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --pink: #e91e8c;
  --teal: #3dd6c8;
  --dark: #1a1a2e;
  --text: #333;
  --muted: #666;
  --border: #e5e5e5;
  --white: #fff;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: #fafafa;
}

/* ── SECTION 1: FAQ ─────────────────────────────── */
.faq-section {
  /* padding: 80px 24px; */
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 28px;
  align-items: start;
}

.faq-label {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #a02b7f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 100%;
}

.faq-heading {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 500;
  color: #151515;
  line-height: 100%;
  margin-bottom: 20px;
}

.faq-sub {
  font-size: 18px;
  color: #666;
  line-height: 150%;
  font-family: "Montserrat";
}
.add {
  width: 24px;
}
/* Accordion */
.accordion {
  border: 1.5px solid #d9d9d9;
  /* border-radius: 12px; */
  overflow: hidden;
  background: #ffffff;
}

.accordion-item {
  border-bottom: 1px solid var(--border);
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
    width: 100%;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: var(--text);
    transition: background 0.2s;
    gap: 12px;
    font-family: 'Montserrat';
    line-height: 150%;
}
.accordion-header:hover {
  background: #fdf5fb;
}
.accordion-header.active {
  background: #ffffff;
  color: #151515;
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 150%;
}
.rotate{
        transform: rotate(45deg);
}

.accordion-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  /* border: 1.5px solid var(--border); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--muted);
  transition:
    transform 0.3s,
    border-color 0.3s,
    color 0.3s;
}
.accordion-header.active .accordion-icon {
  border: none;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s;
}
.accordion-body.open {
  max-height: 400px;
}

.accordion-body-inner {
    /* padding: 0 24px 20px; */
    font-size: 16px;
    color: var(--muted);
    line-height: 150%;
    border-top: 1px solid var(--border);
    /* padding-top: 16px; */
    padding: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
}

/* ── SECTION 2: CTA ─────────────────────────────── */
.cta-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 80px 24px;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.55)),
    url("./assets/weddingfooter.png") center/cover no-repeat;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}

.cta-heading {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: var(--white);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.cta-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 36px;
    line-height: 150%;
    font-family: 'Montserrat';
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
    background: #A02B7F;
    color: #fff;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 8px 40px;
    /* border-radius: 50px; */
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    letter-spacing: 0.02em;
}
.btn-primary:hover {
  background: #c7177a;
  transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    padding: 8px 40px;
    /* border-radius: 50px; */
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.btn-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.phone-icon {
  font-size: 15px;
}
.celebration {
  font-size: 32px;
  font-weight: 500;
  font-family: "Playfair Display";
  /*width: 293px;*/
  line-height: 120%;
}
.padding_170px {
  padding: 60px 150px;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 768px) {
  .faq-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 60px 20px;
  }
  .padding_170px {
  padding: 0px;
}
  .faq-heading {
    font-size: 28px;
  }
  .cta-section {
    padding: 70px 20px;
  }
}

@media (max-width: 480px) {
  .btn-primary,
  .btn-outline {
    width: 100%;
    justify-content: center;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .padding_170px {
  padding: 0px;
}
}

/* =========================
   RESPONSIVE
========================= */

/* =========================================
   RESPONSIVE IMPROVEMENTS
   ADD THIS AT THE END OF YOUR CSS
========================================= */

/* =========================
   LARGE DESKTOP SCREENS
========================= */

/*@media (min-width: 1600px) {*/
/*  .container,*/
/*  .celebrate-container,*/
/*  .dining-container,*/
/*  .moments-container,*/
/*  .testimonial-container,*/
/*  .stats-container {*/
/*    max-width: 1500px;*/
/*  }*/

/*  .hero {*/
/*    min-height: 900px;*/
/*  }*/

/*  .hero h1 {*/
/*    font-size: 72px;*/
/*    line-height: 1.1;*/
/*  }*/

/*  .hero p {*/
/*    font-size: 22px;*/
/*    max-width: 900px;*/
/*  }*/

/*  .section-title h2,*/
/*  .timeline-title h2,*/
/*  .stay-content h2,*/
/*  .cta h2,*/
/*  .dining-content h2,*/
/*  .section-heading h2 {*/
/*    font-family: Playfair Display;*/
/*font-weight: 500;*/

/*font-size: 32px;*/



/*text-align: center;*/

/*  }*/

/*  .feature-card {*/
/*    padding: 50px 40px;*/
/*  }*/

/*  .feature-card h4 {*/
/*    font-size: 36px;*/
/*  }*/

/*  .feature-card p {*/
/*    font-size: 18px;*/
/*  }*/

/*  .timeline-content h4 {*/
/*    font-size: 34px;*/
/*  }*/

/*  .timeline-content p {*/
/*    font-size: 18px;*/
/*  }*/

/*  .stay-image img {*/
/*    height: 650px;*/
/*  }*/

/*  .dining-image img {*/
/*    height: 550px;*/
/*  }*/

/*  .gallery-item img {*/
/*    height: 550px;*/
/*  }*/

/*  .cta {*/
/*    padding: 180px 20px;*/
/*  }*/
/*}*/

/* =========================
   LAPTOPS
========================= */

@media (max-width: 1400px) {
  .features,
  .gallery,
  .timeline,
  .stay,
  .love-story-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .section-title h2,
  .timeline-title h2,
  .stay-content h2,
  .cta h2,
  .dining-content h2 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Playfair Display";
    width: 293px;
    line-height: 120%;
  }
}

/* =========================
   SMALL LAPTOP / TABLET
========================= */

@media (max-width: 1024px) {
  .features,
  .gallery,
  .timeline,
  .stay,
  .love-story-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero {
    min-height: 650px;
  }

  .absolute {
    width: 90%;
    top: 70%;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  .hero p {
    font-size: 17px;
    line-height: 1.7;
  }

  .section-title h2,
  .timeline-title h2,
  .stay-content h2,
  .cta h2,
  .dining-content h2,
  .section-heading h2,
  .moments-title h2,
  .testimonial-container h2 {
    font-size: 42px;
  }

  .feature-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid,
  .stay-grid,
  .dining-container,
  .moments-gallery,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .love-story-section {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .story-content {
    gap: 30px;
  }

  .gallery-item img,
  .dining-image img,
  .stay-image img {
    height: 450px;
  }

  .moments-gallery {
    gap: 20px;
  }

  .gallery-left img,
  .gallery-right img {
    min-height: 350px;
  }

  .gallery-center img {
   height: -webkit-fill-available;

  }

  .timeline-item {
    gap: 20px;
  }

  .features {
    height: auto;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .features,
  .gallery,
  .timeline,
  .stay,
  .love-story-section,
  .celebrate-section,
  .dining-section,
  .stats-section,
  .moments-section,
  .testimonial-section,
  .cta {
    padding-left: 14px;
    padding-right: 14px;
  }
  .padding_170px {
  padding: 0px;
}

  .hero {
    min-height: 580px;
    padding: 20px;
  }

  .absolute {
    width: 100%;
    top: 70%;
    padding: 0 20px;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .btn {
    width: auto;
    min-width: 220px;
    justify-content: center;
  }

  .section-title h2,
  .timeline-title h2,
  .stay-content h2,
  .cta h2,
  .dining-content h2,
  .section-heading h2,
  .moments-title h2,
  .testimonial-container h2,
  .love-story-section h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .feature-grid,
  .gallery-grid,
  .stay-grid,
  .testimonial-grid,
  .stats-grid,
  .story-content,
  .services-grid,
  .gallery-center {
    grid-template-columns: 1fr;
  }

  .feature-card h4,
  .timeline-content h4,
  .service-box h4 {
    font-size: 26px;
  }

  .story-content {
    text-align: center;
  }

  .timeline {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .timeline-item {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
  }

  .timeline-number {
    font-size: 24px;
  }

  .gallery-item img,
  .stay-image img,
  .dining-image img {
    height: 320px;
  }

  .gallery-left img,
  .gallery-right img {
    min-height: 280px;
  }

  .gallery-center img {
    height: -webkit-fill-available;
  }

  .stay-content {
    text-align: center;
  }

  .stay-list {
    padding-left: 0;
  }

  .food-tags {
    justify-content: center;
  }

  .service-box {
    min-height: auto;
  }

  .stats-grid {
    gap: 20px;
  }

  .stat-box h3 {
    font-size: 36px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta p {
    font-size: 15px;
  }

  .cta-heading {
    font-size: 28px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 8px;
}
.cta-sub {
    margin-bottom: 20px;
    line-height: 120%;
}
}

/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {
  .hero {
    min-height: 520px;
  }

  .absolute {
    top: 70%;
  }

  .hero h1 {
    font-size: 22px;
    margin-bottom: 9px;

    /* line-height: 1.2; */
  }

  .hero p {
    font-size: 14px;
    /* line-height: 1.7; */
    margin-bottom: 9px;
  }
  .padding_170px {
  padding: 0px;
}

  .btn {
    width: 100%;
    max-width: 260px;
    height: 48px;
    font-size: 14px;
    padding: 0 20px;
  }

  .section-top-text,
  .small-title {
    font-size: 12px;
    line-height: 1.5;
  }

  .love-story-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .love-story-section h2,
  .section-title h2,
  .timeline-title h2,
  .stay-content h2,
  .cta h2,
  .dining-content h2,
  .section-heading h2,
  .moments-title h2,
  .testimonial-container h2 {
    font-size: 26px;
  }

  .story-content p,
  .feature-card p,
  .timeline-content p,
  .testimonial-card p,
  .stay-content p,
  .dining-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .feature-card,
  .testimonial-card,
  .service-box {
    padding: 20px;
  }

  .feature-card h4,
  .timeline-content h4,
  .service-box h4,
  .testimonial-card h4 {
    font-size: 22px;
  }

  .gallery-item img,
  .stay-image img,
  .dining-image img {
    height: 250px;
  }

  .gallery-center img {
   height: -webkit-fill-available;
  }

  .food-tags span {
    font-size: 12px;
    padding: 8px 12px;
  }

  .stat-box h3 {
    font-size: 30px;
  }

  .stat-box p {
    font-size: 12px;
  }

  .testimonial-dots {
    margin-top: 25px;
  }

  .cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta p {
    font-size: 14px;
  }
  .room-caption {
    bottom: 2px;
    padding: 10px;
    max-width: 113px;
    right: -1px;
    height: 85px;
}
.room-caption p{
    font-size: 14px;
}
}
