.hero-sentence{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(  rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.45)), url(img/aboutimg.webp) no-repeat;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.hero-sentence h1 i{
    color: orange;
}
.heading1{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(58, 56, 56, 0.5);
    word-spacing: 1.1;
    margin-bottom: .5rem;
}
.subtitle1{
    font-family: 'Lato','Lucidia sans Unicode','Lucidia Grande', sans-serif;
    color: #f1f1f1;
    font-weight: 500;
    font-size: 1.2rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
}
.heading1 i {
    font-size: 1.5rem; 
    margin-right: 12px;
}
.hero-sentence a{
    padding: 12px 24px;
    background-color: orange;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 2px 4px;
}
.hero-sentence a:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    background-color: #e68900;
}
.fa-arrow-right {
    margin-left: 5px; 
    transition: margin-left 0.3s ease; 
    display: inline-block;
}

.hero-sentence a:hover span {
    margin-left: 10px;
}
.about-us{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
}
.about-content{
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.5;
    font-size: 1rem;
    padding: 25px;
}
.about-content h1{
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: orange;
    margin-bottom: 15px;
}
.about-content p{
    margin-bottom: 15px;
    text-justify: inter-word;
    font-size: 1.1rem;
}
.about-content h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: orange;
    margin: 20px 0 10px 0;
}
.about-content h4 i {
    margin-right: 8px;
    color: orange;
}
.about-image{
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    width: 100%;
    height: 490px;
    /* height: 100%; */
    transition: all 1s linear ease;
}
.about-image img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.mission-vision{
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}
.mission-vision h2{
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
    color: orange;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
}
.mission{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    max-width: 1200px;
}
.each{
    flex: 1;
    background-color: #f9f9f9;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}
.each h3{
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.3rem;
    color: orange;
    margin-bottom: 15px;
    font-weight: 500;
}
.each h3 i, .each ul i {
    margin-right: 8px;
    color: orange;
}
.each p{
    font-family: 'Poppins', sans-serif;
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 15px;
}
.each ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
}
.each:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
.each ul li {
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.product-menu h2, .faq-section h2 {
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
    color: orange;
    margin: 50px auto 25px auto;
    font-weight: 500;
    text-align: center;
}
.container-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 5%;
    border-radius: 15px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.accordion{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.accordion-head{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Lato', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: orange;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 15px;
}
.accordion:hover {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}
.accordion-head h3 i {
    margin-right: 8px;
    color: orange;
    align-self: center;
}
.accordion-content{
    padding: 0 18px;
    line-height: 1.5rem;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-family: 'Poppins', sans-serif;
    color: #555;
    max-height: 0;
    transition: all .5s ease-in-out;
}
.accordion-content ul li {
    margin-bottom: 8px;
    font-size: 16px;
    /* list-style: disc; */
    margin-left: 20px;
    position: relative;
}
.accordion-content ul li::after {
    content: "•"; 
    color: orange; 
    display: inline-block; 
    width: 1.5em; 
    font-size: 1.5em;
    position: absolute; 
    left: 0;
    margin-left: -20px;
}
.accordion-content ul {
    padding-left: 20px;
    list-style: none;
}
.accordion.active .accordion-content{
    margin-top: 10px;
    transition: all .5s ease-in-out;
    padding: 10px 2px;
    max-height: max-content;
}
.accordion.active .accordion-head{
    background-color: #ffa500;
    color: #fff;
}
.accordion.active .accordion-head i {
    color: #fff;
    transition: transform 0.3s ease;
}
.accordion-content p{
    font-size: 16px;
    padding-bottom: 18px;
    margin-top: 10px;
    text-justify: inter-word;
}
.cta-section{
    background-color: orange;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 60px auto;
}
.cta-section:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}
.cta-section h2{
    font-family: 'Poppins', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 500;
}
.cta-section h2 i {
    margin-right: 8px;
    color: #fff;
}
.cta-section p{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 25px;
}
.cta-button{
    background-color: #fff;
    color: orange;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}
.cta-button i {
    margin-right: 8px;
}
.cta-button:hover{
    background-color: #f1f1f1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .hero-sentence{
        height: 100vh;
    }
    .container-list{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 60px 5%;
    }
    .mission{
        flex-direction: column;
        align-items: center;
    }
    .each{
        max-width: 90%;
    }
    .heading1{
        font-size: 1.2rem;
    }
    .subtitle1{
        font-size: 1rem;
    }
    .hero-sentence a{
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    .about-us{
        grid-template-columns: 1fr;
        align-items: center;
        margin: 20px auto;
    }
    .about-us image{
        align-items: center;
        padding: 0;
    }
    .about-content{
        padding: 0 14px;
    }
    .about-content h1{
        font-size: 1.2rem;
    }
    .about-content p{
        font-size: 0.9rem;
    }
    .about-content h4{
        font-size: 1rem;
    }
    .cta-section{
        padding: 20px 10px;
    }
    .cta-section h2{
        font-size: 1.2rem;
    }
    .mission-vision{
        margin: 20px auto;
        padding: 20px;
    }
    .mission-vision h2{
        font-size: 1.2rem;
    }
    .mission{
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }
    .each{
        max-width: 100%;
        margin: 10px auto;
        padding: 10px 14px;
    }
    .each h3{
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .each p{
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .each ul{
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .hero-sentence h1{
        font-size: 1.2rem;
    }
    .subtitle1{
        font-size: 0.9rem;
    }
    .hero-sentence a{
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    .about-content h1{
        font-size: 1rem;
    }
    .about-content p{
        font-size: 0.85rem;
    }
    .about-content{
        padding: 0 25px;
    }
    .about-content h4{
        font-size: 0.9rem;
    }
    .cta-section p{
        font-size: 1rem;
    }
    .cta-button{
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px){
    .container-list{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 60px 5%;
    }
    .mission-vision{
        padding: 10px;
    }
    .mission{
        gap: 15px;
    }
    .each{
        padding: 20px;
    }
    .about-us{
        gap: 20px;
        margin: 30px auto;
    }
    .about-image{
        height: 100%;
    }
}