/* ---------------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;
}
.bodycontentResources{
    height: calc(100vh);
    overflow-y: auto;
}
.bodycontentResources::-webkit-scrollbar {
    display: none;
}
.bodycontentResources {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.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/ourCommitmentImg.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 {
        background-color: #FFDDDD;
        height: 70px;
        width: 82%;
        display: flex;
        justify-content: flex-start;
        padding-left: 40px;
        align-items: end;
        color: #D05700;;
        font-size: 25px;
        font-weight: 700;
        font-family: 'Times New Roman', Times, serif;
}

.whitecolorsresource2 {
    background-color: black;
    height: 70px;
    width: 6%;
}

.whitecolorsresource3 {
    background-color: #FFDDDD;
    height: 70px;
    width: 12%;
}

/* -------------------------colors completed--------------- */
/* -----------------footer -------------- */
.footerContainer {
    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;
}

/* ------------main code------------  */
.backgroundPinkColorMainContainer {
    background-color: #FFDDDD;
    height: auto;
    width: 100%;
    padding: 0px 30px 50px 30px;
}
.firstTwoContainerMain{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.firstTwoContainer1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    font-family: 'Times New Roman', Times, serif;
    background-color:#793300;
    margin-bottom: 20px;
}
.firstTwoContainer1Text{
    display: flex;
    color: white;
    text-align: center;
    justify-content: space-around;
    padding: 40px;
    flex-direction: column;
    height: 250px;
    font-size:25px;
}
.firstTwoContainer1Text h2{
    text-decoration: underline;
}
.EnquiryotherWaysMainContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.EnquiryotherWays {
    background-color:#793300;;
    color: white;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 26px;
    width: 75%;
    padding: 10px;
    margin: 5px 0 10px 0;
}

.gridContainerCommitment{
    display: grid;
    grid:auto/auto auto auto;
    justify-content: center;
    align-items: center;
}
.gridContainerCommitment1{
    margin: 10px;
    justify-content: space-around;
    align-items: center;
    display: flex;
    color: white;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    background-color: #D05700;
    flex-direction: column;
    padding: 20px;
    height: 380px;
}
.gridContainerCommitment1 h2 {
   font-size: 25px;
   text-decoration: underline;
}
.gridContainerCommitment1 img{
    height: 90px;
}
/* mobile */
@media only screen and (max-width: 767px) {
    /* -------------footer --------- */
    .footerImageContainer {
        display: grid;
        grid: auto/auto auto;
    }

    /* ------main--------  */
    .imageResourceMainContainer {
        background-image: url("../components/assests/ourCommitmentImg.svg");
        height: 300px;
        width: 100%;
        display: flex;
        background-size: cover;
    }
    .whitecolorsresource1 {
        background-color: #FFDDDD;
        height: 70px;
        width: 77%;
        padding-left: 15px;
        color: #D05700;;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Times New Roman', Times, serif;;
    }

    .whitecolorsresource2 {
        background-color: black;
        height: 70px;
        width: 20%;
    }

    .whitecolorsresource3 {
        background-color: #FFDDDD;
        height: 70px;
        width: 5%;
    }
    .gridContainerCommitment {
        grid: auto/auto;
    }
    .backgroundPinkColorMainContainer{
        padding: 10px;
    }
    .EnquiryotherWays{
        width: 100%;
    }
    .firstTwoContainer1 img{
        height: 170px;
    }
    .firstTwoContainer1{
        flex-direction: column-reverse;
    }
    .firstTwoContainer1Text{
        font-size: 22px;
        height: 200px;
    }
}


/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .imageResourceMainContainer {
            background-image: url("../components/assests/ourCommitmentImg.svg");
            height: 400px;
            width: 100%;
            display: flex;
            background-size: cover;
        }
    
        .whitecolorsresource1 {
            background-color: #FFDDDD;
            height: 70px;
            width: 80%;
        }
    
        .whitecolorsresource2 {
            background-color: black;
            height: 70px;
            width: 10%;
        }
    
        .whitecolorsresource3 {
            background-color: #FFDDDD;
            height: 70px;
            width: 10%;
        }
        .firstTwoContainer1 img{
            height: 200px;
        }
        .gridContainerCommitment{
            grid:auto/auto auto;
        }
}