*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

body {
    margin: 0;
     font-family: 'Montserrat';
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;   
}


/* top-section */



.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    

    height: 57px;
    padding: 0 27px;

    background-color: #1F2F5D;
    
}


.top-bar-left-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar img {
  
    padding-right: 11.25px;
    border-right: 1.13px solid #FFFFFF;
}

.top-bar-text {
    font-size: 16px;
    letter-spacing: 0.11em;
    color: #FFFFFF;
}

.top-bar-right-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar-link {
    font-size: 16px;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    text-decoration: none;
}

.top-bar-right-dot {
    width: 4.5px;
    height: 4.5px;
    background-color: #FFFFFF;
    border-radius: 50%;
}


.navbar-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    width: 100%;
    
   
    top: 0;
    z-index: 1000;
    padding: 18px 27px;
    

    background-color: #FFFFFF;
}

.top-bar,
.navbar-section {
    width: 100%;
    max-width: 100%;
}


.navbar-left,
.navbar-right {
    display: flex;
    gap: 20px;
}

.navbar-left-right-links {
    font-size:15.75px;
    letter-spacing: 0.11em;
    color: #1F2F5D;
    text-decoration: none;
    font-weight:500;
}

.navbar-logo img {
    width: 78px;
    height: auto;
}

.color{
  color:#C0265A;
}


.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background-color: #1F2F5D;
}


.mobile-menu {
    display: none;
    flex-direction: column;
    padding: 24px;
    background-color: #FFFFFF;
    border-top: 1px solid #ddd;

     position: fixed;         
    top: 62px;        
                
    left: 0;                   
    width: 100%;               
    z-index: 999;              
}

.mobile-menu a {
    padding: 12px 0;
    font-size: 14px;
   
    color: #1F2F5D;
    text-decoration: none;
    font-family: 'Montserrat';
}

.mobile-menu hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 16px 0;
}

.mobile-menu.active {
    display: flex;
}


@media (max-width: 768px) {

    .top-bar {
        display: none;
    }

    .navbar-section {
        width: 100%;
        padding: 16px 20px;
    }

    .navbar-left,
    .navbar-right {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .top-bar {
        display: none;
    }

    .navbar-section {
        width: 100%;
        padding: 16px 24px;
    }

    .navbar-left,
    .navbar-right {
        display: none;
    }

    
    .hamburger {
        display: flex;
    }
}
/* Wellness main container */



.wellness-hero {
  
  height:100vh;
  background-image: url("assets/images/rebalance-wellness-image.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  
  box-sizing: border-box;
}



.wellness-hero-content {
  position: relative;
  text-align: center;
  max-width: 900px;
  padding: 0 24px;
  color: #ffffff;
}

.wellness-hero-content h1 {
  font-family: "Playfair Display";
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.wellness-hero-content p {
  font-size: 16px;
  letter-spacing: 1px;
}

.torn-divider {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 48px;
  background: url("assets/images/torn-edge.png") repeat-x;
  background-size: contain;
}

.wellness-info {
  background: #fffaf2;
  padding: 96px 24px;
  
  text-align: center;
  
  box-sizing: border-box;
  
}

.wellness-info h2 {
  font-family: "Playfair Display";
  font-size: 70px;
  color: #2f4a3d;
  margin-bottom: 24px;
}

.wellness-info p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
  color: #444;
}

 
@media (max-width: 767px) {

  .wellness-hero {
    width: 100%;
    height: 420px;                
    padding: 0 16px;
    background-size: cover;
    background-position: center;
  }

  .wellness-hero-content {
    max-width: 100%;
    padding: 0 12px;
  }

  .wellness-hero-content h1 {
    font-size: 28px;              
    letter-spacing: 1px;
    line-height: 36px;
  }

  .wellness-hero-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .torn-divider {
    height: 28px;                 
  }

  .wellness-info {
    width: 100%;
    padding: 64px 16px;
  }

  .wellness-info h2 {
    font-size: 28px;
  }

  .wellness-info p {
    font-size: 14px;
    line-height: 24px;
  }
}



/* benfits of wellness section */
.wellness-benefits-section {
  
  background: #fbf6ec;
  padding: 96px 0 120px;
  position: relative;
  overflow: visible;
  
  box-sizing: border-box;

}

.wellness-benefits-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 75px;
  box-sizing: border-box;
  position: relative;
}

.wellness-top-decoration {
  position: absolute;
  top: -60px;      
  right: -20px;   
  width: 460px;   
  max-width:none;
  pointer-events: none;
}

.wellness-header {
  text-align: center;
  margin-bottom: 72px;
}

.wellness-header h2 {
  font-family: "Playfair Display";
  font-size: 60px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 12px;
}

.wellness-header p {
  font-family: "Inter";
  font-size: 18px;
  color: #6b6b6b;
}

.wellness-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 64px;
  margin-bottom: 96px;
}

.benefit-item {
  max-width: 360px;
}

.benefit-number {
  font-family: "Playfair Display";
  font-size: 25px;
  color: #c9a45c;
  display: block;
  margin-bottom: 12px;
}

.benefit-item h4 {
  font-family: "Inter";
  font-size: 30px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 8px;
}

.benefit-item p {
  font-family: "Inter";
  font-size: 20px;
  line-height: 22px;
  color: #6b6b6b;
}

.wellness-images {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.wellness-images img {
  width: 320px;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}


 
@media (max-width: 767px) {

  .wellness-benefits-section {
    padding: 64px 0 80px;
  }

  .wellness-benefits-container {
    padding: 0 16px;
  }

  
  .wellness-top-decoration {
    display: none;
  }

  .wellness-header h2 {
    font-size: 28px;
  }

  .wellness-header p {
    font-size: 14px;
  }

   
  .wellness-benefits-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
  }

  .benefit-item {
    max-width: 100%;
    text-align: center;
  }

   
  .wellness-images {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .wellness-images img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}


 
@media (min-width: 768px) and (max-width: 1024px) {

  .wellness-benefits-container {
    padding: 0 40px;
  }

   
  .wellness-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .benefit-item {
    max-width: 100%;
  }

  .wellness-images {
    gap: 24px;
  }

  .wellness-images img {
    width: 260px;
    height: 360px;
  }

  .wellness-top-decoration {
    width: 300px;
    right: -40px;
    top: -40px;
  }
}



/* Yoga conatiner section */
.yoga-divider-section {
  
  background: #fbf6ec;
  padding: 64px 0;
  
  box-sizing: border-box;
}

.yoga-divider-container {
  
  margin: 0 auto;
  padding: 0 75px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
  box-sizing: border-box;
}

.yoga-divider-container img {
  height: 120px;
  width:auto;
  display: block;
  opacity: 0.9;
}


@media (max-width: 1199px) {

  .yoga-divider-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 32px;
  }

  .yoga-divider-container img {
    height: 96px;
  }
}

@media (max-width: 576px) {

  .yoga-divider-section {
    padding: 48px 0;
  }

  .yoga-divider-container img {
    height: 72px;
  }
}



/* Offers section */

.offer-section {
  
  background: #fbf6ec;
  padding: 96px 0;
  
  box-sizing: border-box;

}

.offer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 75px;
  box-sizing: border-box;
}

.offer-title {
  text-align: center;
  font-family: "Playfair Display";
  font-size: 65px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 72px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 48px;
}

.offer-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  margin-bottom: 18px;
}

.offer-card h3 {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.offer-card p {
  font-family: "Inter";
  font-size: 17px;
  line-height: 22px;
  color: #6b6b6b;
}

 
@media (max-width: 767px) {

  .offer-section {
    padding: 64px 0;
  }

  .offer-container {
    padding: 0 16px;
  }

  .offer-title {
    font-size: 30px;
    margin-bottom: 48px;
  }

   
  .offer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .offer-card img {
    height: 200px;
  }

  .offer-card {
    text-align: center;
  }
}


 
@media (min-width: 768px) and (max-width: 1024px) {

  .offer-container {
    padding: 0 40px;
  }

  .offer-title {
    font-size: 36px;
    margin-bottom: 56px;
  }

   
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .offer-card img {
    height: 210px;
  }
}



/*banner section */
.banner-section {
    background-image: url("assets/images/banner-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    
    height: 550px;     
    
    padding-left:5px;

    box-sizing: border-box;
}


@media (max-width: 767px) {
  .banner-section {
    width: 100%;
    height: 280px;

    background-size: contain;   
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-section {
    width: 100%;
    height: 400px;

    background-size: contain;    
    background-position: center;
    background-repeat: no-repeat;
  }
}

.banner-section {
    background-size: cover;   
    height: 550px;
}



/* wellness section 1 */

.wellness-journeys-section {
 
 
  padding: 96px 75px;
  background: #fbf8f2;
  box-sizing: border-box;
}

.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 64px;
}

.section-header.second {
  margin-top: 120px;
}

.section-header h2 {
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 14px;
}

.section-header p {
  font-family: "Inter";
  font-size: 15px;
  line-height: 24px;
  color: #6b6b6b;
}

.journey-cards-row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.journey-card {
  width: 280px;
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

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

.pathways-row {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.pathway-card {
  width: 260px;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

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

@media (max-width: 767px) {

  .wellness-journeys-section {
    padding: 64px 16px;
  }

  .journey-cards-row,
  .pathways-row {
    display: grid;
    grid-template-columns: 1fr;   
    gap: 20px;
  }

  .journey-card,
  .pathway-card {
    width: 100%;
    height: auto;
  }

  .journey-card img,
  .pathway-card img {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {

  .wellness-journeys-section {
    padding: 80px 40px;
  }

  .journey-cards-row,
  .pathways-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  
    gap: 24px;
    justify-items: center;
  }

  .journey-card,
  .pathway-card {
    width: 100%;
    max-width: 320px;
  }
}





/* design section container */
.video-section {
 
  height:100vh;
  
  position: relative;
  overflow: hidden;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



@media (max-width: 1199px) {

  .video-section {
    height: 420px;
  }
}


@media (max-width: 576px) {

  .video-section {
    height: 300px;
  }
}


/* wellness diaries section */

.wellness-diary-section{
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background:#fbf6ec;
    
    height: 100%;     
    
    padding-left:5px;
    display: flex;
    justify-content:center;
    padding:10px;

    box-sizing: border-box;
}

/* journey section form */

.journey-section-form {
  background:#FFFFFF;
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0;
  box-sizing: border-box;

}

.journey-section-form-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 75px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  box-sizing: border-box;
}

.journey-section-form-left {
  width: 45%;
}

.journey-section-form-left h2 {
  font-family: "Playfair Display";
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.journey-section-form-left h2 span {
  color: #C9A961;
}

.journey-section-form-desc {
  font-family: "Inter";
  font-size: 15px;
  line-height: 24px;
  color: #6b6b6b;
  max-width: 420px;
  margin-bottom: 36px;
}

.journey-section-form-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.journey-section-form-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.journey-section-form-icon {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.journey-section-form-info-item strong {
  display: block;
  font-family: "Inter";
  font-size: 14px;
}

.journey-section-form-info-item span {
  font-family: "Inter";
  font-size: 13px;
  color: #7a7a7a;
}

 
.journey-section-form-card {
  width: 55%;
  background: #ffffff;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.journey-section-form-card h3 {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}

.journey-section-form-row {
  display: flex;
  gap: 16px;
}

.journey-section-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  width: 100%;
}

.journey-section-form-group label {
  font-family: "Inter";
  font-size: 13px;
  margin-bottom: 6px;
}

.journey-section-form-group label span {
  color: #C9A961;
}

.journey-section-form-group input,
.journey-section-form-group select,
.journey-section-form-group textarea {
  padding: 12px 14px;
  border: 1px solid #e1d6c2;
  border-radius: 6px;
  font-family: "Inter";
  font-size: 14px;
  outline: none;
}

.journey-section-form-group textarea {
  resize: none;
  height: 90px;
}

.journey-section-form button {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(to right, #c9a961, #d7b978);
  color: #ffffff;
  font-family: "Inter";
  font-size: 15px;
  cursor: pointer;
}


@media (max-width:768px) {

  .journey-section-form {
    padding: 72px 0;
  }

  .journey-section-form-container {
    flex-direction: column;
    gap: 48px;
    align-items: center;
    padding: 0 32px;
    text-align: center;
  }

  .journey-section-form-left,
  .journey-section-form-card {
    width: 100%;
    max-width: 720px;
  }

  .journey-section-form-left h2 {
    font-size: 40px;
  }

  .journey-section-form-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .journey-section-form-info {
    align-items: center;
  }

  .journey-section-form-info-item {
    max-width: 420px;
  }

  .journey-section-form-card {
    padding: 32px;
    text-align:left;
  }

  .journey-section-form-row {
    flex-direction: column;
    gap: 0;

  }
  .journey-section-form-group label {
    text-align: left;
  }
}


@media (max-width: 576px) {

  .journey-section-form {
    padding: 56px 0;
  }

  .journey-section-form-container {
    padding: 0 20px;
  }

  .journey-section-form-left h2 {
    font-size: 32px;
  }

  .journey-section-form-card h3 {
    font-size: 20px;
  }

  .journey-section-form-group input,
  .journey-section-form-group select,
  .journey-section-form-group textarea {
    font-size: 13px;
  }
}



/* Footer Section */


.footer {
 
  width:100%;
  
  padding: 15px 32px;
  background: #F9FAFB;
  display: flex;
  flex-direction: column;
  
  
}

.footer-top {
  display: flex;
  justify-content:center;
  border-bottom: 0.45px solid #E5E7EB;
  padding-bottom: 24px;
  gap:180px;
}

.footer-column {
  width: 182px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-column li {
  font-size: 18px;
  color: #374151;
  font-family: "Montserrat";
}

.footer-middle {
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 180px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo {
  width: 80px;
}

.footer-tagline {
  font-size: 14px;
  color: #6B7280;
}

.footer-subscribe {
  position: relative;
  width: 260px;
}

.footer-subscribe input {
  width: 100%;
  height: 42px;
  padding: 0 90px 0 12px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
}

.footer-subscribe button {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.footer-description {
  width: 377px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-social h4 {
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  display: flex;
  justify-content:center;
  padding: 18px 0;
  font-size: 13px;
  color: #6B7280;
  gap:400px;
  
}

.footer-bottom p{
  font-size:17px;
}

@media (max-width: 767px) {

  .footer {
    width: 100%;
    padding: 24px 16px;
    gap: 36px;
  }

  
  .footer-top {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
     align-items: center;     
  text-align: center;
  }

  .footer-column {
    width: 100%;
    align-items: center;
  }

  .footer-column ul {
  align-items: center;
}

 
  .footer-middle {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .footer-description {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .footer {
    width: 100%;
    padding: 40px 32px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;         
    column-gap: 64px;
    row-gap: 32px;
    text-align: left;   
  }

  .footer-column {
    width: 100%;
  }

  
  .footer-middle {
    gap: 24px;
  }

  .footer-description {
    width: 100%;
    max-width: 360px;
    font-size: 22px;
    line-height: 32px;
  }
}




