:root{
  --second:#ffeef2;
  --gradient:radial-gradient(#000000b3, #000000);
}

.container_custum{
    width: 95%;
    margin: auto;
}

/* Mission & Vision Section */
.mission-vision-section {
    border-radius: 15px;
    color: #fff;
    text-align: start;
}

.about-img{
    border-radius: 16px;
    position: relative;
}
.about-img .secondimge
{
    bottom: 10px;
    position: absolute;
    left: -16px;
    overflow: hidden;
    border-radius: 16px;
    width:200px;height:200px;
}
.about-img .secondimge img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.mission-vision-section .subheading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.mission-vision-section .description {
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media(max-width: 768px){
    .mission-vision-section .row {
        flex-direction: column;
    }
}
/* about us  */
/* About Section Styling */
.about-content {
    text-align: left;
}
.why-choose-us {
    text-align: center;
    padding: 6px 20px;
    color: #fff;
}
 /* main section — simple gradient (mast simple aur sweet) */
    .why-choose-us {
      background: linear-gradient(135deg, #f0f5fb 0%, #f0f0f0 100%);
    padding: 50px 0px;
    }
    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 24px;
    }
    /* top tagline — ab aur shandaar */
    .sub-heading {
      text-align: center;
      font-size: 1.3rem;
      font-weight: 500;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: #1e3c4f;
      background: rgba(255,255,255,0.4);
      display: inline-block;
      padding: 0.6rem 2rem;
      border-radius: 60px;
      backdrop-filter: blur(3px);
      margin: 0 auto 3.5rem auto;
      width: fit-content;
      border: 1px solid rgba(255,255,255,0.8);
      box-shadow: 0 6px 14px rgba(0,20,30,0.05);
    }

    .mission-vision-section {
      width: 100%;
    }

    /* .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2.2rem;
    } */

    .col-md-4 {
      flex: 1 1 300px;
      max-width: 380px;
      display: flex;
    }

    /* card base — ek dum clean, white feel ke saath */
    .mission-box, .vision-box {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
      border-radius: 10px;
      padding:15px;
      width: 100%;
      box-shadow: 0 20px 30px -12px rgba(24, 50, 70, 0.12);
      border: 1px solid rgba(255,255,255,0.7);
      text-align: start;
      transition: all 0.2s ease;
    }

   
    /* icon optional, lekin rakhna achha lagta hai */
    .mission-box i, .vision-box i {
      font-size:15px;
      color: #41758b;
      opacity: 0.6;
      margin-bottom: 1rem;
      transition: 0.2s;
    }
   

    .heading {
      font-size: 18px;
      font-weight: 650;
      letter-spacing: -0.02em;
      color: #152b38;
      margin-bottom: 0.25rem;
    }

    .subheading {
      font-size: 1.2rem;
      font-weight: 380;
      color: #3f627b;
      margin-bottom: 1.6rem;
      border-bottom: 2px dashed rgba(94, 138, 161, 0.25);
      display: inline-block;
      padding-bottom: 0.4rem;
    }

    .description {
      font-size: 1.05rem;
      color: #1b3f54;
      line-height: 1.7;
      opacity: 0.9;
 
    }

    /* responsive */
    @media (max-width: 650px) {
      .why-choose-us { padding: 3.5rem 0; }
      .sub-heading { font-size: 1rem; padding: 0.5rem 1.2rem; }
      .heading { font-size: 2rem; }
    }
 .main-heading {
        margin: 0;
    line-height: 1;
        position: relative;
    top: -25px;
    letter-spacing: 5px;
    font-size: 107px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px -2px 5px rgb(0 0 0 / 10%), 2px -2px 5px rgba(0, 0, 0, 0.5), -2px 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.20; */
       background: url('../img/allimagepagenew.jpg') no-repeat;
    background-size: cover;
    background-position: center;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.why-choose-us .sub-heading {
   font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 16px;
}

.why-choose-us .description {
       font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 6px;
}

.about-section .about-content .section-title h4 {
    color: var(--title-color);
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
    margin-top: 0px;
    font-size: 16px;    margin-bottom: 20px;
}
.about-content h2 {
   font-weight: 700;
    font-size: 36px;
    color: #1f2937;
    margin-bottom: 0px;
}

.about-content h4 {
    font-weight: 500;
    font-size: 22px;
    color: #4b5563;
    margin-bottom: 25px;
}

.about-content p {
      font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 6px;

}

.about-content ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 2;
    color: #4b5563;
}

.about-content ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
/* Checkmark style */
.about-content ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #10b981; /* Green checkmark */
    font-weight: bold;
}
/* about us  */
/* contact page  */
.contact-card {
        border: 1px solid #000;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.contact-card h5 {
       font-weight: 600;
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 5px;
}

.contact-card p {
    color: #666;
    margin-bottom: 10px;
    font-size: 12px;
}

.contact-card a {
        font-size: 12px;
  color: #007bff;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}
.icon_points{
       width: 55px;
    margin: auto;
    height: 55px;
}
.icon_points img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/* contact page  */
/* list your property */
.list_property{
    background: url('../img/allimagepagenew.jpg');
    padding: 80px 0px 30px;
    background-size: cover;
}
        /* main container - simple */
        #main-container {
          
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
        
        /* left side - simple */
        .left-panel {
          
            padding: 40px 30px;
        }
        
        .left-panel h1 {
            font-size: 28px;
            font-weight: normal;
            color: #fff;
            margin-bottom: 40px;
            line-height: 1.4;
        }
        
        .left-panel h1 span {
            display: block;
            margin-top: 10px;
            font-weight: bold;
        }
        
        /* award boxes */
        .award-box {
            display: flex;
            gap: 20px;
                flex-wrap: wrap;
            margin-top: 30px;
        }
        
        .award-item {
          background: rgb(0 0 0 / 62%);
    padding: 20px 15px;
    text-align: center;
    flex: 1 1 250px;
    border-radius: 10px
        }
        
        .award-item img {
            width: 40px;
            height: 40px;
            margin-bottom: 10px;
            filter: brightness(0) invert(1);
        }
        
        .award-item p {
            font-size: 14px;
            line-height: 1.4;
                color: #fff;
        }
        
        .award-item p:first-of-type {
            font-weight: bold;
                color: #fff;
            margin-bottom: 5px;
        }
        
        /* right side - form card */
        .right-panel {
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            overflow: hidden;
        }
        
        .right-panel h2 {
            padding: 20px 24px 16px;
            font-size: 22px;
            font-weight: 600;
            margin: 0;
            color: #1a2632;
            border-bottom: 2px solid #2c3e50;
        }
        
        /* form grid */
        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px 20px;
            padding: 24px;
        }
        
        .full-row {
            grid-column: span 2;
        }
        
        /* form fields */
        .list_property .field {
            display: flex;
            flex-direction: column;
        }
        
        .list_property .field label {
            font-size: 14px;
            font-weight: 500;
            color: #333;
            margin-bottom: 6px;
        }
        
        .list_property .field label.required:after {
            content: " *";
            color: #c00;
        }
        
        .list_property .field input, 
        .list_property .field select, 
        .list_property .field textarea {
            padding: 10px 12px;
            border: 1px solid #d0d5dd;
            border-radius: 8px;
            font-size: 14px;
            background: #fff;
            transition: border-color 0.2s, box-shadow 0.2s;
        }
        
        .list_property .field textarea {
            min-height: 88px;
            resize: vertical;
        }
        
        .list_property .field input:focus, 
        .list_property .field select:focus, 
        .list_property .field textarea:focus {
            outline: none;
            border-color: #2c3e50;
            box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.12);
        }
        
        .list_property .field input::placeholder,
        .list_property .field textarea::placeholder {
            color: #98a2b3;
        }
        
        /* phone row */
        .list_property .phone-group {
            display: flex;
            gap: 10px;
        }
        
        .list_property .country-select {
            flex: 0 0 90px;
        }
        
        .list_property .country-select select {
            padding: 10px 12px;
        }
        
        .list_property .phone-input {
            flex: 1;
        }
        
        /* submit button */
        .list_property .submit-btn {
            background: #2c3e50;
            color: #fff;
            border: none;
            padding: 12px 20px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            border-radius: 8px;
            transition: background 0.2s, transform 0.02s;
        }
        
        .list_property .submit-btn:hover {
            background: #1a2632;
        }
        
        .list_property .submit-btn:active {
            transform: scale(0.99);
        }
        
        .list_property .form-grid .full-row:last-child {
            margin-top: 6px;
        }
        
        .list_property .list-property-alert {
            margin: 0 24px 16px;
            padding: 12px 16px;
            border-radius: 8px;
            font-size: 14px;
        }
        .list_property .list-property-alert-error {
            background: #fef2f2;
            border: 1px solid #fecaca;
            color: #b91c1c;
        }
        
        /* property list - simple */
        .portfolio-list {
            margin-top: 35px;
            padding-top: 20px;
            border-top: 1px solid #ddd;
        }
        
        .portfolio-list h3 {
            font-size: 18px;
            font-weight: normal;
            color: #333;
            margin-bottom: 15px;
        }
        
        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 10px;
        }
        
        .tag {
            background: #f0f0f0;
            color: #333;
            padding: 6px 15px;
            font-size: 13px;
            border: 1px solid #ccc;
        }
        
        .note {
            font-size: 12px;
            color: #777;
            margin-top: 10px;
        }
        
        @media (max-width: 700px) {
            #main-container {
                grid-template-columns: 1fr;
            }
            .form-grid {
                grid-template-columns: 1fr;
            }
            .full-row {
                grid-column: span 1;
            }
            .award-box {
                flex-direction: column;
            }
        }
/* list your property */
.all_icons_service{
    width: 20px;
    height: 20px;
}
.all_icons_service img{
    width: 100%;
    height: 100%;
}
.sub_details_heading,
.heading_details{
    font-size: 18px;
    color: #000;
}
.gallerynewall{
    height: 150px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.gallerynewall img{
    width: 100%;
    height: 100%;
}
.content_details_page p{
    font-size: 16px;
    color: #141414;
}
.price-values{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-values p{
    margin-bottom: 0px;
    padding: 0px 10px;
    font-size: 15px;
    border: 1px solid #000;
}
/* section padding  */
.section_padding{
    margin: 50px 0px 50px;
}
/* footer page content csss  */


.footer-container{
    max-width:1100px;
    margin:auto;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* ================= DESKTOP TABS ================= */

.footer-tabs{
    display:flex;
    border-bottom:1px solid #ddd;
}

.footer-tab{
    padding:12px 18px;
    cursor:pointer;
    font-weight:600;
    position:relative;
    transition:0.3s;
        color: #fff;
}

.footer-tab.active{
background: #e3e3e373;
color: #fff;
}

.footer-tab.active::after{
    content:"";
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:2px;
    background:#fff;
}

/* ================= CONTENT ================= */

.footer-content{
    display:none;
    padding:20px 0;
    flex-wrap:wrap;
    gap:12px;
}

.footer-content.active{
    display:flex;
}

.footer-content a{
    text-decoration:none;
    color:#444;
    font-size:14px;
}

.footer-content a:hover{
    color:#007bff;
}

/* ================= MOBILE ACCORDION ================= */

@media(max-width:768px){

    .footer-tabs{
        display:none; /* hide desktop tabs */
    }

    .accordion-item{
        border-bottom:1px solid #eee;
    }

    .accordion-title{
        padding:14px;
        font-weight:600;
        cursor:pointer;
        position:relative;
        background:#fafafa;
    }

    .accordion-title::after{
        content:"+";
        position:absolute;
        right:15px;
        font-size:18px;
        transition:0.3s;
    }

    .accordion-title.active::after{
        content:"-";
    }

    .accordion-content{
        display:none;
        padding:10px 15px 20px;
        flex-wrap:wrap;
        gap:10px;
    }

    .accordion-content.active{
        display:flex;
    }
}

/* Hide accordion on desktop */
@media(min-width:769px){
    .accordion-wrapper{
        display:none;
    }
}
/* ================= CONTENT ================= */

.footer-content{
    display:none;
    padding:20px 0;

    column-count:5;       /* 4 columns on desktop */
    column-gap:20px;      /* gap between columns */
}

.footer-content.active{
    display:block;
}

.footer-content a{
    display:block;        /* important for column flow */
    margin-bottom:10px;
    text-decoration:none;
    color:#b4b4b4;
    font-size:14px;

    break-inside:avoid;   /* prevent breaking inside column */
}
.footer-section .text-center h3{
    color: #fff;
    font-size: 20px;
    padding: 50px 0px 0px;
}

.footer-content a:hover{
    color:#007bff;
}

/* ================= MOBILE ================= */

@media(max-width:768px){
    .footer-content{
        column-count:1;   /* 1 column on mobile */
    }
}
/* footer page content csss  */
/* section padding  */
.filter-wrapper  .vf-form{
    background: transparent;
    border: 0px;
}

/* fillter css  */
      

        /* ===== VILLA FILTER UNIQUE CLASSES ===== */
        .vf-container {
            max-width: 1200px;
            margin: 0 auto;
        }


        .vf-inner {
            width: 100%;
        }

        /* Filter Form */
        .vf-form {
              display: flex;
    align-items: center;
    gap: 15px;
    background: #f8fafd;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #e2e8f0;
    flex-wrap: wrap;
        }

        /* Search Box */
        .vf-search-box {
            flex: 1;
            min-width: 180px;
            display: flex;
            align-items: center;
            gap: 12px;
            background: white;
            padding: 10px 18px;
            border-radius: 50px;
            border: 1px solid #edf2f7;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
            transition: all 0.3s;
            cursor: pointer;
            position: relative;
            z-index: 10;
        }

        .vf-search-box:hover {
            border-color: #c9a227;
            box-shadow: 0 4px 12px rgba(201, 162, 39, 0.1);
        }

        .vf-search-box.vf-active {
            border-color: #c9a227;
            box-shadow: 0 4px 12px rgba(201, 162, 39, 0.15);
            z-index: 100;
        }

        .vf-search-box svg {
            width: 20px;
            height: 20px;
            fill: #c9a227;
            flex-shrink: 0;
        }

        /* Select Dropdown */
        .vf-select-dropdown {
            flex: 1;
            position: relative;
        }

        .vf-select-dropdown input {
            width: 100%;
            border: none;
            outline: none;
            font-size: 14px;
            font-weight: 500;
            color: #1e293b;
            background: transparent;
            cursor: pointer;
            padding: 5px 0;
        }

        .vf-select-dropdown input[readonly] {
            cursor: pointer;
        }

        /* ===== DESTINATION DROPDOWN ===== */
        .vf-destination-menu {
            position: absolute;
            top: calc(100% + 15px);
            left: 0;
            width: 320px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            padding: 15px;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s;
            border: 1px solid #edf2f7;
        }

        .vf-search-box.vf-active .vf-destination-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .vf-destination-search {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f8fafd;
            padding: 10px 15px;
            border-radius: 50px;
            margin-bottom: 15px;
            border: 1px solid #edf2f7;
        }

        .vf-destination-search i {
            color: #94a3b8;
            font-size: 18px;
        }

        .vf-destination-search input {
            border: none;
            background: transparent;
            outline: none;
            font-size: 14px;
            width: 100%;
        }

        .vf-destination-list {
            list-style: none;
            max-height: 300px;
            overflow-y: auto;
        }

        .vf-destination-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 12px;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .vf-destination-item:hover {
            background: #f8fafd;
        }

        .vf-dest-name h6 {
            font-size: 14px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 2px;
        }

        .vf-dest-name span {
            font-size: 12px;
            color: #64748b;
        }

        .vf-dest-tours span {
            font-size: 12px;
            font-weight: 600;
            color: #c9a227;
            text-align: right;
            line-height: 1.3;
        }

        /* ===== DATE DROPDOWN ===== */
        .vf-date-menu {
            position: absolute;
            top: calc(100% + 15px);
            left: 0;
            width: 320px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            padding: 20px;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s;
            border: 1px solid #edf2f7;
        }

        .vf-search-box.vf-active .vf-date-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .vf-date-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .vf-date-header h4 {
            font-size: 16px;
            font-weight: 600;
            color: #1e293b;
        }

        .vf-month-nav {
            display: flex;
            gap: 15px;
        }

        .vf-month-btn {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #c9a227;
            background: white;
            color: #c9a227;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .vf-month-btn:hover {
            background: #c9a227;
            color: white;
        }

        /* Calendar */
        .vf-calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
            margin-bottom: 0px;
        }

        .vf-cal-weekday {
            text-align: center;
            font-size: 12px;
            font-weight: 600;
            color: #64748b;
            padding: 5px;
        }

        .vf-cal-day {
            text-align: center;
            padding: 8px 5px;
            font-size: 13px;
            font-weight: 500;
            color: #1e293b;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .vf-cal-day:hover {
            background: #f8fafd;
            color: #c9a227;
        }

        .vf-cal-day.vf-selected {
            background: #c9a227;
            color: white;
        }

        .vf-cal-day.vf-in-range {
            background: #fff3d6;
            color: #1e293b;
        }

        .vf-cal-day.vf-disabled {
            color: #cbd5e1;
            cursor: not-allowed;
        }

        .vf-cal-day.vf-disabled:hover {
            background: transparent;
        }

        /* Date Range Display */
        .vf-range-display {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 0px;
            background: #f8fafd;
            border-radius: 12px;
        }

        .vf-range-item {
            flex: 1;
        }

        .vf-range-item label {
            display: block;
            font-size: 11px;
            color: #64748b;
            margin-bottom: 4px;
        }

        .vf-range-item input {
            width: 100%;
            border: none;
            background: transparent;
            font-size: 14px;
            font-weight: 600;
            color: #1e293b;
            outline: none;
        }

        .vf-range-arrow {
            color: #c9a227;
            font-size: 18px;
        }

        /* Date Actions */
        .vf-date-actions {
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            margin-top: 15px;
        }

        .vf-date-cancel {
            background: none;
            border: none;
            color: #64748b;
            font-weight: 500;
            font-size: 14px;
            cursor: pointer;
            padding: 8px 16px;
            border-radius: 30px;
            transition: all 0.2s;
        }

        .vf-date-cancel:hover {
            background: #f8fafd;
        }

        .vf-date-apply {
            background: #c9a227;
            border: none;
            color: white;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            padding: 8px 24px;
            border-radius: 30px;
            transition: all 0.2s;
        }

        .vf-date-apply:hover {
            background: #a87c1e;
        }

        /* ===== PERSON DROPDOWN ===== */
        .vf-person-menu {
            position: absolute;
            top: calc(100% + 15px);
            left: 0;
            width: 350px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            padding: 20px;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s;
            border: 1px solid #edf2f7;
        }

        .vf-search-box.vf-active .vf-person-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .vf-person-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
   border-bottom: 1px solid #edf2f7;
        }

        .vf-person-item:last-child {
            border-bottom: none;
        }

        .vf-person-info h4 {
            font-size: 16px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 4px;
        }

        .vf-person-info p {
            font-size: 13px;
            color: #64748b;
        }

        /* Counter Controls */
        .vf-counter-controls {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .vf-counter-btn {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #c9a227;
            background: white;
            color: #c9a227;
            font-size: 18px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
        }

        .vf-counter-btn:hover {
            background: #c9a227;
            color: white;
        }

        .vf-counter-value {
            font-size: 16px;
            font-weight: 600;
            color: #1e293b;
            min-width: 30px;
            text-align: center;
        }

        /* Person Actions */
        .vf-person-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #edf2f7;
        }

        .vf-person-clear {
            background: none;
            border: none;
            color: #c9a227;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            padding: 8px 16px;
            border-radius: 30px;
            transition: all 0.2s;
        }

        .vf-person-clear:hover {
            background: #fff3d6;
        }

        .vf-person-apply {
            background: #c9a227;
            border: none;
            color: white;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            padding: 8px 24px;
            border-radius: 30px;
            transition: all 0.2s;
        }

        .vf-person-apply:hover {
            background: #a87c1e;
        }

        /* Search Button */
        .vf-search-btn {
            background: var(--gradient);
            border: none;
            color: white;
            font-weight: 600;
            font-size: 14px;
            padding: 12px 30px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }

        .vf-search-btn span {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .vf-search-btn span svg {
            fill: white;
        }

        .vf-search-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(201, 162, 39, 0.3);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .vf-form {
                flex-direction: column;
                background: transparent;
                padding: 0;
                border: none;
            }

            .vf-search-box {
                width: 100%;
            }

            .vf-search-btn {
                width: 100%;
                justify-content: center;
            }

            .vf-person-menu,
            .vf-destination-menu,
            .vf-date-menu {
                width: 300px;
                left: 50%;
                transform: translateX(-50%) translateY(-10px);
            }

            .vf-search-box.vf-active .vf-person-menu,
            .vf-search-box.vf-active .vf-destination-menu,
            .vf-search-box.vf-active .vf-date-menu {
                transform: translateX(-50%) translateY(0);
            }
        }
/* fillter css  */
/* guest user  */
.guest-search-box {
    position: relative;
    width: 340px;
}

.guest-input-box {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.guest-input-box:hover{
    border-color:#007bff;
}

.guest-input-box input {
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

/* ===== DROPDOWN ===== */

.guest-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    padding: 22px;
    display: none;
    animation: fadeSlide 0.3s ease;
    z-index: 999;
}

.guest-dropdown.active {
    display: block;
}

.guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.guest-row h4 {
    margin: 0;
    font-size: 16px;
}

.guest-row p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #888;
}

/* ===== COUNTER ===== */

.counter {
    display: flex;
    align-items: center;
    gap: 14px;
}

.counter button {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 0.25s;
}

.counter button:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    transform: scale(1.1);
}

.counter span {
    min-width: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

/* ===== ACTION BUTTONS ===== */

.guest-actions {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 18px;
}

.clear-btn {
    background: none;
    border: none;
    color: #ff4d4d;
    cursor: pointer;
    font-weight: 600;
}

.apply-btn {
    background: linear-gradient(45deg,#007bff,#0056b3);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,123,255,0.3);
}

@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
/* guest user  */
/*headaer menu all  */

        
        /* Header */
        #villa-header {
           color: #1e3c2f;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
        padding: 10px 0px;
        }
 #villa-header.headersticky{
  background: #fff;
}
 #villa-header.headersticky .villa-menu-link{
    color: #000;
 }
/* Username visible like menu: dark text on sticky (white) header */
#villa-header.headersticky .villa-profile-name {
    color: #000;
}
#villa-header.headersticky .villa-profile-card {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.12);
}
        /* ===== GRID LAYOUT - Logo, Menu, Login alag-alag columns ===== */
        .header-container {
            /* display: grid;
            grid-template-columns: auto 1fr auto;  Logo | Menu | Login */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1400px;
    margin: 0 auto;
            align-items: center;
            gap: 2rem;
            max-width: 1400px;
            margin: 0 auto;
        }

        /* Column 1: Logo */
        .villa-logo {
            grid-column: 1;
            justify-self: start;
        }

        .villa-logo a {
            font-size: 1.8rem;
            font-weight: 700;
            background: linear-gradient(135deg, #c9a227 0%, #a87c1e 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .villa-logo i {
            color: #c9a227;
            font-size: 2rem;
        }

        .villa-logo .villa-header-logo-img {
            max-height: 60px;
            width: auto;
            object-fit: contain;
            display: block;
        }

        /* Column 2: Navigation Menu */
        .villa-nav-container {
            grid-column: 2;
            justify-self: center;
            width: 100%;
        }

        #villa-main-menu {
            display: flex;
            list-style: none;
            justify-content: center;
            gap: 0.2rem;
                margin-bottom: 0px;
        }

        .villa-menu-item {
            position: relative;
        }

        .villa-menu-link {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #fff;
            text-decoration: none;
            padding: 0.7rem 1rem;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s;
            white-space: nowrap;
            border-radius: 30px;
        }

        .villa-menu-link i {
            font-size: 12px;
            transition: transform 0.3s ease;
            color: #c9a227;
        }

        /* Hover effect: slight font size increase to highlight */
        .villa-menu-link:hover {
            border-radius: 0px;
            color: #fff;
            font-size: 15px;
        }

        /* Active class styling */
        .villa-menu-item.active > .villa-menu-link {
             background: linear-gradient(135deg, #000000 0%, #000000 100%);
    color: white;
    border-radius: 0px;
        }

        .villa-menu-item.active > .villa-menu-link i {
            color: white;
            transform: rotate(180deg);
        }

        /* Dropdown Menu */
        .villa-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(10px);
            min-width: 220px;
            box-shadow: 0 20px 40px rgba(0, 50, 30, 0.15);
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1001;
            list-style: none;
            border: 1px solid #f0d9b0;
            pointer-events: none;
            padding-left: 0px;
        }

        .villa-menu-item:hover > .villa-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
        }

        .villa-menu-item:hover > .villa-menu-link i {
            transform: rotate(180deg);
        }

        .villa-dropdown-item {
            width: 100%;
            position: relative;
        }

        .villa-dropdown-link {
            padding: 0.6rem 1.2rem;
            justify-content: space-between;
            color: #1e3c2f;
            font-weight: 400;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .villa-dropdown-link:hover {
            background: linear-gradient(135deg, #fff3d6 0%, #ffe4b5 100%);
            color: #a87c1e;
            padding-left: 1.5rem;
            font-size: 15px;
        }

        .villa-dropdown-link i {
            font-size: 11px;
            color: #c9a227;
        }

        /* Sub-dropdown */
        .villa-subdropdown {
            top: 0;
            left: 100%;
            transform: translateX(-10px);
        }

        .villa-dropdown-item:hover > .villa-subdropdown {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
            pointer-events: auto;
        }

        .villa-dropdown-item:hover > .villa-dropdown-link i {
            transform: rotate(180deg);
        }

        /* Column 3: Profile/Login Section */
        #villa-profile-section {
            grid-column: 3;
            justify-self: end;
        }

        .villa-profile-card {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.12);
            padding: 0.35rem 0.5rem 0.35rem 1rem;
            border-radius: 40px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            transition: all 0.3s;
        }

        .villa-profile-card:hover {
            background: rgba(255, 255, 255, 0.18);
            border-color: rgba(255, 255, 255, 0.35);
        }

        .villa-profile-img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(255, 255, 255, 0.5);
        }

        .villa-profile-name {
            font-weight: 600;
            color: #fff;
            font-size: 14px;
        }

        .villa-logout-form {
            margin: 0;
        }

        .villa-logout-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 0.4rem 0.9rem;
            background: rgba(255, 255, 255, 0.95);
            color: #1e3c2f;
            border: none;
            border-radius: 24px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s;
        }

        .villa-logout-btn:hover {
            background: #fff;
            color: #0d2818;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

        .villa-logout-btn i {
            font-size: 1rem;
        }

        /* Mobile Toggle - Hidden in desktop */
        #villa-mobile-toggle {
            display: none;
        }

        /* Mobile Close - Hidden in desktop */
        #villa-mobile-close {
            display: none;
        }

      



        /* ===== MOBILE RESPONSIVE ===== */
        @media (max-width: 1024px) {
            /* Header grid changes for mobile */
     

            .villa-logo {
                grid-column: 1;
            }

            #villa-mobile-toggle {
                grid-column: 2;
                display: flex;
                font-size: 1.8rem;
                cursor: pointer;
                color: #c9a227;
                background: rgba(255,255,255,0.9);
                width: 45px;
                height: 45px;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
            }

            /* Navigation becomes sidebar */
            .villa-nav-container {
                position: fixed;
                top: 0;
                right: -100%;
                width: 320px;
                height: 100vh;
                background: rgba(255, 255, 255, 0.98);
                backdrop-filter: blur(10px);
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                box-shadow: -10px 0 40px rgba(0, 50, 30, 0.2);
                transition: right 0.3s ease;
                z-index: 2000;
                overflow-y: auto;
                border-left: 2px solid #c9a227;
                grid-column: auto;
                justify-self: auto;
                display: block;
            }

            .villa-nav-container.active {
                right: 0;
            }

            #villa-mobile-close {
                display: flex;
                align-self: flex-end;
                font-size: 2rem;
                margin-bottom: 1.5rem;
                cursor: pointer;
                color: #c9a227;
                background: #fff3d6;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
            }

            #villa-main-menu {
          flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        gap: 0.5rem;
        padding-left: 0px;
            }
            .villa-menu-link {
    font-size: 14px;
    color: #000;
}

            .villa-menu-link {
                justify-content: space-between;
                border-radius: 10px;
            }

            .villa-dropdown {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                background: #fff3d6;
                box-shadow: none;
                display: none;
                width: 100%;
                padding-left: 0;
                border: none;
              
                margin-top: 0.3rem;
                pointer-events: auto;
            }

            .villa-menu-item.active > .villa-dropdown {
                display: block;
            }

            .villa-dropdown .villa-dropdown {
                padding-left: 1rem;
                border-left: 3px solid #a87c1e;
                margin-left: 0.5rem;
            }

            /* Profile section in sidebar */
            #villa-profile-section {
                grid-column: auto;
                justify-self: auto;
                width: 100%;
            }
.villa-profile-card {
    width: 100%;
    justify-content: center;
    padding: 0px;
}
        }
/*header menu all  */
/* popular  */
.popular-villa-section {
    position: relative;
}

.image_popular {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.calender_all_new{
    width:20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.calender_all_new img{
    width: 100%;
}


.image_popular img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}



.roomrange h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.roomrange p {
    margin: 8px 0 5px;
    font-size: 12px;
    color: #333;
}

.roomrange p span {
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

.rating {
    display: none;
    /* display: flex; */
    align-items: center;
    gap: 3px;
    margin-top: 8px;
}

.rating i {
    color: #ffd700;
    font-size: 14px;
}

.rating span {
    margin-left: 5px;
    font-size: 13px;
    color: #ddd;
}

/* Owl Carousel Custom Navigation */
.owlcustum .owl-nav {
    position: absolute;
    top: -22%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: end;
    pointer-events: none;
    z-index: 10;
}

.owlcustum .owl-prev,.owlcustum .owl-next {
    pointer-events: auto;
    width: 45px !important;
    height: 45px !important;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.owlcustum .owl-prev:hover,.owlcustum .owl-next:hover {
    background: #FF6B6B !important;
    color: white !important;
}

.owlcustum .owl-prev span,.owlcustum .owl-next span {
    font-size: 24px !important;
    line-height: 1;
}

.owlcustum .owl-prev {
    margin-left: 10px !important;
}

.owlcustum .owl-next {
    margin-right: 10px !important;
}

/* Dots Navigation */
.owlcustum .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owlcustum .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owlcustum .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.3s ease;
}

.owlcustum .owl-dot.active span {
    background: #FF6B6B;
    width: 25px;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .image_popular img {
        height: 220px;
    }
    
    .roomrange h5 {
        font-size: 18px;
    }
    
    .roomrange p {
        font-size: 14px;
    }
}
.becomehost{
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

/* .fillter_villa */
.fillter_villa .filter-wrapper .filter-input-wrap{
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}
.fillter_villa > *{
    color: #000!important;
}
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box{
    border: 1px solid #ccc!important;
}
.fillter_villa .filter-wrapper.hotel .filter-input-wrap{
    padding: 10px;
}
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .selected-date span,
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .input-field-value .destination h6,
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .input-field-value .destination span,
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .selected-date h6, .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .hotel-selected-date-checkin h6,.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .hotel-selected-date-checkout h6{
    color: #000!important;
}
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box > svg{
    fill: #000!important;
}
.fillter_villa .filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown input{
    color: #000!important;
}
.fillter_villa .filter-wrapper.hotel{
    margin-top: 0px;
}
.fillter_villa{
        position: sticky;
    top: 0px;
    z-index: 100;
}
.package-sidebar-area{
      position: sticky;
    top: 92px;
    z-index: 99;   
}
/* .fillter_villa */
.breadecrump_custum .breadcrumb-list{
  justify-content: start;
    display: flex;
    list-style: none;
    gap: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.breadecrump_custum  .banner-content{
     text-align: start;
    display: flex;
    height: 50px;
    width: 100%;
        max-width: inherit;
    align-items: center;
    justify-content: start;
}
.breadcrumb-list li a{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.breadcrumb-list li{
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
@media(max-width:991px){
    .why-choose-us .main-heading {
        margin: 0;
    line-height: 1;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-align: center;  

}
/* Keep username visible like menu (was display:none) */
.villa-profile-name{
    display: inline;
    font-size: 14px;
    font-weight: 600;
}
.villa-profile-section .villa-profile-card{
    width: max-content;
}
#villa-profile-section {
    grid-column: auto;
            width: auto;
    justify-self: baseline;
}
}
@media(max-width:767){
    .why-choose-us .main-heading {
        margin: 0;
    line-height: 1;
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-align: center;

}

}

/* Testimonial author placeholder when no image (video link shows play icon) */
/* Dynamic testimonial rating: stars (not circles), filled = green, empty = grey */
.home1-testimonial-section .testimonial-card .rating-area.testimonial-rating-stars li { margin: 0 2px; }
.home1-testimonial-section .testimonial-card .rating-area.testimonial-rating-stars li i { font-size: 1rem; }
.home1-testimonial-section .testimonial-card .rating-area.testimonial-rating-stars li.filled i { color: #00AA6C; }
.home1-testimonial-section .testimonial-card .rating-area.testimonial-rating-stars li.empty i { color: #ddd; opacity: 0.8; }

.testimonial-card .author-area .author-img .author-img-placeholder {
    display: inline-block;
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
}
.testimonial-card .author-area .author-img .author-img-placeholder.no-video {
    cursor: default;
}
#villa-profile-section a{
    color:#fff;
}
.login-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:10px;
}

.auth-page-card{
    padding:40px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    border-radius:10px;
}
@media(max-width:991px){
    .villa-logo a {
    font-size: 15px;
}
.headersticky #villa-profile-section a {
    color: #000;
}
#villa-profile-section a {
    color: #fff;
    font-size: 12px;
}
.auth-page-card {
    padding: 20px;
}
}