/*------------------------
Author       : Pxelcode
Template Name: Treaser - Book landing template
Author URI : https://pxelcode.com/
Description: Treaser,creative,author,book,ebook,marketing,digital, agency, startup,onepage, clean, modern,business, company
Version      : 1.1
-------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Chapter
7. Testimonials
8. Author
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/



/* Google Fonts loaded via wp_enqueue_style in functions.php for non-blocking loading */


:root{
  --primary-font:'Noto Sans', sans-serif;
  --secondary-font:'Plus Jakarta Sans', sans-serif;
  --third-font:'Plus Jakarta Sans', sans-serif;
  --heading-color:#263b5e;
  --primary-color:#0f8434;
  --body-color:#6a7695;
  --common-black: #000;
  --common-white: #fff;

  /* Bootstrap primary override */
  --bs-primary: #0f8434;
  --bs-primary-rgb: 15, 132, 52;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  font-family:var(--secondary-font);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: var(--body-color);
}

body, html {
  width: 100%;
  height: 100%;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: .5rem;
  color: #001f00;
}

.h1,
h1 {
  font-size: 2.5rem;
  line-height: 40px;
}

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

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

a{
  text-decoration: none;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #001f00;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #001f00;
}

.section-heading h2 {
  color: #001f00;
}

#page {
  padding: 50px 0 30px;
  color: black;
}

#page a {
  text-decoration: underline;
}

#page a:hover {
  text-decoration: none;
}

.forminator-guttenberg {
  padding: 25px 35px;
  border-radius: 8px;
  background: #f8f9fa;
  max-width: 800px;
  margin-bottom: 20px;
}

.forminator-button {
  font-weight: 700;
  position: relative;
  border-radius: 45px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
  color: #fff !important;
  background: #0f8434;
  border-color: #0f8434;
  padding: 12px 22px;
  font-size: 13px;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
  margin-bottom: 80px;
}

.section {
  position: relative;
  padding: 7.5rem 0;
}


.section-top {
  padding-top: 8.125rem;
}

.section-bottom {
  padding-bottom: 8.125rem;
}


.bg-grey {
  background: #F4F7FC;
}

.text-color {
  color: #0f8434;
}


ul li{
  list-style: none;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F4F7FC;
  height: 60px;
  border-radius:5px;
}

.text-black {
  color: #222;
}


/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 700;
  position: relative;
  padding:16px 30px 16px 30px;
  border-radius: 45px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-main {
  border-color: #eee;
  color: #4d4d4d;
  background: #eee;
  font-weight: 300;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 40px;
}

.btn:focus-visible,
.btn-main:active,
.btn-main:hover {
  background: #a5a5a5;
  color: #fff;
  border-color: #a5a5a5;
}

.btn-main-2 {
  background: #0f8434;
  color: #fff;
  border-color: #0f8434;
  border-radius: 45px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px 25px;
}

.btn-main-2:focus-visible,
.btn-main-2:active,
.btn-main-2:hover {
  background: #165918 !important;
  color: #fff !important;
  border-color: #165918 !important;
}

.btn-white {
  background: #fff !important;
  color: #333;
  border-color: #fff;
}

.btn-white:active,
.btn-white:hover {
  background: #165918 !important;
  color: #fff !important;
  border-color: #165918 !important;
}

.btn-border {
  background: transparent;
  color: #fff !important;
  background: #0f8434;
  border-color: #0f8434;
}

.btn-border:active,
.btn-border:hover {
  background: #165918 !important;
  color: #fff !important;
  border-color: #165918 !important;
}

.btn-small {
  padding: 12px 22px;
  font-size: 13px;
}

button{
  border: 0px;
  background: transparent;
}

.form-label,
.product-full-description,
.product-description,
.product-features,
.productTabsContent {
  color: #333;
}

/*------------------------
Utilites
----------------------------*/
a {
  color: #222;
  transition: all .4s ease;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}


.text-sm {
  font-size: 14px;
  color: #001f00;
}

.bg-gray {
  background: #f5f5f5;
}


.lead {
  line-height: 26px;
  font-size: 17px;
  font-weight: 400;
  color: #001f00;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50{
  margin-bottom: 50px;
}
ul{
  padding-left: 0px;
}

/*-------------------
  HEADER
----------------------*/
.header-top{
  background: #064e1f;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .header-top {
    height: 10px;
  }
  .header-top .container {
    display: none;
  }
}

.header-contact a,.header-contact span{
  color:#fff;
  margin-right:25px;
  opacity: .9;
  font-weight: 600;
  letter-spacing: .2px;
}
.header-contact a i,.header-contact span i{
  margin-right:6px;
  opacity: .4;
}

.header-socials {
  float:right;
}
.header-socials ul li{
  float:left;
}
.header-socials ul li a{
  color:#fff;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background:rgba(255,255,255,.05);
  margin-left:5px;
  padding: 0 15px;
}



/*-------------------
   MENU
----------------------*/
.main-navigation {
  padding: 10px 0px;
  z-index: 9999!important;
}

.main-navigation .btn-border {
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 700;
  color: #001f00;
}


.navbar {
  position: relative;
  padding: 5px 0px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

.main-nav-3{
  background:#fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.main-nav-3 .navbar-nav .nav-link:focus {
  color: #001f00;
}


.menu_fixed {
  position: fixed;
  z-index:2!important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

.navbar-toggler{
  background: var(--heading-color);
  border-radius: 0px;
  padding: 10px 15px;
}


/*-------------------
  DROPDOWN MENU
----------------------*/
.navbar-nav li{
  position: relative;
  list-style: none;
}

.main-menu ul > li .sub-menu{
  position: absolute;
  top: 105%;
  width: 213px;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.navbar-nav  li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 3;
}

.sub-menu li{
  border-bottom: 1px solid #eee;
}
.sub-menu li a{
  color: #222;
}

.navbar-nav li:hover > a{
  color: #001f00;
}

.header-white {
  background: #fff;
  transition: .0s all ease;
}



/*----------------------------------------*/
/*  3.2 Mobile Menu
/*----------------------------------------*/


.offcanvas-menu ul {
  list-style: none;
}
.offcanvas-menu ul li {
  position: relative;
}
.offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000!important;
}
.offcanvas-menu ul li > a:hover {
  color: var(--primary-color);
}
.offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.offcanvas-menu ul li.active > a {
  color: var(--primary-color);
}
.offcanvas-menu ul li.active > .menu-close {
  border-color: var(--primary-color);
  color: #fff;
  background-color: var(--primary-color);
}
.offcanvas-menu ul li.active > .menu-close i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.menu-close {
  position: absolute;
  right: 0;
  top: 7.5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
}
.menu-close:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: #ddd;
}
.menu-close i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-offcanvas-toogle{
  font-size: 30px;
  width: 60px;
  height: 60px;
  color: #000;
  border: 0px;
}

.offcanvas-menu-wrapper{
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 400px;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}


.header-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.header-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.header-offcanvas-open {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-sm-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.offcanvas-info span {
  color: #222;
  display: block;
  margin-bottom: 5px;
}

.offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 40px;
  color: var(--heading-color);
  border: 1px solid rgba(2, 11, 24, 0.1);
  font-size: 14px;
}

.offcanvas-close-toggle{
  background:transparent;
  margin-bottom: 20px;
}


/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 7.5rem 0;
}


.subtitle{
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-weight: 600;
}


.banner-main-3{
  background:#F7F7F7;
  padding: 60px 0px 100px 0px;
}

.main-banner-content h1 {
  font-size:68px;
  line-height: 78px;
  margin:10px 0px 20px;
}

.main-banner-content p{
  font-size: 20px;
}

.btn-container{
  margin-top:35px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-container .btn-main {
  height: 40px;
  padding: 8px 16px 10px 16px !important;
}


/*  Feature home 3 section */

.heading{
  margin-bottom:50px;
}
.heading span{
  text-transform: uppercase;
  letter-spacing:4px;
  font-weight: 600;
  font-size: 13px;
  color: #333;
}
.heading h2{
  font-size: 40px;
  margin: 10px 0px;
}

.features{
  padding-top:100px;
  padding-bottom:70px;
}
.feature-item{
  position:relative;
  padding-left:60px;
}
.feature-icon{
  position:absolute;
  left:0px;
  font-size:35px;
}

.feature-icon i{
  color:#001f00;
}

body *.bg-light {
  background-color: #f6f8f4 !important;
}

/*  CTA -3 */
.cta-3 {
  padding-top:70px
}
.cta-wrapper{
  position:relative;
  background:#4054B2;
  background:url("../images/bg.jpg") fixed 50% 50%;
  background-size:cover;
  border-radius:15px;
  padding:80px 40px 90px 40px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
}
.cta-wrapper:before{
  position:absolute;
  content:"";
  left: 0px;
  top:0px;
  width:100%;
  height:100%;
  background:#004b18;
  opacity: .95;
  border-radius:15px;
  z-index: -1;
}


.cta-3 .cta-content span{
  color:rgba(255, 255, 255, 0.47);
  font-size: 18px;
}
.cta-3 .cta-content h2{
  color:#fff;
  font-size: 48px;
  margin:20px 0px 30px;
}
.cta-3 .cta-content .btn:hover{
  border-color:#fff;
}
.cta-3 .cta-content .btn:hover i{
  color:#001f00;
}



/*  About Section */
.author {
  position: relative;
}
.author .heading{
  margin-bottom: 30px;
}
.author .heading .follow{
  margin-top:15px;
}
.about-img {
  position: relative;
  padding: 20px;
}
.about-img::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 91%;
  height: 100%;
  border: 2px solid var(--heading-color);
  z-index: -1;
}

.follow a{
  color:#999;
  margin:0px 2px;
  font-size:14px;
}

.featured-client img {
  margin: 0px 15px;
}

.banner-img {
  text-align: center;
}


/*  Chapter Section */
.chapter-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.chapter-item {
  border: 1px solid #eee;
  padding: 5px 10px 5px;
  background: #eee;
  border-radius: 5px;
}

 .chapter-item h4 {
  text-transform: capitalize;
  font-size: 18px;
}

.chapter-item i {
  font-size: 20px;
}

.book-preview {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  position: relative;
}

.book-preview .background-device {
  width: 100%;
  position: absolute;
}

/* Owl Slider */
.owl-book {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}

.owl-book .book-item {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  margin-top: 48px;
  position: relative;
}

.owl-book .book-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}

.owl-book .book-item:hover .overlay {
  opacity: 1;
}

.owl-book .book-item img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.owl-book .book-item .overlay > a {
  position: absolute;
  display: inline-block;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #4054B2;
}

.owl-book .book-item .overlay > a:hover {
  color: white;
  background: #001f00;
}

.owl-reviews .book-item {
  padding: 0 15px;
}

.owl-reviews .owl-controls {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
}

.owl-reviews .owl-controls .owl-prev,
.owl-reviews .owl-controls .owl-next {
  position: absolute;
  font-size: 36px;
  color: #bbb;
  transition: all 0.3s ease;
}

.owl-reviews .owl-controls .owl-prev:hover,
.owl-reviews .owl-controls .owl-next:hover {
  color: #484d53;
}

.owl-reviews .owl-controls .owl-prev {
  left: -40px;
}

.owl-reviews .owl-controls .owl-next {
  right: -40px;
}



/*  Book Info  */
#book {
  background: #fbfbfb;
  padding: 80px 0 0;
}

#book .col-lg-5.col-md-6 {
  text-align: center;
}

.book-info ul li {
  padding: 8px 30px;
  margin-bottom: 5px;
  font-weight: 700;
}

.book-info ul li i {
  color: #001f00;
}

.book-item {
  position: relative;
}

.book-item:hover .hover-item {
  opacity: 1;
  visibility: visible;
}

.book-item .hover-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}

.book-item .hover-item i {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #222;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  padding-top: 20px;
  transition: all .35s ease;
}

.book-item .hover-item i:hover {
  background: #001f00;
  color: #fff;
}


/*  Counter-3 */


.counter-3{
  position:relative;
  background:#4054B2;
  background:url("../images/about/counter-bg.jpg") fixed 50% 50% ;
  background-size:cover;
  padding:100px 40px 90px 40px;
  z-index: 1;
}
.counter-3:before{
  position:absolute;
  content:"";
  left: 0px;
  top:0px;
  width:100%;
  height:100%;
  background:#4054B2;
  opacity: .95;
  z-index: -1;
}
.counter-3 .counter-item {
  text-align:center;
}
.counter-3 .counter-item  h2 {
  font-size: 40px;
  color:#fff;
  margin-bottom:0px;
  font-family: var(--primary-font);
  margin:12px 0px 0px;
}
.counter-3 .counter-item p {
  color:#fff;
}

.counter-3  .counter-item i {
  color:#fff;
  font-size:60px;
}


/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/

.reviews{
  padding-bottom:150px;
}
.testimonial {
  position: relative;
  background: #F4F7FC;
}

.testimonial-item-content {
  text-align: center;
  transition: all .7s ease;
  position: relative;
  padding: 40px  30px;
}

.testimonial-item-content:hover {
  cursor: pointer;
}

.test-author-thumb img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.rating a {
  color: #001f00;
}

.testimonial2 p {
  font-size: 20px;
  color: #000;
  line-height: 38px;
}

.testimonial2 .author {
  text-align: center;
}

.testimonial2 .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial2 .author .author-info {
  margin-top: 20px;
}

.testimonial2 .author h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.testimonial2 .author p {
  font-size: 14px;
}

/*---------------------------
CSubscribe Section
-----------------------------*/

.bg-main{
  background:#4054B2;
  padding:60px 50px 50px;
  border-radius:10px;
}
.cta-home {
  margin-top: -90px;
  z-index: 1;
  position: relative;
  border-radius: 15px;
}

.cta-home h2{
  color:#fff;
}

.cta-home p{
  color:rgba(255,255,255,.7)
}
.subscribe-form .btn:hover{
  background:#fff;
  color:#333;
}
.subscribe-form .form-control{
  border:1px solid rgba(255, 255, 255, 0.1);
  background:transparent;
}
.subscribe-form ::placeholder{
  color:#fff;
}
.subscribe-form ::-moz-placeholder{
  color:#fff;
}
.subscribe-form ::-o-placeholder{
  color:#fff;
}

/*---------------------------
CONTACT PAGE
-----------------------------*/
.contact-info-block h4 {
  margin-bottom: 0px;
}

.contact-info-block i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}

.contact-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #F4F7FC;
  height: 60px;
  padding-left: 30px;
  border-radius:50px;
}
.contact-form  textarea.form-control{
  border-radius:15px;
  padding-top:20px;
  height: auto;
}


.form-control:focus, .form-control:hover {
  box-shadow: none;
}

.form-group {
  margin-bottom: 1rem;
}
textarea.form-control{
  height:auto;
}

.faq .accordion-item {
  border-radius: 0;
  box-shadow: none;
  border:0px;
  border-bottom: 1px solid #ebebeb;
}

.faq .accordion-header {
  padding: 10px 0px;
}

.faq .panel-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: normal;
}

.faq .panel-title > a {
  display: block;
  padding: 15px;
  padding-left: 0px;
  text-decoration: none;
  font-weight: 600;
  text-transform: normal;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.faq .accordion-body{
  padding: 20px;
  padding-left: 0px;
}

.transition-all {
  transition: all 0.3s ease-in-out;
}

.rounded-4 {
  border-radius: 1.5rem !important;
}

.how-it-works .step-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}

.how-it-works .step-number {
  box-shadow: 0 4px 10px rgba(15, 132, 52, 0.3);
}

/*----------------------
 FOOTER
-----------------------*/
.footer {
  background: #0c5323;
}

.footer p{
  color:#fff;
  opacity: .79;
}
.footer-widget,.footer-about{
  padding: 80px 50px 60px 0px;
}

.right-border{
  border-right:1px solid rgba(255,255,255,.04);
}

.footer-widget ul{
  margin-bottom:0px;
}
.footer-widget ul li , .footer-widget div{
  padding:3px 0px;
}

.footer-widget ul li a{
  color:#fff;
  opacity: .79;
  display: inline-block;
}

.footer-widget ul li a:hover{
  text-decoration: underline;
}

.footer-about h3, .footer-about h4, .contact-item h5, .footer-widget h3, .footer-widget h4,.footer-widget h5{
  color:#fff;
  margin-bottom:20px;
  font-family: var(--primary-font);
}


.footer-socials a{
  margin-right:10px;
}
.footer-copy {
  font-size: 13px;
  letter-spacing: 0.25px;
}

.current-year {
  color: #F9C200 !important;
}

/*----------------------
 FAQ PAGE
-----------------------*/
.faq-categories {
  margin-bottom: 40px;
}

.btn-faq-filter {
  background: #f8f9fa;
  border: 1px solid #eee;
  color: #6a7695;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-faq-filter:hover, .btn-faq-filter.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 4px 10px rgba(15, 132, 52, 0.2);
}

/*----------------------
 GUIDE PAGE
-----------------------*/
.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guide-section .card {
  transition: transform 0.3s ease;
}

.guide-section .card:hover {
  transform: translateY(-5px);
}

.map-container {
  border: 1px solid #eee;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.faq-accordion .accordion-item:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.faq-accordion .accordion-button {
  padding: 20px 25px;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading-color);
  background-color: #fff;
  border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: #fff;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  background-size: 1rem;
}

.faq-accordion .accordion-body {
  padding: 0 25px 25px;
  color: var(--body-color);
  line-height: 1.8;
}

.contact-cta {
  border: 1px solid #eee;
}

.contact-cta h4 {
  color: var(--heading-color);
  margin-bottom: 15px;
}


.footer-btm{
  text-align: center;
  background:#004b18;
  padding:20px 0px;
  border-top:1px solid rgba(255,255,255,.04);
}


.footer-links a{
  background: rgb(10 65 27);
  padding: 13px 20px;
  border-radius: 35px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color:rgba(255,255,255,.8);
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-links a:hover{
  background:rgb(0 35 11);;
  color:#fff;
}

/*----------------------
 HUB PAGE
-----------------------*/
.scale-up {
  transition: transform 0.3s ease;
}

.scale-up:hover {
  transform: scale(1.05);
}

.blur-30 {
  filter: blur(30px);
}

.opacity-10 {
  opacity: 0.1;
}

.max-width-700 {
  max-width: 700px;
}

.rounded-5 {
  border-radius: 2rem !important;
}

.hub-hero .display-3 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
}

.bg-primary-light {
  background-color: rgba(15, 132, 52, 0.05);
}

.bg-success-light {
  background-color: rgba(40, 167, 69, 0.05);
}

.bg-info-light {
  background-color: rgba(23, 162, 184, 0.05);
}

.hub-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.hub-hero-img svg {
  width: 100%;
  height: auto;
  max-width: 350px;
  display: block;
  margin: 0 auto;
}

.hub-content .card {
  border: 1px solid rgba(0,0,0,0.05) !important;
}

/*----------------------
 BLOG FACELIFT
-----------------------*/
.blog-post{
  background: #f6f8f4;
}

.blog-post .blog-article{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 32px 32px 0;
  margin-bottom: 46px;
}

@media (max-width: 991.98px){
  .blog-post .blog-article{
    padding: 24px;
  }
}

.post-header .post-title{
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0b2312;
  margin-bottom: 10px;
}

.post-excerpt{
  font-size: 18px;
  color: #46564a;
}

.post-categories{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-cat-link{
  background: #0f8434;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.post-cat-link:hover{
  background: #165918;
  color: #fff;
}

.post-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-meta-item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 16px;
  background: #f1f4f0;
  border-radius: 999px;
  font-size: 13px;
  color: #45544a;
}

.post-meta-item i{
  color: #0f8434;
}

.post-meta-item a{
  color: #0f8434;
  font-weight: 600;
}

.post-thumbnail img{
  width: 100%;
  border-radius: 16px;
}

.post-content{
  font-size: 17px;
  line-height: 1.85;
  color: #1b241f;
}

.post-content h2{
  font-size: 28px;
  margin-top: 32px;
}

.post-content h3{
  font-size: 22px;
  margin-top: 24px;
}

.post-content a{
  color: #0f8434;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Article lists */
.post-content ul,
.post-content ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.25rem 0;
}

.post-content ol,
.post-content ol.wp-block-list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0 0 1.25rem 0;
}

.post-content li {
  margin: 8px 0;
}

/* Custom bullets for unordered lists (brand color) */
.post-content ul li,
.post-content ul.wp-block-list li {
  position: relative;
  padding-left: 28px;
}
.post-content ul li::before,
.post-content ul.wp-block-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0f8434;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 0.95em;
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(15,132,52,0.15);
}

/* Nested lists */
.post-content ul ul,
.post-content ol ul {
  margin-top: 6px;
}
.post-content ul ul li,
.post-content ol ul li {
  padding-left: 24px;
}
.post-content ul ul li::before,
.post-content ol ul li::before {
  width: 6px;
  height: 6px;
  left: 8px;
  background: #69b582;
  box-shadow: none;
}

/* Ordered list markers accent */
.post-content ol li::marker,
.post-content ol.wp-block-list li::marker {
  color: #0f8434;
  font-weight: 700;
}

/* Spacing helpers when lists follow paragraphs or headings */
.post-content p + ul,
.post-content p + ol,
.post-content h2 + ul,
.post-content h2 + ol,
.post-content h3 + ul,
.post-content h3 + ol {
  margin-top: .5rem;
}

.post-tags{
  font-size: 14px;
  color: #48584c;
}

.post-tags a{
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 6px 10px;
  background: #eef2ee;
  border-radius: 999px;
  color: #1e2c24;
  font-weight: 600;
}

.post-tags a:hover{
  background: #0f8434;
  color: #fff;
}

.author-box{
  border: 1px solid rgba(0,0,0,0.05);
  background: #f6f8f4;
}

.post-navigation .nav-previous,
.post-navigation .nav-next{
  background: #f7f9f7;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 16px;
  height: 100%;
}

.post-navigation a{
  color: #0b2312;
  font-weight: 700;
}

.post-navigation small{
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: #6a776f;
}

.blog-sidebar{
  position: relative;
}

@media (min-width: 992px){
  .blog-sidebar{
    position: sticky;
    top: 110px;
  }
}

.sidebar-widget{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.sidebar-title{
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0f8434;
  margin-bottom: 14px;
}

.sidebar-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li{
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
}

.sidebar-list li:last-child{
  border-bottom: 0;
}

.sidebar-list a{
  color: #10241a;
  font-weight: 600;
}

.sidebar-list a:hover{
  color: #0f8434;
}

.blog-sidebar .widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .widget ul li{
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
}

.blog-sidebar .widget ul li:last-child{
  border-bottom: 0;
}

.blog-sidebar .widget a{
  color: #10241a;
  font-weight: 600;
}

.blog-sidebar .widget a:hover{
  color: #0f8434;
}

.blog-sidebar .search-form{
  display: flex;
  gap: 8px;
}

.blog-sidebar .search-form label{
  flex: 1;
  margin: 0;
}

.blog-sidebar .search-field{
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
}

.blog-sidebar .search-submit{
  background: #0f8434;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sidebar-tags a{
  display: inline-block;
  padding: 6px 10px;
  margin: 0 6px 6px 0;
  background: #eef2ee;
  border-radius: 999px;
  font-size: 12px !important;
  color: #253129;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sidebar-tags a:hover{
  background: #0f8434;
  color: #fff;
}

.blog-archive{
  background: #f6f8f4;
  margin-top: 0;
  padding-top: 0 !important;
}

.archive-header .archive-title{
  font-size: clamp(28px, 3vw, 40px);
  color: #0b2312;
}

.archive-description{
  font-size: 16px;
  color: #5a6a5f;
}

.archive-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.05);
  margin-bottom: 24px;
}

@media (max-width: 991.98px){
  .archive-card-inner{
    grid-template-columns: 1fr;
  }
}

.archive-thumb img{
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.archive-post-title{
  font-size: 24px;
  margin-bottom: 12px;
  color: #0b2312;
}

.archive-post-title a{
  color: inherit;
}

.archive-post-title a:hover{
  color: #0f8434;
}

.archive-excerpt{
  color: #4c5c51;
  font-size: 16px;
  line-height: 1.8;
}

.archive-more{
  margin-top: 14px;
  font-size: 13px;
  text-decoration: underline;
  color: #0f8434;
}

.archive-more:hover {
  text-decoration: none;
}

.blog-sidebar .tagcloud a{
  display: inline-block;
  padding: 6px 10px;
  margin: 0 6px 6px 0;
  background: #eef2ee;
  border-radius: 999px;
  font-size: 12px !important;
  color: #253129;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-sidebar .tagcloud a:hover{
  background: #0f8434;
  color: #fff;
}

.product-detail{
  background: #fff;
  padding: 32px 0;
}

.product-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 24px;
  padding: 32px;
}

.product-card .row{
  margin-left: 0;
  margin-right: 0;
}

.product-card .row > [class^="col-"]{
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 991.98px){
  .product-card{
    padding: 24px;
  }
}

.product-gallery .main-image img{
  width: 100%;
  border-radius: 18px;
}

.gallery-thumbs img{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.gallery-thumbs img:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.product-info{
  position: relative;
}

@media (min-width: 992px){
  .product-info{
    position: sticky;
    top: 110px;
  }
}

.product-badges .badge{
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.product-title{
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  color: #0b2312;
}

.product-description{
  font-size: 16px;
  color: #46564a;
}

.product-features li{
  background: #f6f8f4;
  border-radius: 12px;
  padding: 10px 12px;
}

.plaketa-order-form{
  background: #f7f9f7;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 18px;
}

.plaketa-order-form .form-control{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
}

.plaketa-order-form .input-group .btn{
  border-radius: 10px;
}

.order-summary{
  border: 1px dashed rgba(0,0,0,0.15);
}

.plaketa-order-form .btn-main-2{
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.trust-badges{
  background: #f7f9f7;
  border-radius: 16px;
}

.trust-badges .trust-item i{
  color: #0f8434;
}

.product-meta{
  background: #f7f9f7;
  border-radius: 14px;
  padding: 12px 14px;
}

.product-meta p{
  margin: 0 0 6px;
}

.product-meta p:last-child{
  margin-bottom: 0;
}

.product-tabs{
  background: #f6f8f4;
}

.product-tabs-shell{
  background: #fff;
  border-radius: 22px;
  padding: 40px 40px 60px;
}

@media screen and (max-width: 767px) {
  .product-tabs-shell{
    padding: 20px;
  }
  .plaketa-order-form {
    padding: 10px !important;
  }
  .order-summary > .d-flex {
    flex-direction: column;
  }
  .wc-block-checkout__sidebar {
    background: transparent !important;
  }
}

.product-section + .product-section{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.product-section-title{
  font-size: 22px;
  color: #0b2312;
  margin-bottom: 14px;
}

.product-tabs .nav-pills .nav-link{
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #f6f8f4;
  color: #0b2312;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.product-tabs .nav-pills .nav-link.active{
  background: #0f8434;
  color: #fff;
  border-color: #0f8434;
}

.product-tabs .tab-content{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.06);
}

.product-tabs .table{
  margin-bottom: 0;
}

.product-tabs .table th{
  color: #0b2312;
}

.upload-page{
  background: #f6f8f4;
  padding: 60px 0;
}

.upload-shell{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.upload-hero{
  background: linear-gradient(135deg, #0f8434 0%, #0b5c28 100%);
  color: #fff;
  border-radius: 22px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.upload-hero:after{
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -120px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
}

.upload-hero-text{
  position: relative;
  z-index: 1;
}

.upload-back{
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 12px;
}

.upload-back:hover{
  color: #fff;
}

.upload-kicker{
  display: inline-block;
  background: rgba(255,255,255,0.18);
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}

.upload-hero h1{
  margin: 12px 0 8px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
}

.upload-subtitle{
  max-width: 640px;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
}

.upload-steps{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.upload-step{
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
}

.upload-step span{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #0f8434;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.upload-body{
  display: grid;
  gap: 20px;
}

.upload-search {
  max-width: 540px;
  margin: 0 auto;
}

.upload-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 24px;
  z-index: 1;
}

.upload-card h2{
  font-size: 22px;
  color: #0b2312;
  margin-bottom: 12px;
}

.upload-card h3{
  font-size: 18px;
  color: #0b2312;
  margin-bottom: 12px;
}

.upload-card p{
  color: #3f4d44;
  line-height: 1.3;
}

.upload-card-head{
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.upload-card-icon{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f1f4f0;
  color: #0f8434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  min-width: 56px;
}

.upload-form{
  display: grid;
  gap: 14px;
}

.upload-field label{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: black;
  margin-bottom: 6px;
}

.upload-input{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 12px;
  font-size: 16px;
}

.upload-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.upload-btn{
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  padding: 12px 20px;
}

.upload-note{
  font-size: 13px;
  color: #6a776f;
}

.upload-error{
  background: #ffd6d6;
  color: #7a0b0b;
  border: 1px solid #f3b2b2;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
}

.upload-gallery-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.upload-gallery-grid img{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
}

.upload-plates{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.upload-plate{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f1f4f0;
  border: 1px solid #d7e0d5;
  border-radius: 12px;
  padding: 10px 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 16px;
}

.upload-plate-eu{
  background: #0b3a8d;
  color: #fff;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.upload-plate-text{
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #10241a;
}

.upload-desc{
  color: #4b5a51;
  font-size: 14px;
  margin-top: 10px;
}

.upload-form .filepond--root{
  margin: 0 0 16px;
}

.filepond--panel-root{
  background: #f6f8f4 !important;
}

.filepond--drop-label{
  color: #45544a !important;
  font-weight: 600;
}

/*----------------------
 TRACKING
-----------------------*/
.tracking-summary-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.tracking-pill{
  background: #f1f4f0;
  border: 1px solid #d7e0d5;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tracking-pill span{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6a776f;
  font-weight: 700;
}

.tracking-pill strong{
  font-size: 16px;
  color: #0b2312;
}

.tracking-timeline{
  position: relative;
  margin-top: 16px;
  padding-left: 8px;
}

.tracking-timeline:before{
  content: "";
  position: absolute;
  left: 12.5px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(15, 132, 52, 0.18);
}

.tracking-item{
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding: 6px 0 18px;
}

.tracking-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0f8434;
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(15, 132, 52, 0.12);
}

.tracking-item.is-current .tracking-dot{
  background: #0b3a8d;
  box-shadow: 0 0 0 8px rgba(11, 58, 141, 0.18);
}

.tracking-title{
  font-weight: 700;
  color: #0b2312;
  line-height: 1;
}

.tracking-date{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6a776f;
  margin-bottom: 6px;
}

.tracking-note{
  font-size: 14px;
  color: #4c5c51;
}

/*----------------------
 WP BLOCK COLUMNS
-----------------------*/
.wp-block-columns{
  display: flex;
  gap: 24px;
  margin: 24px 0;
}

.wp-block-columns.alignwide{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns.alignfull{
  width: 100%;
}

.wp-block-column{
  flex: 1 1 0;
  min-width: 0;
}

.wp-block-column > *:last-child{
  margin-bottom: 0;
}

@media (max-width: 991.98px){
  .wp-block-columns{
    flex-direction: column;
    gap: 16px;
  }
}

/*----------------------------------------*/
/*  2.2 Back to Top
/*----------------------------------------*/

#progress {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  display: none;
  place-items: center;
  box-shadow: 0 0 10px rgb(131 131 131 / 12%);
  cursor: pointer;
  z-index: 9;
  line-height: 50px;
  border-radius: 100%;
  transition: 0.3s;
  transform: scale(1);

}
#progress-value {
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background: #fff;
  color: var(--px-theme-color);
  border-radius: 100%;
  display: grid;
  place-items: center;
  font-size: 16px;
}
.forminator-ui#forminator-module-168.forminator-design--default .forminator-button-submit {
  border-radius: 45px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 22px;
  font-size: 13px;
}

.wc-block-components-express-payment ul {
  list-style: none;
  margin: 0;
}
.wc-block-components-express-payment ul li {
  padding: 0;
}
.wc-block-components-express-payment ul li::before {
  display: none;
}
.wc-block-components-address-form__address_2-toggle {
  display: none;
}
