@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.Inter{
    font-family: "Inter", sans-serif;  
}
.manrope {
    font-family: 'Manrope', sans-serif;
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

/* Neue Montreal font */
@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/Neue Montreal/NeueMontreal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/Neue Montreal/NeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/Neue Montreal/NeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
     font-display: swap;
}

/* woodland font */
@font-face {
    font-family: 'PP Woodland';
    src: url('../fonts/Woodland-Font/PPWoodland-Ultralight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PP Woodland';
    src: url('../fonts/Woodland-Font/PPWoodland-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@layer utilities {
    .font-woodland {
        font-family: 'PP Woodland', serif;
    }
}

body {
    overflow-x: hidden; 
        max-width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/* anchor tag hover */
#header {
    overflow-x: clip;
    background-color: #121f44;
}


.nav-item {
  height: 24px;
  overflow: hidden;
}

.nav-text {
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: #fff;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.nav-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 24px;
  color: #ffca06;
}

.nav-item:hover .nav-text {
  transform: translateY(-24px);
}

.header-scrolled {
    background: rgba(18, 31, 68, .6);
    backdrop-filter: blur(12px);
}


/* footer */
@media screen and (max-width: 350px) {
    .btn {
        margin-right: 20px;
    }

    .sub {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .btn {
        margin-right: 80px;
    }

}


/* section eight - vertical parade: cards flow top -> middle (large) -> bottom (small) */
.v-parade {
    position: relative;
    overflow: hidden;
}

.v-parade::before,
.v-parade::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 16%;
    pointer-events: none;
    z-index: 5;
}

.v-parade::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.v-parade::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.v-parade-card {
    position: absolute;
    left: 50%;
    top: 0;
    width: 62%;
    aspect-ratio: 554 / 504;
    border-radius: 0.75rem;
    overflow: hidden;
    animation: vParade 45s linear infinite;
}

.v-parade-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* constant-speed top->bottom travel (equal "top" step every equal time step);
   scale/z-index simply peak when the card is passing the container's middle */
@keyframes vParade {
    0% {
        top: -125%;
        transform: translate(-50%, -50%) scale(0.45);
        z-index: 1;
    }

    12.5% {
        top: -80%;
        transform: translate(-50%, -50%) scale(0.5);
        z-index: 1;
    }

    25% {
        top: -30%;
        transform: translate(-50%, -50%) scale(0.65);
        z-index: 2;
    }

    37.5% {
        top: 0%;
        transform: translate(-50%, -50%) scale(0.95);
        z-index: 3;
    }

    50% {
        top: 30%;
        transform: translate(-50%, -50%) scale(1.3);
        z-index: 4;
    }

    62.5% {
        top: 80%;
        transform: translate(-50%, -50%) scale(0.95);
        z-index: 3;
    }

    75% {
        top: 125%;
        transform: translate(-50%, -50%) scale(0.65);
        z-index: 2;
    }

    87.5% {
        top: 150%;
        transform: translate(-50%, -50%) scale(0.5);
        z-index: 1;
    }

    100% {
        top: 200%;
        transform: translate(-50%, -50%) scale(0.45);
        z-index: 1;
    }
}

.woocommerce ul.products::before {
    display: none !important;
}

.woocommerce ul.products::after {
    display: none !important;
}

 .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs{
    margin-top:30px !important;
    display:flex;
    gap:10px;
    justify-content:center;
    }
    .woocommerce-product-gallery__wrapper a img{
    border-radius: 15px;
    }
    .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img{
     border-radius: 15px;
     }
     .woocommerce div.product .product_title {
        font-size: 24px;
    font-weight: 600;
    }
    
.woocommerce div.product form.cart .variations label value{
margin-top: 8px;
}
.woocommerce-breadcrumb a {
    transition: color 0.25s ease;
}

.woocommerce-breadcrumb a:hover {
    color:gold !important;
}
.woocommerce div.product div.summary {
margin-top:4rem;
  }
  
  
  
   /* pantry_section */


.single .single_heading h1 {
    text-align: center;
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    padding-top: 36px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .single .single_heading h1 {
        font-size: 50px;
        line-height: 56px;
        letter-spacing: 0.03em;
        max-width: 800px;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .single .single_heading h1 {
        text-align: left;
        padding-left: 50px;
        max-width: 800px;
        margin-left: 0;
        margin-right: 0;
         text-wrap: balance;
    }
}

@media (min-width: 1280px) {
    .single .single_heading h1 {
        font-size: 58px;
        line-height: 56px;
        padding-left: 100px;
        max-width: 800px;
       text-wrap: balance;
    }
}
.single .single_heading h1 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.single .single_heading h1 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}





.single .pantry_para {
    text-align: center;
    font-size: 14px;
      font-family: 'Neue Montreal';
    line-height: 25px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #ffffff;
    padding-top: 42px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* md: 768px */
@media (min-width: 768px) {
    .single .pantry_para {
        font-size: 16px;
        line-height: 29px;
        padding-left: 4rem;
        padding-right: 4rem;
        max-width: 700px;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .single .pantry_para {
        text-align: left;
        padding-left: 50px;
        padding-right: 4rem;
        max-width: 750px;
        margin-left: 0;
        margin-right: 0;
    }
}


/* xl: 1280px */
@media (min-width: 1280px) {
    .single .pantry_para {
        padding-left: 100px;
          max-width: 700px;
    }
}
/* section two */
 .single .snacks-secondheading h2 {
    line-height: 35px;
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 90px;
    color: #000000;
    letter-spacing: 0.03em;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    text-wrap: balance;
     
}

@media (min-width: 768px) {
    .single .snacks-secondheading h2 {
        line-height: 50px;
        font-size: 42px;
        max-width: 900px;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .single .snacks-secondheading h2 {
        font-size: 50px;
        max-width: 1000px;
        text-wrap: balance;
    }
}




@media (min-width: 1280px) {
    .single .snacks-secondheading h2 {
        max-width: 1000px;
        text-wrap: balance;
    }
}


/* Pink text */
.single .snacks-secondheading h2 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.single .snacks-secondheading h2 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}


/*footer */



.fivestar_footer h2 {
    font-family: 'PP Woodland', serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    color:#ffffff !important;
     position: relative;
}

/* md: 768px */
@media (min-width: 768px) {
    .fivestar_footer h2 {
        font-size: 42px;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .fivestar_footer h2 {
        font-size: 50px;
    }
}

.fivestar_footer h2 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.fivestar_footer h2 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}


#testimonial-section .hero h4 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
   text-wrap: balance;
    margin-left: auto;
    margin-right: auto;
}

/* sm: 640px */
@media (min-width: 413px) {
    #testimonial-section .hero h4 {
        font-size: 32px;
        max-width: 500px;
        text-wrap: balance;
    }
}

/* md: 768px */
@media (min-width: 768px) {
    #testimonial-section .hero h4 {
        max-width: 600px;
        font-size: 42px;
        text-wrap: balance;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    #testimonial-section .hero h4 {
        font-size: 50px;
        text-wrap: balance;
    }
}
/* Pink text */
#testimonial-section .hero h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

#testimonial-section .hero h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
 

/* section six pantry */
.squatch-squad-right p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    font-family: "Neue Montreal", sans-serif;
    font-weight: 500;
  
}
/*about us page section four */
.testimonial-about h2 {
     font-family: 'PP Woodland', serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0em;
    color: #1E1E1E;
    text-align: center;
    max-width: 450px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}

@media (min-width: 640px) {
    .testimonial-about h2{
        font-size: 42px;
    }
}

@media (min-width: 768px) {
    .testimonial-about h2 {
        max-width: 700px;
        line-height:52px;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .testimonial-about h2 {
        font-size: 50px;
        line-height:56px;
        text-wrap: balance;
    }
}
.testimonial-about h2 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.testimonial-about h2 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}



/* section one about us page */

 .right_hero_about_us h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}

.right_hero_about_us h3 span {
    color: #CC1F4B;
}
 .right_hero_about_us p{
  text-align: left;
    font-weight: 500;
    font-size: 16px;
    font-family: "Neue Montreal", sans-serif;
 }
 .left_hero_about_us h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: right;
}

.left_hero_about_us h3 span {
    color: #CC1F4B;
}
 .left_hero_about_us p{
    font-weight: 500;
    font-size: 16px;
    font-family: "Neue Montreal", sans-serif;
 }
 .left_hero_about_us_one h3 {
    font-size: 40px;
    font-weight: 700;
    
}

.left_hero_about_us_one h3 span {
    color: #CC1F4B;
}
 .left_hero_about_us_one p{
    font-weight: 500;
    font-size: 16px;
    font-family: "Neue Montreal", sans-serif;
 }
 
 .right_hero_about_us h3{
    font-size: 40px;
    font-weight: 700;
 }
 .right_hero_about_us h3 span {
    color: #CC1F4B;
}
 .right_hero_about_us p{
    font-weight: 500;
    font-size: 16px;
    font-family: "Neue Montreal", sans-serif;
 }
 
 /*testimonial section */
 .about_us .wp-block-paragraph {
    color: #000000B2;
    font-family: "Neue Montreal", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.03em;
    max-width: 340px;
    padding-top:10px;
}

@media (min-width: 768px) {
    .about_us .wp-block-paragraph {
        font-size: 20px;
        max-width: 700px;
    }
}

@media (min-width: 1024px) {
    .about_us .wp-block-paragraph {
        max-width: 700px;
    }
}
 
 /*section two elevated experience */
    .elevated .content_one p {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    color: #000000B2;
     font-family: "Neue Montreal", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: 0.03em;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .elevated .content_one p {
        padding-left: 0;
        padding-right: 0;
        margin-top: 32px;
        font-size: 20px;
        max-width: 560px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .elevated .content_one p {
        padding-right: 40px;
        max-width: 550px;
    }
}
  .elevated .content_two p {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 32px;
    color: #000000B2;
    font-family: "Neue Montreal", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: 0.03em;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .elevated .content_two p {
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
        max-width: 560px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .elevated .content_two p {
        max-width: 500px;
    }
}


/*section_two_solutions */
.solution_between_inconsistent .content p {
    padding-left: 16px;
    padding-right: 16px;

    text-align: center;

    margin-top: 16px;

    color: #121f44;

    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Neue Montreal", sans-serif;

    margin-left: auto;
    margin-right: auto;

    max-width: 350px;
}


/* md: 768px */
@media (min-width: 768px) {
    .solution_between_inconsistent .content p {
        font-size: 20px;
        max-width: 600px;
    }
}


/* lg: 1024px */
@media (min-width: 1024px) {
    .solution_between_inconsistent .content p {
        padding-left: 0;
        padding-right: 0;

        text-align: left;

        margin-left: 0;
        margin-right: 0;

        max-width: 450px;
    }
}

/*banner section_solution */


  
  .single-solution .hero_solution h1 {
    text-align: center;
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #121f44;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
     position:relative;
     text-wrap: balance;
}




/* md: 768px */
@media (min-width: 768px) {
    .single-solution .hero_solution h1 {
        font-size: 50px;
        line-height: 58px;
        letter-spacing: 0.03em;
        max-width: 700px;
        text-wrap: balance;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .single-solution .hero_solution h1 {
        text-align: left;
        padding-left: 20px;
       max-width: 900px;
       text-wrap: balance;
        margin-left: 0;
        margin-right: 0;
        
    }
}

/* xl: 1280px */
@media (min-width: 1280px) {
    .single-solution .hero_solution h1 {
        padding-left: 100px;
        font-size: 60px;
        line-height: 60px;
         max-width: 900px;
         text-wrap: balance;
    }
}
.single-solution .hero_solution h1 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.single-solution .hero_solution h1 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}


/*company section banner */

 .page-template h1 {
    text-align: center;
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #121f44;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
     position:relative;
     text-wrap: balance;
}




/* md: 768px */
@media (min-width: 768px) {
    .page-template h1 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0.03em;
        max-width: 700px;
        text-wrap: balance;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .page-template h1 {
        text-align: left;
      text-wrap: balance;
       max-width:900px;
        margin-left: 0;
        margin-right: 0;
        font-size: 60px;
        line-height: 60px;
    }
}


.page-template h1 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page-template h1 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/*about and sustainibility */




 .page-template .about_sec_one h1 {
    text-align: center;
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
     position:relative;
     text-wrap: balance;
}




/* md: 768px */
@media (min-width: 768px) {
    .page-template .about_sec_one h1 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0.03em;
        max-width: 650px;
        text-wrap: balance;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .page-template .about_sec_one h1 {
       text-align: left;
        width: 100%;
        max-width: 1000px;
        margin-left: 0;
        margin-right: 0;
        text-wrap: balance;
    }
    
}

/* xl: 1280px */
@media (min-width: 1280px) {
    .page-template .about_sec_one h1 {
       max-width: 1100px;
        font-size: 66px;
        line-height: 71px;
        text-wrap: balance;
         
    }
}
.page-template .about_sec_one h1 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page-template .about_sec_one h1 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/*section two */
 .page-template .company_sec_two h2 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
 position:relative;
    margin-left: auto;
    margin-right: auto;

    max-width: 350px;
}

@media (min-width: 768px) {
   .page-template .company_sec_two h2 {
        font-size: 50px;
        line-height: 61px;
        max-width: 700px;
    }
}

@media (min-width: 1024px) {
    .page-template .company_sec_two h2 {
        max-width: 1000px;
         line-height: 58px;
    }
}
.page-template .company_sec_two h2 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page-template .company_sec_two h2 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

/* section third */
 .page-template .company_sec_third h4 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
     position:relative;
}

@media (min-width: 768px) {
     .page-template .company_sec_third h4 {
        font-size: 42px;
    }
}

@media (min-width: 1024px) {
    .page-template .company_sec_third h4 {
        font-size: 50px;
    }
}
 .page-template .company_sec_third h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page-template .company_sec_third h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/* section four */
.page-template .company_sec_four h5 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
    color: #000000;
     position:relative;

}

@media (min-width: 768px) {
     .page-template .company_sec_four h5 {
        font-size: 42px;
    }
}

@media (min-width: 1024px) {
    .page-template .company_sec_four h5 {
        font-size: 50px;
    }
}
 .page-template .company_sec_four h5 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.page-template .company_sec_four h5 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

/*elevated part */
.elevated h4 {
      font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #000000;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
     position:relative;
     text-wrap: balance;
}

/* Medium screens */
@media (min-width: 768px) {
    .elevated h4 {
        font-size: 40px;
        padding-top: 30px;
        line-height: 49px;
        max-width: 700px;
        text-wrap: balance;
    }
}

/* Large screens */
@media (min-width: 1024px) {
    .elevated h4 {
        font-size: 50px;
        max-width: 1000px;
        line-height: 50px;
        text-wrap: balance;
    }
}
 .elevated h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.elevated h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

/* elevated_blue */
.elev_blue h4 {
      font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 0.03em;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
     position:relative;
     text-wrap: balance;
}

/* Medium screens */
@media (min-width: 768px) {
    .elev_blue h4 {
        font-size: 40px;
        padding-top: 30px;
        line-height: 49px;
        max-width: 700px;
        text-wrap: balance;
    }
}

/* Large screens */
@media (min-width: 1024px) {
    .elev_blue h4 {
        font-size: 50px;
        max-width: 1000px;
        line-height: 50px;
        text-wrap: balance;
    }
}
 .elev_blue h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.elev_blue h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}






/*workspace-one_office_manager */
.workspace_type_one h4 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
     position:relative;
     text-wrap: balance;
}

@media (min-width: 768px) {
    .workspace_type_one h4 {
        font-size: 40px;
        line-height: 49px;
        padding-top: 30px;
        max-width: 600px;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .workspace_type_one h4 {
        font-size: 50px;
        max-width: 1000px;
        text-wrap: balance;
    }
}
.workspace_type_one h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.workspace_type_one h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/*workspace_type_two */

.workspace_type_two h4 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #000000;
        text-align: center;
        margin-left: auto;
    margin-right: auto;
    max-width: 350px;
     position:relative;
     text-wrap: balance;
}

@media (min-width: 768px) {
    .workspace_type_two h4 {
        font-size: 40px;
        line-height: 49px;
        padding-top: 30px;
        max-width: 600px;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .workspace_type_two h4 {
        font-size: 50px;
        max-width: 1000px;
        text-wrap: balance;
    }
}
.workspace_type_two h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.workspace_type_two h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}
/* review section */
.review_section h4 {
    line-height: 35px;
   font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #000000;
    letter-spacing: 0.03em;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding-top: 40px;
     position:relative;
      text-wrap: balance;
}

@media (min-width: 768px) {
    .review_section h4 {
        line-height: 54px;
        font-size: 42px;
        max-width: 700px;
         text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .review_section h4 {
        font-size: 50px;
        max-width: 1000px;
         text-wrap: balance;
    }
}
 .review_section h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.review_section h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

/* book demo */
 .book_demo h4 {
    line-height: 36px;
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.03em;
    max-width:500px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    text-wrap: balance;
}


@media (min-width: 768px) {
    .book_demo h4 {
        line-height: 51px;
        font-size: 46px;
        max-width: 700px;
        text-wrap: balance;
    }
}

@media (min-width: 1024px) {
    .book_demo h4 {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        text-wrap: balance;
    }
}

@media (min-width: 1280px) {
    .book_demo h4 {
        font-size: 50px;
        text-wrap: balance;
    }
}
 .book_demo h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.book_demo h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

/* fuel_your_team */
.fuel_your_team h6 {
    font-family: 'PP Woodland', serif;
    font-weight: 700;
    padding-top: 20px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.04em;
    color: #1E1E1E;
    max-width: 500px;
    position:relative;
 text-wrap: balance;
}



/* md: 768px */
@media (min-width: 768px) {
    .fuel_your_team h6 {
        font-size: 48px;
        line-height:58px;
        max-width: 750px;
     text-wrap: balance;
    }
}

/* lg: 1024px */
@media (min-width: 1024px) {
    .fuel_your_team h6 {
       font-size: 48px;
        line-height: 1.20;    
        max-width: 700px;
         padding-right: 20px;
        text-wrap: balance;
       
    }
}
 .fuel_your_team h6 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
   
}

.fuel_your_team h6 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}


h4 span[style*="text-decoration: underline"] {
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

h4 span[style*="text-decoration: underline"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 12px;
    background: url('/wp-content/uploads/2026/07/Vector.png') center / 100% 100% no-repeat;
}

.card_content p{
      	color:#ffffff;
	line-height: 1.5rem;
	font-size: 18px;
	margin-top: 8px;
      font-family: 'Neue Montreal';
}

.section-content p{
margin-top : 30px;

}