* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.slick-slide {
outline: none !important;
}
ul {
    list-style: none;
    margin-bottom: 0;
}

button,
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
}

.content-title,
.content-subtitle,
.section-title {
    font-family: 'Kalam', cursive;
}

h2.section-title {
    font-size: 60px;
}

h2.content-subtitle {
    font-size: 40px;
}

h2.content-title {
    font-size: 65px;
}


.welcome-text {
    font-size: 55px;
    font-family: 'Kalam', cursive;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0;
}



.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

input:focus,
input:active {
    outline: none;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}
.contact-btn{
  padding: 14px 40px;
  font-size: 18px;
}
.farm-about-content .content-title{
  color: #2e7d32;
}
/* Header background white */
.farm-navbar-area {
    background-color: #ffffff !important;
}

/* Navbar */
.farm-navbar-area .navbar {
    background-color: #ffffff !important;
}

/* Menu links black */
.farm-navbar-area .navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 500;
}

/* Hover effect */
.farm-navbar-area .navbar-nav .nav-link:hover {
    color: #333333 !important;
}

/* Active menu item */
.farm-navbar-area .current-menu-item .nav-link {
    color: #000000 !important;
    font-weight: 600;
}

/* Mobile menu icon black */
.farm-navbar-area .navbar-toggler {
    color: #000000;
    border-color: #000000;
}

/* Remove any dark overlay */
.farm-navbar-area::before {
    display: none !important;
}
/* Contact form submit button */
.single-submit input[type="submit"] {
    background-color: #73ea85;   /* existing/orange (optional) */
    color: #fff;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect - Yellow */
.single-submit input[type="submit"]:hover {
    background-color: rgb(252, 252, 129);   /* Yellow */
    color: #000;
}
/* Banner text yellow */
#home .welcome-text,
#home .welcome-text span {
    color: F2DC26;   /* Yellow */
}

/* Better visibility on banner image */
#home .welcome-text {
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}
.welcome-text-content{
  color:#fff;
}

.welcome-text h2{
  font-weight:700;
  letter-spacing:1px;
  text-shadow:0 4px 10px rgba(0,0,0,.7);
}

.welcome-text h5{
  text-shadow:0 2px 6px rgba(0,0,0,.6);
}

.welcome-text span{
  color:#f2dc26;
  text-shadow:0 3px 8px rgba(0,0,0,.8);
}
.welcome-text h2{
  text-shadow:
    0 2px 4px rgba(0,0,0,.8),
    0 6px 20px rgba(0,0,0,.5);
}
.navbar-toggler {
    border: 1px solid #FFD700;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 215, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Only section headings yellow */
#about h2.content-title {
    color: #f2dc26;   /* Yellow */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4); /* optional for visibility */
}

/* Latest Products heading yellow */
#product h2.section-title {
    color: #f2dc26;  /* Yellow */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4); /* optional for better visibility */
}
/* Pricing List heading yellow */
#prices h2.content-title{
    color: #f2dc26;  /* Yellow */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4)    ; /* optional for better visibility */
}
/* Contact Us button yellow */
#contact,
#about a[href="#contact"],
#prices a[href="#contact"],
.farm-welcome-text a[href="#contact"] {
    background-color: f2dc26;  /* Yellow background */
    color: #000;                /* Text color */
    border: 1px solid #f2dc26;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

/* Hover effect (same yellow) */
#contact:hover,
#about a[href="#contact"]:hover,
#prices a[href="#contact"]:hover,
.farm-welcome-text a[href="#contact"]:hover {
    background-color: #f2dc26;  /* Keep yellow */
    color: #000;                /* Keep text black */
}
/* Product title and price normal yellow */
#gallery .farm-single-project h4,
#gallery .farm-single-project .project-weight h3 {
    color: F2DC26;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    transition: color 0.3s, background 0.3s;
}

/* On hover: keep title and price text yellow */
#gallery .farm-single-project:hover h4,
#gallery .farm-single-project:hover .project-weight h3 {
    color: #f2dc26;
}

/* On hover: make price background yellow */
#gallery .farm-single-project:hover .project-weight {
    background-color: #f2dc26;   /* Yellow background */
    padding: 5px 10px;           /* Optional: make it look nice */
    border-radius: 5px;          /* Rounded corners */
    transition: background 0.3s;
}

/* Optional: price text black for contrast on yellow bg */
#gallery .farm-single-project:hover .project-weight h3 {
    color: #000;
}
/* Filter menu items normal */
#gallery .farm-project-nav ul li {
    color: #f2dc26;      /* Yellow */
    cursor: pointer;
    transition: color 0.3s, background 0.3s;
}

/* Hover effect */
#gallery .farm-project-nav ul li:hover {
    color: #f2dc26;      /* Keep yellow on hover */
    background: none;    /* Or keep bg same if any */
}

/* Active / Selected filter */
#gallery .farm-project-nav ul li.active {
    color: #f2dc26;      /* Yellow */
    font-weight: bold;    /* Optional for visibility */
}
/* FAQ Section Heading */
/* Style existing accordion arrows */
.farm-house-accourdion .card-header a::after,
.farm-house-accourdion .card-header a::before {
    background-color: #FFD700; /* yellow background */
    width: 30px;               /* fixed width */
    height: 30px;              /* fixed height */
    display: flex;             /* use flex to center icon */
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */
    border-radius: 50%;        /* make it circular */
    color: #000;               /* arrow color */
    font-size: 14px;           /* adjust arrow size if needed */
}

/* Keep arrow rotation on open */
.farm-house-accourdion .card-header a[aria-expanded="true"]::after,
.farm-house-accourdion .card-header a[aria-expanded="true"]::before {
    transform: rotate(180deg);
}


/* Slick slider arrows - yellow background, square shape */
#testimonials .slick-prev,
#testimonials .slick-next {
    background-color: #f2dc26 !important; /* yellow */
    color: #000 !important;
    border-radius: 4px;   /* square look (0 for full square) */
}

/* Arrow icon color & size same */
#testimonials .slick-prev:before,
#testimonials .slick-next:before {
    color: #000 !important;
    font-size: inherit;
}

/* Hover */
#testimonials .slick-prev:hover,
#testimonials .slick-next:hover {
    background-color: #f2dc26 !important;
}

/* Remove any yellow background from contact section */

/* Section heading */
#contact .section-title {
    color:#f2dc26; 
    font-weight: bold;
}

/* Submit button */
#contact input[type="submit"] {
    background-color: #f2dc26;
    color: #000;
    border: 1px solid #f2dc26;
    padding: 10px 25px;
    border-radius: 5px;
    
}

/* Contact info icons */
#contact .contact-icon i {
    background-color:#f2dc26 ; /* Yellow circle */
    color: #000;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
}
/* Contact content headings */
#contact .contact-content h3 {
    color: white;
    margin-bottom: 5px;
}
/* Force contact section background yellow */
#contact.farm-contact-section {
    background-color: #333333 !important; 
}

.brinas-products {
    padding: 80px 0;
    background: #f8f8f8;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
}

.section-header p {
    color: #666;
}

.product-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.product-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.product-card {
    min-width: 260px;
    height: 300px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD700;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: 0.3s;
}

.product-card:hover .overlay {
    opacity: 1;
}

/* Buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFD700;
    border: none;
    font-size: 22px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}
.product-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;          /* 🔥 REQUIRED */
    scroll-behavior: smooth;
    scrollbar-width: none;     /* Firefox */
}

.product-slider::-webkit-scrollbar {
    display: none;             /* Chrome */
}







