/*about-us*/
.about-us {
    background-image: url(../aboutimg/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-us h1 {
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

/*page*/
.page {
    padding-top: 20px;
}

.page .left {
    width: 70%;
}

.page .left col {
    width: calc(33.33% - 20px);
    margin: 0 10px;

}

.page .left p {
    gap: 20px;
}

.page .left p a {
    font-size: 14px;
    font-weight: 800;
    padding-right: 20px;
}

.page .left p a:hover {
    color: rgb(240, 79, 29);
}

.page .right {
    width: 30%;
}

.page .right p {
    font-size: 14px;
    font-weight: 800;
    color: rgb(240, 79, 29);
}

#acative {
    color: rgb(240, 79, 29);
}

.angle-right {
    padding-left: 5px;
}

/*image contant*/
.details {
    padding-top: 50px;
}
.details h1 {
    font-size: 27px !important;
    padding-bottom: 20px !important;
}

.details .left {
    width: 50%;
}

.details .flex-row .left {
    padding-bottom: 50px;
}

.details .left .col {
    width: calc(49% - 20px);
    margin: 0 10px;
    padding-bottom: 10px;
}

.details .left .col p {
    padding-top: 10px;
    line-height: 25px;
    color: #999;
}

.details .right {
    width: 50%;
}

.details .right p {
    line-height: 25px;
    color: #999;
}

.details .right h3 {
    padding: 25px 0px;
    color: rgb(240, 79, 29);
}

.details .right .text {
    color: #999;
}

.fa-check {
    color: rgb(240, 79, 29);
    padding: 10px;
}


/*logo-text*/
.logo-text {
    padding: 30px 0 30px 0;
    background-color: #f8f5f5;
}

.logo-text .col {
    width: calc(33.33% - 20px);
    border: 2px #3b3a3a;
}

.logo-text .col h4 {
    padding-top: 10px;
}

.logo-text .col h4:hover {
    color: rgb(240, 79, 29);
}

.logo-text .col p {
    line-height: 25px;
    padding-top: 10px;
    color: #999;
}

.logo-icon {
    padding: 20px 10px;
    color: rgb(240, 79, 29);
    min-width: 15px;
    font-size: 40px;
}

/*question*/
.question {
    padding: 30px 0;
}

.question h1 {
    position: relative;
}

.question h1::before {
    content: '';
    position: absolute;
    left: 10%;
    bottom: -10px;
    background-color: rgb(240, 79, 29);
    height: 1px;
    box-sizing: border-box;
    width: 150px;
}


.question .right {
    width: 100%;
}

.accordion-item {
    background-color: #FFFFFF; /* White background for items */
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */
}

.accordion-header {
    background-color: rgb(240, 79, 29); /* Soft purple */
    color: #FFFFFF; /* White text */
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition:all 0.3s ease;
}

.accordion-header:hover {
    background-color: #9b9b9b; 
    color: #fff;
    border: none;/* Darker shade of purple */
}

.accordion-content {
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: all 0.3s ease;
}

.accordion-content p {
    color: #555;
    margin: 15px 0;
    font-size: 15px;

    line-height: 25px;
}

.question .right .icon11{
    color: #fff;
    transition: all .4s ease-in-out;
}

.active .icon11 {
    transform: rotate(90deg);
    color: #FFFFFF;
}


/*bg*/
.bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../aboutimg/background1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    box-shadow: inset 1000px 1000px rgba(0, 0, 0, #999);
}

.bg .col {
    margin: 100px 0 100px 0;
    padding: 15px 50px;
}

.bg .col h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.bg .col p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

/*meat-our-details*/
.meat-detail {
    padding: 10px 0 20px 0;
}

.meat-our h3 {
    position: relative;
}

.meat-our h3::before {
    content: '';
    position: absolute;
    left: 23%;
    bottom: -7px;
    background-color: rgb(240, 79, 29);
    height: 1px;
    box-sizing: border-box;
    width: 130px;
}

.meat-detail .col {
    width: calc(25% - 20px);
    margin: 0 10px 10px 10px;
}

.meat-detail .col .meet1 {
    position: relative;
}

.meat-detail .col .meet1 ul {
    position: absolute;
    top: 100px;
    left: 50px;
    padding: 0 20px;
}

.meat-detail .col figure img {
    margin-left: 70px;
    width: 50%;
}

.meat-detail .col h4 {
    padding: 10px 0px;
    text-align: center;
}

.meat-detail .col p {
    color: rgb(240, 79, 29);
    text-align: center;
}

.meat-icon {
    font-size: 17px;
    margin-right: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
}

.meat-icon:hover {
    color: rgb(240, 79, 29);
}

/*subscribe*/
.subscribe {
    padding: 50PX 0;
}

.subscribe h3 {
    position: relative;
}

.subscribe h3::before {
    content: '';
    position: absolute;
    left: 42%;
    bottom: -7px;
    background-color: rgb(240, 79, 29);
    height: 1px;
    box-sizing: border-box;
    width: 220px;
}

.subscribe h3 {
    text-align: center;
}

.subscribe p {
    padding: 20px 0;
    font-size: 17px;
    text-align: center;
    color: #999;
}

.subscribe form .col {
    margin: 30px 30px;
}

.col #text-name {
    border-style: inset;
    font-size: 15px;
    padding: 12px 200px 12px 15px;
    border: 1px solid #faf8f8;
    text-decoration: none;
}

button {
    text-align: center;
    background-color: rgb(240, 79, 29);
    border: 2px solid rgb(240, 79, 29);
    border-radius: 5px;
    color: wheat;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 50px;
    transition: all .5s ease-in-out;
}

button:hover {
    background-color: #fff;
    color: rgb(240, 79, 29);
}

/* media query for tablet screen */
@media screen and (max-width:1024px) {
    .about-us h1 {
        padding: 40px 0;
        font-size: 25px;
    }

    .details {
        padding-top: 30px;
    }

    .question .left {
        width: 100%;
        margin: 0;
    }

    .question .left h3 {
        font-size: 17px;
        text-align: center;
    }

    .question .right {
        width: 100%;
        margin-top: 30px;
        margin-left: 0px;
    }

    .question .right h1 {
        font-size: 20px;
        text-align: center;
    }
    .question .right h4{
        position: relative;
    }
 
    .question h1::before {
        left: 40%;
    }
    .details .right h3{
        padding: 5px 0;
    }
    .meat-detail .col figure img {
        margin-left: 45px;
    }

    .meat-icon {
        font-size: 15px;
        margin-right: 5px;
    }

    .meat-detail .col .meet1:nth-of-type(1) .flex-row {
        left: 23%;
    }

    .bg .col {
        margin: 60px 0;
        padding: 15px 25px;
    }

    .bg .col h4 {
        font-size: 30px;
    }

    .bg .col p {
        font-size: 15px;
    }

    .subscribe h3 {
        font-size: 20px;
    }

    .subscribe h3::before {
        left: 40%;
        width: 150px;
    }

    .subscribe p {
        padding: 15px 130px;
        font-size: 15px;
    }

    .subscribe form .col {
        margin: 0;
    }

    .col #text-name {
        padding: 15px 0 15px 0;
    }

    .logo-text .col h4{
        font-size: 19px;
    }
}


/* media query for mobile screen */
@media screen and (max-width:767px) {
    .about-us h1 {
        padding: 90px 0 30px 0;
        font-size: 20px;
        font-weight: 500;
    }

    .page .left {
        width: 60%;
    }

    .page .right {
        width: 40%;
    }

    .page .left p a {
        font-size: 11px;
        font-weight: 500;
        padding-right: 10px;
    }

    .page .right p {
        font-size: 10px;
        font-weight: 400;
    }
    #order2{
        order: 2;
    }
#order1{
    order: 1;
}
    .details {
        padding-top: 25px;
    }
    .details .left .col{
        width: 100%;
    }
    .details .left .col p {
        padding-top: 5px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }

    .details .right {
        width: 100%;
        padding-bottom: 15px;
    }

    .details .right p {
        line-height: 20px;
        font-size: 12px;
        color: #000;
        padding: 0px 5px;
    }

    .details .right h3 {
        padding: 20px 5px;
        font-size: 17px;
        font-weight: 500;
    }

    .details .flex-row .left {
        padding-bottom: 20px;
        width: 100%;
    }

    .logo-text {
        padding: 15px 0;
    }

    .logo-text .col {
        width: 100%;
        margin: 0 5px;
    }

    .logo-icon {
        padding: 10px 5px;
        font-size: 20px;
    }

    .logo-text .col h4 {
        font-size: 15px;
    }

    .logo-text .col p {
        line-height: 20px;
        padding: 5px 0 10px 0;
        font-size: 12px;
        font-weight: 500;
        color: #393232;
    }
    .question{
        padding: 0px;
    }
    .question .left h3 {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }

    .question .left {
        width: 100%;
    }

    #text-name {
        margin: 5px 0 10px 0;
    }

    .question .right h1 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: 600;
    }

    .question h1::before {
        width: 130px;
        left: 30%;
    }

    .question .right {
        width: 100%;
        margin-left: 10px;
    }
   
    .question .right h4 {
        font-size: 12px;
        font-weight: 500;
        margin: 0 0 10px 0;
        padding: 10px 10px;
    }

    .bg .col {
        margin: 20px 0;
        padding: 10px 20px;
    }

    .bg .col h4 {
        font-size: 20px;
        font-weight: 500;
    }

    .bg .col p {
        font-size: 15px;
        font-weight: 400;
    }

    .meat-our h3 {
        font-size: 17px;
        font-weight: 500;
    }

    .meat-our h3::before {
        width: 100px;
        left: 20%;
    }

    .meat-detail .col {
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .meat-detail .col figure img {
        margin-left: 35px;
    }

    .meat-detail .col h4 {
        padding: 5px 0;
        font-size: 12px;
    }

    .meat-detail .col p {
        font-size: 10px;
        padding-bottom: 20px;
    }

    .meat-detail .col .meet1:nth-of-type(1) .flex-row {
        left: 20%;
    }

    .meat-icon {
        margin-right: 5px;
        font-size: 12px;

    }

    form {
        padding: 10px 5px;
    }

    .subscribe h3 {
        font-size: 17px;
    }

    .subscribe h3::before {
        width: 150px;
        left: 30%;
    }

    .subscribe p {
        font-size: 12px;
        padding: 15px 0;
        color: #393232;
    }

    .subscribe form .col {
        margin: 5px 5px;
    }

    .question .right .toggle{
        font-size: 15px;
        right: 8px;
        top: 8px;
    }
    .accordion-header{
        font-size: 13px;;
    }
    .accordion-content p{
        font-size: 13px;
    }
}
