* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
::selection {
    background: #d90512;
    color: #fff;
}

::-moz-selection {
    background: #d90512;
    color: #fff;
}
body {
    margin: 0;
    color: #380604;
    background: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
}
h2{
    font-weight: 700;
}
img {
    max-width: 100%;
    display: block;
}
.contact-grid a:hover strong {
    color: #d90512;
}
a {
    text-decoration: none;
    color: inherit;
}
.contact-anchor {
    display: none !important;
}
.site-header {
    height: 94px;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
}
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    width: 130px;
}
.brand img {
    width: 100%;
    height: auto;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 42px;
    font-size: 15px;
    font-weight: 500;
    color: #0f0f0f;
}
.main-nav a {
    transition: 0.25s;
}
.main-nav a:hover,
.main-nav a.active {
    color: #d90512;
}
.main-nav .enquire {
    background: #d90512;
    color: #fff;
    border-radius: 28px;
    padding: 15px 22px 15px 26px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 15px;
}
a.enquire img {
    width: 25px;
}
.main-nav .enquire span {
    font-size: 22px;
    line-height: 0;
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
    width: 42px;
    height: 42px;
    padding: 9px;
}
.menu-toggle span {
    height: 2px;
    background: #d90512;
    display: block;
    margin: 6px 0;
}
.hero {
    height: 415px;
    background: url("assets/images/product-banner.jpg") center center/cover no-repeat;
    position: relative;
    overflow: hidden;
}
.hero-content {
    padding-top: 120px;
}

.eyebrow span {
    width: 38px;
    height: 1px;
    background: #c88801;
    display: inline-block;
}
.hero h1 {
    font-family: "Lora", Georgia, serif;
    font-size: 39px;
    line-height: 1.15;
    margin: 10px 0 2px;
    color: #380604;
    font-weight: 700;
}
.hero h1 .leaf-mark {
    font-family: Georgia, serif;
    color: #c88801;
    font-style: normal;
    font-size: 43px;
    margin-left: 10px;
}
.hero p {
    font-size: 18px;
    color: #0f0f0f;
    margin: 0 0 20px;
    font-family: "Lora", serif;
    font-weight: 500;
}
.products-section {
    position: relative;
    padding: 66px 0 58px;
    background: #fff;
    overflow: hidden;
}
.section-heading {
    text-align: center;
    margin-bottom: 38px;
}
.section-heading .eyebrow {
    justify-content: center;
}
.section-heading h2 {
    font-family: "Lora", Georgia, serif;
    font-size: 36px;
    margin: 9px 0 0;
    color: #380604;
    font-weight: 700;
    line-height: 45px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 36px 22px;
    align-items: stretch;
}
.product-card {
    background: #fef1d6;
    border-radius: 11px;
    text-align: center;
    padding: 16px 17px 17px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-card:nth-child(-n + 4) {
    grid-column: span 3;
}
.product-card:nth-child(5) {
    grid-column: 2 / span 3;
}
.product-card:nth-child(6) {
    grid-column: 5 / span 4;
}
.product-card:nth-child(7) {
    grid-column: 9 / span 3;
}
.product-image {
    height: 176px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.product-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.product-card h3 {
   margin: 0;
    background: #efbe3b;
    color: #3d0d0a;
    border-radius: 18px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700;
    min-width: 105px;
}
.product-card p {
    font-size: 16px;
    line-height: 1.35;
    color: #0f0f0f;
    margin: 15px 4px 0;
    max-width: 280px;
}
.leaf-decor {
    position: absolute;
    color: #e6ae22;
    font-size: 66px;
    line-height: 1;
    transform: rotate(-35deg);
    opacity: 0.95;
}
.leaf-top {
    right: 22px;
    top: 62px;
}
.leaf-bottom {
    left: 16px;
    bottom: 22px;
    transform: rotate(145deg);
}
.farm-section {
    height: 480px;
    background: url("assets/images/pp-btm.jpg") center/cover no-repeat;
    position: relative;
    overflow: hidden;
}
.farm-overlay {
    text-align: center;
    padding-top: 50px;
}
.farm-overlay h2 {
    font-family: "Lora", Georgia, serif;
    font-size: 36px;
    line-height: 45px;
    color: #380604;
    margin: 0 0 8px;
    font-weight: 700;
}
.farm-overlay p {
    font-size: 16px;
    color: #0f0f0f;
    margin: 0;
}
.contact-anchor {
    background: #fff1d6;
    padding: 28px 0;
    display: none;
}
.contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.contact-inner h2 {
    font-family: "Lora", Georgia, serif;
    margin: 4px 0 0;
}
.contact-btn {
    background: #d90512;
    color: #fff;
    border-radius: 25px;
    padding: 13px 20px;
}
.site-footer {
    background: #d90512;
    color: #fff;
}
.footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.5fr 1fr;
    gap: 30px;
    align-items: flex-start;
    padding: 40px 0;
}
.footer-brand img {
    width: 135px;
    filter: none;
}
.footer-brand p {
    font-size: 11px;
    margin: 10px 0 0;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
}
.footer-col h3 {
    font-size: 12px;
    margin: 0 0 3px;
}
.products-links div {
    display: flex;
    gap: 25px;
}
.social-row {
    display: flex;
    gap: 14px;
    margin-top: 8px;
}
.social-row a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #d90512;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 14px;
}
.footer-bottom {
    background: #c7000c;
    padding: 10px 0;
}
.footer-bottom .container {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.footer-bottom span:last-child {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
}
@media (max-width: 1000px) {
    .main-nav {
        gap: 24px;
    }
    .hero-content {
        padding-top: 105px;
    }
    .product-grid {
        gap: 24px 16px;
    }
    .product-card:nth-child(-n + 4) {
        grid-column: span 6;
    }
    .product-card:nth-child(5),
    .product-card:nth-child(6),
    .product-card:nth-child(7) {
        grid-column: span 4;
    }
    .product-card:nth-child(5) {
        grid-column: 3 / span 4;
    }
    .farm-section {
        height: 400px;
    }
    .footer-main {
        grid-template-columns: 1.2fr 1fr 1.3fr 1fr;
    }
}
@media (max-width: 720px) {
    .container {
        width: min(100% - 30px, 560px);
    }
    .site-header {
        height: 76px;
    }
    .brand {
        width: 105px;
    }
    .menu-toggle {
        display: block;
    }
    .main-nav {
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 15px 18px;
        box-shadow: 0 10px 25px rgba(56, 6, 4, 0.12);
    }
    .main-nav.open {
        display: flex;
    }
    .main-nav a {
        padding: 13px 12px;
        font-size: 16px;
    }
    .main-nav .enquire {
        justify-content: center;
        margin-top: 5px;
        padding: 13px 20px;
    }
    .hero {
        height: 300px;
        background-position: 21% center;
    }
    .hero-content {
        padding-top: 100px;
    }
    .hero h1 {
        font-size: 31px;
    }
    .hero p {
        font-size: 17px;
    }
    .eyebrow {
        font-size: 11px;
    }
    .products-section {
        padding: 48px 0 45px;
    }
    .section-heading {
        margin-bottom: 26px;
    }
    .section-heading h2 {
        font-size: 26px;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .product-card,
    .product-card:nth-child(-n + 4),
    .product-card:nth-child(5),
    .product-card:nth-child(6),
    .product-card:nth-child(7) {
        grid-column: auto;
        min-height: 400px;
        padding: 12px 10px;
    }
    .product-image {
        height: 145px;
    }
    .product-card h3 {
                font-size: 14px;
        padding: 10px 30px;
        min-width: 92px;
    }
    .product-card p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 25px;
    }
    .leaf-top {
        right: -4px;
        top: 45px;
        font-size: 48px;
    }
    .leaf-bottom {
        left: -8px;
        font-size: 48px;
    }
    .farm-section {
        height: 400px;
        background-position: center bottom;
    }
    .farm-overlay {
        padding-top: 36px;
    }
    .farm-overlay h2 {
        font-size: 24px;
    }
    .farm-overlay p {
        font-size: 14px;
        padding: 0 40px;
    }
    .contact-anchor {
        display: block;
    }
    .contact-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
        padding: 30px 0;
    }
    .footer-brand {
        grid-column: 1/-1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }
    .footer-brand p {
        margin: 0;
        text-align: right;
    }
    .footer-bottom .container {
        min-height: 52px;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 8px 0;
    }
    .social-row {
        margin-top: 5px;
    }
}
@media (max-width: 420px) {
    .container {
        width: calc(100% - 24px);
    }
    .hero {
        height: 350px;
        background-position: 64% center;
    }
    .hero-content {
        padding-top: 88px;
    }
    .hero h1 {
        font-size: 28px;
    }
    .product-grid {
        grid-template-columns: 1fr;
    }
    .product-card,
    .product-card:nth-child(-n + 4),
    .product-card:nth-child(5),
    .product-card:nth-child(6),
    .product-card:nth-child(7) {
        min-height: 285px;
    }
    .product-image {
        height: 170px;
    }
    .product-card p {
        max-width: 280px;
        font-size: 14px;
    }
    .farm-section {
        height: 400px;
    }
    .farm-overlay h2 {
        font-size: 22px;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }
    .footer-brand {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-brand p {
        text-align: left;
    }
    .products-links div {
        gap: 15px;
    }
}
.our-products-breaddy h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.our-products-breaddy h1 img {
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.footer-col h3 {
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
}
.map-section {
    width: 100%;
    height: 500px;
    background: #ddd;
}
.grass {
    position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(assets/bg.png) center bottom / cover no-repeat;
    z-index: 2;
    pointer-events: none;
}
.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: saturate(.85);
}

.site-footer {
    position: relative;
    color: #fff;
}
section.contact-wrapp{
        background: url(assets/contact-banner-image.png) center center / cover no-repeat;
}

/* Contact */
.contact-section{
  background:var(--cream);
  padding:70px 0 64px;
}
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1.38fr;
  align-items:center;
  gap:80px;
}
.contact-copy{padding-left:3px}
.contact-copy h2{
  font-family:"Lora",Georgia,serif;
  color:var(--brown);
  font-size:44px;
  line-height:1.15;
  margin:12px 0 10px;
}
.intro{
  font-size:16px;
  line-height:1.55;
  color:#272727;
}
.contact-list{margin-top:28px;display:flex;flex-direction:column;gap:22px}
.contact-item{
  display:flex;align-items:center;gap:20px;
  min-height:72px;
}
.contact-item .icon{
  flex:0 0 62px;width:62px;height:62px;
  border-radius:50%;background:var(--red);
  display:grid;place-items:center;
}
.contact-item svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:1.6}
.contact-item small{
  display:block;font-size:13px;margin-bottom:2px;color:#222;
}
.contact-item strong{
  display:block;color:var(--brown);font-family:"Lora",Georgia,serif;
  font-size:17px;line-height:1.3;
}
.contact-image-wrap{position:relative}
/*.contact-image-wrap::after{
  content:"";
  position:absolute;
  right:-40px;top:7px;
  width:130px;height:270px;
  background:rgba(240,186,40,.92);
  clip-path:polygon(55% 0,100% 0,100% 100%,0 100%,20% 70%,12% 48%,34% 30%,25% 12%);
  z-index:0;
}*/
.contact-image-wrap img{
  width:100%;
  position:relative;z-index:1;
  border-radius:13px;
}



.why-img img {
    width: 80px;
    height: 80px;
}

.why-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.why-col {
    border-bottom: 2px solid #f8e1a1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.why-details h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
}

.why-details p {
    margin-bottom: 0px;
    font-size: 16px;
}

.why-img {
    width: 25%;
    float: left;
}

.why-details {
    width: 75%;
    float: left;
}

.why-wrap {
    border-right: 2px solid #f8e1a1;
}

.why-choose-row {
    padding: 100px 0;
}

.gvg-center-title {
    text-align: center;
    margin-bottom: 40px;
}
.why-wrap.last {
    border-right: 0px !important;
}
.why-wrap {
    padding-right: 15px;
}
.why-col.last {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.abt-text h2, .gvg-center-title h2 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
}
section#about-banner {
    background: url(assets/images/about-banner.jpg) #fff1d6;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
section.about-wrap {
    padding: 80px 0 60px;
    background: #fff1d6;
}

section.about-wrap .row {
    align-items: center;
}

.abt-text p:last-child {
    margin-bottom: 0px;
}


.abt-text p strong {
    color: #d90512;
}
.vision-mission-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffedbd;
    color: #35120c;
    padding-top: 70px;
}


/* ==========================================
   CONTAINER
========================================== */

.vision-mission-section .container {
    width: min(1100px, calc(100% - 50px));
    margin: 0 auto;
}


/* ==========================================
   TOP LEAF
========================================== */

.top-leaf {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    z-index: 2;
}

.top-leaf img {
    display: block;
    width: 100%;
    height: auto;
}


/* ==========================================
   TWO COLUMN CONTENT
========================================== */

.vision-mission-row {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    column-gap: 60px;
    align-items: stretch;
    position: relative;
    z-index: 5;
}


/* ==========================================
   HEADINGS
========================================== */

.vision-box h2,
.mission-box h2 {
    margin: 0 0 15px;
    color: #35120c;
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}


/* ==========================================
   PARAGRAPHS
========================================== */

.vision-box p,
.mission-box p {
    margin: 0 0 15px;
    color: #2f2a23;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}


/* First paragraph */
.highlight-text {
    font-weight: 700;
}


/* ==========================================
   MISSION HEADING
========================================== */

.mission-box h4 {
    margin: 28px 0 12px;
    color: #35120c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
}


/* ==========================================
   MISSION LIST
========================================== */

.mission-box ul {
    margin: 0;
    padding-left: 22px;
}

.mission-box li {
    margin-bottom: 5px;
    color: #2f2a23;
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
}
.abt-text p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-right: 40px;
}

/* ==========================================
   CENTER DIVIDER
========================================== */

.vertical-divider {
    width: 2px;
    min-height: 280px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #b69a62 12%,
        #b69a62 88%,
        transparent 100%
    );
}


/* ==========================================
   FARM AREA
========================================== */

.farm-area {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: -10px;
    overflow: hidden;
}


/*
   Use the lower decorative landscape from
   your design here.

   This image should contain ONLY the
   illustration/landscape, NOT the text.
*/

.farm-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.farm-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}


/* ==========================================
   OPTIONAL MOUNTAIN BACKGROUND
========================================== */

.mountains {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    background:
        linear-gradient(
            to bottom,
            #ffedbd 0%,
            rgba(255, 237, 189, 0) 100%
        );
    z-index: 1;
    pointer-events: none;
}

.farm-image {
    z-index: 2;
}


/* ==========================================
   DESKTOP
========================================== */

@media (min-width: 1200px) {

    .vision-mission-section {
        padding-top: 75px;
    }

    .vision-mission-section .container {
        width: 100%;
    }

    .vision-mission-row {
        column-gap: 60px;
    }

    .vision-box h2,
    .mission-box h2 {
        font-size: 42px;
    }

    .farm-area {
        height: 500px;
    }
}

 .vision-mission-section {
        padding-top: 80px;
        padding-bottom: 450px;
        background: url(assets/images/our-mission.jpg);
        background-position: center bottom;
        background-size: cover;
    }
/* ==========================================
   LAPTOP
========================================== */

@media (min-width: 992px) and (max-width: 1199px) {

   .vision-mission-section {
        padding-top: 120px;
        padding-bottom: 450px;
        background: url(assets/images/our-mission.jpg);
        background-position: center bottom;
        background-size: cover;
    }

    .vision-mission-section .container {
        width: calc(100% - 80px);
    }

    .vision-mission-row {
        column-gap: 45px;
    }

    .vision-box h2,
    .mission-box h2 {
        font-size: 38px;
    }

    .vision-box p,
    .mission-box p {
        font-size: 15px;
    }

    .mission-box li {
        font-size: 14px;
    }

    .farm-area {
        height: 430px;
    }
}


/* ==========================================
   TABLET LANDSCAPE
========================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .vision-mission-section {
        padding-top: 60px;
    }

    .vision-mission-section .container {
        width: calc(100% - 60px);
    }

    .vision-mission-row {
        grid-template-columns: 1fr 1px 1fr;
        column-gap: 30px;
    }

    .vision-box h2,
    .mission-box h2 {
        font-size: 32px;
    }

    .vision-box p,
    .mission-box p {
        font-size: 16px;
        line-height: 1.5;
    }

    .mission-box h4 {
        font-size: 14px;
    }

    .mission-box li {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .top-leaf {
        width: 95px;
    }

    .farm-area {
        height: 360px;
    }
}


/* ==========================================
   TABLET PORTRAIT
========================================== */

@media (min-width: 576px) and (max-width: 767px) {

    .vision-mission-section {
        padding-top: 55px;
    }

    .vision-mission-section .container {
        width: calc(100% - 45px);
    }

    .vision-mission-row {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .vertical-divider {
        width: 70%;
        height: 1px;
        min-height: 1px;
        margin: 0 auto;
        background: linear-gradient(
            to right,
            transparent,
            #b69a62,
            transparent
        );
    }

    .vision-box h2,
    .mission-box h2 {
        font-size: 34px;
    }

    .vision-box p,
    .mission-box p {
        font-size: 14px;
    }

    .mission-box li {
        font-size: 14px;
    }

    .top-leaf {
        width: 80px;
    }

    .farm-area {
        height: 300px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

    section.vision-mission-section {
    background: #feebb7 !important;
    padding: 50px 0 50px !important;
}

    .vision-mission-section .container {
        width: calc(100% - 30px);
    }

    .vision-mission-row {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .vertical-divider {
        width: 85%;
        height: 1px;
        min-height: 1px;
        margin: 0 auto;
        background: linear-gradient(
            to right,
            transparent,
            #b69a62,
            transparent
        );
    }

    .vision-box h2,
    .mission-box h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .vision-box p,
    .mission-box p {
        font-size: 16px;
        line-height: 1.55;
    }

    .mission-box h4 {
        margin-top: 22px;
        font-size: 16px;
    }

    .mission-box ul {
        padding-left: 20px;
    }

    .mission-box li {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 7px;
    }

    .top-leaf {
        width: 65px;
    }

    .farm-area {
        height: 240px;
        margin-top: 20px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 380px) {

    .vision-mission-section {
        padding-top: 40px;
    }

    .vision-box h2,
    .mission-box h2 {
        font-size: 27px;
    }

    .vision-box p,
    .mission-box p {
        font-size: 16px;
    }

    .mission-box li {
        font-size: 16px;
    }

    .farm-area {
        height: 210px;
    }
}

.about-copy .pill-btn {
    margin-top: 22px;
}
.pill-btn {
    font-size: 13px;
    padding: 16px 24px;
}
.pill-btn img {
    width: 25px;
}
.pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #d90512;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 25px;
    transition: transform .25s, background .25s;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
}
section#home {
    background: url(assets/images/hero-banner.png) #fff7e5;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

section#home {
    height: 700px;
}

.hero h1 {
    font: 700 clamp(38px, 3.4vw, 62px) / .98 Lora, serif;
    color: #380604;
    margin: 18px 0 9px;
    letter-spacing: -1px;
}
.hero h1 span {
    color: #d90512;
}







.leaf {
    position: absolute;
    pointer-events: none;
}
.about {
    position: relative;
    background: #fff7e5;
    padding: 76px 0 82px;
    overflow: hidden;
}
.leaf-about-right {
    width: 115px;
    right: 9%;
    top: 52px;
}
.leaf-about-bottom {
    width: 85px;
    right: 2%;
    bottom: 10px;
}
.about-grid {
    display: grid;
    grid-template-columns: 42% 48%;
    gap: 8%;
    align-items: center;
}
.about-media {
    position: relative;
    border-radius: 0 105px 0 0;
    overflow: hidden;
}
.about-copy {
    padding-top: 5px;
}







.contact {
    position: relative;
    background: #fff7e5;
    overflow: hidden;
        padding: 150px 0;
}
.contact-bg {
    position: absolute;
    inset: 0;
    background: url(assets/images/home/contact-image.jpg) left center / cover no-repeat;
}
.contact-leaf {
    right: 5%;
    bottom: 18px;
    width: 75px;
}
.contact-content {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;

}
.contact-copy {
    margin-left: 31%;
    width: 65%;
    padding-bottom: 8px;
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #c88801;
    font-size: 14px;
    font-weight: 700;
}
.eyebrow i {
    width: 45px;
    height: 1px;
    background: #c88801;
    display: block;
}
.contact h2 {
    margin: 15px 0 7px;
}
.about h2, .products h2, .contact h2 {
    font: 700 clamp(36px, 3.3vw, 54px) / 1.05 Lora, serif;
    color: #380604;
    margin: 16px 0 12px;
}
.contact-copy>p {
    font-size: 16px;
    line-height: 1.45;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
    margin-top: 27px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex: none;
}
.contact-item span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-item small {
    font-size: 11px;
}
.contact-item strong {
    font-size: 15px;
    color: #380604;
}
.feature-icon img {
    width: 100px !important;
    height: 100px !important;
    display: inline !important;
}

article {
    text-align: center;
}

.feature-icon {
    text-align: center !important;
    margin: 0 auto;
}

section.why {
    background: #fefaef;
    padding: 60px 0;
}
.feature-icon img {
    width: 100px !important;
    height: 100px !important;
    display: inline !important;
}

article {
    text-align: center;
}

.feature-icon {
    text-align: center !important;
    margin: 0 auto;
}

section.why {
    background: #fefaef;
    padding: 60px 0;
}

.features h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Lora';
    font-weight: 500;
    margin: 5px 0 20px;
}
.products {
    position: relative;
    height: 670px;
    background: #fff7e5;
    overflow: hidden;
}
.product-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 65px;
}
.product-copy {
    width: 50%;
    z-index: 2;
}
.product-bg {
    position: absolute;
    inset: 0;
}
.sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 17px 0 20px;
}
.sizes span {
    font-size: 14px;
    font-weight: 500;
    background: #ffe6a0;
    border-radius: 30px;
    padding: 9px 17px;
}





@media (max-width: 560px) {
    .hero {
        height: 545px;
    }
}
@media (max-width: 800px) {
    .hero {
        height: 530px;
    }
}
@media (max-width: 1100px) {
    .hero {
        height: 520px;
    }
}
@media (max-width: 560px) {
    .hero-image {
        background-position: 62% center;
    }
}

@media (max-width: 800px) {
    .hero-image {
        background-position: 58% center;
    }
}

@media (max-width: 560px) {
    .hero-content {
        padding-top: 50px;
    }
}

@media (max-width: 560px) {
    .container {
        width: calc(100% - 30px);
    }
}
@media (max-width: 800px) {
    .hero-content {
        justify-content: flex-start;
        padding-top: 75px;
    }
}










@media (max-width: 767px) {


div#home_pp {
    display: none;
}

section.contact-page.section-1 {
    padding: 0px 0 80px 0 !important;
    background: #fff6e5 !important;
}



section.about-wrap {
    padding: 30px 0 60px !important;
}
.why-choose-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

section.vision-mission-section {
    background: #feebb7 !important;
    padding: 50px 0 50px !important;
}


.abt-text p {
    padding-right: 0px !important;
    font-size: 16px;
    line-height: 25px;
}

.abt-text {
    margin-bottom: 20px !important;
}
.why-img img {
    width: 70px !important;
    height: 70px !important;
}
.why-wrap {
    padding-right: 0px !important;
    margin-bottom: 20px !important;
    border-right: 0px !important;
}

.why-col {
    padding-bottom: 0px !important;
    border: 0px !important;
    margin-bottom: 0px !important;
}

    section#about-banner h1 {
        font-size: 42px !important;
        line-height: 32px !important;
    }

section#about-banner {
    background: url(assets/images/about/about-banner.png) #fff1d6;
    height: 400px !important;
    background-repeat: no-repeat;
    background-position: left !important;
            background-size: cover !important;
}





.hero h1 {
    font-size: 26px !important;
    line-height: 32px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

section#home {
    height: 450px;
    background-position: left !important;
}


.hero h1 {
    font-size: 26px !important;
    line-height: 32px !important;
}
    section#home p {
        font-size: 14px;
        font-weight: 600;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
.about-grid {
    display: grid;
    grid-template-columns: 100% !important;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 0px 30px !important;
    margin-top: 0px !important;
}

.contact-bg {
    background-position: center right !important;
}

.contact-copy {
    width: 100% !important;
    margin-left: 0px !important;
}

section#contact {
    padding: 50px 0 !important;
}

.leaf-about-bottom {
    display: none;
}

img.leaf.leaf-about-right {
    display: none;
}
.product-copy {
    width: 100% !important;
    z-index: 2;
}
.about h2, .products h2, .contact h2 {
    font-size: 28px !important;
        line-height: 36px !important;
}
.product-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
@media (max-width: 560px) {
    .products {
        min-height: 100%;
        padding: 0 0 120px 0;
        height: 100%;
    }
}
@media (max-width: 560px) {
    .product-bg img {
        object-position: 30% bottom;
    }
}

@media (max-width: 800px) {
    .product-bg img {
        object-fit: cover;
        object-position: left bottom;
    }
}
@media (max-width: 800px) {
    .product-bg {
        position: absolute;
        height: 100%;
    }
}
@media (max-width: 800px) {
    .product-bg img {
        object-fit: cover;
        object-position: left bottom;
    }
}
.our-products-breaddy p {
    color: #d90512;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
}
.section-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        padding: 30px 20px;
    }

    .section-title .line {
        width: 45px;
        height: 3px;
        background: #b58a20;
        flex-shrink: 0;
    }

    .section-title h2 {
        color: #b58a20;
        font-size: 21px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.3px;
        text-align: center;
        white-space: nowrap;
         font-family: "Lora", serif;
             margin-bottom: 0px;
    }

    /* Tablet */
    @media (max-width: 768px) {
        .section-title {
            gap: 18px;
            padding: 25px 15px;
        }

        .section-title .line {
            width: 45px;
        }

        .section-title h2 {
            font-size: 19px;
        }
    }

    /* Mobile */
    @media (max-width: 480px) {
        .section-title {
            gap: 12px;
            padding: 20px 10px;
        }

        .section-title .line {
            width: 30px;
            height: 2px;
        }

        .section-title h2 {
            font-size: 16px;
        }
    }
a.pill-btn:hover {
    background: #0f0f0f;
    color: #fff;
}
.product-bg img {
    width: 100% !important;
}
div#pp-page {
    right: 0px;
    top: 75px;
}
section#products-bread h1, section#contact-bready h1 {
    font: 700 clamp(38px, 3.4vw, 62px) / .98 Lora, serif;
    color: #380604;
    margin: 18px 0 9px;
    letter-spacing: -1px;
}

section#products-bread .hero-content {
    padding-top: 100px;
}

section#contact-bready .hero-content {
    padding-top: 100px;
}

.features:hover a{
    color: #d90512;
}

.footer-bottom a:hover, .footer-bottom a:focus, .footer-col.products-links a:hover, .footer-col.products-links a:focus {
    color: #ffe6a0 !important;
}

.footer-col a:hover, .footer-col a:focus {
    color: #ffe6a0;
}


::selection {
    background: #d90512;
    color: #fff;
}

::-moz-selection {
    background: #d90512;
    color: #fff;
}










@media screen and (width: 1920px) and (height: 1080px) {

   section#home {
    height: 750px !important;
}
.product-bg img {
    width: 100%;
    height: 100%;
}
.products .container.product-content {
    padding-bottom: 100px;
}
}

@media screen and (width: 1280px) and (height: 800px) {

    .products .container.product-content {
    padding-bottom: 100px;
}
.why-choose-row {
    padding: 100px 0 0 !important;
}
}
/* ==============================
   BACK TO TOP
============================== */

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d90512;
    color: #ffffff;
    border: 2px solid #ffe6a0;
    border-radius: 50%;
    text-decoration: none;

    font-size: 24px;
    line-height: 1;

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);

    transition: all 0.3s ease;

    z-index: 9999;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.back-to-top:hover {
    background: #380604;
    color: #ffffff;
    transform: translateY(-3px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top span {
    display: block;
    transform: translateY(-2px);
}


/* Mobile */
@media (max-width: 767px) {

    .back-to-top {
        width: 42px;
        height: 42px;

        right: 15px;
        bottom: 15px;

        font-size: 20px;
    }
    div#pp-btm-leaf {
    display: none;
}

section#products img.leaf.product-leaf-left {
    display: none;
}

section#products img.leaf.product-leaf-right {
    display: none;
}

    .jar-wrap {
        display: block !important;
        position: absolute;
        bottom: -119px;
        right: -25px;
    }

.jar-wrap img {
    width: 160px;
}


}




/* =========================================
   STICKY HEADER - ALL DEVICES
========================================= */

.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;

    /* Prevent transparency */
    background: #ffffff;

    /* Keep existing shadow setting */
    box-shadow: none;

    /* Prevent layout issues */
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Header inner wrapper */
.site-header .nav-wrap {
    width: 100%;
}

/* =========================================
   DESKTOP / LAPTOP
   1200px and above
========================================= */

@media screen and (min-width: 1200px) {

    .site-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

}


/* =========================================
   SMALL DESKTOP / LAPTOP
   992px - 1199px
========================================= */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .site-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

}


/* =========================================
   TABLET
   768px - 991px
========================================= */

@media screen and (min-width: 768px) and (max-width: 991px) {

    .site-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

}


/* =========================================
   MOBILE
   767px and below
========================================= */

@media screen and (max-width: 767px) {

    .site-header {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 9999;
                border-bottom: 2px solid #f1f1f1;
    }
    .farm-overlay h2 {
    line-height: 36px !important;
}

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #d90512 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffe6a0 !important;

}
/* =========================================
   WHATSAPP FLOATING BUTTON
========================================= */

.whatsapp-float {
    position: fixed;
    left: 25px;
    bottom: 25px;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    text-decoration: none;

    z-index: 9998;
}


/* =========================================
   GREEN CIRCLE
========================================= */

.whatsapp-icon {
    position: relative;

    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;

    border-radius: 50%;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.20);

    z-index: 2;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* SVG IMAGE */

.whatsapp-icon img {
    width: 45px;
    height: 45px;

    display: block;

    object-fit: contain;
}


/* =========================================
   HOVER
========================================= */

.whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.08);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.28);
}


/* =========================================
   CIRCULAR PULSE ANIMATION
========================================= */

.whatsapp-pulse {
    position: absolute;

    width: 60px;
    height: 60px;

    left: 0;
    top: 0;

    border-radius: 50%;

    background: rgba(37, 211, 102, 0.45);

    animation: whatsappPulse 2s infinite;

    z-index: 1;
}


@keyframes whatsappPulse {

    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.45);
        opacity: 0;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }

}


/* =========================================
   TABLET
   768px - 991px
========================================= */

@media screen and (min-width: 768px) and (max-width: 991px) {

    .whatsapp-float {
        left: 18px;
        bottom: 20px;

        width: 52px;
        height: 52px;
    }

    .whatsapp-icon {
        width: 52px;
        height: 52px;
    }

    .whatsapp-icon img {
        width: 29px;
        height: 29px;
    }

    .whatsapp-pulse {
        width: 52px;
        height: 52px;
    }

}


/* =========================================
   MOBILE
   767px AND BELOW
========================================= */

@media screen and (max-width: 767px) {

    .whatsapp-float {
        left: 14px;
        bottom: 15px;

        width: 45px;
        height: 45px;
    }

    .whatsapp-icon {
        width: 45px;
        height: 45px;
    }

    .whatsapp-icon img {
        width: 25px;
        height: 25px;
    }

    .whatsapp-pulse {
        width: 45px;
        height: 45px;
    }

}


/* =========================================
   SMALL MOBILE
   400px AND BELOW
========================================= */

@media screen and (max-width: 400px) {

    .whatsapp-float {
        left: 12px;
        bottom: 12px;

        width: 42px;
        height: 42px;
    }

    .whatsapp-icon {
        width: 42px;
        height: 42px;
    }

    .whatsapp-icon img {
        width: 23px;
        height: 23px;
    }

    .whatsapp-pulse {
        width: 42px;
        height: 42px;
    }

}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

    .product-copy {
    width: 63%;
    z-index: 2;
    background: #fef7e5c7;
    padding: 18px;
}
.product-bg img {
    width: 100% !important;
    height: 100% !important;
}
.product-copy p {
    font-weight: 500;
}
.contact-copy {
    margin-left: 50% !important;
    width: 65% !important;
    padding-bottom: 8px;
}
.contact-item small {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.contact-grid {
    grid-template-columns: 1fr !important;
}
.why-wrap {
    padding-right: 0px !important;
    border-right:0px !important;
}
.why-details p {
    font-size: 12px !important;
}

.why-details h3 {
    font-size: 14px !important;
    line-height: 20px !important;
}
.why-img img {
    width: 50px !important;
    height: 50px !important;
}

.why-choose-row
 {
    padding: 100px 0 60px !important;
}

    .vision-mission-section {
        background: url(assets/images/v-m.png) #feebb7 !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

  }





@media(max-width: 767px){
    #home-cont p br {
    display: none;
}

#home-cont p {
    font-size: 16px;

}
}



@media(min-width: 768px) and (max-width:1024px){
    section#products .col-md-3, section#products .col-md-4 {
    width: 50%;
    margin-bottom: 25px;
}

section#products .col-md-3 article.product-card {
    margin-bottom: 20px !important;
    height: 100% !important;
    min-height: 100% !important;
}
p.intro br {
    display: none;
}

section.contact-page.section-1section.contact-page.section-1 .col-md-5 {
    width: 50% !important;
}

section.contact-page.section-1 .col-md-5, section.contact-page.section-1 .col-md-7 {
    width: 50% !important;
}
}





/* =========================================
   GVG CERTIFICATION SECTION
========================================= */

.gvg-certification-section {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: #fffdf3;
    overflow: hidden;
}

.gvg-certification-container {
    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.gvg-certification-heading {
    text-align: center;
    margin-bottom: 50px;
}

.gvg-certification-subtitle {
    display: block;
    margin-bottom: 10px;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #a47b22;
}

.gvg-certification-heading h2 {
    margin: 0 0 12px;

        font-family: "Lora", Georgia, serif;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.15;
    font-weight: 700;

    color: #35110d;
}

.gvg-certification-heading p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;

    color: #5e4c45;
}


/* =========================================
   OWL CAROUSEL
========================================= */

.gvg-certification-slider {
    position: relative;
}

.gvg-certification-item {
    padding: 8px 10px 15px;
}


/* =========================================
   CERTIFICATION CARD
========================================= */

.gvg-certification-card {
    position: relative;

    height: 100%;

    padding: 35px 25px 30px;

    text-align: center;

    background: #fff7dc;

    border: 1px solid #eadba8;
    border-radius: 18px;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;
}

.gvg-certification-card:hover {
    transform: translateY(-8px);

    border-color: #d8b85c;

    box-shadow:
        0 15px 35px rgba(82, 48, 12, 0.12);
}


/* =========================================
   IMAGE
========================================= */

.gvg-certification-image {
    width: 145px;
    height: 145px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #eadba8;
    border-radius: 50%;

    overflow: hidden;
}

.gvg-certification-image img {
    display: block;

    width: 85%;
    height: 85%;

    object-fit: contain;

    transition: transform 0.45s ease;
}

.gvg-certification-card:hover
.gvg-certification-image img {
    transform: scale(1.07);
}


/* =========================================
   CONTENT
========================================= */

.gvg-certification-content h3 {
    margin: 0 0 10px;

        font-family: "Lora", Georgia, serif;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;

    color: #35110d;
}

.gvg-certification-content p {
    max-width: 240px;

    margin: 0 auto;

    font-family: "Jost", sans-serif;

    font-size: 14px;
    line-height: 1.65;

    color: #5c4b45;
}


/* =========================================
   OWL NAVIGATION
========================================= */

.gvg-certification-slider .owl-nav {
    margin-top: 25px;

    display: flex;

    justify-content: center;

    gap: 10px;
}

.gvg-certification-slider .owl-nav button.owl-prev,
.gvg-certification-slider .owl-nav button.owl-next {
    width: 42px;
    height: 42px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #cda94e !important;
    border-radius: 50%;

    background: transparent !important;

    color: #7b4d17 !important;

    font-size: 25px !important;

    line-height: 1;

    transition: all 0.3s ease;
}

.gvg-certification-slider
.owl-nav button.owl-prev:hover,
.gvg-certification-slider
.owl-nav button.owl-next:hover {
    background: #cda94e !important;
    color: #ffffff !important;
}


/* =========================================
   DOTS
========================================= */

.gvg-certification-slider .owl-dots {
    margin-top: 20px;
}

.gvg-certification-slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;

    margin: 5px !important;

    background: #dbc98e !important;

    transition: all 0.3s ease;
}

.gvg-certification-slider
.owl-dot.active span {
    width: 25px !important;

    background: #b88a2b !important;
}


/* =========================================
   DESKTOP
========================================= */

@media (min-width: 1200px) {

    .gvg-certification-slider .owl-nav {
        display: none;
    }

    .gvg-certification-slider .owl-dots {
        display: none;
    }

}


/* =========================================
   LAPTOP
========================================= */

@media (min-width: 1025px) and (max-width: 1199px) {

    .gvg-certification-container {
        width: calc(100% - 50px);
    }

    .gvg-certification-card {
        padding: 30px 20px;
    }

    .gvg-certification-image {
        width: 125px;
        height: 125px;
    }

}


/* =========================================
   TABLET LANDSCAPE
========================================= */

@media (min-width: 769px) and (max-width: 1024px) {

    .gvg-certification-section {
        padding: 65px 0;
    }

    .gvg-certification-container {
        width: calc(100% - 44px);
    }

    .gvg-certification-heading {
        margin-bottom: 40px;
    }

    .gvg-certification-card {
        padding: 28px 18px;
    }

    .gvg-certification-image {
        width: 110px;
        height: 110px;

        margin-bottom: 20px;
    }

    .gvg-certification-content h3 {
        font-size: 18px;
    }

    .gvg-certification-content p {
        font-size: 13px;
    }

}


/* =========================================
   TABLET PORTRAIT
========================================= */

@media (min-width: 577px) and (max-width: 768px) {

    .gvg-certification-section {
        padding: 55px 0;
    }

    .gvg-certification-container {
        width: calc(100% - 36px);
    }

    .gvg-certification-heading {
        margin-bottom: 35px;
    }

    .gvg-certification-heading h2 {
        font-size: 34px;
    }

    .gvg-certification-heading p {
        font-size: 14px;
    }

    .gvg-certification-item {
        padding: 8px;
    }

    .gvg-certification-card {
        padding: 28px 18px;
    }

    .gvg-certification-image {
        width: 105px;
        height: 105px;

        margin-bottom: 18px;
    }

    .gvg-certification-content h3 {
        font-size: 17px;
    }

    .gvg-certification-content p {
        font-size: 13px;
    }

}


/* =========================================
   MOBILE LANDSCAPE
========================================= */

@media (min-width: 481px) and (max-width: 576px) {

    .gvg-certification-section {
        padding: 48px 0;
    }

    .gvg-certification-container {
        width: calc(100% - 30px);
    }

    .gvg-certification-heading {
        margin-bottom: 30px;
    }

    .gvg-certification-heading h2 {
        font-size: 30px;
    }

    .gvg-certification-heading p {
        font-size: 13px;
    }

    .gvg-certification-item {
        padding: 7px;
    }

    .gvg-certification-card {
        padding: 25px 18px;
    }

    .gvg-certification-image {
        width: 95px;
        height: 95px;
    }

    .gvg-certification-content h3 {
        font-size: 16px;
    }

    .gvg-certification-content p {
        font-size: 12px;
    }

}


/* =========================================
   MOBILE PORTRAIT
========================================= */

@media (max-width: 480px) {

    .gvg-certification-section {
        padding: 45px 0;
    }

    .gvg-certification-container {
        width: calc(100% - 28px);
    }

    .gvg-certification-heading {
        margin-bottom: 28px;
    }

    .gvg-certification-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .gvg-certification-heading h2 {
        font-size: 29px;
    }

    .gvg-certification-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .gvg-certification-item {
        padding: 6px 5px 12px;
    }

    .gvg-certification-card {
        padding: 30px 20px;
    }

    .gvg-certification-image {
        width: 115px;
        height: 115px;

        margin-bottom: 20px;
    }

    .gvg-certification-content h3 {
        font-size: 18px;
    }

    .gvg-certification-content p {
        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 360px) {

    .gvg-certification-container {
        width: calc(100% - 20px);
    }

    .gvg-certification-heading h2 {
        font-size: 26px;
    }

    .gvg-certification-card {
        padding: 25px 16px;
    }

    .gvg-certification-image {
        width: 100px;
        height: 100px;
    }

}