.place-item {
    height: 100%; /* make each card's height 100% of column */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
 
    padding: 10px;
    box-sizing: border-box;

}
h3{
   font-size: 50px !important;
}

/*h5 {*/
/*    font-size: larger!important;*/
/*}*/

.navbar .nav-link {
  padding: 8px 16px;
  border-radius: 25px; /* Fully rounded */
  transition: all 0.3s ease;
}

/* Hover effect */
.navbar .nav-link:hover {
background: linear-gradient(90deg, #ff925d, #cd5eff);
  color: #ffffff !important;  /* Highlight color (you can change it) */
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(248, 206, 66, 0.08); /* Optional shadow */
  text-decoration: none;
}

.card-bg {

   background-image: linear-gradient(to right top, #ffffff, #ffecca75, #ffebe31c, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff7d, #b9b3f15c, #ba9cef3d);
}
.title-wrap h2 {
    font-size: 40px!important;
}

.slick-dots{
    top: 452px;
 }
 .place-item{
    background:#ffffff00!important;
 }

.place-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.entry-detail {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.place-title a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px; /* About 2 lines */
    line-height: 24px;
}

.noUi-horizontal .noUi-handle {
    position: absolute;
    width: 27px;
    height: 27px;
    right: -17px;
    top: -11px;
    border-radius: 50% !important;
    background: linear-gradient(89deg, #fb8e68, #cf60f8) !important;
    z-index: 2;
    box-shadow: none;
    overflow: hidden;
}


.noUi-target

 {
    height: 5px !important;
 }

            /* Animate more colors */
        @keyframes colorChange {
                0%   { background-color: #000000; } /* Black */
                15%  { background-color: #222222; } /* Very dark gray */
                30%  { background-color: #555555; } /* Dark gray */
                45%  { background-color: #777777; } /* Medium gray */
                60%  { background-color: #aaaaaa; } /* Light gray */
                75%  { background-color: #dddddd; } /* Very light gray */
                90%  { background-color: #ffffff; } /* White */
                100% { background-color: #000000; } /* Back to Black */
            }

            
            .top-banner {
                animation: colorChange 12s infinite;
                color: white;
                padding: 30px 15px;
                font-size: 16px;
                text-align: center;
                transition: background-color 0.5s ease, color 0.5s ease;
            }
            .top-banner:hover {
                color: #ffe8cc;
            }
            .top-banner a {
                color: white;
                text-decoration: underline;
                font-weight: bold;
                transition: color 0.5s ease;
            }
            .top-banner a.apple-link {
                color: #d1e9ff; /* Light blue */
            }
            .top-banner a.android-link {
                color: #d4edda; /* Light green */
            }
            .top-banner a:hover {
                color: #ffe8cc;
            }
     
            .d-none {
                display: none !important;
            }

        .main-menu{
                background: #fff;
                color: #000;
                border-radius: 36px !important;
            }

         .custom-btn-badge {
                position: relative;
                display: inline-block;
                padding: 4px 10px;
                font-size: 12px;
                font-weight: 600;
                color: #000;
                background: #f5f5f5; /* light background for visibility */
                border: 1px solid #ccc;
                border-radius: 999px;
                cursor: pointer;
                transition: all 0.3s ease-in-out;
                z-index: 1;
            }


            
        .custom-btn-round {
            width: 42px;
            height: 42px;
            padding: 0;
            border-radius: 50%; /* Perfect circle */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            }
        .custom-btn::before {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                z-index: -1;
                background: linear-gradient(90deg, #ff925d, #cd5eff);
                border-radius: 999px;
            }

        .custom-btn {
                position: relative;
                display: inline-block;
                padding: 7px 10px;
                font-size: 18px;
           
                color: #000;
                background: transparent;
                border: 2px solid transparent;
                border-radius: 999px;
                cursor: pointer;
                transition: all 0.3s ease-in-out;
                z-index: 1;
                }

        .custom-btn-colored::before {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                z-index: -1;
                background: linear-gradient(90deg, #ff925d, #cd5eff);
                border-radius: 999px;
            }

        .custom-btn-colored {
                position: relative;
                display: inline-block;
                padding: 8px 10px;
                font-size: 18px;
                
                width: 77%;
                color: #ffffff;
                background: transparent;
                border: 2px solid transparent;
                border-radius: 999px;
                cursor: pointer;
                transition: all 0.3s ease-in-out;
                z-index: 1;
                }

                .fixed-img {
                width: 100%;
                max-width: 400px; /* adjust as needed */
                height: 300px; /* fixed height */
                object-fit: cover; /* crop to fit box nicely */
                border-radius: 1rem; /* for rounded corners */
                }




        .custom-btn-badge::before {
                content: '';
                position: absolute;
                top: -1px;
                left: -1px;
                right: -1px;
                bottom: -1px;
                z-index: -1;
                background: linear-gradient(90deg, #ff925d, #cd5eff);
                border-radius: 999px;
            }
         .custom-btn-badge::after {
            content: '';
            position: absolute;
            top: 0.005rem;
            left: 0.005rem;
            right: 0.005rem;
            bottom: 0.005rem;
            background: white; /* or transparent */
            border-radius: 999px;
            z-index: -1;
            transition: background 0.3s ease-in-out;
            }



            .custom-btn::after {
            content: '';
            position: absolute;
            top: 0.005rem;
            left: 0.005rem;
            right: 0.005rem;
            bottom: 0.005rem;
            background: white; /* or transparent */
            border-radius: 999px;
            z-index: -1;
            transition: background 0.3s ease-in-out;
            }

            .fill-button {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                border: none;
                cursor: pointer;
                color: white;
                font-size: 18px;
                background: linear-gradient(63deg, #f59102, #cd5eff); /* Or use radial-gradient */
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                transition: transform 0.2s ease-in-out;
                }

                .fill-button:hover {
                transform: scale(1.1);
                }
           .nav-link{
            color: black !important;
           }

            .custom-btn:hover {
            color: rgb(5, 5, 5);
            }

            

    .bg-dim {
        background-color: #21252985;
    }

    .site-color {
        color: #f5c27d!important;
    }

    .responsive-img {
        transition: all 0.3s;
        transform: scale(1);
        max-height: 325px;
        min-height: 325px;
        width: 100%;
        object-fit: cover;
    }
   
        .site-header {
            position: absolute;
            top: 0;
            width: 100%;
            background-color: transparent !important;
        }
        .text-header {
            color: #fff;
        }

        /* .site__brand__logo img {
            filter: invert(1);
        } */
 
    
    .site-main {
        overflow-x: hidden;
    }
    .site__brand__logo img {
        max-width: 200px !important;
    }
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .place-item.layout-02 .author img {
        height: 100% !important;
    }
    .place-item.layout-02 .entry-detail {
        min-height: 185px !important;
    }
    .banner-text {
        font-size: 44px;
        font-weight: 600;
    }
    @media only screen and (max-width: 450px) {
        .banner-text {
            font-size: 20px !important;
        }
    }

    /* General styles for the inputs */
    input.form-control {
        border: none;
        outline: none;
        box-shadow: none;
        padding-left: 0;
        border-bottom: 1px solid #ccc; /* Add bottom border to inputs */
    }
    
    /* Mobile-specific styles */
    @media (max-width: 767px) {
        input.form-control {
            border-bottom: 1px solid lightgray; /* Adjust the border color on mobile */
        }
    }


/* Wrapper to hide overflow */
.place-type {
    width:100%;
    overflow: hidden;
    position: relative;
}

/* Container that moves (animation) */
.scrolling-badges {
    display: inline-flex;
    white-space: nowrap;
    gap: 5px;
    overflow: hidden; /* hide overflow while scrolling */
}

/* Animation keyframes */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Start scrolling on hover */
.scrolling-badges:hover {
    animation: scroll-left 5s linear infinite;
}

/* Badge Style */
.badge.cus {
    color: #F5C27D;
    border: 1px solid #F5C27D;
    border-radius: 30px;
    background-color: rgb(253, 253, 253);
    padding: 8px 16px;
    white-space: nowrap;
}



.landing-banner {
    padding: 186px 0!important;
}


.noUi-target {
    background: #ffffff00;
    border-radius: 4px;
    border: none!important;
    box-shadow: none!important;
}

.round-border{
    border-radius: 50px!important;
}
.bg-main{
    background-color: #FFFBF3;
 }

.bg-section{

   background-image: radial-gradient(circle, #f1d78d00, #52504c00, #54423800, #f9c9f557, #de92e62b, #f9e8b836, #f9f9f900, #ffffff00, #ffebed00, #ffffff00, #fff0d700, #ffffff0d) !important;
}
.bg-txt {
     background: linear-gradient(63deg, #ef7f44, #ca6ae0);
    -webkit-background-clip: text;
    font-size: 3.5rem;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.h2-size h1,
.h2-size h2 {
    word-spacing: -2px;
    font-weight: 600!important;
    font-size: 65px !important;
    color: #000000 !important;
}

form .border-end {
   border-right: 1px solid #c7bcbc !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body{
        overflow: hidden!important;
}
.custom-select-clean {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none !important;
    border-radius: 0;
    padding-right: 2rem;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1' fill='none'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 10px 10px;
    background-color: transparent;
}


.site-main {

  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-position: top left, center center;
}

.custom-random-images-wrapper {
    position: relative;
  
}

.custom-image-box {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    text-align: center;
}

.custom-image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.custom-img-caption {
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-top: 1px solid #eee;
}

/* Hover effect */
@media (hover: hover) {
    .custom-image-box:hover img {
        transform: scale(1.05) rotate(1deg);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
}

.custom-random-images-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100px; /* adjust to control spacing above main content */
    z-index: 2;
}


@media (max-width: 767px) {
  .custom-random-images-wrapper {
    display: none !important;
  }
}


/* Hover effect */
@media (hover: hover) {
    .custom-image-box:hover img {
        transform: scale(1.08) rotate(1.9deg);
        box-shadow: 0 12px 22px rgba(0,0,0,0.25);
    }
}

.custom-left-top {
    transform: rotate(-7deg);
    animation: fadeZoomInRotateM7 1.5s ease-out forwards;
    animation-delay: 0.2s;
}

.custom-right-middle {
    transform: rotate(5deg);
    animation: fadeZoomInRotate5 1.5s ease-out forwards;
    animation-delay: 0.4s;
}

.custom-left-bottom {
    transform: rotate(328deg);
    animation: fadeZoomInRotate328 1.5s ease-out forwards;
    animation-delay: 0.6s;
}

.custom-right-bottom {
    transform: rotate(3deg);
    animation: fadeZoomInRotate3 1.5s ease-out forwards;
    animation-delay: 0.8s;
}

.custom-center-bottom {
    transform: translateX(-50%) rotate(-2deg);
    animation: fadeZoomInRotateN2 1.5s ease-out forwards;
    animation-delay: 1s;
}





.slick-nav .slick-nav__next {
    right: -80px !important;
}

.slick-nav .slick-nav__prev {
    left: -100px !important;
}

.place-item.layout-02 .place-title {
   
 margin-bottom: 0px!important;
}
 .cities-wrap

 {

    background-color: #ffffff!important;
 }

    .navbar-nav
    {
        font-size: 16px;
    }