@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body{
    font-family: "Poppins", serif;
    /*font-family: "Abril Fatface", serif;*/
    font-size: 18px;
    color: #777;
    overflow-x: hidden;
}
.container {
    max-width: 1500px;
}
.SmoochSans{
    font-family: "Smooch Sans", serif;
}
.AbrilFatface{
    font-family: "Abril Fatface", serif;
}
.nearby_landmarksText,
.descriptionText {
    align-items: start !important;
}
.nearby_landmarksText i, 
.descriptionText i {
    margin-top: 7px;
}
.header-top span a {
    color: #fff;
    text-decoration: none;
}
.header-top span a:hover {
    color: #007bff;
    text-decoration: underline;
}
.navbar-nav {
    gap: 20px;
}
.navbar-nav .nav-link {
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color 0.3s;
}
.navbar-nav .nav-link.active {
    background-color: #eee;
    border-radius: 8px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #007bff;
}
.card.propertyCard img,
.searchBox,
.item img,
.bannerBox {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.searchBox{
    border-radius: 10px;
}
.card.propertyCard {
    border: none;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 30px 30px 10px 10px;
    padding-bottom: 10px;
}
.card.propertyCard .card-body {
    padding-bottom: 0;
}
.propertyDetails p,
.otherDetails p{
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size:16px;
}
.card.propertyCard:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.card.propertyCard .card-footer{
    border: none;
    background-color: transparent;
}
.card.propertyCard .card-footer a {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .9;
}
.propertyDetails  h2 {
    color: #126efd;
}
.otherDetails a.btn,
.propertyDetails a.btn {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.card-text.text-truncate {
    font-weight: 500;
    color: #777;
    text-align: center;
    font-size: 14px;
}
.card-title {
    font-size: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
}
.card-text span i{
    display: block;
    font-size: 14px;
}
.card-text span {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    width: 33%;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}
/* Custom styling */
.slider {
    width: 100%;  /* Width of the slider */
    margin: 0 auto;
}
.item {
    transition: transform 0.5s ease;
    opacity: 0.7;
    padding: 0 10px;
}
.slick-center .item {
    transform: scale(1.2); /* Zoom the center item */
    opacity: 1;  /* Full opacity for the center item */
}
.slick-prev, .slick-next {
    font-size: 30px;
    color: #0d6efd;
    z-index: 99;
    background: #fff;
    display: block;
    height: 29px;
    width: 29px;
    border-radius: 40px;
}
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 50px;
}
.slick-next:focus, 
.slick-next:hover, 
.slick-prev:focus, 
.slick-prev:hover {
    color: #fff;
    background: #0d6efd;;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
/* Optional: Add a zoom effect on hover for all items */
.item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform: scale(.9);
}
.item:hover img {
    transform: scale(1);
    z-index: 1;
}
.slider .slick-list .item{
    padding: 30px 0;
}
.item.slick-slide.slick-current.slick-active.slick-center{
    transform: scale(1.1);
}
.carousel-inner img {
    height: 500px;
    object-fit: cover;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 5px;
}
.carousel-caption h2 {
    font-size: 50px;
    letter-spacing: 6px;
    font-weight: 400 !important;
}
.carousel-caption p {
    font-size: 30px;
    letter-spacing: 2px;
}
/*============================ home page banner ===================================================*/
/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
}

/* Hero content */
.hero-content {
    position: absolute;
    max-width: 600px;
    color: #fff;
    z-index: 2;
    left: 10%;
}
.hero-subtitle {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(to right, #007bff, #3d8bfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}

/* Ratings Box */
.ratings-box {
    position: absolute;
    backdrop-filter: blur(10px);
    padding: 0;
    border-radius: 0;
    text-align: left;
    width: 390px;
    z-index: 2;
    right: 0;
    bottom: 40px;
}

.rating-stars {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.rating-text {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

/* Profile Icons */
.profile-icons {
    display: flex;
    align-items: center;
}

.profile-icons img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid white;
}

.more-users {
    background: #007bff;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 20px;
}
.slick-slider {
    width: 100%;
    margin: 0 auto;
    max-width: 1450px;
    overflow: hidden;
}

.clipped-image {
    width: 100%;
}

.clipped-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    clip-path: url(#clipPathId);
}

/* Ensure the SVG is hidden but still accessible */
.hidden-svg {
    width: 0;
    height: 0;
    position: absolute;
}

/* Responsive Design */
@media (max-width: 768px) {
.hidden-svg {
    display: none;
}
.hero-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

.hero-content {
    position: absolute;
    left: unset;
    max-width: 100%;
    padding: 20px;
    padding-top: 70px;
}

    .hero-title {
        font-size: 20px;
        line-height:1;
        margin: 0;
    }

    .hero-description {
        font-size: 12px;
    }
.ratings-box {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    margin-top: 0;
    text-align: center;
    background-color: rgba(0,0,0,.2);
    padding: 10px 30px;
}

    .profile-icons {
        justify-content: center;
    }

    .profile-icons img {
        width: 20px;
        height: 20px;
    }

    .clipped-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
.chooseBg {
    background-image: url(../images/choose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.schedule-form .section-title-small {
    padding: 0;
}
.schedule-form .section-title-small:before {
    display: none;
}
.schedule-form {
    margin: 30px auto;
    text-align: center;
}

.schedule-form h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.schedule-form .form-group {
    margin-bottom: 15px;
}

.schedule-form .form-group input,
.schedule-form .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.schedule-form .form-group textarea {
    height: 100px;
    resize: none;
}

.schedule-form button {
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(93.01deg, #48EAFE 0%, #0062F2 91.43%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    transition: 0.3s;
}

.schedule-form button:hover {
    background: #48EAFE;
}
.toast {
    visibility: hidden;
    min-width: 250px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: 1000;
}

.toast.show {
    visibility: visible;
    animation: fadeInOut 3s;
}

.toast.success {
    background: #28a745; /* Green */
}

.toast.error {
    background: #dc3545; /* Red */
}

@keyframes fadeInOut {
    0% { opacity: 0; bottom: 20px; }
    20% { opacity: 1; bottom: 30px; }
    80% { opacity: 1; bottom: 30px; }
    100% { opacity: 0; bottom: 20px; }
}


/*==============================================================================*/
.loginSignup {
    background-image: url(../images/heroimg2.jpg); 
}
.property-slider button.slick-arrow {
    left: auto;
    right: 40px;
    top: -30px;
}
.property-slider button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

@media(max-width:991px){
.carousel-caption h2 {
    font-size: 30px;
    letter-spacing: 3px;
}
.carousel-caption p {
    font-size: 20px;
    letter-spacing: 1px;
}
.carousel-inner img {
    height: 350px;
}
.navbar-nav .nav-link {
    font-size: 20px;
}
.card-title {
    font-size: 22px;
}
.card-text span i {
    font-size: 14px;
}
}
@media(max-width:767px){
.item.slick-slide.slick-current.slick-active.slick-center{
    transform: scale(0.9);
}
.item img {
    transform: scale(1);
}
.slick-prev, .slick-next {
    display: none !important;
}
.navbar-nav .nav-link {
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.carousel-caption h2 {
    font-size: 20px;
    letter-spacing: 0px;
}
.carousel-caption p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
}
.carousel-caption {
    right: 5%;
    left: 5%;
}
.herotext h1 {
    font-size: 20px;
}
.section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 20px;
}
#place img,
#land img,
#building img {
    border-radius: 40px !important;
}
}



























