* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    background-color: #FBF9F1 !important;
}

.logo {
    height: 4rem;
}

.navbar {
    background-color: #FBF9F1 !important;
    width: 100%;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    text-wrap: nowrap;
    box-shadow: 0 2px rgba(51, 51, 51, 0.1), 0 0px 10px rgba(51, 51, 51, 0.2);
}

.navbar ul {
    background-color: #FBF9F1 !important;

}

.navbar-nav li {
    display: flex;
    align-items: center;
}

.navbar ul li a {
    color: #F44236;
    font-weight: 500;
    width: 100%;
    font-size: 1.15rem;
}

.navbar ul li a button {
    background: inherit;
    color: #F44236;
    font-weight: 500;
    border: 1px solid black;
    border-radius: 15px;
    padding: 0.2rem 1rem;
    transition: background-color 0.3s ease-in-out;

}

.navbar ul li a :hover {
    background-color: #353535 !important;
}

/* ===========Home Section========= */
.home-section {
    height: 100%;
    position: relative;
}

.home-section-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(40%);
    background-image: url("../images/home-img.png");
}

.home-section-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    position: absolute;
}

.home-section-text h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.home-section-button {
    background: rgba(255, 153, 0, 1);
    padding: 0.5rem 2rem;
    color: white;
    border-radius: 15px;
    font-size: 1.2rem;
    border: none;
    transition: background-color 0.3s ease-in-out;

}

.home-section .home-section-button:hover {
    background-color: rgb(132, 81, 4);
}

/* ==================What we provide section=============== */
.provide-section {
    margin-top: 3rem;
}

.red-text {
    color: #F44236 !important;
    font-weight: 700;
}

.swiper {
    width: 70%;
    height: 12rem;
}

.swiper-slide {
    box-shadow: 0 2px rgba(51, 51, 51, 0.1), 0 0px 10px rgba(51, 51, 51, 0.2);
    color: #F44236;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    background: #dddddd;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    height: 80% !important;
}

.swiper-pagination-bullet-active {
    background: black !important;
}

.swiper-slide img {
    height: 4rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    /* margin: auto; */
}

.provide-section-btn {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.provide-section-btn button {
    background: rgba(255, 153, 0, 1);
    border: none;
    border-radius: 15px;
    padding: 0.8rem 2rem;
    font-weight: 500;
}

.provide-section-btn button:hover {
    background: rgb(167, 101, 0);

}

.boiler-info .row {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
}

.boiler-info .row .col-md-4 div {
    margin: 3rem 0;
}

/* ====Boiler farmer section====== */
.boiler-farmer-section {
    position: relative;
    margin-top: 3rem;
    height: 36rem;
}

.boiler-farmer-section-left {
    background-image: url("../images/Group\ 774\ 1.png");
    background-size: cover;
    background-position: cover;
    height: 21rem;
    padding: 0 !important;
}

.boiler-farmer-section-left {
    background-color: #F44236;
}

.services-boxes {
    position: absolute;
    bottom: -20px;
}

.mobileSlider {
    display: none;
}

.service-box {
    background: rgba(217, 217, 217, 1);
    height: 23rem;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =======Hero Section======= */
.hero-section {
    margin-top: 4rem;
}

.hero-section button {
    background: rgba(255, 153, 0, 1);
    border: none;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.hero-section button:hover {
    background: rgb(167, 101, 0);
}

.hero-section .row {
    justify-content: space-around;
    align-items: center;
}

.hero-section .row .col-md-5 {
    justify-content: center;
    mix-blend-mode: multiply;
}

/* Cta section */
.cta {
    margin-top: 3rem;
    background-image: url("../images/Group\ 38.png");
    background-position: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20rem;
    display: flex;
    justify-content: start;
    align-items: center;
}

.cta-content {
    margin: 0 0 3rem 3rem;
    color: white;
    width: 45%;
}

/* =============reviews section====================== */
.reviews-section {
    margin-top: 3rem;
}

.reviews-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-section p {
    width: 50%;
}

.boxes {
    display: flex;
    gap: 22px;
    justify-content: center;
}

.box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 1);
    height: 10rem;
    width: 15rem;
    border-radius: 15px;
    justify-content: center;
    box-shadow: 0 2px rgba(51, 51, 51, 0.1), 0 0px 10px rgba(51, 51, 51, 0.2);

}

.box p {
    font-size: small;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
}

/* ====================Questions Section=============================  */
.questions-section {
    margin-top: 3rem;
}

.accordion-button:not(.collapsed) {
    background: rgb(248, 213, 109) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* ==============Form Section============= */
.form-section {
    margin-top: 3rem;
}

.form-section {
    display: flex;
    justify-content: center;
    align-items: end;
}

.form-section address {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-section .form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-section form {
    box-shadow: 0 2px rgba(51, 51, 51, 0.1), 0 0px 10px rgba(51, 51, 51, 0.2);
    padding: 1rem 0;
    border-radius: 15px;
    width: 80%;
    background: rgba(244, 66, 54, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 20rem;
}

.form-section form input {
    border-radius: 0.4rem;
    background: rgba(227, 227, 227, 1);
    border: none;
    padding: 5px 10px;
    width: 80%;
}

.form-section form label {
    color: white;
    margin: -11px;
    font-size: smaller;
    width: 80%;
}

.form-section form button {
    width: 80%;
    background: rgba(255, 153, 0, 1);
    border: none;
    border-radius: 0.4rem;
    margin-top: 10px;
    padding: 0.5rem 0;
}

.form-section form button:hover {
    background: rgb(167, 101, 0);
    border: 1px solid black;
}

/* ============Footer Section============== */
.footer {
    background: rgba(244, 66, 54, 1);
    padding: 40px 60px;
}

.footer-bottom {
    height: 4rem;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-bottom div {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.footer-bottom a {
    text-decoration: none;
    color: white;
}

/*==========About Us===========*/
.about-us-banner {
    background-image: url("../images/2150653985\ 1.png");
    background-size: cover;
    /* background-position: 100% 100%; */
    height: 40vh;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;
}

/*==========Product Section===========*/
.dropdown-item.active,
.dropdown-item:active {
    background-color: #F44236 !important;
}

.products-section {
    margin-top: 5.5rem;
}

.top-banner {
    background-image: url("../images/43880\ 1.png");
    background-size: cover;
    background-position: 100% 100%;
    height: 40vh;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}

.products-section .banner h1 {
    font-weight: 600;
    color: white;
}

.products-section .products button {
    background: rgba(255, 153, 0, 1);
    padding: 0.7rem 1rem;
    border: none;

}

.products {
    margin-top: 4rem;
}

.img-fluid {
    mix-blend-mode: multiply;
}

/* ======More Products======== */
.more-products {
    margin-top: 5.5rem;
}

.search-area {
    width: 30%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-area input {
    padding: 0.3rem 1rem;
    width: 80%;
    background: #dddddd;
    border: 1px solid #F44236;
    border-radius: 8px;
}

.search-area div {
    display: flex;
    gap: 0.8rem;
}

.search-area div button {
    background: rgba(255, 153, 0, 1);
    font-weight: 500;
    padding: 0 1rem;
}

.image-content {
    border: 2px solid #F44236;
    border-radius: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 15rem;
}

.more-products-container .image-content:hover {
    filter: brightness(100%);
    background: rgba(81, 81, 81, 0.5);
}

.image-content:hover .overlay-button {
    opacity: 1;
}

.image-content img {
    mix-blend-mode: multiply;
    height: 90% !important;
}

.more-products-container .detail-content p {
    padding: 0;
    margin: 0;
}

.detail-content {
    margin-top: 0.5rem;

}

.cart-btn {
    background: rgba(255, 153, 0, 1);
    font-weight: 500;
    border: 0;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;

}

.overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 0px;
    width: 80%;
    background: rgba(255, 153, 0, 1);
    border-radius: 10px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* =======Contact Us Page========== */
.contact-us-banner {
    background-image: url("../images/Group\ 817.png");
    background-size: cover;
    /* background-position: 100% 100%; */
    height: 40vh;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;
}

.map {
    margin: 0 !important;
}

.map iframe {
    overflow: hidden;
    width: 100%;
}

/* ==========Modal section======== */
.modal-body {
    width: 100%;
    background: rgba(244, 66, 54, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.1), 0 0px 10px rgba(51, 51, 51, 0.2);

}

.modal-content {
    transform: translate(0%, 25%)
}

.modal-body form {
    padding: 1rem 0;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.modal .modal-body form input {
    border-radius: 0.4rem;
    background: rgba(227, 227, 227, 1);
    border: none;
    padding: 5px 10px;
    width: 80%;
}

.modal .modal-body form label {
    color: white;
    margin: -11px;
    font-size: smaller;
    width: 80%;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    filter: invert(100%) !important;
}

.modal .modal-body form button {
    width: 80%;
    background: rgba(255, 153, 0, 1);
    border: none;
    border-radius: 0.4rem;
    margin-top: 10px;
    padding: 0.5rem 0;
}

/* ========broiler page========== */
.broiler-banner {
    background-image: url("../images/2148315347\ 1.png");
    /* background-origin: initial; */
    /* background-size: cover; */
    background-position: top;
    height: 40vh;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;
}

/* ====Feeds page====== */
.feeds-banner {
    background-image: url("../images/Group\ 883.png");
    background-position: bottom;
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;
}

/* ====Medicine page====== */
.medi-banner {
    background-image: url("../images/Group\ 880.png");
    background-position: bottom;
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;
}

/* ====Cart Page===== */
.cart-section {
    margin-top: 5.5rem;
}
.cart-section .image-content{
    justify-content: space-around;
}
.red-outline {
    border: 2px solid #F44236;
    border-radius: 8px;

}
.red-outline img{
    height: 10rem !important;
    width: 9rem;
    object-fit: contain;
}

.form-select {
    color: var(--Primary-Color, #FF9900) !important;
    border: 3px solid #FF9900 !important;
}

.checkout-btn {
    background-color: #FF9900 !important;
}
.light-red{
    background-color: rgb(255, 209, 209)!important;
}
.list-group{
    --bs-list-group-bg:rgb(255, 209, 209)!important;

}
/* =====Confirm Order====== */
.confirm-banner {
    background-image: url("../images/Group\ 817.png");
    background-size: cover;
    /* background-position: 100% 100%; */
    height: 40vh;
    background-repeat: no-repeat;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;
}
.confirm form {
    box-shadow: 0 2px rgba(51, 51, 51, 0.1), 0 0px 10px rgba(51, 51, 51, 0.2);
    padding: 1rem 0;
    border-radius: 15px;
    width: 75%;
    background: rgba(244, 66, 54, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 28rem;
}

.confirm form input {
    border-radius: 0.4rem;
    background: rgba(227, 227, 227, 1);
    border: none;
    padding: 5px 10px;
    width:90%;
}
.confirm form textarea {
    border-radius: 0.4rem;
    background: rgba(227, 227, 227, 1);
    border: none;
    padding: 5px 10px;
    width: 95%;
}
.textarea label{
    width: 95% !important;
}
.confirm form label {
    color: white;
    /* margin: -11px 0px; */
    font-size: smaller;
    width: 90%;
}
.items-list{
    border-radius: 0.4rem;
    width: 90%;
}

.confirm form button {
    width: 30%;
    background: rgba(255, 153, 0, 1);
    border: none;
    border-radius: 0.4rem;
    margin-top: 10px;
    padding: 0.5rem 0;
}

.confirm form button:hover {
    background: rgb(167, 101, 0);
    border: 1px solid black;
}

.fa-sm {
    font-size: smaller;
}

.quantity {
    color: var(--Primary-Color, #FF9900) !important;
    border: 3px solid #FF9900 !important;
}
.categories {
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #fc3122 !important;
}
.categories button{
    background-color: #f86c62;
    color: white;
}
.categories button:hover{
    color: white;
}
.categories button div img{
    height: 4rem;
}

.category-details .red-div{
    border: 2px solid #F44236;
    border-radius: 8px;
    font-size: large;
    font-weight: 600;
    padding: 15px;
    /* width: fit-content; */
}

.category-details div p{
    width: fit-content;
}

@media screen and (max-width: 767px) {
    .red-div.light-red {
        flex-direction: column;
    }
    .red-div.light-red img {
        order: -1;
        margin-right: 0;
        margin-bottom: 10px; /* Add some spacing between image and description */
    }
}
  