/* new page climate-change css */
.bootstrape-carousel.climate-change.bootstrape-loaded.bootstrape-drag .bootstrape-nav button.bootstrape-prev {
    top: -25rem !important;
}

.bootstrape-carousel.climate-change.bootstrape-loaded.bootstrape-drag .bootstrape-nav button.bootstrape-next {
    top: -25rem !important;
}

p.case-study-1 {
    text-align: left;
    font: normal normal normal 15px/23px Adani;
    letter-spacing: 0px;
    color: #000000;
}

p.case-study-2 {
    text-align: left;
    font: normal normal 600 25px/50px Adani;
    letter-spacing: 0px;
    color: #000000;
}


.centered-div {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.custom-container {
    width: 100%;
}

.col-apart {
    background: #548235;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 10px;
}

.custom-margin {
    margin-right: 10%;
}

.first-row {
    margin-top: 1em;
    margin-bottom: 2em;
}

.car {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.decarb-approach {
    margin-top: 3%;
    margin-bottom: 18px;
}

.custom-box h5 {
    margin-top: 5px;
    font-size: 18px;
    min-height: 43px;
    transition: color 0.6s ease;
}

.custom-box p {
    color: rgb(44, 42, 42);
}

.custom-box ul {
    color: rgb(44, 42, 42);
}

.custom-box {
    color: #008A8F;
    background-color: #FFFFFF;
    height: 100%; /* Set height to auto for dynamic content */
    border: 1px solid #B2B2B2;
    border-radius: 0px;
    padding: 10px; /* Add padding as needed */
    box-sizing: border-box; /* Include padding and border in the box model */
    display: flex;
    flex-direction: column;
}

    .custom-box .Body {
        font-size: 16px;
        line-height: 1.6;
    }

@media (max-width: 767px) {
    .custom-box {
        flex: 1 1 calc(50% - 10px);
        margin-top: 20px;
    }

    .green-box {
        width: 80% !important;
        margin-bottom: 1em;
    }

    .custom-margin {
        margin-bottom: 10px;
    }

    .row-green {
        margin-left: 1%;
        margin-right: 1%;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-box {
        flex: 1 1 calc(33.33% - 10px);
        height: 220px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-box {
        flex: 1 1 calc(25% - 10px);
    }
}

@media (max-width: 767px) {
    .expand-button2 {
        margin-top: 0.7em;
    }

    .expand-button3 {
        margin-top: 10% !important;
    }

    .carousel-diff {
        justify-content: flex-start;
    }

    .item-case {
        flex: 0 0 100%;
    }

    .custom-box {
        width: 100%; /* Make boxes full width on smaller screens */
    }
}

.custom-box p, .custom-box ul {
    transition: color 0.8s ease;
}

.custom-box:hover {
    background-color: #548235;
}

    .custom-box:hover p, .custom-box:hover ul {
        color: white;
    }

    .custom-box:hover h5 {
        color: #FFFFFF;
    }

    .custom-box:hover .hr-container hr {
        border-color: white !important;
    }

.item-case {
    background-size: cover;
    border-radius: 20px;
    margin-left: 3px;
    height: 28em;
}

    .item-case h5 {
        margin-top: 1.2em;
        margin-bottom: 1rem;
        font-weight: 600;
    }

.home-demo h2 {
    color: transparent;
    text-align: center;
    padding: 6rem 0;
    margin: 0;
}

.hr-container hr {
    border-top: 2px solid #008A8F;
    height: 10px;
    margin: 10px 0;
}

.bootstrape-dots {
    display: none;
}

.up-slider {
    display: flex;
}

.bootstrape-nav1 {
    margin-top: 6vh;
    position: absolute;
    right: 13vw;
}

.bootstrape-prev1, .bootstrape-next1 {
    border-radius: 50%;
    border: 1px solid #707070;
    padding: 4px 11px;
}

.expand-button {
    background-color: white;
    color: #0D67CA;
    border: none;
    padding: 2px 8px;
    cursor: pointer;
    transition: color 0.8s ease;
}

    .expand-button:hover {
        background-color: #0D67CA;
        color: #FFFFFF;
    }

.carousel-diff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*modal box*/

.modal1 {
    transform: translate(-100%, -50%);
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 50vw;
    top: 50%;
    width: 41%;
    height: auto;
    justify-content: center;
}



.home-demo .bootstrape-nav {
    display: none !important;
}

.item-case h5 {
    margin-top: 1.2em;
    margin-bottom: 1rem;
    font-weight: 600;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 200%;
    height: 70%;
    position: relative;
}

.close {
    color: #383434;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute; /* Position the close button absolutely */
    top: 0;
    right: 0.2em;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.big-image {
    display: flex;
}

@media (max-width: 768px) {
    .big-image {
        display: block;
    }

        .big-image img {
            width: 100%;
        }
}

.big-image-text {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
}

@media (max-width: 768px) {
    .big-image-text {
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        max-height: 50vh;
        margin-left: 1em;
    }
	.big-image-text::-webkit-scrollbar {        
		width: 0px !important;
		/* Hide scrollbar for Chrome, Safari, and Opera */
	}
}

.big-image img {
    height: auto;
    align-items: center;
}

.big-image-text h5 {
    color: #548235;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 16px;
}
/*Climate change page css ends */
