@font-face {
  font-family: 'MyCustomFont';
  src: url('Book Antiqua/bookantiqua.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lovers Quarrel';
  src: url('LoversQuarrel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'MyCustomFont', sans-serif; */
    scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
body {
    /* background-color: #f7faf7; */
    color: #000;
    line-height: 1.6;
}
.font-f{
    font-family: 'Lovers Quarrel', cursive;
}
a{
  text-decoration: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
h2{
  font-size: 50px;
  text-align: center;
  font-family: 'Lovers Quarrel', cursive;
  font-weight: 400;
  margin: 15px 0 0px;
}
h1{
    font-family: 'Lovers Quarrel', cursive;
    font-weight: 100;
    letter-spacing: 5px;
}

.page-hero{
  text-align: center;
}
.title{
    /*margin: 15px;*/
    font-size: 60px;
    letter-spacing: 0.8px;
    color: #c0cfae;
    line-height: 54px;
}
.description{
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
/* Header */

header {
  text-align: center;
  position: relative;
}
.menu-list{
  text-align: left;
}
#main-header{display:flex; justify-content: center; align-items: center; padding:10px;}

.logo img {
    max-width: 16%;
    margin: 20px auto;
    display: block;
    /* margin: 0 auto; */

}

.main-menu ul {
  /* background-color: #c2d0b0; */
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto !important;
  padding: 0 0 20px 0;
}

.main-menu a {
  text-decoration: none;
  color: #c1d0af;
  transition: all 0.3s ease;
  font-size: 16px;
  text-transform: uppercase;
  color: #1a1818;
}

.main-menu a:hover {
  border-bottom: 1px solid #ededed;
}



/* Side Menu */
/* Sidebar styles */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #c2d0b0;
  overflow-x: hidden;
  transition: width 0.3s;
  padding-top: 60px;
  box-shadow: 2px 0 8px rgba(0,0,0,0.08);
}

.sidebar.open {
  width: 250px;
}

.sidebar a {
  padding: 16px 32px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 18px;
  transition: background 0.2s, color 0.2s;
}

.sidebar a:hover {
  background-color: #b0be9e;
  color: #fff;
}

.closebtn {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 36px;
  color: #222;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2100;
}

.openbtn {
    font-size: 28px;
    padding: 5px 18px;
    background: none;
    color: #c3d0b1;
    border: none;
    cursor: pointer;
    /* position: absolute; */
    /* left: 10%; */
    /* top: 5%; */
    z-index: 2100;
    display: none;

}
/* Overlay for sidebar */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 1999;
  display: none;
  transition: opacity 0.3s;
}
.sidebar.open ~ .sidebar-overlay {
  display: block;
}
/* Show hamburger only on mobile */
@media (max-width: 767px) {
  .openbtn {
    display: block;
  }
  .main-menu ul {
    display: none;
  }
}

/* herosection */

.hero1-slider {
    position: relative;
    overflow: hidden;
}

.hero-slide {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: white;
    text-align: center;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;

}

.hero-overlay .title {
    font-size: 3rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
    font-size: 50px;

}

/* --- Dots --- */
.slick-dots {
  bottom: 30px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0 / 50%);
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #000000;
}

/* --- Arrows --- */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  padding: 25px;
}

.slick-prev {
  left: 20px;
  background-image: url('privous.png');
  background-repeat: no-repeat; /* Replace with your left arrow image */
  background-position: center;
}
.slick-next {
  right: 20px;
  background-image: url('next.png');
  background-repeat: no-repeat; /* Replace with your left arrow image */
  background-position: center;
}

/* Hero Section */

.hero {
  background-image: url('upload/1.png'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 65vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  color: white;
  text-shadow: 0 1px 10px rgba(0,0,0,0.6);
  padding: 20px;
}

.hero .subheading {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hero .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 5px;
}

.hero .location {
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.portfolio-link {
  font-style: italic;
  font-size: 14px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

/* Round Photo Section */
.our-services-section {
    background-color: #c1d0af;
    padding: 30px 20px;
    margin: 0px 0px 10px;
    color: white;

}

.our-services-container {
  display: flex;
  justify-content: center; /* tighter layout */
  align-items: flex-start;
  max-width: 100%;
  /* margin: auto; */
  flex-wrap: wrap;
  gap: 40px; /* controls spacing between text and icons */
}

.services-text {
  flex: 0;
  text-align: left;
  margin: auto 0;
  max-width: 300px; /* keeps it compact */
}
.services-text .main-title{line-height: 75px;}
.main-title {
  display: block;
  font-size: 100px;
  line-height: 1;
  margin: 0;
  color: white;
}

.sub-title {
  display: none;
  font-size: 100px;
  margin: 0;
  color: white;
}

.services-icons {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 900px; /* prevents it from stretching too far */
}

/* .icon-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
} */

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  justify-items: center;
}
.grid-three {
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 89px;
}
.circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 160px;
  padding-bottom: 11px;
}

.icon-circle {
  width: 90px;
  height: 90px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.circle-item p {
  font-size: 14px;
  letter-spacing: 0.9px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin: 0;
  line-height: 1.2;
}

/* Responsive */
@media (max-width: 991px) {

  .our-services-container {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    
    }

  .main-title, .sub-title {
    font-size: 60px;
    text-align: center;
  }

  .services-text {
    text-align: center;
  }
  
}
@media (max-width: 767px) {
  .grid-three {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    gap: 40px;
    justify-items: center;
  }

  .grid-three .circle-item:last-child {
    grid-column: 1 / -1; /* span across full width */
    justify-self: center; /* center align */
  }
  .icon-circle{width:50px; height:50px;}
  .icon-circle img{width:28px; height:28px;}
}
/* */


/* Four Card Grid Section */
.card-grid-section {
  /*background: #fafafa;*/
  /* padding: 60px 0; */
}

.card-grid-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}

.card-grid-heading {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin-top: 13px;
}

.card-item {
  background: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c2d0b0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding-bottom: 10px;
}

.card-item:hover {
  box-shadow: 0 4px 20px rgba(195, 208, 177, 0.8);
  transform: translateY(-5px);
}

.card-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.card-item h3 {
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  font-weight: 100;
  width: 70%;
  line-height:22px ;
}

.card-button {
  text-align: center;
  margin-top: 46px;
}

.card-grid-section button {
  background: transparent;
  border: none;
  padding: 0;
  /* margin-top: 46px; */
  width: 100%;
}
.view-all-btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 6%;
  color: #000;
  font-family: 'MyCustomFont';
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid #c6d0b4;
  background: transparent;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #c6d0b4;
  color: #000;
  box-shadow: 0 8px 24px rgba(198, 208, 180, 0.8), 
              0 4px 12px rgba(198, 208, 180, 0.6), 
              0 2px 6px rgba(198, 208, 180, 0.4);
  transform: translateY(-2px);
}

/* Responsive Breakpoints */
@media (max-width: 900px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid-container {
    padding: 0 50px;
  }
}

@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .card-grid-container {
    padding: 0 20px;
  }

  .view-all-btn {
    padding: 9px 30px;
    margin-top: 20px;
  }
}

/* Services Section */

.services-section {
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  align-items: stretch;
  background-color: #f9f9f9;
}

.services-content {
  flex: 1;
  padding-right: 40px;
}

.services-content h2 {
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 30px;
  color: #c2d0b0;
}

.service-block {
  margin-bottom: 30px;
  position: relative;
  padding-top: 20px;
}

.service-block h3 {
  font-size: 22px;
  letter-spacing: 6px;
  margin-bottom: 10px;
  color: #c2d0b0;
  position: relative;
  display: inline-block;
}

.service-block h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px; /* Short line */
  background-color: #c2d0b0;
  margin-top: 10px;
}

.service-block p {
  font-size: 17px;
  color: #c2d0b0;
  max-width: 550px;
}

.learn-more {
  margin-top: 40px;
  position: relative;
  padding-top: 20px;
}
.learn-more a {
  font-style: italic;
  font-size: 14px;
  color: #c2d1b9;
  border-top: 1px solid #aaa;
  display: inline-block;
  padding-top: 20px;
  text-decoration: none;
  transition: color 0.3s;
}


.services-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 120px;
}

.services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Wedding Stories Section */
.stats-section {
  padding: 50px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #c6d0b4;
  margin: 50px 100px;
}

.wedding-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columns for desktop */
  gap: 20px;
  justify-items: center;
  align-items: center;
  margin-top: 30px;
  width: 50%;
  margin: 0 auto;
}

.stat-item {
  max-width: 250px;
}

.stat-item img {
  width: 50px;
  margin-bottom: 0px;
}

.counter {
  font-family: 'MyCustomFont';
  font-size: 26px;
  color: #c5d0b3;
  font-weight: bold;
  margin-bottom: 0;
  margin-top:0px;
  line-height: 35px;
  
}

/* Responsive for mobile: 2 in one row */
@media (max-width: 768px) {
  .wedding-stats {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}

/* Testimonials Section */

.testimonials {
  max-width: 85%;
  margin: 50px auto;
}
.testimonial-container{
  border: 1px solid #c3d0b1;
}
.testimonial-item {
  display: flex;
  align-items: flex-start; /* Align top instead of center */
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  width: 48%;
  height: 350px; /* fixed height */
  overflow: hidden; /* hide overflow content */
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.testimonial-image {
  flex: 0 0 auto; /* don’t stretch */
  /* height: 500px; */
  margin-bottom: 15px;
}
.testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-text-block h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-text-block p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
}

.testimonial-text-block h2 {
  font-size: 16px;
  color: #222;
}


.testimonial-slider-section {
  background: #fdfdfd;
  padding: 30px 20px 60px;
  text-align: center;
  border: 1px solid #c3d0b1;
  margin: 0 100px;
}

.testimonial-heading {
  font-size: 60px;
  color: #333;
}

.testimonial-slider {
  max-width: 1200px;
  margin: auto;
}

.testimonial-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 20px;
  padding: 0 100px;
  height: auto;
  overflow: hidden;
  flex-wrap: nowrap;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  /* max-height: 400px; */
  object-fit: cover;
  border-radius: 6px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
}

.testimonial-text-block {
  overflow-y: auto;
  max-width: 600px;
}
.testimonial-text-block h2{
text-transform: capitalize;
font-size: 38px; color: #c1d0af;
text-align: left;}

.testimonial-image,
.testimonial-text-block {
  flex: 1 1 50%;
}

.testimonial-text-block p {
  margin-bottom: 10px;
  color: #444;
}
.testimonial-text-block h4{font-weight: 400;}

.testimonial-author {
  font-size: 25px;
  font-family: 'Lovers Quarrel';
  font-weight: 500;
  color: #666;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #000;
}


@media (max-width: 768px) {
  .testimonial-item {
    flex-direction: column;
    text-align: center;
    padding: 0 40px;
  }
  .testimonial-text-block {
    text-align: center;
  }
  .testimonial-image, .testimonial-text-block{
    height: 50%;
  }
}


/* âœ… Tablet - Stack vertically */
@media (max-width: 991px) {
  .testimonial-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    height: auto;
  }

  .testimonial-image,
  .testimonial-text-block {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .testimonial-image img {
    max-height: 300px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .testimonial-text-block {
    margin-top: 20px;
  }

  .testimonial-heading {
    font-size: 40px;
  }
}

/* âœ… Mobile - Even more compact */
@media (max-width: 576px) {
  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-text-block p {
    /* font-size: 20px; */
    line-height: 1.6;
  }

  .testimonial-author {
    font-size: 30px;
  }

  .testimonial-slider-section {
    padding: 40px 15px;
    margin: 0 10px;
  }

  .testimonial-item {
    padding: 0;
  }
}

/* feactur in  */
.featured-section {
  /* background: #c1d0af; */
  padding: 50px 20px;
  text-align: center;
}
.featured-section  h2{color: #c4d0b2;}
.section-divider1{
   width: 50%;
  height: 3px;
  background-color:#fff;
  margin: 0 auto 40px;
  border: none;
}
.section-divider2{
   width: 50%;
  height: 3px;
  background-color:#c2d0b0;
  margin: 0 auto 40px;
  border: none;
}
.featured-title {
  font-size: 28px;
  color: #6aa05f;
  margin-bottom: 30px;
  font-weight: bold;
}

.featured-slider img {
  max-width: 140px;
  height: 100px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.featured-slider img:hover {
  transform: scale(1.05);
}

/* Contact Section */
.contact-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.contact-form {
  flex: 1;
  max-width: 500px;
  margin: 10%;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 1px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size: 16px;
  resize: none;
}

.contact-form button {
  padding: 12px 30px;
  border: 1px solid #c5d0b3;
  background-color: #c5d0b3;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #85c070;
    color: white;
}

.contact-map {
  flex: 1;
  min-width: 300px;
}

.contact-map iframe {
  width: 100%;
  height: 517px;
  border: none;
}

/* Our Events Section */
.our-events-section {
  text-align: center;
  padding: 0 20px 60px;
  margin: 0 auto;
}

.section-title {
  font-size: 30px;
  color: #ffffff;
  /* margin-bottom: 10px; */
  letter-spacing: 3px;
  text-align: center;
}

.events-slider .event-slide {
  padding: 10px;
  max-height: 450px;
}

.events-slider .event-slide img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.events-slider .event-slide img:hover {
  transform: scale(1.02);
}

.portfolio-link {
  margin-top: 30px;
}

.portfolio-link a {
  color: #7f8c8d;
  font-style: italic;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.portfolio-link a:hover {
  text-decoration: underline;
}
/* Reel Section */
.instagram-section {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
}

.instagram-title {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  /* margin-bottom: 15px; */
}


.instagram-gallery {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    width: 75%;
    justify-items: center;
    margin: 25px auto;
}

.instagram-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.follow-text {
  width: 20%;
  border: 1px solid #c3d0b1;
  font-size: 25px;
  color: #5d5a5a;
  letter-spacing: 1px;
  /* font-style: italic; */
  margin: 0 auto;
  padding: 10px 5px;
}

/* inqury section */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.cta-section {
  background-color: #c0d0ae; /* soft green */
  padding: 1px  20px 30px;
  text-align: center;
  font-family: 'Georgia', serif;
}

.cta-heading {
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.cta-description {
  max-width: 70%;
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 1.7;
  color: #222;
}

.cta-button {
  background-color: #fff;
  color: #96ad72;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-button:hover {
  background-color: #96ad72;
  color: #fff;
  border-color: #fff;
}


/* Base styles â€“ already well structured for desktop */

.footer {
    font-family: 'Lovers Quarrel';
  background-color: #fafdfa;
  color: #222;
  text-align: center;
  padding:30px 20px ;
}

.footer-top .footer-connect-heading {
  font-size: 50px;
  color: #222;
  /* margin-bottom: 20px; */
  font-weight: 100;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.social-icons img {
  width: 50px;
  display: inline-block;
  background-color: #c6d6af;
  color: #fff;
  font-size: 20px;
  padding: 13px;
  border-radius: 50%;
  transition: background 0.3s;
  height: 50px;
}

.social-icons a:hover {
  background-color: #a8bc8b;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-bottom p{
  font-size: 17px;
  font-family: 'MyCustomFont';
}
.footer-column {
  flex: 1 1 300px;
  max-width: 400px;
}

.footer-column p{
  font-family: 'MyCustomFont';
  padding: 10px 0;
}
.footer-title {
  font-size: 35px;
  color: #a8bc8b;
  margin-bottom: 15px;
  font-weight: 100;
}

.footer-column ul {
  font-family: 'MyCustomFont';
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #a8bc8b;
}

.footer-divider {
  border-left: 1px solid #a8bc8b;
  height: auto;
  margin: 0 20px;
}

.footer-logo-container {
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 150px;
}

.footer-bottom {
  font-size: 14px;
  color: #666;
}
/* ------------------- */
/* Tablet (768px - 991px) */
/* ------------------- */
@media (max-width: 991px) {
  .logo img {
        max-width: 20%;
        margin: 0;
    
    }

  .main-menu ul {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
  }

  .our-services-container {
    flex-direction: column;
    align-items: center;
  }

  .main-title,
  .sub-title {
    font-size: 60px;
    text-align: center;
  }
    .main-title{
    display: none;
  }
  .services-icons {
    gap: 30px;
  }
  .icon-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .grid-three {
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 38px;
}
  .card-grid-container {
    padding: 0 30px;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .services-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .testimonial-item {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-text-block {
    max-width: 100%;
    text-align: center;
  }

  .wedding-stats {
    width: 80%;
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-section {
    flex-direction: column;
    align-items: center;
  }

  .contact-map iframe {
    height: 400px;
  }

  .instagram-gallery img {
    width: 100%;
    height: 100%;
  }

  .footer-content {
    align-items: center;
    gap: 0;
    flex-direction: column;
  }

  .footer-divider {
    display: none;
  }

  .footer-logo {
    max-width: 120px;
  }
  .follow-text {
    font-size: 20px;
  }
}

/* ------------------- */
/* Mobile (max-width: 767px) */
/* ------------------- */
@media (max-width: 767px) {
    #main-header{justify-content: space-between;}
    .card-grid-section button{margin-top:0;}
    .hero1-slider{
        margin-top: 72px !important;
    
    }
    .description{width:90%;}
    
    .testimonial-text-block h2{text-align: center; font-size: 38px;}

.slick-prev, .slick-next {
  transform: translateY(-50%);
  top: 50%;
}
.slick-next{right:0;}
.slick-prev{left:0;}
    body {
    overflow-x: hidden;
  }
  h2{
    font-size: 35px;
  }
  /* Mobile Nav */
  .main-menu ul {
    display: none;
  }
  .openbtn {
        display: block;
        /* left: 10%; */
        /* top: 25%; */
    
    }

  .logo img {
        max-width: 20%;
        /* margin-right: 45px; */
    
    }

  .main-menu ul {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }

  .hero-image img {
    height: 50vh;
  }

  .hero .title {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .hero .subheading,
  .hero .location {
    font-size: 12px;
  }

  .main-title,
  .sub-title {
    font-size: 45px;
  }
  .main-title{
    display: none;
  }
  .sub-title {
    display: block;
    font-size: 60px;
    margin: 0;
    padding: 0;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .services-icons {
    gap: 0px;
  }
    .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
  }
  .icon-row {
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }

  .card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .card-item h3 {
    font-size: 20px;
    width: 80%;
  }

  .services-section {
    padding: 30px 15px;
  }
  .services-content h2 {
    font-size: 28px;
  }
  .stats-section{
    margin: 25px;
  }
  .service-block h3 {
    font-size: 18px;
  }

  .testimonial-heading {
    font-size: 36px;
  }

  .instagram-title {
    font-size: 30px;
  }

  .instagram-gallery img {
    width: 100%;
    height: 100%;
  }
  .instagram-gallery{
    grid-template-columns: repeat(2 , 1fr);
    width: 100%;
    gap: 10px;

  }
  .cta-heading {
    font-size: 36px;
  }

  .cta-description {
    font-size: 16px;
  }

  .footer-top .footer-connect-heading {
    font-size: 36px;
  }

  .social-icons {
    gap: 20px;
  }

  .footer-column {
    max-width: 64%;
    /* text-align: center; */
  }

  .footer-title {
    font-size: 28px;
  }

  .footer-bottom p {
    font-size: 14px;
    text-align: center;
  }
  .follow-text {
    font-size: 20px;
    width: 60%;
  }
  .contact-form {
    margin: 0 20px;
  }

  .contact-map iframe {
    height: 300px;
  }

  .wedding-stats {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .featured-slider img {
    max-width: 100px;
    height: auto;
  }

  .view-all-btn {
    padding: 9px 25%;
  }
}

@media (max-width: 375px) {
  h2{
    font-size: 30px;
  }
.wedding-stats{
  width: 100%;
  margin: 0;
}
.testimonial-slider-section {
    padding: 30px 15px;
}
}
