* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F8F7EF!important;
    font-family: 'Quicksand', sans-serif;
}

/* Sticky Navbar */
.NavBar {
    position: relative;
    top: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 4rem;
    background-color: #F8F7EF;
    min-height: 9rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInDown 0.5s ease forwards;
}

/* Left section: About, Blog, Contact */
.nav-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
}

/* Center: Logo */
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    height: 8rem;
    transition: transform 0.4s ease;
}

.logo img:hover {
    transform: scale(1.14);
}

/* Right section: Icons + Shop */
.nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

/* Nav Links */
.nav-left a {
    font-size: 1.00rem;
    color: #2B2B2B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-left a:hover {
    color: #6B8E23;
}

/* Social Icons */
.nav-right i {
    font-size: 1.75rem;
    color: #2B2B2B;
    transition: color 0.3s ease, transform 0.3s ease;
}

.nav-right i:hover {
    color: #6B8E23;
    transform: scale(1.1);
}

.nav-right a {
    text-decoration: none !important;
}

/* Shop Button */
.shop-btn {
    background-color: #6B8E23;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 0;
    font-weight: 400;
    font-family: "Quicksand", sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius:0.50rem;
    display: inline-block;
    text-decoration: none;
}

.shop-btn:hover {
    background-color: #5E7B1E;
    transform: translateY(-2px);
    color: white !important;
}

/* Fade-in Animation */
@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .NavBar {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 1rem;
        gap: 1rem;
    }

    .nav-left, .nav-right, .logo {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    .logo img {
        height: 70px;
    }

    .shop-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .nav-left a {
        font-size: 1rem;
    }

    .nav-right i {
        font-size: 1.5rem;
    }
}
.Blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ECEBDF;
    text-align: center;
}

.title > h1 {
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 4rem;
    color: #2D3A27;
}

.Blog > div > p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    color: #3E4735;
}

.highlight {
    color: #6B8E23; /* olive green tone */
    font-weight: 600;
}

.BlogCards {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-content: center;
    padding-top: 1rem;
    width: 100%;
}

.card {
    width: 23rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background-color: transparent !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    border-color: transparent !important;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.08);
}

.card img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    border-radius: 0.75rem;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.02);
}

.card p {
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: #2D3A27;
    padding: 0 0.5rem 0.75rem;
}
.Blog1{
    display:flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
    align-items: center;
    justify-content: center;
}
.Blog1>h1{
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 2.4rem;
    text-align: justify;
    width:80rem;
    line-height: 1.6;
}
.Blog1 > p {
    font-family: 'Quicksand';
    font-size: 1.4rem;
    text-align: justify;
    width:80rem;
    line-height: 1.6;
    margin: 0%;
}

.Blog1 > img{
    width: 25rem;
    border-radius: 0.75rem;
    object-fit: cover;
    transition: transform 0.3s ease;

}
.Blog1>h5{
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 1.7rem;
    text-align: justify;
    width:80rem;
    margin: 0%;
}
.Blog1 > ul {
    width: 80rem;
    font-family: 'Quicksand';
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.6;
    margin: 0;
    padding-left: 2.5rem; 
}

.Blog1 > ul > li {
    width: 80rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.Blog1>div{
    width:80rem;
    background-color: #ECEBDF;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2rem;
    border-radius: 0.75rem;
}
.Blog1>div>h6{
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 1.5rem;
    text-align: justify;
    width:80rem;
    margin: 0%;
}

.Blog1 >div> p {
    font-family: 'Quicksand';
    font-size: 1.3rem;
    text-align: justify;
    width:70rem;
    line-height: 1.6;
    margin: 0%;
}

.Blog1>p>a {
    color: #6B8E23;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 700;
}

.Blog1>p>a:hover {
    color: #5E7B1E;
}

.arrow_controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; /* Push everything to the right */
    align-items: center;       /* Align vertically */
    gap: 0.5rem;
    padding-right: 8rem;
    padding-bottom: 5rem;          /* optional: spacing from above content */
}

.arrow_controls > p {
    font-family: 'Quicksand';
    font-size: 1.2rem;
    margin: 0;
    text-align: right;
}

.arrow_controls > a {
    width: max-content;
    height: max-content;
}

.scroll-arrow {
    height: 3rem; /* or set a fixed height if you want */
    cursor: pointer;
    transition: transform 0.2s ease;
}

.scroll-arrow:hover {
    transform: scale(1.1);
}

.Blog2{
    background-color: #ECEBDF!important;
}

.Blog_line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 4rem 2.75rem;
}

.Blog_line > img {
    width: 15rem;
    height: auto;
    border-radius: 0.75rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}


footer {
    background-color: #F8F7EF;
    padding: 3rem 2rem;
    font-family: "Quicksand", sans-serif;
    color: #3E4735;
}

.Footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.social-icons a {
    margin-right: 1rem;
    font-size: 1.5rem;
    color: #7F886B;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #198754; /* match navbar hover green */
}

.footer-logo {
    text-align: center;
}

.FooterImg {
    height: 8rem;
    transition: transform 0.4s ease;
}

.footer-links {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
}

.footer-links a {
    text-decoration: none;
    color: #7F886B;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #198754;
}

@media (max-width: 768px) {

  /* Navbar already included earlier — skipping */

  /* Blog section */
  .title > h1 {
    font-size: 2.2rem;
  }

  .Blog > div > p {
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .BlogCards {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
  }

  .card {
    width: 90%;
  }

  .card img {
    height: 50vh;
  }

  .card p {
    font-size: 0.95rem;
  }

  /* Footer */
  .Footer {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .FooterImg {
    height: 5rem;
  }

  .footer-left {
    font-size: 0.9rem;
  }

  .social-icons a {
    font-size: 1.3rem;
  }
  /* Blog Content Responsiveness */
  .Blog1 > h1,
  .Blog1 > h5,
  .Blog1 > p,
  .Blog1 > ul,
  .Blog1 > ul > li,
  .Blog1 > div,
  .Blog1 > div > h6,
  .Blog1 > div > p {
    width: 90% !important;
    font-size: 1.1rem;
  }

  .Blog1 > h1,
  .Blog1 > h5,
  .Blog1 > div > h6 {
    font-size: 1.5rem;
  }

  .Blog1 > img,
  .img5 {
    width: 90%;
    height: auto;
  }

  .Blog1 {
    padding: 2rem 1rem;
  }

  /* Arrow Controls */
  .arrow_controls {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    padding-bottom: 2rem;
    gap: 1rem;
    text-align: center;
  }

  .arrow_controls > p {
    font-size: 1rem;
  }

  .scroll-arrow {
    height: 2.5rem;
  }
  /* Blog Line Images */
  .Blog_line {
    flex-wrap: wrap;
    padding: 2rem 1rem;
    gap: 1rem;
  }

  .Blog_line > img {
    width: 45%;
  }

}
@media (min-width: 769px) and (max-width: 1024px) {
  /* Navbar */
  .NavBar {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem 2rem;
    gap: 1.5rem;
  }

  .nav-left, .nav-right, .logo {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .logo img {
    height: 6rem;
  }

  .nav-left a, .shop-btn {
    font-size: 1.1rem;
  }

  .nav-right i {
    font-size: 1.6rem;
  }

  /* Blog Main Section */
  .title > h1 {
    font-size: 3rem;
  }

  .Blog > div > p {
    font-size: 1.35rem;
    padding: 0 2rem;
  }

  .BlogCards {
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .card {
    width: 40%;
  }

  .card img {
    height: 60vh;
  }

  .card p {
    font-size: 1.05rem;
  }
  /* Adjust Blog content width and text for tablets */
  .Blog1 > h1,
  .Blog1 > h5,
  .Blog1 > p,
  .Blog1 > ul,
  .Blog1 > ul > li,
  .Blog1 > div,
  .Blog1 > div > h6,
  .Blog1 > div > p {
    width: 90% !important;
    font-size: 1.3rem;
  }

  .Blog1 > h1,
  .Blog1 > h5,
  .Blog1 > div > h6 {
    font-size: 2rem;
  }

  .Blog1 {
    padding: 3rem 2rem;
  }

  .Blog1 > img {
    width: 90%;
    height: auto;
  }

  /* Arrow Controls */
  .arrow_controls {
    padding-right: 2rem;
    padding-left: 2rem;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .arrow_controls > p {
    font-size: 1.1rem;
    text-align: center;
  }

  .scroll-arrow {
    height: 2.5rem;
  }

  /* Blog Line */
  .Blog_line {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 2rem;
  }

  .Blog_line > img {
    width: 40%;
    height: auto;
  }
  /* Footer */
  .Footer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .footer-links {
    flex-direction: row;
    gap: 2rem;
  }

  .FooterImg {
    height: 6rem;
  }

  .footer-left {
    font-size: 0.95rem;
  }

  .social-icons a {
    font-size: 1.4rem;
  }
}

