/* ---------------backgroundStyle--------- */
.backgroundStyle {
    background-color: rgb(255, 0, 0);
    padding: 4px 10px;
    border-radius: 3px;
}

.navbar-container {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.bodycontentResources {
    height: calc(100vh);
    overflow-y: auto;
    padding: bottom 200px;
}

.bodycontent::-webkit-scrollbar {
    display: none;
}

.bg-custom-color {
    background-color: black;
    /* Replace with your desired color code */
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background-color: black;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* ------------------------for scrool up css end ------------- */
.imageResourceMainContainer {
    background-image: url("../components/assests/enquiryImg.svg");
    height: 500px;
    width: 100%;
    display: flex;
    background-size: cover;
}
.imageResourceMainContainer1 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: start;
    color: white;
    flex-direction: column;
    padding: 20px;
    font-size: 30px;
    font-family: 'Times New Roman';
    font-weight: 900;

}
.imageResourceMainContainer2 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.whiteContainerResources {
    background-color: white;
    height: 65px;
    width: 79px;
}


/* -------------------------colors start--------------- */
.colorsContainerResource {
    display: flex;
}
.whitecolorsresource1 {
    height: 70px;
    width: 82%;
}
.whitecolorsresource2 {
    background-color: black;
    height: 70px;
    width: 6%;
}
.whitecolorsresource3 {
    height: 70px;
    width: 12%;
}
/* -------------------------colors completed--------------- */

.pinkProjectsContainer{
    padding:0px 50px 70px 50px;
    width: 100%;
}

.EnquiryotherWaysMainContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.EnquiryotherWays {
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 34px;
    border-radius: 10px;
    width: 70%;
    margin:30px 0 40px 0 ;
}
.mapAndContactDetailsMainContainer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mapAndContactDetailsMainContainer1{
    display: flex;
    background-color: #D05700;
    border-radius: 10px;
    padding: 30px 30px ;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    flex-direction: column;
    justify-content: space-around;
    color: white;
}
.locationImgContainer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.locationImgContainer p{
    margin: 0px 0 0 10px;
}
.locationImg{
    height: 30px;
}
.mapAndContactDetailsMainContainer1Button{
    background-color: black;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    padding: 10px 30px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    border: none;
    width: 187px;
}
.buttonContainer{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}
.bodycontentResources{
    height: calc(100vh);
    overflow-y: auto;
}
.bodycontentResources::-webkit-scrollbar {
    display: none;
}
.bodycontentResources {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* -----map------css -------  */
.mapAndContactDetailsMainContainerMap{
    
}
/* -----------------footer -------------- */
 {
    background-color: black;
    padding: 10px;
    color: white;
    font-family: Arial;
}

.footerContainerHeading {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 300;
}

.footerContainerPara {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 300;
}

.footerImageContainer {
    display: flex;
    font-size:12px;
}

.footerImageContainer-2{
    display: flex;
    font-size:12px;
    align-items:center;
}


.anchorTagColor {
    color: white;
    text-decoration: none;
}

.footerImgaeC {
    height: 22px;
    margin-right: 10px;
}
.left{
width:50%;
}
.contact-image-container{
    width:50%
 }
.contact-image{
    width:100%;
    height:100%;
}

.contact-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 138px;
}
.heading {
    font-weight: 600;
    font-size: 36px;
    padding-top: 17px;
    margin-bottom: 15px;
}

.description {
    font-size: 16px;
    font-weight: 400;
    color: #8b8b99;
    letter-spacing: 0.5px;
}

.left-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-top: 32px;
}

.left-lines {
    font-size: 16px;
    font-weight: 400;
    color: #8b8b99;
    letter-spacing: 0.5px;
    line-height: 2;
    margin: 0;
}

.input-box {
    width: 85%;
    padding: 9px;
    font-size: 15px;
    color: #8b8b99;
    border-radius: 4px;
    border: 2px solid grey;
    margin-bottom: 7px;
    box-sizing: border-box;
    }

#btn-1 {
    font-size: 18px;
    border: 0px;
    font-weight: 600;
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: rgb(170, 210, 54);
}

/* mobile */
@media only screen and (max-width: 767px) {
    /* -------------footer --------- */
        .footerImageContainer {
            display: grid;
            grid: auto/auto auto;
        }
        .input-box{
            width:100%;
        }
        .left-heading{
            align:center;
        }
        .description{
            width:100%;
        }
        .left {
            width: 100%;
        }
        .contact-image-container {
            width: 100%;
        }
        #btn-1{
        font-size: 13px;
        text-align:center;        }
        .contact-container {
            display: flex;
            width: 100%;
            flex-direction: row;
            justify-content: center;
            gap: 138px;
        }
    /* ------main--------  */
        .imageResourceMainContainer {
            background-image: url("../components/assests/enquiryImg.svg");
            height: 300px;
            width: 100%;
            display: flex;
            background-size: cover;
        };
    
        .whitecolorsresource1 {
            height: 70px;
            width: 74%;
        }
    
        .whitecolorsresource2 {
            background-color: black;
            height: 70px;
            width: 23%;
        }
    
        .whitecolorsresource3 {
            height: 70px;
            width: 5%;
        }
        .pinkProjectsContainer{
            padding: 10px;
        }
        .EnquiryotherWays{
            width: 97%;
            font-size: 25px;
            margin: 20px;
        }
        .mapAndContactDetailsMainContainer{
            flex-direction: column;
        }
        .mapAndContactDetailsMainContainer1{
            margin: 10px;
        }
        .contact-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 30px;
        }
}


/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .imageResourceMainContainer {
            background-image: url("../components/assests/enquiryImg.svg");
            height: 400px;
            width: 100%;
            display: flex;
            background-size: cover;
        }
    
        .whitecolorsresource1 {
            height: 70px;
            width: 80%;
        }
    
        .whitecolorsresource2 {
            background-color: black;
            height: 70px;
            width: 10%;
        }
    
        .whitecolorsresource3 {
            height: 70px;
            width: 10%;
        }
    .EnquiryotherWays{
        width: 90%;
    }
    .mapAndContactDetailsMainContainer1{
        margin: 3px;
    }
    .contact-container {
                display: flex;
                flex-direction: row;
                justify-content: center;
                gap: 30px;
            }

}
