

*{
    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;
}


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

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

.color{
  color:#C0265A;
}


.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;
    }
}

/* klar-events-main-section */



.klar-event-section-main{
    background-image:url("assets/images/klar-section-image-main.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:100vh;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
      width:100%;
    
    background-color: #FFFFFF;
    box-sizing: border-box;
    
}


@media (max-width: 767px) {

  .klar-event-section-main {
    width: 100%;
    max-width: 100%;   
    height: 520px;                
    padding: 16px;

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

}


/* philosophy section */

.Philosophy-sec-new{
  width:100%;
  
height:100%;

gap:50px;

padding:40px;

  background-color:#F8F8F8;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:10px;
}
.philo-sec-container{
   width: 620.31px;
  height:604.2px;
  text-align: center;
}

.philo-sec-image{
  height:600px;
  width:600px;
  top:107.25px;
  left:75.52px;
}

.philosophy-sec-heading{
  font-family: Playfair Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 64.45px;
  l
  line-height: 77.34px;
  letter-spacing: 0px;

}

.philo-text-container{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  padding-left:40px;
  padding-bottom:40px;
  gap:16px;
}

.Philosophy-sec-para1{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18.13px;

line-height: 32.63px;
letter-spacing: -0.44px;
}

.Philosophy-sec-para2{
font-family: Playfair Display;
font-weight: 400;
font-style: Italic;
font-size: 24.17px;

line-height: 38.67px;
letter-spacing: 0px;

}

.Philosophy-sec-para3{
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14.1px;
margin-top:15px;
color:#666666;
line-height: 21.15px;
letter-spacing: 1.96px;
text-transform: uppercase;

}

@media (max-width: 567px) {

  .Philosophy-sec-new {
    flex-direction: column;   
    width:100%;
    height: auto;
    
  }

  .philo-sec-container,
  .philo-sec-image {
    width:100%;
    height:100%;

  }

  .philosophy-sec-heading {
    font-size: 32px;
    line-height: 40px;
  }
}

/* catageroies section */
.category-section-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

 
.category-section-heading {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 64.45px;
  line-height: 96.67px;
  text-align: center;
}

.category-con-1,
.category-con-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;   
}


.img1, .img2, .img3, .img4 {
  margin: 10px;
  width:900px;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img {
  width: 100%;
  max-width: 550px;   
  height: auto;
}

@media (max-width: 768px) {

  .category-section-heading {
    font-size: 32px;
    line-height: 42px;
  }


  .category-con-1,
  .category-con-2 {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }


  .img1, .img2, .img3, .img4 {
    width:100%;
    margin: 10px 0;
  }


  .img1 img,
  .img2 img,
  .img3 img,
  .img4 img {
    width: 100%;
    max-width: 100%;   
    height: auto;
    display: block;
  }
}


/*process section */


.perfection-section {
   
  width:100%;
  min-height: 370px;
  
  padding-left:100px;
  padding-right:100px;
  background: #0B0B0B;
  box-sizing: border-box;
}



.perfection-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 140px;
}

.perfection-line {
  width: 36px;
  height: 1px;
  background-color: #DCC79F;
  margin-bottom: 18px;
}

.perfection-heading {
  font-family: "Gambarino";
  font-size: 48px;
  font-weight: 400;
  color: #DCC79F;
  margin-bottom: 12px;
  margin-top:20px;
}

.perfection-subtext {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #B8B8B8;
}


.klar-process {
  display: flex;
  justify-content:center;
  flex-direction: column;

  
 
}


.process-row {
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 100px;

  padding: 60px 0;   
}

.process-row.reverse {
  flex-direction: row-reverse;
}


.process-text {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}


.process-number {
  display: flex;
  align-items: center;

  gap: 12px;
}

.process-number span {
  font-family: "Playfair Display";
  font-size: 68.45px;
  

  color: #B9A36A;

 
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.6),
    0 4px 8px rgba(0, 0, 0, 0.45);

  opacity: 0.5;


}

.process-number img {
  width: 28px;
  height: 28px;
  padding: 6px;                     
  border: 1px solid #DCC79F;        
  border-radius: 4px;
  box-sizing: border-box;
}


.process-title {
  font-family: "Playfair Display";
  font-size: 40.28px;
  font-weight: 500;
  color: #FFFFFF;
}

.process-subtitle {
  font-family: "Inter";
  font-size: 16.11px;
  letter-spacing: 1.3px;
  color: #DCC79F;
}


.process-description {
  font-family: "Inter";
  font-size: 18.13px;
  line-height: 32.63px;
  color: #CCCCCC;
}


.process-image img {
  width: 560px;
  border-radius: 2px;
  display: block;
}

.perfection-quote-wrapper {
  width: 1288.95px;          
  margin: 120px 0 0;     
  text-align: center;
}

.perfection-quote {
  max-width: 1016px;        
  margin: 0 auto;
 
  font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-size: 40.28px;
  line-height: 64.45px;
  letter-spacing: 0px;

  color: #DCC79F;
}




@media (max-width: 767px) {

  
  .perfection-section {
    width: 100%;
    max-width: 100%; 
    min-height: auto;
    padding: 64px 16px;
    overflow-x: hidden;
  }

  
  .perfection-header {
    margin-bottom: 72px;
  }

  .perfection-heading {
    font-size: 32px;
    text-align: center;
  }

  .perfection-subtext {
    text-align: center;
  }

 
  .klar-process {
    gap: 72px;
  }

  .process-row,
  .process-row.reverse {
    flex-direction: column;
    gap: 32px;
    padding: 0;
    text-align: center;
  }

  .process-text {
    width: 100%;
    align-items: center;
  }

  .process-number {
    justify-content: center;
  }

  .process-title {
    font-size: 28px;
  }

  .process-subtitle {
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .process-description {
    font-size: 15px;
    line-height: 26px;
  }

  
  .process-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

 
  .perfection-quote-wrapper {
    width: 100%;
    margin: 80px auto 0;
    padding: 0 16px;
  }

  .perfection-quote {
    font-size: 26px;
    line-height: 42px;
  }
}

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

  .perfection-section {
    width: 100%;
    max-width: 100%;
    padding: 96px 40px;
  }

  .klar-process {
    gap: 96px;
  }

  .process-row,
  .process-row.reverse {
    flex-direction: column;    
    gap: 48px;
    text-align: center;
  }

  .process-text {
    width: 100%;
    max-width: 680px;
    align-items: center;
  }

  .process-number {
    justify-content: center;
  }

  .process-image img {
    width: 100%;
    max-width: 720px;
    height: auto;
  }

  .perfection-quote-wrapper {
    width: 100%;
    padding: 0 40px;
  }
}




/* klar signature section */

.klar-define-section {
  
  width:100%;
 
  padding: 120px 80px;
  background: #0B0B0B;
  box-sizing: border-box;
}


.klar-define-header {
  text-align: center;
  margin-bottom: 90px;
}

.klar-line {
  display: block;
  width: 45px;
  height: 1px;
  background: #DCC79F;
  margin: 0 auto 18px;
}

.klar-define-title {
  font-family: "Gambarino";
  font-size: 80px;
  font-weight: 400;
  color: #DCC79F;
}

.klar-define-content {
  display: flex;
  justify-content:center;
  align-items: center;
  gap:110px;
}


.klar-define-image img {
  width: 750px;
  height: auto;
  display: block;
}


.klar-define-text {
  width: 520px;
  position: relative;
  color: #FFFFFF;
  
}

.klar-slider-controls {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  text-align:center;
  gap: 5px;
}

.klar-slider-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid #DCC79F;
  background: transparent;
  color: #DCC79F;
  font-size: 18px;
  cursor: pointer;
}


.klar-step {
  display: block;
  font-family: "Montserrat";
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #B8B8B8;
  margin-bottom: 18px;
}


.klar-experience-title {
  font-family: "Playfair Display";
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 18px;
}


.klar-experience-desc {
  font-family: "Inter";
  font-size: 19px;
  line-height: 26px;
  color: #CCCCCC;
  max-width: 420px;
  margin-bottom: 32px;
}


.klar-progress {
  display: flex;
  gap: 10px;
}

.klar-progress span {
  width: 32px;
  height: 2px;
  background: #3A3A3A;
}

.klar-progress span.active {
  background: #DCC79F;
}

 @media (max-width: 767px) {

   
  .klar-define-section {
    width: 100%;
    padding: 64px 16px;
  }

  
  .klar-define-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

   
  .klar-define-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  
  .klar-define-text {
    width: 100%;
  }

   
  .klar-slider-controls {
    position: static;
    justify-content: center;
    margin-bottom: 24px;
  }

  
  .klar-progress {
    justify-content: center;
  }

  
  .klar-define-title {
    font-size: 32px;
  }

  .klar-experience-title {
    font-size: 28px;
  }

  .klar-experience-desc {
    max-width: 100%;
  }
}

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

  .klar-define-section {
    width: 100%;
    padding: 80px 40px;
    box-sizing: border-box;
  }

  .klar-define-content {
    flex-direction: column;  
    gap: 48px;
    text-align: center;
  }

  .klar-define-image img {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .klar-define-text {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .klar-slider-controls {
    position: static;
    justify-content: center;
    margin-bottom: 24px;
  }

  .klar-progress {
    justify-content: center;
  }
}




/* Klar promise section */

.klar-promise-section {
  
  width:100%;
  
  padding: 140px 75px;
  background: #2B1D05;
}


.klar-promise-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px;
}


.klar-quote {
  max-width: 900px;
  font-family: "Playfair Display";
  font-size: 64.45px;
  font-style: italic;
  font-weight: 500;
  line-height: 90.23px;
  color: #DCC79F;
}


.klar-divider {
  width: 240px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #DCC79F,
    transparent
  );
}


.klar-values {
  display: flex;
  gap: 54px;
}


.klar-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}


.klar-icon-box {
  width: 64px;
  height: 64px;
  border: 1.5px solid #DCC79F;
  border-radius: 6px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 0 14px rgba(220, 199, 159, 0.25);
}


.klar-icon-box img {
  width: 26px;
  height: 26px;
}


.klar-value span {
  font-family: "Montserrat";
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #DCC79F;
}


.klar-footer-line {
  font-family: "Montserrat";
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(220, 199, 159, 0.7);
}

 
@media (max-width: 767px) {

   
  .klar-promise-section {
    width: 100%;
    padding: 72px 16px;
    box-sizing: border-box;
  }

   
  .klar-quote {
    font-size: 32px;
    line-height: 46px;
    max-width: 100%;
  }

   
  .klar-divider {
    width: 160px;
  }

   
  .klar-values {
    flex-direction: column;
    gap: 32px;
  }

 
  .klar-footer-line {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }

}

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

  .klar-promise-section {
    width: 100%;
    padding: 96px 40px;
    box-sizing: border-box;
  }

  .klar-quote {
    font-size: 44px;
    line-height: 60px;
    max-width: 100%;
  }

  .klar-values {
    flex-direction: column;   
    gap: 40px;
  }

  .klar-divider {
    width: 200px;
  }
}



/* Event stories section */

.event-stories-section {
  
  width:100%;
 
  padding: 96px 75px 120px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
}



.event-stories-title {
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 400;
  color: #2B1D05;
  margin-bottom: 12px;
}

.event-stories-subtitle {
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  color: #585144;
  margin-bottom: 18px;
}

.event-stories-description {
  max-width: 647px;
  margin: 0 auto 64px;
  font-family: "Inter";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #6B5D58;
}



.event-stories-image-container {
  width: 100%;
  max-width: 1248px;        
  height: 400px;            
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}

.event-stories-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


 
@media (max-width: 767px) {

  .event-stories-section {
    width: 100%;
    padding: 64px 16px 80px;
    box-sizing: border-box;
  }

  .event-stories-title {
    font-size: 32px;
    line-height: 40px;
  }

  .event-stories-subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .event-stories-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  .event-stories-image-container {
    height: auto;
    aspect-ratio: 16 / 10;    
    border-radius: 14px;
  }

}

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

  .event-stories-section {
    width: 100%;
    padding: 80px 40px 96px;
    box-sizing: border-box;
  }

  .event-stories-title {
    font-size: 36px;
    line-height: 44px;
  }

  .event-stories-subtitle {
    font-size: 26px;
    line-height: 34px;
  }

  .event-stories-description {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 48px;
  }

  .event-stories-image-container {
    height: auto;             
    aspect-ratio: 16 / 9;     
    border-radius: 16px;
  }
}



/* begin your journey */

.begin-story-section {
  position: relative;
  
  width:100%;
  height:100vh;                  
  
  background-image: url("assets/images/guest-journey-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;            
  justify-content: center;
  box-sizing: border-box;
}

 
.begin-story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(11, 11, 11, 0.75),
    rgba(11, 11, 11, 0.75)
  );
  z-index: 1;
}

 
.begin-story-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
}

 
.begin-story-title {
  font-family: "Playfair Display";
  font-size: 120px;
  font-weight: 400;
  color: #DCC79F;
  margin-bottom: 16px;
  
}

 
.begin-story-subtitle {
  font-family: "Montserrat";
  font-size: 30px;
  color: #E6E6E6;
  margin-bottom: 48px;
}

 
.begin-story-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 28px;
}

.btn-primary {
  padding: 16px 36px;
  background: #DCC79F;
  color: #2B1D05;
  font-family: "Montserrat";
  font-size: 20px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.btn-secondary {
  padding: 16px 36px;
  border: 1px solid #DCC79F;
  color: #DCC79F;
  font-family: "Montserrat";
  font-size: 20px;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: transparent;
}

 
.begin-story-footnote {
  font-family: "Montserrat";
  font-size: 18px;
  letter-spacing: 0.14em;
  color: rgba(220, 199, 159, 0.75);
}


 
@media (max-width: 767px) {

  .begin-story-section {
    width: 100%;
    height: auto;
    min-height: 520px;
    padding: 48px 16px;
  }

  .begin-story-content {
    max-width: 100%;
    padding: 0 8px;
  }

  .begin-story-title {
    font-size: 32px;
    line-height: 40px;
  }

  .begin-story-subtitle {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .begin-story-buttons {
    flex-direction: column;    
    gap: 16px;
    width: 100%;
  }

  .begin-story-buttons a {
    width: 100%;
    text-align: center;
  }

  .begin-story-footnote {
    font-size: 11px;
    line-height: 18px;
  }
}

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

  .begin-story-section {
    width: 100%;
    height: auto;            
    min-height: 600px;
    padding: 64px 40px;
    box-sizing: border-box;
  }

  .begin-story-content {
    max-width: 720px;
  }

  .begin-story-title {
    font-size: 40px;
    line-height: 48px;
  }

  .begin-story-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .begin-story-buttons {
    flex-direction: column;    
    gap: 18px;
  }

  .begin-story-buttons a {
    width: auto;
    min-width: 260px;
    text-align: center;
  }
}


/* Journey section */



.journey-section {
  
  width:100%;
 
  display: flex;
  justify-content:center;
  gap: 150px;
  padding: 72px;
  background: #FFFFFF;
}


.journey-left {
  width: 536.63px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}


.journey-description {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.journey-heading {
  font-size: 51.75px;
  font-weight: 300;
  line-height: 58.5px;
  letter-spacing: 2%;
  color: #1F2F5D;
}

.journey-heading-highlight {
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #C83063,
    #C62E61,
    #C22B5D,
    #C1275A,
    #BC2356
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.journey-text {
  font-size: 18px;
  line-height: 26px;
  color: #4A4A4A;
}


.journey-contact {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.contact-method {
  display: flex;
  gap: 19.13px;
  align-items: center;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.journey-form-wrapper {
  width: 536.63px;
  background: #FFFFFF;
  padding: 36px;
  border-radius: 12px;
}

.journey-form-heading {
  font-size: 27px;
  margin-bottom: 27px;
  color: #1F2F5D;
}

.journey-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

label {
  font-size: 14px;
  font-weight: 500;
  font-weight:bold;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #DADADA;
  font-size: 14px;
}

textarea {
  min-height: 120px;
  resize: none;
}


.journey-submit {
  margin-top: 18px;
  height: 59px;

  display: flex;              
  align-items: center;          
  justify-content: center;      
  gap: 11.25px;                  

  border-radius: 4.5px;
  border: none;
  cursor: pointer;

  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;

  background: linear-gradient(
    90deg,
    #C83063,
    #C62E61,
    #C22B5D,
    #C1275A,
    #BC2356
  );
}

.journey-submit-icon {
  width: 27px;
  height: 27px;
  display: block;              
}
.required-star {
  color: #C83063;
  font-weight:bold;
}



@media (max-width:768px) {

  .journey-section {
    width: 100%;
    padding: 48px 20px;
    gap: 48px;

    flex-direction: column;  
    align-items: center;
  }

  .journey-left {
    width: 100%;
    max-width: 720px;
    align-items: center;
    text-align: center;
  }

  .journey-description {
    align-items: center;
    text-align: center;
  }

  .journey-heading {
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.2;
  }

  .journey-text {
    font-size: clamp(15px, 3.8vw, 18px);
    line-height: 1.6;
  }

  
  .journey-contact {
    align-items: center;
  }

  .contact-method {
    max-width: 520px;
    text-align: left;
  }

 
  .journey-form-wrapper {
    width: 100%;
    max-width: 720px;
    padding: 28px;
  }

  .journey-form-heading {
    text-align: center;
    font-size: clamp(20px, 4vw, 26px);
  }


  .form-row {
    flex-direction: column;
  }
}

@media (max-width: 480px) {

  .journey-section {
    padding: 36px 16px;
  }

  .journey-form-wrapper {
    padding: 22px;
  }

  .journey-submit {
    font-size: 16px;
  }
}



/* Contact Section */
 
.contact-cta-section {
  width: 100%;
  
  
  padding: 72px 24px;
  text-align: center;
  background: #FFFFFF;
}

.contact-cta-heading {
  max-width: 1296px;
  margin: 0 auto 18px;

  font-family: 'Montserrat';
  font-weight: 300;
  font-size: clamp(28px, 4.5vw, 52px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #1F2F5D;
}

.contact-cta-highlight {
  font-weight: 600;
  color: #C83063;
}

.contact-cta-subtitle {
  margin: 0 auto 18px;

  font-family: 'Sora';
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 22.5px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000000;
}

.contact-cta-description {
  max-width: 800px;
  margin: 0 auto 36px;

  font-family: 'Sora';
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 20.25px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.8;
}

.contact-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 27px;
  flex-wrap: wrap;
}

.contact-cta-btn {
  min-width: 220px;
  height: 58.5px;
  padding: 0 24px;

  border-radius: 4.5px;
  font-family: 'Sora';
  font-weight: 500;
  font-size: 15.75px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.contact-cta-btn.primary {
  border: none;
  color: #FFFFFF;
  background: linear-gradient(
    90deg,
    #C83063,
    #C62E61,
    #C22B5D,
    #C1275A,
    #BC2356
  );
}

.contact-cta-btn.outline {
  background: transparent;
  border: 1.13px solid #C83063;
  color: #C83063;
}

@media (max-width: 767px) {

  .contact-cta-section {
    padding: 48px 16px;
  }

  .contact-cta-buttons {
    flex-direction: column;   
    gap: 16px;
  }

  .contact-cta-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}






/* 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;
  }
}
