* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "sans-serif";
}

/* progress */

#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

#scrollTop svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

#scrollTop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #db9931;
}

circle {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 0.2s linear;
}

/* Whatsapp Floating button */
.whatsapp-float {
  position: fixed;
  bottom: 60px;
  left: 24px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  color: #ffffff;
}

/* scroll-animation */
.reveal {
  opacity: 0;
  transition: all 0.9s ease;
  will-change: transform, opacity;
}

/* Slide directions */
.from-left {
  transform: translateX(-80px);
}

.from-right {
  transform: translateX(80px);
}

.from-top {
  transform: translateY(-80px);
}

.from-bottom {
  transform: translateY(80px);
}

/* Active state */
.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* .........section-title....... */
.section-title {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

/* .....Hero Section...... */
.hero-section {
  padding: 60px 0;
  position: relative;
  min-height: 85vh;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.35) 60%,
      rgb(255 255 255 / 99%) 100%
    ),
    url("../assets/img/Lansdowne_Uttarakhand.jpg");

  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: -1px;
}

.hero-content {
  color: #ffffff;
  max-width: 900px;
  margin: auto;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-content p {
  font-size: 1.05rem;
}

.btn-custom {
  color: #000000;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #fff;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #8fd9fb;
}

/* about-section */

.about-section {
  position: relative;
  padding: 80px 0;
  /* background: #f4f6f5; */
  background-color: #fff;
  margin-top: -1px;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0) 100%
  );
}

.about-section p {
  font-size: 1rem;
  line-height: 1.9;
  color: #000000;
}

.about-title-highlight {
  font-size: 22px;
}

.about-list-wrapper {
  display: flex;
  column-gap: 20px;
}

/* why-landsdowne */

.why-lansdowne {
  background: #ffffff;
  padding: 80px 0;
}

.feature-card {
  border-radius: 12px;
  min-height: 110px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.icon-box {
  width: 25%;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  background: #0f4c81;
  align-content: center;
}

.content-box {
  width: 75%;
  color: #000;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 20px;
  align-content: center;
}

/* ..........about-section.......... */

.about-lansdowne {
  padding: 80px 0;
  background-color: #fafaf4;
}

.about-lansdowne-img {
  display: flex;
  flex-direction: column;
}

.about-lansdowne-img img {
  /* height: 100%; */
  width: 66%;
}

.about-lansdowne-img .second {
  align-self: flex-end;
  margin-top: -50px;
}
.lansdowne-list {
  list-style: none;
  padding-left: 0;
}

.lansdowne-list-item {
  display: flex;

  margin-bottom: 8px;
  color: #000000;
  column-gap: 5px;
}

.lansdowne-list-item img {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.text-success {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  color: #000000 !important;
}

/* project */

.project-section {
  background-color: #f6f8f7;
  padding: 80px 0;
}

.project-card {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.project-card:hover img {
  transform: scale(1.1);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Overlay */
.project-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Content on image */
.project-card-content {
  position: absolute;
  min-height: 180px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.project-card-content .content-heading {
  font-size: 24px;
}

/* Explore Button (anchor) */
.explore-btn {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  padding: 8px 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
  margin-top: auto;
}

.explore-btn:hover {
  background: #fff;
  color: #000;
}

.sold-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 8px;
  border: none;
  padding: 4px 10px;
}

/* why-lansdowne-section */

.why-lansdowne-row {
  row-gap: 24px;
}

/* ............Invest-section........... */
.invest-section {
  padding: 80px 0;
  background: #0f4c81;
  color: #fff;
}

.invest-desc {
  font-size: 1rem;
}

.invest-btn {
  background: #fff;
  color: #000;
  padding: 10px 26px;
  border-radius: 8px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease;
  border: 2px solid transparent;
}

.invest-btn:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #8fd9fb;
}

/* values-section */
.values-section {
  padding: 80px;
}

.invest-values {
  background: #f8f9f7;
}

/* Left text */

.values-content p {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
}

/* Cards */

.value-card h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.value-card p {
  font-size: 16px;
  color: #ffffff;
}

.value-card-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 16px;
}

.value-card:hover {
  transform: translateY(-6px);
}

.value-card-list {
  padding: 0;
}

.value-card-item {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 8px;
  color: #ffffff;
  column-gap: 5px;
}

.value-card-item img {
  margin-top: 5px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.value-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 25px 20px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.value-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #022441bd;
}

.value-card-content {
  position: relative;

  z-index: 2;
}

.vision-card {
  background-image: url("../assets/img/our-vision.avif");
}

.mission-card {
  background-image: url("../assets/img/mission.jpg");
}

.philosophy-card {
  background-image: url("../assets/img/philosophy-img.webp");
}

/* ..........our-developments.......... */
.development-section {
  background: #f6f8f7;
  padding: 80px 0;
}

.dev-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dev-card-subtitle {
  color: #0f4c81;
  font-weight: 600;
}

.highlight-list {
  padding-left: 0;
  list-style: none;
}

.highlight-list-item {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 8px;
  color: #000000;
  column-gap: 5px;
}

.highlight-list-item img {
  margin-top: 5px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* leadership-section */

.leadership-section {
  position: relative;
  background-image: url("../assets/img/Burj Khalifa_Rectangle (1).png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.leadership-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);

  z-index: 0;
}

/* .leadership-row {
  min-height: 60vh;
} */

.leadership-img {
  width: 70%;
  object-fit: cover;
  height: auto;
  border-radius: 12px;
}

.leader-info {
  color: #00afff;
}

/* ..........upcoming-events.......... */
.upcoming-projects {
  background: #f7f8f3;
  padding: 80px 0;
}

/* Card */
.up-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  min-height: 210px;
}

/* Image */
.up-img {
  position: relative;
  width: 45%;
}

.up-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Badge */
.coming-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e6c89a;
  color: #000;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
}

/* Content */
.up-content {
  padding: 20px;
  width: 55%;
}

.up-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.up-subtitle {
  color: #0f4c81 !important;
  font-weight: 600;
  margin-bottom: 10px;
}

.up-content p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}

/* ...........legacy-section......... */
.legacy-section {
  padding: 80px 0;
  background: #ffffff;
}

.legacy-title {
  font-weight: 600;
}

.legacy-subtitle {
  max-width: 720px;
  color: #000000;
  font-size: 15px;
}

.legacy-list {
  list-style: none;
  padding-left: 0;
}

.legacy-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}

.legacy-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2f7d32;
  font-size: 18px;
  line-height: 1;
}

.legacy-card {
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.legacy-point {
  padding: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.legacy-point.blue {
  background-image: url("../assets/img/Blue.png");
}
.legacy-point.red {
  background-image: url("../assets/img/Red\ \(1\).png");
}
.legacy-point.yellow {
  background-image: url("../assets/img/Yellow_Reverse.png");
}
.legacy-point.green {
  background-image: url("../assets/img/Green_Reverse.png");
}
.legacy-point p {
  color: rgb(0, 0, 0);
  margin-bottom: 0;
  font-weight: 600;
}
.legacy-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 24px;
}

.info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}

.card-header-custom {
  background: linear-gradient(135deg, #0f4c81, #0f4c81);
  padding: 18px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-circle {
  width: 42px;
  height: 42px;
  background: #fff;
  color: #0f4c81;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header-custom h6 {
  margin: 0;
  font-size: 15px;
}

.card-header-custom small {
  opacity: 0.85;
}

.dot {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.card-body-custom {
  padding: 22px;
}

.badges {
  margin: 10px 0;
}

.address-box {
  /* background: #f8fafc; */
  border-radius: 12px;
  /* padding: 12px 0px;
  margin: 15px 0; */
}

.address-box p {
  margin-bottom: 5px;
  font-size: 15px;
}

.address-box i {
  color: #0f4c81;
  margin-right: 6px;
}

.mini-box {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
}

.mini-box i {
  color: #0f4c81;
}

.corporate-location {
  background-color: #0f4c81;
  color: #fff;
  border: 2px solid transparent;
}

.corporate-location:hover {
  border: 2px solid #8fd9fb;
}

.sales-item {
  margin-bottom: 5px;
}

/* ..........our contact */

.Iframe-container {
  height: 400px;
}

.Iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-text h6 {
  font-size: 40px;
  margin: 0px 0px 20px;
}
.contact-text p {
  font-size: 18px;
}
.map-icon i {
  font-size: 18px;
  margin-right: 12px;
  color: #0f4c81;
}
.map-icon p {
  font-size: 18px;
  margin-bottom: 5px;
}

@media (min-width: 1600px) {
  /* hero-section */
  .hero-section {
    min-height: 60vh;
  }
}

/*   home responsive css upto 1200px */
@media (max-width: 1199.98px) {
  /* leadership-section */
  .leadership-img {
    width: 100%;
    height: auto;
  }

  /* about-lansdowne */

  .about-lansdowne-img img {
    height: auto;
  }

  /* upcoming-section */
  .up-img img {
    height: 220px;
  }

  /* leadership-section */

  /*.....Our-contacts.....*/
  .contact-text h6 {
    font-size: 36px;
  }

  .contact-text p,
  .map-icon p,
  .map-icon i {
    font-size: 16px;
  }
}

/*.....Responsive-css upto 992px */

@media (max-width: 991.98px) {
  /* section-title */
  .section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  /* hero-section */
  .hero-section {
    min-height: 70vh;
  }
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 16px;
    margin-block: 10px;
  }
  /*.....About-section.....*/
  .about-card-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 8px;
  }

  .about-card {
    justify-content: flex-start;
    height: auto;
    padding: 20px;
    width: 50%;
    margin: 0 !important;
  }

  .about-section {
    padding: 80px 0;
  }

  .about-section::before {
    height: 80px;
  }

  /* about-lansdowne-section */
  .about-lansdowne {
    padding: 80px 0;
  }

  .about-landsdowne-row {
    row-gap: 28px;
  }

  /* why-lansdowne-section */

  .why-lansdowne {
    padding: 80px 0;
  }

  .why-lansdowne-row {
    row-gap: 24px;
  }

  /* project-section */

  .project-section {
    padding: 80px 0;
  }

  .project-row {
    row-gap: 24px;
  }

  /* development-section */

  .development-section {
    padding: 80px 0;
  }

  /* leadership-section */
  .leadership-img {
    width: 100%;
  }
  /* upcoming-project-section */
  .upcoming-projects {
    padding: 80px 0;
  }

  .up-img img {
    height: 220px;
  }

  /* legacy-section */
  .legacy-section {
    padding: 80px 0;
  }

  .legacy-row {
    row-gap: 24px;
  }
}

/* .....Responsive-css upto 767.98px..... */
@media (max-width: 767.98px) {
  /* Scroll Animation */
  .reveal {
    opacity: 1;
  }

  /* Directions */
  .from-left {
    transform: translateX(0px);
  }

  .from-right {
    transform: translateX(0px);
  }

  .from-top {
    transform: translateY(0px);
  }

  .from-bottom {
    transform: translateY(0px);
  }

  /* Active */
  .reveal.active {
    opacity: 1;
  }

  /* section-title */
  .section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  /* hero-section */
  .hero-section {
    min-height: 68vh;
  }
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 16px;
    margin-block: 10px;
  }

  /* about-section */

  .about-section {
    padding: 60px 0;
  }

  .about-section::before {
    height: 60px;
  }

  .about-section p {
    line-height: normal;
  }
  /* about-lansdowne-section */
  .about-lansdowne {
    padding-block: 60px;
  }

  .about-landsdowne-row {
    row-gap: 24px;
  }

  .about-title-highlight {
    font-size: 20px;
  }

  .about-list-wrapper {
    column-gap: 10px;
  }

  .about-lansdowne-img .second {
    display: none;
  }

  .about-lansdowne-img .first {
    width: 100%;
  }

  /* why-lansdowne */
  .why-lansdowne {
    padding-block: 60px;
  }

  .why-lansdowne-row {
    row-gap: 24px;
  }

  /* project-section */

  .project-row {
    row-gap: 24px;
  }

  .project-card {
    height: 280px;
  }

  .project-section {
    padding: 60px 0px;
  }

  /* invest-section */
  .invest-section {
    padding: 60px 0;
  }

  /* values-section */

  .values-section {
    padding: 60px 0px;
  }

  .value-row {
    row-gap: 24px;
  }

  /* our-development-section */
  .development-section {
    padding: 60px 0;
  }

  .development-row {
    row-gap: 18px;
  }

  .dev-card {
    padding: 12px;
  }
  /* upcoming-events */
  .up-card {
    flex-direction: column;
  }
  .up-img {
    width: 100%;
  }

  .up-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .up-content {
    width: 100%;
  }

  /* legacy-section */

  .legacy-section {
    padding: 60px 0;
  }

  /* leadership-section */

  .leadership-section {
    padding: 60px 0;
  }

  .leadership-row {
    height: auto;
  }

  .leadership-img-wrapper {
    display: none;
  }
}

@media (max-width: 576px) {
  /*.....Contact-section.....*/
}
