.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.video-column {
    width: 100%;
}

.video-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    background-color: #000;
}

/* Make the video responsive */
.video-box video,
.video-box iframe {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Plyr customization: optional override if needed */
.plyr {
    border-radius: 12px;
    --plyr-color-main: #e50914; /* YouTube red or your brand color */
}

.plyr__controls {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.plyr__control {
    color: #fff !important;
}

.plyr__control:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.plyr__progress input[type="range"] {
    color: #e50914; /* Progress bar color */
}

.plyr__menu__container {
    background-color: #222;
    color: #fff;
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background-color: #e50914;
}

/* Responsive behavior */
@media (max-width: 768px) {    
    .plyr__controls {
        padding: 6px;
    }
}

.custom-row-bg {
    background-color: #a2a2a2;
    background-image: url('https://mlgupaudd4sr.i.optimole.com/cb:UltR.8bb/w:auto/h:auto/q:mauto/ig:avif/https://www.vklalco.com/wp-content/uploads/2018/04/2018-03-09-12.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-bg-wrapper {
    width: 100%;
}

.custom-column {
    width: 100%;
}

.custom-text-box {
    padding: 20px;
}

.custom-text-box p{
    margin: unset;
}

.custom-text-box strong{
    margin-left: 4.8%;
}

.custom-highlight-text {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.custom-wrapper {
    padding: 40px 6%;
    background-color: white;
}

.custom-heading-box {
    margin-bottom: 10px;
}

.custom-heading-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.custom-heading-line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #006605;
    border-radius: 2px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.custom-column {
    flex: 1 1 45%;
    text-align: center;
}

.custom-project-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-column {
        flex: 1 1 100%;
    }

    .custom-heading-title {
        font-size: 24px;
    }

    .custom-heading-line {
        width: 60px;
    }
}

#image-overlay-section {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.image-overlay-wrapper {
    position: relative;
    overflow: hidden;
}

.image-overlay-container {
    position: relative;
    width: 100%;
}

.overlay-background-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.overlay-text-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    color: white;
    box-sizing: border-box;
}

.overlay-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.overlay-title {
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: unset;
    line-height: 1.7;
}

.overlay-title strong{
    color: #fff;
}

/* Medium Screens */
@media (min-width: 768px) {
    .overlay-title {
        font-size: 35px;
    }

    .overlay-text-box {
        padding: 6%;
    }
}

/* Small Screens (Mobile) */
@media (max-width: 480px) {
    .overlay-subtitle {
        font-size: 14px;
    }

    .overlay-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .overlay-text-box {
        padding: 20px 15px;
    }
}

#section-real-estate {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.real-estate-wrapper {
    width: 100%;
}

.real-estate-container {
    margin: 3% 6%;
}

.real-estate-heading {
    margin-bottom: 1rem;
}

.real-estate-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}

.real-estate-line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #006605;
    border-radius: 2px;
}

.real-estate-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.real-estate-box {
    flex: 1 1 calc(33.333% - 20px);
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.real-estate-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.real-estate-img {
    margin: 5%;
    width: 90%;
    height: auto;
    border-radius: 10px;
}

.real-estate-box:hover .real-estate-img {
    opacity: 0.9;
}

.real-estate-subtitle,
.real-estate-text {
    padding: 0 16px;
}

.real-estate-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 16px 0 8px;
    text-align: left;
}

.real-estate-text {
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: left;
}

.real-estate-text a {
    text-decoration: none;
    color: #006605;
    font-weight: bold;
}

/* ✅ Mobile Responsive */
@media (max-width: 992px) {
    .real-estate-box {
        flex: 1 1 calc(50% - 20px);
    }

    .real-estate-title {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .real-estate-box {
        flex: 1 1 100%;
    }

    .real-estate-title {
        font-size: 20px;
    }

    .real-estate-subtitle {
        font-size: 16px;
    }

    .real-estate-text {
        font-size: 13px;
    }
}

#timeline-section {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.timeline-wrapper {
    width: 100%;
}

.timeline-container {
    box-sizing: border-box;
}

.timeline-content {
    width: 100%;
    overflow-x: auto;
}

.timeline-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .timeline-container {
        padding: 0 10px;
    }

    .timeline-image {
        max-width: 100%;
        height: auto;
    }
}

#about-section {
    width: 100%;
    background-color: #f9f9f9;
    padding: 50px 0;
    box-sizing: border-box;
}

.about-wrapper {
    margin: 0 6%;
}

.about-container {
    display: flex;
    flex-direction: column;
}

.about-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.3;
}

.about-line {
    width: 50px;
    height: 2px;
    background-color: #006605;
    border-radius: 2px;
    margin-bottom: 5px;
}

.about-text p {
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.7;
    color: #777777;
    margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .about-title {
        font-size: 24px;
    }

    .about-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    #about-section {
        padding: 30px 15px;
    }
}

#vkl-sections {
    margin: 3% 6%;
}

.section-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap; /* Force single row on desktop */
}

.section-box {
    flex: 1;
    max-width: 33.33%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.section-box:hover {
    transform: translateY(-5px);
}

.section-box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.section-box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

.section-box p {
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
    text-align: left;
}

/* Stack vertically on screens smaller than 768px */
@media (max-width: 768px) {
    .section-container {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .section-box {
        max-width: 100%;
    }
}

#residential-developers {
    margin: 3% 6.2%;
}

.residential-heading-wrapper {
    margin-bottom: 20px;
}

.residential-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}

.residential-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #006605;
    border-radius: 2px;
}

/* Responsive font for smaller screens */
@media (max-width: 768px) {
    .residential-title {
        font-size: 22px;
    }

    .residential-line {
        width: 60px;
        height: 3px;
    }
}

#residential-developers-grey {
    background-color: #f7f7f7;
    padding: 4% 0;
}

.residential-grey-container {
    margin: 0 6.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.developer-card {
    background-color: #fff;
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.developer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.developer-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.developer-card h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
}

.developer-card p {
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
    color: #777777;
    text-align: left;
    line-height: 1.6;
}

.developer-card a{
    color: #006605;
    text-decoration: none;
}

.developer-card a:hover {
    text-decoration: underline;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .developer-card {
        flex: 1 1 100%;
    }

    .developer-card h2 {
        font-size: 16px;
    }

    .developer-card p {
        font-size: 13px;
    }
}

#projects-around-india {
    background-color: #fff;
}

.projects-wrapper {
    margin: 3% 6.2%;
}

.projects-heading h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
}

.heading-underline {
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #006605;
    border-radius: 2px;
}

.projects-description p {
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.8;
    color: #777777;
    margin-bottom: 20px;
}

.projects-description a {
    color: #006605;
    text-decoration: none;
    font-weight: 500;
}

.projects-description a:hover {
    text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
    .projects-heading h2 {
        font-size: 22px;
    }

    .projects-description p {
        font-size: 14px;
    }
}
