.ltn__feature-item-6 .ltn__feature-info h3 a {
    font-size: 20px;
}

.newsletter-form .newsletter-input {
    max-width: 350px;
    border-radius: 30px 0 0 30px;
    padding: 12px 20px;
     height: 50px;
}

.newsletter-form .btn {
    border-radius: 0 30px 30px 0;
    padding: 12px 25px;
    height: 50px;
}

.call-to-action-inner-6 .coll-to-info {
    text-align: left;
        width: 65%;
}

a.slick-prev.slick-arrow {
    display: none !important;
}

a.slick-next.slick-arrow{
        display: none !important;
}
.row.ltn__product-slider-item-four-active-full-width .col-lg-12.slick-slide.slick-cloned {
    height: auto;
}

/* team section  */

/* Card */
.team-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    text-align: center;
    margin: 20px 10px;
}

.team-card:hover {
    transform: translateY(-8px);
}

/* Image */
.team-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

/* Social Icons */
.team-social {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s ease;
}

.team-card:hover .team-social {
    right: 15px;
}

.team-social a {
    width: 38px;
    height: 38px;
    background: #0a3f69;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}

.team-social a:hover {
    background: #ff5a3c;
}

/* Content */
.team-content {
    padding-top: 18px;
}

.team-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0a3f69;
    margin-bottom: 6px;
}

.team-content span {
    font-size: 14px;
    font-weight: 500;
    color: #ff5a3c;
}

/* terms and condition section  */

/* =========================
   TERMS & CONDITIONS DESIGN
========================= */

.terms-content-wrapper {
    background: #ffffff;
    padding: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 1000px;
}

.terms-content-wrapper h1 {
    font-size: 36px;
    font-weight: 700;
    color: #0a3f69;
    margin-bottom: 10px;
}

.terms-content-wrapper .effective-date {
    color: #777;
    margin-bottom: 30px;
    font-size: 14px;
}

.terms-content-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #222;
    position: relative;
}


.terms-content-wrapper p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.terms-content-wrapper ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.terms-content-wrapper ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    list-style: disc;
}

.terms-content-wrapper a {
    color: #0a3f69;
    font-weight: 500;
}

.terms-content-wrapper a:hover {
    text-decoration: underline;
}

.contact-box {
    background: #f5f7fa;
    padding: 20px;
    border-left: 4px solid #0a3f69;
    border-radius: 6px;
    margin-top: 20px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .terms-content-wrapper {
        padding: 30px 20px;
    }

    .terms-content-wrapper h1 {
        font-size: 28px;
    }

    .terms-content-wrapper h2 {
        font-size: 20px;
    }
}

/* video section  */

.ltn__video-bg-img i.fas {
    font-size: 50px;
}

.ltn__video-bg-img p.text-white {
    font-size: 20px;
    font-weight: 700;
}

/* team section  */

.team-flip {
    perspective: 1000px;
}

.team-flip-inner {
    position: relative;
    width: 100%;
    height: 260px;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
}

.team-flip:hover .team-flip-inner {
    transform: rotateY(180deg);
}

/* Front */

.team-back {
    position: absolute;
    width: 100%;
    height: 90%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
}

.team-front{
    position: absolute;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
}

.team-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Back */
.team-back {
    background: linear-gradient(135deg, #ff5a3c, #ff784f);
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.team-back h4 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #fff;
}

.team-back p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #fff;
}

/* Social */
.team-back-social {
    display: flex;
    gap: 15px;
}

.team-back-social a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #ff5a3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.team-back-social a:hover {
    background: #000;
    color: #fff;
}


.property-list-card {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    transition: 0.3s;
        gap: 20px;
}

.property-list-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Image */
.property-img {
    width: 50%;
    /* margin: 90px 0px 50px 20px; */
    position: relative;
}


.ltn__category-area .col-lg-3 {
    width: 20%;
}
@media (max-width: 767px) {
     .ltn__category-area .col-lg-3 {
    width: 100%;
}
}

@media (max-width: 991px) {
    .ltn__category-area .col-lg-3 {
    width: 100%;
}
}
/* Badges */
.tag-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #171b2a;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

.tag-sale {
    
    background: #ff5a3c;
    color: #fff;
    font-size: 12px;
    padding: 7px 16px;
    margin-left: 20px;
}

/* Content */
.property-content {
    padding: 20px;
}

.property-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.property-price {
    background: #ff5a3c;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    margin: 10px 0px;
    font-size: 14px;
}

.property-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.property-desc {
    font-size: 15px;
    color: #555;
}

.property-features {
    display: flex;
    gap: 20px;
    margin-top: 12px;
    font-size: 14px;
}

.property-features i {
    color: #ff5a3c;
    margin-right: 5px;
}

.more-details {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: #000;
}
@media (max-width: 768px) {
    .property-list-card {
        flex-direction: column;
    }
    .property-img,
    .property-content {
        width: 100%;
    }
}


.category-slide-item {
    width: 100%;
}

.ltn__category-slider {
    display: flex;
    gap: 30px;
}
.ltn__category-item-5.text-center .category-btn i.fa-solid.fa-angles-right {
    margin-top: 12px;
}

/* service page  */

.service-card {
    background: #fff;
    padding: 45px 30px;
    text-align: center;
    border: 1px solid #eee;
    position: relative;
    transition: all 0.4s ease;
    margin: 40px 0px;
} 

 .service-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #ff5a3c;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.service-card:hover::before {
    width: 70%;
}

.service-icon {
    width: 140px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -35px;
}

.ltn__feature-area.section-bg-1 .service-card.visible {
    background: none;
    padding: 5px 20px;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.4s ease;
    margin: 0px 0px;
}
.ltn__feature-area.section-bg-1 .service-card.visible::before{
        content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #ff5a3c;
    transition: all 0.4s ease;
    transform: translateX(-50%) 
}
.service-icon img {
    max-width: 140px;
}

.service-card h3 {
    font-size: 20px;
        margin-top: 50px;
}

.service-card h3 a {
    color: #1d1d1d;
    transition: color 0.3s ease;
}

.service-card p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-btn {
    font-weight: 600;
    color: #1d1d1d;
    transition: all 0.3s ease;
}

.service-btn i {
    margin-left: 6px;
    transition: transform 0.3s ease;
}


.service-card:hover .service-icon {
    background: #ff5a3c;
}

.service-card:hover h3 a,
.service-card:hover .service-btn {
    color: #ff5a3c;
}

.service-card:hover .service-btn i {
    transform: translateX(6px);
}
.service-card {
    animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* privacy policy  */

.privacy-policy-section {
    background: #f8f9fa;
}

.privacy-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-left: 4px solid #ff5a3c;
}

.privacy-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #171b2a;
}

.privacy-box h3 i {
    margin-right: 10px;
}

.privacy-box ul {
    padding-left: 18px;
}

.privacy-box ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}


.contact-box p {
    color: #000000;
}

.contact-box a {
    color: #000000;
    text-decoration: underline;
}


/* about section animation  */

/* BASIC HIDDEN STATE */
.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

/* VISIBLE ON SCROLL */
.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Additional variations */
.animate-left {
  transform: translateX(-30px);
}

.animate-left.visible {
  transform: translateX(0);
}

.animate-right {
  transform: translateX(30px);
}

.animate-right.visible {
  transform: translateX(0);
}

.animate-zoom {
  transform: scale(0.8);
}

.animate-zoom.visible {
  transform: scale(1);
}


/* HIDDEN STATE */


/* COUNTER ICON SMOOTH */
.counter-box i {
    transition: transform 0.4s ease;
}

.counter-box.visible p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.ltn__video-bg-img i.fas:hover {
    font-size: 50px;
    color: #ff6448;
}

.counter-box.visible i {
    transform: scale(1.15);
}

/* OPTIONAL PULSE EFFECT (LIKE DEMO) */
.ltn__animation-pulse1 {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
    70% { box-shadow: 0 0 0 25px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}


/* DEFAULT HIDDEN */


/* IMAGE HOVER LIKE DEMO */
.about-us-img-wrap img,
.ltn__list-item-2-img img {
    transition: transform 0.6s ease;
}

.about-us-img-wrap img:hover,
.ltn__list-item-2-img img:hover {
    transform: scale(1.06);
}

/* SERVICE CARD HOVER (LIKE DEMO) */
.ltn__feature-item {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ltn__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ICON ZOOM */
.ltn__feature-icon img {
    transition: transform 0.4s ease;
}

.ltn__feature-item:hover .ltn__feature-icon img {
    transform: scale(1.1);
}

/* PRODUCT CARD HOVER (PREMIUM FEEL) */
.ltn__product-item {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ltn__product-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* IMAGE ZOOM */
.product-img img {
    transition: transform 0.6s ease;
}

.ltn__product-item:hover .product-img img {
    transform: scale(1.08);
}

/* IMAGE HOVER */
.apartments-plan-img img {
    transition: transform 0.6s ease;
}

.apartments-plan-img img:hover {
    transform: scale(1.06);
}

.ltn__category-item {
    transition: all 0.4s ease;
}

.ltn__category-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Testimonial hover effect */
.ltn__testimonial-item {
    transition: all 0.4s ease;
}

.ltn__testimonial-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.ltn__testimonial-slider-6-active .slick-current {
    opacity: 1;
}

/* Blog card hover animation */
.ltn__blog-item {
    transition: all 0.4s ease;
}

.ltn__blog-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* Image zoom effect */
.ltn__blog-img img {
    transition: transform 0.6s ease;
}

.ltn__blog-item:hover .ltn__blog-img img {
    transform: scale(1.08);
}

/* Read more underline animation */
.ltn__blog-btn a {
    position: relative;
}

.ltn__blog-btn a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.4s ease;
}

.ltn__blog-btn a:hover::after {
    width: 100%;
}

.ltn__mission-item {
    transition: all 0.4s ease-in-out;
}
.ltn__mission-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}
.ltn__mission-item .mission-icon {
    color: #ff7f50;
    transition: all 0.3s ease-in-out;
}
.ltn__mission-item:hover .mission-icon {
    transform: scale(1.2);
}
.ltn__mission-title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}


