          .stay-family-sec{
              padding:5rem 0;
              position:relative;
          }
          .stay-family-content .vila-tiles{
              font-size:20px;
              font-weight:600;
          }
          
            .Villa-box-table {
              width: 100%;
              border-collapse: collapse;
             
            }
            .stay-family-sec .row{
                margin-bottom:40px;
            }
            .Villa-box-table thead th {
              background: #104594;
              color: #ffffff;
              font-size: 15px;
              font-weight: 700;
              text-align: left;
              padding: 16px 20px;
              border-right: 1px solid #ffffff;
            }

            .Villa-box-table tbody td {
              padding: 10px 20px;
              border-bottom: 1px solid #eeeeee;
              vertical-align: top;
              background:#eeeeee;
              border-right: 1px solid #ffffff;
              font-size:15px;
            }
            
            .Villa-box-table tbody td p {
              margin: 0;
              font-size: 14.5px;
              color: #333333;
              line-height: 1.6;
            }
            
            .Villa-box-table tbody tr:nth-child(even) {
              background: #f7f8fa;
            }
            .best-family-box{
                margin-top:30px;
            }
            .stay-family-sec.new-stay{
              padding:0;  
            }
            .find-the-secman .ready-book-cta{
                margin:0;
            }
            
            .find-the-secman .ready-book-cta .big-titlee{
                color:#fff;
            }
            .find-the-secman .ready-book-cta .coonoo-point{
                padding: 0;
                list-style: none;
            }
            
            .find-the-secman .ready-book-cta .coonoo-point li{
                color:#fff;
            }
            
            .find-the-secman .ready-book-cta .coonoo-point li:not(:last-child){
                margin-bottom:5px;
            }
            .villa-card {
            position: relative;
            z-index: 1;
            background: #fff;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 30px 60px -25px rgba(10, 28, 60, 0.35);
            border: 1px solid rgba(16, 69, 148, 0.16);
        }
        .villas-rail .villa-card:not(:last-child){
          margin-bottom:50px;  
        }
        
        .villas-rail{
            position: relative;
        }
      .route-line {
            position: absolute;
            left: 50%;
            top: 60px;
            bottom: 60px;
            width: 2px;
            transform: translateX(-50%);
            background: repeating-linear-gradient(to bottom, #104594 0 10px, transparent 10px 20px);
            z-index: 0;
        }
        .villa-card:nth-child(even) .vc-media {
            order: 2;
        }
        .vc-media {
            position: relative;
            min-height: 420px;
            overflow: hidden;
        }
        .vc-facts {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
      .vc-facts .fact-pill {
            display: flex;
            align-items: center;
            gap: 6px;
            border: 1px solid rgba(16, 69, 148, 0.16);
            padding: 7px 12px;
            border-radius: 100px;
            font-size: 1rem;
            font-weight: 600;
           
        }
        .vc-facts .fact-pill svg {
            width: 14px;
            height: 14px;
            color: #104594;
        }
        .vc-block-title {
            margin-top: 20px;
            font-size: .72rem;
            font-weight: 800;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: #104594;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .vc-block-title::after {
            content: "";
            flex: 1;
            height: 1px;
            background: rgba(16, 69, 148, 0.16);
        }
        .amenity svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            margin-top: 1px;
            color: #104594;
        }
        .amenity {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            font-size: 1rem;
            color: #374357;
            line-height: 1.4;
        }
.tag-chip {
    background: #fff;
    border: 1px solid #e7cf9c;
    color: #7a5a24;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 8px;
}
.nearby-row {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.nearby-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
    color: #4a586f;
}
.vc-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 28, 60, 0) 55%, rgba(10, 28, 60, 0.55) 100%);
}
.vc-loc-tag {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
}
.vc-index {
position: absolute;
top: 20px;
left: 20px;
z-index: 2;
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(255, 253, 248, 0.9);
backdrop-filter: blur(6px);
display: flex;
align-items: center;
justify-content: center;
font-family: 'Fraunces', serif;
font-weight: 700;
color: #0a2c63;
box-shadow: var(--shadow);
}
    .nearby-item svg {
    width: 13px;
    height: 13px;
    color: #5c7a5e;
    flex-shrink: 0;
    }
    .vc-body {
        padding: 30px;
        display: flex;
        flex-direction: column;
    }
    .vc-cta {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    }
    
    .vc-cta .btn.gold {
        background: #104594;
        
    }
    
    .vc-cta .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #104594;
        color: #fff;
        border: none;
        padding: 14px 24px;
        border-radius: 100px;
        font-weight: 700;
        font-size: .92rem;
        letter-spacing: .02em;
        cursor: pointer;
        text-decoration: none;
        transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s, background .35s;
       
        width: 100%;
        max-width: fit-content;
    }
    .vc-cta .btn svg {
    width: 16px;
    height: 16px;
    transition: transform .35s;
    }
    .vc-loc-tag svg {
        width: 15px;
        height: 15px;
    }
    .vc-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transition: transform .8s cubic-bezier(.2, .8, .2, 1);
    }
    .amenity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 9px 14px;
    margin-top: 14px;
    }
    .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    }
    .vc-body .title-vcss{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .vc-body p{
        font-size:15.5px;
    }
    .why-Villa-sec{
        padding:5rem 0;
    }
    .surround-boxconte{
        display: flex;
        gap: 30px;
        align-items: center;  
    }
    
    .homestaySwiper{
      max-width: 465px;  
      min-width: 465px;  
    }
/*    .homestaySwiper .swiper-button-next:after, */
/*    .homestaySwiper .swiper-button-prev:after {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 5px 15px rgba(0,0,0,.15);*/
/*    color: #1A4EA3 !important;*/
/*    left: unset !important;*/
/*    font-size: 40px !important;*/
/*    line-height: 45px;*/
/*}*/


    .homesaty-img img{
        min-width: 465px;
        height: 279px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .hotel-stay-sec{
        padding:5rem 0;
        background: #eee;
    }
    
    .hotel-stay-card {
    background: #ffffff;
    border: 1px solid #e4ddd0;
    border-radius: 16px;
    padding: 28px;
    position: relative;
}
.hotel-stay-card .title-saty{
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
}
.hotel-stay-card:not(.recommended) .icon-circle {
    background: #f2ece0;
}
.hotel-stay-card .icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.hotel-stay-card ul {
    list-style: none;
    padding:0;
    margin:10px 0 0;
}

.hotel-stay-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    position:relative;
}
.hotel-stay-card ul li:before{
    content: "\f17b";
    position: absolute;
    left: 0px;
    color: rgb(16, 69, 148);
    font-size: 10px;
    font-family: flaticon_normal-icon !important;
}

.hotel-stay-card.recommended ul li:before{
    content: "\f14a";
}

.hotel-stay-card ul li:not(:last-child){
    margin-bottom:10px;
}
.hotel-stay-card.recommended {
    border: 1px solid #104594;
    box-shadow: 0 8px 24px rgba(16, 69, 148, 0.08);
}
.hotel-stay-card ul li{
    padding-left:20px;
}

.hotel-stay-card.recommended .badge {
    position: absolute;
    top: -12px;
    left: 24px;
    background: #104594;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 12px;
    text-transform: uppercase;
}

.hotel-stay-sec .hotel-stay-main{
    margin:30px 0 50px;
}

.staybenefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    width: 85%;
    margin: 0 auto;
}

.staybenefits .benefit {
    background: #ffffff;
    border: 1px solid #e4ddd0;
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #2b2b2b;
}

.benefits-villa .bene-staytitle{
    font-size:25px;
    font-weight:600;
    text-align: center;
    margin-bottom: 20px;
}

.find-right-sec{
    padding:5rem 0;
    position: relative;
}

.group-boxsss {
    position: relative;
    padding:40px;
    height:100%;
}

.group-boxsss h4{
    font-size: 20px;
    margin: 0 0 15px;
}
.group-gardenbox .col-lg-4:not(:last-child) .group-boxsss {
    border-right: 1px solid #00000029;
}
.group-gardenbox{
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029;
    margin-top: 3rem;
}

.ready-book-cta{
    position:relative;border-radius:36px;overflow:hidden;padding:70px 56px;
    background: linear-gradient(120deg, #0a2c63, #104594 60%, #1a55ad);
    color:#fff;isolation:isolate;
  }
  .ready-book-cta::before{
    content:"";
    position:absolute;
   inset:0; 
   z-index:-1;
   opacity:.5;
    background-image:radial-gradient(circle, rgba(255,255,255,0.14) 1.4px, transparent 1.4px);
    background-size:26px 26px;
  }
  .ready-book-cta::after{
    content:"";position:absolute;right:-120px;bottom:-160px;width:420px;height:420px;border-radius:50%;
    background:radial-gradient(circle, rgba(231,207,156,0.28), transparent 70%);z-index:-1;
  }
  
  .ready-book-cta .fc-top{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:40px;
      flex-wrap:wrap;
  }
  
  .ready-book-cta .reatitle{
      font-size:clamp(1.9rem,3.4vw,2.7rem);
      font-weight:600;
      max-width:520px;
      color:#fff;
  }
  
  .ready-book-cta .fc-badges{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:30px;
      
  }
  
  .ready-book-cta .fc-badge{
      display:flex;
      align-items:center;
      gap:9px;
      background:rgba(255,255,255,0.1);
      border:1px solid rgba(255,255,255,0.22);
    padding:10px 16px;
    border-radius:100px;
    font-size:14px;
    font-weight:600;
    backdrop-filter:blur(6px);
    color:#fff;
  }
    
  .ready-book-cta .fc-badge svg{
      width:16px;
      height:16px;
      color:#e7cf9c;
  }
  
  .ready-book-cta .findboxbtn{
      background:#fff;
      color:#0a2c63;
      box-shadow:0 16px 34px -12px rgba(0,0,0,0.35);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    padding: 14px 24px;
    border-radius: 100px;
    font-weight: 700;
    font-size: .92rem;
    letter-spacing: .02em;
    cursor: pointer;
    text-decoration: none;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s, background .35s;
  }
  .ready-book-cta .findboxbtn:hover{background:#e7cf9c;}
  
  .ready-book-cta .findboxbtn svg{
      width: 16px;
    height: 16px;
    transition: transform .35s;
  }
  
  .ready-book-cta .stamp{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px dashed #104594;
    padding: 7px 16px 7px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    margin:0 0 10px;
  }
  
  
@media (max-width : 767px){
      .surround-boxconte{
           flex-direction: column;
            gap: 15px;
      }
      .vc-body {
        padding: 10px;
      }
      .villa-card{
       border-radius: 10px;   
      }
      .homestaySwiper {
        max-width: 100%;
        min-width: auto;
    }
        .vc-body .title-vcss {
        font-size: 18px;
        text-align:center;
    }
    .homesaty-img img {
        min-width: auto;
        height: auto;
    }
    .vc-facts .fact-pill{
        font-size:14px;
    }
    .amenity-grid{
        grid-template-columns: 1fr 1fr;
    }
    .amenity{
        font-size:14px
    }
    .tag-chip{
        font-size:14px;
    }
    .nearby-item{
     font-size:14px;   
    }
    .vc-cta {
    margin-top: 20px;
    flex-direction: column;
    }
    .villas-rail .villa-card:not(:last-child) {
    margin-bottom: 30px;
    }
    .stay-family-sec {
     padding: 3rem 0;
    }
    
    .hotel-stay-sec {
        padding: 3rem 0;
    }
    .hotel-stay-card{
        padding:20px;
    }
    .hotel-stay-card .title-saty {
    font-size: 16px;
    }
    
    .hotel-stay-main .col-lg-5:not(:last-child) .hotel-stay-card{
        margin-bottom:30px;
    }
    .staybenefits{
        gap: 10px;
        width: 100%;  
    }
    .staybenefits .benefit{
        padding:10px;
        font-size:12px;
    }
    .vc-cta .btn{
      font-size: 13px;
    }
    .hotel-stay-card ul li:before{
     font-size: 8px;   
    }
    .hotel-stay-sec .hotel-stay-main {
    margin: 0 0 30px;
    }
    .benefits-villa .bene-staytitle {
    font-size: 20px;
    }
    .find-right-sec {
     padding: 3rem 0;
    }
    .group-boxsss{
        padding:20px;
    }
    .group-boxsss h4 {
    font-size: 17px;
    margin: 0 0 10px;
    }
    .group-gardenbox .col-lg-4:not(:last-child) .group-boxsss {
        border-right: unset;
        border-bottom: 1px solid #00000029;
    }
    .group-gardenbox{
        margin-top:0;
    }
    .ready-book-cta{
      border-radius: 20px;
       padding: 20px;  
    }
    .ready-book-cta .reatitle{
        text-align: center;
    }
    .ready-book-cta .stamp{
        font-size: 10.5px;
        margin: 0 auto 10px;
        display: flex;
        justify-content: center;
        max-width: fit-content;
    }
    .ready-book-cta .fc-top{
        justify-content: center;
        gap: 0px;  
    }
    .ready-book-cta .findboxbtn{
        font-size:13px;
    }
    .ready-book-cta .fc-badge{
        font-size:13px;
    }
    .ready-book-cta .fc-badges{
     margin-top: 20px;   
    }
    
  }
  
@media (min-width : 768px) and (max-width : 900px){
    .homestay-bead{
      margin: 20px 0 0;  
    }
    .intro-sechomesaty {
     padding: 4rem 0;
    }
    .comforta-img{
        text-align:center;
    }
    .surround-boxconte{
        gap: 20px;
        flex-direction: column;
    }
    .homestaySwiper {
    max-width: 100%;
    min-width: auto;
    }
    .homesaty-img img {
    min-width: auto;
    height: auto;
    }
    .vc-body .title-vcss {
    font-size: 19px;
    }
    .vc-facts .fact-pill{
      font-size: 14px;
    }
    .amenity-grid{
      grid-template-columns: 1fr 1fr;
    }
    .tag-chip{
      font-size: 15px;
    }
    .vc-cta {
    margin-top: 20px;
    }
    .vc-cta .btn{
      font-size: 13px;
    }
    .vc-body {
    padding: 20px;
    }
    .villa-card{
     border-radius: 20px;   
    }
    
    .hotel-stay-sec {
        padding: 4rem 0;
    }
    .hotel-stay-card .title-saty {
    font-size: 17px;
    }
    .staybenefits{
         gap: 10px;
        width: 100%;
        margin: 0 auto;   
    }
    .hotel-stay-sec .hotel-stay-main {
     margin: 0 0 30px;
    }
    .staybenefits .benefit{
        font-size: 14px;
    }
    .find-right-sec {
    padding: 4rem 0;
    }
    .group-boxsss h4 {
    font-size: 18px;
    margin: 0 0 10px;
    }
    .group-boxsss{
     padding: 20px; 
    }
    
    .ready-book-cta{
        border-radius: 30px;
        padding: 40px;  
    }
    .ready-book-cta .stamp{
      font-size: 9.5px;  
    }
    .ready-book-cta .fc-top{
      gap: 20px;  
    }
    .ready-book-cta .fc-badge{
      font-size: 12px;  
    }
    .ready-book-cta .findboxbtn{
        font-size: 13px;   
    }
    .group-gardenbox{
      margin-top: 25px;  
    }
    
}

@media (min-width : 901px) and (max-width : 1200px){
    .vc-body {
    padding: 20px;
    }
    .villa-card{
        border-radius: 20px;
    }
    .vc-body .title-vcss {
    font-size: 17px;
    }
    .vc-facts .fact-pill{
        font-size:13px;
    }
    .amenity, .tag-chip{
        font-size:15px;
    }
    .villas-rail .villa-card:not(:last-child) {
    margin-bottom: 30px;
    }
    .hotel-stay-card{
        padding:20px;
    }
    .hotel-stay-card .title-saty {
    font-size: 16px;
    }
    .staybenefits{
        width:100%;
    }
    .group-boxsss{
        padding:20px;
    }
    .group-boxsss h4 {
    font-size: 18px;
    margin: 0 0 10px;
    }
    .ready-book-cta{
        padding:40px;
    }
    .group-gardenbox{
        margin-top: 1.5rem;
    }
}