/*
Theme Name: Palmacore 2025
Author: Grada Creative
Author URI: https://gradacreative.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

:root{
    /* Primary Colors */
    --green-500: #004119;
    --green-400: #008100;
    --green-300: #4cd201;
    --green-200: #4cd201;
    --green-100: #9bf019;
    --green-50: #f1ffe9; 

    /* Typography */
    --light-text: #F7FFF2;
    --dark-text: #041119;
    --dark-paragraph: #4a4a4a;

    /* Other Colors */
    --white: #ffffff;
    --gray-1: #e0e0e0;
    --gray-2: #b2b2b2;

    --red-1: #c4301c;
    --red-2: #ffe6e3;

}

* {
    margin: 0;
	padding: 0;
	box-sizing: border-box;
    overscroll-behavior-y: none;
    /* border: 1px solid red; */
}

body {
    font-family: 'Open Sans Hebrew', serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-webkit-scrollbar-track {
  background: transparent; 
}

::-webkit-scrollbar-thumb {
  background-color: var(--gray-2);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--green-500); 
}


/* Responsive Template */

/* @media (max-width: 1399px){}

@media (max-width: 1199px){}

@media (max-width: 991px){}

@media (max-width: 767px){}

@media (max-width: 575px){}

@media (max-width: 320px){} */

/* Global Components */

.container{
    padding-left: 31px;
    padding-right: 31px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1354px;
    width: 100%;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1399px){
    .container{
        max-width: 1154px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 1199px){
    .container{
        max-width: 984px;
        padding-left: 26px;
        padding-right: 26px;
    }
}

@media (max-width: 991px){
    .container{
        max-width: 764px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px){
    .container{
        max-width: 684px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px){
    .container{
        max-width: 516px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 320px){
    .container{
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

    /* Slick Slider Style */

    .slick-dots{
        justify-content: start !important;
        margin-top: 21px;
    }

    .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
    }

    .slick-dots li button:before {
    display: none;
    }

    .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
    list-style: none;
    }

    .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50px;
    background-color: var(--gray-2);
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
    }

    .slick-dots li.slick-active button {
    background-color: var(--dark-paragraph);
    width: 33px;
    height: 9px;
    }

    .slick-dots {
    bottom: -30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    }

    .slick-dots li button {
    font-size: 0;
    color: transparent;
    }

    .slick-dots li button:focus {
    outline: 2px solid #2A3E6B;
    outline-offset: 2px;
    }

    /* Slick Slider Style */

    /* Typography */

    h1{
        line-height: 120%;
        font-weight: 600;
        color: var(--dark-text);
        font-size: 48px;
    }

    h2{
        line-height: 130%;
        font-weight: 600;
        color: var(--dark-text);
        font-size: 36px;
    }

    h3{
        line-height: 140%;
        font-weight: 600;
        color: var(--dark-text);
        font-size: 28px;
    }

    h4{
        line-height: 160%;
        font-weight: 600;
        color: var(--dark-text);
        font-size: 18px;
    }

    p{
        line-height: 160%;
        font-weight: 400;
        color: var(--dark-paragraph);
        font-size: 16px;
    }

    .sub-title{
        line-height: 140%;
        font-weight: 600;
        color: var(--dark-text);
        font-size: 18px;
    }

    .support-text{
        line-height: 140%;
        font-weight: 600;
        color: var(--dark-text);
        font-size: 14px;
    }

    a{
        color: var(--green-500);
        line-height: 160%;
        font-weight: 600;
        text-decoration: none;
    }

    a:hover{
        color: var(--green-500);
        text-decoration: underline;
    }

    @media (max-width: 1399px){
        h1 { 
            font-size: 44px; 
        }

        h2 { 
            font-size: 34px; 
        }

        h3 { 
            font-size: 26px; 
        }

        h4 { 
            font-size: 17px; 
        }

        p  { 
            font-size: 15.5px; 
        }

        .sub-title { 
            font-size: 17px;
        }

        .support-text { 
            font-size: 13.5px; 
        }
    }

    @media (max-width: 1199px){
        h1 { 
            font-size: 40px; 
        }

        h2 { 
            font-size: 32px; 
        }

        h3 { 
            font-size: 24px; 
        }

        h4 { 
            font-size: 16.5px; 
        }

        p  { 
            font-size: 15px; 
        }

        .sub-title { 
            font-size: 16px; 
        }

        .support-text { 
            font-size: 13px; 
        }
    }

    @media (max-width: 991px){
        h1 { 
            font-size: 36px; 
        }

        h2 { 
            font-size: 30px; 
        }

        h3 { 
            font-size: 22px; 
        }

        h4 { 
            font-size: 16px; 
        }

        p  { 
            font-size: 14.5px; 
        }
        
        .support-text { 
            font-size: 12.5px; 
        }
    }

    @media (max-width: 767px){
        h1 { 
            font-size: 32px; 
        }

        h2 { 
            font-size: 26px; 
        }

        h3 { 
            font-size: 20px; 
        }

        h4 { 
            font-size: 15.5px; 
        }

        p  { 
            font-size: 14px; 
        }
        
        .support-text { 
            font-size: 12px; 
        }
    }

    @media (max-width: 575px){
        h1 { 
            font-size: 28px; 
        }

        h2 { 
            font-size: 22px; 
        }

        h3 { 
            font-size: 18px; 
        }

        h4 { 
            font-size: 15px; 
        }

        p  { 
            font-size: 13.5px; 
        }
        
        .support-text { 
            font-size: 11.5px; 
        }
    }

    @media (max-width: 320px){
        h1 { 
            font-size: 24px; 
        }

        h2 { 
            font-size: 20px; 
        }

        h3 { 
            font-size: 16px; 
        }

        h4 { 
            font-size: 14px; 
        }

        p  { 
            font-size: 13px; 
        }
        
        .support-text { 
            font-size: 11px; 
        }
    }

    /* Typography */

    /* Input */

    input{
        border-radius: 6px;
        padding: 12px 8px;
        font-size: 16px;
        border: 2px solid var(--gray-1);
        width: 100%;
        font-family: inherit;
    }

    input::placeholder{
        color: var(--gray-2);
    }

    input:hover{
        border: 2px solid var(--green-500);
    }

    input:focus{
        border: 2px solid var(--green-500);
    }

    input:focus-visible{
        border: 2px solid var(--green-500);
    }

    input:active{
        border: 2px solid var(--green-500);
    }

    input:disabled{
        background: var(--gray-1);
        border: 2px solid var(--gray-1);
    }

    input:invalid{
        border: 2px solid var(--red-1);
        color: var(--red-1);
    }

    textarea{
        border-radius: 6px;
        padding: 12px 8px;
        font-size: 16px;
        border: 2px solid var(--gray-1);
        width: 100%;
        resize: none;
        font-family: inherit;
        height: 120px;
        resize: none;
    }

    textarea::placeholder{
        color: var(--gray-2);
    }

    textarea:hover{
        border: 2px solid var(--green-500);
    }

    textarea:focus{
        border: 2px solid var(--green-500);
    }

    textarea:focus-visible{
        border: 2px solid var(--green-500);
    }

    textarea:active{
        border: 2px solid var(--green-500);
    }

    textarea:disabled{
        background: var(--gray-1);
        border: 2px solid var(--gray-1);
    }

    textarea:invalid{
        border: 2px solid var(--red-1);
        color: var(--red-1);
    }

    select{
        border-radius: 6px;
        padding: 12px 8px;
        font-size: 16px;
        border: 2px solid var(--gray-1);
        width: 100%;
        font-family: inherit;
    }

    select::placeholder{
        color: var(--gray-2);
    }

    select:hover{
        border: 2px solid var(--green-500);
    }

    select:focus{
        border: 2px solid var(--green-500);
    }

    select:focus-visible{
        border: 2px solid var(--green-500);
    }

    select:active{
        border: 2px solid var(--green-500);
    }

    select:disabled{
        background: var(--gray-1);
        border: 2px solid var(--gray-1);
    }

    select:invalid{
        border: 2px solid var(--red-1);
        color: var(--red-1);
    }

    button[type="submit"]{
        border: none;
        width: 100%;
        margin-top: 11px;
    }

    /* Input */

    /* CTA */

    .cta-group{
        display: flex;
        gap: 21px;
        max-width: fit-content;
        margin-top: 31px;
    }

    .cta-quote, .cta-submit{
        padding: 8px 16px;
        color: var(--white);
        text-decoration: none;
        line-height: 140%;
        font-weight: 600;
        border-radius: 7px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        cursor: pointer;
        background: var(--green-500);
    }

    .cta-quote:hover, .cta-submit:hover{
        color: var(--white);
    }

    .cta-primary{
        padding: 8px 16px;
        color: var(--green-500);
        text-decoration: none;
        line-height: 140%;
        font-weight: 600;
        border-radius: 7px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        cursor: pointer;
        border: 1px solid var(--green-500);
    }

    .cta-primary span{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-primary span svg{
        width: 15px;
        height: 15px;
        fill: var(--green-500);
    }

    .cta-primary:hover{
        color: var(--green-500);
        border-bottom: 1px solid var(--green-500);
    }

    .cta-primary:hover span svg{
        fill: var(--green-500);
    }
    
    .cta-search{
        background-color: var(--gray-1);
        padding: 13px;
        color: var(--dark-text);
        text-decoration: none;
        line-height: 140%;
        font-weight: 500;
        border-radius: 360px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }


    @media (max-width: 1399px){
        .cta-group{
            gap: 19px;
            margin-top: 28px;
        }
        .cta-primary{
            font-size: 15px;
        }
    }

    @media (max-width: 1199px){
        .cta-group{
            gap: 18px;
            margin-top: 26px;
        }
        .cta-primary{
            font-size: 14.5px;
            padding: 7px 14px;
        }
    }

    @media (max-width: 991px){
        .cta-group{
            gap: 16px;
            margin-top: 24px;
        }
        .cta-primary{
            font-size: 14px;
            padding: 7px 14px;
        }
    }

    @media (max-width: 767px){
        .cta-group{
            gap: 14px;
            margin-top: 22px;
            flex-wrap: wrap;
        }
        .cta-primary{
            font-size: 13.5px;
            padding: 6px 12px;
        }
    }

    @media (max-width: 575px){
        .cta-group{
            gap: 12px;
            margin-top: 20px;
            flex-direction: column;
            align-items: stretch;
        }
        .cta-primary{
            font-size: 13px;
            padding: 6px 12px;
        }
    }

    @media (max-width: 320px){
        .cta-group{
            gap: 10px;
            margin-top: 18px;
        }
        .cta-primary{
            font-size: 12px;
            padding: 5px 10px;
        }
    }

    /* CTA */

    /* Image */
    
    img{
        width: 100%;
        height: 100%;
    }

    /* Image */

    /* Etc */
    
    main{
        /* padding-top: 85px; */
    }

    /* Etc */

@media (max-width: 1399px){}

@media (max-width: 1199px){}

@media (max-width: 991px){}

@media (max-width: 767px){}

@media (max-width: 575px){}

@media (max-width: 320px){}


/* Global Components */


/* Header Section */

/* ===========================
   Header Section (Desktop)
   =========================== */

.header-section {
  background: var(--green-500);
  padding-top: 21px;
  padding-bottom: 11px;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background .25s ease, backdrop-filter .25s ease;
}

.header-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo{
    height: 40px;
}

.header-logo img {
    object-fit: contain;
    align-self: stretch;
    object-position: center;
}

.header-right{
	display: flex;
	align-items: center;
}

.header-main .wpml-ls-legacy-list-horizontal{
	display: none;
	padding: 0;
}

.header-main {
  display: flex;
  gap: 24px;
}

.menu-item {
  position: relative;
}

.menu-link {
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  display: inline-block;
  font-weight: 600;
}

.menu-link:hover {
  color: var(--white);
}

.has-dropdown > .menu-link::after {
  content: " ▾";
  font-size: 0.7em;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 180px;
  display: none;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.dropdown .menu-link {
  color: var(--black);
  padding: 10px 14px;
  width: 100%;
}

.dropdown .menu-link:hover {
  color: var(--black);
}

.menu-item:hover > .dropdown {
  display: flex;
}

.header-right .cta-group {
  margin-top: 0;
}

.header-right .cta-group .cta-primary {
  color: var(--white);
  border: 1px solid var(--white);
}

.header-right .cta-group .cta-primary span svg {
  fill: var(--white);
}

/* ===========================
   Transparent Header Behavior
   =========================== */

/* Start transparent at top */
.transparent-header .header-section {
  background: transparent;
  position: absolute;
  top: 0; left: 0; right: 0;
}

/* After scroll */
.transparent-header.has-scrolled .header-section {
  background: var(--green-500);
  position: fixed; /* optional: stick it */
}

/* ===========================
   Hamburger Button (Mobile)
   =========================== */

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 8px;
  cursor: pointer;
}

.hamburger .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

/* X animation */
body.menu-open .hamburger .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
body.menu-open .hamburger .bar:nth-child(2) {
  opacity: 0;
}
body.menu-open .hamburger .bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ===========================
   Responsive Layout ≤ 991px
   =========================== */

@media (max-width: 991px) {
    .hamburger { display: inline-flex; }
	
	.header-main .wpml-ls-legacy-list-horizontal{
		display: block;
	}

    .dropdown .menu-link {
        color: var(--white);
    }

    .dropdown .menu-link:hover {
        color: var(--white);
    }

    .header-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-section .container {
        gap: 12px;
    }

    .header-main {
        position: fixed;
        left: 0; right: 0;
        top: 60px; /* header height */
        background: var(--green-500);
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease, transform .25s ease;
        z-index: 90;
        padding: 16px;
        border-top: 1px solid rgba(255,255,255,.15);
        flex-direction: column;
    }
    body.menu-open .header-main {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* Move CTA below menu */
    .header-right {
        position: fixed;
        left: 0; right: 0;
        top: auto;
        bottom: 0;
        background: var(--green-500);
        padding: 16px;
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform .25s ease, opacity .25s ease;
        z-index: 90;
    }
    body.menu-open .header-right {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* Menu items stack */
    .site-nav .menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .menu-link {
        padding: 12px 8px;
        display: block;
    }

    /* Dropdowns as accordions */
    .has-dropdown > .menu-link::after { content: ""; }
    .dropdown {
        position: static;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        display: none;
        padding-left: 12px;
    }
    .menu-item.open > .dropdown {
        display: flex;
        flex-direction: column;
    }

    .transparent-header .header-main {
        background: var(--green-500);
    }
    .transparent-header.has-scrolled .header-main { background: var(--green-500); }
    .transparent-header .header-right { background: transparent; }
    .transparent-header.has-scrolled .header-right { background: var(--green-500); }

    .header-logo{
        height: 25px;
    }
}


/* Header Section */


/* Footer Section */

.footer-section{
    background: var(--green-500);
    padding-top: 64px;
    padding-bottom: 64px;
}

.footer-section .container{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 31px;
}

.footer-section .footer-left{
    max-width: 287px;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.footer-left .footer-logo{
    height: 35px;
}

.footer-left .footer-logo a{
    height: 100%;
    display: block;
}

.footer-logo img{
    object-fit: contain;
    object-position: left;
}

.footer-left .footer-comp-detail{
    color: var(--white);
}

.footer-left .footer-address-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-left .footer-copyright{
    color: var(--white);
}

.footer-address-detail .footer-address-title{
    color: var(--white);
}

.footer-address-detail .footer-address-desc{
    color: var(--white);
}

.footer-socmed-group{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-socmed-group .footer-socmed-title{
    color: var(--white);
}

.socmed-list{
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}

.socmed-item{
    flex: 0 0 calc(25% - 11px);
    padding: 7px;
    background: var(--white);
    max-width: fit-content;
    border-radius: 4px;
}

.socmed-item a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.socmed-item a span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.socmed-item a span svg{
    color: var(--green-500);
    fill: var(--green-500);
}

.footer-section .footer-right{
    max-width: 277px;
}

.footer-right .footer-nav ul{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-right .footer-nav ul li{
    list-style: none;
    color: var(--white);
}

.footer-right .footer-nav ul li a{
    color: var(--white);
    font-weight: 500;
}

.footer-right .footer-nav .footer-title{
    font-weight: 600;
}

@media (max-width: 575px){
    .footer-section .container{
        flex-direction: column;
        gap: 64px;
    }
}

/* Footer Section */


/* Home Hero Section */


.home-hero-group{
    min-height: 844px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image-bg img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.hero-image-bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.84);
    z-index: 1;
}

.hero-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-hero-group .hero-content{
    max-width: 784px;
    margin: 0 auto;
}

.page-id-14 .hero-content, .page-id-303 .hero-content{
	justify-content: start;
	text-align: start;
	margin: unset;
}

.page-id-14 .hero-content .cta-group, .page-id-303 .hero-content .cta-group{
	max-width: 100%;
	width: 100%
}

.page-id-14 .hero-detail .hero-detail-title, .page-id-303 .hero-detail .hero-detail-title{
    text-align: start;
}

.page-id-14 .hero-detail .hero-detail-desc, .page-id-303 .hero-detail .hero-detail-desc{
    text-align: start;
}

.page-id-14 .hero-detail .hero-detail-smalltitle, .page-id-303 .hero-detail .hero-detail-smalltitle{
    text-align: start;
}

.hero-content .hero-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.hero-detail .hero-detail-title{
    color: var(--light-text);
    text-align: center;
}

.hero-detail .hero-detail-desc{
    color: var(--light-text);
    text-align: center;
}

.hero-detail .hero-detail-smalltitle{
    color: var(--light-text);
    text-align: center;
}

.hero-content .cta-group .cta-primary{
    border: 1px solid var(--white);
    color: var(--white);
}

.hero-content .cta-group .cta-primary span svg{
    fill: var(--white);
}

/* Home Hero Section */

/* Product Overview Section */

.product-overview-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.product-overview-detail{
    max-width: 784px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.product-overview-detail .product-overview-smalltitle{
    color: var(--green-500);
    text-align: center;
}

.product-overview-detail .product-overview-title{
    color: var(--dark-text);
    text-align: center;
}

.product-overview-list{
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.product-overview-item{
    flex: 0 0 calc(50% - 31px);
    position: relative;
    min-height: 366px;
    padding: 48px 0;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: start;
}

.product-overview-item .product-overview-item-detail{
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 335px;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-overview-item-detail .product-overview-item-title{
    color: var(--green-500);
}

.product-overview-item-detail .product-overview-item-desc{
    color: var(--green-500);
}

.product-overview-item-detail .cta-group{
    margin-top: auto;
}

.product-overview-item-detail .cta-group .cta-primary{
    border: 1px solid var(--green-500);
    color: var(--green-500);
}

.product-overview-item .product-overview-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-overview-image img{
    object-fit: cover;
    object-position: top right;
    align-self: stretch;
}

@media (max-width: 991px){
    .product-overview-list{
        flex-direction: column;
    }
}

/* Product Overview Section */

/* Value Proposition Section */

.value-proposition-section{
    padding-top: 64px;
    padding-bottom: 64px;
    background: var(--green-50);
}

.value-proposition-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 31px;
}

.value-proposition-image{
    max-width: 562px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.value-proposition-image img{
    object-fit: cover;
    object-position: left center;
    align-self: stretch;
    border-radius: 15px;
}

.value-proposition-content{
    max-width: 667px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 31px;
    flex-grow: 1;
}

.value-proposition-content .value-proposition-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.value-proposition-detail .value-proposition-detail-smalltitle{
    color: var(--green-500);
}

.value-proposition-content .value-proposition-list{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.value-proposition-item{
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.value-proposition-content .cta-group{
    margin-top: auto;
}

@media (max-width: 991px){
    .value-proposition-group{
        flex-direction: column;
    }

    .value-proposition-image{
        max-width: 100%;
    }

    .value-proposition-content{
        max-width: 100%;
    }
}

/* Value Proposition Section */


/* Product Highlight Section */

.product-highlight-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.product-highlight-top-head-group{
    max-width: 784px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.product-highlight-top-head-group .product-highlight-top-head-smalltitle{
    text-align: center;
    color: var(--green-500);
}

.product-highlight-top-head-group .product-highlight-top-head-title{
    text-align: center;
}

.product-highlight-group-list{
    margin-top: 31px;
}

.product-highlight-group-item{
    padding-top: 32px;
    padding-bottom: 32px;
}

.product-highlight .product-highlight-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
}

.product-highlight-head-cta a {
    color: var(--green-500);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-highlight-head-cta span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-highlight-head-cta span svg{
    width: 15px;
    height: 15px;
}

.product-list{
    display: flex;
    gap: 21px;
    margin-top: 31px;
    flex-wrap: wrap;
}


.product-item{
    flex: 0 0 calc(25% - 21px);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 21px;
	align-items: flex-start;
}

.product-item .product-image{
    overflow: hidden;
    height: 306px;
}

.product-image img{
    border-radius: 7px;
    border: 1px solid var(--gray-1);
    align-self: stretch;
    object-position: center;
    object-fit: cover;
}

.product-item .product-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

@media (max-width: 991px){
    .product-item{
        flex: 0 0 calc(50% - 21px);
    }
}

@media (max-width: 575px){
    .product-item{
        flex: 0 0 calc(100%);
    }
    
    .product-highlight .product-highlight-head{
        flex-direction: column;
        align-items: start;
    }
}

/* Product Highlight Section */


/* Certification List Section */

.certi-list-section{
    background: var(--green-50);
    padding-top: 64px;
    padding-bottom: 64px;
}

.certi-list-head{
    max-width: 784px;
    margin: 0 auto;
}

.certi-list-head .certi-list-title{
    text-align: center;
    color: var(--green-500);
}

.certi-list{
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    max-width: 494px;
    margin: 0 auto;
    margin-top: 31px;
    justify-content: center;
}

.certi-item{
    flex: 0 0 calc(25% - 64px);
    height: 69px;
}

.certi-item img{
    object-fit: contain;
    object-position: center;
    align-self: center;
}

@media (max-width: 575px){
    .certi-list{
        gap: 31px;
    }

    .certi-item{
        flex: 0 0 calc(50% - 31px);
    }
}

/* Certification List Section */



/* Blog Highlight Section */

.blog-hgh-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.blog-hgh-head{
    max-width: 784px;
    margin: 0 auto;
}

.blog-hgh-head .blog-hgh-smalltitle{
    color: var(--green-500);
    text-align: center;
}

.blog-hgh-head .blog-hgh-title{
    color: var(--dark-text);
    text-align: center;
}

.blog-hgh-list{
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.blog-hgh-item{
    flex: 0 0 calc(33.33% - 31px);
    flex-grow: 1;
    max-width: 410px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.blog-hgh-item .blog-hgh-image{
    position: relative;
    height: 255px;
    border-radius: 15px;
    border: 1px solid var(--gray-1);
    overflow: hidden;
}

.blog-hgh-image img{
    object-fit: cover;
    object-position: top left;
    align-self: stretch;
}

.blog-hgh-detail .blog-hgh-title{
    color: var(--dark-text);
}

.blog-hgh-detail .blog-hgh-title:hover{
    color: var(--green-500);
}

.blog-hgh-image .blog-category{
    position: absolute;
    top: 11px;
    left: 11px;
}

.blog-category{
    background: var(--green-500);
    padding: 2px 11px;
    max-width: fit-content;
    border-radius: 360px;
}

.blog-category a{
    color: var(--white);
}

.blog-hgh-item .cta-group{
    margin-top: auto;
}

.blog-hgh-item .cta-group a {
    color: var(--green-500);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 11px;
}

.blog-hgh-item .cta-group span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-hgh-item .cta-group span svg{
    width: 15px;
    height: 15px;
}

@media (max-width: 991px){
    .blog-hgh-item{
        flex: 0 0 calc(50% - 31px);
    }

    .blog-category{
        font-size: 14px;
    }
}

@media (max-width: 575px){
    .blog-hgh-item{
        flex: 0 0 calc(100%);
        max-width: 100%;
    }

    .blog-hgh-item .blog-hgh-image{
        height: 255px;
    }
}


/* Blog Highlight Section */


/* Big CTA Sections */

.big-cta-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.big-cta-group{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    min-height: 408px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.big-cta-detail{
    position: relative;
    z-index: 2;
    max-width: 784px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 11px;
    flex-grow: 1;
    padding-left: 31px;
    padding-right: 31px;
}

.big-cta-detail .big-cta-title{
    color: var(--white);
    text-align: center;
}

.big-cta-detail .big-cta-desc{
    color: var(--white);
    text-align: center;
}

.big-cta-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.big-cta-background:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
}

.big-cta-background img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.big-cta-detail .cta-group .cta-primary{
    color: var(--white);
    border: 1px solid var(--white);
}

.big-cta-detail .cta-group .cta-primary span svg{
    fill: var(--white);
}

/* Big CTA Sections */


/* Socmed Banner Section */

.socmed-section{
    padding-top: 64px;
    padding-bottom: 64px;
    background: var(--green-50);
}

.socmed-banner-detail{
    max-width: 784px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.socmed-banner-detail .socmed-smalltitle{
    color: var(--green-500);
    text-align: center;
}

.socmed-banner-detail .socmed-title{
    text-align: center;
    color: var(--dark-text);
}

.socmed-banner-list{
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    padding: 21px;
}

.socmed-banner-item{
    flex: 0 0 calc(25% - 11px);
    flex-grow: 1;
}

.socmed-banner-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 21px;
}

.socmed-banner-item:hover .socmed-banner-title{
    color: var(--green-500);
}

.socmed-banner-item .socmed-banner-image{
    overflow: hidden;
}

.socmed-banner-item .socmed-banner-image img{
    border-radius: 7px;
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

@media (max-width: 991px){
    .socmed-banner-item{
        flex: 0 0 calc(50% - 11px);
    }
}

@media (max-width: 320px){
    .socmed-banner-item{
        flex: 0 0 calc(100%);
    }
}

/* Socmed Banner Section */


/* Timeline Section */

.timeline-section{
    padding-top: 64px;
    padding-bottom: 64px;
    background: var(--green-500);
}

.timeline .timeline-head {
    max-width: 784px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}

.timeline-head .timeline-head-smalltitle{
    color: var(--white);
    text-align: center;
}

.timeline-head .timeline-head-title{
    color: var(--white);
    text-align: center;
}

.timeline-list{
    margin-top: 31px;
}

.timeline .eyebrow {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 600;
    font-size: .8rem;
    color: #a7d8c2;
    margin-bottom: 6px;
}

.timeline-years {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 31px;
    position: relative;
    overflow-x: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

.timeline-years::-webkit-scrollbar {
    display: none;
}

.timeline-years::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;                     
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        rgba(255, 255, 255, 0.30) 0px,
        rgba(255, 255, 255, 0.30) 6px,
        transparent 6px,
        transparent 12px
    );
    pointer-events: none;
    z-index: 0;                   
}

.timeline-years .year {
    position: relative;
    padding: 12px 28px;
    border: 1px solid var(--gray-1);
    border-radius: 999px;
    font-weight: 700;
    color: #e8fff4;
    background: var(--green-500);
    z-index: 1;                  
    transition: transform .12s ease, background .2s ease, color .2s ease, border-color .2s ease;
    cursor: pointer;
}

.timeline-years .year::before {
    content: "";
    position: absolute;
    left: 6px;                    
    right: 6px;
    top: 50%;
    height: 14px;                 
    transform: translateY(-50%);
    border-radius: 999px;
    z-index: -1;                 
}

.timeline-years .year.active {
    color: var(--green-500);
    border-color: var(--white);
    background: var(--white);
}

.timeline .timeline-panes { 
    margin-top: 31px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.timeline .pane {
    display: none;
}

.timeline .pane.active {
    display: block;
}

.timeline-card-item {
    display: flex;
    gap: 31px;
    align-items: center;
}

.timeline-card-item .timeline-card-image{
    max-width: 312px;
    height: auto;
    width: 100%;
}

.timeline-card-item .timeline-card-image img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
    border-radius: 15px;
}

.timeline-card-detail{
    max-width: 667px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 11px;
}

.timeline-card-detail .timeline-card-title{
    color: var(--white);
}

.timeline-card-detail .timeline-card-desc{
    color: var(--white);
}

.timeline-card-detail .cta-group{
    margin-top: 31px;
}

.timeline-card-detail .cta-group .cta-primary{
    color: var(--white);
    border: 1px solid var(--white);
}

.timeline-card-detail .cta-group .cta-primary span svg{
    fill: var(--white);
}


@media (max-width: 767px) {
    .timeline-card-item{
        flex-direction: column;
        align-items: start;
    }

    .timeline-card-item .timeline-card-image{
        max-width: 100%;
    }

    .timeline-card-detail{
        max-width: 100%;
    }
}


/* Timeline Section */


/* About Detail Section */

.about-detail-section{
    padding-top: 64px;
    padding-bottom: 64px;
    background: var(--green-500);
}

.about-detail-group{
    display: flex;
    gap: 31px;
    align-items: start;
}

.about-detail-group .about-detail-image{
    max-width: 562px;
    width: 100%;
    height: auto;
}

.about-detail-image img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
    border-radius: 15px;
}

.about-detail-group .about-detail{
    max-width: 667px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.about-detail .about-detail-head{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.about-detail .about-detail-head .about-smalltitle{
    color: var(--white);
}

.about-detail .about-detail-head .about-title{
    color: var(--white);
}

.about-detail .about-content p{
    color: var(--white);
    margin-bottom: 24px;
}

@media (max-width: 991px){
    .about-detail-group{
        flex-direction: column;
    }

    .about-detail-group .about-detail-image{
        max-width: 100%;
    }

    .about-detail-group .about-detail{
        max-width: 100%;
    }
}

/* About Detail Section */


/* Blog Hero Section */

.blog-hero-section{
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    min-height: 614px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-hero-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-hero-background img{
	object-fit: cover;
	object-position: center;
	align-self: stretch;
}

.blog-hero-detail{
    max-width: 784px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 11px;
}

.blog-hero-detail .blog-hero-smalltitle{
    color: var(--white);
    text-align: center;
}

.blog-hero-detail .blog-hero-title{
    color: var(--white);
    text-align: center;
}

.blog-hero-search{
    position: relative;
    z-index: 2;
    max-width: 658px;
    margin: 0 auto;
    width: 100%;
    margin-top: 31px;
}

.blog-hero-search .search-form{
    position: relative;
}

.blog-hero-search .search-form .input-group{
    display: flex;
    gap: 11px;
    align-items: center;
    position: relative;
}

.search-form .input-group .search-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.search-form .input-group .search-icon svg{
    fill: var(--gray-2);
    width: 15px;
    height: 15px;
    color: var(--gray-2);
}

.search-form .input-group .search-field{
    max-width: 606px;
    width: 100%;
    border-radius: 360px;
    padding: 6px 8px;
    padding-left: 31px;
}

.search-form .cta-search{
    max-width: fit-content;
    background: var(--green-500);
    margin-top: 0;
}

.search-form .cta-search span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form .cta-search span svg{
    color: var(--white);
    fill: var(--white);
    width: 15px;
    height: 15px;
}

/* Blog Hero Section */


/* Blog Headline Section */

.blog-headline-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.blog-headline-head{
    width: 100%;
}

.blog-headline-head-title{
    color: var(--dark-text);
}

.blog-headline-group{
    display: flex;
    gap: 31px;
    margin-top: 31px;
}

.blog-headline-main{
    max-width: 678px;
    width: 100%;
}

.blog-headline-side{
    max-width: 584px;
    width: 100%;
}

.blog-headline-main-item{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.blog-headline-main-item .blog-headline-main-item-title a{
    color: var(--dark-text);
    font-weight: 600;
}

.blog-headline-main-item .blog-headline-main-item-title:hover a{
    color: var(--green-500);
}

.blog-headline-main-item .blog-headline-main-item-image{
    height: 385px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-headline-side-item .blog-headline-side-item-title a{
    font-weight: 600;
    color: var(--dark-text);
}

.blog-headline-side-item .blog-headline-side-item-title:hover a{
    color: var(--green-500);
}

.blog-headline-main-item-image img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}


.blog-headline-main-item .blog-headline-main-item-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.blog-headline-side-list{
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.blog-headline-side-item{
    width: 100%;
    display: flex;
    align-items: start;
    gap: 11px;
}

.blog-headline-side-item .blog-headline-side-item-image{
    max-width: 171px;
    width: 100%;
    height: 152px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-headline-side-item-image img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.blog-headline-side-item .blog-headline-side-item-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 398px;
    width: 100%;
}

@media (max-width: 991px){
    .blog-headline-group{
        flex-direction: column;
    }

    .blog-headline-main{
        max-width: 100%;
    }

    .blog-headline-side{
        max-width: 100%;
    }

    .blog-headline-side-item .blog-headline-side-item-detail{
        max-width: 100%;
    }
}

@media (max-width: 575px){
    .blog-headline-main-item .blog-headline-main-item-image{
        height: 245px;
    }
}

@media (max-width: 320px){
    .blog-headline-side-item .blog-headline-side-item-image{
        max-width: 100%;
    }

    .blog-headline-side-item{
        flex-direction: column;
    }

    .blog-headline-side-item .blog-headline-side-item-image{
        height: 192px;
    }
}

/* Blog Headline Section */


/* Other BLog Section */

.blog-other-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.blog-other-head .blog-other-title{
    color: var(--dark-text);
}

.blog-list{
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.blog-item{
    flex: 0 0 calc(33.33% - 31px);
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.blog-item .blog-image{
    height: 235px;
    overflow: hidden;
    border-radius: 15px;
}

.blog-image img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.blog-item .blog-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex-grow: 1;
}

@media (max-width: 991px){
    .blog-item{
        flex: 0 0 calc(50% - 31px);
    }
}

@media (max-width: 575px){
    .blog-item{
        flex: 0 0 calc(100%);
    }
}

/* Other BLog Section */


/* Pagination */

.pagination-group{
    max-width: 1184px;
    margin: 0 auto;
    margin-top: 31px;
}

.pagination-group .page-numbers{
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
}

.page-numbers li{
    list-style: none;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--gray-1);
    color: var(--black-1);
    font-size: 12px;
    line-height: 160%;
}

.page-numbers li:hover{
    background: var(--green-500);
    color: var(--white);
}

.page-numbers li:has(.current){
    background: var(--green-500);
    color: var(--white);
}

.pagination-group .next,
.pagination-group .prev{
    font-size: 18px;
}

.page-numbers li a{
    font-size: 12px;
    line-height: 160%;
    width: 100%;
    height: 100%;
    display: block;
}

.page-numbers li:hover a{
    color: var(--white);
}

.page-numbers li a{
    text-decoration: none;
}

/* Pagination */


/* Blog Single Section */

.blog-single-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.blog-single-head .blog-single-tag{
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-single-head{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.blog-single-head .blog-single-info{
    display: flex;
    gap: 21px;
}

.blog-published-date, .blog-modified-date{
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog-single-thumbnail{
    height: 643px;
    border-radius: 15px;
    width: 100%;
    margin-top: 31px;
    margin-bottom: 31px;
    overflow: hidden;
}

.blog-single-group{
    display: flex;
    gap: 31px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.blog-single-sidebar{
    max-width: 227px;
    width: 100%;
}

.blog-single-sidebar-item{
    padding: 16px;
    border: 1px solid var(--gray-1);
    border-radius: 7px;
}

.resource-filter-toc-item ul{
    margin-top: 7px;
}

.resource-filter-toc-item ul li{
    list-style: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
}

.resource-filter-toc-item ul li:hover{
    background-color: var(--green-500);
}

.resource-filter-toc-item ul li.active{
    background-color: var(--green-500);
}

.resource-filter-toc-item ul li.active a{
    color: var(--white);
}

.resource-filter-toc-item ul li:hover a{
    color: var(--white);
}

.resource-filter-toc-item ul li a{
    padding: 10px 8px;
    text-decoration: none;
    color: var(--dark-text);
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
}

.blog-single-content{
    max-width: 1036px;
    width: 100%;
}

.blog-single-thumbnail img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.blog-single-content img{
    margin-bottom: 24px;
    height: 504px;
    object-fit: cover;
    align-self: stretch;
    object-position: center;
    border-radius: 15px;
    border: 1px solid var(--gray-1);
}

.blog-single-content p{
    margin-bottom: 24px;
}

.blog-single-content p strong{
    font-weight: 600;
}

.blog-single-content figure{
    margin-bottom: 24px;
    height: 435px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--gray-1);
}

.blog-single-content figure img{
    object-fit: none;
    border-radius: 15px;
    height: auto;
}

.blog-single-content ul{
    margin-bottom: 24px;
    padding-left: 24px;
}

.blog-single-content ul li{
    margin-bottom: 11px;
}

.blog-single-content h1, .blog-single-content h2, .blog-single-content h3, .blog-single-content h4, .blog-single-content h5, .blog-single-content h6{
    margin-bottom: 24px;
}

.blog-single-content h1 strong, .blog-single-content h2 strong, .blog-single-content h3 strong, .blog-single-content h4 strong, .blog-single-content h5 strong, .blog-single-content h6 strong{
    font-weight: 600;
}

.read-other-blog {
    padding: 11px 16px;
    background: var(--green-50);
    border-left: 3px solid var(--green-500);
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 24px;
}

.read-other-blog .sub-title{
    margin-bottom: auto;
}

.related-post{
    padding-top: 32px;
    padding-bottom: 32px;
}

.related-post-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 31px;
}

.related-post-item{
    display: flex;
    align-items: start;
    gap: 31px;
}

.related-post-item .related-thumb{
    max-width: 171px;
    height: 152px;
    border-radius: 15px;
    overflow: hidden;
}

.related-post-item .related-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 100%;
}

.related-detail .related-heading, .related-detail .related-desc{
    margin-bottom: 0;
}

@media (max-width: 991px){
    .blog-single-group{
        flex-direction: column;
        padding-top: 32px;
    }

    .blog-single-sidebar{
        max-width: 100%;
    }

    .blog-single-content{
        max-width: 100%;
    }

    .blog-single-thumbnail{
        height: 443px;
    }
}

@media (max-width: 575px){
    .blog-single-thumbnail{
        height: 283px;
    }
}

@media (max-width: 320px){
    .related-post-item{
        flex-direction: column;
    }
}

/* Blog Single Section */


/* Product Section */

.product-hero-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.product-hero-head{
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 31px;
}

.product-hero-head .product-hero-detail{
    max-width: 784px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.product-hero-head .product-hero-smalltitle{
    color: var(--green-500);
}

.product-hero-head .product-hero-title{
    font-size: 36px;
}


@media (max-width: 1399px){
    .product-hero-head .product-hero-title {
        font-size: 34px; 
    }
}

@media (max-width: 1199px){
    .product-hero-head .product-hero-title {
        font-size: 32px;
    }
}

@media (max-width: 991px){
    .product-hero-head .product-hero-title {
        font-size: 30px;
    }

    .product-hero-head{
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767px){
    .product-hero-head .product-hero-title {
        font-size: 26px;
    }
}

@media (max-width: 575px){
    .product-hero-head .product-hero-title {
        font-size: 22px;
    }
}

@media (max-width: 320px){
    .product-hero-head .product-hero-title {
        font-size: 20px;
    }
}


/* Product Section */


/* Single Product Section */

.single-product-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.single-product-group{
    display: flex;
    gap: 31px;
    justify-content: space-between;
}

.single-product-image{
    max-width: 550px;
    width: 100%;
}

.single-product-content{
    max-width: 669px;
    width: 100%;
}

.single-product-image-preview{
    height: 550px;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    border: 2px solid var(--gray-1);
}

.single-product-image-preview img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.single-product-image-thumb-list{
    display: flex;
    gap: 11px;
    margin-top: 21px;
    align-items: center;
    flex-wrap: wrap;
}

.single-product-image-thumb{
    height: 76px;
    width: 76px;
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid var(--gray-1);
}

.single-product-image-thumb img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.single-product-image-thumb.is-active{
    border: 2px solid var(--green-500);
}

.single-product-image-thumb:hover{
    border: 2px solid var(--green-500);
}

.single-product-detail-head{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.single-product-content .cta-group{
    max-width: 100%;
}

.single-product-content .cta-group .cta-quote{
    width: 100%;
}

.single-product-accordion-list{
    margin-top: 31px;
}

.single-product-accordion-list{
  display: grid;
  gap: 12px;
}

.single-product-accordion-item{
  border: 2px solid var(--gray-1);
  border-radius: 12px;
  background: var(--white);
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.single-product-accordion-item:hover{
  border-color: color-mix(in srgb, var(--gray-1) 70%, #000 30%);
}

.product-accordion-head{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.product-accordion-head:hover{
  background: var(--white);
}

.product-accordion-head:focus-visible{
  outline: 2px solid var(--green-500);
  outline-offset: 2px;
}

.product-accordion-title{
  color: var(--dark-text);
}

.product-accordion-icon{
  display: inline-flex;
  line-height: 0;
  transition: transform .2s ease;
  color: var(--dark-paragraph);
}

.single-product-accordion-item.is-open .product-accordion-icon{
    transform: rotate(180deg);
    color: var(--green-500);
}

.single-product-accordion-item.is-open .product-accordion-head .product-accordion-title{
    color: var(--green-500);
}

.product-accordion-detail{
    background: var(--white);
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;           
    transition: max-height .25s ease;
}

.product-accordion-inner{
  padding: 0px 0 18px;   
  color: var(--dark-paragraph);
}

.product-accordion-inner ul{
    padding-left: 24px;
}

.product-accordion-inner ul li{
    margin-bottom: 11px;
}

.single-product-accordion-item.is-open .product-accordion-detail{
  max-height: 1200px; 
}

.product-accordion-detail[hidden]{
  display: block;           
  max-height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border-top-color: transparent;
}

.single-product-accordion-item.is-dense .product-accordion-head{
  padding: 12px 16px;
}
.single-product-accordion-item.is-dense .product-accordion-inner{
  padding: 10px 0 14px;
}

@media (max-width: 991px){
    .single-product-group{
        flex-direction: column;
    }

    .single-product-image{
        max-width: 100%;
    }

    .single-product-content{
        max-width: 100%;
    }
}

/* Single Product Section */


/* Quote Modal Product */

/* Lock page scroll when modal is open */
html.modal-open,
body.modal-open {
  overflow: hidden;
}

/* Base modal container */
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;                 /* keep layout stable for animations */
  align-items: center;
  justify-content: center;

  /* animated visibility */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

/* Overlay */
.quote-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: opacity .25s ease;
}

/* Dialog */
.quote-modal-content {
  position: relative;
  background: #fff;
  width: min(560px, 92vw);
  max-height: 87vh;
  overflow: auto;                /* scrolls inside modal if content is tall */
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);

  /* enter/exit animation */
  transform: translateY(8px) scale(.98);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease;
}

.quote-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 24px;
  line-height: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* Active (visible) state */
.quote-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quote-modal.is-active .quote-modal-overlay {
  opacity: 1;
}

.quote-modal.is-active .quote-modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Optional: slightly faster exit feel */
.quote-modal.closing .quote-modal-overlay {
  opacity: 0;
}
.quote-modal.closing .quote-modal-content {
  transform: translateY(8px) scale(.98);
  opacity: 0;
}

/* Success view alignment */
/* .quote-modal-success { 
    display: flex;
    flex-direction: column;
    gap: 11px;
} */

.quote-modal-success .sub-title{
    margin-bottom: 11px;
}

.quote-modal-success .cta-group{
    max-width: 100%;
}

.quote-modal-success .cta-group .cta-primary{
    max-width: 100%;
    width: 100%;
}

.quote-modal-form{
    margin-top: 21px;
}

.quote-modal-form .wpcf7-form{
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.quote-modal-form .wpcf7 form .wpcf7-response-output{
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 7px;
    order: 1;
    margin-top: 11px;
}

.quote-modal-form p:has(.cta-submit){
    position: relative;
}

.quote-modal-form p:has(.cta-submit) .wpcf7-spinner{
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; /* override CF7 margin */
    z-index: 2;
}

.quote-modal-form .wpcf7-spinner {
    display: none; 
}

.cta-submit.is-loading {
    color: transparent !important;
    pointer-events: none;
}

.quote-modal-form p{
    display: flex;
    flex-direction: column;
    gap: 21px;
    order: 2;
}

.quote-modal-form p br{
    display: none;
}


/* Small screens */
@media (max-width: 560px) {
  .quote-modal-content { padding: 18px; border-radius: 10px; }
}



/* Quote Modal Product */


/* Other Product Section */

.other-product-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

/* Other Product Section */


/* Contact Hero Section */

.contact-hero-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.contact-hero-group{
    display: flex;
    gap: 31px;
}

.contact-hero-group .contact-hero-left{
    max-width: 691px;
    background: var(--green-500);
    display: flex;
    flex-direction: column;
    padding: 31px;
    border-radius: 15px;
    align-items: start;
    gap: 31px;
}

.contact-hero-left .contact-hero-logo{
    height: 35px;   
}

.contact-hero-logo img{
    object-fit: contain;
    object-position: start;
    align-self: stretch;
}

.contact-hero-left .contact-hero-detail{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.contact-hero-detail .contact-hero-detail-title{
    font-size: 36px;
    color: var(--white);
}

.contact-hero-detail .contact-hero-detail-desc{
    color: var(--white);
}

.contact-hero-info-list{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.contact-hero-info-list .info-title{
    color: var(--white);
}

.contact-hero-info-list .info-item{
    display: flex;
    align-items: center;
    gap: 7px;
}

.info-item .info-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon svg{
    width: 18px;
    height: 18px;
    fill: var(--white);
    color: var(--white);
}

.info-item .info-desc{
    color: var(--white);
}

.contact-hero-left .contact-hero-desc{
    color: var(--white);
}

.contact-hero-right{
    padding: 21px;
    border: 1px solid var(--gray-1);
    border-radius: 15px;
    max-width: 569px;
    width: 100%;
}


@media (max-width: 1399px){
    .contact-hero-detail .contact-hero-detail-title {
        font-size: 34px; 
    }
}

@media (max-width: 1199px){
    .contact-hero-detail .contact-hero-detail-title {
        font-size: 32px;
    }
}

@media (max-width: 991px){
    .contact-hero-detail .contact-hero-detail-title {
        font-size: 30px;
    }

    .contact-hero-group{
        flex-direction: column;
    }
    
    .contact-hero-group .contact-hero-left{
        max-width: 100%;
    }

    .contact-hero-right{
        max-width: 100%;
    }
}

@media (max-width: 767px){
    .contact-hero-detail .contact-hero-detail-title {
        font-size: 26px;
    }
}

@media (max-width: 575px){
    .contact-hero-detail .contact-hero-detail-title {
        font-size: 22px;
    }
}

@media (max-width: 320px){
    .contact-hero-detail .contact-hero-detail-title {
        font-size: 20px;
    }
}

/* Contact Hero Section */

/* Location List Section */

.location-list-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.location-list-head{
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.location-list{
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
    margin-top: 31px;
}

.location-item{
    flex: 0 0 calc(33.33% - 31px);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    min-height: 247px;
    display: flex;
    align-items: end;
    padding: 21px;
}

.location-item .location-detail{
    display: flex;
    flex-direction: column;
    gap: 7px;
    z-index: 2;
}

.location-detail .location-title{
    color: var(--white);
}

.location-detail .location-desc{
    color: var(--white);
}

.location-item .location-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location-image img{
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.location-item .location-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; 
    background: linear-gradient(to top, #000000 0%, rgba(255,255,255,0) 100%);
    pointer-events: none; 
}

@media (max-width: 991px){
    .location-item{
        flex: 0 0 calc(50% - 31px);
    }
}

@media (max-width: 320px){
    .location-item{
        flex: 0 0 calc(100%);
    }
}

/* Location List Section */


/* SEO Content Section */

.seo-content-section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.seo-content-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seo-content-wrapper {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.seo-content-wrapper.expanded {
    max-height: none;
}

.seo-content img{
    margin-bottom: 24px;
    height: 504px;
    object-fit: cover;
    align-self: stretch;
    object-position: center;
    border-radius: 15px;
    border: 1px solid var(--gray-1);
}

.seo-content p{
    margin-bottom: 24px;
}

.seo-content p strong{
    font-weight: 600;
}

.seo-content figure{
    margin-bottom: 24px;
    height: 435px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid var(--gray-1);
}

.seo-content figure img{
    object-fit: none;
    border-radius: 15px;
    height: auto;
}

.seo-content ul{
    margin-bottom: 24px;
    padding-left: 24px;
}

.seo-content ul li{
    margin-bottom: 11px;
}

.seo-content h1, .seo-content h2, .seo-content h3, .seo-content h4, .seo-content h5, .seo-content h6{
    margin-bottom: 24px;
}

.seo-content h1 strong, .seo-content h2 strong, .seo-content h3 strong, .seo-content h4 strong, .seo-content h5 strong, .seo-content h6 strong{
    font-weight: 600;
}

.seo-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px; /* adjust overlay height */
    background: linear-gradient(to top, #fff, rgba(255,255,255,0));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.seo-content-wrapper.expanded .seo-content-overlay {
    opacity: 0;
}
.seo-toggle-btn {
    margin-top: 16px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}

/* SEO Content Section */


/* Breadcrumbs Section */

.breadcrumb-section{
	padding-top: 21px;
	padding-bottom: 21px;
}

.breadcrumbs{
	max-width: fit-content;
	display: flex;
	align-items: center;
	gap: 7px;
}

.breadcrumbs span{
	display: flex;
	align-items: center;
	gap: 7px;
}

/* Breadcrumb Condition */

.breadcrumb-section + .product-hero-section {
	padding-top: 0px;
}

.breadcrumb-section:has(+ .product-hero-section) {
  padding-top: 64px;
}

.breadcrumb-section + .blog-single-section {
	padding-top: 0px;
}

.breadcrumb-section:has(+ .blog-single-section) {
  padding-top: 64px;
}

.breadcrumb-section + .product-hero-head {
	padding-top: 0px;
}

.breadcrumb-section:has(+ .product-hero-head) {
  padding-top: 64px;
}

/* Breadcrumbs Section */
