



    .about-details-wrap {
  background: #0b3440;
  padding: 55px 0;
}

.about-details {
  align-items: center;
}

/* Column */
.details-col {
  position: relative;
}

/* Divider (desktop only) */
/* Vertical divider – image jaisi */
.details-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  opacity: 0.85;
}


/* Heading */
.details-col .title {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #d4af37;
  margin-bottom: 14px;
}

/* Text */
.details-col p {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}

/* UNIT SIZE colors */
.unit-main {
  color: rgba(255,255,255,0.9);
}

.unit-sub {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
}

/* Responsive handled by Bootstrap grid */
@media (max-width: 991px) {
  .details-col:not(:last-child)::after {
    display: none;
  }
  .details-col {
    margin-bottom: 30px;
  }
}
/* hidden state */
.ad-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* show */
.ad-show {
  opacity: 1;
  transform: translateY(0);
}



/* secound */

    /* Hidden state */
.hl-left,
.hl-right,
.hl-item {
  opacity: 0;
  transition: all 0.8s ease;
}

/* Directions */
.hl-left {
  transform: translateX(-60px);
}

.hl-right {
  transform: translateX(60px);
}

.hl-item {
  transform: translateY(25px);
}

/* Active */
.hl-show {
  opacity: 1;
  transform: translate(0, 0);
}

    .object-fit-cover {
  object-fit: cover;
  min-height: 520px;
}

@media (max-width: 991px) {
  .object-fit-cover {
    min-height: auto;
  }
}

    .highlight-section {
  background-color: #0B333F;
  color: #ffffff;
}

/* Typography */
.highlight-title {
  font-family: 'Playfair Display', serif;
  line-height: 1.3;
}

.small-title {
  font-size: 20px;
  font-weight: 400;
  color: #d6d6d6;
}

.main-title {
  font-size: 42px;
  font-weight: 600;
  color: #c9a96a;
}

/* List */
.highlight-list li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #e5e5e5;
  line-height: 1.6;
}

.dot {
  width: 7px;
  height: 7px;
  background-color: #c9a96a;
  border-radius: 50%;
  margin-right: 14px;
  margin-top: 8px;
  flex-shrink: 0;
}

/* Image fix */
.object-fit-cover {
  object-fit: cover;
  min-height: 520px;
}

/* Responsive */
@media (max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
  .small-title {
    font-size: 16px;
  }
  .object-fit-cover {
    min-height: auto;
  }
}


/* third */
 
 .animate-left,
.animate-right,
.animate-item {
  opacity: 0;
  transition: all 0.8s ease;
}

/* Direction */
.animate-left {
  transform: translateX(-60px);
}

.animate-right {
  transform: translateX(60px);
}

.animate-item {
  transform: translateY(25px);
}

/* Active */
.animate-show {
  opacity: 1;
  transform: translate(0, 0);
}



/* photo image */

    
    /* hidden */
.gal-head,
.gal-img {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* show */
.gal-show {
  opacity: 1;
  transform: translateY(0);
}

