.accordion-section #accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-section .accordion-item {
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    margin-bottom: 20px;
}

.accordion-section .accordion-header {
    background-color: #4d3b33;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
}

.accordion-section .accordion-header::after {
    content: '+';
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.accordion-section .accordion-item.active .accordion-header::after {
    content: '-';
}

.accordion-section .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 1.5rem;
    color: #4d3b33;
    background-color: #ffffff;
}

.accordion-section .accordion-item.active .accordion-content {
    padding: 3rem;
    overflow-y: auto;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 18px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
h2{
    font-size: 30px;
}
.navbar {
    padding: 1.5rem 0;
}
#navbarNav{
    margin-top: 50px;
    margin-bottom: 0px;
}
.headings{
    font-size: 45px;
    color: #4d3b33;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 20px;
    margin-left: 1rem;
    color: #333333;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #4CAF50;
}

.hero-carousel .carousel-item {
    height: 71.5vh;
}

.hero-carousel .carousel-item.active,
.hero-carousel .carousel-item-next,
.hero-carousel .carousel-item-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-carousel .carousel-inner {
    background-color: #70be54;
}

.hero-carousel .carousel-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.section-title.custom-farm-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
}
.section-padding {
    padding: 4rem 0;
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 1rem 0;
    }
}

.highlight-block {
    background-color: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid #e0e0e0;
}


.delivery-section {
    background: url('../images/delivery.png') center/cover no-repeat;
    min-height: 900px;
    align-items: center;
    vertical-align: top;
}

.info-box {
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    padding: 2rem 4rem;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-size: 20px;
}

.info-box h5 {
    color: #4CAF50;
    font-size: 30px;
    font-weight: 200;
}

.info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.accordion-button:not(.collapsed) {
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #4CAF50;
}
.farmtohomestore2{
    padding-left: 30px;
}
#return-policy .accordion-item {
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    background-color: #ffffff;
}

#return-policy .accordion-button {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #4d3b33;
    color: #ffffff;
}

#return-policy .accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 1.25rem;
    line-height: 1;
    color: #ffffff;
    transform: none;
}

#return-policy .accordion-button:not(.collapsed)::after {
    content: '-';
}

#return-policy .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #4d3b33;
    box-shadow: none;
}

#return-policy .accordion-button.collapsed {
    color: #ffffff;
    background-color: #4d3b33;
}

#return-policy .accordion-body {
    background-color: #ffffff;
    color: #4d3b33;
}

.footer {
    background-color: #2f2f2f;
    color: #ffffff;
    padding: 3rem 0;
    text-align: center;
}

.contact-list,
.link-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.contact-list li,
.link-list li {
    margin-bottom: 0.5rem;
}

.section-title {
    color: #4CAF50;
    font-weight: 700;
}
#about p{
font-size: 20px;
}
#about h2{
    font-size: 28px;
    font-weight: 600;
    }
    #contact p, li{
font-size: 20px;
    }
#contact h5{
        font-size: 26px;
        font-weight: 500;
            }

.delivery-section-buttons {
    margin-top: 0;
}

#contact {
    margin-top: 10rem;
}

@media (max-width: 767.98px) {
    #contact {
        margin-top: 0;
    }

    .delivery-section-buttons {
        margin-top: 200px;
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem;
        border-radius: 0.75rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 767.98px) {
    .hero-carousel .carousel-item {
        height: 22vh;
    }

    .hero-carousel .carousel-item img {
        max-height: 100%;
    }

    .delivery-section {
        background-size: contain;
        background-position: top center;
        min-height: 360px;
        padding: 3rem 0;
    }
    #whychoose{
        text-align: left;
        font-size: 40px;
        margin-left: 15px;
    }
    .farmtohomestore{
        text-align: left;
        font-size: 40px;
    }
    .mb-3{
        padding-left: 15px;
    }
    .farmtohomestore2{
        padding-left: 30px;
    }
    .info-box{
        text-align: left;
        padding-left: 30px;
    }
    .accordion-section .accordion-item.active .accordion-content {
        padding: 2rem;
        overflow-y: auto;
    }
    
}

