@import url('https://fonts.googleapis.com/css2?family=Anton&family=Baskervville:ital@0;1&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Cabin+Sketch:wght@400;700&family=Delicious+Handrawn&family=Fira+Code:wght@300..700&family=Indie+Flower&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

html, body{
    width:100%;
    height: 100%;
    background-color: rgb(238, 236, 236);
}

nav{
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 10px 25px;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: white;
    box-shadow: -2px 10px 10px rgba(0, 0, 0, 0.233);
}

nav .links{
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    top: -400%;
    height: 300%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.451);
    transition: all 0.3s;
}

nav .links a, nav .links i{
    color: black;
    text-decoration: none;
    font-size: 1.3rem;
}

nav .logo h3{
    color: purple;
}

nav i{
    font-size: 1.8rem;
    font-weight: 900;
}

nav img{
    width: 8rem;
}

#hero{
    width: 100%;
    
}



#hero .heroImg{
    background: url("/images/hero.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40vh;
    position: relative;
}

#hero .heroImg h1{
    color: white;
    opacity: 0.9;
    width: 100%;
    font-size: 2.4rem;
  
}

#hero .heroImg .opct{
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.484);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
}

#hero .container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 15rem; */
    gap: 15px;
    padding: 20px 0;
    background-color: rgb(238, 236, 236);
}

#hero .container .card{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: -2px 8px 10px rgba(0, 0, 0, 0.233);
}

#hero .container .card img{
    width: 3.8rem;
}

#hero .container .card h3{
    font-size: 1rem;
    text-align: center;
}

#hero .container .card p{
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.8;
}



#aboutUs{
    background-color: rgb(238, 236, 236);
    padding: 50px 25px;
}

#aboutUs h1{
    font-size: 1.8rem;
    text-align: center;
}
#aboutUs p{
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}




#aboutUs .abtPg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    opacity: 0.8;
}

#aboutUs .abtPg img{
    width: 100%;
    object-fit: contain;
}

@media (min-width:768px) {

    html{
        font-size: clamp(1rem, 2vw, 2rem);
    }

    #hero .heroImg {
        height: 60vh;
    }
    #hero .heroImg .opct {
        width: 100%;
        height: 95%;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.484);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 25px;
    }
    #hero .container {
        display: flex;
        flex-direction: row;
        padding: 20px 25px;
    }

    #menu{
        display: none;
    }

    #close{
        display: none;
    }

    nav .links a{
        font-size: 1.2rem;
    }

    #aboutUs .abtPg img {
        width: 50%;
        object-fit: contain;
    }
    .container {
        display: flex;
        width: 100%;
        height: fit-content;

        position: relative;
        align-items: center;
    }
    form {
      
        width: 40%;
      
    }

    nav .links{
        top: 0;
        flex-direction: row;
        width: 60%;
        height: 100%;
        position: relative;
        
        box-shadow: 0 0;


    }

    .service-section .service-image {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .header {
        text-align: center;
        margin-bottom: 40px;
        width: 50%;
        padding: 0 70px;
    }

    .container {
        display: flex;
        align-items: flex-start;
        min-height: 100vh;
        position: relative;
        width: 100%;
    }
}

@media (min-width:1020px) {

    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    form {
        width: 30%;
    }

    nav .links{
        width: 30%;
        justify-content: flex-end;
        gap: 40px;
    }

    html{
        font-size: clamp(1rem, 2vw, 1.2rem);
    }

    #hero .heroImg {
        height: 80vh;
    }

    .opct h1{
        text-align: center;
    }

    #hero .heroImg .opct {
        width: 100%;
        height: 95%;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.484);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 25px;
    }
    #hero .container {

        display: flex;
        flex-direction: row;
        padding: 20px 25px;
    }

    #aboutUs .abtPg {
        flex-direction: row;
      
    }

    #menu{
        display: none;
    }

    #close{
        display: none;
    }

    nav .links a{
        font-size: 1.2rem;
    }

    #aboutUs .abtPg img {
        width: 30%;
        object-fit: contain;
    }

    nav .links{
        top: 0;
        flex-direction: row;
        width: 60%;
        height: 100%;
        position: relative;
        
        box-shadow: 0 0;


    }
}


/*our showcase css starts*/
#ourshowcase{
    padding: 30px 25px;
    background-color: rgb(238, 236, 236);
}

.slogan-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 15px; */   
}

/*our show start*/
 
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
} */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.services-label {
    color: #006847;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #006847;
    border-radius: 50%;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.service-section {
    flex: 0 0 60%;
    border-radius: 10px;
    overflow: hidden;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.service-icon {
    background-color: #ffd699;
    padding: 15px;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-title {
    font-size: 24px;
    font-weight: bold;
}

.service-description {
    color: #666;
    margin-bottom: 20px;
}

.service-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.service-image img {
    /* margin-top: 6rem; */
    width: 100%;
    height:auto;
    object-fit: cover;
}

.features-section {
    flex: 0 0 40%;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.features-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

.company-name {
    color: #006847;
    font-weight: bold;
}

.features-intro {
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.check-icon {
    color: #006847;
    font-size: 20px;
}

.feature-text {
    font-size: 15px;
}

.feature-title {
    font-weight: bold;
    color: #111;
    margin-bottom: 5px;
}

.contact-cta {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    background-color: #006847;
    color: white;
    border-radius: 8px;
}



@media (max-width: 992px) {
    .content-wrapper {
        flex-direction: column;
    }
    
    .service-section, .features-section {
        flex: 0 0 100%;
    }
}


/*our showcase css ends*/


/*contact css starts*/

#contact{
    padding: 30px 25px;
    background-color: rgb(238, 236, 236);
}

#contact h1{
text-align: center;
}

.container {
    display: flex;
    min-height: 100vh;
    position: relative;
}


form{
    border: 1px solid lightblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding:50px  20px;
    gap: 25px;
    border-radius: 10px;
    background-color: rgb(227, 238, 242);
    height: fit-content;
    
}

form input, form textarea{
    width: 70%;
    padding: 20px;
    border: #005a87;
    border-radius: 8px;
}

form button{
    background-color: #0066cc;
    color: white;
    padding: 20px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
}








.company-info {
    width: 60%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-name {
    color: #1976d2;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.tagline {
    color: #1d3557;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}



@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .quote-form, .company-info {
        width: 100%;
        padding: 30px 20px;
    }
}
/*contact css ends*/


/*services css strt*/

#services{
    padding: 30px 25px;
    background-color: rgb(238, 236, 236);
    
}
.section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.showcase-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.showcase-dot {
    width: 6px;
    height: 6px;
    background-color: #005a87;
    border-radius: 50%;
    margin-right: 8px;
}

.showcase-label {
    color: #005a87;
    font-weight: 600;
    font-size: 14px;
}

.main-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #111;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.image-gallery {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 60px;
}

.gallery-image {
    width: calc(25% - 12px);
    aspect-ratio: 1/1.2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: translateY(-5px);
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 25px;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #111;
}

.service-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    color: #005a87;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.service-link:hover {
    text-decoration: underline;
}

.service-link::after {
    content: "→";
    margin-left: 8px;
}

#whychoose{
    background-color: rgb(238, 236, 236);
    
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .image-gallery {
        flex-wrap: wrap;
    }
    
    .gallery-image {
        width: calc(50% - 8px);
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .gallery-image {
        width: 100%;
        margin-bottom: 15px;
    }
}
 