@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: white;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    background: #f3eeec;
    min-height: 100vh;
}

.header {
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
}

.header img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.banner {
    display: flex;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.banner-left {
    flex: 1;
    overflow: visible;
    width: 50%;
}

.banner-left img {
    aspect-ratio: 10 / 9.75;
    height: auto;    
    object-fit: cover;
    position: relative;
    left: clamp(
        -350px, 
        calc(-310px + ((100vw - 768px) * (215 / 256))), 
        -180px
    );
}

.banner-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 clamp(40px, 8vw, 70px);
    font-family: 'Montserrat', sans-serif;
    width: 50%;
}

.highlight{
    color: black;
    font-size: 43px;
    font-weight: 700;
}

.banner-right p span{
    color: #155B2F;
}

.subtext{
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
}


.pill-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 28px;
    border-radius: 999px;
    background-color: #155B2F;
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

.pill-btn:hover {
    background: #1CAD4C;
}

.service {
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0px 48px
}

.service-title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 40px 0 30px 0;
}

.service-title h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: black;
}

.service-content1 {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 5.3;
    gap: 25px;
}

.cat-card1, .cat-card2 {
    flex: 1;
    background-size: cover;     
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
    overflow: hidden;
    text-align: center;
    padding: 24px;
    border-radius: 16px;
}

.cat-card1 {
    background-image: url('./image/2-1 Wood-Background.png');
}

.cat-card2 {
    background-image: url('./image/2-1 Wood-Background.png');
}

.cat-card-img {
    width: 100%;
    aspect-ratio: 10 / 6.5;
    border-radius: 8px;
}

.cat-card-text {
    text-align: start;
}

.cat-card-text h3{
    font-size: 28px;
    color: #5C2E16;
    font-family: 'Montserrat', sans-serif;
}

.cat-card-text p{
    font-size: 17px;
    color: #5C2E16;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.service-content2 {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
    gap: clamp(30px, 4.5vw, 50px);
}

.service-item {
    flex: 0 1 30%;
    max-width: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-item img {
    height: auto;
    width: clamp(110px, 18vw, 180px);
    margin-bottom: 10px;
}

.service-item p {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.packages {
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0px 48px;

    overflow: hidden;
    position: relative;
}

.packages-title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0 30px 0;
}

.packages-title h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: black;
}

.packages-content {
    height: auto;
    transition: padding 0.3s ease;
    overflow-x: visible;
    overflow-y: hidden;
    position: relative; 
}

.package-item {
    flex-shrink: 0;
    position: relative; 
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.package-item .package-image {
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 8;
    object-fit: cover;
}

.package-item .package-item-title {
    text-align: start;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(15px, 4vw, 20px);
    font-weight: 700;
    padding: 7px 0;
    color: #000000;
}

.package-item .package-item-content {
    display: flex;
    text-align: start;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(11px, 3vw, 16px);
    font-weight: 500;
    color: #000000;
    padding: 0 0 6px 0;
    align-items: center;
    gap: 8px;
}

.package-item .package-item-content img {
    cursor: pointer;
}

.package-item .package-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 10px;
}

.package-info .package-size{
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(11px, 3vw, 16px);
    font-weight: 500;
    color: #000000;
}

.package-info .package-price{
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(22px, 6vw, 32px);
    font-weight: 700;
    color: #155B2F;
}

.packages-note {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(11px, 3vw, 14px);
    margin-top: 30px;
    font-style: italic;
    font-weight: 500;
}

.packages-button {
    text-align: center;
    margin-top: 40px;
}

.pill-btn2 {
    display: inline-block;            
    padding: 14px 28px;
    border-radius: 999px;
    background-color: #155B2F;
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

.pill-btn2:hover {
    background: #1CAD4C;
}

.swiper {
  overflow: visible !important;
}

.swiper-wrapper {
  overflow: visible !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: white !important;
    border-radius: 50% !important;
    width: 75px !important;
    height: 75px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important; 
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
    font-weight: bold !important;
    color: black !important;
}

.swiper-button-disabled {
    display: none !important;
    pointer-events: none !important;
}

.gallery {
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.gallery-title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0 30px 0;
}

.gallery-title h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: black;
}

.gallery-wrapper {
    width: 100%;
    height: calc(100% - 110px);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    scroll-behavior: smooth;
}

.gallery-wrapper::-webkit-scrollbar {
    display: none;
}

.gallery-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gallery-content {
    display: flex;
    gap: 20px;
    align-items: stretch;
    padding: 20px;
    height: 100%;
}

.gallery-item {
    flex: 0 0 300px;
    height: 400px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 48px 0px 48px;
    background-color: #e7ddd9;
    display: flex;
    flex-direction: column;
}

.footer-main {
    display: flex;
    flex: 1;
}

.left-section {
    width: 40%;
}

.right-section {
    width: 60%;
}

.waze {
    display: flex;
    font-family: 'Hind', sans-serif;
    gap: 20px;
    justify-content: center;
    height: 100px;
    align-content: center;
}

.waze-logo img:hover,
.waze-logo img:active {
  filter: brightness(0.9);
  cursor: pointer;
}

.waze-text{
    text-align: start;
    line-height: 1.3;
}

.waze-text .title{
    font-size: 17px;
    font-weight: 700;
    color: black;
}

.waze-text .address{
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.footer .footer-logo{
    height: 100px;
}

.footer-content{
    font-size: 16px;
    font-weight: 600;
    color: black;
    line-height: 3;
    font-family: 'Hind', sans-serif;
}

.footer-content p span {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.social-icons{
    display: flex;
    gap: clamp(30px, 4vw, 20px);
    aspect-ratio: 10 / 0.6;
    margin-top: 25px;
}

.social-icons img{
    cursor: pointer;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: linear-gradient(to bottom, #57D163, #23B33A);
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
    margin-top: 5px;
    user-select: none;
}

.whatsapp-button:hover,
.whatsapp-button:active {
  background: #155B2F !important;
}

.whatsapp-button img {
    width: 20px;
    height: 20px;
}

.whatsapp-button span {
  color: inherit;
  text-decoration: none;
}

.map-container {
    width: 100%;
    aspect-ratio: 10 / 8;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    border: 0;
}

.copyright {
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    color: black;
    align-content: center;
    font-weight: 500;
    padding: 15px 0;
}

.nav-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0 5px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.nav-button:focus,
.nav-button:active {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.nav-button svg {
    width: 45px;
    height: 45px;
    fill: #666;
}

.review {
    max-width: 1024px;
    height: 742px;
    margin: 0 auto;
    padding: 0px 48px;
}

.review-card {
    display: flex;
    height: 100%;
    padding: 20px 0px;
    position: relative;
}


.review-title {
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0 30px 0;
}

.review-title h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: black;
}

.review-content {
    background-image: url('./image/5-1 Wood-Background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    height: clamp(300px, 72vh, 440px);
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
}

.cards-container {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    flex: 1 1 0;
    min-width: 0;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.user-info {
    flex: 1;
}

.user-name {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 4px;
}

.review-date {
    font-size: 12px;
    color: #718096;
}

.google-icon {
    width: 20px;
    height: 20px;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.star {
    width: 24px;
    height: 24px;
    fill: #fbbf24;
}

.review-text {
    line-height: 1.5;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.dots-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #10b981;
}

.dot:hover {
    transform: scale(1.2);
}

.review-button {
    text-align: center;
    margin-top: 60px;
}

.pill-btn3 {
    display: inline-block;            
    padding: 14px 28px;
    border-radius: 999px;
    background-color: #155B2F;
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.video-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    height: 80%;
    max-height: 80%;
}

.video-content video,
.draft-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    object-fit: contain;
}

.close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #57D163;
    font-size: 28px;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    background-color: transparent;
}

.nav-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    font-size: 32px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
    outline: none;
}

.nav-btn:focus,
.nav-btn:active {
    outline: none;
    background-color: transparent;
}

.prev-btn { left: 20px; }
.next-btn { right: 20px; }

.media-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #57D163;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    padding: 4px 10px;
    border-radius: 12px;
    user-select: none;
}

.whatsapp-float {
    position: fixed;
    bottom: clamp(20px, 3vw, 40px);
    right: clamp(20px, 3vw, 40px);
    width: clamp(50px, 10vw, 70px);
    height: clamp(50px, 10vw, 70px);
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    border-radius: 50%;
    background: linear-gradient(to bottom, #57D163, #23B33A);
    padding: 12px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.whatsapp-float img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    background: none;
}

.whatsapp-float:hover,
.whatsapp-float:active {
  background: #155B2F !important;
}

@media (hover: hover) {
    .whatsapp-float:hover {
        background: #155B2F !important;
    }
}

@media (hover: none) {
    .whatsapp-float:active {
        background: #155B2F !important;
    }
}


@media (max-width: 769px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .header {
        padding: 24px 0;
    }

    .header img {
        width: clamp(140px, 40vw, 280px);
    }

    .banner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 24px;
    }

    .banner-left{
        width: clamp(246px, 80vw, 550px);
        height: auto;
    }

    .banner-left,
    .banner-right {
        flex: none;
        padding: 0;
    }

    .banner-left img {
        position: static;
        width: 100%;
        height: auto;
    }

    .banner-right {
        width: 100%;
    }

    .highlight {
        font-size: clamp(24px, 8vw, 36px);
        text-align: center;
        padding-top: clamp(20px, 6vw, 50px);
    }

    .subtext {
        font-size: clamp(15px, 3vw, 28px);
        text-align: center;
        padding: clamp(10px, 2vw, 20px);
        line-height: 2;
    }

    .pill-btn {
        width: auto;
    }

    .service-title {
        padding: 40px 0 20px 0;
    }

    .service-title h2, 
    .packages-title h2, 
    .gallery-title h2,
    .review-title h2 {
        font-size: clamp(18px, 6vw, 38px);
    }

    .service, .packages, .review, .footer {
        padding: 24px;
    }

    .cat-card-text h3 {
        font-size: clamp(17px, 6vw, 26px);
    }

    .cat-card-text p {
        font-size: clamp(13px, 3.5vw, 14px);
    }

    .service-item p {
        font-size: clamp(14px, 4vw, 16px);
    }

    .gallery-title {
        padding: 80px 0 10px 0;
    }

    .nav-button svg {
        width: 35px;
        height: 35px;
    }

    .nav-button {
        padding: 0;
    }

    .user-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .review-date {
        font-size: 10px;
        color: #718096;
    }

    .google-icon {
        width: 17px;
        height: 17px;
    }

    .star {
        width: 20px;
        height: 20px;
        fill: #fbbf24;
    }

    .review-text {
        font-size: 13px;
    }

    .card {
        padding: 15px;
    }

    .footer-main {
        display: flow-root;
        flex: 1;
    }

    .left-section {
        width: 100%;
    }

    .footer .footer-logo {
        height: clamp(30px, 12vw, 100px);
    }

    .footer .footer-logo img {
        height: auto;
        width: 42%;
    }

    .footer-content {
        font-size: clamp(12px, 4vw, 25px);
        line-height: 2.8;
    }

    .social-icons {
        margin-top: 25px;
        aspect-ratio: 10 / 0.6;
    }

    .whatsapp-button img {
        width: clamp(20px, 4vw, 35px);
        height: clamp(20px, 4vw, 35px);
    }

    .whatsapp-button {
        padding: 10px 14px;
        font-size: clamp(14px, 4vw, 25px);
        margin-top: 8px;
    }

    .right-section {
        width: 100%;
        padding-top: 30px;
    }

    .waze {
        gap: 10px;
        height: 100px;
        justify-content: start;
    }

    .waze-text .title {
        font-size: clamp(13px, 3vw, 27px);
    }

    .waze-text .address {
        font-size: clamp(12px, 3vw, 25px);
    }

    .map-container {
        aspect-ratio: 10 / 12;
    }

    .copyright {
        font-size: clamp(12px, 4vw, 15px);
    }
}

@media (max-width: 700px) {
     .gallery-item {
        flex: 0 0 clamp(165px, 18vh, 300px);
        height: clamp(185px, 25vh, 400px);
    }
}

@media (max-width: 550px) {
    .service-content1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        aspect-ratio: 1/2;
    
    }

    .cat-card1, .cat-card2 {
        padding: 15px;
    }

    .service-content2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 0;
    }

    .package-item {
        padding: 15px;
    }
}

@media (max-width: 425px) {
    .gallery-item {
        flex: 0 0 clamp(115px, 18vh, 300px);
        height: clamp(150px, 25vh, 400px);
    }
}

@media (max-width: 350px) {
    .review-text {
        -webkit-line-clamp: 13;
    }
}



