/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
input#vehicle-registration-input-home {
    text-transform: uppercase;
}
.policy-fold {
    color: white;
    padding: 300px 0px;
}

.policy-fold *{
	color: white;
}
.woocommerce-notices-wrapper ul {
    padding: 0;
    margin: 0;
    padding: 10px;
    background: var(--primary-color1);
    text-align: center;
    padding: 30px;
    list-style: none;
}

.woocommerce-notices-wrapper ul li {
    font-size: 24px;
    line-height: 28px;
}

.woocommerce-notices-wrapper ul li a {
    text-decoration: underline !IMPORTANT;
}

body {
    margin: 0px;
    background: white;
    --primary-color1: #F9BB11;
    --primary-color2: #fbca42;
    --secondary-color1: #0400B7;
    --secondary-color2: #B6B4E8;
    --main-background1: #ECECEC;
    --box-shadow1: 10px 10px 20px -8px #00000073;
    font-family: 'Poppins';
    color: #333;
}

#page::after {
    content: '';
    background-image:url('/wp-content/uploads/2025/07/sunray-1.png');
    position:absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-position: top right;
    opacity: 0.6;
    background-repeat:no-repeat;
    pointer-events: none;
    background-size: 1800px 1900px;
    max-height: 100%;
    z-index: -1;
}

@media (max-width:1024px) {

#page::after {
	display:none;
}
	
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -2px;
}

.subtitle {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
}

.smalltitle, .subtext {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff8c;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
}

p, li {
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0px 10px 0px;
    font-weight: 500;
}

.smalltitle.gray {
    color: #808080;
}

.row-container {
    margin: 0px auto;
    max-width: 1480px;
    width: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.readmore, .navigation-buttons button {
    display: block;
    width: 160px;
    padding: 12.5px 0px;
    background: var(--primary-color1);
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    font-weight: 700;
    color: var(--secondary-color1);
    font-family: 'Poppins';
}

.readmore:hover {
    opacity: .7;
}

.readmore.alt {
    background: var(--secondary-color1);
    color: white;
}
.services-list {
    padding-left: 0px;
    list-style: none;
    text-align: left;
}

.services-list li {
    position: relative;
    margin: 0px 0px 10px;
}

.content-fold-b-content-inner p a {
    color: var(--primary-color1);
}

.services-list li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: var(--primary-color1);
    font-weight: 900;
}

.services-list.cross li::before {
    content: '\f00d';
}

.carclouds-mobile-logo {
    display: none;
}

@media (max-width:1024px) {

.carclouds-mobile-logo {
    display: none;
}

body .carclouds-mobile-logo img {
	max-width:320px;
	opacity:1;
}

}

/* == == Generic END == == */

/*== === == Privacy Policy == === =*/

.policy-wrapper {
    padding: 250px 0px 120px;
    background: var(--secondary-color1);
    color: white;
}

.policy-wrapper ul {
    margin-bottom: 20px;
}

	/*== == == Privacy policy END == == ===*/

/*== == == Main FoldC == == ==*/

.main-fold-c {
    position: relative;
}

.main-fold-c-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.main-fold-c-content-form {
    max-width: unset;
    background: none;
    border: 0;
    box-shadow: none;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
}

.main-fold-c-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-fold-c-ghost-cars {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

span.yellow{
	color: var(--primary-color1);
}

.main-fold-c-img {
    position: absolute;
    top: 0px;
    right: 40px;
    width: calc(50% - 40px);
    height: 100%;
}

.main-fold-c-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    animation: float2 6s ease-in-out infinite;
    animation-direction: alternate;
}

.main-fold-c-content {
    position: relative;
    padding: 350px 0px 300px;
    max-width: 910px;
}

.main-fold-c-content-submit {
    position: relative;
}
.main-fold-c-content-submit input:hover {
    background: var(--primary-color2);
}

.main-fold-c-content-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main-fold-c-content-container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.main-fold-c-ghost-cars :is(.main-fold-c-ghost-cars-a, .main-fold-c-ghost-cars-b) {
    position:absolute;
    z-index:-1;
    opacity: 0.5;
}

.main-fold-c-ghost-cars .main-fold-c-ghost-cars-a img{
    display:block;
    animation: float 4s ease-in-out infinite;
}

.main-fold-c-ghost-cars .main-fold-c-ghost-cars-b img{
    display:block;
    animation: float 4s ease-in-out infinite;
    animation-delay:2s;
}

.main-fold-c-ghost-cars .main-fold-c-ghost-cars-a {
    top:-150px;
    right: 20px;
}

.main-fold-c-ghost-cars .main-fold-c-ghost-cars-b {
    bottom:-140px;
    left:-10px;
}

/*== == == Alt == == ==*/

.alt .main-fold-c-content {
    padding: 100px 0px;
    margin: 0px auto;
    text-align: center;
}

.alt .main-fold-c-content-inner {
    max-width: 720px;
}

.alt .main-fold-c-content-column {
    align-items: center;
}

.alt .main-fold-c-content-form {
    width: 100%;
}

    /*== == == Alt END == == ==*/

/*== == == Keyframes == == ==*/

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(-5px) rotate(-3deg);
  }
  100% {
    transform: translateY(5px) rotate(3deg);
  }
}

@keyframes float3 {
  0% {
    transform: translateY(-5px) rotate(-5deg);
  }
  100% {
    transform: translateY(5px) rotate(5deg);
  }
}

    /*== == == Keyframes END == == ==*/

.main-fold-c-content-header .title span {
    display: block;
    color: var(--primary-color1);
}

.main-fold-c-content-header .title {
    color: white;
    margin: 0px;
}

@media (min-width:1400px) {
	
.main-fold-c-content-header .title {
    font-size: 72px;
    line-height: 80px; 
}

}

.main-fold-c-content-inner p {
    color: white;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0px;
}

.main-fold-c-content-form {
    display: flex;
    max-width: 680px;
    border-radius: 10px;
}

.main-fold-c-content-form input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 30px;
    text-align: left;
    border-radius: 15px;
    border: none;
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 800;
    color: #333;
}

.main-fold-c-content-form.alt2 input::placeholder, .main-fold-c-content-form input::placeholder, .main-fold-c-content-form input::placeholder {
    color: #aca5ce;
}

.main-fold-c-content-input {
    flex: 1 0;
    display: flex;
    position: relative;
}

.main-fold-c-content-input, main-fold-c-content-submit {
    flex-direction: column;
    flex: 1;
}

.main-fold-c-content-submit {
	flex: 0 0 auto;
}

.main-fold-c-content-form-padding {
    display: flex;
    flex: 1;
    gap: 10px;
    align-items: flex-start;
    margin: 0px 0px 0px;
}

.main-fold-c-content-submit input {
    background: var(--primary-color1);
    color: #0c0a61;
    letter-spacing: -1px;
    font-weight: 800;
    cursor: pointer;
    transition: all 500ms ease;
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
}

.main-fold-c-right .main-fold-c-content-submit input{
	font-size: 48px;
}

.main-fold-c-content-input label {
    color: white;
    font-weight: 600;
    display: block;
    text-align: left;
    padding: 0px 0px 0px 20px;
    position: absolute;
    top: -45px;
}

.main-fold-c-right-inner-header .subtext {
    margin: 0px;
}

.main-fold-c-right-inner-header .subtext {
    color: var(--primary-color1);
}

.main-fold-c-content-form > p {
    opacity: .6;
    color: white;
    max-width: 510px;
    width: 100%;
    font-size: 18px;
}

.main-fold-c-content-form > p span {
	color:var(--primary-color1);
	font-weight:700;
}

.main-fold-c-content-input > p {
    color: #ffffff8c;
}

.main-fold-c-content-input p, .main-fold-c-content-input label {
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0px;
}

.main-fold-c-content-inner {
    max-width: 620px;
}
	/*== == == Main FoldC END == == ==*/

/*== == == F1 BANNER == === ==*/


.f1-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.f1-banner {
    position: relative;
}

.f1-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.f1-banner-title {
    max-width: 767px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.f1-banner-wrapper {
    position: relative;
    color: white;
    text-align: center;
    padding: 200px 0px 0px;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.f1-banner-wrapper .title {
}

.f1-banner .title {
    font-size: 72px;
    line-height: 80px;
    color: white;
    text-shadow: 0px 0px 30px #00000078;
    margin-bottom: 30px;
}

.f1-banner-title .title span {
    color: var(--primary-color1);
}

.no-background .f1-banner-background::before {
    opacity: 1;
    background: #424242;
}

	/*== == == F1 BANNER END == == ==*/


/* == == HEADER == == */
#masthead .logo {
    position: relative;
    width: 410px;
    display: block;
    height: 100%;
    top: -80px;
    transition: all 300ms ease;
}

#masthead img.text-logo {
    top: -4px;
    position: relative;
    display: block;
}

#masthead .logo img {
    object-fit: contain;
    display: block;
    height: 180px;
    transition: all 500ms ease;
    object-position: left;
    width: fit-content;
}

#masthead .logo img {
    position: absolute;
    top: 0px;
    transition: all .5s ease;
}

#page {
    /* overflow: hidden; */
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition:
        all 300ms ease;
}

#masthead .main-navigation-login a {
    display: flex;
    gap: 10px;
    color: white;
    align-items: center;
    width: 75px;
}

#masthead ul#primary-menu .menu-item-has-children {
    padding-right: 10px;
}

#masthead ul#primary-menu .header-button a {
    background: var(--primary-color1);
    color: var(--secondary-color1);
    width: 110px;
    padding: 10px 0px;
    border-radius: 30px;
}

ul#primary-menu 
ul.sub-menu li.menu-item.current-menu-item > a {
  /* background: var(--primary-color2); */
  color: white;
  }

header#masthead.navbar-fixed-top {
	background: #0400b79c;
	backdrop-filter: blur(11px);
}

#masthead.navbar-fixed-top .logo img {
    height: 90px;
}

#masthead.navbar-fixed-top > .row-container {
    padding: 20px 20px;
}

.menu-icons {
    width: 300px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.header-contactbar {
    background: var(--darkblue);
    display: flex;
    padding: 5px 0px;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
}

.header-contactbar p {
    margin: 0px;
}

.menu-icons lord-icon {
    --lord-icon-primary: var(--primary-color1);
    --lord-icon-secondary: var(--primary-color1);
    --lord-icon-tertiary: var(--primary-color1);
}

#masthead > .row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 70px 20px;
    transition: all 500ms ease;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

#masthead #site-navigation {
    display: flex;
    flex: 100;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-menu-1-container {
    flex: 1;
}

.menu-right {
    width: 100%;
    position: relative;
    padding-left: 210px;
    display: flex;
    align-items: center;
    gap: 50px;
}

#masthead ul.sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 210px;
    background: #00000088;
    transform: translateX(-50%);
    border-radius: 20px;
    overflow: hidden;
}

#masthead ul.sub-menu > li {
	margin:0px;
}

#masthead li.menu-item:hover ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}

/*#masthead li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 5px);
    opacity: 1;
    pointer-events: all;
}*/

#masthead ul#primary-menu {
    display: flex;
    list-style-type: none;
    padding: 0px;
    flex: 1;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
}

#masthead ul#primary-menu li.menu-item {
    position: relative;
    flex: 0 0 auto;
    text-align: center;
}

#masthead ul#primary-menu > li > a, .main-navigation-login a {
    color: white;
    font-size: 18px;
    line-height: 1;
    display: block;
    text-align: center;
    width: fit-content;
    position: relative;
    letter-spacing: -1px;
    font-weight: 600;
    transition: all 500ms ease;
}

#masthead ul#primary-menu > li > a:hover, .main-navigation-login a:hover{
	opacity:.6;
}

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 17px 10px;
    font-size: 14px;
    /* text-transform: uppercase; */
    color: white;
    position: relative;
    transition: all 300ms ease;
    text-align: center;
}
#masthead ul#primary-menu > li > a:hover::before {
    opacity: 1;
}

#masthead ul.sub-menu > li > a:hover {
	background: var(--primary-color2);
}

#masthead li.menu-item.menu-item-has-children::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: -9px;
    top: -4px;
    color: var(--primary-color1);
    font-size: 12px;
    transition: all 500ms ease;
    font-weight: 600;
}

#masthead.navbar-fixed-top li.menu-item.menu-item-has-children::before {
    color:white;
}

#masthead.navbar-fixed-top div.logo {top: -42px;width: 300px;}
#masthead .logo img.scroll-logo {
    opacity: 0;
}

#masthead.navbar-fixed-top .logo img.scroll-logo {
    opacity: 1;
}

#masthead.navbar-fixed-top .logo img.text-logo {
    opacity: 0;
}

    /*== == == Dropdown END == == ==*/

@media (min-width:1024px) {

.page-header-top {
    display: none;
}

}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    width: 44%;
    height: 100%;
    bottom: 0px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    scale: 1.2;
    transform-origin: bottom;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
}

input.readmore {
}

.ebook-form-fields ~ .privacy-text {
    margin-bottom: 10px;
}

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

div#ebook-fold .ebook-form input.wpcf7-text {
    background: #00000033;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    border: none;
    border-radius: 10px;
    color: white;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
	color:#fff;
}

.wpcf7 {
    display: flex;
    justify-content: center;
}

.wpcf7 .privacy-text p > a {
    color: var(--primary-color1);
    font-weight: 600;
}

.wpcf7-form > .readmore::before {/* content: url(/wp-content/uploads/2024/10/lion-icon.png); */font-size: 20px;display: block;width: 20px;height: 20px;}

.wpcf7-form .title:nth-of-type(1) {
	color:white;
	margin:0px;
}

.wpcf7-form .title {
    color: var(--primary-color1);
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0px;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    width: calc((100% / 2) - 10px);
}

div#ebook-fold {
    padding: 0px 0px 0px 0px;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    z-index: 3;
    /* background-image: url('/wp-content/uploads/2025/01/carclouds-fold1-background.jpg'); */
    background-position: bottom;
    background-size: cover;
}

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    gap: 200px;
    padding: 50px 0px;
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: #bd1819;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}
  
  .ebook-image {
    position: relative;
  }
  
  .ebook-form {
    flex: 100;
    color: white;
  }
  
  .ebook-form-text > .smalltitle {
    text-transform: uppercase;
    font-size: 20px;
    font-style: italic;
  }
  
  .wpcf7-form > .readmore {
    margin-top: 20px;
  }

.input-readmore {
    position: relative;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.input-readmore .wpcf7-spinner {
    position: absolute;
}

.input-readmore::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 28px;
    height: 36px;
    background-image: url('/wp-content/uploads/2024/11/small-lion-white.png');
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%);
    pointer-events: none;
}

.input-readmore .readmore {
    width: 210px;
    padding: 14px 0px 14px 25px;
}

.ebook-form-text .title span {
    display: block;
}
  
  div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 16px;
  }

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      padding: 60px 0;
      background: #00000066;
      width: 100%;
      clear: both;
  }

  .footer-block ul li::before {
    content: '\f054';
    font-family: fontawesome;
    left: -20px;
    position: relative;
    font-size: 14px;
  }
  
  .footer-block ul li a:hover {
  opacity: .6;
  }

  .footer-block .row-container {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
  }
  
  .footer-block-item-subtext  .subtext {
    font-size: 24px !important;
    text-transform: capitalize;
    margin-bottom: 0px !important;
    line-height: 1;
  }
  
  .footer-block-item-subtext {
    margin-bottom: 0px;
  }
  
  .footer-block-icons > img {
    max-width: 140px;
  }
  
  .footer-block-item > p {
    max-width: 320px;
    font-size: 16px !important;
  }
  
  .footer-block 
> .footer-block-item:first-child {
    width: 60%;
  }

  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block 
> .footer-block-item {
      width: 30%;
      margin-right: 5%;
      position: relative;
      z-index: 2;
  }

.footer-block .footer-block-item .readmore {
    width:180px;
}
  
  .footer-block .footer-block-item#middle {
      width: 30%;
  }
  
  .footer-block .footer-block-item#middle li {
      float: left;
      width: 50%;
      padding: 5px 0px;
      list-style-type: none;
  }
  
.footer-block .footer-block-item#middle li a {
    color: white;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
}
  
  #footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-block-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
  }

  .footer-block .footer-block-item#middle li a::before {
      content: "\f054";
      position: absolute;
      top: 50%;
      transform:
          translateY(-50%);
      -webkit-transform:
          translateY(-50%);
      left: -20px;
      color: #37a9a8;
      font-size: 8px;
      font-family: fontawesome;
  }
  
  .footer-block .footer-block-item#middle li:hover a {
      letter-spacing: 1px;
  }
  
  .footer-block > .footer-block-item:last-of-type {
      margin-right: 0;
      flex: 0 0 40%;
  }
  
  .footer-block .footer-block-item p {
      color: white;
  }

  #footer-times p {
    color: #aaa;
  }

  .footer-block ul {
      margin: 0 0 1.5em 0em;
      float: left;
      width: 100%;
      padding-left: 20px;
      display: flex;
      flex-wrap: wrap;
      row-gap: 16px;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white !important;
  }

.footer-block-item-icon img {
    max-width: 260px;
    object-fit: contain;
    object-position: left;
}

.footer-block-socials {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
}

.footer-block-socials a {
    color: white;
    font-size: 24px;
}

.footer-block-item-inner-wrapper {
    display: flex;
    max-width: 680px;
    gap: 20px;
}

.footer-block-item a:not(.readmore) {
    color: white;
}

.footer-block ul li a, .footer-block p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.footer-block .main-fold-c-content-form-padding {
    background: none;
    padding: 0px;
    flex-direction: row;
}

.footer-block .main-fold-c-content-input input {
    background: #1c1a3b;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer-block .main-fold-c-content-form {
    background: none;
}

.footer-block .main-fold-c-content-input input::placeholder {
    color: white;
}

.footer-block .main-fold-c-content-submit input {
}

.footer-block .main-fold-c-content-submit::before {
}

.footer-block .main-fold-c-content-submit {
    display: flex;
}

.main-fold-c-content-submit-inner {
    flex: 1 0 100%;
    display: flex;
    position: relative;
}

.footer-block .row-container > .footer-block-item:last-child {
    flex: 0 0 40%;
}

.footer-block .row-container .footer-block-item:first-child {
    display: flex;
    align-items: center;
}

.footer-block-item-icon {
    position: relative;
}

  /* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: #333;
    clear: both;
}

#footer > .row-container {
    position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
    color: white;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
    color: white;
}

#footer .privacy-text, #footer .socials {
    float: right;
}

.footer-block-item-list {
    width: 100%;
    height: 100%;
  }
  
  .footer-block ul li {
    width: calc(100% / 1);
    font-size: 17px;
    color: white;
    list-style: none;
    position: relative;
    margin: 0;
  }
  
  .footer-block ul li a {
    color: white;
    transition: all 0.5s ease;
  }

#footer .privacy-text {
    /* position: absolute; */
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

div#footer a:hover {
    transform: scale(0.95);
    opacity: 0.7;
}

div#footer a {
    transition: all 500ms ease;
}

/* == == == == MWM FOOTER END == == == == */

/*== === == Footer Banner == == ===*/

.footer-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(65deg, rgba(4, 0, 183, 0.1) 0%, rgba(5, 5, 51, 1) 100%);
    padding: 10px 0px;
    backdrop-filter: blur(5px);
    transition: all 500ms ease;
    z-index: 10;
}

.footer-banner.hidden, #page:has(.navbar-fixed-top) .footer-banner {
    opacity: 0;
    pointer-events: none;
}

.footer-banner p {
    margin: 0px;
}

.footer-banner-wrapper {
    max-width: 680px;
    margin: 0px auto;
    text-align: center;
}

.footer-banner-wrapper p:first-child {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 0px;
    color: white;
}

.footer-banner-wrapper p:first-child span {
    color: var(--primary-color1);
    font-style: italic;
}

.footer-banner-wrapper p:last-child {
    color: #ffffff8c;
    font-size: 16px;
    line-height: 18px;
}

	/*== == === Footer Banner END == == ==*/

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-fold2-wrapper-header {
    padding: 50px 0px 0px;
    text-align: center;
    max-width: 750px;
    margin: 0px auto;
}

.contact-fold2-section {
    padding-top: 100px;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 50px 70px;
    gap: 40px;
    background: #00000033;
    margin: 10px 0px 100px;
    border-radius: 50px;
    position: relative;
}

.address-wrap ul a {
    color: white;
    transition: all 500ms ease;
}

.address-wrap ul a:hover {
	opacity:.4;
}

.contact-card p.privacy-details {
    color: white;
}

.address-wrap {
	max-width: 400px;
	width: 100%;
}

.contact-card {
	flex: 1;
}

body .contact-card .form-name input:not(.readmore), body .contact-card .form-email input:not(.readmore) {
    margin-top: 0px;
}

.address-wrap ul li {
    list-style-type: none;
    /* margin-bottom: 8px; */
}

.address-wrap ul :is(li, p) a{
	color:var(--primary-color1);
	font-weight:600;
}

.address-wrap h1, h3.contact-title {
    font-size: 36px;
    color: white;
    margin-bottom: 20px;
    font-weight: 600;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 0px 0px 20px;
    position: relative;
    padding-left: 34px;
}

.address-wrap ul::before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Pro';
    color: var(--primary-color1);
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 3px;
    left: 0px;
}

.address-wrap ul.mobile::before{
	content:'\f3ce';	
}

.address-wrap ul.phone::before {
    content: "\f095";
}

.address-wrap ul.email::before {
    content: "\f0e0";
}

.form-name, .form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}



.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select, .wpcf7 .form-field textarea {
    width: 100% !important;
    background: white;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    font-family: 'Poppins';
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing:0px;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
}

.popup-form-wrapper {
    border-color: var(--primary-color2);
}

.popup-close {
    background: var(--primary-color2);
    border-color: var(--primary-color2);
    border-width: 2px;
}

.pweb-title .subtext {
    margin: 0px;
}

div#popup-general-form {
    background: whitesmoke;
}

.popup-form-wrapper .wpcf7 {
  overflow: auto;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar {
  width: 4px;
  height: 4px; 
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px; 
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px; 
  border: 2px solid #f1f1f1; 
}

.pweb-title {
    text-align: center;
    padding: 25px 0px 30px;
    position: relative;
    width: calc(100% );
    background: var(--primary-color1);
    color: white;
    margin-bottom: 20px;
    border-top-left-radius: 20px;
}

.pweb-title .subtext {
    color: white;
    line-height: 1.2;
    margin: 0px 0px 10px;
}

.pweb-title .subtitle {
    margin:0px;
    font-size: 32px;
    line-height: 40px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit.readmore {
    margin-top: 0px;
    margin-bottom: 20px;
}

.contact-card .subtitle {
    margin-bottom: 20px;
    color: var(--primary-color1);
}

/* General form styling */
.contact-card .wpcf7-form {
  margin: 0 auto;
  border-radius: 8px;
}

.contact-card .wpcf7-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
}

.service-fold1-main {
    padding: 300px 0px 20px;
    text-align: center;
}

.service-fold1-main .title {
    color: white;
}

.service-fold1-main .title span {
	color:var(--primary-color1);
}

.contact-section::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/06/balloon-pair1.png');
    position: absolute;
    top: -200px;
    left: -60px;
    width: 230px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-15deg);
    pointer-events:none;
}

.contact-section::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/06/cc1-balloon8-blue2.png');
    position: absolute;
    top: -190px;
    right: -40px;
    width: 230px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(10deg) scalex(-1);
    pointer-events:none;
}

.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-width: 1px;
  box-sizing: border-box;
  margin-bottom: 0px;
  font-family: 'Poppins';
}

.contact-card :is(.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea){
	border-color: transparent;
	border-style:solid;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: 'Poppins';
	border-radius: 10px;
	background: #0b0b0b6b;
	color: white;
}

.contact-card :is(.wpcf7-form input:not(.readmore), .wpcf7-form textarea)::placeholder {
	color:white;
}

/* Focus states */
.contact-card
:is(.wpcf7-form input:focus,
.wpcf7-form textarea:focus) {
  outline: none;
  border-color: var(--primary-color1);
}

/* Styling for the input fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
  font-size: 16px;
  font-family: 'Poppins';
}

/* Placeholder text styling */
.wpcf7-form-control::placeholder {
  color: #999;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--primary-color2);
}

/* Privacy details styling */
.privacy-details {
  font-size: 14px;
  margin-top: 10px;
}

.privacy-details a {
  color: var(--primary-color1);
  font-weight:700;
}

/* Styling for the spinner */
.wpcf7-spinner {
  display: none;
  margin-left: 10px;
  border: 2px solid #ccc;
  border-top: 2px solid #5e92f3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

/* Error or success messages */
.wpcf7-response-output {
  padding: 10px;
  margin-top: 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

.contact-page-fold {
    position: relative;
}

.contact-page-fold::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/05/background-shape.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1520px;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: 
        all .25s ease .25s;
}

.popup-form-wrapper input.wpcf7-submit {
    background: var(--primary-color1);
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: 
        translate(-50%, -50%);
    -webkit-transform: 
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 0px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n+1) {
    margin: 0px;
    color: #333;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: 
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

.contact-card label {
    font-size: 18px;
    margin: 0px;
}

/*== == == CONTACT FORM END == == ==*/

/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
    padding: 210px 0px;
    color: white;
}

/*== == System Pages END == ==*/

/*== == == Module Fold CA == == ==*/
.module-fold-ca-splide-item-bar-content-inner p {
    font-size: 12px;
    line-height: 20px;
  }
  
  .module-fold-ca-container-slider {
    display: none;
  }
  
  .module-fold-ca-container-slider.active {
    display: flex;
  }
  
  .module-fold-ca-container-slider.active-fold {
    display: flex;
  }
  
  .module-fold-ca-container-slider .splide__track {
    overflow: visible;
  }
  
  .module-fold-ca-slider .splide__slide {
    opacity: 0.2;
    transition: all 500ms ease;
  }
  
  .module-fold-ca-slider .splide__slide.is-visible {
    opacity: 1;
  }
  
  .module-fold-ca-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
  }
  
  .module-fold-ca-container {
    /* max-width: 767px; */
    margin: 0px auto;
    text-align: center;
    padding: 0px 0px 40px;
  }
  
  .module-fold-ca-button-wrapper {
    padding: 50px 0px 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .module-fold-ca-button-wrapper button {
    width: 200px;
    font-size: 18px;
    background: white;
    border: solid 2px var(--primary-color1);
    transition: all 500ms ease;
    color: var(--primary-color1);
    padding: 13px;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .module-fold-ca-button-wrapper button.active {
    background: var(--primary-color1);
    color: white;
  }
  
  .module-fold-ca-header-title .title {
    margin: 0px;
    /* color: var(--primary-color1); */
  }
  
  .module-fold-ca-header-title {
    margin-bottom: 20px;
  }
  
  .module-fold-ca-button-wrapper p {
    margin: 0px;
  }
  
  .module-fold-ca-header-content-inner p {
    margin: 0px;
  }
  
  .module-fold-ca-splide-item-content-padding {
    text-align: center;
    =: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0px;
    height: 100%;
    box-sizing: border-box;
    flex-grow: 1;
  }
  
  .module-fold-ca-splide-item-bar {
    display: flex;
    background: #f1f1f1;
    justify-content: center;
    width: fit-content;
    margin: 20px auto 0px;
  }
  
  .module-fold-ca-splide-item-img {
    display: flex;
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
  }
  
  .module-fold-ca-splide-item-img img {
    flex: 1;
  }
  
  .module-fold-ca-splide-item-content-header .subtext {
    color: #333;
    font-weight: 400;
  }
  
  .module-fold-ca-splide-item-content {/* height: 100%; */flex-grow: 1;}
  
  .module-fold-ca-splide-item-bar-content {
    display: flex;
  }
  
  .module-fold-ca-splide-item-bar-content-padding {
    padding: 10px;
    display: flex;
    gap: 10px;
  }
  
  .module-fold-ca-splide-item-content-stars i {
    color: #ffc50d;
  }
  
  .module-fold-ca-splide-item-content-stars {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 10px;
  }
  
  .module-fold-ca-splide-item-bar-content-klarna img {
    max-width: 84px;
  }
  
  .module-fold-ca-splide-item-bar-highlight p {
    margin: 0px;
  }
  
  .module-fold-ca-splide-item-bar-highlight {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
  }
  
  .module-fold-ca-splide-item-bar-content-klarna p {
    margin: 0px;
  }
  
  .module-fold-ca-splide-item-bar-content-inner p {
    margin: 0px;
  }
  
  .module-fold-ca-splide-item-bar-highlight p:last-child {
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-color1);
  }
  
  .module-fold-ca-splide-item-bar-content-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
  
  .module-fold-ca-splide-item-bar-content-klarna {
    display: flex;
    align-items: center;
  }
  
  .module-fold-ca-splide-item-bar-content-klarna a p {
    text-decoration: underline;
    color: #333;
  }
  
  .module-fold-ca-splide-item-bar-content-klarna a {
    transition: all 500ms ease;
  }
  
  .module-fold-ca-splide-item-bar-content-klarna a:hover {
    opacity: 0.4;
  }
  
  .module-fold-ca-splide-item-content p {
    margin: 0px;
  }
  
  .module-fold-ca-button-wrapper button:hover {
    background: var(--primary-color1);
    color: white;
  }
  
  .module-fold-ca-splide-item-bar-readmore {
    display: flex;
  }
  
  .module-fold-ca-splide-item-bar-readmore .readmore {
    width: 100%;
    margin: 0px;
  }
  
  .alt .module-fold-ca-container {
    padding: 40px 0px 40px;
  }
  
  /*== == == Module Fold CA END == == ==*/
  
  .module-fold-ca-splide-item-img img {
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
  }
  
  .module-fold-ca {
    padding: 0px 0px;
    overflow: hidden;
  }

  .module-fold-ca-splide-item-bar-content-inner img {
    max-width: 60px;
    display: block;
  }
  
  .module-fold-ca-splide-item-bar-content-inner a {
    color: inherit;
    text-decoration: underline !important;
  }
  
  .module-fold-ca-splide-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    opacity: 0.4;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .module-fold-ca-splide-item-img::after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: #ffffff77;
    color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
  }
  
  .module-fold-ca-splide-item:hover .module-fold-ca-splide-item-img::before,
  .module-fold-ca-splide-item:hover .module-fold-ca-splide-item-img::after {
    opacity: 1;
  }
  
  .module-fold-ca-splide-item {
    cursor: pointer;
    height: 100%;
  }
  
  a.product-title {
    background: whitesmoke;
    display: block;
    padding: 5px;
    border-radius: 15px;
}

/*== == == Module Fold CA == == ==*/

.module-fold-b-container {
    padding-bottom: 120px;
}

.module-fold-ca {
    background-image: url('/wp-content/uploads/2025/01/carclouds-cloudsbackground.jpg');
    background-size: cover;
}

.module-fold-ca-container {
    padding: 150px 0px;
    position: relative;
    z-index: 3;
}

.module-fold-ca-header .row-container {
    width: 100%;
}

.module-fold-ca-header-wrapper {
    display: flex;
    justify-content: space-between;
}

.module-fold-ca-slider {
    position: relative;
}


.module-fold-ca-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.module-fold-ca-header-content {
    max-width: 610px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.module-fold-ca-header-content-readmore .readmore {
    margin: 0px;
}

.module-fold-ca-header-content-inner p {
    margin: 0px;
}

.module-fold-ca-header-title .subtext {
    color: var(--secondary-color2);
    margin: 0px;
    text-align: left;
}

.module-fold-ca-header-title .title span {
    position: relative;
}

.module-fold-ca-header-title .title span::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/01/yellow-rectangle.png');
    position: absolute;
    bottom: 9px;
    left: -10px;
    width: 110%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.module-fold-ca-slider .splide {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
}

.module-fold-ca .splide__pagination {
    padding: 0px;
}

.module-fold-ca .splide__pagination li {
    display: flex;
    flex: 1;
}

.module-fold-ca .splide__pagination li button {
    background: #d1d1d1;
    border: none;
    padding: 2px;
    flex: 1;
    transition: all 500ms ease;
}

.module-fold-ca .splide__pagination li button.is-active {
    /* background: var(--secondary-color1); */
}

.module-fold-ca-splide-item-img img {
    height: 315px;
    width: 100%;
    object-fit: cover;
}

.module-fold-ca .splide__track {
    overflow: visible;
}

.module-fold-ca .splide__slide {
    transition: all 500ms ease;
    opacity: 0.6;
}

.module-fold-ca .splide__slide.is-visible {
    opacity: 1;
}

.module-fold-ca .splide__slide.is-prev {
    opacity: 0;
}

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

.module-fold-ca-splide-item-content-header {
    flex-grow: 1;
}

.module-fold-ca-splide-item-content {
    background: #00000066;
}

.module-fold-ca-splide-item-content-padding {
    padding: 20px 20px;
}

.module-fold-ca-splide-item-content-readmore-button .readmore {
    margin: 0px;
}

.module-fold-ca-splide-item-content-readmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-fold-ca-splide-item-cotent-share {
    background: whitesmoke;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all 300ms ease;
    cursor: pointer;
}

.module-fold-ca-splide-item-cotent-share i {
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.module-fold-ca-splide-item-cotent-share:hover {
    background: #bdbdbd;
}

.module-fold-ca-splide-item-top {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: var(--box-shadow1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.module-fold-ca-splide-item-content-header p.smalltitle {
    margin: 0;
    font-size: 16px;
    opacity: 0.7;
}

.module-fold-ca-splide-item-content-header p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;];]3;]33;]3;];
}

.module-fold-ca-splide-item-highlight {
    position: absolute;
    bottom: 0px;
    transform: translatey(-50%);
    width: 100%;
    background: var(--primary-color1);
    width: calc(100% - 50px);
    left: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.module-fold-ca-splide-item-highlight p {
    margin: 0px;
    color: var(--secondary-color1);
}

.module-fold-ca-splide-item-highlight-padding {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    gap: 15px;
}

.module-fold-ca-splide-item-highlight p b {
    font-size: 20px;
    line-height: 28px;
}

.module-fold-ca-splide-item:hover .module-fold-ca-splide-item-highlight {
    transform: translateY(50px);
    opacity: 1;
}

.module-fold-ca-splide-item {
    transition: all 500ms ease;
    cursor: pointer;
    position: relative;
    display: block;
}

.module-fold-ca-splide-item:hover {
    transform: translatey(-50px);
}

    /*== == == Module Fold CA END == == ==*/

    .splide__pagination button {
        width: 30px;
        border: 0;
        background: var(--primary-color1);
        height: 5px;
        border-radius: 20px;
        opacity: 0.3;
    }

.module-fold-b .splide__pagination {
    padding: 40px 0px 0px;
}
    
    .splide__pagination {
        padding: 0;
        display: flex;
        gap: 10px;
    }
    
    .splide__pagination button.is-active {
        opacity: 1;
    }

    .woocommerce-notices-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 300;
    }


    
  .accordion-content-header p {
      font-weight: 600;
      margin-bottom: 15px;
  }
  
  /*== == ACCORDION PAGE == ==*/
  
  .accordion-fold {
      padding: 100px 0px;
      position: relative;
      padding-top: 50px;
      background: #333;
  }
  .accordion-fold.padding {
      padding: 50px 0px;
  }
  .accordion-content p a {
      color: white;
      display: flex;
      align-items: center;
      margin-top: 15px;
      gap: 5px;
      line-height: 1;
      font-style: italic;
      transition: all 500ms ease;
  }
  
  .accordion-content p a i {
      color: var(--secondary-color1);
  }
  
  .accordion-content p a i {
      display: flex;
      align-items: center;
  }
  
  .accordion-content p a:hover {
      opacity: .6;
  }
  
  
  .accordion-fold .title {
      text-align: center;
      margin-bottom: 50px;
  }
  
  .header-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      transition: all 0.5s ease;
      padding: 10px 10px;
      cursor: pointer;
  }
  
  .accordion-wrapper {
      color: #fff;
  }
  
  .faq-container .content-header {
      padding-bottom: 50px;
  }
  
  .faq-container .content-header .title {
      margin: 0px;
  }
  
  .accordion-content ul {
      list-style: none;
      text-align: left;
  }
  
  .accordion-content ul li {
      margin-bottom: 20px;
  }
  
  .accordion-subtitle span {
      display: block;
      font-weight: 400;
      margin-top: 10px;
      font-size: 18px;
  }
  
  .accordion-btn p {
      font-size: 20px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin: 0;
      opacity: 0;
      transition: all 0.3s ease;
      display: flex;
      padding: 6px;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      box-sizing: border-box;
      justify-content: center;
      align-items: center;
      transform: translateY(-50%);
  }
  
  .accordion-btn.opened p.close-btn {
      opacity: 1;
      background: var(--primary-color1);
  }
  
  .accordion-btn.closed p.open-btn {
      opacity: 1;
  }
  
  .accordion-item {
      position: relative;
      background: #00000066;
      border-radius: 20px;
      margin-bottom: 10px;
      overflow: hidden;
  }
  
  .extended .accordion-fold-wrapper{
      max-height: 2500px;
  }
  
  .accordion-fold-wrapper {
      max-height: 0px;
      overflow: hidden;
      transition: all 0.3s ease;
      background: none;
      background: #ffffff22;
  }
  
  .accordion-content {
      padding-top: 20px;
      border-radius: var(--curve);
      padding: 20px 40px 20px 20px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      position: relative;
  }
  
  .accordion-content ul {
      padding-left: 20px;
  }
  
  .accordion-content ul li {
      font-size: 16px;
      color: white;
  }
  
  .accordion-btn i {
      font-size: 14px;
      cursor: pointer;
      color: var(--primary-color1);
      transition: all 500ms ease;
  }
  
  .accordion-header {
      font-size: 17px;
      padding-right: 60px;
      line-height: 1;
      margin-bottom: 0px;
      transition: all 500ms ease;
      font-weight: 600;
  }
  .accordion-subtitle {
      font-size: 26px;
  }
  
  .header-wrapper:hover {
      opacity: 0.7;
  }
  
  .active .accordion-btn i {color: white;}
  
  .header-wrapper.active {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .accordion-content p {
      transition: all 500ms ease;
      font-size: 16px;
      line-height: 24px;
      margin: 0px;
  }
  
  .faq-container .content-header p {
      margin-top: 20px;
  }
  
  .wpfPreview{
    display: none;
  }

  .pweb-title * {
    margin: 0;
}

#primary .wpfLoaderLayout {
    background: none;
}

#primary .wpfLoaderLayout .woobewoo-filter-loader {
    color: #fff;
}

.show-on-mobile {
    text-align: center;
    color: white;
    display: none;
    padding: 20px;
}

.show-on-mobile p {
    margin: 0;
}

.main-fold-c-content-column-container-content-lower p.privacy {
    font-size: 14px;
    line-height: 18px;
}

li.account {
    border-radius: 50%;
    background: white;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    color: var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

li.account::before {
    display: none;
}

li.account i{
    color: var(--secondary-color1);
}

body.error404 {
    position: relative;
    background: url('/carcloud-background-desktop.jpg');
    background-size: cover;
    color: white;
    background-position: 50% 50%;
}

p.small {
    font-size: 12px;
    line-height: 18px;
}

.login-box .form-row:has(input[type=checkbox]) span {
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.login-wrapper form label:has(input[type=checkbox]) {
    display: flex;
    gap: 10px;
}

li#menu-item-15023, .menu-item-15011 {
    display: none;
}

.banner-fold {
    text-align: center;
    background: var(--primary-color1);
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 10px;
}

.banner-fold p {
    margin: 0;
    color: #333;
}

span.block{
    display: block;
}


.thank-you-fold {
    padding: 300px 0px 200px;
    text-align: center;
    color: white;
}


.forms-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

form.package-form {
    text-align: center;
    flex: 1 1 calc(100% / 3);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background: #00000033;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

form.package-form input{
    height: 50px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    font-family: "Poppins";
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 15px;
    border: none;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

form.package-form button{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 30px;
    text-align: left;
    border-radius: 15px;
    border: none;
    font-family: 'Poppins';
    font-size: 48px;
    font-weight: 800;
    color: #333;
    background: var(--primary-color1);
    color: #0c0a61;
    letter-spacing: -1px;
    font-weight: 800;
    cursor: pointer;
    transition: all 500ms ease;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

span.credits {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--secondary-color1);
}

form.package-form .subtitle {
    display: flex;
    align-items: center;
    gap: 20px;
}

form.package-form.no-credits input {
    pointer-events: none;
    opacity: 0.4;
}

form.ccd-search-form {
    display: flex;
    gap: 20px;
}

form.ccd-search-form input, form.ccd-search-form select {
    flex-grow: 1;
    height: 50px;
    border: 0;
    font-family: 'Poppins';
    background: #00000066;
    color: white;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
}

form.ccd-search-form input::placeholder, form.ccd-search-form select::placeholder{
    color: #ffffff99;
}

form.ccd-search-form input{
    cursor: text;
}

form.ccd-search-form button {
    flex: 0 0 100px;
    border-radius: 10px;
    border: 0;
    font-family: 'Poppins';
    background: var(--primary-color1);
    font-weight: 700;
    color: var(--secondary-color1);
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

.f1-banner-search-wrapper {
    background: #00000033;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 20px auto;
}

.readmore.alt.expired {
    background: #bd1819;
}

.woocommerce-info {
    color: white;
}

.product-type-variable .product-inner, .product-type-simple.product-inner, .product-type-subscription .product-inner {
    padding: 40px;
    background: #00000033;
    border-radius: 30px;
    box-sizing: border-box;
}