/*
    Theme Name: Irriglo
    Author: Whetham Solutions
    Author URI: https://whethamsolutions.com
    Description: Wordpress theme for Irriglo. Use of this theme outside of this company's website is strictly prohibited.
    Template: ion
    Text Domain: irriglo
*/

   
:root {
  --font-size--large: clamp(19.33px, 1.51vw, 29.00px);
  --font-size--small: clamp(17px, 0.94vw, 18.00px);
  --font-size--h1: clamp(40px, 4.84375vw, 93px);
  --font-size: clamp(18px, 1.35vw, 23.00px);
  --font-size--h2: clamp(40px, 4.166666666666667vw, 80px);
  --font-size--h3: clamp(27px, 2.45vw, 47.00px);
  --font-size--h4: clamp(17px, 1.6666666666666667vw, 32px);
  --font: "Afacad Flux", sans-serif;
  --heading: var(--font);
  --line-height: 1.625;
  --line-height--small: 1.0833333333333333;
  --line-height--large: 2.4375;
  --line-height--heading: 0.8999999761581421;
  --primary: #FFFFFF;
  --secondary: #FFD768;
  --text: #606060;
  --text-alt: #C8C8C8;
  --dark: #0A0B0B;
  --light: #F0F0F0;
  --grey: #9F9F9F;

  --hovercolour: var(--secondary);

  --radius: clamp(100px, 15.625vw, 200px);
  --spacing: clamp(50px, 14vw, 175px);
  --button-text--colour: var(--dark);
  --button-background--primary: var(--primary);
  --button-background--secondary: var(--secondary);
  --button-padding--top: clamp(10px, 10vw, 13px);
  --button-padding--left: clamp(20px, 10vw, 35px);
  --button-padding--bottom: var(--button-padding--top);
  --button-padding--right: var(--button-padding--left);
  --button-border-width: 1px;
  --button-text--weight: 600;
  --button-radius: var(--radius);
  --button-hover--color: var(--dark);
  --button-hover--background: #ccc;

  --faq-line--color: #5C5C5C;
  --faq-spacing: clamp(26.666666666666668px, 2.0833333333333335vw, 40px);
}


body {
  background-color: var(--dark);
  color: #fff;
}

@media (min-width: 992px) {
  .home-service img {
    display: none;
  }
}

.home-service {
  margin: var(--spacing) 0 !important;
}

.home-service.mb-0 {
    margin: var(--spacing) 0 0 !important;
}

.home-service.mt-0 {
margin: 0 0 var(--spacing) !important;
}

.full-bg-section:before,
.full-bg-section:after,
.hero .elementor-background-video-container:after,
.faq-section:before,
.faq-section:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 25%;
  background-size: cover;
}


.hero .elementor-background-video-container:after {
    z-index: 10;
  height: clamp(343.33333333333px, 26.822916666667vw, 515px);
}

.full-bg-section:before,
.faq-section:before {
  top: 0;
    background: linear-gradient(180deg, #0A0B0B 0%, #0A0B0B00 100%);

}

.full-bg-section:after,
.hero .elementor-background-video-container:after,
.faq-section:after {
  bottom: 0;
    background: linear-gradient(0deg, #0A0B0B 0%, #0A0B0B00 100%);

}

.full-bg-section,
.hero,
.faq-section {
  position: relative;
}

.full-bg-section .e-con-inner,
.hero .e-con-inner,
.faq-section .e-con-inner {
  z-index: 10;
}


@keyframes lightHoverLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}

#footer .brand a,
#header .brand a {
    width: clamp(122px, 13.4375vw, 258px);
    height: clamp(5.333333px, 1.9791666666667vw, 38px);
    display: block;
    position: relative;
}

#header .brand a:after {
  content: '';
  background: var(--secondary);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; 
  border-radius: 100%;
  width: 100%;
  height: auto;
  filter: blur(clamp(20.666666666667px, 1.6145833333333vw, 31px));
  opacity: 0;
}

#header .brand a:hover:after,
#header .brand a:focus:after {
  animation: lightHoverLoop 3s infinite ease-in-out;
}

#footer .brand a svg,
#header .brand a svg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

#header {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 9px clamp(20px, 1.5625vw, 30px);
}

.elementor-editor-active #header {
  position: relative;
}

#header .e-con-inner {
  position: relative;
  z-index: 100;
}

#header:after {
  background-color: rgba(10, 11, 11, 0.66);
  backdrop-filter: blur(clamp(22.666666666667px, 1.7708333333333vw, 34px));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}



.admin-bar #header {
    top: 32px;
}


#footer .brand a svg *,
#header .brand a svg * {
    transition: var(--transition);
}

#footer .brand a:hover svg *, #footer .brand a:focus svg *,
#header .brand a:hover svg *, #header .brand a:focus svg * {
    fill: var(--hovercolour);
}

#header .navigation li:not(.link-button, #openSideMenu) a {
    padding: clamp(15px, 1.0416666666667vw, 20px) clamp(13.666666666667px, 2.8645833333333vw, 55px) clamp(15px, 1.0416666666667vw, 20px) 0;
}

#header .navigation li:not(.link-button, #openSideMenu) a:hover,
#header .navigation li:not(.link-button, #openSideMenu) a:focus {
  color: var(--hovercolour);
}

#header .navigation li.link-button {
    margin-right: clamp(30px, 2.34375vw, 45px);
}

#header .navigation li#openSideMenu a i {
    background-color: #fff;
    border-radius: clamp(66.666666666667px, 5.2083333333333vw, 100px);
    height: clamp(2px, 0.15625vw, 3px);
    width: clamp(20px, 1.5625vw, 30px);
}

#header .navigation li#openSideMenu a:hover i, #header .navigation li#openSideMenu a:focus i {
    background-color: var(--hovercolour);
}

#header .navigation li:not(.link-button, #openSideMenu) li,
#header .navigation li:not(.link-button, #openSideMenu) li a {
  display: block;
  padding: 0;
}

#header .navigation li:not(.link-button, #openSideMenu) li a:hover,
#header .navigation li:not(.link-button, #openSideMenu) li a:focus {
  color: #fff;
}


#header .navigation li:not(.link-button, #openSideMenu) li a {
  padding: clamp(15px, 0.78125vw, 15px) 10px;
  text-align: center;
  font-size: 70%;
}

#header .navigation li:not(.link-button, #openSideMenu) li:not(:last-child) a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

#header .navigation li ul {
  border: 1px solid rgba(255,255,255,0.2);
    top: clamp(45.333333333333px, 3.5416666666667vw, 68px);
    border-radius: 10px;
    overflow: hidden;
    width: clamp(166.66666666667px, 13.020833333333vw, 250px);
}

.side-navigation:before {
    opacity: 0.9;
}

.side-navigation #closeSideMenuX svg * {
    fill: #fff;
}

.side-navigation .menu {
    width: clamp(253.33333333333px, 19.791666666667vw, 380px);
    max-width: clamp(253.33333333333px, 19.791666666667vw, 380px);
    flex: 0 0 clamp(253.33333333333px, 19.791666666667vw, 380px);
    background: #1F1F20;
    text-align: left;
    padding-left: clamp(20px, 1.5625vw, 30px);
    padding-right: clamp(20px, 1.5625vw, 30px);
}

.side-navigation .menu li, .side-navigation .menu li a {
    display: block;
    text-align: left;
}

.side-navigation .menu li:first-child a {
    width: clamp(174px, 13.59375vw, 261px);
    height: clamp(26.666666666667px, 2.0833333333333vw, 40px);
    margin: clamp(20px, 1.5625vw, 30px) 0 clamp(20px, 1.5625vw, 30px) 4px;
}

.side-navigation .menu li:first-child a svg {
    width: 100%;
    height: auto;
}

.side-navigation .menu li:not(:first-child) a {
    padding: 0 0 clamp(15px, 0.78125vw, 15px);
}

.side-navigation .menu li:not(:first-child).current-menu-item a,
.side-navigation .menu li:not(:first-child) a:hover, .side-navigation .menu li:not(:first-child) a:focus {
    color: var(--hovercolour);
}

.side-navigation .menu ul li a,
.side-navigation .menu ul li:first-child a {
  width: auto;
  height: auto;
    margin: 0;
}

.side-navigation .menu ul li a {
    font-weight: 300;
}

.side-navigation .menu ul {
    background: var(--dark);
    padding: 10px clamp(20px, 1.5625vw, 30px);
    margin: clamp(-10px, -0.5208333333333334vw, -6.666666666666667px) clamp(-30px, -1.5625vw, -20px) clamp(15px, 1.0416666666667vw, 20px);
}

.side-navigation .menu ul li:last-child a {
    padding-bottom: 0;
}

#footer * {
    font-weight: 300;
}

#footer .footer-copyright {
  margin-top: clamp(103.33333333333px, 8.0729166666667vw, 155px);
}

#footer .footer-copyright p {
    font-size: var(--font-size--small);
}

#footer .footer-copyright p a {
    text-decoration: underline;
}

#footer a:hover, #footer a:focus {
    color: var(--hovercolour);
}

#footer .footer-copyright p a:last-child {
    display: block;
}

#footer .footer-contact li:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    margin: 0 clamp(15px, 0.78125vw, 15px);
    padding: 0 clamp(15px, 1.1458333333333vw, 22px);
}

#footer .footer-contact li, #footer .footer-contact li a {
    line-height: 1.1;
}

#footer .footer-contact li:nth-child(3) {
    margin-right: 0;
}

#footer .footer-contact li:nth-child(4) {
    margin-left: 4px;
}

#footer .footer-contact li a svg {
    width: clamp(24px, 1.875vw, 36px);
    height: clamp(24px, 1.875vw, 36px);
}

#footer .footer-contact li  a {
    font-size: clamp(21.333333333333px, 1.6666666666667vw, 32px);
}

#footer .footer-contact li a svg * {
    transition: var(--transition);
}

#footer .footer-contact li a:hover svg *, #footer .footer-contact li a:focus svg * {
    fill: var(--hovercolour);
}

h1, h2, h3, h4, h5 {
    font-weight: 200;
}

h1, h2 {
  font-weight: 100;
  letter-spacing: clamp(-2px, -0.10416666666666667vw, -1.3333333333333333px);
}

h4 {
    color: var(--grey);
}

.admin-bar .hero {
    min-height: calc(100vh - clamp(21.333333333333px, 1.6666666666667vw, 32px)) !important;
}

.hero {
    padding-bottom: clamp(76.666666666667px, 5.9895833333333vw, 115px);
}

.hero:not(.home .hero, .page-id-819 .hero) {
    position: relative;
    overflow-x: hidden;
}

.hero:not(.home .hero, .page-id-819 .hero):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 516px;
    background: linear-gradient(180deg, rgba(10, 11, 11, 0.00) 0%, #0A0B0B 100%);
    z-index: 5;
}

.hero:not(.home .hero) .e-con-inner {
    position: relative;
    z-index: 10;
}

.hero h1, .hero p {
    text-shadow: 0 0 15px #000, 0 0 48px #000;
}

.hero h1 {
    max-width: clamp(613.33333333333px, 47.916666666667vw, 920px);
    display: flex;
    flex-direction: column;
    margin: 0 0 clamp(26.666666666667px, 2.0833333333333vw, 40px) -5px;
}

.hero h1 em {
    font-weight: 500;
    font-style: normal;
    font-size: clamp(13px, 0.9375vw, 18px);
    text-transform: uppercase;
    letter-spacing: clamp(6px, 0.46875vw, 9px);
    line-height: 1;
    display: block;
    order: -12;
    margin: 0 0 clamp(6px, 0.46875vw, 9px) clamp(4.666666666666667px, 0.3645833333333333vw, 7px);
}

.hero p a {
    margin: 0 0 0 clamp(16.666666666667px, 1.3020833333333vw, 25px);
    text-shadow: 0 0 0 !important;
}

.link-button a, html .button, html .elementor-button, html .elementor-form .elementor-button, html .woocommerce #respond input#submit, html .woocommerce #respond input#submit.alt, html .woocommerce a.button, html .woocommerce a.button.alt, html .woocommerce button.button, html .woocommerce button.button.alt, html .woocommerce input.button, html .woocommerce input.button.alt {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.5s;
}

.link-button a:hover, .link-button a:focus, html .button:hover, html .button:focus, html .button.secondary:hover, html .button.secondary:focus, html .button.ghost:hover, html .button.ghost:focus, html .elementor-form .elementor-button:hover, html .elementor-form .elementor-button:focus, html .elementor-button:hover, html .elementor-button:focus, html .woocommerce #respond input#submit:hover, html .woocommerce #respond input#submit.alt:hover, html .woocommerce a.button:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button:hover, html .woocommerce input.button.alt:hover, html .woocommerce a.button:focus, html .woocommerce a.button.alt:focus, html .woocommerce button.button:focus, html .woocommerce button.button.alt:focus, html .woocommerce input.button:focus, html .woocommerce input.button.alt:focus, html .elementor-element.elementor-button-info .elementor-button:hover, html .elementor-element.elementor-button-info .elementor-button:focus, html .elementor-element.elementor-button-success .elementor-button:hover, html .elementor-element.elementor-button-success .elementor-button:focus {
  transform: scale(1.025);
}


.home-service h4 {
    margin: clamp(15px, 0.78125vw, 15px) 0 clamp(23.333333333333px, 1.8229166666667vw, 35px);
}

.home-service .link-button a {
    margin: clamp(33.333333333333px, 2.6041666666667vw, 50px) 0 0;
}

.pillars .elementor-icon {
    position: relative;
    width: clamp(80px, 6.25vw, 120px);
    height: clamp(80px, 6.25vw, 120px);
    padding: clamp(15px, 0.78125vw, 15px);
}

.pillars .elementor-icon svg {
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
    position: relative;
}

.pillars .elementor-icon:after {
  content: '';
  background: var(--secondary);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; 
  border-radius: 100%;
  width: 100%;
  height: auto;
  filter: blur(clamp(20.666666666667px, 1.6145833333333vw, 31px));
  opacity: 0.125;
}

.pillars h2 + h4 {
  margin-top: clamp(15px, 0.78125vw, 15px);
}

html .button.ghost, html .elementor-element.elementor-button-success .elementor-button {
  border-color: #fff;
  color: #fff;
}

.pillars-buttons {
    padding-top: clamp(73.333333333333px, 5.7291666666667vw, 110px);
}

.pillar-line:after {
    content: "";
    display: block;
    background: #0A0B0B;
    background: linear-gradient(180deg,rgba(10, 11, 11, 1) 0%, rgba(39, 42, 42, 1) 50%, rgba(10, 11, 11, 1) 100%);
    width: 1px;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
}

.faq-section h2 em {
    font-style: normal;
    font-size: 72.5%;
    display: block;
    margin: 0 0 clamp(15px, 0.78125vw, 15px);
}

.faq-section .link-button a {
    margin: clamp(43.333333333333px, 3.3854166666667vw, 65px) 0 0;
}

.faq-section h2 + p {font-weight: 300;font-size: clamp(21.333333333333px, 1.6666666666667vw, 32px);line-height: normal;}

.faq-section h2 {
    line-height: 0.8;
}

.faq-page .faqs,
.faq-section .faqs {
    border: 1px solid #5c5c5c;
    border-radius: clamp(15px, 0.78125vw, 15px);
    padding: clamp(33.333333333333px, 2.6041666666667vw, 50px);
    background-color: rgba(10, 11, 11, 0.66);
    backdrop-filter: blur(6px);
}

.faq-page .faqs .faq h3,
.faq-section .faqs .faq h3 {
    font-size: clamp(20px, 1.5625vw, 30px);
    font-weight: 700;
}

.faq-page .faqs h3 svg,
.faq-section .faqs .faq h3 svg {
    width: clamp(15px, 0.98958333333333vw, 19px);
    height: 13px;
}

.faq-page .faqs .faq .faq-content p,
.faq-section .faqs .faq .faq-content p {
    line-height: 1.5;
    color: var(--text-alt);
}

.faq-page .faqs .faq .faq-content,
.faq-section .faqs .faq .faq-content {
    padding: clamp(15px, 0.78125vw, 15px) 0 0;
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: initial !important;
}

.testimonials .elementor-element .swiper .elementor-swiper-button {
    font-size: clamp(18.666666666667px, 1.4583333333333vw, 28px) !important;
    color: #fff !important;
}

.testimonials .elementor-testimonial__text {
    font-size: var(--font-size) !important;
    color: var(--text-alt) !important;
    font-style: normal !important;
}

.testimonials .elementor-testimonial__text strong {
    display: block !important;
    font-size: var(--font-size--h3) !important;
    line-height: 1 !important;
    font-weight: 200 !important;
    color: #fff !important;
    margin: 0 0 clamp(20px, 1.5625vw, 30px) !important;
}

.testimonials .elementor-testimonial__footer {
    margin: clamp(46.666666666667px, 3.6458333333333vw, 70px) 0 0 !important;
}

.testimonials .elementor-testimonial__footer span.elementor-testimonial__name {
    font-weight: 300;
    font-size: var(--font-size--large);
    margin: 0 0 clamp(20px, 1.5625vw, 30px);
}

.testimonials .elementor-testimonial__footer span.elementor-testimonial__title {
    color: var(--grey);
    font-size: var(--font-size--small);
}

.testimonials .elementor-testimonial__footer span.elementor-testimonial__title:before {
  content: '';
  display: block;
  width: clamp(107.33333333333px, 8.3854166666667vw, 161px);
  height: clamp(17.333333333333px, 1.3541666666667vw, 26px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(i/icons/icon-stars.svg);
  margin: 0 auto 7px;
}
 

.testimonials .elementor-testimonial__content {
    max-width: clamp(640px, 50vw, 960px);
    margin: 0 auto;
}

@media (min-width: 1200px) {
  .testimonials .elementor-widget-testimonial-carousel {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

body { overflow-x: hidden; }

.glows-1:before,
.glows-1:after,
.glows-2:before,
.glows-2:after {
    content: '' !important;
    display: block !important;
    border-radius: 100% !important;
    width: clamp(133.33333333333px, 10.416666666667vw, 200px) !important;
    height: clamp(133.33333333333px, 10.416666666667vw, 200px) !important;
    filter: blur(clamp(100px, 7.8125vw, 150px)) !important;
    position: absolute !important;
    opacity: 0.3 !important;
    z-index: 100 !important;
}

.glows-1, .glows-2 { position: relative; z-index: 100; }

.glows-1 .e-con-inner,
.glows-2 .e-con-inner {
    z-index: 10;
    position: relative;
}

.glows-1:before,
.glows-2:before {
    background-color: #FFAF68;
}

.glows-1:after,
.glows-2:after {
    background-color: #FFD768;
}

.glows-1:before {
    top: clamp(-100px, -5.208333333333333vw, -66.66666666666667px) !important;
    left: clamp(-50px, -2.6041666666666665vw, -33.333333333333336px) !important;
}

.glows-1:after {
    bottom: clamp(-480px, -25vw, -320px);
    right: clamp(-30px, -1.5625vw, -20px);
}

.glows-2:before {
    bottom: 0px !important;
    top: auto !important;
    left: clamp(-50px, -2.6041666666666665vw, -33.333333333333336px) !important;
}

.glows-2:after {
    top: clamp(-180px, -9.375vw, -120px);
    right: clamp(-30px, -1.5625vw, -20px);
}

.hero.inner-hero h1, .hero.inner-hero p {
    margin: 0;
}

.hero.inner-hero p strong {
    font-size: 150%;
    font-weight: 300;
    margin: -3px 0 clamp(20px, 1.5625vw, 30px);
    display: block;
    color: #ccc;
}

.contact-action {
    margin-top: auto;
    padding-top: clamp(30px, 2.34375vw, 45px);
}

.contact-box p {
    padding: 0 clamp(26.666666666667px, 2.0833333333333vw, 40px);
    font-size: var(--font-size--small);
}

.contact-box ul li a svg {
    width: clamp(20px, 1.5625vw, 30px) !important;
    height: clamp(20px, 1.5625vw, 30px) !important;
}

.contact-box ul {
    position: relative;
    top: -13px;
} 

.contact-box ul li svg * {
    transition: var(--transition);
}

.contact-box ul li a:hover svg *, .contact-box ul li a:focus svg * {
    fill: var(--hovercolour);
}

.hero.inner-hero h1, .hero.inner-hero p {
    margin: 0;
}

.hero.inner-hero p strong {
    font-size: 150%;
    font-weight: 300;
    margin: 12px 0 clamp(20px, 1.5625vw, 30px);
    display: block;
    color: #ccc;
    line-height: 1.25;
}

.contact-action {
    margin-top: auto;
    padding-top: clamp(30px, 2.34375vw, 45px);
}

.inner-pillars p,
.contact-box p {
    padding: 0 clamp(20px, 1.5625vw, 30px);
    font-size: var(--font-size--small);
}

.contact-box ul li a svg {
    width: clamp(20px, 1.5625vw, 30px) !important;
    height: clamp(20px, 1.5625vw, 30px) !important;
}

.contact-box ul {
    position: relative;
    top: -13px;
}

.contact-box ul li svg * {
    transition: var(--transition);
}

.contact-box ul li a:hover svg *, .contact-box ul li a:focus svg * {
    fill: var(--hovercolour);
}

.elementor-form .elementor-field:not(.elementor-form .elementor-field.elementor-select-wrapper, .elementor-form .elementor-field.elementor-acceptance-field), .elementor-field-group .elementor-select-wrapper select {
    border: 1px solid #5C5C5C !important;
    background-color: rgba(10, 11, 11, 1) !important;
    border-radius: 10px;
    color: #fff !important;
}

.elementor-mark-required .elementor-field-label:after {
    color: var(--secondary) !important;
}

.captcha-note {
    margin: 0;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.captcha-note p {
    color: #fff;
}

.captcha-note p a {
    color: #fff;
    text-decoration: underline;
}

.captcha-note p a:hover, .captcha-note p a:focus {
    color: var(--hovercolour);
}

.elementor-132 .elementor-element.elementor-element-28609ff .elementor-button[type="submit"] {
    color: initial !important;
}

.contact-form form {
    max-width: 80%;
    margin: 0 auto;
}

.contact-form form .elementor-field-group {
    margin: 0 0 clamp(16.666666666667px, 1.3020833333333vw, 25px) !important;
}

.contact-form form textarea {
    resize: none;
    height: clamp(100px, 7.8125vw, 150px) !important;
    margin: 0 0 clamp(16.666666666667px, 1.3020833333333vw, 25px);
}

.mail-copied {
    color: #000;
    font-size: clamp(15px, 1.0416666666667vw, 20px);
    max-width: clamp(200px, 15.625vw, 300px);
    padding: clamp(15px, 1.0416666666667vw, 20px);
    box-shadow: 0 2px clamp(15px, 1.0416666666667vw, 20px) rgba(255,255,255,0.5);
}

#faq-cats {
background: rgba(30,30,30,0.8);backdrop-filter: blur(11px);border: 1px solid #5c5c5c;border-radius: 10px;top: 0 !important;transition: var(--transition) !important;
}

#faq-cats.elementor-sticky--active {
    top: clamp(76.666666666667px, 5.9895833333333vw, 115px) !important;
        bottom: auto !important;
}

.faq-categories ul {
    list-style: none;
    margin: 0;
    padding: 10px 10px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-categories ul li {
    margin: 0 5px;
}

.faq-categories ul li a {
    padding: 6px clamp(15px, 1.0416666666667vw, 20px);
    font-size: clamp(15px, 2.989583vw, 18px);
    border-radius: clamp(66.666666666667px, 5.2083333333333vw, 100px);
}

.faq-categories ul li a.active {
    background-color: #fff;
    color: var(--dark);
}

.faq-categories ul li a:not(.active):hover  {
    background-color: var(--secondary);
    color: #000;
}

.faqs .faq h3 {
    transition: var(--transition);
}

.faqs .faq h3:hover {
    color: var(--hovercolour);
}

.faq-page .faqs .faq {
    display: none;
}

.faq-page .faqs .faq.visible {
    display: block;
}

.faq.visible:not(:has(+ .visible)) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

    .sa-box {
    background: #222;
    border: 1px solid #5c5c5c;
    border-radius: clamp(15px, 0.78125vw, 15px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: clamp(26.666666666667px, 2.0833333333333vw, 40px) !important;
}

.sa-box h3 {
    font-size: var(--font-size--h5);
}

.sa-outro p a {
    text-decoration: underline;
}

.sa-outro p a:hover,
.sa-outro p a:focus {
    color: var(--hovercolour);
}

.home-service .pg-content.icon-list ul li svg {
    width: clamp(18.666666666667px, 1.4583333333333vw, 28px);
    height: clamp(18.666666666667px, 1.4583333333333vw, 28px);
    top: 7px;
    margin: 0 clamp(15px, 0.78125vw, 15px) 0 0;
}

.home-service .pg-content.icon-list ul {
    margin: clamp(33.333333333333px, 2.6041666666667vw, 50px) 0 0;
}

h2 + h4 {
    margin-top: 10px;
}

.price-inclusion ul li svg {
    width: clamp(18.666666666667px, 1.4583333333333vw, 28px) !important;
    height: clamp(18.666666666667px, 1.4583333333333vw, 28px) !important;
}

.price-inclusion ul li {
    margin: 0 !important;
}

.price-inclusion ul li:nth-child(2) {
    margin: 0 clamp(26.666666666667px, 2.0833333333333vw, 40px) !important;
}

.price p {
    font-weight: 100;
    font-size: clamp(106.66666666667px, 8.3333333333333vw, 160px);
    letter-spacing: clamp(-15px, -0.78125vw, -10px);
}

.price p strong {
    font-weight: inherit;
    font-size: 50%;
    top: clamp(-47px, -2.4479166666666665vw, -31.333333333333332px);
    position: relative;
}

.price p em {
    letter-spacing: 0px;
    font-style: normal;
    font-size: 29%;
    margin: 0 0 0 clamp(-20px, -1.0416666666666667vw, -13.333333333333334px);
}

.process ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.process ol li {
    border: 1px solid #5c5c5c;
    border-radius: clamp(15px, 0.78125vw, 15px);
    padding: clamp(33.333333333333px, 2.6041666666667vw, 50px);
    background-color: rgba(10, 11, 11, 0.66);
    backdrop-filter: blur(6px);
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0;
    text-align: center;
}

.process.process-4 ol li {
    flex: 0 0 23%;
    max-width: 23%;
}

.process ol li strong {
    display: block;
    font-size: var(--font-size--large);
    margin: 0 0 7px;
}

.process ol li strong em {
    display: flex;
    width: clamp(46.666666666667px, 3.6458333333333vw, 70px);
    height: clamp(46.666666666667px, 3.6458333333333vw, 70px);
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 1.5px solid var(--secondary);
    align-items: center;
    justify-content: center;
    font-weight: 200;
    font-size: clamp(24px, 1.875vw, 36px);
    font-style: normal;
    color: var(--secondary);
}

.block-link {
    background: #000;
    height: clamp(273.33333333333px, 21.354166666667vw, 410px);
    overflow: hidden;
    position: relative;
    border-radius: clamp(20px, 1.5625vw, 30px);
    max-width: 100%;
    margin: 0 auto;
}

.block-link img {
    position: relative;
    z-index: 1;
    opacity: 0.3;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.block-link .block-link-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: clamp(100px, 7.8125vw, 150px);
}

.block-link .block-link-text h3 {
    margin: 0 0 clamp(15px, 0.78125vw, 15px);
}

.block-link .block-link-text p {
    line-height: 1.2;
}










.plans .plan {
    border: clamp(1px, 0.05vw, 1px) solid #5c5c5c;
    border-radius: clamp(10px, 0.78vw, 15px) !important;
    padding: clamp(33px, 2.60vw, 50px) !important;
    background-color: rgba(10, 11, 11, 0.66);
    backdrop-filter: blur(6px);
    min-height: 100% !important;
    text-align: center;
}

.plans .plan h5 {
    color: var(--secondary);
    margin: clamp(7px, 0.52vw, 10px) 0 clamp(13px, 1.04vw, 20px);
}

.plans .plan p {
    line-height: 1.5;
    font-size: var(--font-size--small);
}

.plans .plan .elementor-widget-text-editor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.plans .plan .elementor-widget-text-editor p:last-child {
    margin-top: auto;
}

.plans .plan .elementor-widget-text-editor {
    height: 100%;
}

.plans .plan p:last-child strong {font-weight: 200 !important;font-size: clamp(53px, 4.17vw, 80px);letter-spacing: clamp(-2px, -0.10vw, -1px);line-height: 1;}

.plans .plan p:last-child strong em {
    display: block;
    line-height: 1;
    font-style: normal;
    letter-spacing: 0;
}


.plans .plan p:last-child strong em:first-child {
    color: var(--grey);
    font-size: clamp(20px, 1.56vw, 30px);
}

.plans .plan p:last-child strong em:last-child {
    font-size: clamp(15px, 1.20vw, 23px);
    margin: clamp(-4px, -0.21vw, -3px) 0 0;
}

.plans .plan h6 {
    background: var(--secondary);
    color: var(--dark);
    text-transform: uppercase;
    border-radius: clamp(3px, 0.26vw, 5px);
    padding: clamp(7px, 0.52vw, 10px) clamp(10px, 0.78vw, 15px) clamp(5px, 0.42vw, 8px);
    margin: clamp(-10px, -0.52vw, -7px) 0 clamp(9px, 0.68vw, 13px);
    font-size: clamp(9px, 0.73vw, 14px);
}

.side-navigation .menu ul.site-socials {
    display: flex !important;
    margin: 10px 0 0;
    padding: 0;
    align-items: center;
    grid-gap: 15px;
    background-color: transparent;
}

.side-navigation .menu ul.site-socials a {
    padding: 0;
}

.side-navigation .menu ul.site-socials a svg * {
    transition: all 0.3s;
}

.side-navigation .menu ul.site-socials a:hover svg *,
.side-navigation .menu ul.site-socials a:focus svg * {
    fill: var(--hovercolour);
    transition: all 0.3s;
}

.side-navigation .menu ul.site-socials li {
    order: -1;
}

.side-navigation .menu ul.site-socials {
    display: block;
    width: 36px;
    height: 36px;
}


.home-service .link-button a + a {
    margin-left: clamp(13.333333333333334px, 1.0416666666666667vw, 20px);
}

.admin-bar #faq-cats.elementor-sticky--active {
    margin-top: 25px !important;
}

.service-areas p {
    font-weight: 200;
    font-size: clamp(26px, 2.03vw, 39px);
    background: rgba(0,0,0,0.4);
    display: inline-block;
    padding: clamp(13px, 1.04vw, 20px) clamp(40px, 3.13vw, 60px);
    border-radius: clamp(13px, 1.04vw, 20px);
}

.hero.inner-hero p {
    max-width: clamp(613.33333333333px, 67.916667vw, 940px);
}

.pillar-boxed {
border: 1px solid #5c5c5c;
    border-radius: clamp(15px, 0.78125vw, 15px) !important;
    padding: clamp(15px, 2.6041666666667vw, 40px) !important;
    background-color: rgba(10, 11, 11, 0.66);
    backdrop-filter: blur(6px);
}

.pillar-boxed  h3 {
    font-size: var(--font-size--h4);
}

.inner-pillars .pillar-boxed p {
    padding: 0;
}

.price p:first-of-type {
    letter-spacing: 0;
    font-size: 44px;
    margin: 0 0 -18px;
}

.price p + p {
    margin: 0 !important;
    line-height: 1;
}

.pg-content h1 {
    font-size: var(--font-size--h2);
}

.pg-section.inner-page-hero {
    margin-top: 0 !important;
    padding: clamp(100px, 7.8125vw, 150px) 30px;
    min-height: 100vh;
}

.admin-bar .pg-section.inner-page-hero {
    margin-top: 32px !important;
    padding: clamp(121.33333333333333px, 9.479166666666666vw, 182px) 30px clamp(100px, 7.8125vw, 150px);
    min-height: calc(100vh - 32px);
}

.home .hero {
    padding: 0 !important;
}

.pg-section.inner-page-hero .e-con-inner {
    align-items: center !important;
    justify-content: center !important;
}

body {font-weight: 300;}

.page-id-239 .pg-content-text.content-right {
    padding-left: 0 !important;
}

.pg-section.inner-page-hero h4 {
    color: #ccc;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

#header .navigation li:not(.link-button, #openSideMenu).main-menu-call a {
    padding-left: clamp(27.333333333333332px, 2.8229166666666667vw, 38px);
    position: relative;
}

#header .navigation li:not(.link-button, #openSideMenu).main-menu-call a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    display: block;
    background-image: url(i/call.svg?v=2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: clamp(16px, 1.4583333333333333vw, 28px);
    height: clamp(16px, 1.4583333333333333vw, 28px);
}

.inner-page-hero .elementor-widget-custom_image_content {
    width: 100%;
}

.wwd-list {
    margin-top: clamp(20px, 1.56vw, 30px);
}

.our-process ol li strong,
.wwd-list .elementor-icon-list-text strong {
    font-size: var(--font-size--h3);
    font-weight: 200;
    display: block;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0 0 4px;
}

.wwd-list .elementor-icon-list-text {
    margin-left: clamp(17px, 1.30vw, 25px);
}

.wwd-list .elementor-icon-list-items li {
    align-items: flex-start !important;
}

.our-process ol li:not(:last-child),
.wwd-list .elementor-icon-list-items li:not(:last-child) {
    margin: 0 0 clamp(30px, 2.34vw, 45px);
}

.wwd-list .elementor-icon-list-items li svg {
    width: clamp(43px, 3.39vw, 65px) !important;
    max-height: clamp(43px, 3.39vw, 65px) !important;
    height: auto;
    margin: clamp(10px, 0.78vw, 15px) clamp(3px, 0.26vw, 5px) 0 0 !important;
}

.our-process {
    counter-reset: num;
}

.our-process ol {
    margin: clamp(23px, 1.82vw, 35px) 0 0;
    list-style: none;
    padding: 0;
}

.our-process ol li {
    padding: 0 0 0 clamp(47px, 3.65vw, 70px);
    position: relative;
}

.our-process ol li:before {
    counter-increment: num;
    content: counter(num);
    color: var(--secondary);
    border: 1px solid var(--secondary);
    line-height: 0;
    width: clamp(33px, 2.55vw, 49px);
    height: clamp(33px, 2.55vw, 49px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(21.333333333333332px, 1.6666666666666667vw, 32px);
    font-weight: 200;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.our-process ol li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    background: var(--secondary);
    position: absolute;
    top: clamp(33px, 2.55vw, 49px);
    bottom: clamp(-45px, -2.34vw, -30px);
    left: clamp(16px, 1.25vw, 24px);
}

@media (min-width: 1200px) {
    .pillars h3 {
    font-size: calc(var(--font-size--h3) / 1.5);
}
}

.show-991, .show-767 { display: none !important; }

@media (max-width: 1280px) {

    .home-service .link-button a {
        display: block;
        max-width: 250px;
        text-align: center;
    }

    .home-service .link-button a + a {
        margin-top: 9px;
    }

}

@media (max-width: 1367px) {

    :root {

        --spacing: clamp(66.66666666666667px, 5.208333333333333vw, 100px);

    }

    #header .navigation li:not(.link-button, #openSideMenu) li a {
        font-size: 15px;
    }


 

}


@media (max-width: 1199px) {

.faq-categories ul li a {
    font-size: 15px;
    padding: 2px 10px;
}

}

@media (max-width: 991px) {
.short-hero {
    padding-top: 120px;
}
#header .navigation li:not(.link-button, #openSideMenu).main-menu-call a {
    padding-right: 10px;
}

.home .hero p a {
    display: block;
    margin: 15px 0 0;
    max-width: 142px;
}

    .home .hero p a {
        display: block;
        margin: 15px 0 0;
        max-width: 150px;
    }

.home-service {
    background: none !important;
    text-align: center;
}

.pg-content.collapse-991 .content-left, .pg-content.collapse-991 .content-right {
    padding: 30px 0 0 !important;
}

.pg-content .pg-content-text {
    text-align: center;
}

.home-service .link-button a {
    max-width: unset;
    margin: 0 auto;
    display: inline-block;
}

.mimg img,
.home-service .elementor-widget-image img,
.pg-content-image img {
    max-width: 750px !important;
    border-radius: 15px !important;
}

.glows-1:before, .glows-1:after, .glows-2:before, .glows-2:after {
    display: none !important;
}

.faq-section .e-con-inner {
    flex-direction: column !important;
}

.faq-section .e-con-inner > .e-child[data-element_type="container"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}


.faq-section h2, .faq-section h2 + p {
    text-align: center;
}

.faq-section h2 + p + p a {
    display: none;
}

.faq-section p br {
    display: none;
}

.faq-section .faqs {
    margin: 15px 0 20px;
}

.show-991 { display: block !important; }

.ion-hero-video {
    height: clamp(466.6666666666667px, 36.458333333333336vw, 700px) !important;
}

.admin-bar .hero {
    min-height: unset !important;
}
   .pt0-991 {
        padding-top: 0 !important;
    }
   .pb0-991 {
        padding-bottom: 0 !important;
    }

    .pb-extra-991 {
        padding-bottom: 100px !important;
    }

    .text-center-991 * {
        text-align: center !important;
    }


    .process.process-4 ol li {
        flex: 0 0 47%;
        max-width: 47%;
        margin: 10px 0;
    }

.block-link {
    height: 180px;
    padding: 0 !important;
}

.block-link .block-link-text {padding: 30px;}
.property-serve-box {
    padding: 7px 0;
}

.pg-content h1 br {
    display: none;
}

.faq-categories ul li {
    flex: 0 0 50%;
    justify-content: center;
    max-width: 50%;
    margin: 0;
    text-align: center;
    padding: 8px;
}

.faq-categories ul {
    flex-wrap: wrap;
    align-items: stretch;
}

.faq-categories ul li:last-child {
    max-width: 100%;
    flex: 0 0 100%;
}

.faq-categories ul li a {
    display: block;
}

.faq-categories ul li  a.cat-all {background-color: #fff !important; color: var(--dark) !important;}
.faq-categories ul li:not(:last-child) a {background-color: #333;}
.faq-categories ul li:not(:last-child) a.active { background-color: var(--secondary); }

.faq-categories ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 15px;
    font-size: 17px;
}

.wwd-section .e-con-inner {
    flex-direction: column !important;
}

.wwd-section .e-con-inner .e-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}


.wwd-section .elementor-hidden-tablet {
    display: block;
}

}

@media (max-width: 800px) {

.plans {flex-direction: column !important;flex-wrap: wrap;}

.plans .plan {
    width: 100% !important;
    margin: 0 0 10px !important;
    flex-direction: column !important;
    display: block;
    min-height: unset !important;
    height: auto !important;
}

}

@media (max-width: 767px) {
    
.hide-767 { display: none !important;}
.show-767 { display: block !important; }
.pg-content-image img, .home-service .elementor-widget-image img, .mimg img     { max-width: 100% !important; }
.home-service .elementor-widget-image img, .mimg img {margin-bottom: 20px;}
.mobile-navigation li.mobile-logo, .mobile-navigation li.mobile-logo a {
    max-width: 170px;
    height: 26px;
}

.admin-bar .side-navigation,
.admin-bar #header {
    top: 0;
}

html #wpadminbar {
    display: none !important;
}

.mobile-navigation li.mobile-button strong {
    background: none;
}

.mobile-navigation li.mobile-button a {border: 1px solid rgba(255,255,255,0.4);border-radius: 6px;}

.mobile-navigation li.mobile-button span {
    display: none;
}

.mobile-navigation ul {
    width: 100% !important;
}

#header .elementor-widget-shortcode {
    width: 100%;
}
.home .hero h1 {
    margin: 0 0 10px;
}

.home .hero a {margin: 30px 0 0 !important;}


.home-service {
    margin: 0 !important;
}

.pillars .e-con-inner {
    justify-content: center !important;
}

.pillar-line:after {
    display: none;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin: 0 !important;
}

.pillars .elementor-icon {
    padding: 0;
    width: 60px;
    height: 60px;
}

.pillars .e-con-inner .e-child[data-element_type="container"]:nth-child(1), .pillars .e-con-inner .e-child[data-element_type="container"]:nth-child(2) {
    margin: 0 0 40px;
}


.testimonials .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: -15px;
}

.testimonials .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: -15px;
}


#footer .brand a {
    width: 240px;
    height: 38px;
}

#footer .footer-contact li:nth-child(1), #footer .footer-contact li:nth-child(2) {
    flex: 0 0 100%;
}

#footer .footer-contact li:nth-child(2) {
    border: none;
    padding: 15px 0 27px;
}
.side-navigation .menu a {
    font-size: 18px;
}

.admin-bar .pg-section.inner-page-hero, .pg-section.inner-page-hero {
    min-height: auto !important;
    padding-top: 20px;
}

h2 {
    text-align: center;
}

.wwd-list .elementor-icon-list-items li {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
}

.wwd-list .elementor-icon-list-items li svg {
    width: 50px !important;
    max-height: unset !important;
    margin: 0 auto 15px !important;
}

.wwd-list {
    margin: 20px 0 60px !important;
}

.our-process ol {
    text-align: left;
}

.our-process ol {
    padding-bottom: 80px;
}

.side-navigation .menu ul li a {
    font-size: 16px;
}

body:not(.home) .faq-section {
    padding-top: 50px !important;
}

body:not(.home) .book-lead:last-child {padding: 0 0 50px;}

h4 {
    color: #fff;
}
.price-inclusion.elementor-widget .elementor-icon-list-items.elementor-inline-items {flex-direction: column !important;width: 240px;margin: 0 auto !important;}

.price-inclusion li {
    justify-content: flex-start !important;
}

.price-inclusion li:nth-child(2) {
    margin: 0 !important;
}

.price-inclusion ul li:nth-child(2) {
    margin: 0 !important;
}

.page-id-177 .pg-section.inner-page-hero p a {
    display: none;
}

.contact-box:nth-child(2) {
    margin: 50px 0 90px !important;
}
.contact-box:nth-child(1) {
    margin-top: 50px !important;
}

.contact-box ul li a svg {
    width: 30px !important;
    height: 30px !important;
}

.contact-box ul li {
    margin: 0 4px !important;
}   

.page-id-218 h2 {
    text-align: left !important;
}
    .service-areas p {
        border: 1px solid #444;
        background: #111;
        font-size: 15px;
        padding: 6px 8px;
    }

.contact-service-area {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .hero, .admin-bar .hero,
    .hero .elementor-widget-ion_hero_video,
    .hero .ion-hero-video {
        min-height: calc(100dvh) !important;
    }
    .hero h1 em {
        line-height: 1.3;
    }
    .admin-bar .pg-section.inner-page-hero, .pg-section.inner-page-hero {
        margin-top: 78px !important;
    }
    .ion-hero-content-wrapper {
        padding: 40px 20px 0 !important;
    }
    .ion-hero-content {
        padding-bottom: 75px !important;
    }
    #header {
        padding: 18px 20px !important;
    }

.price-inclusion.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    width: 270px;
}

.home .hero h1 em {
    font-size: 14px;
    letter-spacing: 1px;
}

}

@media (min-width: 768px) {
    .home .hero p br {
    display: none;
}
}

.modal#invoice-payment {
    background-color: rgba(0,0,0,0.8);

}

.modal#invoice-payment h4.payment-amount {
    text-align: right;
    font-size: 34px;
    font-weight: 400;
}

.modal#invoice-payment h4.payment-amount + br + small {
    display: block;
    font-weight: 600 !important;
    color: #fff !important;
}

.modal#invoice-payment .modal-header small {
    font-size: 14px !important;
    font-weight: 400;
    color: #fff !important;
    margin: 8px 0 0;
}

.modal#invoice-payment #payment-submit-button {
    font-family: var(--button-text--font);
    font-size: var(--button-text--size);
    padding: var(--button-padding--top) var(--button-padding--right) var(--button-padding--bottom) var(--button-padding--left);
    background-color: #000;
    color: #fff;
    line-height: 1;
    font-weight: var(--button-text--weight);
    border-radius: var(--button-radius);
    text-transform: var(--button-text--casing);
    border: var(--button-border-width) solid var(--button-background--primary);
    cursor: pointer;
    display: inline-block;
    transition: var(--transition);
    letter-spacing: var(--button-text--letter-spacing);
    width: 100%;
}

.modal#invoice-payment .modal-footer > * {
    margin: 0 !important;
    display: block;
    width: 100%;
}

.modal#invoice-payment #payment-submit-button:hover, .modal#invoice-payment #payment-submit-button:focus {
    background: #555;
}

.modal#invoice-payment .modal-header {
    background: #222 !important;
    border-radius: 7px 7px 0 0 !important;
    padding: 20px 30px !important;
        align-items: flex-start !important;
}

.modal#invoice-payment .modal-dialog {
    margin-top: 100px;
}

.modal#invoice-payment .modal-header svg {
    width: 170px;
    height: auto;
    margin: 6px 0 0;
}

@media (max-width: 767px) {

.modal#invoice-payment .modal-header {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center !important;
}

.modal#invoice-payment h4.payment-amount {
    text-align: center;
    margin-top: 20px;
}
.modal#invoice-payment .modal-dialog {
    margin-top: 0 !important;
}

.modal#invoice-payment .modal-header svg {
    width: 130px;
}

html .no-pg-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}
    
}

@media (max-width: 450px) {

.invoice-actions .secure-payment {
    display: block !important;
    margin: 8px 0 8px !important;
}

}


@media (max-width: 767px) {

.inner-page-hero .pg-content-image {
    height: 180px !important;
    overflow: hidden;
    max-height: 180px !important;
    border-radius: 17px;
}

.inner-page-hero .pg-content-image img {
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

p, li {line-height: 1.4;}

.home-service .link-button a {
    margin-top: 20px;
}

}