body {
    font-family: 'Poppins', sans-serif;
}

.li-hover:hover {
    background-color: #ce1212;
}

.home-num {
    font-size: 50px;
    color: #ce1212;
    font-weight: 600;
}

@media (max-width: 768px) {
    .home-num {
        font-size: 32px;
    }
}

.home-bg {
    background: rgba(0, 0, 0, 0.7) url("./images/home/office_work_interior_walls.jpg");
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
}

.red-head {
    color: #ce1212; 
    font-weight: bold;
    text-transform: uppercase;
}

.section {
    padding: 0 120px;
}

@media (max-width: 1024px) {
    .section {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 0 20px;
    }
}

.black-head {
    color: #1b1717; 
    font-weight: bold; 
    line-height: 60px;
    font-size: 45px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .black-head {
        font-size: 30px;
        line-height: 40px;
    }
}

.our-work-container {
    padding: 50px 40px;
    margin-right: 50px;
}

@media (max-width: 768px) {
    .our-work-container {
        padding: 30px 20px;
        margin-right: 0;
    }
}

.our-work-container:hover {
    background-color: #ce1212;
    color: #eeebdd;
}

.our-work-head {
    font-size: 23px;
    font-weight: 700;
}

.our-work-para {
    font-size: 17px;
    color: #6e6e6e;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .our-work-head {
        font-size: 20px;
    }
    .our-work-para {
        font-size: 15px;
    }
}

.para1 {
    color: #6e6e6e; 
    font-size: 17px;
}

.home-btn {
    color: #eeebdd; 
    padding: 15px 30px; 
    background-color: #ce1212;
}

@media (max-width: 768px) {
    .home-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.hrule {
    height: 3px;
    width: 75px;
    background-color: #ce1212;
}

.test-head {
    color: #ce1212;
    font-weight: 700;
    text-transform: uppercase;
}

.test-para {
    color: black;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.carousel-img {
    height: 100px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .carousel-img {
        height: 80px;
        margin-right: 10px;
    }
}

.company-list-container {
    overflow: hidden;
}

.active {
    background-color: #ce1212;
}

.list-para {
    color: #6e6e6e;
    font-size: 17px;
}

.leader-height {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .leader-height {
        height: 150px;
    }
}

.leader-height:hover {
    background-color: #232323;
    color: #eeebdd;
}

.project-head {
    font-size: 30px;
    color: #ce1212;
    font-weight: 600;
}

@media (max-width: 768px) {
    .project-head {
        font-size: 24px;
    }
}

.contact-black-head {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .contact-black-head {
        font-size: 28px;
    }
}

.contact-btn {
    background-color: #ce1212;
    color: #eeebdd;
    padding: 10px 20px;
}

.blog-head {
    font-size: 17px;
    color: #303133;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-desc {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.8;
}

.section-head {
    font-size: 60px;
    color: #eeebdd;
    font-weight: bold;
    margin-left: 200px;
}

@media (max-width: 1024px) {
    .section-head {
        margin-left: 100px;
    }
}

@media (max-width: 768px) {
    .section-head {
        font-size: 40px;
        margin-left: 20px;
    }
}

.section-head-container {
    background: rgba(0, 0, 0, 0.8) url("./images/samsung_office_design.jpg");
    background-blend-mode: darken;
    background-size: cover;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .section-head-container {
        height: 300px;
    }
}


.home-design {
    padding: 0 120px; 
    margin-top: -50px;
}

@media (max-width: 768px) {
    .home-design {
        padding: 0 20px;
    }
}

.who-we {
    padding: 120px 30px;
}

@media (max-width: 768px) {
    .who-we {
        padding: 20px;
    }
}


.blog-head2 {
    font-size: 35px;
    color: #1b1717;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .blog-head2 {
        font-size: 20px;
        color: #1b1717;
        font-weight: bold;
        margin: 10px 0;
        text-transform: uppercase;
    }
}

.blog-head3 {
    font-size: 25px;
    color: #1b1717;
    font-weight: 700;
    margin: 5px 0;
    text-transform: uppercase;
}

.list-style {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 40px;
    color: #6e6e6e;
}

.list-style2 {
    margin-top: 10px;
    list-style-type: decimal;
    padding-left: 40px;
    color: #6e6e6e;
}

.blog-section {
    padding: 80px 200px 0 200px;
}

@media (max-width: 768px) {
    .blog-section {
        padding: 100px 20px 20px 20px;
        
    }
}

#mobile-menu {
    padding-top: 200px;
}

@media (min-width: 768px) {
    .v-height {
        height: 600px;
    }
}


.home-head2 {
    color: #eeebdd; 
    font-weight: bold; 
    line-height: 80px;
}

@media (max-width: 768px) {
    .home-head2 {
        color: #eeebdd; 
        font-weight: bold; 
    }
}

.hero {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .hero {
        padding: 0 20px;
    }
}

#mobile-menu {
    z-index: 1000;
}


/* Light Box */

#lightbox {
    display: none; /* Hide it by default */
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
}

#lightbox button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    color: white;
    position: absolute;
}

#prev {
    left: 5%;
}

#next {
    right: 5%;
}

#close {
    top: 5%;
    right: 5%;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* Ensure it stays above everything */
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img {
    width: 32px;
    height: 32px;
}

@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 15px;
        right: 15px;
        padding: 8px;
}

.whatsapp-button img {
    width: 28px;
    height: 28px;
}
}