/*
Theme Name: Pennvalley Flora
Theme URI: https://example.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom standalone WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pennvalley_flora
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

a {
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
    color: #E39253;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #E39253;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

section {
    display: block;
    float: left;
    width: 100%;
}


.top-bar {
    background-color: #7CB342;
    /* Green background */
    color: white;
    font-size: 14px;
    padding: 8px 0;
}

.top-bar a {
    color: white;
    text-decoration: none;
    margin-left: 2px;
}

.top-bar a:hover {
    text-decoration: underline;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-nav .nav-link.active {
    color: #E15EC5;
    /* pink color for active link */
}

.navbar {
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.navbar-brand img {
    height: 60px;
}


.carousel-item {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.carousel-caption h3 {
    font-family: "Dancing Script";
    font-size: 36px;
}

.carousel-caption h1 {
    font-size: 50px;
    font-weight: 800;
}

.carousel-caption p {
    font-size: 16px;
    max-width: 600px;
}

.carousel-control-prev {
    left: 0;
}

.carousel-caption {
    left: auto !important;
    right: auto !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
}


.btn-pink {
    background-color: #E15EC5;
    color: white;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
}

.stats-section {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.stats-inside {
    background: #79AD36;
    background: linear-gradient(90deg, rgba(121, 173, 54, 1) 0%, rgba(76, 132, 4, 1) 100%);
    color: white;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    max-width: 80%;
    margin-top: -80px;
}

.stats-number {
    font-size: 45px;
    font-weight: 900;
}

.stats-label {
    font-size: 16px;
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 80px 0 80px 0;
    object-fit: cover;
}

.about-section {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.about-text h5 {
    color: #E15EC5;
    font-family: "Dancing Script";
    font-size: 35px;
}

.about-text h2 {
    font-weight: 700;
}

.about-text {
    position: relative;
    z-index: 1;
    background: url(./images/home_about_bg.png) center no-repeat;
    padding: 50px 25px;
}

.about-text p {
    margin: 10px 0;
}

.flowers-collection-section {
    background-color: #F3F9FB;
    background-image: url(./images/collection_top_bg.png), url(./images/collection_bottom_bg.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.collection-title {
    text-align: center;
    color: #E15EC5;
    font-size: 32px;
    font-family: "Dancing Script";
    margin-bottom: 40px;
}

.flower-card {
    background-color: white;
    border: 2px solid #7cb342;
    border-radius: 200px 200px 0 0;
    padding: 60px 20px;
    text-align: center;
    height: 100%;
    margin: 0 10px;
}

.flower-card img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.flower-name {
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 4px;
    background: #ffffff;
    border: 2px solid #79AD36;
}

.owl-dots .active {
    background: #79AD36;
}

.gallery-heading {
    font-family: "Dancing Script";
    color: #E15EC5;
}


.gallery-img {
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
    object-fit: cover;
}

.testimonial-heading {
    color: #fff;
    font-family: "Dancing Script";
}

.testimonial-section {
    background: url('./images/testimonials_bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    padding-top: 250px;
    margin-top: -250px;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.testimonial-author {
    font-weight: bold;
    margin-top: 20px;
}

.blog-card-img-top {
    border-radius: 50px 0 50px 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.footer {
    background-color: #FCF7F3;
    background-image: url(./images/footer_left_img.png), url(./images/footer_right_img.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.counter::after {
    content: "+";
    font-size: inherit;
    margin-left: 2px;
}

.about-heading {
    font-family: "Dancing Script";
    color: #E15EC5;
}

.about-img-top {
    height: 400px;
    border-radius: 100px 0 100px 0;
    margin-top: 50px;
        object-fit: cover;
}

.about-img-center {
    height: 500px;
    border-radius: 100px 0 100px 0;
    object-fit: cover;
}

.experts-heading {
    color: #E15EC5;
    font-family: "Dancing Script";
}

.contact-heading {
    color: #E15EC5;
    font-family: "Dancing Script";
}

.contact-box {
    border-radius: 15px;
}

.contact-form {
    border-radius: 15px;
}

.post-image {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    border-radius: 20px 0 20px 0;
}

.post-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.post-meta {
    font-size: 0.9rem;
    color: #777;
}

.sidebar .list-group-item {
    border: none;
    padding: 0.25rem 0;
}

.popular-post img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 0.5rem;
}
.search-box {
      background: #f5f5f5;
      border-radius: 2rem;
      padding: 0.25rem 1rem;
      display: flex;
      align-items: center;
    }
    .search-input {
      border: none;
      background: transparent;
      flex: 1;
      outline: none;
      padding: 0.5rem;
    }
    .search-icon {
      color: #333;
      font-size: 1.2rem;
      cursor: pointer;
    }

    .post-card {
      background: #fff;
      border-radius: 0.5rem;
      overflow: hidden;
    }
    .post-image {
      width: 100%;
    }
    .post-meta {
      font-size: 0.9rem;
      color: #777;
      margin-bottom: 0.5rem;
    }
    .post-text {
      font-size: 1rem;
      color: #333;
    }
    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      margin-right: 0.25rem;
      border-radius: 50%;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
    }
    .social-icons .facebook { background: #3b5998; }
    .social-icons .twitter { background: #55acee; }
    .social-icons .pinterest { background: #bd081c; }
    .social-icons .google { background: #dd4b39; }

    .category-list .nav-link {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: #333;
    }
    .category-list .nav-link.active {
      background: #f0f0f0;
      border: 2px solid #79AD36;
      color: #198754;
    }
    .category-list .nav-link.active::after
    {
        position: absolute;
        font-family: "Font Awesome 5 Free";
         font-weight: 900;  
        content: "\f054";
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .category-image {
      width: 50px;
      height: 50px;
      object-fit: cover;
      background: #fff;
      border-radius: 5px;
    }
    .flower-card2 {
      border: 1px solid #ddd;
      border-radius: 0.5rem;
      padding: 2rem;
      text-align: center;
      background: #fff;
      height: 100%;
    }
    .flower-card2 img {
      width: 100%;
      height: 200px;
      object-fit: contain;
      margin-bottom: 0.5rem;
    }
    .category-list .nav-link
    {
        background: #f0f0f0;
        margin: 5px 0;
        border: 2px solid #f0f0f0;
        position: relative;
    }
    #menu-footer-menu a
    {
        padding: .5rem 1rem;
        color: #000;
    }
      #menu-footer-menu a:hover
      {
        color: #7cb342;
      }

      .btn-primary {
    color: #fff;
    background-color: #E15EC5;
    border-color: #E15EC5;
}
.post-title a
{
    color: #000;
}
.list-group-item a
{
    color: #000;    
}
.popular-post a
{
      color: #000;    
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: rgb(185 185 185);
    border: 0;
    opacity: .25;
}
.searchform
{
    background: #f5f5f5;
    border-radius: 2rem;
    padding: 0.25rem 1rem;
    display: flex;
    align-items: center;
}
.searchform > div
{
    width: 100%;
}
.searchform input
{
    border: none;
    background: transparent;
    flex: 1;
    outline: none;
    padding: 0.5rem;
    width: calc(100% - 70px);
}
#searchsubmit
{
    width: 62px !important;
}