/* ---- colours ---- */
:root{
    --lime-green: #6ec832;
    --orange: #f18700;
    --stone: #e8eae5;
    --grey: #30383b;   
}
html{
    scroll-behavior: smooth !important;
}
body{
    margin: 0px;
    overflow-x: hidden;
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: futura-pt-bold, sans-serif;
    color: var(--black);
    font-weight: 500;
    font-style: normal;
}
h1{
    font-size: 2.4rem;
}
h2{
    font-size: 2.16rem;
}
h3{
    font-size: 1.9rem;
}
p,ul,ol,li,blockquote,a{
    font-family: futura-pt, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}
li{
    margin: 1rem;
}
li::marker {
    color: var(--orange);
}
b, strong{
    font-weight: 700;
    font-family: futura-pt-bold, sans-serif;
}
a{
    color: var(--orange);
    transition: all ease-in-out 0.3s;
}
a:hover{
    color:var(--lime-green);
}
table {
    width: auto;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
th {
    background-color: var(--grey);
    color: #ffffff;
}

/*--- main styles start ---*/

/*--- header ---*/
.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}
.logo-wrapper img {
    height: 65px;
}
.main-nav-area-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-items: center;
}
nav#desktop-menu ul li {
    list-style: none;
	margin-top:5px;
}
#desktop-menu .submenu-arrow {
    transition: transform 0.3s ease;
}

#desktop-menu .submenu-arrow.show {
    transform: rotate(180deg);
}
#desktop-menu ul li a:hover{
    color: #ffffff;
}
nav#desktop-menu ul.sub-menu li{
    padding-bottom: 0px;
}
#menu-main-menu ul.sub-menu li a {
    display: block;
    padding: 8px 16px;
    margin: 12px 0px;
}
.main-nav-area-wrapper ul {
    padding: 0px;
}
nav#desktop-menu ul {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 0;
}

nav#desktop-menu li a {
    text-decoration: none;
}

nav#desktop-menu ul.sub-menu {
    display: none;
}
.menu-item-has-children {
    position: relative;
}
/*
.menu-item-has-children::before {
    content: url(/wp-content/themes/gomigo/img/megamenuarrow.svg);
    position: absolute;
    left: -27px;
    top: 0px;
    transition: all ease-in-out 0.2s;
}
.menu-item-has-children:hover::before{
    rotate: 180deg;
}
*/
.menu-item-has-children.open > img {
    transform: rotate(180deg);
    transition: 0.3s ease;
}
nav#desktop-menu ul.sub-menu {
    position: absolute;
    width: max-content;
    z-index: 9999;
    left: -47px;
    top: 52px;
}
.top-right-details {
    font-weight: 100;
    display: flex;
    justify-content: flex-end;
}
.green-wrapper {
    background-color: var(--lime-green);
}
.green-wrapper, .green-wrapper p, .green-wrapper a {
    color: #ffffff;
    text-decoration: none;
}
.top-right-details p {
    margin: 0;
}
a.white-link {
    margin: 0px 8px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
p.language-text {
    color: #000;
    font-size: 1rem;
    margin: 4px 8px;
}
.gtranslate_wrapper {
    margin-top: 5px;
}

#desktop-menu ul li a {
    color: #000000;
    font-family: futura-pt-bold, sans-serif;
}

ul#menu-main-menu {
    margin-top: 20px;
}
#menu-main-menu ul.sub-menu {
    background: #6ec832;
    padding: 0px 25px 25px 25px;
    box-shadow: 3px 4px 4px #60606073;
}

#menu-main-menu ul.sub-menu li a {
    display: block;
    position: relative;
}
/*
ul#menu-main-menu .menu-item-has-children a:hover ::after {
    border-color: #00000000 #00000000 #ffffff #00000000;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    width: 0px;
    z-index: 99999999;
}
*/
.menu-button a {
    text-transform: uppercase;
    font-family: futura-pt-bold, sans-serif;
    font-size: 1rem;
    padding: 5px 35px;
    background: var(--orange);
    
}

h1.light-title {
    font-family: 'futura-pt';
    font-weight: 500;
}
ul#menu-main-menu li a {
    font-family: futura-pt-bold;
}
ul#menu-main-menu .sub-menu li a:hover {
    color: #ffffff;
    background: #6bbb37;
}
.menu-button a:hover {
    color: #000000 !important;
    background: #ffffff;
}
a.white-link:hover {
    color: #000000;
    border-color: #000000;
}

#menu-main-menu ul.sub-menu li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f1f1f170;
    position: absolute;
    bottom: -7px;
    left: 0;
}
/*mob nav styles - before media query*/

.mob-head .contianer {
    background-color: var(--lime-green);
    position: fixed;
    z-index: 999;
    width: 100vw;
    top: 0;
    height: 81px;
}
.mob-head {
    background-color: var(--stone);
}
.inner-mob-nav-wrapper {
    background-color: var(--lime-green);
    padding: 10px 20px;
}

nav#mob-menu ul {
    list-style: none;
    padding: 0px;
}
nav#mob-menu ul li a {
    color: #fff;
    text-decoration: none;
}
nav#mob-menu ul li a {
    font-family: futura-pt-bold, sans-serif;
    color: #000000;
}
#mob-menu .menu-item-has-children .sub-menu {
    display: none;
}
.mob-buttons a {
    color: #ffffff;
    text-decoration: none;
}
.mob-call a, .mob-email a {
    display: inline-block;
    margin-bottom: 18px;
    border-bottom: 1px solid #ffffff;
}
.language-select-mob {
    position: relative;
}
img.submenu-arrow {
    margin-left: 5px;
}



/*-- mob-icon styles --*/
.mob-icon {
    position: relative;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
}
.mob-icon span {
    height: 3px;
    background: #000;
    width: 30px;
    display: block;
    position: absolute;
    right: 14px;
}
.mob-icon span:first-child {
    top: 20px;
}
.mob-icon span:nth-child(2n) {
    top: 30px;
    width: 17px;
}
.mob-icon span:last-child {
    bottom: 20px;
}
nav#mob-head {
    background: var(--lime-green);
    box-shadow: 0px 0px 6px 0px #5e5e5e;
    z-index: 999;
}
.mob-head {
    display: none;
}
.mobile-menu {
    position: fixed;
    right: -100%;
    width: 100%;
    z-index: 999;
    display: grid;
    grid-template-columns: 5% 90% 5%;
    transition: all ease-in-out 0.6s;
    margin-top: 85px;
    top: 0;
}
.mobile-menu.active {
    right: 0;
    height: 100%;
}


.mob-icon.active span:last-child, .mob-icon.active span:first-child {
    top: unset;
} 
/*--mob nav animation--*/

.active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 20px;
    transform: rotate(0);
  }
  50% {
    top: 25px;
    transform: rotate(0);
  }
  100% {
    top: 30px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 30px;
    transform: rotate(45deg);
  }
  50% {
    top: 25px;
    transform: rotate(0deg);
  }
  100% {
    top: 20px;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 16px;
    transform: rotate(0);
  }
  50% {
    bottom: 25px;
    transform: rotate(0);
  }
  100% {
    bottom: 27px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 27px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 25px;
    transform: rotate(0);
  }
  100% {
    bottom: 16px;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}



/*--------------
Homepage styles
----------------*/
.main-intro h1 {
    font-size: 2.5rem;
}
.left-hero-wrapper {
    z-index: 999;
}
span.svg-highlight-round {
    font-family: futura-pt-bold, sans-serif;
}
span.svg-circle {
    background-image: url(/wp-content/uploads/2026/03/handdrawn-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-icon-wrapper {
    display: flex;
    align-items: center;
    margin: 32px 0px;
}
.hero-icon-container {
    height: 60px;
    width: 60px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-icon-wrapper p {
    margin-left: 75px;
    font-weight: 300;
}
.hero-icon-container.stop-watch{
    background-image: url(/wp-content/uploads/2026/02/Quick-delivery-icon.png);
}
.hero-icon-container.money-icon{
    background-image: url(/wp-content/uploads/2026/02/get-the-best-price-icon.png);
}
.hero-icon-container.hands-icon{
    background-image: url(/wp-content/uploads/2026/02/helping-hand-icon.png);
}
.hero-icon-container.logo-icon{
    background-image: url(/wp-content/uploads/2026/03/friendly-face-icon.png);
}
.hero-icon-container.love-icon{
    background-image: url(/wp-content/uploads/2026/03/love-icon.png);
}
.hero-icon-container.insurance-icon{
    background-image: url(/wp-content/uploads/2026/03/insurance-icon.png);
}
.hero-icon-container.taxi-icon{
    background-image: url(/wp-content/uploads/2026/03/taxi-icon.png);
}
.hero-icon-container.experience-icon{
    background-image: url(/wp-content/uploads/2026/03/100-icon.png);
}
.hero-icon-container.phone-icon{
    background-image: url(/wp-content/uploads/2026/03/phone-icon.png);
}
.hero-icon-container.email-icon{
    background-image: url(/wp-content/uploads/2026/03/email-icon.png);
}
.hero-icon-container.whatsapp-icon{
    background-image: url(/wp-content/uploads/2026/03/whatsapp-icon.png);
}
a.btn {
    padding: 10px 70px;
    background-color: var(--lime-green);
    color: #000000;
    text-decoration: none;
    display: inline;
    text-transform: uppercase;
    font-weight: 300;
}
a.btn:hover {
    background: var(--orange);
}
h4.small-green-title {
    color: var(--lime-green);
    font-size: 1.2rem;
    font-family: 'futura-pt';
}

.home-services-cards-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-card-container {
    margin: 10px;
    background: var(--grey);
    border-radius: 30px;
    color: #ffffff;
    max-width: 260px;
    width: 100%;
    position: relative;
}
.service-image-wrapper {
    height: 185px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 30px;
}
.service-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    rotate: -8deg;
    position: absolute;
    top: -20px;
    left: -21px;
     transition: all ease-in-out 0.6s;
}
.service-card-container:hover .service-image{
    rotate: -4deg;
}
.service-title h3 {
    font-family: "futura-pt", sans-serif;
    font-size: 1.5rem;
    margin-left: 8px;
    margin-bottom: 35px;
}
.service-inner a {
    display: block;
}
.service-inner {
    padding: 0px 10px;
    margin-bottom: 50px;
}
.service-card-container.top-orange-lines-overlap-image::before {
    content: url(/wp-content/uploads/2026/03/tape-diagonal.png);
    overflow: visible;
    position: absolute;
    top: -10px;
    right: 19px;
    opacity: 0.9;
    z-index: 2;
}
.service-image.white-overlap-image::after {
    content: url(/wp-content/uploads/2026/03/tape-diagonal.png);
    bottom: -15px;
    position: absolute;
    right: 27px;
}
.service-card-container.top-orange-solid-overlap-image::before {
    content: "";
    height: 25px;
    overflow: visible;
    position: absolute;
    top: -10px;
    right: 19px;
    z-index: 2;
    width: 114px;
    background: #f187007a;
}
.service-card-container.bottom-orange-solid-box::after{
    content: "";
    height: 25px;
    overflow: visible;
    position: absolute;
    bottom: -10px;
    right: 19px;
    z-index: 2;
    width: 114px;
    background: #f187007a;
    
}


a.green-btn {
    color: #000000;
    font-weight: 100;
    padding: 10px 15px;
    background: var(--lime-green);
}
a.green-btn:hover {
    background: var(--orange);
}
.service-inner a{
     text-decoration: none;
     margin-left: 8px;
     font-size: 1.1rem;
     text-transform: uppercase;
    width: fit-content;
}
a.underlink-btn {
    margin: 12px 0px 20px 8px;
    color: #ffffff;
    padding: 8px 0px;
    border-bottom: 1px solid #ffffff;
    transition: all ease-in-out 0.6s;
}
a.underlink-btn:hover{
    color: var(--lime-green);
    border-bottom-color: var(--lime-green);
}
.service-title h3 {
    position: relative;
    z-index: 2;
}
.service-card-container:nth-child(even) .service-inner .service-title h3::before {
    content: url(/wp-content/uploads/2026/03/underline2.png);
    position: absolute;
    bottom: -14px;
    z-index: 1;
}
.service-card-container:nth-child(odd) .service-inner .service-title h3::before {
    content: url(/wp-content/uploads/2026/03/underline1.png);
    position: absolute;
    bottom: -14px;
    z-index: 1;
}
p.section-intro-text {
    font-size: 1.4rem;
}
button.service-popup-btn {
    border: 0;
    background: transparent;
    color: var(--lime-green);
    font-family: 'futura-pt';
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 21px;
    cursor: pointer;
}

/* --------------------------------------------
transparent accordian with black over effects
----------------------------------------------*/
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    content: url(/wp-content/uploads/2026/03/arrow-down.png) ;
    border-style: none ;
    border-width: unset ;
    top: -5px ;
    transform: rotate(0deg) translate(-25%, -25%);
}
body .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    transform: rotate(180deg) translate(-256%,-25%);
}

#white-accordion-black-hover .vc_tta-panel-heading {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
#white-accordion-black-hover .vc_tta-panel-heading, #white-accordion-black-hover .vc_tta-panel-body {
    border-bottom: 1px solid #ffffff ;
}
#white-accordion-black-hover .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: unset !important;
}
#white-accordion-black-hover .vc_tta-panel-heading a {
    font-family: futura-pt-bold, sans-serif;
    padding-left: 0px
}
#white-accordion-black-hover .vc_tta-panel-body p {
    margin-top: 0px;
    color: #ffffff;
    font-weight: 100;
}
#white-accordion-black-hover .vc_tta-panel-body li, #white-accordion-green-hover .vc_tta-panel-body li {
    color: #ffffff;
}

#white-accordion-black-hover .vc_tta-panel-body, #white-accordion-green-hover .vc_tta-panel-body{
    padding-left: 0px;
    padding-right: 0px;
}
#white-accordion-black-hover .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
    color: #000000;
}
#white-accordion-black-hover .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon:before{
    border-color: #000000;
}
/* --------------------------------------------
transparent accordian with green over effects
----------------------------------------------*/
#white-accordion-green-hover .vc_tta-panel-heading {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
#white-accordion-green-hover .vc_tta-panel-heading, #white-accordion-green-hover .vc_tta-panel-body {
    border-bottom: 1px solid #ffffff ;
}
#white-accordion-green-hover .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: unset !important;
}
#white-accordion-green-hover .vc_tta-panel-heading a{
   font-family: futura-pt-bold, sans-serif;
    padding-left: 0px;
}
#white-accordion-green-hover .vc_tta-panel-body p{
    margin-top: 0px;
    color: #ffffff;
}
#white-accordion-green-hover .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
    color: var(--lime-green);
}
#white-accordion-green-hover .vc_tta-color-white.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon:before{
    border-color: var(--lime-green);
}

/*-----------*/
.white-text {
    color: #fff;
}
#floating-wrapper {
    margin: 26% 0px;
    text-align: center;
}
.floating-images-and-text-wrapper {
    position: relative;
}
.image-position-container-relative {
    position: unset !important;
}
.position-bottom-image {
    position: absolute;
    bottom: 0px;
}
h3.small-h3 {
    font-size: 2rem;
}


/*-- post it styles --*/
.postit-container {
    position: relative;
}
.postit-dark-top {
    height: 39px;
    width: 100%;
    background: var(--orange);
}
.postit-green-top {
    height: 39px;
    width: 100%;
    background: var(--lime-green);
}
.main-postit-wrapper {
    position: absolute;
    top: 21%;
    right: -37%;
    box-shadow: 0px 0px 5px #7c7c7c;
    z-index: 8;
}
.main-postit-wrapper.right-rotate{
    rotate: 15deg;
}
.main-postit-wrapper.left-rotate{
    rotate: -15deg;
}
p.postit-writing, h4.postit-writing {
    margin: 0;
    font-family: "felt-tip-roman", sans-serif;
}
.postit-inner-wrapper {
    background: #f8c380;
    padding: 20px;
    text-align: center;
}
.postit-inner-wrapper-green {
    background: #b6e398;
    padding: 20px;
    text-align: center;
}
h4.postit-writing {
    font-weight: 800;
    font-family: "felt-tip-roman", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.postit-writing strong {
    font-family: "felt-tip-roman", sans-serif;
    font-weight: 800;
}
.main-postit-wrapper.left-rotate.medium-width {
    width: 325px;
}
.main-postit-wrapper.why-go-migo-section {
    right: -117%;
    top: 288px;
}

.main-postit-wrapper.claims-accident-section {
	
}
.main-postit-wrapper.how-we-deliver-section {
    right: -50%;
    top: 118px;
}
.main-postit-wrapper.small-width {
    width: 263px;
}
.main-postit-wrapper.refer-postit {
    right: unset;
    bottom: unset;
    top: 55%;
    left: 5%;
}
.main-postit-wrapper.refer-postit h4 {
    margin-bottom: 0px;
}
.main-postit-wrapper.faqs-postit {
    left: -85%;
    top: 23%;
}
span.underline-text-1::before {
    content: url(/wp-content/uploads/2026/03/underline1.png);
    position: absolute;
    bottom: -15px;
    z-index: -1;
}
span.underline-text-1 {
    position: relative;
}
.been-busy-section img {
    height: 125px;
    width: 125px;
}    
.been-busy-section h3, .been-busy-section p{
    margin: 0px;
}
.been-busy-section h3{
    margin-bottom: 20px;
}
.green-been-busy-container {
    position: relative;
}
.green-been-busy-container::before {
    content: url(/wp-content/uploads/2026/03/white-arrow-green-bg.png);
    position: absolute;
    right: 12%;
    bottom: 20px;
}
.green-been-busy-container h3::before {
    content: url(/wp-content/uploads/2026/03/green-quote-marks.png);
    position: absolute;
    left: -21px;
    top: 13px;
}

/*---------------------
footer styles
----------------------*/
section.testimonial-wrapper {
    background: var(--stone);
    padding: 50px 0px 80px 0px;
}
section.testimonial-wrapper h3{
    margin: 0px;
}
.testimonial-wrapper h3 {
    font-family: 'futura-pt';
}
p.footer-quote-content-area {
    position: relative;
}
p.footer-quote-content-area::before {
    content: url(https://partners-test-one.uk/wp-content/uploads/2026/03/quote-marks-orange-stone-bg.png);
    position: absolute;
    top: -19px;
    left: -12px;
}
.footer-logo img {
    height: 75px;
}


#footer {
    background-color: var(--grey);
    color: #ffffff;
    padding: 30px 0px;
}
.footer-logo-socials-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-socials {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-socials p {
    margin-right: 16px;
}
.footer-socials img {
    height: 50px;
    width: 50px;
    margin: 0px 5px;
    transition: all ease-in-out 0.6s;
}
.footer-socials a:hover {
    scale: 1.1;
}
.footer-logo a, .logo-wrapper a{
    transition: all ease-in-out 0.3s;
}
.footer-logo a:hover, .logo-wrapper a:hover{
    opacity: 0.6;
}
.menu-driver-insurance-container ul, .footer-services-wrapper p, .footer-site-links-wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.footer-links-wrapper a, .footer-links-wrapper p {
    font-family: futura-pt-bold, sans-serif;
    font-size: 1rem;
}
p.underline-text {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
#footer ul.menu li a {
    text-decoration: none;
    color: #ffffff;
    transition: all ease-in-out 0.7s;
}
ul#menu-driver-insurance li, ul#menu-footer-page-links li {
    padding: 0px 0px;
	margin-left:0px;
}

ul#menu-footer-page-links {
    margin-top: 35px;
}
.footer-services-wrapper {
    width: 390px;
}
.registered-text-wrapper p {
    font-size: 0.9rem;
}
#footer ul.menu li a:hover{
    text-decoration: underline;
}
/*--- footer quotes slider ---*/
.quote-card-container.slick-slide {
    margin: 0px 10px;
}
.quote-card-container a {
    color: #000000;
    text-decoration: none;
}
p.author-title {
    margin-bottom: 0px;
}
p.quote-job-title {
    margin-top: 0px;
}
.testimonial-slider {
    margin-top: 100px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before  {
    content: url(/wp-content/uploads/2026/03/arrow-down.png);
}
.testimonial-slider .slick-prev  {
    left: unset;
    right: 70px;
    bottom: -15px;
    top: unset;
    rotate: 90deg;
}
.testimonial-slider .slick-next {
    left: unset;
    right: 0px;
    bottom: -25px;
    top: unset;
    rotate: -90deg;
}

/*=====================

inner page styles 

======================*/
.main-postit-wrapper.left-rotate.medium-width.about-gomigo {
    left: -55%;
}
/*--- contact page styles ---*/
h1.page-title {
    margin: 0px;
}
h2.light-h2-title {
    margin-top: 0px;
    font-family: 'futura-pt';
}
.greenbold-text {
    font-weight: bold;
    font-family: 'futura-pt-bold';
    color: var(--lime-green);
}
.main-postit-wrapper.contact-hero-postit {
    left: 50%;
    top: unset;
    bottom: 33%;
}
h4.our-offices-title {
    font-size: 1.8rem;
    color: var(--lime-green);
    margin-bottom: 0px;
}

/*-- about us page --*/
.main-postit-wrapper.our-values {
    left: 34%;
    top: 25%;
}

/*contact form styles*/
p.gform_required_legend {
    display: none;
}
#main-form-contact-page {
    padding: 20px;
    background: #fff;
    box-shadow: 1px 0px 20px #7c817f;
    position: absolute;
    right: 16%;
    width: 33%;
    z-index: 9999;
    overflow: visible;
}
#form-wrapper{
     padding: 20px;
    background: #fff;
    box-shadow: 1px 0px 20px #7c817f;
}


#main-form-contact-page .gform_wrapper .gform-footer.gform_footer.top_label input[type=submit], #form-wrapper .gform_wrapper .gform-footer.gform_footer.top_label input[type=submit] {
    background: var(--lime-green);
    text-transform: uppercase;
    font-family: 'futura-pt';
    font-size: 1.3rem;
    font-weight: 400 ;
    border-radius: 0px;
    padding: 9px 40px;
    transition: all ease-in-out 0.6s;
}
#main-form-contact-page .gform_wrapper .gform-footer.gform_footer.top_label input[type=submit]:hover, #form-wrapper .gform_wrapper .gform-footer.gform_footer.top_label input[type=submit]:hover {
    background: var(--orange);
}
#main-form-contact-page .ginput_container .ginput_container_textarea text-area,  #form-wrapper .ginput_container .ginput_container_textarea text-area{
    border-radius: 0px; 
}
#main-form-contact-page .ginput_container.ginput_container_text input[type="text"], #main-form-contact-page .ginput_container.ginput_container_email input[type="email"], #main-form-contact-page .ginput_container.ginput_container_phone input[type="tel"], #main-form-contact-page .gfield.gfield--type-name.gfield--input-type-name input[type="text"], #main-form-contact-page .gform-theme--foundation .gfield textarea, #main-form-contact-page .gfield.gfield--type-select.gfield--input-type-select .ginput_container.ginput_container_select select, #form-wrapper .ginput_container.ginput_container_text input[type="text"], #form-wrapper .ginput_container.ginput_container_email input[type="email"], #form-wrapper .ginput_container.ginput_container_phone input[type="tel"], #main-form-contact-page .gfield.gfield--type-name.gfield--input-type-name input[type="text"], #form-wrapper .gform-theme--foundation .gfield textarea, #form-wrapper .gfield.gfield--type-select.gfield--input-type-select .ginput_container.ginput_container_select select {
    border-radius: 0px !important;
    font-family: 'futura-pt';
    background-color: var(--stone);
    border: 0px transparent;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus, body .gform_wrapper .gform_body .gform_fields .gfield input[type=file]:focus, body .gform_wrapper .gform_body .gform_fields .gfield select:focus, body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:focus {
    border: 1px solid var(--grey) !important;
    box-shadow: 0em 0.5em 2em 0em rgba(0,0,0,0.1) !important;
    outline: none !important;
}
 #main-form-contact-page label.gform-field-label.gform-field-label--type-inline.gfield_consent_label, #form-wrapper label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{
    border-radius: 0px !important;
    font-family: 'futura-pt';
    border: 0px transparent; 
}
#main-form-contact-page .gform-theme--foundation .gform_fields, #form-wrapper .gform-theme--foundation .gform_fields {
    row-gap: 25px;
}
#overflow-div-below {
    overflow: visible;
    z-index: 9;
}


/*--- get a quote page ---*/
.main-postit-wrapper.get-quote-postit {
    position: relative;
    right: unset;
    left: 70%;
    bottom: 0px;
}
.get-quote-wrapper {
    margin-bottom: 40px;
}
/*-- pop-up --*/
.fancybox__backdrop {
    background: rgb(24 24 27 / 75%) !important;
}
.fancybox__viewport.is-draggable{
        cursor: default !important;
}


/*--- 404 page styles ---*/

.error-main-wrapper.container {
    padding: 100px 0px;
}
/*-- Mobile fixed nav --*/
.fixed-bottom-screan-nav {
    position: fixed;
    bottom: 0;
    background: var(--grey);
    color: #fff;
    width: 100%;
    z-index: 999;
    justify-content: center;
    padding: 10px 0px;
    display: none;
}
.mob-fixed-contact-wrapper a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
}
.mob-fixed-contact-wrapper img {
    height: 40px;
    width: 40px;
}
.mob-fixed-contact-wrapper {
    margin: 0px 10px;
    width: 100%;
}
/*--- single styles ---*/
.post-title-image-split-wrapper h1 {
    margin-top: 0;
}
.post-title-image-wrapper {
    background-color: var(--grey);
}
.post-title-image-split-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 400px;
}
.post-title-image-split-wrapper h1 {
    color: #fff;
    padding: 20px 60px;
}
.post-ft-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title-container {
    display: flex;
    align-items: center;
}
.post-overview-container {
    width: 50%;
    margin: -49px auto 30px auto;
    z-index: 99;
    background: white;
    padding: 40px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    position: relative;
}
/*--- blog page ---*/
.archive-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
article.archive-post {
    width: 26%;
    margin: 20px;
    background: var(--grey);
    border-radius: 30px;
    color: #ffffff;
    position: relative;
    padding: 20px;
    overflow: hidden;
    
}
a.archiveimage {
    height: 211px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: -33px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    rotate: -8deg;
    transition: all ease-in-out 0.6s;
}
.post-image-wrapper {
    height: 200px;
    width: 100%;
}
.post-content-wrap h3 {
    font-family: "futura-pt", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 35px;
}
a.archive-post-link {
    text-transform: uppercase;
    color: var(--lime-green);
    text-decoration: none;
    transition: all ease-in-out 0.6s;
}
a.archive-post-link:hover{
    color: var(--orange);
}
article.archive-post:hover a.archiveimage{
    rotate: -4deg;
}
/*----- Resonsive code -------*/
/* Device = laptop, desktops */

@media(min-width: 1216px) and (max-width: 1280px) {
 .container {
    width: unset;
    max-width: unset;
    padding: 0 35px;
    margin: 0 auto;
}
.service-title h3 {
    font-size: 1.7rem;
}    
.main-postit-wrapper.refer-postit {
    top: 61%;
    left: 0;
}  
#main-form-contact-page {
    right: 6%;
    width: 40%;
} 
.main-postit-wrapper.why-go-migo-section {
    right: -97%;
    top: 159px;
} 
.main-postit-wrapper {
    top: 30%;
}    
  
.main-postit-wrapper.left-rotate.small-width.our-values {
    top: 24%;
} 
.post-overview-container {
    width: 80%;
}    
    
    
    
}
/* Device = small windows/small laptops */
@media(min-width: 1153px) and (max-width: 1215px) {
 .container {
    width: unset;
    max-width: unset;
    padding: 0 35px;
    margin: 0 auto;
}
.service-title h3 {
    font-size: 1.6rem;
}    
.main-postit-wrapper {
    position: absolute;
    top: 44%;
    right: -57%;
    box-shadow: 0px 0px 5px #7c7c7c;
    z-index: 8;
}
.main-postit-wrapper.refer-postit {
    top: 61%;
    left: 0;
}  
#main-form-contact-page {
    right: 6%;
    width: 40%;
}
span.svg-circle {
    display: block;
    background-position: left;
    background-size: contain;
}   
.main-postit-wrapper.why-go-migo-section {
    right: -97%;
    top: 396px;
}  
.main-postit-wrapper.faqs-postit {
    top: 17%;
} 
.green-been-busy-container::before {
    right: 6%;
}
.main-postit-wrapper {
    top: 30%;
}    
article.archive-post {
    width: 23%;
} 
.post-overview-container {
    width: 80%;
}      
    
}
/* Device = small windows/small laptops */
@media(min-width: 1025px) and (max-width: 1152px) {
 .container {
    width: unset;
    max-width: unset;
    padding: 0 35px;
    margin: 0 auto;
}
.green-wrapper {
    display: none;
}
.service-title h3 {
    font-size: 1.6rem;
}    
.main-postit-wrapper.refer-postit {
    top: 59%;
    left: -30px;
}  
#main-form-contact-page {
    right: 2%;
    width: 45%;
}
span.svg-circle {
    display: block;
    background-position: left;
    background-size: contain;
}    
.main-postit-wrapper.why-go-migo-section {
    right: -92%;
    top: 370px;
}    
.green-wrapper {
    display: none;
}  
.mob-head {
    display: block;
}    
.mob-logo-wrapper img {
    width: 60px;
    height: 60px;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 10px
}
.mob-logo-wrapper img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 160px;
}  
.mob-head.scrolled .mob-logo-wrapper img {
    width: 60px;
} 
h1 {
    margin-top: 90px;
} 
.main-postit-wrapper.faqs-postit {
    top: 17%;
}  
.green-been-busy-container::before {
    right: 5%;
}     
.main-postit-wrapper {
    top: 32%;
}  
.post-overview-container {
    width: 70%;
}    
    
}/* large ipad pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
 .container {
    width: unset;
    max-width: unset;
    padding: 0 35px;
    margin: 0 auto;
}    
.green-wrapper {
    display: none;
}  
.mob-head {
    display: block;
}    
.mob-logo-wrapper img {
    width: 60px;
    height: 60px;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 10px
}
.mob-logo-wrapper img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 160px;
}  
.mob-head.scrolled .mob-logo-wrapper img {
    width: 60px;
} 
 h1.page-title, h1{
    margin-top: 90px;
}  
.page-id-27 h1{
    margin-top: 0px;   
}    
span.svg-circle {
    display: block;
    background-position: left;
    background-size: contain;
}    
#floating-wrapper {
    margin: 17% 0px 33% 0px;
    text-align: center;
}    
.main-postit-wrapper.refer-postit {
    right: unset;
    bottom: unset;
    top: 64%;
    left: -33px;
}    
.main-postit-wrapper.left-rotate.medium-width.why-go-migo-section {
    right: -102%;
    top: 135px;
    width: 262px;
}   
.main-postit-wrapper.faqs-postit {
    top: 127px;
}    
#form-wrapper {
    margin-top: 50px;
}
#main-form-contact-page {
    position: relative;
    right: unset;
    width: 48%;
    z-index: 9999;
    overflow: visible;
    margin: 60px 0px 40px 0px;
}    
span.underline-text-1::before {
    bottom: -22px;
    left: -185px;
}
.inner-mob-nav-wrapper {
    text-align: right;
}    
.green-been-busy-container::before{
    display: none;
}    
nav#mob-menu ul li {
    margin: 16px 0px;
}  
.mob-call {
    margin-top: 22px;
}    
.mobile-menu {
    margin-top: 48px;
}   
.mob-head.scrolled .contianer {
    background-color: transparent;
}  
    
.mob-head.scrolled .mob-icon {
    box-shadow: 0px 0px 9px 0px #848484;
}     
.main-postit-wrapper.left-rotate.medium-width.about-gomigo {
    left: -79%;
}  
article.archive-post {
    width: 39%;
} 
.post-overview-container {
    width: 70%;
}    
    
}/*  normal Ipads */
@media(min-width:820px) and (max-width: 1180px) {
     .container {
    width: unset;
    max-width: unset;
    padding: 0 35px;
    margin: 0 auto;
}    
.green-wrapper {
    display: none;
}  
.mob-head {
    display: block;
}    
.mob-logo-wrapper img {
    width: 60px;
    height: 60px;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 10px
}
.mob-logo-wrapper img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 160px;
}  
.mob-head.scrolled .mob-logo-wrapper img {
    width: 60px;
} 
  h1.page-title, h1{
    margin-top: 90px;
}  
.page-id-27 h1{
    margin-top: 0px;   
}
span.svg-circle {
    display: block;
    background-position: left;
    background-size: contain;
}    
#floating-wrapper {
    margin: 17% 0px 33% 0px;
    text-align: center;
}    
.main-postit-wrapper.refer-postit {
    right: unset;
    bottom: unset;
    top: 64%;
    left: -33px;
}    
.main-postit-wrapper.left-rotate.medium-width.why-go-migo-section {
    right: -102%;
    top: 135px;
    width: 262px;
}   
.main-postit-wrapper.faqs-postit {
    top: 127px;
}    
#form-wrapper {
    margin-top: 50px;
}
#main-form-contact-page {
    position: relative;
    right: unset;
    width: 48%;
    z-index: 9999;
    overflow: visible;
    margin: 60px 0px 40px 0px;
}    
span.underline-text-1::before {
    bottom: -22px;
    left: -185px;
}
.inner-mob-nav-wrapper {
    text-align: right;
}    
.green-been-busy-container::before{
    display: none;
}    
nav#mob-menu ul li {
    margin: 16px 0px;
}  
.mob-call {
    margin-top: 22px;
}    
.mobile-menu {
    margin-top: 80px;
}
.mob-head.scrolled .contianer {
    background-color: transparent;
}  
    
.mob-head.scrolled .mob-icon {
    box-shadow: 0px 0px 9px 0px #848484;
} 
article.archive-post {
    width: 39%;
}  
.post-overview-container {
    width: 65%;
}    
    
}/* Device = ipad-mini (portrait) */
@media(min-width:768px) and (max-width: 1023px) {
.container {
    width: unset;
    max-width: unset;
    padding: 0 35px;
    margin: 0 auto;
}
.green-wrapper {
    display: none;
}  
.mob-head {
    display: block;
}    
.mob-logo-wrapper img {
    width: 60px;
    height: 60px;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 10px
}
.mob-logo-wrapper img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 160px;
}  
.mob-head.scrolled .mob-logo-wrapper img {
    width: 60px;
} 
 h1.page-title, h1{
    margin-top: 90px;
}  
.page-id-27 h1{
    margin-top: 0px;   
}
#main-form-contact-page {
    padding: 5px;
    background: #fff;
    box-shadow: 1px 0px 20px #7c817f;
     position: relative;
    right: unset;
     width: 100%;
    z-index: 9999;
    margin-top: 0px;
}    
.main-postit-wrapper.contact-hero-postit {
    left: 109%;
    top: unset;
    bottom: 33%;
}   
.mob-head.scrolled .contianer {
    background-color: transparent;
}  
    
.mob-head.scrolled .mob-icon {
    box-shadow: 0px 0px 9px 0px #848484;
}  
span.svg-circle {
    display: block;
    background-position: left;
    background-size: contain;
}      
.hero-image-mobile-hide {
    display: none;
}  
.main-postit-wrapper {
    top: 40%;
    right: -88%;
}    
.green-been-busy-container::before, .mobile-hide-image{
    display: none;
}    
nav#mob-menu ul li {
    margin: 16px 0px;
}  
.mob-call {
    margin-top: 22px;
}     
.main-postit-wrapper.refer-postit{
    display: none;
} 
span.underline-text-1::before {
    left: -246px;
}
.main-postit-wrapper.why-go-migo-section {
    right: -95%;
}    
.main-postit-wrapper.our-values {
    left: -98%;
}
.main-postit-wrapper.our-values {
    left: 6%;
}    
.main-postit-wrapper.left-rotate.medium-width.about-gomigo {
    left: -101%;
} 
div#form-wrapper {
    position: relative;
    width: 100%;
    margin-top: -99px;
} 
.main-postit-wrapper.get-quote-postit {
    position: relative;
    left: unset;
    bottom: 138px;
    right: -113%;
}    
div#floating-wrapper {
    margin: 0% 0px 10% 0px;
} 
article.archive-post {
    width: 36%;
}   
.post-overview-container {
    width: 65%;
}    
}/*  Device = Low Resolution Tables, Moblies (landscape) */
@media (min-width: 481px) and (max-width: 767px) {
 .container {
    width: unset;
    max-width: unset;
    padding: 0 30px;
    margin: 0 auto;
}  
h1 {
    margin-top: 90px;
}    
.green-wrapper {
    display: none;
}  
.mob-head {
    display: block;
}    
.mob-logo-wrapper img {
    width: 60px;
    height: 60px;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 10px
}
.mob-logo-wrapper img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 160px;
}  
.mob-head.scrolled .mob-logo-wrapper img {
    width: 60px;
} 
.fixed-bottom-screan-nav {
    display: flex;
}  
.service-card-container{
     max-width: unset;   
}
footer#footer {
    padding-bottom: 100px;
}
.footer-site-links-wrapper {
    margin-left: 0px;
}
ul#menu-footer-page-links {
    margin-top: 0px;
} 
.hero-image-mobile-hide img {
    display: none;
}

h1.light-title {
    font-size: 1.9rem;
}
.main-postit-wrapper.right-rotate {
    rotate: 16deg;
    width: 44%;
    right: -55%;
    top: -35px;
    margin: 0px;
}
.main-postit-wrapper {
    position: relative;
    top: unset;
    right: -32%;
    margin: 57px 0px 28px 0px;
}
.postit-inner-wrapper {
    padding: 15px 10px 20px 10px;
}
span.svg-circle {
    background-size: contain;
}
   
#mob-menu ul li {
    padding: 10px 0px;
}
ul.sub-menu.show {
    background: #81d24a;
} 
ul.sub-menu {
    margin-top: 10px;
}    
.menu-button a {
    padding: 2px 25px;
}
#mob-menu {
    touch-action: none;
}  
.mob-close, .mob-head.scrolled .contianer {
    touch-action: none;
}    
.mobile-hide-image{
    display: none;
}  
.main-postit-wrapper.why-go-migo-section {
    right: -10%;
    top: 0px;
}
.main-postit-wrapper.left-rotate.medium-width.why-go-migo-section .postit-inner-wrapper {
    padding: 10px 0px;
}
span.svg-circle {
    background-position: left;
    display: block;
    background-size: contain;
    width: fit-content;
}    
#floating-wrapper {
    margin: 0% 0px;
}   
.gtranslate_wrapper {
    position: absolute;
    left: 47%;
    top: 0;
}  
#mob-menu ul li{
    position: relative;
}
#mob-menu img.submenu-arrow {
    position: absolute;
    right: 15px;
    top: 19px;
}  
.mob-head.scrolled .contianer {
    background-color: transparent;
}  
    
.mob-head.scrolled .mob-icon {
    box-shadow: 0px 0px 9px 0px #848484;
} 
.home-services-cards-wrapper button.slick-prev.slick-arrow, .home-services-cards-wrapper button.slick-next.slick-arrow {
    display: none !important;
}  
.green-been-busy-container h3::before {
    content: url(/wp-content/uploads/2026/03/green-quote-marks.png);
    position: absolute;
    left: 1px;
    top: 0px;
}
.green-been-busy-container::before {
    display: none;
}  
.main-postit-wrapper.our-values {
    left: 4%;
}    
.mob-hide{
    display: none;
}    
.testimonial-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 45px;
}    
.testimonial-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
    bottom: -50px;
} 
section.testimonial-wrapper {
    padding: 50px 0px 50px 0px;
}    
.testimonial-slider {
    margin-top: 60px;
} 
#main-form-contact-page {
    position: relative;
    right: unset;
    width: 100%;
    z-index: 9999;
    overflow: visible;
    margin-bottom: 20px;
}   
.main-postit-wrapper.contact-hero-postit {
    left: 12%;
}  

.main-postit-wrapper.get-quote-postit {
    bottom: 17px;
} 
p.language-text {
    margin: 4px 8px 4px 0px;
} 
.main-postit-wrapper.faqs-postit {
    left: 12%;
    top: 27px;
}    
.footer-logo img {
    height: 70px;
    margin-bottom: 20px;
}    
.been-busy-section img {
    position: relative;
    left: -100%;
} 
#form-wrapper, #main-form-contact-page {
    padding: 5px;
} 
.main-postit-wrapper.left-rotate.medium-width.about-gomigo {
    left: 0;
}    
 h1.page-title {
    margin-top: 90px;
} 
article.archive-post {
    width: 39%;
}   
.post-overview-container {
    width: 75%;
}     
    
    
}/*  Device = Most smartphones (portrait)) */
@media (min-width: 320px) and (max-width: 480px){
 .container {
    width: unset;
    max-width: unset;
    padding: 0 30px;
    margin: 0 auto;
}  
h1 {
    margin-top: 90px;
}    
.green-wrapper {
    display: none;
}  
.mob-head {
    display: block;
}    
.mob-logo-wrapper img {
    width: 60px;
    height: 60px;
}
.mob-icon {
    height: 60px;
    width: 60px;
    display: block;
    background: var(--lime-green);
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 10px
}
.mob-logo-wrapper img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 180px;
}  
.mob-head.scrolled .mob-logo-wrapper img {
    width: 60px;
} 
.fixed-bottom-screan-nav {
    display: flex;
}  
.service-card-container{
     max-width: unset;   
}
footer#footer {
    padding-bottom: 100px;
}
.footer-site-links-wrapper {
    margin-left: 0px;
}
ul#menu-footer-page-links {
    margin-top: 0px;
} 
.hero-image-mobile-hide img {
    display: none;
}

h1.light-title {
    font-size: 1.9rem;
}

.main-postit-wrapper.right-rotate {
    rotate: 16deg;
    width: 75%;
}
.main-postit-wrapper {
    position: relative;
    top: unset;
    right: -32%;
    margin: 57px 0px 28px 0px;
}
.postit-inner-wrapper {
    padding: 15px 10px 20px 10px;
}
span.svg-circle {
    background-size: contain;
}
.left-hero-wrapper a.btn {
    display: block;
    text-align: center;
}    
#mob-menu ul li {
    padding: 10px 0px;
}
ul.sub-menu.show {
    background: #81d24a;
} 
ul.sub-menu {
    margin-top: 10px;
}    
.menu-button a {
    padding: 2px 25px;
}
#mob-menu {
    touch-action: none;
}  
.mob-close, .mob-head.scrolled .contianer {
    touch-action: none;
}    
.mobile-hide-image{
    display: none;
}  
.main-postit-wrapper.why-go-migo-section {
    right: -10%;
    top: 0px;
}
.main-postit-wrapper.left-rotate.medium-width.why-go-migo-section .postit-inner-wrapper {
    padding: 10px 0px;
}
span.svg-circle {
    background-position: left;
    display: block;
    background-size: contain;
    width: fit-content;
}    
#floating-wrapper {
    margin: 0% 0px;
}   
.gtranslate_wrapper {
    position: absolute;
    left: 47%;
    top: 0;
}  
#mob-menu ul li{
    position: relative;
}
#mob-menu img.submenu-arrow {
    position: absolute;
    right: 15px;
    top: 19px;
}  
.mob-head.scrolled .contianer {
    background-color: transparent;
}  
    
.mob-head.scrolled .mob-icon {
    box-shadow: 0px 0px 9px 0px #848484;
} 
.home-services-cards-wrapper button.slick-prev.slick-arrow, .home-services-cards-wrapper button.slick-next.slick-arrow {
    display: none !important;
}  
.green-been-busy-container h3::before {
    content: url(/wp-content/uploads/2026/03/green-quote-marks.png);
    position: absolute;
    left: 1px;
    top: 0px;
}
.green-been-busy-container::before {
    display: none;
}  
.main-postit-wrapper.our-values {
    left: 4%;
}    
.mob-hide{
    display: none;
}    
.testimonial-slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 45px;
}    
.testimonial-slider.slick-initialized.slick-slider.slick-dotted .slick-dots {
    bottom: -50px;
} 
section.testimonial-wrapper {
    padding: 50px 0px 50px 0px;
}    
.testimonial-slider {
    margin-top: 60px;
} 
#main-form-contact-page {
    position: relative;
    right: unset;
    width: 100%;
    z-index: 9999;
    overflow: visible;
    margin-bottom: 20px;
}   
.main-postit-wrapper.contact-hero-postit {
    left: 12%;
}  

.main-postit-wrapper.get-quote-postit {
    bottom: 17px;
} 
p.language-text {
    margin: 4px 8px 4px 0px;
} 
.main-postit-wrapper.faqs-postit {
    left: 12%;
    top: 0;
}    
.footer-logo img {
    height: 70px;
    margin-bottom: 20px;
}    
.been-busy-section img {
    position: relative;
    left: -100%;
} 
#form-wrapper, #main-form-contact-page {
    padding: 5px;
}  
article.archive-post {
    width: 100%;
} 
.post-title-image-split-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: unset;
}   
.post-ft-image-wrapper {
    height: 250px;
    width: 100%;
}   
.post-title-image-split-wrapper h1 {
    padding: 20px;
}    
.post-overview-container {
    width: 80%;
    margin: -30px auto 30px auto;
    padding: 10px;
}  
span.underline-text-1::before {
    left: -184px;
}    

    
}




















