
@font-face {
    font-family: rajdhani-bold;
    src: url("../fonts/rajdhani-bold.ttf");
}
.my-blog-page {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    background: white;
}
.my-blog-page h2 {
    position: relative;
}
.my-blog-page h2::after {
    content: "";
    position: absolute;
    width: 10%;
    bottom: -5px;
    left: 0;
    height: 5px;
    background: orange;
}
.my-blog-page .left-side {
    padding: 0% 20px;
    background: rgb(255, 255, 255);
    box-shadow: 1px 2px 4px 3px gainsboro;
}
.my-blog-page .right-side {
    padding: 10% 20px;
    background: rgb(255, 255, 255);
    box-shadow: 1px 2px 4px 3px gainsboro;
}
.blog-card-design {
    width: 100%;
    padding: 20px;
    background: white;
}

.blog-card-design img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-card-design h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.blog-card-design p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.blog-card-design .post-date {
    font-weight: 600;
    color: orange;
}
.admin-img img {
    color: black;
}
.admin-img img {
    width: 70px;
    height: 70px;
    border-radius: 68px;
    border: 2px solid #e97702;
}

.my-blog-page .right-side h4 {
    position: relative;
    font-size: 20px;
}
.my-blog-page .right-side h4::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 4px;
    height: 34px;
    background: orange;
    top: -5px;
}

.my-blog-page .right-side img {
    width: 100px;
    height: 100px;
}

.social-contact {
    bottom: 70px;
}


.featured-properties-wrap {
    padding: 5% 40px;
    background: #f9f9f9;
}

.featured-properties-wrap h2 {
    font-family: rajdhani-bold;
}

.featured-properties-wrap-2
{
    padding: 0px 30px;
}

@media only screen and (max-width: 480px) {
    .my-blog-page {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5%;
        padding-bottom: 100px;
        background: white;
    }
    .my-blog-page .left-side {
        padding: 0px 0px;
    }
    .blog-card-design {
        margin-top: 10px;
    }
    .my-blog-page h2::after {
        content: "";
        position: absolute;
        width: 50%;
        bottom: -10px;
        left: 0;
        height: 5px;
        background: orange;
    }

    .my-blog-page .right-side {
        margin-top: 15px;
        padding: 10% 20px;
    }

    .my-blog-page .right-side h4 {
        text-align: left;
    }

    .my-blog-page .right-side h4::before {
        content: "";
        position: absolute;
        left: -10px;
        width: 4px;
        height: 34px;
        background: orange;
        top: -5px;
    }
    .featured-properties-wrap
    {
       padding: 3% 0px;
    }
    .featured-properties-wrap-2
    {
       padding: 3% 0px;
    }
    .featured-properties-wrap p
    {
       text-align: justify;
    }
    .featured-properties-wrap-2 p
    {
       text-align: justify;
    }
}

@media only screen and (max-width: 768px) {
    .page-23 {
        padding: 5% 0px !important;
    }
    .my-para {
    padding: 10px 0px !important;
}
}

@media only screen and (max-width: 768px) {
    
    .my-blog-page {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5%;
    }
    .my-blog-page .left-side {
        padding: 0px;
    }
    .my-blog-page .right-side {
        margin-top: 10px;
    }
    .featured-properties-wrap {
    padding: 5% 10px;
}
    .featured-properties-wrap p{
    text-align: justify;
}
    .featured-properties-wrap-2 {
    padding: 5% 10px;
}
    .featured-properties-wrap-2 p{
    text-align: justify;
}
}





.my-team-page {
    padding: 5% 50px;
    background: #f9f9f9;
    text-align: center;
}

.my-team-page h2
{
    font-size: 40px;
}

.my-team-card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.my-team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.img-sec {
    height: 350px;
    overflow: hidden;
}

.img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.my-team-card:hover .img-sec img {
    transform: scale(1.05);
}

.team-content {
    padding: 20px;
}

.team-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.team-content p {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-icons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #eaeaea;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icons li a:hover {
    background: #e64e3b;
    color: #fff;
}

.my-team-page .more-team-btn {
    width: 25%;
    height: 60px;
    background: #e97702;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.4s ease;
}

.my-team-page .more-team-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
    border: 2px solid orange;
}

.my-team-page .more-team-btn:hover span {
    color: rgb(255, 255, 255);
}

.my-team-page .more-team-btn:hover::after {
    transform: translateX(0);
}

.my-team-page .more-team-btn span {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease;
}

.my-team-page .more-team-btn:hover span {
    color: #e97702; 
}

@media screen and (max-width:768px) {
    .my-team-page
    {
        padding: 5% 10px;
    }
    .my-team-page .more-team-btn
    {
        width: 100%;
    }
    .my-team-page h2
{
    font-size: 30px;
}
}


.team-page-section
{
    text-align: center;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.team-page-section img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-page-section .cont-section
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #07143db5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-page-section .cont-section h1
{
   color: white;
   font-size: 60px;
}

.meet-team-page
{
    padding: 5% 30px;
    
}
.meet-team-page h2
{
    font-size: 40px;
    font-family: math;
    position: relative;
    overflow: hidden;
    font-weight: 100;
}
.meet-team-page h2::after
{
    position: absolute;
    content: '';
    top: 25px;
    right: -120px;
    width: 90%;
    height: 2px;
    background: #aaaaaa96;
}
.meet-team-page .my-team-cards .img-section {
    height: 350px;
    overflow: hidden;
    width: 100%;
}

.meet-team-page .my-team-cards .img-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.meet-team-page .my-team-cards .cont-section{
        background: white;
    box-shadow: 1px 0px 8px 0px #a7a7a7;
    padding-bottom:20px;
}
.meet-team-page .my-team-cards .cont-section h4{
        margin-bottom: 0px;
        font-family: 'rajdhani-bold';
}
.meet-team-page .my-team-cards .cont-section ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 10px;
}
.meet-team-page .my-team-cards .cont-section ul li{
       list-style: none;
}
.meet-team-page .my-team-cards .cont-section ul li a {
       color: black;
}
.meet-team-page .my-team-cards .cont-section ul li a i{
       font-size: 20px;
}

@media screen and (max-width:768px){
.meet-team-page h2
{
    text-align: center;
    font-weight: 500;
}
.meet-team-page h2::after
{
    position: absolute;
    content: '';
    top: 50px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #aaaaaa96;
}
.meet-team-page
{
    padding: 5% 10px;
}
}

.now-hero-sec
{
    height: 500px;
    text-align: center;
    /* object-fit: cover; */
    position: relative;
    overflow: hidden;
}
.now-hero-sec img
{
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.now-hero-sec .cont-sec
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
    background: linear-gradient(4deg, #000000c9, #00000059);
    display: flex;
    align-items: center;
    justify-content: center;
}
.now-hero-sec .cont-sec h1{
    border-right: 2px solid #000;
    overflow: hidden;
    animation: .75s step-end infinite blinkCursor;
    color: #fff;
    font-size: 50px;
}

@media screen and (max-width : 768px) {
    .now-hero-sec
    {
        height: 250px;
        height: 250px;
    }
}

/* ================================================= Violet Townhouse ================================================================= */



.my-property-type {
    padding: 10% 35px;
    background: #fff;
    text-align: center;
}

.my-property-type .list-prop {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    /* border-bottom: 1px solid #ddd;  */
}

.my-property-type .list-prop h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.my-property-type .list-prop p {
    color: #747474;
    font-weight: 300;
    font-size: 13px;
    margin: 0;
}

.my-property-type .list-prop::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
}

/* Hide right border for the last column on large screens */
@media (min-width: 992px) {
    .my-property-type .list-prop:last-child::after {
        display: none;
    }
}

/* On medium screens (tablets) */
@media (max-width: 991.98px) {
    .my-property-type {
        padding: 60px 20px;
    }

    .my-property-type .list-prop {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .my-property-type .list-prop::after {
        display: none; /* hide vertical line on stacked layout */
    }
}

/* On small screens (mobile) */
@media (max-width: 575.98px) {
    .my-property-type .list-prop h5 {
        font-size: 18px;
    }

    .my-property-type .list-prop p {
        font-size: 16px;
    }

    .my-property-type {
        padding: 40px 15px;
    }
}

/* Base layout is already mobile-first */
.my-feature-amneties {
    padding: 2% 20px; /* reduce side padding on smaller devices */
    background: #ffffff;
    text-align: center;
}

.my-feature-amneties h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.card-amneties {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-amneties:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.img-sec {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #fff;
}

.img-sec img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-amneties .title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.card-amneties .desc {
    font-size: 0.9rem;
    color: #666;
}

/* Tablet (medium screens) */
@media (min-width: 576px) {
    .my-feature-amneties h3 {
        font-size: 2rem;
    }

    .img-sec {
        width: 90px;
        height: 90px;
    }

    .card-amneties .title {
        font-size: 1.05rem;
    }

    .card-amneties .desc {
        font-size: 0.92rem;
    }
}

/* Desktop (large screens) */
@media (min-width: 992px) {
    .my-feature-amneties {
        padding: 2% 35px;
    }

    .my-feature-amneties h3 {
        font-size: 2.2rem;
    }

    .img-sec {
        width: 100px;
        height: 100px;
    }

    .card-amneties .title {
        font-size: 1.1rem;
    }

    .card-amneties .desc {
        font-size: 0.95rem;
    }
}










.sale-section {
    padding: 3% 30px;
    background: #ffffff;
    text-align: center;
}

.sale-section .left-sec {
    text-align: justify;
   padding: 80px 0px;
}

.sale-section h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.sale-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.sale-section .right-img-sec {
    padding: 15px;
    text-align: center;
}

.sale-section .right-img-sec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


@media (max-width: 767.98px) {
    .sale-section {
        padding: 20px 15px;
        text-align: left;
    }

    .sale-section .left-sec {
        padding: 30px 0;
    }

    .sale-section h4 {
        font-size: 20px;
        text-align: center;
    }

    .sale-section p {
        font-size: 15px;
        text-align: justify;
    }

    .sale-section .right-img-sec {
        padding: 10px 0;
        text-align: center;
    }

    .sale-section .right-img-sec img {
        width: 100%;
        height: auto;
    }
   
}





/* ===================================================== Home Page Add New Content ====================================================  */

.my-para
{
    padding: 10px 80px;
}

.page-21
{
    padding: 5% 20px;
    background: #f9f9f9;
    text-align: center;
    margin-top: 20px;
}

.coll-to-info
{
    width: 70%;
}



.page-22
{
    padding: 3% 20px;
    background-color: white;
    text-align: center;
}


.page-23 {
    padding: 5% 30px;
    background-color: #f9f9f9;
    text-align: center;
}

.page-23 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.page-23 .my-para {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0 auto 40px;
    
}

/* Card container */
.invest-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.invest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.invest-card img {
   width: 20%;
    /* max-width: 250px; */
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover
}

.invest-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.invest-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* Responsive Tweaks */
@media (max-width: 576px) {
    .page-23 h2 {
        font-size: 24px;
    }

    .page-23 .my-para {
        font-size: 16px;
    }

    .invest-card h4 {
        font-size: 16px;
    }

    .invest-card p {
        font-size: 12px;
    }
}


.page-24 
{
    padding: 3% 30px;
    text-align: center;
}

.typ-2
{
padding: 2% 25px;
}

/* ===================================================== Home Page Add New Content ====================================================  */



/* ===================================================== Explore Our Properties in Dubai====================================================  */

.explore-property-page
{
    padding: 5% 40px;
    background: #d8d1cf;
}
.explore-property-page h2 {
    text-align: left;
    padding: 12px 15px;
    position: relative;
}

.explore-property-page h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px; /* matches padding for alignment */
    width: 300px;
    height: 3px;
    background: rgb(0, 0, 0);
}
.explore-property-page p
{
    text-align: justify;
     padding: 0px 15px;
}


.explore-property-page .card-section-page
{
    width: 100%;
    /* height: 150px; */
    background: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}
.explore-property-page .body-part {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 3;      /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media screen and ( max-width : 576px) {
    .explore-property-page
    {
        padding: 5% 0px;
    }
}

/* ===================================================== Explore Our Properties in Dubai====================================================  */