
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /*=============================================================================================================
    WHATSAPP BUTTON (DEFAULT)
  ===============================================================================================================*/
  
  .whatsapp-button {
    position: fixed; /* Sticks to the bottom-right corner */
    bottom: 20px; /* Distance from the bottom of the viewport */
    right: 20px; /* Distance from the right of the viewport */
    width: 50px; /* Button width */
    height: 50px; /* Button height */
    z-index: 1000; /* Ensure it stays above other elements */
    cursor: pointer; /* Change cursor to pointer for interactivity */
    transition: transform 0.3s ease; /* Add smooth hover effect */
    animation: pulse 1.5s infinite; /* Apply pulsating animation */
  }
  
  .whatsapp-button img {
    width: 100%; /* Scale image to fit button dimensions */
    height: 100%; /* Scale image to fit button dimensions */
    object-fit: contain; /* Ensure the SVG scales properly */
  }
  
  /* Hover Effect */
  .whatsapp-button:hover {
    transform: scale(1.1); /* Slightly enlarge the button on hover */
  }
  
  
    
    
  /*=============================================================================================================
    SECTION 0: HERO
  ===============================================================================================================*/
  .hero {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  /* HERO BACKGROUND */
  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: url("https://imagedelivery.net/X8kiEL2OAGYkWn3DW3aOkg/1b89bf9a-f740-48ff-0f1d-40ae5662b500/public") center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .banner-background {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  
    
  
  /* TOP NAVIGATION BAR */
  .top-nav-laptop {
    position: absolute; /* sits on top of the hero */
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    background: rgba(0,0,0,0.2); /* subtle transparent bar */
    z-index: 2; /* ensure it’s above the overlay */
  }
    
  
  
  /* LOGO  */
  .logo-container {
  width: calc(105 / 1440 * 100vw);
  max-height: 100%;
  margin-left: calc(20 / 1440 * 100vw);
  margin-bottom: calc(10 / 1440 * 100vw);
  margin-top: calc(23 / 1024 * 100vh);
  display: flex;
  z-index: 1000;
  }
  
  .logo-container img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
  }
  
  /* NAV SECTIONS */
  
  .banner {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
  }
  .logo-container {
  
    z-index: 1000;
  }
  .nav-center,
  .nav-right {
    display: flex;
    align-items: center;
    gap: 30px; /* spacing between nav items */
    padding: 0 20px;
    z-index: 1000;
  }
  
  .nav-center {
  margin-left: calc(40 / 1440 * 100vw);
  color: white;
  }
  
  .nav-center span {
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
  }
  
  .nav-right {
    margin-left: auto; /* push items to the right */
    margin-right: calc(132 / 1440 * 100vw);
  }
  
  .nav-links a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
  }
  
    
  /*=================================project-title-container============================================*/
    
    
  .project-title-container {
    position: relative;
    width: 100vh;
    height: 100vh;
    margin:0 auto;
    overflow: visible;
    z-index: 1000;
  }
  
  .project-title-phone {
    display: none;
  }
  
  .project-title-laptop {
    margin-top: calc(232 / 1024 * 100vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  
  .project-title-laptop h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: calc(86 / 1440 * 100vw);
    font-style: normal;
    font-weight: 500;
    line-height: calc(85 / 1040 * 100vh);
    letter-spacing: 9px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .project-title-laptop p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 9px;
    text-transform: uppercase;
  }
  
  
  /*==========================================Subtitle and price button container======================================*/
  .project-button-subtitle-container-phone {
    display: none;
  }
  
  .project-button-subtitle-container-laptop {
  
    margin-top: calc(85 / 1024 * 100vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    z-index: 2;
  }
  



  
  
  /*============================Price Button===============================*/ 
  
  .project-button-subtitle-container-laptop .price-button {
    margin-top: calc(85 / 1024 * 100vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(20 / 1040 * 100vh);
    border-radius: 5px;
    border: 0.975px solid #FFF;
    background: #FFF;
    padding: calc(29 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    width: 275px;
    height: 85px;
  }
  

  
  .price-button p:first-child {
    color: var(--text, #54595F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.602px; /* 97.515% */
  }
  
  .price-button p:last-child {
    color: var(--text, #54595F);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;

  }

   /*============================Text Elements===============================*/
  
   .text-elements {
    margin-top: calc(77 / 1040 * 100vh);
    margin-bottom: calc(50 / 1040 * 100vh);
    margin-left: calc(20 / 1440 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    gap: calc(10 / 1024 * 100vh);
    position: relative;
  }

  .project-button-subtitle-container-laptop .text-elements p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: calc(30 / 1440 * 100vw);
    font-style: bold;
    font-weight: 500;
    line-height: calc(29 / 1440 * 100vw);
    letter-spacing: 1.44px;
    white-space: nowrap;
  }
  

/*=============================================================================================================
  SECTION 1: INFO-ROW
===============================================================================================================*/                          


.info-row {
  position: relative; /* Ensure it's placed below */
  background: white;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  z-index: 3; /* Ensure it is above hero */
}

/* INFO ITEM */
.info-item {
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}



/*=============================================================================================================
  SECTION REGISTER INTEREST
===============================================================================================================*/



.register-interest-laptop {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.register-interest-laptop .content {
  margin-left: calc(123 / 1440 * 100vw);
  margin-top: calc(50 / 1040 * 100vw);
  flex: 1;
  padding-right: 20px;
  width: calc(517 / 1440 * 100vw);
}
.register-interest-laptop .content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.register-interest-laptop .content ul li {
  margin-bottom: 10px;
  color: var(--black, #3E4044);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.register-interest-laptop .form-container {
  flex: 1;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}
.register-interest-laptop .form-container h2 {
  margin-top: 0;
  color: var(--brand, #668580);
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.register-interest-laptop .form-container input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.register-interest-laptop .form-container button {
  width: 100%;
  background: #2a7f4f;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.register-interest-laptop .form-container button:hover {
  background: #236840;
}



/*=============================================================================================================
  SECTION  GALLERY
===============================================================================================================*/ 

/* Wrapper to center slider both vertically & horizontally */
.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Keep the same 4096x2304 ratio container */
.slider-container {
  margin-top: calc(150 / 1040 * 100vh);
  margin-bottom: calc(150 / 1040 * 100vh);
  width: 95vw;
  height: calc(95vw * (2304 / 4096)); /* maintains 4096:2304 ratio */
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}


/* Each slide (with caption below the image) */
.slider-image {
  display: none;
  width: 100%;
  height: 100%;
  /* Stack image & caption vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Show first slide initially */
.slider-image:first-of-type {
  display: block;
}

/* Slide images fill container width */
.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Visible text beneath the image */
.gallery-caption {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
  max-width: 90%;
  z-index: 1000;
}

/* Navigation arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: calc(10 / 1440 * 100vw);
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999; 
}

.arrow:hover {
  background-color: rgba(0,0,0,0.7);
}

.arrow-left {
  left: 3rem; /* Shift to left of container; adjust as needed */
}

.arrow-right {
  right: calc(100 / 1440 * 100vw); /* Shift to right of container; adjust as needed */
}

/*=============================================================================================================
  SECTION  LOCATION
===============================================================================================================*/                          

.location-section {
  display: flex;
  align-items: center; /* Vertically align image and text */
  justify-content: center; /* Horizontally center the items */
  width: 100%;
  height: calc(211 / 1024 * 100vh);


}

.location-section .location-item {
  display: flex;
  align-items: center; 
  gap: 10px;
}

.location-section .location-item img {
  width: 21.96px;
  height: 29.33px;
}

.location-section .location-item .location-text {
  font-size: 16px;
  color: #54595F;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/*=============================================================================================================
  SECTION 5: LOCATION2
===============================================================================================================*/ 

/* General styling for the section */
.location2 {
  width: 100%;
  max-width: 400px; /* Adjust width for readability */
  margin: 50px auto; /* Center the section */
  padding: 20px;
  background-color: #fff; /* White background */
  border-radius: 8px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  */
  text-align: left;
}

/* Styling for the list */
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  /* border-bottom: 1px solid #e0e0e0; */
}

/* Remove the last border */
.location-list li:last-child {
  border-bottom: none;
}

/* Styling for time */
.location-list span {
  font-weight: bold;
  color: #444;
  width: 80px; /* Fixed width to align text consistently */
  flex-shrink: 0; /* Prevent shrinking */
}

/* Styling for location names */
.location-list .location-name {
  font-weight: bold;
  color: #3c6359;
  flex-grow: 1; /* Allow text to take available space */
}

/*=============================================================================================================
  SECTION  INVESTMENT POTENTIAL
===============================================================================================================*/ 

.benefits-section-laptop {
  max-width: 1200px; 
  margin: 0 auto; /* Center the section */
  padding: 20px;
}

/* Header */
.audio-header {
  text-align: center; 
  margin-bottom: 20px;
}

.audio-header h2 {
  color: #3c6359;
}

/* Container for the three cards */
.card-container {
  display: flex;
  flex-wrap: wrap;        /* Allows wrapping on small screens */
  gap: 20px;              /* Space between cards */
  align-items: stretch;   /* Ensures all cards stretch to the tallest card */
  justify-content: center;
}

/* Each card */
.card {
  flex: 1 1 calc(33.333% - 20px); /* 3 columns in a row */
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column; /* Stack content vertically within card */
  padding: 15px;
}

/* Card heading */
.card h3 {
  margin-top: 0;
}

/* Bullet list grows to fill space */
.card ul {
  flex-grow: 1;  /* Takes up remaining vertical space */
  padding-left: 20px;
  margin: 0;     /* Remove default list margins if needed */
}

/* Audio wrapper anchors the player to the bottom */
.audio-wrapper {
  margin-top: auto;        /* Pushes audio to the bottom of its card */
  display: flex;
  justify-content: center; /* Optional: center the audio player horizontally */
}





/*=============================================================================================================
  SECTION 7: PAYMENT PLAN
===============================================================================================================*/


.payment-plan {
  /* margin-left: calc(200 / 1440 * 100vw);
  margin-right: calc(200 /1440 * 100vw); */
  display: block;
  height: auto; /* Adjust height dynamically */
  padding: 20px; /* Add padding around the section */
  margin-top: 50px;
  align-items: center;
  background-color: #668580;
}

.payment-plan .payment-plan-title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 150px;
}

/* Payment grid - displays items stacked on mobile */
.payment-plan .payment-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: calc(150 / 1440 * 100vw);
  margin-top: calc(250 / 1040 * 100vh);
  margin-bottom: calc(358 / 1040 * 100vh);

}

.payment-plan .payment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  /* border-bottom: 1px solid #ddd; */
}

  /* Remove bottom border for the last item */
  .payment-plan .payment-item:last-child {
    border-bottom: none;
  }

  /* Payment percentage */
  .payment-plan .payment-percentage {
    color: #FFF;
    font-family: Inter;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  /* Payment title */
  .payment-plan .payment-title {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  /* Payment description */
  .payment-plan .payment-description {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }


/*=============================================================================================================
  SECTION 9: PRICING
===============================================================================================================*/
.price-table-phone {
  display: none;
}


/* Inner container to constrain width and center content */
.price-table-laptop .price-table-container {
  max-width: 600px; /* Adjust as needed */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading style */
.price-table-laptop .price-table-title {
  margin-top: 100px;
  margin-bottom: 50px;;
  color: var(--brand, #668580);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 118.75% */
}

/* Table section wrapper */
.price-table-laptop .price-table-section {
  margin-bottom: 20px;
}

/* Table styling */
.price-table-laptop .price-table-grid {
  width: 100%;
  border-collapse: collapse;
}

.price-table-laptop .price-table-grid thead th {
  margin-top: 31px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: var(--black, #3E4044);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.price-table-laptop .price-table-grid tbody tr td {
  padding: 8px 0;
  color: var(--black, #3E4044);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Highlight price column with a different color or font-weight */
.price-table-laptop .price-table-grid tbody tr td.highlight-price {
  color: #668580;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Button styling */
.price-table-laptop .price-table-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.price-table-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00693e;
  background-color: #fff;
  color: #00693e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.price-table-button:hover {
  background-color: #00693e;
  color: #fff;
}


/*=============================================================================================================
  SECTION 10: ROOM LAYOUT
===============================================================================================================*/

.hotel-rooms-layout-phone {
  display: none;
}

/* Center align the section */
.hotel-rooms-layout-laptop {
  text-align: center;
  padding: 40px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}

/* Style the title and subtitle */
.hotel-rooms-layout-laptop h2 {
  color: #3b5d50;
  font-size: 32px;
  margin-top: 169px;
  margin-bottom: 10px;
}

.hotel-rooms-layout-laptop .subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* Ensure apartment-container stacks apartments vertically */
.hotel-rooms-layout-laptop .apartment-container {
  display: flex;
  flex-direction: column; 
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  height: calc(450 / 1040 * 100vh);
  gap: 20px;
  margin-bottom: 30px;

}

.hotel-rooms-layout-laptop .apartment {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  background-color: white;
  /* padding: 15px; */
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
}

.hotel-rooms-layout-laptop .image-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: calc(62 / 1440 * 100vw);
  width: 50%; /* 3/5 of apartment width */
  height: 280px; /* Fixed height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent overflow */
  border-radius: 8px;
}

.hotel-rooms-layout-laptop .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the container */
}

.hotel-rooms-layout-laptop .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1.418px solid #E1E1E1;
  padding: 20px;
  width: 50%;

}

.hotel-rooms-layout-laptop .thumbnail-container {
  width: 120px; /* Define fixed width */
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 10px; /* Add space above */
  border-radius: 5px;
}

.hotel-rooms-layout-laptop .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fits inside container */
}

.hotel-rooms-layout-laptop .details{

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hotel-rooms-layout-laptop .details h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.hotel-rooms-layout-laptop .details p {
  margin: 5px 0;
  color: #777;
}

/* Unit options */
.hotel-rooms-layout-laptop .unit-options {
  margin-top: 200px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; /* Distributes elements evenly */
  width: 80vw; /* Ensures full width */
  }


/* Ensure units have consistent styling */
.hotel-rooms-layout-laptop .unit {

  background: white;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  min-width: 150px; /* Prevents shrinking */
  text-align: center;
}

/* Positioning the first, second, and third child */
.hotel-rooms-layout-laptop .unit-options .unit:nth-child(1) {
  margin-left: 0;
}

.hotel-rooms-layout-laptop .unit-options .unit:nth-child(2) {
  margin: 0 auto; /* Centers */
}

.hotel-rooms-layout-laptop .unit-options .unit:nth-child(3) {
  margin: 0 auto; /* Centers */
}

.hotel-rooms-layout-laptop .unit-options .unit:nth-child(4) {
  margin-right: 0; /* Aligns to the right */
}


.hotel-rooms-layout-laptop .unit span {
  display: block;
  font-size: 12px;
  color: #777;
}

.enlarge {
  font-weight: bold;
}


/* Large Image Container */
.large-image-container {
  display: none;
  position: fixed;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-color: #000;
  margin-bottom: 100px;
  z-index: 1000;
}


.large-image-container img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: none;
  width: auto;
  height: auto;
}

/*=============================================================================================================
  SECTION ABOUT THE DEVELOPER
===============================================================================================================*/


.developer-section {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}
.developer-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  max-width: 1000px;
  margin: auto;
  background-color: white;
}
.developer-section .left-section {
  width: 50%;
}
.developer-section .left-section h2 {
  color: #3c6359;
  font-size: 32px;
  margin-bottom: 10px;
}
.developer-section .left-section p {
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
}
.developer-section .right-section {
  width: 40%;
  text-align: right;
}
.developer-section .stat {
  margin-bottom: 20px;
}
.developer-section .stat span {
  font-size: 28px;
  font-weight: bold;
  color: #3c6359;
}
.developer-section .stat p {
  font-size: 14px;
  color: #606060;
  margin: 5px 0;
}
.developer-section .stock {
  font-size: 22px;
  font-weight: bold;
  color: #3c6359;
}
.developer-section .exchange {
  font-size: 14px;
  color: #606060;
}

/*=============================================================================================================
  SECTION GET IN TOUCH
===============================================================================================================*/

.get-in-touch {
  display: flex; /* Enables Flexbox layout */
  flex-direction: column; /* Stacks items vertically */
  align-items: center; /* Centers items horizontally */
  height: 800px;
  min-height: 100vh; /* Ensures the section takes full viewport height */
  box-sizing: border-box; /* Includes padding in height calculations */
}

.get-in-touch-container {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  width: 100%;
}

.get-in-touch .get-in-touch-container h2 {
  margin-top: 0px;
  font-size: 16px;
  font-family: "Montserrat";
  letter-spacing: 2.8;
  text-align: center;
  color: #54595F
}

.get-in-touch h1 {
  margin-top: calc(50 / 1024 * 100vh);
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #54595F;
}

.get-in-touch p {
  margin-top: calc(100 / 1024 * 100vh);
  font-size: 1.0rem;
  line-height: 1.5;
  margin-top: calc(30 / 1024 * 100vh);

  text-align: center;
  color: #666;
}

.get-in-touch .get-in-touch-container .whatsapp-get-in-touch-button {
  background-color: #b38b59;
  color: white;
  font-size: 1.1rem;
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: center; /* Centers the button in Flexbox layout */
  margin-top: calc(25 / 1024 * 100vh);
  margin-bottom: 10px;
  width: 200px
}

/* .get-in-touch-button:hover {
  background-color: #569145;
} */

.whatsapp-button-icon {
  width: 30px;
  height: 40px;
  object-fit: contain;
}

  /* Calendly booking button */
  .calendly-booking {
    margin-top: 20px;
    text-align: center;

  }

  .calendly-link {
    text-decoration: none;
  }

  .get-in-touch .calendly-link .calendly-get-in-touch-button {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #b38b59;
    color: white;
    font-size: 1.1rem;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
  }

  .google-meet-button-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .calendly-get-in-touch-button:hover {
    background-color: #569145;
  }


.phone-address-dubai {
  margin-top: 20px;
  display: flex; 
  flex-direction: column; /* Stacks children vertically */
  align-items: center;
  justify-content: center;
}

.phone-address-dubai h3 {
  margin-top: 30px;
  font-size: 18px;
  font-family: "Montserrat";
  color: #54595F;
  text-align: center;
  align-items: center;
  width: 300px;
}


.phone-address-dubai .phone-info {
  display: flex; /* Aligns phone number and image horizontally */
  align-items: center;
  gap: 2px; /* Space between the image and phone number */
}

.phone-number {
  font-size: 16px;
  font-weight: bold;
}

.email {
  display: flex; /* Aligns phone number and image horizontally */
  flex-direction: column;; /* Vertically aligns content */
  gap: 2px; /* Space between the image and phone number */
}

.email-address {
  font-size: 16px;
  font-weight: bold;
}

/*================================FOOTER==================================================*/

.footer {
  margin-top: calc(500 / 1024 * 100vh);
  display: flex; /* Enables Flexbox layout */
  justify-content: center; /* Centers text horizontally */
  align-items: center; /* Centers content vertically if there's more height */
  padding: 20px; /* Adds spacing inside the footer */
  color: #54595F;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: center;
}

.footer-text {
  margin: 0; /* Removes default margin around the text */
}