
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Unbounded:wght@200..900&display=swap');

.websitefaqs-section h2{
background-image: linear-gradient(to left, #a6d719, #a6d719 0%);
    font-family: Unbounded;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 2px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
        margin-bottom: 40px;

}
section.delivery-section {
    background: #0e1821 !important;
}
.accordion .accordion-group .accordion-heading a.active {
    background: #0e1821 !important;
    color: #fff !important;
    font-weight: 600;
}
.accordion-inner {
    padding: 0 0 25px 0 !important;
    color: #fff !important;
}
.accordion .accordion-group {
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #fff !important;
}
.accordion .accordion-group .accordion-heading a {
    background: #0e1821 !important;
    color: #fff !important;
    padding: 15px 0 !important;
}
.accordion .accordion-group .accordion-heading a.active .fa {
    color: #fff !important;
}
.accordion .accordion-group .accordion-heading a .fa{
    color: #fff !important;
}
@media(max-width:1250px){
    .websitefaqs-section h2{
        margin-bottom: 0!important;
        font-size: 24px;
    }
}




/*----------------about us-------------------*/
section.about_block{
    background: #0e1821 !important;
    padding: 4% 0;
}
.sec_title h1{
    text-align: center;
    background-image: linear-gradient(to left, #a6d719, #a6d719 0%);
    font-family: Unbounded;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 2px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.sec_title  span{
    text-align: center;
    background-image: linear-gradient(to left, #fff, #fff 0%);
    font-family: Unbounded;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 2px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*margin-bottom: 40px;*/
    display:block;
        border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.who_we_r {
    margin-top: 50px;
}
.abt_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.abt_grid_box1 {
    width: 40%;
    padding-right: 3%;
}

.abt_grid_box {
    width: 30%;
    padding: 1%;
}

.abt_grid_box1 h2 {
    font-size: 24px;
    color: #a6d719;
    text-align: left;
    text-transform: capitalize;
}

.abt_grid_box1 p {
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
}

.who_box {background: #fff;padding: 7%;     border-radius: 5px;}

.who_box h4 {
    color: #a6d719;
    font-size: 24px;
    padding: 8% 0 2% 0;
}

section.why_pakshal{
     background: #21232e;
     padding: 4%;
}
section.why_pakshal h2 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 28px;
}

section.why_pakshal h2 span {color: #a6d719;}

.why_grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.why_box h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.why_box h4 span {
    color: #96c11c;
}

.why_box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.why_box {
    width: 32.33%;
    padding: 3% 2%;
}

.why_box:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.why_box:nth-child(4) {
    border-right: 1px solid #ccc;
}
@media(max-width: 992px){
    .abt_grid_box1{
        width: 100%;
        margin-bottom: 20px;
    }
    .abt_grid_box{
        width: 50%;
    }
}

@media(max-width: 767px){
    section.about_block {
        padding: 10% 0;
    }
    section.why_pakshal{
        padding: 10% 0;
    }
    .sec_title span{
        font-size: 16px;
    }
    .abt_grid_box1{
        width: 100%;
        margin-bottom: 20px;
    }
    .abt_grid_box{
        width: 100%;
        margin-bottom: 20px;
    }
    section.why_pakshal h2 {
        font-size: 24px;
    }
    .why_box {
        width: 100%;
        border-bottom: 1px solid #fff;
        border-left: 0 !important;
        border-right: 0 !important;
        padding: 7% 0;
        margin-bottom: -5px;
    }
     .why_box:last-child {
         border-bottom: 0 !important;
     }
}