*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Arial, Helvetica, sans-serif; */
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}
body{
    margin: 20px !important;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
.pt20{
    padding-top: 20px;
}

/* Overall container */
.bg-and-its-content {
    height: 95.5vh;
    position: relative; /* Creates stacking context for navbar */
    /* padding: 20px; */
}

/* Navbar styling */
/* Base Navbar styles */
.navbar {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: absolute !important;
    top: 25px;
    left: 40px;
    right: 0;
    z-index: 10;
    color: black;
    background: transparent;
}

.logo {
    width: 25%;
}

.logo img {
    width: 100%;
    max-width: 260px;
    min-width: 105px;
    margin-right: 70px;
}

/* General navbar styles */
.nav-items {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

/* Default nav-item styling for larger screens */
.nav-item {
    color: white;
    text-decoration: none;
    margin-right: 70px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 13px;
}

.navbar a:hover {
    text-decoration: underline;
    font-size: 13.4px;
}

/* Menu Icon for mobile */
.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-icon span {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 5px;
    transition: all 0.3s ease;
}

/* Close icon */
.close-icon {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 15px;
    text-align: right;
}

/* Carousel section */
.carousel-bg {
    height: 95.5vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mid-content {
    text-align: right;
}

.mid-content h1 {
    /* width: 95%; */
    font-size: 56px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: white;
    /* letter-spacing: -3px; */
    font-family: 'Montserrat', sans-serif;
    line-height: 56px;
}

.mid-content h4 {
    /* width: 95%; */
    /* font-family: 'Vollkorn', serif; */
    color: white;
    font-size: 17px;
    font-weight: 400;
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1); /* Makes the carousel controls white for visibility */
}



/* about us section*/
.about-us-section{
    display: flex;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 100px;

}
.about-us-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}

.about-us-text h4{
    font-family: 'Montserrat', sans-serif;
    color: rgb(38, 121, 123);
    font-size: 22px;
    font-weight: bold;
}
.about-us-text h1{
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;

}
.about-us-text p{
    font-family: 'Montserrat', sans-serif;
    margin-top: 9px;
    word-spacing: 3px;
}
.about-us-img{
    text-align: center;
    width: 45%;
}
.about-us-img img{
    width: 50%;
}

/* team section */
.team-section{
    margin-bottom: 100px;
    margin-top: 100px;
}
.team-heading{
    text-align: center;
    margin-top: 50px;
}
.team-members-grid{
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.team-member-card{
    text-align: center;
    background-color: whitesmoke;
    padding: 30px;
    margin: auto;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0.1px 0.1px 10px black;
}

.team-member-img img {
    width: 50%; /* Set the width to 100% to fill the parent container */
    min-height: 170px; /* Set a fixed height for uniformity */
    max-height: 170px;
    object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
    border-radius: 10px;
    
}

.team-member-details{
    width: 90%;
    margin: auto;
}
.team-member-details h3{
    margin-top: 10px;
    font-size: 21px;
}
.team-member-details p{
    margin-top: 10px;
    font-size: 14px;
}

/* 4 SQUARE BOX CODE DOWN*/
.service-section{
    text-align: center;
    margin-bottom: 20px;
}
.service-section h1{
    font-weight: bold;
}
.info-graphics{
    display: flex;
    /* /* padding: 20px; */
    padding-bottom: 20px;
    gap: 20px;
}
.graphic{
    width: 50%;
    min-height: 450px;
    /* max-height: 285px; */
}
.graphic img{
    max-width: 100%;
    object-fit: cover;
    min-height: 100%;
}
.info{
    width: 50%;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info-container{
    /* padding-left: 100px;
    padding-right: 100px; */
    padding: 12px 100px;
    text-align: center;
}
.info-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    /* line-height: 40px; */
    font-weight: 700;
    /* letter-spacing: 0px; */
    margin-bottom: 20px;
}

.info-summary{
    margin-bottom: 5px;
    color: #5c5c5c;
    /* font-size: 15px; */
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.5px;
    /* margin-top: 9px; */
    font-family: 'Montserrat', sans-serif;
    word-spacing: 3px;
}
.info input{
    padding: 15px 35px;
    border: 2px solid black;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: 0.2s ease-in;
}
.info input:hover{
    cursor: pointer;
    background-color: #333;
    border-color: #333;
    color: white;
}
/* CUP OF COFFEE SECTION*/
.Green-footPrint{
    text-align: center;
    margin-top: 80px;
    font-family: Montserrat, sans-serif;
   
}
.Green-footPrint h1{
    font-size: 60px;
    letter-spacing: -4px;
}
.Green-footPrint p{
    margin-top: 7px;
    /* font-style: italic; */
}
.coffee-bicycle-brainstorm-video{
    display: flex;
    width: 75%;
    justify-content: space-around;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}
.c-b-b-b-v h1{
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}
.c-b-b-b-v h3{
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: Vollkorn, serif;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
}
/* BRANDING SECTION*/
.blogs-heading{
    text-align: center;
}

.branding-section{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
    text-align: center;
    /* padding: 20px; */
    padding-top: 0px;
}
.branding-content{
    width: 33%;
    padding: 25px 20px 40px 20px;
    background-color: whitesmoke;
}
.branding-content img{
    width: 125px;
}
.branding-content h1{
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.branding-content h1 a{
    text-decoration: none;
    color: black;
}
.branding-content h1 a:hover{
    text-decoration: underline;
}
.branding-content p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #5c5c5c;

    font-family: 'Montserrat', sans-serif;
    margin-top: 9px;
    word-spacing: 3px;
}
.all-blogs{
    margin-top: 50px;
    text-align: center;
}
.all-blogs a{
    padding: 10px 25px;
    border: 2px solid gray;
    background-color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    transition: 0.2s ease-in;
    text-decoration: none;
    color: black;
    font-size: 15px;
}
.all-blogs a:hover{
    cursor: pointer;
    background-color: #333;
    border-color: #333;
    color: white;
}



.client-testimonial{
    /* width: 85%; */
    text-align: center;
    margin: 100px auto;
}
.client-testimonial h1, .creation-contents h1, .form-title h1{
    font-family: Montserrat, sans-serif;
    line-height: 40px;
    /* color: #333; */
    font-size: 42px;
    margin-bottom: 5px;
    font-weight: bold;
}
.client-testimonial h6, .creation-contents h6, .form-title h6{
    font-family: Vollkorn, serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
}
.client-testimonial p{
    font-style: italic;
    font-size: 18px;
    color: #333;
}
.client-testimonial-cards{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.client-testimonial-each-card{
    width: 33%;
    background-color: whitesmoke;
    padding: 50px;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.client-testimonial-each-card:hover{
    background-color: rgb(230, 230, 230);
}
.client-testimonial-each-card p{
    font-size: 15px !important;
    font-style: normal !important;
}
.client-testimonial-each-card h5{
    font-size: 17px;
}



/*latest creation section*/
.latest-creation-section{
    display: flex;
    gap: 20px;
}
.creation-contents{
    width: 25%;
    height: 350px ;
}
.creation-contents img{
    width: 100%;
    height: 100%;
}
/* FORM DETAILS*/
.form-content{
    text-align: center;
    padding: 100px 0px;
}
.form-details{
    margin-top: 70px;
}
.form-details h4{
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}
.form-details-input , textarea{
    width: 45%;
    height: 35px;
    font-family: Montserrat, sans-serif;
    padding: 10px 10px;
    margin-bottom: 25px;
    border: 1px solid gray;
    opacity: 0.8;
    font-size: 12.5px;
    vertical-align: middle;
}
textarea{
    height: 50px;
}
input.submit-btn{
    padding: 15px 35px;
    border: 2px solid gray;
    background-color: white;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    transition: 0.2s ease-in;
}
input.submit-btn:hover{
    cursor: pointer;
    background-color: #333;
    border-color: #333;
    color: white;
}
/* FOOTER*/
/*DONT CHANGE UPPER CODE NOW*/
.footer{
    background-color: #242424;
    color: white;
    display: flex;
    /* justify-content: space-around; */
    padding: 50px 50px;
}
.logofooter{
    width: 40%;
}
.logofooter img{
    width: 70%;
}
.footer-content{
    width: 25%;
    font-size: 15px;
    overflow: hidden;
}
.footer-content h6{
    color: #5c5c5c;
    font-size: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-content p{
    margin-bottom: 10px;
}
.footer-links{
    display: flex;
    flex-direction: column;
}
.footer-links a{
    text-decoration: none;
    color: white;
    /* font-size: 15px; */
    margin-bottom: 10px;
}
.social-links{
    display: flex;
    justify-content: left;
}
.social-links a{
    width: 20%;
}
.social-links a img{
    width: 35%;
}


@media (max-width: 1200px){
    .info-container{
        padding: 12px 50px;
    }
}
/* media 991*/
@media (max-width: 991px) {
    .nav-items {
        display: none;
        flex-direction: column;
        background-color: #042749; /* Dark blue background */
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
    }

    .nav-items.active {
        display: flex;
        transform: translateX(0%);
    }

    .menu-icon {
        display: flex;
        margin-right: 25px;
    }

    .nav-item {
        color: white;
        margin: 20px 0;
        text-align: left;
        padding: 10px;
        font-size: 16px;
    }

    .close-icon {
        display: block;
        margin-top: 10px;
        width: 84%;
        height: 8%;
    }


    /*LOGO AND NAVBAR*/
    .logo img{
        max-width: 100%;
        min-width: 165px;
    }
    /* .nav-item{
        display: none;
    } */
    /*MID CONTENT*/
    .mid-content{
        margin-top: 140px;
        margin-right: 20px;
    }
    .mid-content h1{
        font-size: 50px;
    }
    .mid-content h4{
        font-size: 15px;
    }
    /* 4 SQUARE BOX*/
    .info-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .info-title{
        font-size: 32px;
        line-height: 31px;
    }
    .info-heading{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .info-summary{
        font-size: 15px;
        line-height: 21px;
    }
    .info input{
        margin-top: 10px;
        padding: 5px 12px;
        font-size: 12px;
    }
    .client-testimonial-each-card{
        padding: 30px;
    }
    .client-testimonial-each-card p{
        font-size: 13.5px !important;
    }
    /* CUP OF COFFEE SECTION*/
    .coffee-bicycle-brainstorm-video{
        padding: 50px 0px;
    }
    .c-b-b-b-v h1{
         font-size: 25px;
    }
    .c-b-b-b-v h3{
        font-size: 15px;
    }
    /* BRANDING SECTION*/
    .branding-content{
        padding-bottom: 50px;
    }
    .branding-content img{
        width: 115px;
    }
    .branding-content h1{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .branding-content p{
        font-size: 13px;
    }
    /*latest creation section*/
    .creation-contents{
        height: 225px;
    }
    .creation-contents h1{
        font-size: 35px;
    }
    .creation-contents h6{
        font-size: 15px;
    }
    .Green-footPrint p{
        width: 90%;
        margin: auto;
        margin-top: 10px;
    }
    .team-member-card{
        padding: 20px 10px;
    }
    .team-members-grid{
        grid-template-columns: 26% 26% 26%;
    }
}

/*media 812*/
@media (max-width:812px) {
    
    /*MID CONTENT*/
    .mid-content{
        margin-top: 60px;
    }
    .mid-content h1{
        font-size: 50px;
    }
    .mid-content h4{
        font-size: 15px;
    }
    .team-members-grid{
        grid-template-columns: 45% 45%;
    }
    .team-member-details p{
        font-size: 11px;
    }
    /*4 SQUARE BOX*/
    .info-graphics{
        gap: 15px;
    }
    .info-container{
        padding: 25px 25px;
    }
    .info-title{
        font-size: 28px;
        line-height: 28px;
    }
    .info-heading{
        font-size: 13px;
        margin-bottom: 13px;
    }
    .info-summary{
        font-size: 12px;
        line-height: 18px;
    }
    .info input{
        margin-top: 10px;
        font-size: 10px;
        cursor: pointer;
        padding: 5px 9px;
    }
    /* CUP OF COFFEE SECTION*/
    /* CUP OF COFFEE SECTION*/
    .coffee-bicycle-brainstorm-video{
        display: block;
    }
    .c-b-b-b-v{
        display: inline-block;
        width: 45%;
        padding: 10px;
    }
    .Green-footPrint h1{
        font-size: 50px;
    }
    /* BRANDING SECTION*/
    .branding-content h1{
        font-size: 15px;
    }
    /*latest creation section*/
    .creation-contents h1{
        font-size: 22px;
        line-height: 30px;
    }
    .creation-contents h6{
        font-size: 14px;
    }
    /*footer*/
    .footer-content{
        font-size: 13px;
    }
    .footer-content h6{
        font-size: 13px;
    }
}
/* media 710*/
@media (max-width: 710px) {
    .branding-section{
        display: block;
    }
    .branding-content{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .client-testimonial-cards{
        flex-direction: column;
    }
    .client-testimonial-each-card{
        width: 100%;
    }
    /*latest creation section*/
    .creation-contents{
        height: 180px;
    }
    .creation-contents h1{
        font-size: 25px;
        line-height: 25px;
    }
    .creation-contents h6{
        font-size: 13px;
    }
    .form-details-input , textarea{
        width: 80%;
        height: 35px;
        font-family: Montserrat, sans-serif;
        padding: 10px 10px;
        margin-bottom: 25px;
        border: 1px solid gray;
        opacity: 0.8;
        font-size: 12.5px;
        vertical-align: middle;
    }
    .c-b-b-b-v h1{
        font-size: 35px;
    }
    textarea{
        height: auto;
    }
    .about-us-section{
        flex-direction: column;
        padding: 10px;
    }
    .about-us-text{
        width: 100%;
    }
    .about-us-img{
        width: 100%;
        margin-top: 40px;
    }
    .service-section{
        margin-top: 35px;
    }

}

/*media 562*/
@media (max-width:562px) {
    /*MID CONTENT*/
    .mid-content{
        margin-top: 75px;
    }
    .mid-content h1{
        font-size: 40px;
    }
    .mid-content h4{
        font-size: 12px;
    }
    /* 4 SQUARE BOX*/
    .info-graphics{
        display: block;
        /* padding-top: 10px; */
    }
    .graphic{
        width: 100%;
        overflow: hidden;
        height: 250px; 
    }
    .info{
        width: 100%;
        margin: 10px 0px;
    }
    .team-members-grid{
        grid-template-columns: 90%;
    }
    .about-us-img img{
        width: 70%;
    }
    .Green-footPrint h1{
        font-size: 35px;
    }
    .Green-footPrint p{
        font-size: 14px;
        width: 95%;
    }
    /* BRANDING SECTION*/
    .client-testimonial-each-card{
        padding: 30px;
    }
    .team-member-details h3{
        font-size: 20px;
    }
    .team-member-img img{
        width: 40%;
        max-height: 170px;
        min-height: 170px;
    }
    /*latest creation section*/
    .latest-creation-section{
        display: grid;
        /* flex-wrap: wrap; */
        /* grid-template-columns:  repeat(2, 47.5%); */
        grid-template-columns:  repeat(2, 1fr);
        grid-template-rows:  repeat(2, 1fr);
        /* gap: 20px; */
    }
    .creation-contents{
        /* width: 47.8%; */
        width: 100%;
        /* flex-grow: 1; */
    }  
    .creation-contents h1{
        font-size: 22px !important;
        line-height: 30px;
    } 
    .creation-contents img{
        width: 100%;
        /* height: auto; */
        min-height: 100%;
    }
    .creation-contents h1{
        font-size: 32px;    
    }
    .creation-contents h6{
        font-size: 17px;
    }
    .form-title h1{
        font-size: 38px;
    }
    .form-details h4{
        font-size: 13px;
    }
    input.submit-btn{
        margin-top: 10px;
        font-size: 10px;
        cursor: pointer;
        padding: 9px 13px;;
    }
    /*footer*/
    .footer{
        flex-direction: column;
    }
    .footer-content{
        width: 100%;
        text-align: center;
    }
    .logo img{
        margin-right: 0;
    }
    .social-links{
        justify-content: center;
    }
    .footer-content h6{
        margin-top: 30px;
    }
}



/*media 415*/
@media (max-width:440px) {
    /*MID CONTENT*/
    .mid-content h1{
        font-size: 28px;
        letter-spacing: -1px;
    }
    .mid-content h4{
        font-size: 11px;
    }
    /* 4 SQUARE BOX*/
    /* CUP OF COFFEE SECTION*/
    .c-b-b-b-v h1{
        font-size: 35px;
    }
    .c-b-b-b-v h3{
        font-size: 12px;
    }
    /* BRANDING SECTION*/
    /* .creation-contents h1{
        font-size: 42px;
        line-height: 35px;
    }
    .creation-contents h6{
        font-size: 25px;
    } */
    
}
