/* spotlight-section*/
.spotlight-section .text-content {
    text-align: left;
    padding-right: 5rem;
}

/*  producers-of-month*/
.producers-of-month .left-producers-of-month {
    padding-right: 80px;
}

/* Larger screens */
@media (min-width: 1200px) {

    /* spotlight-section*/
    .spotlight-section .text-content {
        padding-right: 10rem;
    }

    /*  producers-of-month*/
    .producers-of-month .left-producers-of-month {
        padding-right: 60px;
    }
}

/* Medium screens */
@media (max-width: 992px) {
    .spotlight-section .text-content {
        padding-right: 0rem;
        margin-bottom: 2rem;
    }

    .producers-of-month .left-producers-of-month {
        padding-right: 40px;
        margin-bottom: 2rem;
    }
}

/* Small screens */
@media (max-width: 768px) {
    .producers-of-month .left-producers-of-month {
        padding-right: 20px;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .producers-of-month .left-producers-of-month {
        padding-right: 10px;
    }
}

/* Top producers-of-month */
.producers-of-month {
    padding: 20px 0;
    background-color: #F0F7EA;
}

/* Custom Card */
.producers-of-month .custom-card .card-body {
    display: flex;
    align-items: center;
    justify-content: start;
}

.producers-of-month .custom-card:hover {
    transform: scale(1.05);
}

/* Image Container */
.producers-of-month .image-container {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    padding-left: 0px !important;
}

.producers-of-month .image-container img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

/* Favorite Icon */
.producers-of-month .favorite-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    color: black;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/* Flexbox for bottom icon & text */
.producers-of-month .card-body {
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    /* Align icon and text */
    gap: 10px;
    /* Space between icon & text */
}

/* Bottom Icon */
.producers-of-month .bottom-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    /* Prevents shrinking */
}

.producers-of-month .bottom-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Card Title */
.producers-of-month .card-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

/* Rating */
.producers-of-month .rating {
    color: #FFA500;
    font-size: 14px;
    margin: 0;
}

/* Owl Carousel */
.producers-of-month .owl-carousel .item {
    padding: 10px;
}

.producers-of-month .owl-carousel .custom-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 503px;
    width: 265px;
}

/* Make custom-card full width on mobile view */
@media (max-width: 768px) {
    .producers-of-month .owl-carousel .custom-card {
        width: 100% !important; /* Stretch to full width */
        height: auto; /* Adjust height to auto to fit the content */
    }
}

.producers-of-month p {
    color: #616161 !important;
    font-weight: 500;
    letter-spacing: 0;
}

.producers-of-month .card-img-top {
    padding: 10px;
    height: 395px;
    width: 280px !important;
    object-fit: cover;
}

.bottom-icon img {
    width: 40px;
    /* Adjust size */
    height: 40px;
    border-radius: 50%;
    /* Make it circular */
}

.producers-of-month .text-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1rem;

}

.producers-of-month .text-left p {
    font-size: 14px;
    color: #616161 !important
}
/*TODO: fix the following to be apart of the theme or style*/

.producers-of-month button {
    color: #0D261E;
    border-color: #0D261E;
}

.producers-of-month h2 {
    color: #0D261E;
}

.producers-of-month h6 {
    color: #67AE29;


}

/* Highlights Section */
.highlights-section {
    background-color: #0D261E;
    /*! color: white; */
    padding: 0px 0 50px;
}

.highlights-section h2 {
    /*! color:#fff; */
}
#highlights h2 {
    color:#fff;
}
#highlights h6 {
    color: var(--lime-green);
}

/* Highlights Image */
#highlights .highlights-image {
    height: 320px;
    border-radius: 5px;
    object-fit: cover;
    width: 312px;
}

/* Highlight Cards */
.highlight-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.highlight-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


#stay-connected span {
    font-size: 18px;
    font-weight: 500;
    color: var(--lime-green);
}

#stay-conected h2 {
    font-size: 32px;
    font-weight: 700;
}


/*spotlight-card*/
.spotlight-section {
    padding: 50px 0;
}

.spotlight-section .spotlight-label {
    color: #67AE29;
}

.spotlight-section .spotlight-title {
    font-size: 32px;
    color: #0D261E;
}

.spotlight-section .spotlight-description {
    font-size: 17px;
    color: #616161 !important;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}


.spotlight-card {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    max-width: 433px;
}

.spotlight-card .main-image {
    display: block;
    mask: url(/themes/theme_f2u/public/assets/img/svg_icon/spotlight_mask.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.spotlight-card .logo-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #0d1f12;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    width: 129px;
    height: 129px;
}

.spotlight-card .logo {
    width: 203px;
    height: 78px;
    margin: auto;
    /* Space between logo and text */
}


.spotlight-card .logo-box {
    border-radius: 12px;

}
.spotlight-card .logo-box p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
/* contact us */
.contact .card{
    margin-right:10px;
    border-radius: 15px;
}
.contact .image-wrapper{
    /* margin-left: 10px; */
    max-width: 481px;
    max-height: 454px;
}
.contact .image-wrapper .main-image {
    display: block;
    mask: url(/themes/theme_f2u/public/assets/img/svg_icon/contact_mask.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    /* width: 100%; */
}

.contact .image-wrapper .logo-box {
    /* position: absolute; */
    /* bottom: 78px; */
    /* left: 16px; */
    background: #0d1f12;
    color: #fff;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    width: 120px;
    height: 113px;
}

.logo-box-wrapper {
    bottom: 113px;
    position: relative;
    left: 0;
}
/****
*
* Our Blog widget
*
****/
.our-blog-section {
    background-color: #fff;
}
.section-header {
    position: relative;
}
.view-all {
    position: absolute;
    right: 0;
    top: 0;
    color: #4CAF50;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.view-all:hover {
    color: #388E3C;
}
.blog-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}
.blog-image-wrapper {
    height: 200px;
    overflow: hidden;
}
.blog-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}
.blog-card:hover img {
    transform: scale(1.05);
}
.blog-category {
    color: #4CAF50;
    font-weight: 500;
    font-size: 0.9rem;
}
.blog-title {
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}
.blog-date {
    font-size: 0.85rem;
}
.blog-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}
.transition-300 {
    transition: all 0.3s ease;
}
#getResponse button{
    float: right;
    position: relative;
    bottom: -30px;
}

