
        html,
        body {
            height: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Arial, sans-serif;
            overflow-x: hidden;
        }

        body {
            min-height: 100vh;
            width: 100%;
            background: #000;
            position: relative;
        }

        /* Slider Styles */
        .slider {
            position: relative;
            width: 100%;
            height: 120vh;
            overflow: hidden;
            z-index: 1;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s;
        }

        .slide.active {
            opacity: 1;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            pointer-events: none;
            user-select: none;
        }

        .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.32);
            top: 0;
            left: 0;
            pointer-events: none;
        }

        .center-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-top: 40px;
            text-align: center;
            z-index: 5;
            color: #fff;
            width: 100%;
            padding: 0 20px;
            user-select: none;
        }

        .center-content .small-title {
            font-size: 1.4rem;
            letter-spacing: 2px;
            font-weight: 400;
            margin-bottom: 10px;
            opacity: 0.95;
        }

        .center-content .main-title {
            font-size: 4.2rem;
            font-family: 'Dancing Script', cursive;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 1px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
        }

        .center-content .subtitle {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 32px;
            opacity: 0.95;
        }

        .center-content .learn-more-btn {
            padding: 18px 38px;
            background: rgba(120, 130, 140, 0.68);
            border: none;
            border-radius: 6px;
            font-size: 1.18rem;
            font-weight: 500;
            color: #fff;
            cursor: pointer;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
            transition: background 0.25s;
        }

        .center-content .learn-more-btn:hover {
            background: rgba(100, 110, 120, 0.85);
        }

        /* Slider dots */
        .slider-dots {
            position: absolute;
            left: 32px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 30;
            display: flex;
            flex-direction: column;
            gap: 13px;
            user-select: none;
        }

        .slider-dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            border: 1px solid #fff;
            background: transparent;
            transition: background 0.22s;
            cursor: pointer;
            box-sizing: border-box;
        }

        .slider-dot.active {
            background: #fff;
        }

        /* Responsive */
        @media (max-width: 800px) {
            .center-content .main-title {
                font-size: 2.7rem;
            }

            .center-content .subtitle {
                font-size: 1.18rem;
            }
        }

        @media (max-width: 600px) {
            .center-content .main-title {
                font-size: 1.5rem;
            }

            .center-content .subtitle {
                font-size: 1rem;
            }

            .center-content .learn-more-btn {
                font-size: 1rem;
                padding: 12px 25px;
            }

            .slider-dot {
                width: 12px;
                height: 12px;
            }

            .slider-dots {
                left: 12px;
            }
        }

       

      
        /* Main Content */
        .main-content {
            position: relative;
            z-index: 2;
            background: white;
            min-height: 100vh;
            margin-top: 100vh;
            /* Push content below the slider */
        }

       
      /* 2ns no. section  */
    .imageExpand {
      margin: 0;
      background: #3b4d4f;
      font-family: 'Segoe UI', Arial, sans-serif;
      color: #b5c7c8;
      min-height: 100vh;
      box-sizing: border-box;
    }

    /* Centering Wrapper */
    .center-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      width: 100vw;
      box-sizing: border-box;
      padding: 20px;
    }

    .villa-section {
      display: flex;
      width: 100%;
      max-width: 1700px;
      height: auto;
      min-height: 340px;
      box-sizing: border-box;
      align-items: stretch;
      overflow: hidden;
      border-radius: 0px;
      background: #3b4d4f;
      /* box-shadow: 0 6px 48px rgba(17, 17, 17, 0.3); */
    }

    .villa-gallery {
      display: flex;
      flex: 2.5;
      min-width: 0;
      height: auto;
      min-height: 340px;
      box-sizing: border-box;
      overflow: hidden;
      border-radius: 0px 0 0 0px;
      background: #22292a;
    }

    .villa-photo {
      flex: 1;
      min-width: 0;
      position: relative;
      transition: flex 0.5s cubic-bezier(.42,.09,.49,.99);
      overflow: hidden;
      cursor: pointer;
    }

    .villa-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      transition: transform 0.5s cubic-bezier(.42,.09,.49,.99);
      pointer-events: none;
      user-select: none;
    }

    .villa-photo.expanded {
      flex: 3.4;
      z-index: 2;
    }
    .villa-photo:not(.expanded) {
      filter: grayscale(10%);
      opacity: 0.82;
    }
    .villa-photo.expanded img {
      transform: scale(1.05);
      filter: none;
      opacity: 1;
      box-shadow: 0 0 36px rgba(0, 0, 0, 0.3);
    }

    .villa-content {
      flex: 1.5;
      padding: 40px;
      background: #3b4d4f;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 300px;
      box-sizing: border-box;
      z-index: 4;
      border-radius: 0 12px 12px 0;
    }
    .villa-content h2 {
      font-size: 24px;
      color: #8ea1a3;
      font-weight: 400;
      margin: 0 0 16px 0;
      letter-spacing: 1px;
    }
    .villa-content p {
      font-size: 15px;
      line-height: 1.65;
      color: #c9d2d2;
      margin-bottom: 20px;
      margin-top: 0;
    }
    .villa-content button {
      padding: 15px 45px;
      background: #7b8c8f;
      color: #fff;
      border: none;
      border-radius: 2px;
      font-size: 1.12rem;
      font-family: inherit;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.25s;
      margin-top: 10px;
      width: fit-content;
    }
    .villa-content button:hover {
      background: #91a4a7;
    }

    /* Responsive Breakpoints */
    @media (max-width: 1200px) {
      .villa-content {
        padding: 30px;
      }
    }

    @media (max-width: 992px) {
      .villa-section {
        flex-direction: column;
        height: auto;
      }
      
      .villa-gallery {
        flex-direction: row;
        height: 300px;
        min-height: 300px;
        border-radius: 12px 12px 0 0;
      }
      
      .villa-content {
        border-radius: 0 0 12px 12px;
        padding: 30px;
      }
      
      .villa-photo img {
        height: 300px;
      }
    }

    @media (max-width: 768px) {
      .center-wrapper {
        padding: 10px;
      }
      
      .villa-gallery {
        height: 250px;
        min-height: 250px;
      }
      
      .villa-photo img {
        height: 250px;
      }
      
      .villa-content {
        padding: 25px;
      }
      
      .villa-content h2 {
        font-size: 20px;
      }
      
      .villa-content p {
        font-size: 14px;
      }
      
      .villa-content button {
        padding: 12px 30px;
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .villa-gallery {
        height: 200px;
        min-height: 200px;
      }
      
      .villa-photo img {
        height: 200px;
      }
      
      .villa-content {
        padding: 20px;
      }
      
      .villa-content h2 {
        font-size: 18px;
        margin-bottom: 12px;
      }
      
      .villa-content p {
        font-size: 13px;
        margin-bottom: 15px;
      }
      
      .villa-content button {
        padding: 10px 25px;
        font-size: 0.95rem;
        width: 100%;
      }
    }

    @media (max-width: 400px) {
      .villa-gallery {
        height: 150px;
        min-height: 150px;
      }
      
      .villa-photo img {
        height: 150px;
      }
      
      .villa-content {
        padding: 15px;
      }
      
      .villa-content h2 {
        font-size: 16px;
      }
      
      .villa-content p {
        font-size: 12px;
      }
    }


    /* testimonial slider */

     .testimonial-section {
            background: #fff;
            position: relative;
            min-height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .testimonial-carousel {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 75vw;
            max-width: 1600px;
            z-index: 1;
        }

        .arrow-btn {
            background: none;
            border: none;
            font-size: 2rem;
            font-weight: 300 !important;
            color: #263a3e;
            opacity: 0.7;
            cursor: pointer;
            margin: 0 2rem;
            transition: opacity 0.2s;
            height: 40px;
            width: 40px;
        }

        .arrow-btn:hover {
            opacity: 1;
        }

        .testimonial-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4rem;
        }

        .testimonial-text {
            max-width: 650px;
            text-align: left;
        }

        .quote {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.35;
            color: #263a3e;
            margin-bottom: 2rem;
            letter-spacing: 0.5px;
        }

        .author {
            font-size: 15px;
            color: #ad8e8e;
            letter-spacing: 1px;
        }

        .testimonial-image img {
            width: 220px;
            height: 220px;
            object-fit: cover;
            border-radius: 50%;
            border: 8px solid #f5f7f7;
            box-shadow: 0 6px 40px rgba(38, 58, 62, 0.1);
        }

       

        /* Responsive for small screens */
        @media (max-width: 900px) {
            .testimonial-content {
                flex-direction: column;
                gap: 2rem;
            }

            .testimonial-image img {
                width: 220px;
                height: 220px;
            }

            .testimonial-text {
                max-width: 100vw;
                padding: 0 1.2rem;
            }

            .arrow-btn {
                margin: 0 1rem;
                font-size: 2rem;
            }
        }


    /* type-A section */
    section {

         background: #7c9091;
    }


    .main-wrap {
      background: #7c9091;
      margin: 0px;
      display: flex;
      flex-direction: row;
      min-height: 93vh;
      overflow: hidden;
    }
    .left-panel {
      background: #7c9091;
      width: 43%;
      min-width: 400px;
      padding: 60px 0 0 95px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      position: relative;
    }
    .headline {
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 2.6rem;
      font-weight: 400;
      letter-spacing: 0.02em;
      color: #293637;
      line-height: 1.1;
      margin-bottom: 24px;
    }
    .bio-r {
      font-size: 2.2rem;
      letter-spacing: 0.01em;
    }
    .desc {
      color: #fff;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 400;
      margin-bottom: 48px;
      max-width: 430px;
    }

    .arrow-row {
      margin-bottom: 36px;
      height: 38px;
      position: relative;
      user-select: none;
    }
    .arrow-link {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
      border: none;
      outline: none;
      background: none;
      font-family: inherit;
      padding: 0;
      min-width: 120px;
      min-height: 33px;
      position: relative;
    }
    .arrow-svg-wrap {
      display: inline-block;
      height: 26px;
      width: 60px;
      position: relative;
      vertical-align: middle;
      opacity: 1;
      transform: translateX(0);
      transition:
        width 0.38s cubic-bezier(.55,.02,.28,1.05),
        opacity 0.26s cubic-bezier(.77,.13,.26,.99),
        transform 0.36s cubic-bezier(.65,.11,.37,1.25);
    }
    /* Animate the arrow using stroke-dasharray and dashoffset */
    .main-arrow-line {
      stroke-dasharray: 40;
      stroke-dashoffset: 0;
      transition: stroke-dashoffset 0.38s cubic-bezier(.77,.13,.26,.99);
    }
    .main-arrow-head {
      opacity: 1;
      transform: translateX(0);
      transition: 
        opacity 0.17s cubic-bezier(.77,.13,.26,.99),
        transform 0.34s cubic-bezier(.77,.13,.26,.99);
    }
    /* On hover, line shrinks left and arrow head slides/fades */
    .arrow-link:hover .main-arrow-line,
    .arrow-link:focus .main-arrow-line {
      stroke-dashoffset: 40;
      transition-delay: 0s;
    }
    .arrow-link:hover .main-arrow-head,
    .arrow-link:focus .main-arrow-head {
      opacity: 0;
      transform: translateX(8px);
      transition-delay: 0.28s, 0.14s;
    }

    .see-more {
      opacity: 0;
      font-size: 1.08rem;
      font-weight: 400;
      letter-spacing: 0.02em;
      color: #fff;
      margin-left: 0;
      display: inline-flex;
      align-items: center;
      position: absolute;
      left: 0;
      top: 3px;
      height: 35px;
      pointer-events: none;
      transform: translateX(-18px);
      transition:
        opacity 0.36s cubic-bezier(.58,.19,.33,1.2),
        transform 0.39s cubic-bezier(.72,.13,.34,1.15),
        color 0.22s;
      font-family: inherit;
    }
    .see-more .mini-arrow {
      display: inline-block;
      margin-left: 7px;
      width: 21px;
      height: 12px;
      vertical-align: middle;
    }
    .arrow-link:hover .see-more,
    .arrow-link:focus .see-more {
      opacity: 1;
      color: #fff;
      margin-left: 0px;
      pointer-events: auto;
      transform: translateX(0);
      transition-delay: 0.34s, 0.23s, 0s;
    }
    .arrow-link:focus {
      outline: 2px dashed #fff9;
    }
    .links-list {
      margin-top: 30px;
    }
    .links-list a {
      display: block;
      color: #fff;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.01em;
      margin-bottom: 13px;
      transition: color 0.16s;
      width: fit-content;
    }
    .links-list a:hover {
      color: #293637;
      text-decoration: underline;
    }
    .right-panel {
      flex: 1 1 0;
      background: #7c9091;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      position: relative;
      min-width: 0;
      overflow: hidden;
    }
    .main-img-wrap {
      width: 98%;
      height: 94%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      overflow: hidden;
    }
    .main-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right;
      display: block;
    }
    
    @media (max-width: 1100px) {
      .main-wrap {
        flex-direction: column;
      }
      .left-panel {
        width: 100%;
        min-width: 0;
        padding: 34px 12vw 18px 9vw;
      }
      .right-panel, .main-img-wrap {
        width: 100%;
        min-width: 0;
        height: 400px;
        min-height: 200px;
      }
    }
    @media (max-width: 700px) {
      .main-wrap {
        margin: 0;
        border-radius: 0;
      }
      .left-panel {
        padding: 22px 5vw 8px 5vw;
      }
      .headline, .bio-r {
        font-size: 1.26rem;
      }
      .desc {
        font-size: 0.94rem;
      }
      .links-list a {
        font-size: 0.96rem;
      }
      
    }

    /* section B  */

     .section-b {
      width: 100vw;
      min-height: 86vh;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      padding: 0;
      box-sizing: border-box;
      background: #fff;
    }
    .sectionb-left {
      width: 46vw;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 70px 56px 0 200px;   /* right gap */
      min-height: 600px;
      box-sizing: border-box;
    }
    .sectionb-heading {
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 2.2rem;
      color: #a18d89;
      font-weight: 400;
      letter-spacing: 0.03em;
      margin-bottom: 22px;
    }
    .sectionb-desc {
      color: #222;
      font-size: 1.03rem;
      line-height: 1.5;
      font-weight: 400;
      margin-bottom: 48px;
      max-width: 410px;
    }
    .sectionb-arrow-row {
      margin-top: 24px;
      margin-bottom: 16px;
      height: 24px;
      user-select: none;
      position: relative;
    }
    .sectionb-arrow {
      display: block;
      width: 80px;
      height: 24px;
      position: relative;
      cursor: pointer;
    }
    .sectionb-arrow .arrow-line {
      position: absolute;
      left: 0;
      top: 50%;
      width: 62px;
      height: 1.3px;
      background: #bfc4c6;
      transform: translateY(-50%);
      transition: width 0.28s cubic-bezier(.77,.13,.26,.99);
    }
    .sectionb-arrow .arrow-head {
      position: absolute;
      left: 59px;
      top: 50%;
      width: 18px;
      height: 12px;
      transform: translateY(-50%);
    }
    .sectionb-arrow .arrow-head svg {
      width: 17px;
      height: 11px;
      display: block;
    }
    .sectionb-arrow:hover .arrow-line {
      width: 22px;
    }
    .sectionb-arrow:hover .arrow-head {
      left: 19px;
      transition: left 0.28s cubic-bezier(.77,.13,.26,.99);
    }
    .sectionb-right {
      width: 54vw;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      background: #fff;
      padding-top: 50px;
      padding-bottom: 50px;
      min-height: 600px;
      box-sizing: border-box;
    }
    .carousel {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      flex: 1 1 0;
      display: flex;
      align-items: stretch;
      justify-content: stretch;
    }
    .carousel-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      left: 0; top: 0;
      opacity: 0;
      transition: opacity 1.1s cubic-bezier(.48,.07,.3,1.06);
      z-index: 0;
    }
    .carousel-image.active {
      opacity: 1;
      z-index: 2;
    }
    .carousel-dots {
      position: absolute;
      left: 34px;
      bottom: 32px;
      display: flex;
      gap: 11px;
      z-index: 10;
    }
    .carousel-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #e5e5e5;
      opacity: 0.85;
      transition: background 0.22s, opacity 0.22s, transform 0.2s;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
    }
    .carousel-dot.active {
      background: #bfc4c6;
      opacity: 1;
      transform: scale(1.12);
    }
    @media (max-width: 1150px) {
      .sectionb-left { padding-left: 50px; padding-right: 24px; }
      .sectionb-right { min-height: 350px; padding-top: 24px; padding-bottom: 24px; }
      .carousel-dots { left: 18px; bottom: 14px; }
    }
    @media (max-width: 900px) {
      .section-b { flex-direction: column; }
      .sectionb-left, .sectionb-right {
        width: 100vw;
        min-width: 0;
        padding-left: 10vw;
        padding-right: 4vw;
        padding-top: 36px;
      }
      .sectionb-left { min-height: 0; }
      .sectionb-right { min-height: 200px; height: 260px; }
    }
    @media (max-width: 600px) {
      .sectionb-left { padding-left: 6vw; padding-right: 3vw; }
      .sectionb-heading { font-size: 1.13rem; }
      .sectionb-desc { font-size: 0.93rem; }
      .carousel-dots { left: 8px; bottom: 6px; }
    }


    /* section c  */

    .media-section {
      width: 100vw;
      text-align: center;
      padding-top: 32px;
      padding-bottom: 32px;
      box-sizing: border-box;
      background-color: #fff;
    }
    .media-title {
      font-size: 32px;
      color: #a18d89;
      font-weight: 400;
      margin-bottom: 8px;
      letter-spacing: 0.03em;
    }
    .media-sub {
      font-size:15px;
      color: #23272c;
      font-weight: 400;
      margin-bottom: 48px;
      letter-spacing: 0.01em;
    }
    .media-carousel-wrap {
      width: 100vw;
      position: relative;
      padding: 0 90px;
      box-sizing: border-box;
      margin-top: 24px;
      overflow: visible;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .media-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 240px;
      height: 36px;
      border-radius: 50%;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: background 0.15s;
    }
    .media-arrow:active { background: #eee; }
    .media-arrow-left { left: 24px; }
    .media-arrow-right { right: 24px; }
    .media-arrow svg {
      width: 28px;
      height: 28px;
      stroke: #222;
      stroke-width: 2.2;
      fill: none;
      pointer-events: none;
    }
    .media-carousel {
      width: 66vw;
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      box-sizing: border-box;
      display: flex;
      align-items: flex-end;
      min-height: 150px; /* reduced */
    }
    .media-track {
      display: flex;
      align-items: flex-end;
      gap: 28px; /* reduced gap */
      transition: transform 0.55s cubic-bezier(.82,.09,.43,1.01);
      will-change: transform;
      padding: 8px 0 18px 0;
    }
    .media-card {
      width: 110px;
      min-width: 110px;
      height: 150px;
      border-radius: 0;
      background: #f3f3f3;
      box-shadow: none;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      position: relative;
      opacity: 0.44;
      transition: opacity 0.22s cubic-bezier(.63,.02,.51,1), transform 0.22s cubic-bezier(.66,.2,.36,1.16);
      overflow: hidden;
      cursor: pointer;
      z-index: 1;
    }
    .media-card:hover,
    .media-card:focus {
      opacity: 1 !important;
      z-index: 2;
    }
    .media-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 0;
      pointer-events: none;
      user-select: none;
    }
    @media (max-width: 1250px) {
      .media-carousel { max-width: 900px; }
      .media-card { width: 90px; min-width: 90px; height: 120px; }
      .media-track { gap: 18px; }
    }
    @media (max-width: 900px) {
      .media-carousel { width: 95vw; }
      .media-title { font-size: 2.2rem; }
      .media-card { width: 64px; min-width: 64px; height: 80px; }
      .media-arrow { width: 50px; height: 28px; }
      .media-arrow svg { width: 18px; height: 18px; }
      .media-arrow-left { left: 6px; }
      .media-arrow-right { right: 6px; }
      .media-track { gap: 10px; }
      .media-sub { font-size: 1rem; }
    }
    @media (max-width: 550px) {
      .media-carousel { min-height: 60px; }
      .media-title { font-size: 1.08rem; }
      .media-card { width: 42px; min-width: 42px; height: 48px; }
    }