:root {
  --theme: #f0ead9;
  --theme-dark: #ad4340;
}
.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

.w-fit {
  width: fit-content !important;
}

.w-max {
  width: max-content !important;
}

.h-fit {
  height: fit-content !important;
}

.h-max {
  height: max-content !important;
}

.bg-light-blue {
  background-color: var(--theme) !important;
}
.border-custom {
  border: 1px solid var(--theme-dark) !important;
  border-radius: 0 25% 25% 25% !important;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Tinos", serif;
  font-size: clamp(0.5rem, 3.5vw, 1rem);
}

.w-100 {
  width: 100%;
}

.h-100 {
  width: 100%;
}

section {
  padding: 10vh 5vw;
}

.heading {
  font-family: "Cardo", serif;
  font-size: clamp(1rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: var(--theme-dark);
}

.btn-group {
  border-radius: 0 40px 40px 40px !important;
}

.btn {
  padding: 15px 30px;
  border: none;
  border-radius: 0 40px 40px 40px;
}

.btn:hover {
  background-color: #ad4341;
}

.btn-theme {
  background-color: var(--theme-dark);
  color: #fff;
  font-size: clamp(0.9rem, 3.5vw, 1rem);
}

.btn-white {
  background-color: var(--theme);
  color: var(--theme-dark);
  font-size: clamp(0.9rem, 3.5vw, 1rem);
  padding: 15px 30px;
  border-radius: 1rem;
  border: none;
  margin-top: 1rem;
  width: 100%;
}

.btn-white:hover {
  background-color: #e3d5d2;
}

.fs.download {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: white;
  /* Change this color */
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v242.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-32c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fs.nav-menu {
  display: inline-block;
  width: 20px;
  height: 14px;
  background-color: #000;
  /* Change this color */
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M0%2096C0%2078.3%2014.3%2064%2032%2064l384%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032L32%20128C14.3%20128%200%20113.7%200%2096zM0%20256c0-17.7%2014.3-32%2032-32l384%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032L32%20288c-17.7%200-32-14.3-32-32zM448%20416c0%2017.7-14.3%2032-32%2032L32%20448c-17.7%200-32-14.3-32-32s14.3-32%2032-32l384%200c17.7%200%2032%2014.3%2032%2032z%22%20%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M0%2096C0%2078.3%2014.3%2064%2032%2064l384%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032L32%20128C14.3%20128%200%20113.7%200%2096zM0%20256c0-17.7%2014.3-32%2032-32l384%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032L32%20288c-17.7%200-32-14.3-32-32zM448%20416c0%2017.7-14.3%2032-32%2032L32%20448c-17.7%200-32-14.3-32-32s14.3-32%2032-32l384%200c17.7%200%2032%2014.3%2032%2032z%22%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fs.next {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgb(0, 0, 0);
  /* Change this color */
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M310.6%20233.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-192%20192c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3L242.7%20256%2073.4%2086.6c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l192%20192z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fs.prev {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgb(0, 0, 0);
  /* Change this color */
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M9.4%20233.4c-12.5%2012.5-12.5%2032.8%200%2045.3l192%20192c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L77.3%20256%20246.6%2086.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M9.4%20233.4c-12.5%2012.5-12.5%2032.8%200%2045.3l192%20192c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L77.3%20256%20246.6%2086.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fs.arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #000;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2219%22%20viewBox%3D%220%200%2010%2019%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.74845%209.18057L5.11083%204.63761L2.79203%202.36613L0.449563%200.118306L0.331256%200L0.165625%200.165628L0.189287%200.378578C0.260271%200.686175%200.378579%200.970111%200.449563%201.27771L0.757156%202.10585C0.970108%202.67372%201.20672%203.19427%201.46699%203.71482C1.96388%204.73225%202.53175%205.70236%203.12328%206.62515C3.73848%207.54794%204.401%208.42341%205.08717%209.25155C5.11872%209.31465%205.15816%209.36986%205.20548%209.41719C5.14238%209.48028%205.08717%209.55126%205.03985%209.63014C4.33001%2010.4819%203.64383%2011.3574%203.02864%2012.3039C2.41345%2013.2503%201.84557%2014.2204%201.32503%2015.2615C1.08841%2015.7821%200.828139%2016.3263%200.615187%2016.8941L0.307594%2017.7459C0.212949%2018.0299%200.118302%2018.3138%200.0473182%2018.6451L0%2018.8344L0.165625%2019L0.283931%2018.8817L2.67372%2016.6102L5.03985%2014.3151L9.74845%209.67746L10.0087%209.41719L9.74845%209.18057Z%22%20fill%3D%22%233C1516%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2219%22%20viewBox%3D%220%200%2010%2019%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.74845%209.18057L5.11083%204.63761L2.79203%202.36613L0.449563%200.118306L0.331256%200L0.165625%200.165628L0.189287%200.378578C0.260271%200.686175%200.378579%200.970111%200.449563%201.27771L0.757156%202.10585C0.970108%202.67372%201.20672%203.19427%201.46699%203.71482C1.96388%204.73225%202.53175%205.70236%203.12328%206.62515C3.73848%207.54794%204.401%208.42341%205.08717%209.25155C5.11872%209.31465%205.15816%209.36986%205.20548%209.41719C5.14238%209.48028%205.08717%209.55126%205.03985%209.63014C4.33001%2010.4819%203.64383%2011.3574%203.02864%2012.3039C2.41345%2013.2503%201.84557%2014.2204%201.32503%2015.2615C1.08841%2015.7821%200.828139%2016.3263%200.615187%2016.8941L0.307594%2017.7459C0.212949%2018.0299%200.118302%2018.3138%200.0473182%2018.6451L0%2018.8344L0.165625%2019L0.283931%2018.8817L2.67372%2016.6102L5.03985%2014.3151L9.74845%209.67746L10.0087%209.41719L9.74845%209.18057Z%22%20fill%3D%22%233C1516%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fs.whatsapp {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #000;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M380.9%2097.1C339%2055.1%20283.2%2032%20223.9%2032c-122.4%200-222%2099.6-222%20222%200%2039.1%2010.2%2077.3%2029.6%20111L0%20480l117.7-30.9c32.4%2017.7%2068.9%2027%20106.1%2027h.1c122.3%200%20224.1-99.6%20224.1-222%200-59.3-25.2-115-67.1-157zm-157%20341.6c-33.2%200-65.7-8.9-94-25.7l-6.7-4-69.8%2018.3L72%20359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2%200-101.7%2082.8-184.5%20184.6-184.5%2049.3%200%2095.6%2019.2%20130.4%2054.1%2034.8%2034.9%2056.2%2081.2%2056.1%20130.5%200%20101.8-84.9%20184.6-186.6%20184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5%202.8-3.7%205.6-14.3%2018-17.6%2021.8-3.2%203.7-6.5%204.2-12%201.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8%205.7-9.1%2016.3-30.3%201.8-3.7%20.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7%200-9.7%201.4-14.8%206.9-5.1%205.6-19.4%2019-19.4%2046.3%200%2027.3%2019.9%2053.7%2022.6%2057.4%202.8%203.7%2039.1%2059.7%2094.8%2083.8%2035.2%2015.2%2049%2016.5%2066.6%2013.9%2010.7-1.6%2032.8-13.4%2037.4-26.4%204.6-13%204.6-24.1%203.2-26.4-1.3-2.5-5-3.9-10.5-6.6z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M380.9%2097.1C339%2055.1%20283.2%2032%20223.9%2032c-122.4%200-222%2099.6-222%20222%200%2039.1%2010.2%2077.3%2029.6%20111L0%20480l117.7-30.9c32.4%2017.7%2068.9%2027%20106.1%2027h.1c122.3%200%20224.1-99.6%20224.1-222%200-59.3-25.2-115-67.1-157zm-157%20341.6c-33.2%200-65.7-8.9-94-25.7l-6.7-4-69.8%2018.3L72%20359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2%200-101.7%2082.8-184.5%20184.6-184.5%2049.3%200%2095.6%2019.2%20130.4%2054.1%2034.8%2034.9%2056.2%2081.2%2056.1%20130.5%200%20101.8-84.9%20184.6-186.6%20184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5%202.8-3.7%205.6-14.3%2018-17.6%2021.8-3.2%203.7-6.5%204.2-12%201.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8%205.7-9.1%2016.3-30.3%201.8-3.7%20.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7%200-9.7%201.4-14.8%206.9-5.1%205.6-19.4%2019-19.4%2046.3%200%2027.3%2019.9%2053.7%2022.6%2057.4%202.8%203.7%2039.1%2059.7%2094.8%2083.8%2035.2%2015.2%2049%2016.5%2066.6%2013.9%2010.7-1.6%2032.8-13.4%2037.4-26.4%204.6-13%204.6-24.1%203.2-26.4-1.3-2.5-5-3.9-10.5-6.6z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fs.mobile {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #000;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M164.9%2024.6c-7.7-18.6-28-28.5-47.4-23.2l-88%2024C12.1%2030.2%200%2046%200%2064C0%20311.4%20200.6%20512%20448%20512c18%200%2033.8-12.1%2038.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3%2011.6L304.7%20368C234.3%20334.7%20177.3%20277.7%20144%20207.3L193.3%20167c13.7-11.2%2018.4-30%2011.6-46.3l-40-96z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M164.9%2024.6c-7.7-18.6-28-28.5-47.4-23.2l-88%2024C12.1%2030.2%200%2046%200%2064C0%20311.4%20200.6%20512%20448%20512c18%200%2033.8-12.1%2038.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3%2011.6L304.7%20368C234.3%20334.7%20177.3%20277.7%20144%20207.3L193.3%20167c13.7-11.2%2018.4-30%2011.6-46.3l-40-96z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

/* 
.fs.next {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: white;
    mask-image: url("");
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url("");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;

} */

/* 
.fs.next {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: white;
    mask-image: url("");
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url("");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;

} */
.message {
  display: none;
  position: fixed;
  top: 10px;
  right: 0px;
  z-index: 9999999999;
  background: #fff;
  padding: 10px 20px;
  box-shadow: -5px 5px 10px -4px #686868;
  border-left: 2px solid;
  color: #000;
}

/* Offer Tag Button */
.right-btn {
  color: #ffffff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 100px;
  width: fit-content;
  font-size: 12.5px;
  transform: rotate(0deg);
  right: 20px;
  position: fixed;
  bottom: 30px;
  font-weight: 500;
  background: linear-gradient(
    -45deg,
    var(--theme-dark),
    var(--theme),
    var(--theme-dark)
  );
  background-size: 400% 400%;
  animation: gradient 2s ease infinite;
  box-shadow: -4px 4px 15px -4px #4f4f4f;
  z-index: 990;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Hide call icons by default */
.call-icons {
  display: none;
}

/* WhatsApp Icon */
body > a.WhatsApp {
  display: flex;
  position: fixed;
  bottom: 30px;
  left: 20px;
  width: 38px;
  height: 38px;
  background: #25d366;
  z-index: 4;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  .fs.whatsapp {
    width: 19px;
    height: 19px;
    background-color: #fff !important;
  }
}

/* Blur Effect */
.blur {
  filter: blur(1.5px);
}

/* Mobile Responsiveness */
@media screen and (max-width: 767px) {
  .call-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: fit-content;
    background: #ad4340;
    border-radius: 8px;
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 4;
    .fs {
      background-color: #fff;
    }
  }

  .float .fa-whatsapp {
    font-size: 25px !important;
    bottom: 20px;
  }

  .right-btn {
    display: flex;
    flex-flow: column;
    right: 20px;
    bottom: 20px;
    font-size: 10.5px;
    font-weight: 500;
    padding: 10px 20px;
    box-shadow: -4px 4px 15px -4px #4f4f4f;
  }
}

.scrolling-text-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: var(--theme-dark);
  padding: 10px 0;
  border-radius: 40px;
  color: #fff;
}

.scrolling-text {
  display: inline-block;
  animation: scroll-text 15s linear infinite;
}

.scrolling-text span {
  display: inline-block;
  padding-right: 100px;
  /* Optional: space between duplicate text */
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.banner {
  display: block;
  height: 49.4vw;
}

.mobile {
  display: none;
  height: 200vw;
}

/* universal css end */

/* nav bar css */

.nav-bar {
  height: 60px;
  width: auto;
  box-shadow: 0 4px 10px -4px gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5vw;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 98;

  .menu {
    .toggle-btn {
      display: none;
    }

    ul {
      display: flex;
      list-style-type: none;
      padding: 0;
      margin: 0;
      align-items: center;

      li {
        padding: 5px 10px;

        a {
          text-decoration: none;
          color: #000;
        }
        .button {
          i {
            background-color: #fff !important;
            margin-right: 8px;
          }
          .btn-theme {
            border-radius: 1rem;
            font-size: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff !important;
          }
        }
      }
    }
  }
}

/* nav bar css end*/

/* about us css */
.about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;

  .image {
    width: 40%;
  }

  .about-text {
    width: 40%;

    > p {
      margin-top: 0px;
    }

    .read-more {
      cursor: pointer;
      text-decoration: none !important;
      margin-top: 10px;
      color: var(--theme-dark);
    }

    .read-more:hover {
      text-shadow: 2px 2px 5px #2e2e2e;
    }
    .btn:hover {
      text-shadow: 2px 2px 5px #2e2e2e !important; /* optional text effect */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important; /* button shadow */
      transform: translateY(-2px); /* slight lift effect */
      transition: all 0.3s ease-in-out;
    }

    .btn-white:hover {
      text-shadow: 2px 2px 5px #2e2e2e !important; /* optional text effect */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important; /* button shadow */
      transform: translateY(-2px); /* slight lift effect */
      transition: all 0.3s ease-in-out;
    }

    .read-more-text {
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 15px;

      p:first-child {
        margin-top: 0px;
      }

      p:last-child {
        margin-bottom: 0px;
      }
    }

    .read-more-text.show {
      -webkit-line-clamp: unset;
    }

    .btn {
      margin-top: 20px;
      border-radius: 0px 18px 18px 18px;
      height: 50px;
    }
  }
}

/* about us css end */

/* highlight css */
#highlight {
  .heading {
    text-align: center;
  }

  > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 85%;
  }

  .highlight {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: var(--theme);
    padding: 3rem 0;
    border-radius: 0 6rem 6rem;
    text-align: center;

    > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: clamp(1rem, 3.5vw, 1.1rem);
      width: 200px;

      img {
        width: 110px;
        height: auto;
      }
      p {
        text-align: center;
      }
    }
  }
}

/* highlight css end */

/* why choose us */
section.why-choose {
  display: flex;
  /* Image on the right, content on the left */
  align-items: center;
  justify-content: space-between;
  gap: 50px;

  .content-container {
    max-width: 70%;
    text-align: left;
    padding-left: 1rem;
  }

  h2 {
    color: #4a2e2e;
    /* Dark brown color */
    font-size: 3rem;
    margin-bottom: 30px;
  }

  ul {
    list-style-type: none;
    padding: 0;
  }

  li {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #4a2e2e;
    /* Dark brown color */
  }

  li span {
    color: #d9770d;
    /* Orange-brown color for bullet points */
    font-size: 1.5rem;
    margin-right: 10px;
  }

  .image-container {
    width: auto;
    position: relative;
  }

  .image-container img {
    width: auto;
    height: 400px;
    border-radius: 0 5rem 5rem;
    border: 6px solid transparent;
    outline: 1px solid var(--theme-dark);
  }
}

section.why-choose::before {
  content: "";
  width: calc(80% + 5vw);
  position: absolute;
  height: 90%;
  background: var(--theme);
  z-index: -1;
  border-radius: 0 3rem 3rem 0;
  left: -5vw;
}

/* why choose us end */

/* amenities css */
/* .slider {
    .box {
        display: flex;

        .text,
        .image {
            width: 50%;
            font-size: clamp(1rem, 3.5vw, 1.2rem);
        }

        .text {
            >div {
                font-size: clamp(1rem, 3.5vw, 1.6rem);
                font-weight: 600;
            }

            ul {
                li {
                    padding: 1rem 0;
                    list-style-type: "★  ";
                }

            }
        }
    }
} */

#carouselExampleControls .carousel-control-prev {
  left: -60px;
  filter: invert(1);
}

#carouselExampleControls .carousel-control-next {
  right: -80px;
  filter: invert(1);
}

#amenities {
  .heading {
    text-align: center;
  }

  > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 85%;
  }

  .slider {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    width: 90%;
    /* Adjust width as needed */
    margin: auto;

    .slider-track {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      /* Hide scrollbar for Firefox */
    }

    .slider-track::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari */
    }

    .box {
      flex: 0 0 100%; /* instead of 95% */
      scroll-snap-align: start;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 20px;
      border-radius: 10px;
    }

    .text,
    .image {
      width: 50%;
      font-size: clamp(1rem, 3.5vw, 1.2rem);
    }

    .text {
      > div {
        font-size: clamp(1rem, 3.5vw, 1.6rem);
        font-weight: 600;
      }

      ul {
        li {
          padding: 0.8rem 0;
          list-style-type: "★  ";
        }
      }
    }
  }
}

/* amenities css end */

/* floor plan css */

#price {
  background-color: var(--theme);

  .heading {
    text-align: center;
  }

  > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 85%;
  }

  .box {
    display: flex;
    justify-content: space-evenly;
    margin: 3rem auto;
    padding-top: 2rem;

    .card {
      padding: 2rem;
      border-radius: 4rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      position: relative;

      img {
        height: 20vw;
      }

      .btn {
        top: -20px;
        margin-bottom: 1rem;
        border-radius: 0 18px 18px;
        position: absolute;
      }

      .sqft {
        margin: 10px 0;
      }

      .price {
        font-size: 1.4rem;
        font-weight: 600;

        sup {
          font-size: 0.5rem;
        }

        small {
          font-size: 0.85rem;
          font-weight: normal;
        }
      }
    }
  }
}

/* floor plan css end */

/* gallery css */
#gallery {
  .heading {
    text-align: center;
  }

  > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 85%;
  }

  /* .gallery-container {
        display: flex;
        align-items: center;

        .gallery::-webkit-scrollbar {
            display: none;
        }

        .gallery {
            overflow-x: auto;
            overflow-y: hidden;

            .gallery-track {
                display: flex;

                img {
                    flex: 1 0 24%;
                    width: 24%;
                    height: 20vw;
                }

                img:nth-child(even) {
                    border-radius: 4rem;
                }

                img:nth-child(odd) {
                    border-radius: 0px 4rem 4rem;
                    transform: scale(0.8);

                }
            }
        }

        .prev,
        .next {
            padding: 0 20px;
        }
    } */

  .gallery-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;

    .gallery {
      width: 100%;
      overflow: hidden;
    }

    .gallery-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
      justify-content: center;

      img {
        width: 450px;
        height: 400px;
        object-fit: cover;
        margin: 0 10px;
        transition: transform 0.4s, opacity 0.4s;
        opacity: 1;
      }

      img:nth-child(even) {
        border-radius: 2rem;
      }

      img:nth-child(odd) {
        border-radius: 0px 2rem 2rem;
        transform: scale(0.9);
      }
    }

    .gallery-track img.active {
      transform: scale(1.2);
      opacity: 1;
    }

    .fs {
      /* position: absolute; */
      top: 50%;
      /* transform: translateY(-50%); */
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 2;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
  }
}

/* gallery css end*/

/* developer css  */
#developer {
  .heading {
    text-align: center;
  }

  > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: 85%;
  }

  .text {
    text-align: center;
  }
}

/* developer css end */

/* contact us */
#contactus {
  background: linear-gradient(180deg, var(--theme) 65%, #fff 35%);

  .heading {
    text-align: center;
  }

  > p {
    text-align: center;
  }

  input::placeholder {
    color: white !important;
  }
  .form {
    width: 40%;
    border-radius: 0 2rem 2rem;
    background: var(--theme-dark);
    padding: 3rem;
    color: #fff;
    margin: 0 auto;
    margin-top: 3rem;

    .head {
      font-size: clamp(1rem, 3.5vw, 1.5rem);
      margin-bottom: 1rem;
    }

    form {
      .mb-3 {
        margin-bottom: 1.2rem;
        width: 100%;
      }

      input {
        background-color: var(--theme-dark);
        border: none;
        border-bottom: 1px solid var(--theme);
        padding: 10px;
        width: calc(100% - 20px);
        color: var(--theme);
      }

      input::placeholder {
        color: var(--theme);
      }

      input:focus-visible {
        outline: none;
      }
    }
  }
  .btn-white {
    height: 50px;
  }
}

/* contact us end */

/* map css */
#map {
  background-color: var(--theme);

  .box {
    display: flex;
    justify-content: center;

    .heading {
      display: none;
    }

    .image,
    .text {
      width: 40%;
    }

    .navigate {
      display: flex;
      width: 10%;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      position: relative;

      .circle {
        width: 15px;
        height: 15px;
        border-radius: 40px;
        border: 1px solid var(--theme-dark);
        background: var(--theme);
        z-index: 2;
      }

      .circle:hover,
      .circle.active {
        background-color: var(--theme-dark);
      }
    }

    .navigate::after {
      content: "";
      width: 1px;
      height: 100%;
      background: #dedede;
      position: absolute;
      z-index: 0;
    }

    .text {
      .heading {
        margin: 30px;
        justify-content: center;
        align-items: center;
      }

      .connectivity {
        display: none;

        .head {
          font-size: clamp(1rem, 3.5vw, 1.6rem);
          font-weight: 600;
          color: var(--theme-dark);
        }

        ul {
          li {
            padding: 10px 0;
          }
        }
      }

      .connectivity.active {
        display: block;
      }

      .btn {
        border-radius: 0px 40px 40px 40px;
        margin-top: 1rem;
      }
    }
  }
}

/* map css end */

#footer {
  display: flex;
  background-color: var(--theme);
  gap: 20px;

  .image {
    display: flex;
    div {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      p {
        margin-top: 2px;
        margin-bottom: 0;
      }
    }
  }

  .text {
    font-size: 13px;
  }
}

footer {
  background-color: var(--theme-dark);
  display: flex;
  justify-content: space-between;
  padding: 10px 5vw;
  font-size: 13.5px;
  color: #fff;

  a {
    color: #fff;
    text-decoration: none;
  }
}

/* popup css */
.popup-overlay.show {
  display: flex;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;

  .closePopup {
    color: #000;
  }
  /* Popup box */
  .popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;

    .box:first-child {
      margin-bottom: 1rem;
      border-bottom: 1px solid #e8e8e8;
    }
    .box {
      display: flex;

      .image,
      .text {
        width: 50%;
      }

      .image {
        display: flex;
        justify-content: center;
        align-items: center;

        .popup-image {
          filter: blur(2px);
        }
      }

      .text {
        padding: 0 1rem;
        .heading {
          text-align: start;
        }

        form {
          width: 100%;
          margin-top: 1.4rem;

          .mb-3 {
            margin-bottom: 1.3rem;

            input {
              width: calc(100% - 20px);
              padding: 10px;
              border: none;
              border-bottom: 1px solid var(--theme-dark);
              color: #fff !important;
            }
          }

          button {
            width: 100%;
            border-radius: 1rem;
          }
        }

        .contact-text {
          margin-top: 20px;
          height: 160px;
          display: flex;
          flex-direction: column;
          justify-content: center;

          .number {
            text-decoration: none;
            color: #000;
          }
          .or {
            color: var(--theme-dark);
            font-weight: 600;
          }
        }
      }
    }
  }

  /* Close button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    background: none;
    border: none;
  }
}

/* popup css end */

/* media query */
@media screen and (max-width: 1000px) {
  /* unique css  */
  section {
    padding: 4vh 25px;
  }

  /* unique css end */

  .about-us {
    .image {
      display: none;
    }

    .about-text {
      width: 100%;
    }
  }
}

@media screen and (max-width: 780px) {
  .banner {
    display: none;
  }

  .mobile {
    display: block;
  }

  .heading {
    font-family: "Cardo", serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }

  .nav-bar {
    .menu {
      .toggle-btn {
        display: block;
      }

      .navbar-links {
        display: none;
      }
      .navbar-links.active {
        display: flex;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 65px;
        flex-direction: column;
        left: 0;
        padding: 20px 0;
        box-shadow: 0 7px 16px -8px gray;
        li {
          padding: 10px;
        }
      }
    }
  }

  .popup-overlay {
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    padding: 3rem 0;
    align-items: flex-start;

    .popup-content {
      width: 80%;
      .box:last-child {
        flex-direction: column;

        .image,
        .text {
          width: 100%;
          padding: 0;
        }
        .text {
          margin-top: 2rem;
        }
      }
    }
  }

  .about-us {
    .heading {
      text-align: center;
    }
  }

  #highlight {
    padding-left: 0px;
    padding-right: 0px;

    .highlight {
      flex-wrap: wrap;
      border-radius: 0px;

      > div {
        width: 45%;

        img {
          width: 80px;
        }
      }
    }
  }

  #amenities {
    .slider {
      width: 100%;

      .box {
        flex-wrap: wrap;
        padding: 20px 0;
        flex: 0 0 100%;
        .text,
        .image {
          width: 100%;
          font-size: clamp(0.8rem, 3.5vw, 1rem);
        }
      }
    }
  }

  #price {
    .box {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      gap: 20px;

      .card {
        flex: 0 0 60%;
        margin-top: 35px;

        img {
          height: 60vw;
        }
      }
    }
  }

  #map {
    .box {
      .heading {
        display: block;
        text-align: center;
        margin-bottom: 2rem;
      }

      flex-direction: column;

      .image {
        display: none;
      }

      .navigate {
        flex-direction: row;
        width: 100%;
        height: 50px;
        margin-bottom: 2rem;
      }

      .navigate::after {
        height: 1px;
        width: 100%;
      }

      .text {
        .heading {
          .heading {
            font-family: "Cardo", serif;
            font-size: clamp(1rem, 3.5vw, 2.5rem);
            font-weight: 600;
            color: var(--theme-dark);
            margin: auto;
            justify-content: center;
            align-items: center;
          }
        }

        width: 100%;
        text-align: center;

        ul {
          width: fit-content;
          text-align: start;
          margin-left: auto;
          margin-right: auto;
          padding-inline-start: 40px;
        }
      }
    }
  }

  #gallery {
    & .gallery-container {
      width: 100%;
      & .gallery {
        & .gallery-track {
          img {
            flex: 1 0 90%;
            width: 90%;
            height: 20vh;
            border-radius: 2rem !important;
          }
          img:nth-child(odd),
          img:nth-child(even) {
            transform: scale(1);
          }
        }
      }
    }
  }
  #contactus {
    .form {
      width: 75%;
    }
  }
  section.why-choose {
    flex-direction: column;
    position: relative;

     {
      max-width: 100%;
    }

    h2 {
      font-size: 2.5rem;
    }

    li {
      font-size: 1.1rem;
    }
  }
  section.why-choose::before {
    content: "";
    height: calc(30% + 25px);
    position: absolute;
    width: 100%;
    background: var(--theme);
    z-index: -1;
    border-radius: 0;
    left: 0;
    bottom: 0;
  }

  #footer {
    flex-direction: column;
    .image {
      justify-content: space-between;
      align-items: center;
    }
    .text {
      text-align: center;
    }
  }
  footer {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}

.card {
  box-sizing: content-box;
}

.btn:hover {
  text-shadow: 2px 2px 5px #2e2e2e !important; /* optional text effect */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important; /* button shadow */
  transform: translateY(-2px); /* slight lift effect */
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ad4340;
  --bs-btn-border-color: #ad4340;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ad4340;
  --bs-btn-hover-border-color: #ad4340;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #ad4340;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ad4340;
  --bs-btn-disabled-border-color: #ad4340;
}
.right-btn {
  background-color: #ad4340 !important;
}
@media screen and (max-width: 767px) {
  .float .fa-whatsapp {
    font-size: 30px !important;
    bottom: 20px !important;
  }
}
.float .fa-whatsapp {
  width: fit-content !important;
}
.btn {
  padding: 10px 30px;
}
