    /* Style for texts */
    h1{
        font-family: sans-serif;
        font-size: x-large;
        line-height: 28px;
        font-weight: 900;
    }

    h4{
        font-family: 'Sen';
        font-weight: 700;
    }

    h6{
        font-family: 'Sen';
        font-size: medium;
        line-height: 28px;
        font-weight: 600;
    }

    .description-text, p{
        font-family: 'Barlow';
        line-height: 28px;
        font-weight: 500;
    }

    #heroCarousel .carousel-inner .carousel-item img{
        height: 85vh;
        object-fit: cover;
    }
    
    .highlight-text {
      background-color: rgba(179, 0, 57, 0.85);
      display: inline-block;
      padding: 12px 30px;
      font-weight: bold;
      color: white;
      font-size: 1.2rem;
      clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    }
    
    .btn-red {
      background-color: crimson;
      color: white;
    }

    .floating-description {
      background: white;
      padding: 2rem;
      border-radius: 2px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      max-width: 950px;
      margin: -35px auto 3rem;
      position: relative;
      z-index: 10;
    }

    .property-specs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      max-width: 800px;
      margin: 0 auto 4rem;
    }

    .spec-item {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-items: center;
      gap: 0.5rem;
      font-size: 15px;
      font-family: 'Barlow';
    }

    .spec-item img {
      width: 24px;
      height: 24px;
    }

    /* Links */
    .custom-link{
        background-color: crimson;
    }

    /* card style */
    .item-card {
        position: relative;
        width: 350px;
        margin: 0 auto;
        overflow: hidden;
    }

    .cont-image {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

    .cont-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cont-desc {
        position: relative;
        height: 220px;
        padding: 30px 15px 15px;
    }

    .desc-item {
        position: absolute;
        top: -20px;
        left: 20px;
        right: 20px;
        background: white;
        padding: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .desc-item h6 {
        font-size: 18px;
        margin: 0 0 10px;
        color: #333;
        text-align: center;
    }

    .desc-item p {
        font-size: 14px;
        color: #666;
        margin: 0;
        line-height: 1.4;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    /* carousel style gallery*/
    .custom-carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      background: none;
      border: none;
    }

    .hero-prev {
      left: -50px; 
    }
    .hero-next {
      right: -50px; 
    } 

    /* Custom CSS untuk Slider Card*/
    #highlightCarousel .transition {
      transition: transform 0.4s ease-in-out;
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      background: none;
      border: none;
      font-size: 2rem;
      color: #000;
      opacity: 0.6;
    }

    /* carousel button position */
    .card-prev {
      left: -40px;
    }

    .card-next {
      right: -40px;
    }

    .gallery-prev{
        left: 90px
    }

    .gallery-next{
        right: 90px;
    }

    /* ribbon style */
    .ribbon {
        background-color: #dc1a36;
        color: white;
        text-align: center;
        padding: 10px 20px;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        width: 100%;
    }
    
    .ribbon-clip {
        clip-path: polygon(0 0, 100% 0, 98% 50%, 100% 100%, 0 100%);
    }
    
    .ribbon-basic {
        position: relative;
        overflow: visible;
    }
    
    .ribbon-basic:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 30px;
        background-color: transparent;
        border-top: 25px solid #dc1a36;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #dc1a36;
    }
    
    .ribbon-img {
        background-color: transparent;
        padding: 0;
    }

    /* Hero Content Positioning - Desktop */
    .hero-container {
        height: 100%;
        display: flex;
        align-items: center; 
    }

    .hero-content-container{
        display: flex;
        align-items: center;
        
    }

    .hero-content {
        /* position: absolute; */
        margin-left: -7%;
        /* top: 35%;
        z-index: 10; */
    }

    .hero-ribbon {
        position: absolute;
        height: 100%;
        left: -30%;
        top: 0%;
        /* top: 100%;  */
        /* z-index: 10; */
        width: 90%;
    }

    .hero-ribbon-text {
        color: #FFF !important;
        position: relative;
        z-index: 3;
        /* left: 1%; */
        margin-left: -3%;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .hero-logo{
        position: absolute;
        top: 0%;
    }

    .image-logo{
        width: 100%;
    }

    /* RESPONSIVE STYLES */
    
    /* Large screens (1200px and up) */
    @media only screen and (min-width: 1200px) {
        .hero-content {
            left: -4%;
        }
        
        .hero-ribbon {
            /* left: -35%; */
            /* height: fit-content; */
            /* padding-top: 1%;
            padding-bottom: 1%;
            width: 90%; */
        }

        .hero-ribbon-text {
            left: -4%;
        }
        .image-logo{
            width: 90%;
        }
    }

    /* Medium screens (992px to 1199px) */
    @media (max-width: 1199px) and (min-width: 992px) {
        .hero-content {
            left: -4%;
        }
        
        .hero-ribbon {
            left: -30%;
            /* height: fit-content; */
            padding-top: 1%;
            padding-bottom: 1%;
            width: 90%;
        }

        .hero-ribbon-text {
            left: -4%;
        }

        .image-logo{
            width: 80%;
        }

        h1 {
            font-size: large;
        }

        .item-card {
            width: 320px;
        }

        .cont-image {
            height: 210px;
        }

        .cont-desc {
            height: 210px;
        }
    }

    /* Tablet screens (768px to 991px) */
    @media (max-width: 991px) and (min-width: 768px) {
        
        .hero-ribbon {
            /* height: fit-content; */
            padding-top: 1%;
            padding-bottom: 1%;
            width: 90%;
        }

        .hero-ribbon-text {
            left: -4%;
        }

        .image-logo{
            width: 80%;
        }

        h1 {
            font-size: medium;
        }

        .hero-ribbon h2 {
            font-size: 1.1rem;
        }

        .property-specs {
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }

        .card-prev {
            left: -20px;
        }

        .card-next {
            right: -20px;
        }

        .gallery-prev {
            left: 20px;
        }

        .gallery-next {
            right: 20px;
        }

        .item-card {
            width: 280px;
        }

        .cont-image {
            height: 190px;
        }

        .cont-desc {
            height: 190px;
        }

        .desc-item p {
            font-size: 13px;
            -webkit-line-clamp: 4;
        }

        #highlightCarousel .flex-shrink-0 {
            width: calc(100% / 2) !important;
        }
    }

    /* Mobile screens (576px to 767px) */
    @media (max-width: 767px) and (min-width: 576px) {
        #heroCarousel .carousel-inner .carousel-item img {
            height: 70vh;
        }
        
        .hero-ribbon {
            left: -23%;
            /* height: fit-content; */
            width: 80%;
            padding: 8px 20px;
        }

        .hero-ribbon h2 {
            font-size: 1.1rem;
        }

        .hero-ribbon-text {
            left: -3%;
        }

        .image-logo{
            width: 70%;
        }

        /* .carousel-caption {
            position: static !important;
            padding: 0 !important;
        } */

        h1 {
            font-size: 1.5rem;
            line-height: 24px;
        }

        h6 {
            font-size: 0.9rem;
            line-height: 20px;
        }

        .floating-description {
            margin: 1rem auto 2rem;
            padding: 1.5rem;
        }

        .property-specs {
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            max-width: 100%;
        }

        .spec-item {
            font-size: 13px;
            flex-direction: column;
            gap: 0.25rem;
        }

        .item-card {
            width: 280px;
        }

        .cont-image {
            height: 180px;
        }

        .cont-desc {
            height: 180px;
        }

        .desc-item p {
            font-size: 12px;
            -webkit-line-clamp: 4;
        }

        .carousel-btn {
            font-size: 1.5rem;
        }

        .card-prev {
            left: 10px;
        }

        .card-next {
            right: 10px;
        }

        .gallery-prev {
            left: 10px;
        }

        .gallery-next {
            right: 10px;
        }

        #highlightCarousel .transition {
            width: 100% !important;
        }

        #highlightCarousel .flex-shrink-0 {
            width: 100% !important;
        }
    }

    /* Extra small screens (below 576px) */
    @media (max-width: 575px) {
        #heroCarousel .carousel-inner .carousel-item img {
            height: 60vh;
        }
        
        .hero-ribbon {
            /* left: -6rem; */
            /* bottom: -2rem; */
            /* height: fit-content; */
            width: 100%;
            /* top: 57%; */
            /* padding: 6px 15px; */
        }

        .hero-content h1{
          font-size: 1.2rem;
        }

        .hero-ribbon h2 {
            font-size: 0.7rem;
        }

        .hero-ribbon-text {
            left: -3%;
            font-size: small;
        }

        .image-logo{
            width: 60%;
        }
        
        /* .carousel-caption {
            position: static !important;
            padding: 0 !important;
        } */

        h1 {
            font-size: 1.1rem;
            line-height: 18px;
        }

        h4 {
            font-size: 1rem;
        }

        h6 {
            font-size: 0.7rem;
            line-height: 16px;
        }

        .floating-description {
            margin: 0.5rem auto 1.5rem;
            padding: 1rem;
        }

        .description-text, p {
            font-size: 14px;
            line-height: 22px;
        }

        .property-specs {
            grid-template-columns: repeat(2, 1fr);
            gap: 0.8rem;
            max-width: 100%;
        }

        .spec-item {
            font-size: 12px;
            flex-direction: column;
            gap: 0.2rem;
        }

        .spec-item img {
            width: 20px;
            height: 20px;
        }

        .item-card {
            width: 100%;
            max-width: 260px;
        }

        .cont-image {
            height: 160px;
        }

        .cont-desc {
            height: 160px;
            padding: 25px 10px 10px;
        }

        .desc-item {
            left: 15px;
            right: 15px;
            padding: 12px;
        }

        .desc-item h6 {
            font-size: 16px;
        }

        .desc-item p {
            font-size: 11px;
            -webkit-line-clamp: 3;
        }

        .carousel-btn {
            font-size: 1.2rem;
        }

        .card-prev {
            left: 5px;
        }

        .card-next {
            right: 5px;
        }

        .gallery-prev {
            left: 5px;
        }

        .gallery-next {
            right: 5px;
        }

        #highlightCarousel .transition {
            width: 100% !important;
        }

        #highlightCarousel .flex-shrink-0 {
            width: 100% !important;
        }

        .btn {
            padding: 0.5rem 1rem !important;
            font-size: 0.9rem;
        }

        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
    }