:root {
  --softblue: #84cefa;
  --bg: #0a0a0a;
  --shadow: 0 2px 2px rgb(0 0 0 / 0.5);
}

body {
  font-size: 1.2rem;
  font-family: 'Work Sans', sans-serif;
  background-color: #000000;
  background-image: url(../img/newbgggggg.jpg);
  
}


.container, .container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].aos-animate {
  visibility: visible;
}




.hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../img/bckmhdnkosongsatu.jpeg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  filter: grayscale();
}

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero h1,
.hero h4,
.hero p {
  text-shadow: var(--shadow);
}

.hero h1 {
  font-family: 'caveat';
  font-size: 2.5rem;
}

.hero h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.6rem;
}

.hero p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.4rem;
}

.hero a {
  font-family: 'Times New Roman', Times, serif;
  color: white;
  background-color: rgb(0, 0, 0);
  box-shadow: var(--shadow);
  border-radius: 15%;
}

.hero a:hover {
  background-color: white;
  color: black;
}

@media only screen and (max-width: 768px)
  {

    .hero h1 {
       font-family: 'caveat';
       margin-top: 5rem;
        font-size: 2.2rem;
        margin-bottom: 4rem;
    }

    .hero h4 {
      font-family: 'Times New Roman', Times, serif;
      font-size: 20px;

    }

    .hero a{
      
      width: 100%;
      height: auto;
      margin-top: 12rem;
    }

    


  }

  /* Tambahkan di bagian atas file */
/* Ganti .hidden dengan ini */
.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: none;
}

/* State visible */
section:not(.hidden) {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: opacity 0.5s ease;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  mix-blend-mode: difference;
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  animation: rotating 4s linear infinite;
  
}

/* Responsive Styles */
@media (max-width: 768px) {
  .audio-control-wrapper {
    bottom: 1.5rem;
    right: 1.5rem;
  }
  
  .audio-icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    position: fixed;
  }
  
  .audio-tooltip {
    display: none; /* Sembunyikan tooltip di mobile */
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Story Section */
.story {
  padding: 80px 0;
  color: white;
}

.section-title {
  font-family: 'caveat';
  font-size: 28px;
  margin-bottom: 10px;
}

.wedding-date {
  font-family: 'Times New Roman', serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.story-content p {
  font-family: 'Times New Roman', serif;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}


  /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  margin-bottom: 8rem;
}

.about h1 {

  font-weight: 700;
  font-size: 32px;
  color: white;
}

.about .content p {
  margin-bottom: 0.8rem;
  color: white;
  padding: 1rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.about img {
  width: 100%;
  height: auto;
  border-radius: 20%;
  padding: 2rem;
}


/* gallery */

.gallery {
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
}

.gallery h2 {
  font-size: 32px;
  font-weight: 700;
 color: white;
 font-family: 'caveat';

}



/*--------------------------------------------------------------
# info Section
--------------------------------------------------------------*/

.info {
  background-color: var(--background-color);
  color: white;

}

.info h2 {

  font-size: 32px;
  font-weight: 700;
  color: white;
  font-family: 'Sacramento';
  padding-bottom: 4rem;
}

.info .alamat {
  font-size: 1.1rem;
}

.info .description {
  font-size: 1rem;
  font-weight: 300;
}

.info .card {
  background-color: #ffffff !important;
  color: rgb(0, 0, 0) !important;
  border: 1px solid #000000;
}

.info .card-header {
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.info .card-body {
  font-size: 1rem;
}

.info .card-footer {
  border-top: 1px solid #000000;
  font-size: 0.9rem;
  font-weight: 300;
}



.info .countdown {
  margin-top: 2px;
}

.info .countdown div {
  text-align: center;
  border-top: 2px solid var(--nav-color);
  background-color: #ffffff;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
  border-radius: 10px;
}

.info .countdown div h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
}

.info .countdown div h4 {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  width: 100%;
  height: auto;
  padding-top: 4rem;
}

.team h2 {
  font-family: 'caveat';
  font-size: 32px;
  font-weight: 700;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  background-image: url(../img/timbg.jpg);
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #ffffff;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: white;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #000000;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #000000;
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: rgb(92, 92, 92);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer .credits a {
  color: #000000;
}


/* Gift Section */
.gifts {
  position: relative;
  padding: 80px 0;
  color: white;
}

.gift-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gift-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-image: url(../img/giftbgsatu.jpg);
  background-size: cover;
  background-position: center;
}

.gift-header {
  padding: 20px;
  text-align: center;
}

.gift-header i {
  font-size: 2.5rem;
}

.gift-header h3 {
  margin-top: 10px;
  font-family: 'caveat';
  font-size: 1.8rem;
}

.gift-body {
  padding: 30px;
  text-align: center;
}

.bank-logo {
  height: 70px;
  width: 70px;
  margin-bottom: 0.5rem;
}

.bank-number {
  font-size: 2rem;
  font-weight: bold;
}

.btn-copy {
  background: #4d4d4d;
  color: white;
  border: none;
  padding: 8px 25px;
  border-radius: 50px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-copy:hover {
  background: #000000;
  transform: translateY(-3px);
}


/*--------------------------------------------------------------
# Featured Properties Section
--------------------------------------------------------------*/
.featured-properties .featured-property-main {
  background-color: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(253, 253, 253, 0.08);
  transition: all 0.4s ease;
}

.featured-properties .featured-property-main:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.featured-properties .featured-property-main .property-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.featured-properties .featured-property-main .property-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-properties .featured-property-main .property-hero:hover img {
  transform: scale(1.08);
}

.featured-properties .featured-property-main .property-hero .property-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px;
}

/* .featured-properties .featured-property-main .property-hero .property-overlay .property-badge-main {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.featured-properties .featured-property-main .property-hero .property-overlay .property-badge-main.premium {
  background: linear-gradient(135deg, #6f42c1, #8e44ad);
  box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}

.featured-properties .featured-property-main .property-hero .property-overlay .property-stats {
  display: flex;
  gap: 20px;
}

.featured-properties .featured-property-main .property-hero .property-overlay .property-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 20px;
}

.featured-properties .featured-property-main .property-hero .property-overlay .property-stats .stat-item i {
  font-size: 16px;
}

.featured-properties .featured-property-main .property-hero-content {
  padding: 30px;
}

.featured-properties .featured-property-main .property-hero-content .property-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-info {
  flex: 1;
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-info h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.3;
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-info h2 a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-info h2 a:hover {
  color: var(--accent-color);
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-info .property-address {
  display: flex;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 16px;
  font-weight: 500;
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-info .property-address i {
  color: var(--accent-color);
  font-size: 18px;
}

.featured-properties .featured-property-main .property-hero-content .property-header .property-price-main {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), blue 20%));
  color: var(--contrast-color);
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(54, 144, 231, 0.3);
}

.featured-properties .featured-property-main .property-hero-content .property-description {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin-bottom: 25px;
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .btn-primary-custom {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), blue 20%));
  color: var(--contrast-color);
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 144, 231, 0.3);
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(54, 144, 231, 0.4);
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .btn-outline-custom {
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
} */
/* 
.featured-properties .featured-property-main .property-hero-content .property-actions-main .btn-outline-custom:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .property-listing-info {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .property-listing-info .listing-status {
  background-color: color-mix(in srgb, #28a745, transparent 85%);
  color: #28a745;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .property-listing-info .listing-status.for-sale {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
}

.featured-properties .featured-property-main .property-hero-content .property-actions-main .property-listing-info .listing-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

 */









/* .featured-properties .properties-sidebar .sidebar-property-card {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.featured-properties .properties-sidebar .sidebar-property-card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image:hover img {
  transform: scale(1.05);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image .sidebar-property-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--contrast-color);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image .sidebar-property-badge.hot {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image .sidebar-property-badge.new {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-image .sidebar-property-badge.featured {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), blue 20%));
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content {
  padding: 20px;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content h4 a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content h4 a:hover {
  color: var(--accent-color);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 13px;
  margin-bottom: 12px;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-location i {
  color: var(--accent-color);
  font-size: 14px;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-specs {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-specs span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-specs span i {
  color: var(--accent-color);
  font-size: 11px;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-price-row .sidebar-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--heading-color);
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-price-row .sidebar-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-price-row .sidebar-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
} */












.featured-properties .property-card-horizontal {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.692);
  transition: all 0.4s ease;
}

.featured-properties .property-card-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.692);
}

.featured-properties .property-card-horizontal .property-image-horizontal {
  position: relative;
  width: 200px;
  min-width: 200px;
  overflow: hidden;
}

.featured-properties .property-card-horizontal .property-image-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-properties .property-card-horizontal .property-image-horizontal:hover img {
  transform: scale(1.05);
}

.featured-properties .property-card-horizontal .property-image-horizontal .property-badge-horizontal {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--contrast-color);
}

.featured-properties .property-card-horizontal .property-image-horizontal .property-badge-horizontal.exclusive {
  background: linear-gradient(135deg, #6f42c1, #8e44ad);
}

.featured-properties .property-card-horizontal .property-image-horizontal .property-badge-horizontal.new {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.featured-properties .property-card-horizontal .property-content-horizontal {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.featured-properties .property-card-horizontal .property-content-horizontal h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.featured-properties .property-card-horizontal .property-content-horizontal h3 a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.featured-properties .property-card-horizontal .property-content-horizontal h3 a:hover {
  color: var(--accent-color);
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-location-horizontal {
  display: flex;
  align-items: center;
  gap: 3px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 9px;
  margin-bottom: 15px;
  
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-location-horizontal i {
  color: var(--accent-color);
  font-size: 25px;
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-features {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-features .feature {
  display: flex;
  align-items: center;
  gap: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-features .feature i {
  color: var(--accent-color);
  font-size: 12px;
}

.featured-properties .property-card-horizontal .property-content-horizontal p {
  font-size: 14px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 20px;
  flex: 1;
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-footer-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-footer-horizontal .property-price-horizontal {
  font-size: 22px;
  font-weight: 800;
  color: var(--heading-color);
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-footer-horizontal .btn-view-horizontal {
  background-color: black;
  color: rgb(163, 163, 163);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.featured-properties .property-card-horizontal .property-content-horizontal .property-footer-horizontal .btn-view-horizontal:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .featured-properties .property-card-horizontal {
    flex-direction: column;
  }

  .featured-properties .property-card-horizontal .property-image-horizontal {
    width: 100% !important;
    height: 200px;
    max-width: 100% !important;
  }

  .featured-properties .property-card-horizontal .property-content-horizontal {
    padding: 20px;
  }

  .featured-properties .property-card-horizontal .property-content-horizontal .property-features {
    flex-wrap: wrap;
  }

  .featured-properties .property-card-horizontal .property-content-horizontal .property-footer-horizontal {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .featured-properties .property-card-horizontal .property-content-horizontal .property-footer-horizontal .btn-view-horizontal {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .featured-properties .featured-property-main .property-hero-content .property-header {
    flex-direction: column;
    gap: 20px;
  }

  .featured-properties .featured-property-main .property-hero-content .property-header .property-price-main {
    align-self: flex-start;
  }

  .featured-properties .featured-property-main .property-hero-content .property-actions-main .property-listing-info {
    margin-left: 0;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .featured-properties .featured-property-main .property-hero {
    height: 300px;
  }

  .featured-properties .featured-property-main .property-hero .property-overlay {
    padding: 20px;
  }

  .featured-properties .featured-property-main .property-hero .property-overlay .property-stats {
    flex-direction: column;
    gap: 10px;
  }

  .featured-properties .featured-property-main .property-hero-content {
    padding: 25px;
  }

  .featured-properties .featured-property-main .property-hero-content .property-header .property-info h2 {
    font-size: 24px;
  }

  .featured-properties .featured-property-main .property-hero-content .property-header .property-price-main {
    font-size: 20px;
    padding: 12px 20px;
  }

  .featured-properties .featured-property-main .property-hero-content .property-actions-main {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .featured-properties .featured-property-main .property-hero-content .property-actions-main .property-listing-info {
    flex-direction: row;
    justify-content: space-between;
  }

  .featured-properties .properties-sidebar .sidebar-property-card .sidebar-property-content .sidebar-specs {
    flex-wrap: wrap;
  }
}
