#OwnerProperties .card,
#OwnerProperties .card .cardImg img {
    border-radius: 16px !important;
    transition: 0.67s;
}

#OwnerProperties .card .cardImg img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    transition: 0.67s;
}

#OwnerProperties .card:hover,
#TopProjects .card:hover {
    transform: scale(1.010);
}

#OwnerProperties .card .content,
#TopProjects .card .content {
    position: relative;
    overflow: hidden;
}

#OwnerProperties .card .content h6 {
    font-weight: 500 !important;
}

#OwnerProperties .card .content p,
#OwnerProperties .card .content .variants {
    color: #063160;
    font-size: 14px !important;
}

.cardImg {
    position: relative;
}

.my_badge-price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #063160;
    color: #fff;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 8px;
}

.cta_section a {
    background: #87c126;
    color: #fff;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #87c126;
    border-radius: 6px;
    display: inline-block;
    transition: 0.67s;

    &:hover {
        background: transparent;
        color: #87c126;
    }
}


.owner-swiper-prev,
.owner-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;
    padding: 10px 11px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

}

.owner-swiper-prev {
    left: -10px;
}

.owner-swiper-next {
    right: -10px;
}

@media (max-width:992px) {
    #OwnerProperties .card .cardImg img {
        width: 100%;
    }

    #OwnerProperties h2 {
        font-size: 26px;
    }
}

.about-section {
    position: relative;
    background: url('../../img/about-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}

.about-section .tg-chose-content {
    position: relative;
    z-index: 10;
}

.about-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .38) 71%);
}

.text_small_green {
    font-size: 14px !important;
}

.text_small_blue {
    background: #063160 !important;
    border: 1px solid #063160 !important;
}

.about-section .count_box {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-section .count_box h3 {
    font-size: 52px;
    color: #fff;
}

.about-section .count_box p {
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
}


@media (max-width:992px) {
    .about-section .count_box {
        gap: 32px;
        justify-content: space-between;
    }

    .about-section .count_box h3 {
        font-size: 26px;
    }
}




.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.step-card {
    position: relative;
    padding-top: 40px;
}

.step-card img {
    width: 60px;
    margin-bottom: 15px;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.step-card p {
    font-size: 15px;
    color: #e4e4e4;
    line-height: 1.6;
}

.step-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 160px;
    font-weight: 700;
    color: #e4e4e4;
    opacity: 0.15;
    line-height: 1;
    transition: all 0.3s ease;
}

.step-card:hover .step-number {
    color: #fff;
    opacity: 1;
    transform: translateY(-10px);
}

.step-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 2px;
    height: 100%;
    background: #eee;
}

.step-card:last-child::after {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .step-number {
        font-size: 100px;
    }

    .step-card::after {
        display: none;
    }
}


.tg-listing-item-wishlist small {
    font-size: 12px;
    line-height: 1.5 !important;
    display: inline-block;
}

.tg-listing-item-wishlist span {
    color: #063160;
    font-weight: 600;
}

.tg-testimonial-area .swiper-slide .tg-testimonial-item {
    height: 100% !important;
}

.tg-testimonial-area .swiper-slide .tg-testimonial-item img.rounded-circale {
    width: 50px;
}



.text-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg_dark_blue {
    background: #001933 !important;
}



.why-choose-us-section .box_item {
    position: relative;
    margin-bottom: 15px;
    transition: 0.67s;
}

.why-choose-us-section .box_item:hover {
    transform: translateY(-10px);
}

.why-choose-us-section .box_item .box_image {
    position: relative;
}

.why-choose-us-section .box_item .box_image img {
    border-radius: 16px;
    width: 100%;
}

.why-choose-us-section .box_item .box_image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
}

.why-choose-us-section .box_item .box__content {
    background: #87c126;
    padding: 50px 10px 20px;
    border-radius: 16px;
}

.why-choose-us-section .box_item .box_overlay_content {
    position: absolute;
    bottom: 20px;
    left: 12px;
}

.why-choose-us-section .box_item .box_overlay_content i,
.why-choose-us-section .box_item .box__content i {
    color: #fff !important;
    font-size: 32px !important;
    display: block;
}

.why-choose-us-section .box_item .box_overlay_content h4,
.why-choose-us-section .box_item .box__content h4 {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 6px 0;
}

.why-choose-us-section .box_item .box_overlay_content p,
.why-choose-us-section .box_item .box__content p {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width:992px) {
    .column_mobile_reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .tg-blog-area h2,
    .testMode h2,
    .poinst h2,
    .new_launch h2,
    .why-choose-us-section h2 {
        font-size: 26px;
    }

    .why-choose-us-section .btn-text {
        font-size: 12px !important;
    }
}


.see_all_home_btn{
    background: #04315f !important;
    color:  #fff !important;
    border: 1px solid #04315f;
    &:hover{
        background: #fff !important;
        color: #04315f !important;
    }
}