﻿body {
}
.water-security .slick-track {
    margin-left: 20%;
}
.dams-matter .card {
    /*box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;*/
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border: none;
    background-color: #ecf7ff;
    border-radius: 3%;
}
    .dams-matter .card:hover {
        /*background: linear-gradient(to top left,#F8FCFF, #08BEFF);*/
        /*background: linear-gradient(to right bottom, #08BEFF 20%, #F8FCFF 75%);*/
        background: linear-gradient(to right bottom, #08BEFF 50%, #E0F6FF);
    }
        .dams-matter .card:hover h1,
        .dams-matter .card:hover h3,        
        .dams-matter .card:hover p {
            color: white;
        }
        .dams-matter .card:hover .card-number {
            background: linear-gradient(to right bottom, #FFFFFF, #FFFFFF 75%);

            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .card h1,
        .card h3,
        .card .card-number,
        .card p {
            transition: color 0.3s ease;
        }

.dams-matter .card-number {
    /*background: -webkit-linear-gradient(#08BEFF, #47B5FF);*/
    background: linear-gradient(to right bottom, #08BEFF 20%, #F8FCFF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 7rem;
    font-weight: 600;
}
.dams-matter p {
    font-size: 1.2rem;
}

.approach-border {
    width: 1px;
    background: grey;
    height: 300px;
}

.approach-div:hover .title {
    background: -webkit-linear-gradient(#08BEFF, #47B5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(max-width:768px) {
    .approach-border {
        display: none;
    }
}
#progress .para-text, #select-to-work .para-text {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #434141;
}
/* Remove default numbering */
/*.custom-list {
    list-style-type: none;
    padding-left: 0;
}
    .custom-list li{
        display:flex;
    }*/
    /* Add custom arrow style */
        /*.custom-list li::before {
            content: ''; 
            background-image: url('../images/past-scenario/list-icon.png'); 
            background-size: contain; 
            background-repeat: no-repeat; 
            display: inline-block; 
            width: 45px; 
            height: 45px; 
            margin-right: 10px; 
        }*/
@media screen and (min-width: 320px) and (max-width: 768px) {
    .para-text ,.highlights{
        font-size: 1.2rem !important;
        padding: 0px;
        margin-bottom: 0;
    }
    .para-header{
        font-size:1.2rem;
    }
}
.description-wrapper {
    /*opacity: 0;
    max-height: 0;
    
    transition: opacity 0.3s ease, max-height 0.3s ease;*/
    /*width: 400px;*/
    text-wrap: balance;
    text-align:justify;
    overflow: hidden;
}

.approach-div:hover .description-wrapper {
    opacity: 1;
    /*max-height: 500px;*/ /* Adjust this value as needed based on the content height */
   
}
.Description {
    display: block;
}
.approach-div {
    cursor: pointer;
}

#sub-header.para-text{
    text-align:left !important;
}
@media (max-width: 1200px) and (min-width: 1024px) {
    .approach h2 {
        font-size: calc(1.08rem + .9vw);
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.custom-arrows {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: none; /* allows dots to remain clickable */
}

.prev-arrow,
.next-arrow {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    left:0;
    right :0;
}

.slider1 .slick-dots {
    bottom: -30px;
}
.slider1-parent .custom-arrows {
    bottom: -30px;
}

