.ltn__header-middle-area {
    background-color: #fff;
}

.ltn__feature-info h3 {
    margin-bottom: 5px;
}

.ltn__breadcrumb-inner h1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 5px;
}

.ltn__breadcrumb-inner ul li a {
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 5px;
}

.ltn__breadcrumb-list ul li:last-child {
    margin-right: 0;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #000000;
}

h1.team_heading {
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #e1950399;
    font-size: 47px;
    font-weight: 900;
    font-family: "Poppins-Bold", sans-serif;
}

.ltn__brand-logo-1 .col-lg-2{
    width: 20%;
}

.ltn__social-media ul li a i {
    color: #fff;
}

.ltn__footer-area .ltn__social-media ul li a i {
    color: #fff;
}

.ltn__copyright-design p {
    margin-bottom: 0;
    color: #000;
}

.ltn__copyright-design p span{
    margin-bottom: 0;
    color: #000;
}
.apartments-plan-info.service_page {
    padding: 00px;
    background-color: #fff !important;
}

.ltn__feature-icon.ser {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* Set the desired size */
    height: 30px;
    box-sizing: border-box;
}

.apartments-plan-info.service_page .ltn__feature-item.ltn__feature-item-3.cust {
    padding: 18px 18px;
}

.apartments-plan-info.service_page .ltn__feature-info a {
    color: #000;
    text-decoration: underline #ff7d23;
    text-underline-offset: 5px;

}
.apartments-plan-info.service_page .ltn__feature-info h4 {
    margin-top: 0;
}
.apartments-plan-info.service_page .ltn__feature-info p {
    margin-top: 10px;
}

.ltn__menu-widget-2 {
    background-color: #030b27;
    padding: 20px;
    border-radius: 13px;
}

li.special-link:hover a {
    color: #fff !important;
}

.ltn__menu-widget > ul li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}


.ltn__menu-widget-2 ul li a {
    background-color: #ffffff;
    padding: 10px 20px ;
}
.apartments-plan-info.service_page h2 {
    text-align: center;
    color: #000000;
    border: none;
    /* border-radius: 10px; */
    background-color: #fff;
    font-weight: 600;
    text-decoration: underline #ff7d23;
    text-underline-offset: 6px;
}

.ltn__feature-icon.ser img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Maintain aspect ratio */
}

.ltn__top-bar-menu a:hover {
    color: #000;
}

.cust_bg {
    background-color: #e3e9ff;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #10366f;
}

.ltn__feature-info h4 {
    color: #103771;
    text-decoration: underline #ff7d23;
    text-underline-offset: 4px;
}


.ltn__feature-item.ltn__feature-item-3.cust {
    padding: 10px 10px;
    border: 0;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #f2f2f230;
}
.ltn__feature-item.ltn__feature-item-3.cust::before {
    background-color: #ff7d23;
}

.ltn__feature-item.ltn__feature-item-3.cust .ltn__feature-info p {
    margin-bottom: 0;
}
.ltn__feature-item.ltn__feature-item-3.cust .ltn__feature-info h4 {
    color: #ff7d23;
}

.apartments-plan-info h2 {
    text-align: center;
    color: #000000;
    border: 4px solid #ff7d23;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 600;
    padding: 5px 0;
}

.bg-color{
    background-color: #000;
}
.apartments-plan-img img{
    border-radius: 12px;
}

.apartments-plan-info {
    padding: 30px;
    background-color: #030b27 !important;
    border-radius: 15px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Optional: Semi-transparent overlay */
}

.special-link a:hover {
    background-color: #004baf;
    color: var(--ltn__primary-color) !important;
    transition: all 1000ms ease-out;
    color: #fff;
}

.content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    width: 100%;
    width: max-content;
    background-color: #163159d4;
    padding: 8px 30px;
    border-radius: 10px;
}

.content h1 {
    font-size: 50px;
    margin-bottom: 0;
    opacity: 0;
    animation: fadeInDown 3.5s ease-out forwards;
    color: #fff !important;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
}
        .content p {
            font-size: 30px;
            opacity: 0;
            animation: fadeInUp 3s ease-out forwards;
            animation-delay: 0.5s;
            color: #fff;
            text-shadow: 2px 2px 4px #000000;
            font-family: 'Poppins', sans-serif;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 98.6%;
            background: rgb(0 0 0 / 19%); /* Optional: Semi-transparent overlay */
        }

/* Keyframes for Fade-In Up Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .content h1 {
                font-size: 2rem; /* Adjusted for tablets */
            }
            .content p {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .content h1 {
                font-size: 1.5rem; /* Adjusted for mobile devices */
            }
            .content p {
                font-size: 0.9rem;
            }
            .ltn__feature-item-3 {
              display: flex;
              flex-wrap: nowrap !important;
            } 
            .ltn__feature-item-3 img{
             display: none;
            } 
        }

.ltn__header-top-area li a {
    color: #fff;
    font-weight: 500;
}        


.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
