    .amenities-section {
    font-family: 'Segoe UI', sans-serif;
}

.section-title {
    color: #ff5a2c;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin-top: 35px;
}

.amenity-card {
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 6px;
    transition: all 0.35s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}

/* ICON */
.amenity-card i {
    font-size:25px;
    color: #ff5a2c;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

/* TEXT */
.amenity-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
    font-weight: 500;
}

/* HOVER ANIMATION */
.amenity-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #ff5a2c;
}



/* TOP ORANGE LINE EFFECT */
.amenity-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: #ff5a2c;
    transition: 0.4s;
}

.amenity-card:hover::before {
    left: 0;
}



/*<!-- --------others-css------------- -->*/




    
.project-header 
    {
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    padding: 35px 50px 15px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-size:cover;
    object-fit:cover;
    background-position:center center;
    box-shadow:inset 0px 0px 10px rgba(0, 0, 0,0.5);
}



/* LEFT SIDE */

.project-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.builder-name {
    color: #777;
    margin-bottom: 15px;
}

.builder-name span {
    color: #e5533d;
    font-weight: 600;
}
.builder-name span a
{
    text-decoration:none;
    color:#ff5a3c;
}

.price {
    color: #ff5a3c;
    font-size: 26px;
    margin-bottom: 18px;
}

.location-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.location-icon {
    color: #ff5a3c;
    font-size: 20px;
}

.location {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

/* BUTTON */

.direction-btn {
    margin-left: 15px;
    padding: 10px 16px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    border:1px solid #ff5a3c;
}

.direction-btn:hover {
    background: #ff5a3c;
    color: #fff;
    border-color: #ff5a3c;
}

/* RIGHT SIDE */

.project-right {
    text-align: right;
}

.verified {
    color: green;
    font-weight: 600;
    margin-bottom: 10px;
}

.rera {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.rera span {
    color: #ff5a3c;
    font-weight: 600;
}

/* BROCHURE BUTTON */

.brochure-btn {
    padding: 10px 18px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.brochure-btn:hover {
    background: #ff5a3c;
    color: #fff;
    border-color: #ff5a3c;
}



    *{

        box-sizing:border-box;

        transition:all 0.3s ease-in-out;

        margin: 0px;

        padding:0px;

    }

body{

    font-family: Arial;

    background:#f5f5f5;

}



.container{

    width:95%;

    margin:auto;

    margin-top:20px;

}



.top-section{

    background:white;

    padding:20px;

    border-radius:10px;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

    display: flex;

    flex-direction: column;

    gap: 15px;

}





.top-section .heading-section

{

    display:flex;

    flex-direction:column;

    gap:15px;

    margin-bottom:15px;

}



.top-section .heading-section h2

{

    font-size:30px;

}

.top-section .heading-section h5

{

    font-size: 15px;

    color: #ff5722;

}



.top-section p b

{

    margin-right: 10px;

    font-size: 20px;

}





.layout{

    display:flex;

    gap:20px;

    margin-top:20px;

}



.left{

    width:70%;

    background:white;

    padding:15px;

    border-radius:10px;

}



.left img{

    width:100%;

    border-radius:10px;

}



.right{

    width:30%;
    position:relative;

}



.card{

    background:white;

    padding:30px;

    border-radius:10px;

    margin-bottom:20px;

    display:flex;

    flex-direction:column;

    gap:15px;



}



.card h3

{

    font-size:35px;

     margin-bottom:5px;

    font-size: 25px;

}



.card p

{

    font-size: 16px;

}



.enquire-btn{

    background:#ff5722;

    color:white;

    padding:10px;

    display:block;

    text-align:center;

    text-decoration:none;

    border-radius:5px;

    margin-top:15px;

}



/* Tabs */

.tabs{

    display:flex;

    justify-content:space-between;

    align-items:center;

    background:#e9e9e9;

    border-radius:12px;

    margin-top: 45px;

}

.tabs .card

{

    background:#e9e9e9;

}



.tab-links{

    display:flex;

    gap:30px;

}



.tab-links a{

    text-decoration:none;

    color:#333;

    font-weight:500;

    padding-bottom:8px;

}



.tab-links a.active{

    color:#ff5a2c;

    border-bottom:3px solid #ff5a2c;

}



.video-btn{

    border:1px solid #000;

    padding:8px 18px;

    border-radius:25px;

    background:#fff;
    cursor:pointer;

}



/* Card Layout */

.card{

    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 2px 8px rgba(0,0,0,0.05);
    width:100%;
    flex-direction: column;

}



.card h2{

    margin:0 0 15px 0;

    color:#ff5a2c;

}



.divider{

    border-bottom:1px solid #ddd;

    margin-bottom:15px;

}



/* Overview Grid */

.overview-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-bottom:35px;



}

.overview-grid div

{

    padding: 15px;

    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);

    border-radius: 10px;

}

.overview-grid h4{

    margin: 0;

    font-size: 14px;

    color: #777;

    padding: 5px;

}



.overview-grid p{

    margin: 10px 0 0;

    font-weight: 600;

    font-size: 20px;

}



/* About Section */

.about-title{

    color:#ff5a2c;

    font-size:22px;

}



.about-text{

    color:#555;

    line-height:1.7;

    font-size:14px;

}



.read-more{

    display:inline-block;

    margin-top:15px;

    padding:8px 16px;

    border:1px solid #ff5a2c;

    color:#ff5a2c;

    border-radius:6px;

    text-decoration:none;

    font-size:14px;

}


/* Container styling */
.propety_informastion_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

/* Individual info card */
.propety_informastion_container > div {
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Card hover animation */
.propety_informastion_container > div:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Heading styling */
.propety_informastion_container h4 {
    font-size:16px;
    color: #ff5a2c;
    margin-bottom: 10px;
    position: relative;
}

.propety_informastion_container h4 i
{
        margin-right: 6px;
}



/*-----user_all_property-------*/

 .other-projects
    {
        margin-top:35px;
    }

.other-projects h3
{
    color:#000;

}

.other-projects h3 span
{
    color:#ff5a2c;
}

/* Swiper container must be full width */
.projectSwiper{
    width:100%;
    padding:10px;
    margin:25px 0px 25px 0px;
}

/* Slide width control */
.swiper-slide{
    display:flex;
    justify-content:center;
}

/* Card size (Swiper calculates from this) */
.project-card{
    width:100%;
    max-width:350px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    transition:.4s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

}

/* Image */
.project-img img{
    width:100%;
    object-fit:cover;
    transition:.6s;
}

/* Content */
.project-content{
    padding:18px;
}
.project-content .price{
    color:#ff5a2c;
    font-weight:600;
    font-size: 16px;
    margin: 0px;
    margin-bottom:10px;
}
.project-content h4
{
    font-size:18px;
    margin-bottom:5px;
}

.project-content .categray-items{
    display:flex;
    gap:15px;
    color:#777;
    font-size:14px;
    margin:15px 0px 20px 0px;
}

.project-content .categray-items i
{
    color:#ff5a2c;
}
.view_propety
{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    text-align:center;
    padding:5px 0px;
    border-radius:5px;
    margin:15px 0px 10px 0px;
    text-decoration:none;
    background:#ff5a2c;
    color:#fff;
    font-weight:600;
    font-size:13px;
}
.project-content .type{
    color:#555;
    font-size:14px;
}

/* Hover Animation */
.project-card:hover{
    box-shadow:0px 0px 25px rgba(0,0,0,.3);
}


.arrow_slider
{
    width:25px;
    height:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ff5a2c;
    color:#fff;
    border-radius:50%;
    font-size:15px;
}
.arrow_slider::before, .arrow_slider::after
{
    font-size: 15px !important;
    color: #fff;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
    font-size: 15px;
    font-weight: 1000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
        font-size: 15px;
    font-weight: 1000;
}







/*-----user_all_property-------*/


/*-------property_relative-----------------*/



.mySwiper {
    padding: 30px 10px;
}

.property-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* IMAGE */
.img-box {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.property-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}


.swiper-button-next:hover, .swiper-button-prev:hover
{
    background: #ff5a2c;
}

/* CONTENT */
.content {
    padding: 15px;
}

.content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.location {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

/* BUTTON */
.btn {
    display: inline-block;
    padding: 8px 15px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    background: #00c853;
}


/*-------property_relative-----------------*/



/* Info text */
.propety_informastion_container p {
    font-size:18px;
    color: #34495e;
    line-height: 1.5;
}

/* Floating background effect */
.propety_informastion_container > div::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,107,107,0.05);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.propety_informastion_container > div:hover::before {
    top: -20%;
    left: -20%;
}

/* Responsive */
@media (max-width: 768px) {
    .propety_informastion_container {
        grid-template-columns: 1fr;
    }
}

