@media (max-width: 770px) {
  header {
    width: 100%;
    padding: 10px 15px;
  }

  .hamburger {
    display: flex;
    z-index: 999;
  }

  .nav-menu {
    height: 90vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: -150%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 20px;
    transition: all 0.3s ease;
    z-index: 99;
    overflow: hidden;
  }

  .nav-menu.active {
    left: 0%;
  }

  .nav-menu ul {
    flex-direction: column;
    width: 100%;
  }

  .nav-menu ul li {
    font-size: 1px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 5px 0;
  }

  .nav-menu ul li a {
    font-size: 1.5rem;
  }

  .nav-menu button {
    /* margin-top: 15px; */
    width: 100%;
  }

  .nav-menu {
    background-color: #F2EEEB;
  }


  /* hero page */

  .heroswipe .hero .hero-content,
  .heroswipe .hero-second {
    /* width: 100%; */
    padding: 0 10px;
    text-wrap: noWrap;
    /* bottom: 5vh; */
  }

  .heroswipe .hero,
  .heroswipe .hero-second {
    height: 60vh;
    background-image: none;
    padding: 0 10px;
  }

  .heroswipe .hero .hero-content h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0 5px;
    text-wrap: nowrap;
    color: #EC2826;
    line-height: 3rem;
    font-family: 'Playfair-Display-Italic';
  }

  .heroswipe .swiper-slide .hero-second h2 {
    font-size: 1.8rem;
    padding: 0 12px;
  }

  .heroswipe .swiper-slide .hero-second p,
  .heroswipe .swiper-slide .hero-second p strong {
    font-size: 1rem;
  }

  .heroswipe .hero-second-content {
    width: 100%;
    text-wrap: wrap;
  }



  .heroswipe .hero .hero-content h2 {
    font-size: 1.5rem;
    margin-top: 25px;
    color: #8C0909;
    line-height: 2.5rem;
    font-weight: 300;
    font-family: 'Playfair-Display';
  }

  .heroswipe .hero-second .booking-buttons button {
    font-size: 0.8rem;
  }

  .customer-service .services {
    width: 100%;
    flex-wrap: wrap;
  }


  .customer-service .services .icon-and-text .icon {
    /* height: 80; */
    width: 80px;
  }

  .customer-service .experence-expertise {
    flex-wrap: wrap;
  }

  .customer-service .experence-expertise .short-div {
    width: 160px;
    padding: 10px;
    font-family: 'Playfair-Display';
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .customer-service .experence-expertise .short-div h3,
  .customer-service .experence-expertise .short-div strong {
    font-size: 1rem;
  }

  .know-about-manzett {
    flex-direction: column;
  }

  .know-about-manzett .content {
    padding: 0 5px;
    width: 100%;
  }

  .know-about-manzett .content h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-family: 'Playfair-Display';
    color: #8C0909;
  }

  .card-section-guidance h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-family: 'Playfair-Display';
    color: #8C0909;
    text-align: center;
  }

  .card-section-guidance .cards-grid-guidance {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .card-section-guidance .cards-grid-guidance .card {
    max-height: 270px;
    max-width: 270px;

  }

  .know-about-manzett .content h1 strong,
  .card-section-guidance h1 strong {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .card-section-guidance h1,
  .card-section-guidance strong {
    font-size: 2.5rem;
  }

  .know-about-manzett .backgroundImage {
    width: 500px;
  }

  .know-about-manzett .backgroundImage .background img {
    min-width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: center 300px;

  }

  .experience-work-short {
    flex-wrap: wrap;
  }

  .experience-work-short .short-div {
    height: 180px;
    width: 280px;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffeec4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Playfair-Display';
    text-align: center;
    opacity: 0.6;
  }

  .experience-work-short .short-div strong {
    font-size: 2rem;
    color: #8C0909;
  }

  .experience-work-short .short-div h3 {
    width: 100%;
    font-size: 1.5rem;
    color: #8C0909;
    text-wrap: nowrap;
  }

  .booking-details-brief {
    flex-direction: column-reverse;
  }

  .booking-details-brief .booking-contents {
    width: 100%;
    padding: 30px;
  }

  .booking-details-brief .booking-contents h2 {
    text-wrap: wrap;
  }

  .booking-details-brief .booking-contents strong {
    font-size: 2rem;
  }

  .booking-details-brief .manzett-image-div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/background/suneffect.svg');
    /* background-position:right 20px; */
    background-size: cover;
  }

  .booking-details-brief .manzett-image-div .image {
    height: 100%;
    width: 100%;
    /* background-color: green; */
  }

  .booking-details-brief .manzett-image-div .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .testimonial-main {
    width: 90%;
    padding: 20px;
  }


  .about {
    background-size: cover;
    height: 70vh;
  }

  .about .about-content {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    color: #F2EEEB;

  }

  .about .about-content p {
    font-size: 1.5rem;
    font-family: 'Playfair-Display';
  }

  .about .about-content h1 {
    font-size: 4.5rem;
    font-family: 'Playfair-Display-Italic';
    line-height: 5rem;
  }

  .about .about-content h2 {
    font-size: 1rem;
    font-family: 'Playfair-Display';
  }

  .about-main-content,
  .wisdom-main-content {
    background-size: contain;
  }

  .about-main-content .about-main-header {
    margin: 10px 0;
  }

  .about-main-content .about-main-header h2,
  .wisdom-main-content .wisdom-main-header h2 {
    font-size: 1.8rem;
  }

  .about-main-content .about-sub-contents-points,
  .wisdom-main-content .wisdom-sub-contents-points {
    padding: 20px 5px;
  }

  .about-main-content .about-sub-contents-points h2,
  .wisdom-main-content .wisdom-sub-contents-points h2 {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .about-main-content .about-sub-contents-points p strong,
  .wisdom-main-content .wisdom-sub-contents-points p strong {
    font-size: 1.2rem;
  }

  .about-main-content .about-sub-contents-points p,
  .wisdom-main-content .wisdom-sub-contents-points p {
    font-size: 1.2rem;
  }

  .trust-manzett-koushal {
    min-height: 80vh;
    justify-content: center;
    flex-direction: column;
    background-image: none;

  }

  .trust-manzett-koushal .trust-content-section {
    width: 100%;
    padding: 0 20px;
  }


  .trust-manzett-koushal .trust-content-section .trust-manzett-koushal-content {
    margin: 20px 0;
  }

  .trust-manzett-koushal .trust-content-section .trust-manzett-koushal-content h2 {
    font-size: 2rem;
  }

  .trust-manzett-koushal .trust-content-section .trust-manzett-koushal-content p {
    font-size: 1.2rem;
  }

  .struggling-in-life-section {
    min-height: 100vh;
    background-image: none;
    padding: 10px;
    flex-direction: column;
  }

  .struggling-in-life-section .struggling-content {
    padding: 0 10px;
    width: 100%;
  }

  .struggling-in-life-section .struggling-content h2 {
    font-size: 2rem;
    margin: 5px 0;
    line-height: 3rem;
  }


  .struggling-in-life-section .struggling-content .struggling-sub-contents {
    margin: 10px 0;
  }

  .struggling-in-life-section .struggling-content .struggling-sub-contents strong {
    font-size: 1.5rem;
  }

  .struggling-in-life-section .struggling-content .struggling-sub-contents p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .about-conlusion-section .conslusion-content h2{
   font-size: 1.5rem;
  text-align: center;
  scale: 0.8;
}

  
.appointment {
  padding: 20px 0;
  overflow: hidden;
}


.appointment .appointment-main h1{
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0rem;
  text-align: center;
}


.appointment-main .appointment-content {
  width: 100%;
  padding: 10px 15px;
}

.appointment-main .appointment-content p {
  font-size: 1.2rem;
}

.appointment-main .appointment-content strong {
  font-size: 1.2rem;
}



.session-banner-image {
  height: 100%;
  width: 100%;
}


.session-importance {
flex-direction: column;
}

.session-content {
  font-size: 1.1rem;
  padding: 0 15px;
}

.session-content h2 {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-top: 0;
}


.session-content p {
  font-size: 1.1rem;
  margin: 15px 0;
}

.choose-a-call-content{
  position: relative;
  left: 0px;
}

.choose-a-call h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.call-benifits {
  margin: 40px 0;
}

.call-benifits ul {
  font-size: 1.2rem;
}

.call-benifits button {
  font-size: 1.2rem;
}

.sessions-conclusion{
  margin: 50px 0;
  padding: 25px 15px;
  text-align: center;
}

.sessions-conclusion h2 {
  font-size: 2.5rem;
}

.sessions-conclusion h3 {
  font-size: 1.5rem;
  font-family: 'Playfair-Display';
  font-weight: 500;
  margin-top: 20px;
}

.sessions-conclusion h2 strong {
  color: #EC2826;
  font-family: 'Playfair-Display-Italic';
  font-weight: 800;
  font-size: 2.5rem;
}

.sessions-conclusion strong {
  color: #EC2826;
  font-family: 'Playfair-Display-Italic';
  font-weight: 900;
  font-size: 1.5rem;
}

.services-content {
  padding: 20px;
  text-align: center;
}

.services-content h1 {
  font-size:2rem;
  font-family: 'Playfair-Display-Italic';
  font-weight: 900;
  color: #FFF6F1;
  line-height: 3rem;
}

.services-content h1 span {
  font-family: 'Playfair-Display';
  font-weight: 300;
  color: #F2EEEB;
}

.services-content h2 {
  font-size: 3rem;
  font-family: 'Playfair-Display-Italic';
  font-weight: 600;
  color: #FFF6F1;
  line-height: 4rem;
  text-wrap: nowrap;
}

.services-content .services-book-now-btn{
  margin: 20px 0;
  width: 100%;
  text-align: center;
}

.services-book-now-btn button {
  font-size: 1.2rem;
}
.services-offered {
  justify-content: center;
  flex-direction: column;
}
.services-banner-image {
  height: 250px;
  width: 350px;
}

.services-banner-content {
  width: 100%;
  align-items: center;
  padding: 20px;
}

.services-banner-content h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
  font-family: 'Playfair-Display';
}

.services-banner-content h2 strong {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 900;
  font-family: 'Playfair-Display-Italic';
}

.services-banner-content p {
  text-align: center;
}

.services-banner-content button {
  font-size: 1.2rem;
}


.core-services {
  justify-content: center;
}

.core-services h2 {
  font-size: 1.5rem;
}

.core-services h3 {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 15px;
}

.core-services-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  padding: 20px 0;
  justify-content: center;
}


.core-services-wrapper .core-service-card {
   min-height: 400px;
  min-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  scale: 1;
}

.core-service-card h1{
  font-size: 1.5rem;
  font-style: 'Playfair-Display';
}



.how-it-works {
  padding: 20px;
  margin-bottom: 80px;
}

.how-it-works h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}


/* Steps container */
.steps {
  flex-direction: column;
  flex-wrap: nowrap;
}


/* Circle with Number */
.number-circle {
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
}

/* Step Label */
.step p {
  font-size: 25px;
  text-wrap: nowrap
}

.contact{
  min-height: 60vh;
}

.contact-hero{
  width: 100%;
  height: 90%;
  align-items: center;
  background-image: none;
  background-color: #8C0909;
}

.contact-hero-content{
  padding: 0 20px;
  left: 0;
}

.contact-hero-content h1{
  font-weight: bolder;
  font-size: 2rem;
  line-height: 3rem;
}

.contact-hero-content h2{
  font-size: 1.2rem;
}

.session-booking{
  width: 100%;
  text-align: center;
}

.contact-schedule-button{
  font-size: 1.2rem;
}

.map-location{
  min-height: 60vh;
  flex-direction: column;
}

.map-location .map-content{
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.map-location .map-content h2{
   font-size: 2.5rem;
  margin: 10px;
}

.map-location .map-content .map-content-list{
  width: 100%;
  text-align: start;
  padding: 0 20px;
}

.map-location .map-content .map-content-list li{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  font-size: 1.2rem;
}
.map-location .map-content .map-content-list li img{
  height: 30px;
  width: 30px;
}

.map-location .map iframe{
  border-radius: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.faq-review-section {
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 100px;
  margin-bottom: 80px;
}

.faq,
.review {
  flex: 1 1 45%;
}

.faq h2,
.review h2 {
  font-size: 1.5rem;
}

/* FAQ styles */
.faq-item {
  margin-bottom: 15px;
}

.arrow {
  font-size: 1.2rem;
  transform: rotate(0deg);
  transition: transform 0.3s;
}


  footer h2 {
    font-size: 1.4rem;
    padding: 8px 15px;
  }

  footer .middle-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .premium-and-contact-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  footer .premimum-services ul,
  footer .contact-details p {
    font-size: 1rem;
    text-wrap: nowrap;
    text-align: center;
  }

  footer .social-icons {
    justify-content: center;
  }

  footer .services-and-policy ul li{
    font-size: 0.8rem;
    text-wrap: nowrap;
  }

}


/* 📲 Tablet (portrait & landscape) */
@media (min-width: 601px) and (max-width: 1024px) {

  header {
    padding: 15px 30px;
  }

  /* Show hamburger on tablets too */
  .hamburger {
    display: flex;
    z-index: 999;
  }

  .nav-menu {
    height: 80vh;
    width: 80%;
    position: absolute;
    top: 10%;
    left: -150%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2EEEB;
    padding: 30px;
    transition: all 0.3s ease;
    z-index: 99;
    border-radius: 10px;
  }

  .nav-menu.active {
    left: 10%;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    text-align: center;
  }

  .nav-menu ul li a {
    font-size: 1.8rem;
  }

  /* Hero Section */
  .heroswipe .hero,
  .heroswipe .hero-second {
    height: 70vh;
    padding: 0 20px;
    background-size: cover;
  }

  .heroswipe .hero .hero-content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .heroswipe .hero .hero-content h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .heroswipe .swiper-slide .hero-second h2 {
    font-size: 2rem;
  }

  .heroswipe .swiper-slide .hero-second p {
    font-size: 1.2rem;
  }

  .heroswipe .hero-second .booking-buttons button {
    font-size: 1rem;
    padding: 8px 16px;
  }

  /* Customer Services */
  .customer-service .services {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .customer-service .icon-and-text .icon {
    width: 100px;
    height: 100px;
  }

  .customer-service .experence-expertise .short-div {
    width: 200px;
    padding: 15px;
  }

  .customer-service .experence-expertise .short-div h3,
  .customer-service .experence-expertise .short-div strong {
    font-size: 1.2rem;
  }

  /* Know About Section */
  .know-about-manzett {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .know-about-manzett .content h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  /* Cards Section */
  .card-section-guidance .cards-grid-guidance {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }

  .card-section-guidance .cards-grid-guidance .card {
    max-width: 300px;
    max-height: 300px;
  }

  /* Experience Section */
  .experience-work-short {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .experience-work-short .short-div {
    width: 220px;
    height: 200px;
  }

  /* Booking Section */
  .booking-details-brief {
    flex-direction: column;
    align-items: center;
  }

  .booking-details-brief .booking-contents {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .booking-details-brief .booking-contents strong {
    font-size: 2.2rem;
  }

  /* Testimonials */
  .testimonial-main {
    width: 95%;
    padding: 30px;
  }

  /* About Hero Section */
  .about {
    height: 60vh; /* slightly smaller than desktop */
    background-size: cover;
    background-position: center;
    padding: 20px;
  }

  .about .about-content {
    padding: 15px;
    text-align: center;
  }

  .about .about-content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .about .about-content h2 {
    font-size: 1.2rem;
  }

  .about .about-content p {
    font-size: 1.2rem;
  }

  /* About / Wisdom Main */
  .about-main-content,
  .wisdom-main-content {
    padding: 20px;
    background-size: cover;
  }

  .about-main-content .about-main-header h2,
  .wisdom-main-content .wisdom-main-header h2 {
    font-size: 1.6rem;
    text-align: center;
  }

  .about-main-content .about-sub-contents-points,
  .wisdom-main-content .wisdom-sub-contents-points {
    padding: 15px 10px;
  }

  .about-main-content .about-sub-contents-points h2,
  .wisdom-main-content .wisdom-sub-contents-points h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .about-main-content .about-sub-contents-points p,
  .wisdom-main-content .wisdom-sub-contents-points p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  /* Trust Section */
  .trust-manzett-koushal {
    height: auto;
    padding: 40px 20px;
    flex-direction: column;
    text-align: center;
  }

  .trust-manzett-koushal .trust-content-section {
    width: 100%;
    padding: 10px;
  }

  .trust-manzett-koushal .trust-content-section .trust-manzett-koushal-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .trust-manzett-koushal .trust-content-section .trust-manzett-koushal-content p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  /* Struggling Section */
  .struggling-in-life-section {
    padding: 20px;
    min-height: auto;
  }

  .struggling-in-life-section .struggling-content {
    width: 100%;
    text-align: center;
  }

  .struggling-in-life-section .struggling-content h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .struggling-in-life-section .struggling-content .struggling-sub-contents strong {
    font-size: 1.4rem;
  }

  .struggling-in-life-section .struggling-content .struggling-sub-contents p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  /* Conclusion */
  .about-conlusion-section .conslusion-content h2 {
    font-size: 1.3rem;
    text-align: center;
    scale: 0.9;
  }


  /* Footer */
  footer h2 {
    font-size: 1.6rem;
    padding: 10px 20px;
  }

  footer .middle-content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }

  footer .premium-and-contact-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  footer .premimum-services ul,
  footer .contact-details p {
    font-size: 1.1rem;
  }

  footer .social-icons {
    justify-content: center;
  }
}


@media screen and (max-width: 1200px) {
  .hero-content {
    position: relative;
  }

  .hero .hero-content h1 {
    font-size: 3.5rem;
    margin: 0;
    padding: 0 10px;
    text-wrap: nowrap;
    line-height: 4rem;
    font-family: 'Playfair-Display-Italic';
  }

  .hero .hero-content h2 {
    font-size: 2.5rem;
  }

  .customer-service .icon-and-text .icon {
    height: 80px;
    width: 60px;
  }
}