

/* ====================Environment Services starts========================== */

:root{
    --primary-color: #c2b280;
    --primary-color2: #a3811b;
    --secondary-color: #81681e;
    --text-color: #292D35;
    --white-color:#fff;
    --black-color:#000;

    --transition:0.3s;
    --transition2:0.6s;
}

img{
    width: 100%;
    height: 100%;
}

section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 5% 5%;
}

button{
    width: 170px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background-color: var(--secondary-color);
    font-size: 1rem;
    color: var(--white-color);
    position: relative;
    z-index: 1;
    cursor: pointer;
}

button:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--text-color);
    z-index: -1;
    transition: var(--transition);
}

button:hover:after{
    transform: translate(-50%, -50%) scale(1);
}

/* Hero Header Section  */
.sand_supply_header{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.385)) , url(../images/Sand/sand_supply_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    z-index: -1;
}

.sand_supply_header h1{
    width: 50%;
    font-weight: 600;
    font-style: italic;
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5.5rem;
}
/* ============Media Queries for Environment Banner============ */
@media (min-width:320px) and (max-width:480px){
    .sand_supply_header{
        width: 100%;
        background-size: cover;
        height: 55vh;
    }
    .sand_supply_header h1{
        width: 50%;
        line-height: 1.5rem;
        font-size: 24px;
        font-weight: 900;
    }
}
@media (min-width:481px) and (max-width:768px){
    .sand_supply_header{
        width: 100%;
        background-size: cover;
        height: 60vh;
    }
    .sand_supply_header h1{
        width: 50%;
        line-height: 2rem;
        font-size: 26px;
        font-weight: 900;
        text-align: center;
    }
}
/* ============Media Queries for Environment Banner============ */


/* Vision Mission & Objectives  */
.sand_supply_vision_and_mision{
    display: block;
    padding: 0 10%;
    position: relative;
    margin-top: -10%;
    left: 0;
    z-index: 99;
}

.sand_supply_vision_and_mision .sand_supply_vision_mission_section{
    width: 100%;
    display: flex;
}

.sand_supply_vision_mission_section .sand_supply_vision{
    width: 50%;
    background-color: var(--white-color);
    color: var(--primary-color2);
    padding: 3% 5%;
    /* border-top-left-radius: 20px; */
}

.sand_supply_vision_mission_section .sand_supply_vision h3{
    margin-bottom: 10px;
    font-weight: 400;
}

.sand_supply_vision_mission_section .sand_supply_vision p{
    text-align: justify;
    font-size: 1.1rem;
}

.sand_supply_vision_mission_section .sand_supply_mission{
    width: 50%;
    background-color: var(--primary-color2);
    color: var(--white-color);
    padding: 3% 5%;
    /* border-bottom-right-radius: 20px; */
    /* border-top-right-radius: 20px; */
}

.sand_supply_vision_mission_section .sand_supply_mission h3{
    margin-bottom: 10px;
    font-weight: 400;
}

.sand_supply_vision_mission_section .sand_supply_mission p{
    text-align: justify;
    font-size: 1.1rem;
}

.sand_supply_vision_and_mision .sand_supply_objectives_section{
    display: block;
    padding: 0 10%;
    position: relative;
    margin-top: 30px;
    left: 0;
    z-index: 99;
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 3% 5%;
}

.sand_supply_objectives_section h3{
    font-weight: 400;
    padding-bottom: 10px;
}

.sand_supply_objectives_section .sand_supply_objectives_list{
    width: 100%;
    display: block;
}

.sand_supply_objectives_section .sand_supply_objectives_list li{
    /* display: flex; */
    width: 100%;
    gap: 12px;
    padding-bottom: 10px;
    text-align: justify;
    padding: 10px 30px 5px 30px;
    font-size: 1.1rem;
    /* list-style: none; */
}
/* ============Media Queries for Vision Mission & Objectives============ */
@media (min-width:320px) and (max-width:480px){
    .sand_supply_vision_and_mision{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_vision{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_vision h3{
        width: 100%;
        font-size: 18px;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_vision p{
        width: 100%;
        font-size: 12px;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_mission{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_mission h3{
        width: 100%;
        font-size: 18px;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_mission p{
        width: 100%;
        font-size: 12px;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section h3{
        width: 100%;
        font-size: 18px;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section .sand_supply_objectives_list{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section .sand_supply_objectives_list li{
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .sand_supply_vision_and_mision{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_vision{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_vision h3{
        width: 100%;
        font-size: 20px;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_vision p{
        width: 100%;
        font-size: 14px;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_mission{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_mission h3{
        width: 100%;
        font-size: 20px;
    }
    .sand_supply_vision_and_mision .sand_supply_vision_mission_section .sand_supply_mission p{
        width: 100%;
        font-size: 14px;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section h3{
        width: 100%;
        font-size: 20px;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section .sand_supply_objectives_list{
        width: 100%;
        display: block;
    }
    .sand_supply_vision_and_mision .sand_supply_objectives_section .sand_supply_objectives_list li{
        width: 100%;
        font-size: 14px;
    }
}
/* ============Media Queries for Vision Mission & Objectives============ */



/* Introduction to Sand Supply Services */
.sand_supply_about{
    width: 100%;
    display: flex;
    padding: 0 10%;
    position: relative;
    left: 0;
    z-index: 99;
    margin-top: 40px;
    gap: 25px;
}

.sand_supply_about .img{
    width: 50%;
}

.sand_supply_about .img img{
    width: 500px;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
}

.sand_supply_about .sand_supply_content{
    width: 50%;
    gap: 10px;
}

.sand_supply_about .sand_supply_content h3{
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}

.sand_supply_about .sand_supply_content p{
    text-align: justify;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
/* ============Media Queries for Introduction to Sand Supply Services============ */
@media (min-width:320px) and (max-width:480px){
    .sand_supply_about{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .sand_supply_about .img{
        width: 100%;
        display: block;
    }
    .sand_supply_about .img img{
        width: 100%;
    }
    .sand_supply_about .sand_supply_content{
        width: 100%;
        display: block;
    }
    .sand_supply_about .sand_supply_content h3{
        width: 100%;
        font-size: 18px;
    }
    .sand_supply_about .sand_supply_content p{
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .sand_supply_about{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .sand_supply_about .img{
        width: 100%;
        display: block;
    }
    .sand_supply_about .img img{
        width: 100%;
    }
    .sand_supply_about .sand_supply_content{
        width: 100%;
        display: block;
    }
    .sand_supply_about .sand_supply_content h3{
        width: 100%;
        font-size: 18px;
    }
    .sand_supply_about .sand_supply_content p{
        width: 100%;
        font-size: 12px;
    }
}
/* ============Media Queries for Introduction to Sand Supply Services============ */


/* Sand Supply Services  */
.sand_supply_services{
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
}

.sand_supply_service_progress{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10%;
    position: relative;
    left: 0;
    z-index: 99;
}

.sand_supply_service_progress .sand_supply_service_card{
    display: block;
    width: 100%;
}

.sand_supply_service_progress .sand_supply_service_card .image{
    width: 50%; 
    margin-left: auto;
    margin-right: auto;
}

.sand_supply_service_card .image img{
    width: 150px;
    height: 120px;
    object-fit: fill;
    border-radius: 100%;
}

.sand_supply_service_progress .sand_supply_service_card .sand_supply_service_label{
    width: 100%;
}

.sand_supply_service_card .sand_supply_service_label h3{
    font-weight: 400;
    text-align: center;
}

.sand_supply_service_progress .sand_supply_service_card .sand_supply_service_explore{
    width: 100%;
    margin-top: 10px;
}

.sand_supply_service_progress .sand_supply_service_card .sand_supply_service_explore button{
    width: 70%;
    margin-left: 45px;
    margin-right: 70px;
}
/* ============Media Queries for Introduction to Sand Supply Services============ */
@media (min-width:320px) and (max-width:480px){
    .sand_supply_services{
        width: 100%;
        font-size: 20px;
    }
    .sand_supply_service_progress{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .sand_supply_service_progress .sand_supply_service_card{
        width: 100%;
        display: block;
    }
    .sand_supply_service_progress .sand_supply_service_card .image{
        width: 50%; 
        margin-left: auto;
        margin-right: auto;
    }
    .sand_supply_service_progress .sand_supply_service_card .image img{
        width: 100%;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_label{
        width: 100%;
        display: block;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_label h3{
        font-size: 18px;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_explore{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_explore a{
        width: 100%;
        font-size: 12px;
    }
}
@media (min-width:481px) and (max-width:768px){
    .sand_supply_services{
        width: 100%;
        font-size: 22px;
    }
    .sand_supply_service_progress{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .sand_supply_service_progress .sand_supply_service_card{
        width: 100%;
        display: block;
    }
    .sand_supply_service_progress .sand_supply_service_card .image{
        width: 50%; 
        margin-left: auto;
        margin-right: auto;
    }
    .sand_supply_service_progress .sand_supply_service_card .image img{
        width: 100%;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_label{
        width: 100%;
        display: block;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_label h3{
        font-size: 20px;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_explore{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .sand_supply_service_progress .sand_supply_service_card .sand_supply_service_explore a{
        width: 100%;
        font-size: 14px;
    }
}
/* ============Media Queries for Introduction to Sand Supply Services============ */



/* Sand Supply Achievements */
/* .sand_supply_achievement{
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
}

.sand_supply_achievement_info{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10%;
    position: relative;
    left: 0;
    z-index: 99;
}

.sand_supply_achievement_info .sand_supply_achievement_card{
    width: 100%;
    display: block;
    margin-top: 20px;
    /* padding: 0% 10%; */
/* }

.sand_supply_achievement_info .sand_supply_achievement_card .sand_supply_achievement_content{
    width: 100%;
}

.sand_supply_achievement_card .sand_supply_achievement_content img{
    width: 450px;
    height: 70vh;
    align-items: center;
    border-radius: 20px;
}

.sand_supply_achievement_card .sand_supply_achievement_content h3{
    width: 100%;
    font-weight: 400;
    text-align: center;
} */ 


/* Sand Services Section  */
.sand_supply_services_section{
    width: 100%;
    padding: 0 10%;
    position: relative;
    left: 0;
    z-index: 99;
    margin-top: 3%;
    display: block;
    overflow: hidden;
}

.sand_supply_services_section .sand_supply_services_section_info{
    width: 100%;
    display: block;
}

.sand_supply_services_section .sand_supply_services_section_info .img{
    display: flex;
    align-items: center;
    width: 50%;
    height: 450px;
    gap: 15px;
    margin-bottom: 20px;
}

.sand_supply_services_section .sand_supply_services_section_info .img1{
    display: flex;
    align-items: center;
    width: 100%;
    height: 450px;
    gap: 15px;
    margin-bottom: 20px;
}

.sand_supply_services_section_info .img img{
    border-radius: 20px;
}

.sand_supply_services_section .sand_supply_services_section_info .content{
    width: 100%;
}

.sand_supply_services_section_info .content h3{
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}
/* ============Media Queries for Sand Supply Services Section============ */
@media (min-width:320px) and (max-width:480px){
    .sand_supply_services_section{
        width: 100%;
        display: block;
        height: 50vh;
    }
    .sand_supply_services_section .sand_supply_services_section_info{
        width: 100%;
        display: block;
    }
    .sand_supply_services_section .sand_supply_services_section_info .img{
        width: 100%;
        display: block;
        position: relative;
        height: 20vh;
    }
    .sand_supply_services_section .sand_supply_services_section_info .img img{
        width: 100%;
    }
    .sand_supply_services_section .sand_supply_services_section_info .img1{
        width: 100%;
        display: block;
        position: relative;
        height: 30vh;
    }
    .sand_supply_services_section .sand_supply_services_section_info .img1 img{
        width: 100%;
    }
    .sand_supply_services_section .sand_supply_services_section_info .content{
        width: 100%;
        display: block;
    }
    .sand_supply_services_section .sand_supply_services_section_info .content h3{
        width: 100%;
        font-size: 18px;
    }
}
/* ============Media Queries for Sand Supply Services Section============ */


/* Sand Supply Achievements  */
.sand_supply_achievement{
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    justify-items: center;
    padding: 0 10%;
    font-weight: 400;
}

.sand_supply_achievement_section{
    /* padding: 0 10%; */
    z-index: 99;
}

 .sand_supply_achievement_section_wrapper{
    max-width: 100%;
    width: 100%;
    position: relative;
}

.sand_supply_achievement_section_wrapper i{
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sand_supply_achievement_section_wrapper i:first-child{
    left: -22px;
}

.sand_supply_achievement_section_wrapper i:last-child{
    right: -22px;
}

.sand_supply_achievement_section_wrapper .sand_supply_achievement_section_carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 8px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.sand_supply_achievement_section_carousel::-webkit-scrollbar {
    display: none;
}

.sand_supply_achievement_section_carousel :where(.card){
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background-color: var(--prim-gradient2); */
}


.sand_supply_achievement_section_carousel .card li{
    list-style: none;
    padding: 10px 20px;
    color: var(--white-color);
    text-align: justify;
}

.sand_supply_achievement_section_carousel .card .center{
    padding: 3% 7%;
    align-items: center;
    border-radius: 20px;
    margin-top: 10px;
    border-radius: 30px;
}

.sand_supply_achievement_section_carousel .card button{
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.sand_supply_achievement_section_carousel .card .center button:hover a{
    background-color: var(--white-color);

    color: var(--black-color);
}

.sand_supply_achievement_section_carousel .card img{
    width: 100%;
    height: 100%;
    object-fit:  fill;
    object-position: top;
}

.sand_supply_achievement_section_carousel .card p{
    font-size: 16px;
    width: 100%;
    padding: 30px;
    color: #fff;
    z-index: 10;
    font-family: "Raleway", sans-serif;
    text-decoration: solid;
    background-color: rgba(7, 7, 7, 0.5);
    position: absolute;
    text-align: center;
    bottom: 0;
}

/* ============Media Queries for Environment Photos============ */
@media (min-width:320px) and (max-width:480px){
    .sand_supply_achievement{
        width: 100%;
        font-size: 20px;
        align-items: center;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }
    .sand_supply_achievement_section{
        width: 100%;
        padding: 0% 10%;
        margin-top: 50px;
    }
    .sand_supply_achievement_section .sand_supply_achievement_section_wrapper .sand_supply_achievement_section_carousel .card li{
        font-size: 14px;
    }
    .sand_supply_achievement_section_wrapper .sand_supply_achievement_section_carousel{
        grid-auto-columns: calc((100% / 1) - 2px);
    }
}
@media (min-width:481px) and (max-width:768px){
    .sand_supply_achievement{
        width: 100%;
        font-size: 22px;
        align-items: center;
        justify-content: center;
        text-align: center;
        justify-items: center;
    }
    .sand_supply_achievement_section{
        width: 100%;
        padding: 0% 10%;
        margin-top: 50px;
    }
    .sand_supply_achievement_section .sand_supply_achievement_section_wrapper .sand_supply_achievement_section_carousel .card li{
        font-size: 14px;
    }
    .sand_supply_achievement_section_wrapper .sand_supply_achievement_section_carousel{
        grid-auto-columns: calc((100% / 2) - 2px);
    }
}