
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #f9f9f9; 
    color: #000080; 
}

.top-header {
    background-color: #f9f9f9; 
    color: #000080; 
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.logo img {
    height: 60px;
    width: auto;
}

.nav-menu {
    display: flex;
    justify-content: center;
    flex: 1;
}

.nav-menu a {
    color: #000080; 
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    margin-left: 35px;
    transition: color 0.3s, font-size 0.3s; 
}

.nav-menu a.active {
    color: #FFD700; 
}

.nav-menu a:hover {
    color: #FFD700; 
    font-size: 20px; 
}

.hamburger {
    display: none; 
    flex-direction: column;
    justify-content: space-around;
    height: 24px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000080; 
    transition: 0.3s;
}


.video-section {
    height: 100vh; 
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.background-clip {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%,);
    text-align:left;
}

.content h1 {
    font-size: 55px;
    margin-bottom: 50px;
    font-weight: 100px;
    color: #fff;
}

.content a {
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 15px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.content a:hover {
    background-color: #fff;
    color: bisque;
}


.background-clip {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#lighting-solutions {
    padding: 40px 20px;
    margin: 40px auto; 
    max-width: 1200px; 
    border-radius: 10px; 
    text-align: left; 
}

#lighting-solutions h2 {
    color: #000080; 
    font-size: 35px;
    margin-bottom: 15px;
    padding-bottom: 10px; 
    border-bottom: 2px solid #000080; 
    text-align: center; 
}

#lighting-solutions p {
    color: #555555; 
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px; 
    background-color: #f9f9f9;
    gap: 40px; 
    margin-top: 40px; 
}

.section-heading {
    text-align: center;
    margin-bottom: 40px; 
}

.section-heading h2 {
    color: #000080; 
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 10px; 
}

.heading-line {
    border: none;
    height: 2px;
    background-color: #000080; 
    width: 60%; 
    margin: auto; 
}

.service-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 90%; 
    max-width: 600px; 
    transition: transform 0.3s;
}

.service-item:hover {
    transform: translateY(-5px); 
}

.service-img {
    width: 100%;
    height: auto;
    max-height: 300px; 
    object-fit: cover;
}

.service-text {
    padding: 30px; 
    text-align: left; 
}

.service-text h3 {
    color: #000080; 
    font-size: 24px;
    margin-bottom: 15px;
}

.service-text p {
    color: #555555; 
    font-size: 16px;
    line-height: 1.6; 
}


#contact {
    background-color: #ffffff !important; 
}

/* Specific CSS for Contact Section */
body .contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px;
    background-color: #ffffff !important; 
}

body .contact-info {
    flex: 1;
    padding: 30px;
    max-width: 45%;
    border-radius: 8px;
    background-color: #ffffff !important; 
}

body .contact-info h2 {
    color: #000080; 
    margin-bottom: 15px;
    padding-bottom: 10px; 
    border-bottom: 2px solid #000080; 
}

body .contact-info h3 {
    color: #000080; 
    margin-bottom: 15px;
}

body .contact-info p {
    color: #555555; 
    line-height: 1.6;
    margin-bottom: 15px;
}

body .contact-info .contact-button {
    display: inline-block;
    padding: 12px 20px;
    margin-top: 15px;
    border: 2px solid #000080; 
    color: #000080;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

body .contact-info .contact-button:hover {
    background-color: #000080;
    color: #ffffff;
}

body .map-container {
    flex: 1;
    max-width: 45%;
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff !important; 
    overflow: hidden; 
}

.service-gridItems {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
}

.choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px; 
    background-color: #f9f9f9;
    gap: 40px; 
    margin-top: 40px; 
}

.section-heading {
    text-align: center;
    margin-bottom: 40px; 
}

.section-heading h2 {
    color: #000080; 
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 10px; 
}

.heading-line {
    border: none;
    height: 2px;
    background-color: #000080; 
    width: 60%; 
    margin: auto; 
}

.choose-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 90%; 
    max-width: 600px; 
    transition: transform 0.3s;
}

.choose-card:hover {
    transform: translateY(-5px); 
}

.choose-img {
    width: 100%;
    height: auto;
    max-height: 300px; 
    object-fit: cover;
}

.choose-text {
    padding: 30px; 
    text-align: left; 
}

.choose-text h3 {
    color: #000080; 
    font-size: 24px;
    margin-bottom: 15px;
}

.choose-text p {
    color: #555555; 
    font-size: 16px;
    line-height: 1.6; 
}

.footer-container {
    background-color: #333; 
    color: #fff; 
    padding: 40px 20px;
    text-align: center;
}

.social-media h2 {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    padding-bottom: 10px;
}

.social-icons {
    margin: 20px 0;
}

.social-icons a {
    margin: 0 25px;
    display: inline-block;
}

.social-icons svg {
    transition: transform 0.3s;
}

.social-icons svg:hover {
    transform: scale(1.2); 
}

.line {
    border: none;
    height: 5px;
    background-color: #fff; 
    width: 80%; 
    margin: 10px auto; 
}

.copyright {
    margin-top: 50px;
    font-size: 14px;
}
  
.about-us .about-container{
    display: flex;
    align-items: center;
    background: var(#f9f9f9);
    flex-wrap: wrap;
}

.about-us .about-container .about-image{
    flex: 1 1 45rem;
}

.about-us .about-container .about-image img{
    width: 100%;
}

.about-image {
    padding: 7rem 0px 0px 0px;
}

.about-us .about-container .about-content{
    flex: 1 1 45rem;
    padding: 2rem;
    position: relative;
}

.about-us .about-container .about-content h3{
    font-size: 3rem;
    color: #555555;   
}

.about-us .about-container .about-content p{
    font-size: 1rem;
    color: #555555;
    padding: 1rem 0;
    line-height: 1.8;
}

#about-us hr {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0;
    width: 100%;
}

.about-vision .vision-content {
    display: flex;
    align-items: center;
    background: var(#f9f9f9);
    flex-wrap: wrap;
}

.vision-content {
    position: relative;
    top: 0.5rem;
}

.about-vision .vision-content .image {
    flex: 1 1 45rem;
}
  
.about-vision .vision-content img {
    width: 100%;
}
  
.about-vision .vision-content .vision-content {
    flex: 1 1 45rem;
    padding: 2rem;
}
  
.about-vision .vision-content .vision-content h3 {
    font-size: 3rem;
    color: #555555;
}
  
.about-vision .vision-content .vision-content p {
    font-size: 1rem;
    color: #555555;
    padding: 1rem 0;
    line-height: 1.8;
}
  

.team .team-title {
    text-align: center;
}

.team-title h4 {
    display: inline-block;
    padding: 20px;
    color: #000080;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1.2px;
    word-spacing: 5px;
    border: 1px solid rgba(225, 225, 225, 0.1);
    border-radius: 15px;
    text-transform: uppercase;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
}

.slider-container {
  position: relative;
  margin: 3rem auto 0rem auto;
  width: 69rem;
  overflow: hidden;
}

.team-container {
    display: flex;
  transition: transform 0.6s ease-in-out;
}

.teamImage {
    width: 100%;
    height: 29rem;
    border-radius: 1rem;
}

.team-member {
    flex: 0 0 23rem;
    padding: 10px;
    box-sizing: border-box;
}

.sliderArrows {
    display: flex;
    gap: 5rem;
    margin: 0px auto;
    width: fit-content;
    padding: 2rem 1rem;
}

.leftArrowWrapper, .rightArrowWrapper {
    cursor: pointer;
}

#contact {
    background-color: #ffffff;
    padding: 100px 30px;
}

.contact-info {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    max-height: 80vh; 
    overflow-y: auto; 
}

.contact-info h2 {
    color: #000080; 
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000080;
}

.contact-info h3, .contact-info p {
    color: #555555;
}

.contact-info .contact-button {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #000080;
    color: #000080;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.contact-info .contact-button:hover {
    background-color: #000080;
    color: #ffffff;
}

.map-container {
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff; 
    overflow: hidden; 
    margin-top: 20px;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 8px;
}

#products-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f9f9f9;
}

#products-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

#products-section h2 {
    font-size: 32px;
    color: #000080; 
    margin-bottom: 20px;
}

#products-section p {
    font-size: 18px;
    color: #555555;
}

#products-section a {
    color: #000080;
    text-decoration: underline;
}

#products-section a:hover {
    color: #FFD700; 
}


@media (min-aspect-ratio: 16/9) {
    .background-clip {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .background-clip {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .content {
        top: 20%;
    }

    .content a {
        mix-blend-mode: difference;
    }
}

@media (min-width: 768px) {

    .choose-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .choose-card {
        flex: 1 1 calc(45% - 20px); 
        margin: 10px; 
    }

    .service-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-item {
        flex: 1 1 calc(45% - 20px); 
        margin: 10px; 
    }

    
}


@media (max-width: 768px) {
    
    body .contact-section {
        display: block;
    }

    .contact-section {
        flex-direction: column; 
        align-items: center;
    }

    .contact-info, .map-container {
        max-width: 100%; 
        margin-bottom: 20px; 
    }

    .map-container iframe {
        width: 100%; 
        height: 300px; 
    }

    .nav-menu {
        display: none; 
        flex-direction: column;
        background-color: #f9f9f9;
        position: absolute;
        top: 80px; 
        width: 100%;
        left: 0;
        text-align: center;
    }

    .nav-menu a {
        margin: 10px 0;
    }

    .hamburger {
        display: flex; 
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-menu.open {
        display: flex; 
    }

    .content {
        top: 15%;
    }

    .content a {
        background-color: #ddd;
        color: #000;
    }

    body .contact-info {
        max-width: 100%;
    }

    body .map-container {
        max-width: 100%;
    }

    .service-gridItems {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

