html {
  scroll-behavior: smooth;
}


html {
     --size: 14px!important;
     position: inherit;
}

.site{
  max-width: 1700px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0em 0em 2em #e0e5ff;
}

.show-for-small-only{
  display: none!important;
}

a {
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
    text-decoration: none!important;
}

.hide{
  display: none;
}


.modal-dialog {
    max-width: 660px;
    margin: 12.75rem auto!important;
    z-index: 99999;
}

.modal-backdrop{
  z-index: 1!important;
}

.schema a{
  text-decoration: none;
}

.rev-sec-in .btn-primary {
       background-color: #034988;
}
.rev-sec-in .btn-secondary {
       background-color: #000000;
}

body .btn-primary, body .btn-secondary{
  background-color: #034988;
  border: 0;
  text-transform: uppercase;
  padding: 0.72em 1.6em;
  margin: 1em 0 0 0;
  letter-spacing: .09em;
  margin: auto;
  display: block;
  position: relative;
  color: white;
  font-weight: 400;
  font-family: 'burbank_big_regularblack';
  border-radius: 2em;
  max-width: 350px;
}

.btn-primary.content-btn{
  max-width: 500px;
  margin-left: 0;
}


.btn-primary:hover {
    color: #fff;
    background-color: #91c63d;
    border: 4px solid #ffffff; /* Add this line */
}


.btn-primary:hover {
    color: #fff;
    background-color: #91c63d;
    border-color: #ffffff;
}

body .btn-secondary:hover{
  background-color: #000000 !important;
}

.post-thumbnail img{
  position: relative;
  padding: 0!important;
  margin: auto;
  display: block;
}

.post-thumbnail{
    overflow: hidden;
    margin-top: 1em;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'burbank_big_regularblack'!important;
    letter-spacing: 2px;
    font-weight: 400 !important;
}


.wa-intcode-wrapper strong, .wa-intcode-wrapper b{
    font-family: 'burbank_big_regularblack'!important;
    letter-spacing: 0.04em;
    font-weight: 400 !important;
} 



strong {
    font-weight: 400 !important;
}

body .button:focus, body .button:hover {
    background-color: #8dc441;
    color: #fefefe;
}

body{
    font-family: 'poppinsregular';
    background-size: 16em!important;
  }

  
.camp-form iframe{
  height: 30.5em!important;
}

.modal-dialog iframe{
  height: 38em!important;
}

.single-blog img{
  padding: 5%;
}

.single-blog .entry-title{
  font-size: 2em;
  color: black;
}

.single-blog .entry-meta{
  position: relative;
  padding: 2%;
  background: #f4f4f4;
  border-left: .5em solid #f43b3b;
}

.single-blog .nav-links a{
  display: block;
  background: #f43b3b;
  color: white;
  transition: all .3s ease-in-out;
  padding: 2% 5%!important;
  margin-bottom: 7%;
}

.single-blog .nav-links a:hover{
  background: black!important;
}

 a[href^="tel"]{
    /* color:inherit; */
    text-decoration:none;
    margin-bottom: 3%;
    display: block;
 }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ededd!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ededd!important;
}  

@font-face {
    font-family: 'poppinsregular';
    src: url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'burbank_big_regularblack'; 
    src: url('/wp-content/themes/plumberseo-bootstrap/fonts/burbank_big_regular_black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/plumberseo-bootstrap/fonts/burbank_big_regular_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?40tf05');
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?40tf05#iefix') format('embedded-opentype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff2?40tf05') format('woff2'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.ttf?40tf05') format('truetype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff?40tf05') format('woff'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.svg?40tf05#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon-yp';
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/yp/icomoon.eot?bxrkdu');
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/yp/icomoon.eot?bxrkdu#iefix') format('embedded-opentype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/yp/icomoon.woff2?bxrkdu') format('woff2'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/yp/icomoon.ttf?bxrkdu') format('truetype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/yp/icomoon.woff?bxrkdu') format('woff'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/yp/icomoon.svg?bxrkdu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-water-heater-repair-icon:before {
  content: "\e939";
                                          font-family: 'icomoon-yp';v
}


.icon-water-heatercon:before {
  content: "\e920";
                                        font-family: 'icomoon-yp';
}

.icon-x1:before {
  content: "\e904";
                                      font-family: 'icomoon-yp';
}

.icon-youtube-square:before {
  content: "\f166";
                                    font-family: 'icomoon-yp';
}



.icon-ticket:before {
  content: "\f146";
                                  font-family: 'icomoon-yp';
}

.icon-linkedin-square:before {
  content: "\f08c";
                                font-family: 'icomoon-yp';
}

.icon-bb-community:before {
  content: "\eae0";
                              font-family: 'icomoon-yp';
}


.icon-money-document-energy:before {
  content: "\eb86";
                            font-family: 'icomoon-yp';
}

.icon-mastercraft-technician:before {
  content: "\e96d";
                          font-family: 'icomoon-yp';
}

.icon-clock-ni:before {
  content: "\e99e";
                        font-family: 'icomoon-yp';
}

.icon-bb-truck:before {
  content: "\e9cb";
                      font-family: 'icomoon-yp';
}

.icon-cc-money:before {
  content: "\e9a0";
                    font-family: 'icomoon-yp';
}


.icon-time-db:before {
  content: "\e99d";
                  font-family: 'icomoon-yp';
}

.icon-waterflood-icon:before {
  content: "\e937";
                font-family: 'icomoon-yp';
}v

.icon-linkedin-square1:before {
  content: "\e97c";
              font-family: 'icomoon-yp';
}

.icon-custom-24-m:before {
  content: "\eb60";
            font-family: 'icomoon-yp';
}

.icon-bb-technology:before {
  content: "\e942";
          font-family: 'icomoon-yp';
}

.icon-morrow-tech:before {
  content: "\e948";
        font-family: 'icomoon-yp';
}


.icon-money-document-energy:before {
  content: "\eb86";
      font-family: 'icomoon-yp';
}


.icon-max-sewer-replace:before {
  content: "\e981";
    font-family: 'icomoon-yp';
}


.icon-sewer-water-con:before {
  content: "\ead6";
  font-family: 'icomoon-yp';
}

.icon-water-soft-pm:before {
  content: "\e917";
  font-family: 'icomoon-yp';
}


.icon-water-heatercon:before {
  content: "\e920";
  font-family: 'icomoon-yp';
}

.icon-calendar1:before {
  content: "\e955";
  font-family: 'icomoon-yp';
}

.icon-mobile:before {
  content: "\e959";
  
}

.icon-calendar:before {
  content: "\f073";
}

.icon-bb-truck:before {
  content: "\e9cb";
}

.icon-cc-money:before {
  content: "\e9a0";
}

.icon-clock-ni:before {
  content: "\e99e";
}

.icon-bb-technology:before {
  content: "\e942";
}

.icon-morrow-tech:before {
  content: "\e948";
}

.icon-money-document-energy:before {
  content: "\eb86";
}

.icon-max-sewer-replace:before {
  content: "\e981";
}

.icon-sewer-water-con:before {
  content: "\ead6";
}

.icon-water-soft-pm:before {
  content: "\e917";
}

.icon-water-heatercon:before {
  content: "\e920";
}





.icon-csr-icon1:before {
  content: "\e94c";
}
.icon-calendar-kj:before {
  content: "\e96b";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-youtube-square:before {
  content: "\f166";
}

.icon-home:before {
  content: "\f015";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-check:before {
  content: "\f00c";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-comments:before {
  content: "\f086";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-angle-right:before {
  content: "\f105";
}


/* -------------------------------------------------------------------- */


.wrap1 {
    z-index: 2;
    position: relative;
    padding: 0 2%;
}

.row {
    max-width:100%!important;
    margin: auto;
    z-index: 1;
}

.clear{
    clear:both;
}
  
ul {
    margin-left: 0em!important;
}


 /* -------------------------------------------------------Header Section CSS---------------------------------  */

/* Search Bar & Page */

 /* Top Bar Section CSS  */
/* ---------------------------------------------------------------------------------------- */
.desk-nav {
    display: none;
    width: 100%;
    max-width: none;
}

.desk-nav .row>* , .mobile-nav .row>* {
    padding: 0;
}

.mobile-nav {
    padding: 0px;
    width: 100%;
    max-width: none;
    z-index: 3;
    background-color: #ffffff !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.logo-image {
    position: relative;
}

.logo-image img {
    position: relative;
    display: block;
    margin: auto;
    transition: all .3s ease-in-out;
}

.logo-image a {
    position: relative;
    display: block;
}

.contact-info {
    font-size: 1.7em;
    font-weight: 900;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 1;
    letter-spacing: .04em;
    text-align: -webkit-center;
    margin-top: 0%;
    padding-right: 1%;
}

.contact-info strong {
    position: relative;
    font-size: 0.9em;
    font-weight: 400;
    color: #0a05e4;
    letter-spacing: .04em;
    top: .1em;
    display: block;
}

.contact-info span {
    position: relative;
    top: 0.1em;
}

.contact-info a:hover {
    color: #ffffff;
}

.contact-info a {
    font-size: 1.2em;
    display: block;
    background-color: #034988;
    width: 1.6em;
    border-radius: 23em;
    border: .1em solid #034988;
    height: 1.6em;
    line-height: 1.5;
    color: #ffffff;
    margin: auto;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.contact-info .button {
    display: block;
    text-transform: uppercase;
    letter-spacing: .08em;
    background-color: #e7090c;
    padding: 0.75em 1em;
    margin: 0 0 0.5rem;
}

.call-button {
    position: relative;
    display: block;
    letter-spacing: .08em;
    transition: all .3s ease-in-out;
    font-size: 1.8em;
    line-height: 1.1;
    border-bottom: 1px solid;
    margin: auto;
}

.call-button .row>* {
    padding: 0;
}

.call-button span {
    display: block;
    text-align: center;
    font-size: 1.7em;
    height: 1.1em;
    width: 1.1em;
    line-height: 1.1;
    border: 1px solid;
    border-top-right-radius: 0.3em;
    border-bottom: 0;
    margin-top: -0.1em;
    transition: all .3s ease-in-out;
}

.call-button strong {
    display: block;
    font-size: .45em;
    font-weight: 400;
}

.mobile-nav .btn-primary {
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0.8em 1.6em;
    background: #333a45;
    margin-left: 0;
}

.mobile-nav .btn-primary span {
    display: block;
}

.call-button:hover strong {
    color: white!important;
}

.shift-menu {
    background: rgb(42,42,42);
    background: -moz-radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
    background: radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
    padding: 10.2em 0 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2a2a",endColorstr="#161616",GradientType=1);
}

.shift-item {
    position: relative;
}

.shift-item a {
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .85em 0em .85em 1em;
    background: #ff000000;
    color: white;
    margin: 0em 0;
    border-bottom: 1px solid #ffffff1a;
    border-left: 0em solid #034988;
    transition: all .3s ease-in-out;
}

.shift-item .btn-secondary {
    display: none;
    position: absolute;
    right: 0em;
    top: 0.3em;
    background: #ff000000;
    border: 0;
    font-size: 1.3em;
    padding: 0.2em 0.7em;
}

.shift-item a:hover {
    color: #ffffff;
    background-color: #034988;
    border-left: 0.5em solid #91c63d;
}

.dropdown.shift-item .btn-secondary {
    display: block;
}

.shift-item a.sub-item {
    background: #0000005c;
}

.dropdown .shift-item.no button {
    display: none;
}

.shift-item a.sub-item:hover {
    background-color: #034988;
}

.shift-item .btn-secondary:hover {
    background-color: #28282800!important;
}

/* NAV CSS  */
.modal {
    z-index: 999999999999999999999999999999;
    opacity: 1;
    background: #00000047;
}

.modal-header {
    padding: 0;
    border: 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    width: 100%!important;
    display: block;
}

.pop-label {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.6em;
    letter-spacing: .05em;
}

.pop-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 2em;
    /* top: 1em; */
    font-family: 'burbank_big_regularblack';
    color: #ffffff;
    /* text-shadow: -.1em .1em black; */
    margin-bottom: 1em;
}

.modal-content {
    background-position: center;
    /* background-image: url(/wp-content/uploads/2024/01/formbg.png); */
    background-size: cover;
    box-shadow: 0em 0em 1em #0000004f;
    background-color: #023562;
}


.modal-content .form-title {
 margin-bottom:-50px;
}

.modal-header .btn-close {
    position: relative;
    left: -.9em;
}

.modal-title {
    display: block;
    text-align: center!important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 1.3em;
    padding-top: 1em;
    margin-bottom: -0.5em;
}

header#masthead {
    margin-bottom: 0;
    background-color: #ffffff!important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    padding: 0rem 0rem!important;
    z-index: 9999;
    width: 100%;
    transition: all .3s ease-in-out;
    top: 0em;
    display: block;
    position: fixed;
    max-width: 1700px;
}


.career-button {
    font-family: 'burbank_big_regularblack';
    color: #fff;
    animation: bounce 3s infinite alternate; /* Adjusted animation duration */
    display: inline-block;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px); /* Adjust this value for the bounce height */
    }
}




.career-button:hover{
    font-family: 'burbank_big_regularblack';
    color:#151a61;
}



.top-bar {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-right: 0;
    font-size: 1.4em;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #ffffff1f;
    color: #ffffff;
    background-color: #8dc441;
}

.top-bar:before {
    content: '';
    display: block;
    position: absolute;
    width: 68%;
    height: 105%;
    z-index: 0;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-color: #004890;
}

.top-bar #menu-top-menu {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.top-bar input::-webkit-input-placeholder,.top-bar textarea::-webkit-input-placeholder {
    color: #fff!important;
}

.top-bar input:-moz-placeholder,.top-bar textarea:-moz-placeholder {
    color: #fff!important;
}

.top-bar .btn-primary {
    display: block;
    letter-spacing: .08em;
    font-size: .9em;
    color: black;
    border: 0;
    border-radius: 0;
}

.main-nav {
    position: relative;
}

.top-bar .menu>li a {
    font-size: 0.6em;
    color: #0d2a60!important;
    padding: 0.5em 1em;
    letter-spacing: 0px;
}

.top-bar .menu>li a span {
    color: #b80004;
}

.sched-link {
    background: #209ad6;
    border-radius: 900em
}

.menu>li.sched-link a:hover {
    background-color: #4d4d4d!important;
    border-radius: 900em
}

.sub-menu li a {
    color: #030303!important;
}

.top-bar .menu>li:nth-child(3) a {
    border: 0;
}

.menu>li a:hover {
    background-color: #8cc542 !important;
    color: white!important;
    border-radius: 6px;
}

.top-bar .menu>li a:hover span {
    color: #fff;
}

.top-menu {
    padding: 2%;
}

.top-menu .btn {
    width: 90%;
    text-transform: none;
    letter-spacing: inherit;
    transition: all .3s ease-in-out;
    background: #ff000000;
    border: .2em solid #0099bb;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 900;
}

.top-menu .btn:hover {
    background-color: #0090b5;
}

.top-menu .btn span {
    color: #003644;
}

.mid-bar {
    padding: 2% 0% 2% 0%;
}

.mainnav {
    text-align: right;
    padding: 0.7% 0;
    position: relative;
}

.nav-border {
    padding-left: 0em!important;
    padding-right: 0em!important;
}

.mainnav .menu {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mainnav .menu .active>a {
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu .active>a:before {
    color: black!important;
}

.mainnav .menu .current-menu-item.active>a {
    color: #ffffff;
    background: #faa61a;
}

.mainnav .menu .sub-menu .current-menu-item.active>a {
    color: #fefefe!important;
    background: #f78d1f!important;
}

.mainnav .menu>li>a {
    display: block;
    padding: 0.7rem 0.6rem;
    line-height: 1;
    font-weight: 400;
    font-size: 0.78em;
    color: black;
    letter-spacing: .02em;
}

.mainnav .menu>li>a:hover {
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu>li>a:hover:before {
    color: white;
}

.menu-item-has-children {
    position: relative;
    transition: all .3s ease-in-out;
}

.menu>li .sub-menu a {
    text-transform: none;
    letter-spacing: inherit;
    padding: 0.6em 1em;
}

.mainnav .menu>li.menu-item-has-children >a:before {
    content: "\f107";
    font-family: 'icomoon' !important;
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 0.8em;
    top: 37%;
    right: 0.5%;
}

.main-nav .menu-item-has-children > .sub-menu {
    top: 100%;
    right: auto;
    left: 0;
}

.main-nav .menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #ebebec;
    list-style: none;
    margin-left: 0.0rem;
    width: 17em;
    height: 0;
    display: none;
    z-index: 99;
}

.main-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    left: 0;
    display: block;
    animation: fadeIn .2s;
    font-size: .88em;
    text-align: left;
    padding-left: 0;
}

.main-nav .last-column.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    right: 0%;
    left: auto!important;
    display: block;
    animation: fadeIn .2s;
    font-size: .88em;
    text-align: left;
    left: auto;
}

.main-nav .slim.menu-item-has-children .sub-menu {
    color: #9ad25d;
    background: #33204d;
    ; width: 165%;
    text-align: left;
    padding-left: 0%;
}

.main-nav .slim.menu-item-has-children:hover .sub-menu {
    left: 0%;
}

.main-nav .menu-item-has-children .sub-menu>li {
    padding: 0%;
}

.sub-menu a {
    padding: 5% 4% 5% 4%;
    display: block;
    color: #1d1d1d;
    font-size: .9em;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #00000014;
}

.sub-menu a:hover {
    color: #ffffff;
    background: #e62318;
    padding: 5% 4% 5% 7%;
}

/* Heating Tab 2 columns Sub menu */
.main-nav .double-column.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #e1e1e1;
    list-style: none;
    margin-left: 0.0rem;
    width: 36em;
    height: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

.main-nav .double-column.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    left: 0%;
    display: block;
    animation: fadeIn .2s;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li {
    width: 50%;
    float: left;
    padding: 0%;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li.full-sub {
    width: 100%;
    float: left;
    padding: 0%;
}

.double-column .sub-menu .full-sub a {
    padding: 0.3em 0.6em 0.7em 0.6em;
    border-right: 1px solid #00000014;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
}

.double-column .sub-menu .full-sub a span {
    font-size: 1.8em;
    position: relative;
    top: 0.2em;
}

.last-cool {
    float: right!important;
}

.double-column .sub-menu a {
    padding: 0.9em 0.6em 0.9em 0.7em;
    border-right: 1px solid #00000014;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #006ee3;
    list-style: none;
    margin-left: 0.0rem;
    width: 410%;
    height: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

.main-nav .double-column-l.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    right: 0%;
    display: block;
    left: auto;
    animation: fadeIn .2s;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu>li {
    width: 50%;
    float: left;
    padding: 0%;
}

/* Fly out menu */
.main-nav .double-column .fly-out.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #1a6887;
    list-style: none;
    margin-left: 0.0rem;
    width: 18.8em;
    height: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover {
    background-color: #f2a525;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover .sub-menu {
    opacity: 1;
    position: absolute;
    background: #dcdcdc;
    height: auto;
    top: 0%;
    right: -18.8em;
    display: block;
    animation: fadeInUp .2s;
    left: auto;
}

.main-nav .double-column .fly-out.menu-item-has-children .sub-menu>li {
    width: 100%;
    float: left;
    padding: 0%;
}

li#menu-item-549 .sub-menu {
    left: -140%;
    width: 29em;
}

.search-bar input {
    background-color: #ffffff00;
    border: 0;
    color: white;
    border-bottom: 1px solid white;
}

.contact-desk {
    position: relative;
    padding: 0% 0 0% 0!important;
    margin-top: 0%;
}

.contact-desk a {
    display: block;
    letter-spacing: .05em;
    font-size: 2.2em;
    line-height: 1;
    color: #66bee3;
    text-decoration: none;
    border-bottom: 0;
    transition: all .3s ease-in-out;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
    font-weight: 900;
}

.contact-desk a:hover {
    color: #fa4f41;
}

.contact-desk a em {
    display: block;
    font-size: .7em;
    color: black;
    font-style: normal;
}

.contact-desk span {
    font-size: 1em;
    line-height: 1.4;
    position: relative;
    top: 0em;
    height: 1.4em;
    width: 1.4em;
    display: block;
    border-radius: 900em;
    color: #fa4f41;
    text-align: center;
    transform: scale(2.1);
}

.contact-desk a strong {
    display: block;
    font-size: .8em;
}

.social_media_icon {
    font-size: 1.0em;
    color: #ff6306;
    transition: all .3s ease-in-out;
}

.social_media_icon:hover {
    /* font-size: 1.5em; */
    color: #d3bca3;
    scale: 1.5;
}

.desk-nav .top-bar .btn-primary {
    color: white;
    font-size: .8em;
    width: 100%;
    margin-left: auto;
    transition: all .3s ease-in-out;
    padding-left: 2em;
}

.menu {
    position: relative;
    list-style: none;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
}



.contact-info-desk {
    position: relative;
    transition: all .3s ease-in-out;
}

.icon-top-nav {
    position: relative;
    top: 5px;
}

.contact-info-desk .call-title {
    display: grid;
    line-height: 1.2em;
}

.search-bar {
    padding: 0.3em 0.3em;
}

.search-bar .btn-danger {
    background: #ff5f1f;
    border: 0;
    width: 100%;
    border-radius: 0em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.search-bar .btn-danger:hover {
    background: #243a92;
}

.search-bar input {
    background-color: #fafafa;
    border: 0;
    color: #757575;
    /* border-bottom: 1px solid white; */
    width: 100%!important;
    flex: unset!important;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.search-bar input::-webkit-input-placeholder {
    color: #757575!important;
}

.search-bar .input-group {
    display: grid;
    grid-template-columns: 1fr 3em;
}

.top-bar .menu>li a {
    font-size: 0.75em;
    color: white!important;
    padding: 0.2em 0.7em;
    background-color: #ff000000!important;
}

.top-bar .menu>li a:hover{
    background-color: #8dc441 !important;
}

.top-bar .menu>li a:hover span{
    color: white!important;
}

.top-bar .menu>li a span {
    color: #8dc441;
}

.top-bar:hover .menu>li a span {
    color: #8dc441;
}

.sched-link {
    background: #209ad6;
    border-radius: 900em
}

.menu>li a {
    padding: 0.3em 0.5em;
    text-decoration: none;
    color: #000000 !important;
    font-size: 1.1em;
    display: block;
    transition: all .3s ease-in-out;
    /* position: relative; */
    font-weight: 500;
    font-family: 'burbank_big_regularblack';
    letter-spacing: 2px;
    /* background-color: #ff6306!important; */
    margin: 0 0.1em;
    /* border-radius: 0.3em; */
}



.sub-menu li a {
    color: #030303!important;
}

.top-bar .menu>li:nth-child(3) a {
    border: 0;
}

.menu>li a:hover {
    /* background-color: #151a61!important; */
    color: #ffffff!important;
}

.menu>li a:hover span {
    color: #d3bca3!important;
}

.menu>li .sub-menu a:hover {
    background-color: #034988 !important;
    color: #ffffff!important;
}

.top-menu {
    padding: 2%;
}

.top-menu .btn {
    width: 90%;
    text-transform: none;
    letter-spacing: inherit;
    transition: all .3s ease-in-out;
    background: #ff000000;
    border: .2em solid #0099bb;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 900;
}

.top-menu .btn:hover {
    background-color: #0090b5;
}

.top-menu .btn span {
    color: #003644;
}

.mid-bar {
    padding: 2% 0% 2% 0%;
}

.mainnav {
    text-align: right;
    padding: 0.7% 0;
    position: relative;
}

.nav-border {
    padding-left: 0em!important;
    padding-right: 0em!important;
}

.mainnav .menu {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mainnav .menu .active>a {
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu .active>a:before {
    color: black!important;
}

.mainnav .menu .current-menu-item.active>a {
    color: #ffffff;
    background: #faa61a;
}

.mainnav .menu .sub-menu .current-menu-item.active>a {
    color: #fefefe!important;
    background: #f78d1f!important;
}

.mainnav .menu>li>a {
    display: block;
    padding: 0.7rem 0.6rem;
    line-height: 1;
    font-weight: 400;
    font-size: 0.78em;
    color: black;
    letter-spacing: .02em;
}

.mainnav .menu>li>a:hover {
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu>li>a:hover:before {
    color: white;
}

.main-bar {
    font-family: 'Oswald', sans-serif!important;
}

.menu-item-has-children {
    position: relative;
    transition: all .3s ease-in-out;
}

.menu>li .sub-menu a {
    text-transform: none;
    letter-spacing: inherit;
    padding: 0.6em 1em;
    font-size: 1em;
    margin: 0em!important;
    background-color: #ff000000!important;
    border-radius: 0em;
}

.mainnav .menu>li.menu-item-has-children >a:before {
    content: "\f107";
    font-family: 'icomoon' !important;
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 0.8em;
    top: 37%;
    right: 0.5%;
}

.main-nav .menu-item-has-children > .sub-menu {
    top: 100%;
    right: auto;
    left: 0;
}

.main-nav .menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #ebebec;
    list-style: none;
    margin-left: 0.0rem;
    width: 17em;
    height: 0;
    display: none;
    z-index: 99;
}

.main-nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    left: 0;
    display: block;
    animation: fadeIn .2s;
    font-size: .88em;
    text-align: left;
    padding-left: 0;
}

.main-nav .last-column.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    right: 0%;
    left: auto!important;
    display: block;
    animation: fadeIn .2s;
    font-size: .88em;
    text-align: left;
    left: auto;
}

.main-nav .slim.menu-item-has-children .sub-menu {
    color: #9ad25d;
    background: #33204d;
    ; width: 165%;
    text-align: left;
    padding-left: 0%;
}

.main-nav .slim.menu-item-has-children:hover .sub-menu {
    left: 0%;
}

.main-nav .menu-item-has-children .sub-menu>li {
    padding: 0%;
}

.sub-menu a {
    padding: 5% 4% 5% 4%;
    display: block;
    color: #1d1d1d;
    font-size: .9em;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #00000014;
}
li#menu-item-5906 .sub-menu {
    left: -18.5em;
    width: 29em;
}
.sub-menu a:hover {
    color: #ffffff;
    background: #e62318;
    padding: 5% 4% 5% 7%;
}

.menu-item-has-children {
    position: relative;
    transition: all .3s ease-in-out;
}

/* Heating Tab 2 columns Sub menu */
.main-nav .double-column.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #e1e1e1;
    list-style: none;
    margin-left: 0.0rem;
    width: 36em;
    height: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

.main-nav .double-column.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    left: 0%;
    display: block;
    animation: fadeIn .2s;
}
#menu-item-6155 .sub-menu {
    left: -1em;
}

#menu-item-547 .sub-menu{
      left: -1em;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li {
    width: 50%;
    float: left;
    padding: 0%;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li.full-sub {
    width: 100%;
    float: left;
    padding: 0%;
}

.double-column .sub-menu .full-sub a {
    padding: 0.3em 0.6em 0.7em 0.6em;
    border-right: 1px solid #00000014;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
}

.double-column .sub-menu .full-sub a span {
    font-size: 1.8em;
    position: relative;
    top: 0.2em;
}

.last-cool {
    float: right!important;
}

.double-column .sub-menu a {
    padding: 0.9em 0.6em 0.9em 0.7em;
    border-right: 1px solid #00000014;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #006ee3;
    list-style: none;
    margin-left: 0.0rem;
    width: 410%;
    height: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

.main-nav .double-column-l.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    right: 0%;
    display: block;
    left: auto;
    animation: fadeIn .2s;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu>li {
    width: 50%;
    float: left;
    padding: 0%;
}

/* Fly out menu */
.main-nav .double-column .fly-out.menu-item-has-children .sub-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    background: #1a6887;
    list-style: none;
    margin-left: 0.0rem;
    width: 18.8em;
    height: 0;
    display: none;
    text-align: left;
    z-index: 99;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover {
    background-color: #f2a525;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover .sub-menu {
    opacity: 1;
    position: absolute;
    background: #dcdcdc;
    height: auto;
    top: 0%;
    right: -18.8em;
    display: block;
    animation: fadeInUp .2s;
    left: auto;
}

.main-nav .double-column .fly-out.menu-item-has-children .sub-menu>li {
    width: 100%;
    float: left;
    padding: 0%;
}

/* Mobile Navigation Template CSS  */
.mobile-nav .btn-primary {
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 1.43em 1.6em;
    background: #91c63d;
    margin-left: 0;
    width: 100%;
    font-size: 0.8em;
    height: 7.6em;
    top: 0px;
}

.mobile-nav .btn-primary span {
    display: block;
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-money11:before {
    content: "\f0d9";
}

.call-button:hover strong {
    color: white!important;
}

.mob-nav {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99999999;
}

.mob-nav span {
    display: block;
    font-size: 1.3em;
}

.mob-nav ul {
    display: table;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    position: relative;
}

.mob-nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}

.mob-nav li a {
    color: #fff;
    background: #151a61;
    font-weight: 500;
    font-size: 0.9em;
    display: block;
    padding: 13px 0;
    border-right: 1px solid #ffffff38;
    height: 4.98em;
}

.label-icon span {
    color: #ffffff;
}

.mob-nav li a:hover span {
    color: #fff;
}

.mob-nav li a:hover {
    color: #fff;
    background: #da591f!important;
}

.shiftnav-toggle-button:hover {
    background: #2d2d2d!important;
    color: white!important;
}

.shiftnav-toggle-button {
    padding: 22px 0px!important;
}

div#shiftnav-menu-image-shiftnav-main {
    background-color: white!important;
    text-align: center!important;
    padding-top: 2%;
    padding-bottom: 2%;
}

div#shiftnav-menu-image-shiftnav-main img {
    width: 80%;
}

.shiftnav-inner {
    position: relative;
    z-index: 99999999!important;
}

.quick-nav {
    position: fixed;
    top: -3em;
    width: 100%;
    background-color: #034988;
    padding: 2% 2% 5.5% 2%;
    opacity: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
    /* border-bottom: .2em solid #ffffff; */
}

.quick-nav.adjust {
    padding: 5% 2% 1% 2%;
    opacity: 1;
    top: 5em;
}

.quick-nav .col-3 {
    flex: 0 0 auto;
    padding: 0;
}

.quick-nav a {
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 9% 1% 9% 1%;
    font-size: 0.9em;
    transition: all .3s ease-in-out;
    border-right: 1px solid #ffffff30;
}

.quick-nav a:hover {
    color: white;
    background-color: #209ad6;
}

.quick-nav a span {
    display: block;
    position: relative;
    top: 0em;
    transition: all .3s ease-in-out;
}

.quick-nav a em {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 900;
    display: block;
    margin: 1.5em auto -2.6em auto;
    color: white;
    bottom: 0em;
    font-size: 0.7em;
    position: relative;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.quick-nav a em:after {
    content: '';
    position: absolute;
    height: 11.5em;
    width: 100%;
    background-color: #b00c03;
    border-radius: 900em;
    z-index: -1;
    left: 0%;
    bottom: -9.6em;
}

.quick-nav a:hover em {
    bottom: 1.2em;
    opacity: 1;
}

.quick-nav a:hover span {
    /* top: -0.6em; */
    font-size: .9em;
}

.sched-global {
    width: 50%;
}

.sched-global .btn-primary, .sched-global .btn-secondary {
    display: block;
    width: 100%;
    padding: 1.1em;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .06em;
    color: black;
    background-color: #ff000000;
    border: 0;
    line-height: .9
}

.sched-global .btn-primary span, .sched-global .btn-secondary span {
    font-size: 4.6em;
    color: white;
    border: 0;
    top: -.1em;
    position: relative;
    border-radius: 900em;
    width: 1.1em;
    height: 1.1em;
    padding: 0;
    line-height: 1;
    display: block;
    text-align: center;
    margin: auto;
    text-shadow: -0.04em 0.08em black;
}

.sched-global .btn-primary span {
    background-color: #199ad6;
}

.sched-global .btn-secondary span {
    background-color: #91ca64;
}

.sched-global .btn-primary:hover, .sched-global .btn-secondary:hover {
    background-color: #ff000000!important;
    color: black!important;
}

.sched-global .btn-primary:hover span, .sched-global .btn-secondary:hover span {
    background-color: #e73c30;
}

/* ------------------------------------------------------------------------------------- */
#site-wrap {
    max-width: 1700px;
    margin: auto;
    box-shadow: 0px 0px 2em rgba(181,193,199,.46);
}

/* header */
.desk-nav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.contact-info-desk .call-title {
    display: grid;
    line-height: 1.6em;
    color: #034988;
    font-family: 'burbank_big_regularblack';
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 1.1em;
    padding: 3% 0% 0% 0%;
    transition: all .3s ease-in-out;
    animation: pulse 2s infinite;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.call-title span {
    transition: all .3s ease-in-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.contact-info-desk:hover .call-title span {
    color: #8cc542;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.contact-info-desk .call-title span {
    letter-spacing: 2px;
    font-size: 2em;
    text-und: none;
}

.contact-info-desk span {
    color: #034988;
    font-size: 3.5em;
}

.follow-title {
    text-align: right;
    padding-right: 5%;
    font-size: 0.79em;
    font-family: 'burbank_big_regularblack';
    letter-spacing: 1px;
    color: #fff;
    position: relative;
}

.socialmedia-top {
    width: 50%;
    position: relative;
}

img.top-logo {
    width: 22em;
    margin: auto;
    display: block;
}

.desk-nav .btn-primary {
    line-height: 1.1em;
    color: white;
    height: 7.5em;
    margin-top: 7%;
    font-weight: 600;
    position: relative;
    top: -15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    left: -16px;
}

.desk-nav .btn-primary:hover {
    color: #ffffff;
}

.desk-nav .btn-primary:hover span {
    color: #ffffff;
}

.desk-nav .btn-primary span {
    font-size: 3.6em;
    color: #ffffff;
    text-align: center;
    margin: auto;
    display: block;
}

.icon-keyboard_arrow_right:before {
    content: "\e315";
}

/* Slider Section CSS  */
.sliderfull {
    padding: 5% 7% 10% 7%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/06/banner.jpg);
    color: #fff;
    margin-top: 8em;
    background-position: center center;
}


.slider-header{
  line-height: 1.1;
  font-size: 2.1em;
  position: relative;
  letter-spacing: .07em;
  color: #034988;
  margin-bottom: 2%;
  font-family: 'burbank_big_regularblack';
  animation: fadeInLeft 3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 1s;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: translateX(-40%);
  /* text-transform: uppercase; */
}

      @keyframes fadeInLeft {
        20% {
          opacity: 0;
          transform: translateX(-20%);
        }

        30%, 100% {
          opacity: 1;
          transform: translateX(0%);
        }

}


.slider-subline .btn {
  display: inline-block;
  margin-top: 1em; /* optional spacing from the list */
  text-align: left;
}

.slider-subline {
  position: relative;
  z-index: 1;
}

.slider-subline::after {
  content: "";
  position: absolute;
  left: 410px; /* move image slightly outside if needed */
  top: -5em;
  width: 320px; /* adjust as needed */
  height: 420px; /* adjust as needed */
  background-image: url('/wp-content/uploads/2025/06/sec-4-coupon-mascot.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 2; /* keep it above background but below overlay text if needed */
}



.slider-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'burbank_big_regularblack';
  color: black;
  font-size: 1.3em;
}

.slider-check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

.slider-check-list li span.icon-check-circle {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background-image: url('/wp-content/uploads/2025/06/check-mark.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5em;
}

.slider-check-list li span.icon-check-circle::before {
  content: none !important;
}




.slider-header strong{
  font-size: 1.6em;
}

.slider-header span{
  color: #ffffff;
}




.usp-box-row .usp-slide .col-3, .usp-box-row .usp-slide .col-9{
  width: 100%;
}

.usp-slide{
  position: relative;
  height: 8.4em;
  text-align: left;
  line-height: 1.4;
  outline-offset: -0.7em;
  font-size: 0.9em;
  transition: all .3s ease-in-out;
  text-align: center;
  background: #ffffffbf;
  color: black;
  text-transform: uppercase;
  padding: 0.5em 1em 1em 1em;
  border: 1px solid #00000038;
  font-family: 'Exo 2', sans-serif;
}

.usp-slide span{
  display: block;
  color: #3380ae;
  font-size: 6.1em;
  line-height: 0.8;
  position: relative;
  /* top: 0.3em; */
  margin-bottom: -.1em;
}

.usp-slide:hover{
  background: #3f63c9d1;
  color: white;
}

.usp-slide:hover span{
    color: white;
}

 /* ---------------------- */






 /* Section-1 CSS  */

.top-services-section {
    padding: 0em 1em 0em 1em;
    background-image: url(/wp-content/uploads/2025/06/top-services-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -6em;
    z-index: 1;
    position: relative;
}

.top-service-box {
    background-color: #91c63d;
    margin-bottom: 4%;
    padding: 0px;
    overflow: hidden;
    transform: scale(1);
    transition: all 600ms cubic-bezier(.68,-.55,.265,1.55);
    border-radius: 34px;
    height: 29em;
    border: 4px solid #ffffff; /* 👈 white border */
}



.top-service-button {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 0.9em;
  color: #ffffff;
  background: #034581;
  padding: 0.8em 1.6em;
  border-radius: 2em;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none; /* optional if you want to ensure it's non-clickable */
  font-family: 'burbank_big_regularblack';
}

.top-service-box:hover .top-service-button {
  opacity: 0;
  visibility: hidden;
}



.top-service-col a {
  text-decoration: none;
}


.top-service-box:hover {
    transform: scale(1.05);
    background-color: #004890;
}

.top-service-box:hover .top-service-content {
    color: #ffffff;
    line-height: 1.2;
}

.top-service-box:hover .top-service-title {
    color: #91c63d;
}

.top-service-box img {
    margin-top: -1px;
}

.top-service-img {
  height: 220px; /* adjust to match your layout */
  overflow: hidden;
}

.top-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.top-service-box .col-sm-2.col-md-2.col-lg-2 {
    padding: 0em;
}

.top-service-icon {
  display: flex;                 /* ✅ enables flexbox */
  align-items: center;           /* ✅ vertical centering */
  justify-content: center;       /* ✅ horizontal centering */
  color: #ffffff;
  font-size: 3.4em;
  transition: all 600ms cubic-bezier(.68,-.55,.265,1.55);
  background-color: #91c63d;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  border: 3px solid #004890;
  margin: -47px .5em 8px auto;
}



.top-service-title {
    color: #ffffff;
    font-family: 'burbank_big_regularblack';
    letter-spacing: 2px;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1.2em;
    transition: all 600ms cubic-bezier(.68,-.55,.265,1.55);
    text-align: left;
    margin-bottom: 0px;
    position: relative; /* Required for ::after to position absolutely */
}



.top-service-box:hover .top-service-title::after {
  opacity: 0;
  /* Optional: shrink width too for smoother effect */
  width: 0;
}




.top-service-content {
    color: #ffffff;
    font-size: 0.9em;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 400ms ease;
    text-align: left;
}



.top-service-box:hover .top-service-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Optional: keep these if you're using tech logo visuals */

div#tech-logo {
    position: relative;
}

div#tech-logo:before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2023/01/tech-logo.png);
    width: 10em;
    height: 9em;
    top: -53px;
    right: -19px;
    z-index: 9;
}

div#tech-logo:after {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2023/01/bg1-logo.png);
    width: 17em;
    height: 17em;
    top: -10em;
    right: -6em;
    opacity: 0.1;
    animation: rotation 60s infinite linear;
    transition: all 600ms cubic-bezier(.68,-.55,.265,1.55);
}

.top-service-box:hover div#tech-logo:after {
    opacity: 0.2;
    background-image: url(/wp-content/uploads/2023/01/bg1-logo.png);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}







.section-1 {
    position: relative;
    z-index: 2;
    padding: 5% 5% 5% 5%;
    background-image: url('/wp-content/uploads/2025/06/sec-1-bg-white.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: black;
}

.section-1 strong span {
  color: #8fc53f;
}

.section-1::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 34px;
  width: 550px;
  height: 570px;
  background-image: url('/wp-content/uploads/2025/06/sec-1-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; /* Places it behind the content */
  /* opacity: 0.5; */ /* Adjust for desired subtlety */
  pointer-events: none;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 50px;
  width: 220px;   /* Adjust size as needed */
  height: 220px;  /* Adjust size as needed */
  background-image: url('/wp-content/uploads/2025/07/sec-1-star-burst.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
  pointer-events: none;
}




.section-1 h1 {
    position: relative;
    font-size: 5.4em;
    color: #034581;
    font-family: 'POPPINSREGULAR';
    font-weight: normal;
}

.section-1 h1 span{
  color: #91c63d;
}

.sec1-content{
  padding-right: 10%;
}


 .home-form iframe{
   margin-top: -3.5em;
   height: 48em!important;
   margin-bottom: -3em;
 }
 
.home-form {
  text-align: center; /* Center-align the content */
  padding: 2em 0em; /* Add some padding around the form */
  background: #034480; /* Optional background color */
  border-radius: 30px; /* Optional rounded corners */
  color: white; /* Ensure text color is consistent */
}

.home-label {
  font-size: 2.2em; /* Adjust label size */
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: 'Anton';
  color: white;
  margin-bottom: 1.5em; /* Add spacing between label and text */
  /* font-style: italic; */
  font-weight: bold;
  z-index: 1;
  position: relative;
  /* background-color: black; */
}

.home-label-text {
  font-size: 1em; /* Slightly smaller text for sub-label */
  letter-spacing: 0.08em;
  font-family: 'Montserrat';
  color: white;
  margin-bottom: 1.5em; /* Add spacing before the form */
  line-height: 1.5; /* Improve readability */
  /* font-weight: normal; */
}



 .top-services .carousel-inner{
   padding: 0% 5%;
 }

.top-services .carousel-control-next,.top-services .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    padding: 0;
    color: #000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    background: #034988;
    transition: opacity .15s ease;
    height: 100%;
    border-radius: 5px;
}

.top-services .carousel-control-next span,.top-services .carousel-control-prev span{
  color: black;
}






.top-services a{
  position: relative;
  background-color: #000000;
  color: white;
  display: block;
  z-index: 2;
  text-decoration: none;
  height: 20em;
  overflow: hidden;
  transition: all .3s ease-in-out;
  text-align: center;
  border-radius: 0.7em;
  margin: 0em auto;
}

.top-services a img {
    position: absolute;
    z-index: -1;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%; /* Ensures the image spans the full width of the column */
    height: 100%; /* Ensures the image spans the full height of the column */
    object-fit: cover; /* Maintains the aspect ratio and crops the image if necessary */
    mix-blend-mode: luminosity;
    transform: scale(1.1); /* Slight zoom for effect */
    margin: 0; /* Remove auto margins */
    filter: brightness(0.2);
}



.top-services a span{
  display: block;
  font-size: 7.5em;
  position: absolute;
  top: 0.27em;
  right: 0em;
  /* transition: all .3s ease-in-out; */
  width: 100%;
  color: #91c63d;
  line-height: 0.7;
}

.servi-label{
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  bottom: 4.9em;
  left: 0em;
  width: 100%;
  font-size: 1.5em;
  padding: 0% 15%;
  line-height: 1.1;
  transition: all .3s ease-in-out;
  font-family: 'Anton';
  font-weight: 400;
}

.servi-label strong{
  display: block;
  color: #b48e05;
}

.top-services p{
  position: absolute;
  bottom: .5em;
  padding: 1em 1.8em 0em 1.8em;
  font-size: 1em;
  left: 0;
  transition: all .3s ease-in-out;
  opacity: 1;
  line-height: 1.2;
}

.ts-box-4, .ts-box-5{
  position: relative;
  left: 16.5%;
}




      @keyframes uspTada {
        20% { 
          opacity: 1;
          transform: scale(1);
        }

        40% { 
          transform: scale(1.1);
        }

         100% { 
          transform: scale(1);
        }
      }


.top-services a {
  position: relative;
  display: block; /* Ensure the link acts as a container */
  padding-top: 60px; /* Add space at the top for the logo */
}

.top-services a:hover {
  color: white;
  background-color: #000000;
  /* z-index: 0; */
}




.top-services a:hover span {
    /* display: none; */ /* Hides the span completely */
}

.top-services a:hover .servi-label{
  /* bottom: 75%; */
  /* color: #fff7f7; */
  /* text-shadow: none; */
  /* display: none; */
}

.top-services a:hover .servi-label strong{
  color: black;
}

.top-services a:hover p{
  /* opacity: 1; */
  /* bottom: 0em; */
}

.top-services a:hover img{
  opacity: .15;
}




.top-services .carousel-inner {
  overflow: visible; /* Ensure the carousel items do not clip the content */
}

.top-services .carousel-item {
  overflow: visible; /* Ensure individual carousel items allow overflow */
}

.top-services .row {
  overflow: visible; /* Allow row content to overflow if necessary */
}

.top-services .col-4 {
  position: relative; /* Required for absolute positioning of the logo */
  overflow: visible; /* Ensure content within the column can overflow */
}

.top-services .hover-logo {
  position: absolute;
  top: -57px; /* Adjust to position the logo above the column */
  left: 50%;
  transform: translateX(-50%);
  width: 238px; /* Adjust width as necessary */
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;!i;!; /* Prevent interaction when hidden */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 10; /* Bring the logo above other elements */
}

.top-services a:hover + .hover-logo {
  opacity: 1;
  visibility: visible;

}

 /* ---------------------- */









/* Section-2 CSS  */ 


.section-2 {
    position: relative;
    z-index: 1;
    padding: 11% 5% 5% 8%;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/06/sec-2-bg.png);
    margin-top: -32em;
}


.section-2 .col-sm-12.col-md-6.col-lg-6 {
    padding: 0em;
}

.sec-2-left-box {
  position: relative; /* Required for positioning the ::after relative to this element */
  z-index: 1;
}

.sec-2-left-box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('/wp-content/uploads/2025/07/sec-2-img-new.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 598px;   /* adjust as needed */
  height: 680px;  /* adjust as needed */
  bottom: -946px;
  left: 39%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}


.sec2-cta-row {
  position: relative; /* Required to position the ::after relative to this element */
  z-index: 1;
}

.sec2-cta-row::before {
  content: "";
  position: absolute;
  bottom: 200px; /* Adjust as needed */
  right: 613px; /* Adjust as needed */
  width: 300px; /* Adjust width */
  height: 300px; /* Adjust height */
  background-image: url('/wp-content/uploads/2025/06/sec-2-star-burst.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0; /* Keep behind the content */
  pointer-events: none;
}


.sec2-cta-row::after {
  content: "";
  position: absolute;
  bottom: 153px; /* Adjust as needed */
  right: -66px;  /* Adjust as needed */
  width: 536px; /* Adjust width */
  height: 505px; /* Adjust height */
  background-image: url('/wp-content/uploads/2025/06/sec-2-mascot.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0; /* Make sure it's behind your content */
  pointer-events: none; /* So it doesn't interfere with clicks */
}


.cta-col {
    position: relative;
    margin-top: 2em;
    background-color: #da591f;
}

.cta-col .cta {
    transition: all .3s ease-in-out;
    position: relative;
    background: #ff000000;
    display: block;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    letter-spacing: 0.08em;
    padding: 1em 1.9em;
    margin: 0;
    line-height: 1;
    text-align: center;
    color: #fff;
}


.section-3 .col-sm-12.col-md-6.col-lg-6 {
    padding: 0em;
}

.cta-col {
    position: relative;
    margin-top: 19em;
    background-color: #03447f;
    border-radius: 2em;
    width: 70%;
}

.cta-col::before {
  content: "";
  position: absolute;
  top: 1em; /* leave space from top if needed */
  bottom: 1em; /* leave space from bottom */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2); /* faint white line */
  z-index: 1;
}


.cta-col .cta {
    transition: all .3s ease-in-out;
    position: relative;
    background: #ff000000;
    display: block;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    letter-spacing: 0.08em;
    padding: 1em 1.9em;
    margin: 0;
    line-height: 1;
    text-align: center;
        color: #fff;
}

.cta-col  a {
     color: #ffffff!important;
}
.cta-col .cta span {
    display: block;
    font-size: 4em;
    margin-bottom: .1em;
    color: #ffffff;
}

.cta-col .cta {
    transition: transform 0.3s ease, color 0.3s ease;
}

.cta-col .cta:hover {
    /* background-color: #91c63d; */
    color: white;
    transform: scale(1.05);
}

.cta-col .cta:hover span {
    color: white;
}

.cta-text {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: 'poppinsbold';
    font-style: italic;
    text-align: left;
    font-size: 1.3em;
    top: 1em;
}

.cta-text span {
    color: #ff6306;
}

.cta-text span:last-child {
    color: #1d39bc;
}


.sec-2-col-right {
  position: relative; /* REQUIRED so ::after positions relative to this */
}

.sec-2-col-right::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('/wp-content/uploads/2025/06/logo-trans.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 550px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}









.sec-2-left-box .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -6em;
    left: 0px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-right: 55%;
    margin-bottom: 4rem;
    /* margin-left: 16%; */
    list-style: none;
}

.sec-2-left-box .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 62px;
    height: 8px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    border-radius: 900em;
}

.sec-2-left-box .carousel-indicators [data-bs-target].active {
    opacity: 1;
    background-color: #00cfff;
}



.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0.9em 4em 0.9em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}



.usp-row:hover::after {
  /* background-color: #00cfff; */ /* Blue background on hover */
}



.usp-row .usp-label {
  /* font-family: 'Anton'; */
  /* font-weight: 400; */
  /* font-style: italic; */
  margin-bottom: .5em;
  position: relative;
  color: white;
  font-size: 1.6em;
}

.usp-row span {
  display: block;
  text-align: center;
  font-size: 6em;
  color: #034480;
  top: -0.1em;
  position: relative;
}

.usp-row:hover .usp-label{
  color: white;
}

.usp-row:hover .usp-label:after{
  background: #ff6c00;
}

.usp-row:hover{
  /* color: white; */
}

.usp-row:hover span{
  /* color: white; */
}

.usp-row:hover:after{
  width: 100%;
}









 /* ---------------------- */





 /* Section-3 CSS  */ 



.section-3 {
    position: relative;
    z-index: 0;
    padding: 17% 5% 9% 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-image: url(/wp-content/uploads/2025/06/sec-3-bg.png);
    background-size: cover;
    margin-top: -16em;
}

.rev-box{
  position: relative;
  background-size: 100% 100%;
  padding: 2em 2em;
  background-position: center;
  z-index: 4;
}

.rev-col-left {
  position: relative;
}





.rev-header{
  position: relative;
  color: #000000;
  font-family: 'burbank_big_regularblack';
  font-size: 2.8em;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.05em; */
  padding: 0em 0em 0em 0em;2em;
  /* text-shadow: -.1em .1em black; */
  text-align: left;
  line-height: 1.1;
  /* margin-bottom: 1em; */
}

.rev-header strong{
  /* display: block; */
  font-size: 1.2em;
  line-height: 1.1;
  color: #034988;
  font-family: 'burbank_big_regularblack';
}

.testimonials-row{
    margin-top: 8em;
}

.review-btns{
  margin-top: 4%;
  display: flex;
  justify-content: center;
}

.review-btns {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    gap: 0; /* Remove extra spacing */
    /* max-width: 100px; */
}

.review-btns .btn {
    min-width: 250px; /* Adjust this value as needed */
    text-align: center;
}


.review-btns .col-md-4 {
    display: flex;
    flex: 0 0 auto; /* Prevents columns from stretching */
    width: auto; /* Allows natural button width */
}


.review-btns .col-md-4:first-child {
    /* justify-content: flex-end; */
    /* padding-right: 25px; */ /* Adjust spacing between buttons */
}


.review-btns .col-md-4:last-child {
    /* justify-content: flex-start; */
    /* padding-left: 25px; */ /* Adjust spacing between buttons */
}




.section-3 .btn{
  margin-top: 5%;
  /* width: 238px; */
}


/* ---------------------- */
 

 /* Section-4 CSS  */ 

img.coupon-home {
    width: 60%;
}


.section-4-banner {
    position: relative;
    padding: 8% 10% 18% 10%;
    background-image: url(/wp-content/uploads/2025/07/top-services-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* color: black; */
    text-align: center;
    z-index: 34;
    margin-top: -7em;
    background-position: center;
}


.section-4 {
  position: relative;
  padding: 6% 10% 8% 10%;
  background-image: url('/wp-content/uploads/2025/07/sec-4-stars-city-bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1;
  margin-top: -5em;
  background-size: 100% 82%;
}





.sec4-content {
  position: relative; /* Ensure the content is positioned above the pseudo-element */
  z-index: 1; /* Position it above the pseudo-element */
  color: white; /* White text for contrast */
  padding: 1em; /* Adds padding to the text */
  text-align: center; /* Centers the text */
  margin-top: 0em;
  font-size: 1.4em;
  font-weight: bold;
}



.section-4 .carousel-control-next, .section-4 .carousel-control-prev {
  height: 3em;
  float: left;
  width: 3em;
  background: #024988;
  border-radius: 100em;
  opacity: 1;
  margin: 0 2.4em;
  top: 70%;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.section-4 .carousel-control-prev span, .section-4 .carousel-control-next span {
  color: #ffffff;
}




.home-coup {
    position: relative;
    background: #034988;
    border-radius: 2em;
    color: #fff;
    text-align: center;
    padding: 2em 1em 2em 1em;
    outline: white dashed .3em;
    outline-offset: -1em;
    width: 100%;
    margin: auto;
    margin-top: 3em;
}

.coup-featured {
    position: relative;
    background: #034988;
    border-radius: 2em;
    color: #fff;
    text-align: center;
    padding: 2em 2em 2em 3em;
    outline: white dashed .3em;
    outline-offset: -1em;
    width: 58%;
    margin: auto;
    margin-top: 3em;
}

.coup-featured::after {
  content: "";
  position: absolute;
  top: 55%;
  left: -10em; /* adjust as needed */
  transform: translateY(-50%);
  width: 320px; /* adjust based on your image */
  height: 320px;
  background-image: url('/wp-content/uploads/2025/06/sec-4-coupon-mascot.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}



 .home-coup p {
  font-size: .5em;
  text-transform: uppercase;
  margin: 0em;
  letter-spacing: .03em;
}

.sec4-header {
  position: relative;
  font-size: 4.2em;
  text-transform: uppercase;
  /* letter-spacing: .08em; */
  line-height: 1.1;
  /* margin-bottom: 24px; */
  text-align: center;
  color: #034988;
  /* z-index: 9; */
  font-family: 'burbank_big_regularblack';
  /* font-weight: bold; */
  padding: 0% 12%;
  /* font-style: italic; */
}

.sec4-header strong {
  color: #91c63d;
  font-weight: bold;
  font-size: 1.2em;
}

.sec4-header span {
  color: #00cfff;
}



.coup-col-logo-img {
  max-width: 69%;   /* Adjust as needed */
  height: auto;
  display: block;
  margin: 0 auto;   /* Center horizontally */
}


.home-offer {
  position: relative;
  /* font-size: 2.6em; */
  font-family: 'poppinsregular';
  /* font-weight: 700; */
  font-style: normal;
  color: #fff;
  letter-spacing: .04em;
  font-size: 1.2em;
  line-height: 1.1;
  margin: 0em;
}

.home-price {
  position: relative;
  font-size: 4.5em;
  font-family: 'burbank_big_regularblack';
  /* font-weight: bolder; */
  font-style: normal;
  color: #8cc542;
  margin: .2em 0;
  line-height: 1;
}

.home-price span {
    font-size: .7em;
    color: #ffffff;
}

.home-price strong {
  color: #ffffff;
  font-size: .8em;
  position: relative;
  top: -16px;
  padding: 1%;
}

 .section-4 .carousel-inner {
  padding-left: 0em;
  padding-right: 0em;
}









.home-coup:hover .home-price strong {
  color: #ffffff; /* Change color to white on hover */
}

.home-coup:hover .home-price span {
  color: #ffffff; /* Change color to white on hover */
}

.coup-header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1.4em;
  font-family: 'RobotoSlab';
}

.coup-header strong {
  display: block;
  color: #054a8e;
  font-size: 1.4em;
}



.home-coup:hover {
  background-color: #000000;
  background-image: none;
}



.home-coup .btn {
  max-width: 400px;
  margin: .8em auto;
  background-color: #8cc542;
  display: block;
}

.home-coup .btn:hover{
  background-color: #034988;
}

.home-coup p{
  font-size: .8em;
  color: white;
}

.coup-featured p {
    font-size: .8em;
    color: white;
    padding: 0% 10%
}



/* ---------------------- */





/* Section-5 CSS  */ 




.section-5 {
    position: relative;
    z-index: 0;
    padding: 20% 5% 5% 8%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-image: url(/wp-content/uploads/2025/06/sec-5-bg.png);
    margin-top: -20em;
}


.sec-5-header {
    position: relative;
    font-size: 3em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    font-weight: normal;
    line-height: 1.1;
}



.sec-5-header strong {
    position: relative;
    font-size: 1.6em;
    color: #034988;
    text-transform: uppercase;
    /* font-family: 'burbank_big_regularblack'; */
    font-weight: 400;
}

.sec5-content{
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 15%;
}

.sec5-img {
  width: 100%; /* or set a specific width like 300px */
  max-width: 500px; /* optional: limits it from getting too large */
  height: auto; /* maintains aspect ratio */
  display: block; /* removes inline spacing issues */
  margin: 0 auto; /* centers image if inside a block element */
}


.sec5-additional-services{
    position: relative;
    font-size: 4.2em;
    color: #000000;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    /* font-weight: 400; */
    text-align: center;
    margin-top: 1em;
}
















   .program_title .planned,
.program_title .maintenance {
  font-size: 24px; /* Adjust to your desired size */
}

   .program-title-text .planned {
    color: #11376d; /* Blue for Planned */
    font-size: 1.1em;
    font-weight: bold;
  }
  
  .program-title-text .maintenance {
    color: #e21d47; /* Red for Maintenance */
    font-size: 1.1em;
    font-weight: bold;
  }
  
  .program-title-text .program-subtext {
    /* Styling for the subtext */
    font-size: 16px; /* Example */
    color: #11376d; /* Adjust the color as needed */
  }
  




.sec5-full {
    margin-bottom: 20px;
}

#sec5-services-block{
    margin-top: 2em;
}

/* Service list styling */
.service-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px; /* Keep the gap you like */
}

.service-item {
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.3s ease;
  width: calc(50% - 20px);
  box-sizing: border-box;
  font-size: 1.4em;
  /* min-height: 102px; */
  font-family: 'burbank_big_regularblack';
}


.service-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
}

.service-item:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    background-color: #034988;
    color: #ffffff;
}

.service-item:hover .icon-waterflood-icon {
  color: #ffffff;
}




.service-item:hover .service-icon img {
    opacity: 0; /* Hide the original white image */
    transition: opacity 0.3s ease-in-out;
}

.service-icon {
    position: relative; /* Necessary for the absolute positioning */
}

.service-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/03/spanner-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
}

.service-item:hover .service-icon::after {
    opacity: 1;
}


.service-item:hover .service-icon img {
    filter: brightness(0) invert(1); /* Makes the image black */
    transition: filter 0.3s ease-in-out; /* Smooth transition */
}

.service-icon {
    margin-right: 10px;
    font-size: 40px; /* Adjust size as needed */
    color: #034988;
}

.service-name {
    flex-grow: 1;
    /* font-weight: bold; */
    font-family: 'burbank_big_regularblack';
    text-align: center;
}

/* Media query adjustments for smaller screens */
@media (max-width: 768px) {
    .service-item {
        width: calc(50% - 20px); /* Adjust to fit two items per row on medium screens */
    }
}

@media (max-width: 576px) {
    .service-item {
        width: 100%; /* Stacks items on very small screens */
    }
}

.service-icon {
    margin-right: 13px;
    width: 36px; /* Adjust the width as needed */
    height: 36px; /* Ensure the image has consistent height */
    display: inline-block;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.service-icon img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
}








.program-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 2em;
    background-color: #f0f0f0;
    background-image: url('/wp-content/uploads/2024/09/planned-maintenance.jpg');
    background-size: cover; /* Ensures the image covers the entire box */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    position: relative;
}

.program-title-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0.7); /* Adds a semi-transparent layer */
    z-index: 1; /* Ensure this layer sits above the image */
}

.program-title-box > * {
    position: relative;
    z-index: 2; /* Ensure the text and logo are above the semi-transparent layer */
}


.program-logo-title-wrapper {
    display: flex;
    flex-direction: column; /* Stack logo and text vertically */
    align-items: flex-start; /* Align to the left */
    gap: 10px; /* Space between logo and text */
}

.program-logo {
    max-width: 170px; /* Adjust size as needed */
    height: auto;
}

.program_title {
    color: #333;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 700;
}

.program_title span {
    color: #2e3690; /* Match the color of .program_title */
    font-size: .8em; /* Typically 1em for paragraph text */
    line-height: 1.5em; /* Standard line height for readability */
    font-weight: 400; /* Regular font weight for paragraphs */
}

.program_button {
    background-color: #f5bc3a;
    padding: 10px 60px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    /* align-self: flex-start; */
    margin-left: auto;
    margin-right: 5%;
}

.program_button:hover {
    background-color: #11376d;
    color: white;
}

#sec5-maintenance {
    /* background-color: #f0f0f0; */
    margin-top: 2em;
}

#sec5-services-block{
    margin-top: 0em;
    padding: 2% 5% 2% 5%;
}





/* ---------------------- */







/* Section-6 CSS  */ 



.section-6 {
    position: relative;
    z-index: 0;
    padding: 5% 5% 10% 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/06/sec-6-bg.jpg);
    margin-top: 0em;

    /* Add white borders */
    border-top: 20px solid white;
    border-bottom: 20px solid white;
}

.sec-6-header {
  position: relative;
  font-size: 4.2em;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  font-family: 'burbank_big_regularblack';
  padding: 0% 12%;
}

.sec-6-header span {
  color: #91c63d;
}

.sec6-content {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    padding: 0 20%;
    color: #ffffff;
}





.section-6 .usp-box-container {
  position: relative;
  z-index: 3; /* Bring USP boxes above the background */
  padding: 0px 7%; /* Adjust side padding */
  margin-top: 12em;
}

.section-6 .usp-box {
  position: relative; /* Ensure positioning context for ::before */
  background: white;
  border-radius: .5em;
  padding: 2rem; /* Increased padding for better spacing */
  text-align: center;
  height: 450px; /* Adjusted height for a rectangular look */
  box-shadow: 0 0 1em rgba(102, 162, 222, 0.4);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  margin: 1em 2em 1em 2em;
  overflow: hidden; /* Ensure the ::before image doesn't overflow */
}

.section-6 .usp-box:hover::before {
  opacity: 0.8; /* Increase opacity for better visibility */
}

.section-6 .usp-box:hover {
  background: #0f1417;
  color: white;
}

.section-6 .usp-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the image */
  width: 70%; /* Adjust size of the image */
  height: 70%; /* Adjust size of the image */
  background-image: url('/wp-content/uploads/2024/12/logo-asset-backdrop.png');
  background-size: contain; /* Ensure the image maintains aspect ratio */
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2; /* Default subtle opacity */
  pointer-events: none; /* Prevent the image from interfering with interactions */
  z-index: 0; /* Ensure the image stays behind the text */
}

.section-6 .usp-box * {
  position: relative; /* Ensure text content stays above the ::before image */
  z-index: 1; /* Ensure text stays above the ::before image */
}

.section-6 .usp-box span {
  font-size: 6rem; /* Large icon size */
  color: #8dc63f;
  margin-bottom: 1em; /* Space below the icon */
}

.section-6 .usp-box .usp-label {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000000;
  margin-top: 1em; /* Space below the label */
  position: relative;
}



.section-6 .usp-box p {
  font-size: 1rem;
  color: #0f1417;
  line-height: 1.5;
  margin-top: 1rem; /* Space above content */
  margin-bottom: 0; /* Ensure no extra space below */
}

.section-6 .usp-box:hover p {
  color: white;
}


.section-6 .usp-box:hover span {
  color: #8dc63f; /* Green color for the icon */
}

/* Label turns white on hover */
.section-6 .usp-box:hover .usp-label {
  color: white; /* White color for the label */
}

.section-6 .usp-box:hover .usp-label:after {
  background: white;
}


/* Carousel Controls for Section-10 */
/* Hide original icons */
.section-6 .icon-chevron-left,
.section-6 .icon-chevron-right {
  display: none;
}


.section-6 .carousel-control-prev,
.section-6 .carousel-control-next {
  opacity: 1 !important;
    
}


/* New pill-style control lines */
.section-6 .control-line {
  display: block;
  width: 3rem; /* Line length */
  height: 0.5rem; /* Line thickness */
  background-color: #8cc43f; /* Change to your brand color */
  border-radius: 1rem; /* Fully rounded ends */
  margin: 0 auto;
  transition: background-color 0.3s ease-in-out;
}

/* Optional hover effect */
.section-6 .control-line:hover {
  background-color: #ffffff;
    
}

.section-6 .carousel-control-prev,
.section-6 .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: -3rem; /* Adjust this as needed */
  transform: none;
    
}

.section-6 .carousel-control-prev {
  left: 45%;
}

.section-6 .carousel-control-next {
  right: 45%;

}


/* ---------------------- */





/* Section 7 */

.section-7 {
    position: relative;
    z-index: 0;
    padding: 3% 5% 5% 5%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/06/sec-7-bg.jpg);
    margin-top: 0em;
}

.section-7::after {
  content: "";
  position: absolute;
  background-image: url('/wp-content/uploads/2025/06/sec-7-money-asset.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 265px; /* Adjust as needed */
  height: 290px; /* Adjust as needed */
  top: 10%;
  right: 1%;
  z-index: 1;
  pointer-events: none;
}


.sec-7-header {
    position: relative;
    font-size: 3.2em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left;
    color: #ffffff;
    font-family: 'burbank_big_regularblack';
    padding: 0% 0%;
}

/* Force left alignment only in section-7 */
.section-7 .sec7-btn-wrapper {
  text-align: left;
}

.section-7 .sec7-btn {
  display: inline-block;
}


.sec7-content {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    color: #ffffff;
}


.sec7-img {
  position: relative; /* Required to position the ::after relative to this element */
  z-index: 1;
}

.sec7-img::after {
  content: "";
  position: absolute;
  bottom: -40px; /* Change to top/right/left as needed */
  right: 84px;
  width: 400px;  /* Adjust size as needed */
  height: 400px;
  background-image: url('/wp-content/uploads/2025/06/sec-7-mascot.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 2;
}



/* ---------------------- */



/* Section 8 */


 .section-8 {
  position: relative;
  padding: 0% 5% 5% 5%;
  /* background-color: #0062a1; */
  z-index: 3;
  color: #fff;
  margin-bottom: 0em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2025/01/sec-6-bg.png);
}


.map-block {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 45em;
    width: 100%;
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    box-sizing: border-box; /* Ensure padding or borders don't affect sizing */
}

.map-image {
    max-width: 100%; /* Ensure the image scales down to fit its container */
    height: auto; /* Maintain the aspect ratio */
    object-fit: cover; /* Ensures the image fits nicely */
    border-radius: 15px; /* Apply rounded corners to the image */
}






 .section-8 .check-list,.section-8 .check-list li {
  border: 0!important
}

.sec8-header {
  position: relative;
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.1;
  margin-bottom: .4em;
  padding-left: 1em
}

.sec8-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: .5em;
  background: #e3163b;
  border-radius: 900em
}

.sec8-header strong {
  font-size: 2.4em;
  display: block;
  line-height: .9
}

.section-8 #myTabContent {
  position: relative
}

.section-8 .hide-for-small-only #myTabContent:after {
  content: '';
  position: absolute;
  right: 2%;
  top: -1%;
  width: 5em;
  height: 102%;
  background-image: var(--wpr-bg-20289492-76ac-4d0c-a66f-310ba18d06ac);
  background-size: 100% 100%;
  background-position: right
}

#my-mask {
  width: 112%;
  height: 400px;
  overflow: auto;
  border: 1px solid #ccc;
  position: relative;
  left: -16%
}

#my-image {
  width: 100%;
  height: auto
}

#my-image-2 {
  width: 135%;
  max-width: none
}

.zoom-btn {
  position: absolute;
  bottom: .2em;
  left: -3.5em;
  background: #fff;
  border: 1px solid #00000057;
  height: 1.5em;
  width: 2em;
  z-index: 99
}

#zoom-in {
  bottom: 2em
}

.map-row {
  position: relative;
  margin-top: 0em;
}

#result-message .msj1 {
    color: #ec464a; /* Sets the text color to red */
}

.map-header strong {
  display: block;
  font-size: 2.6em;
  font-family: 'oswald', sans-serif;
  color: #197fc0;
}

.map-header {
  position: relative;
  font-size: 3.4em;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  line-height: 1;
  /* border-bottom: 1px solid #0000001c; */
  padding-bottom: 0;
  padding-left: 0em;
  text-transform: uppercase;
  font-family: 'burbank_big_regularblack';
  font-weight: normal;
}

 .map-content{
  color:black;
  margin-left: .5em;
}

.section-8 .nav-tabs {
  position: relative;
  width: 22em;
  border-radius: 900em;
  overflow: hidden;
  border: 0
}

.section-8 .nav-item {
  width: 50%
}

.section-8 .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .8em;
  border-radius: 00em;
  box-shadow: none;
  border: 0;
  background: #00000026;
  color: #fff
}

.section-8 .nav-tabs .nav-link.active {
  color: #000;
  background: #e3163b
}

.zip-check {
  position: relative;
  margin-top: 1em;
  font-size: .9em
}

.search-subtitle {
  position: relative;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.1;
  color: black;
}

#zip-input {
  position: relative;
  background: #00000026;
  color: #000000;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: .4em .4em .4em .4em;
}

.zip-check button {
  position: relative;
  padding: .2em 1.4em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  background: #197fc0;
  color: white;
}






.serv-list {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
}

.serv-list li {
  margin-bottom: 0.3rem;
}

.serv-list a {
  color: white;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.serv-list a:hover {
  color: #000;
}




/* Right Column (Service Areas) */
.section-6 .right-column {
  padding: 1rem;
  max-height: calc(3 * 3.9rem); /* Limit height to 3 rows (~15rem total) */
  overflow-y: auto; /* Enable vertical scrolling */
  overflow-x: hidden; /* Disable horizontal scrolling */
}

/* Service Areas */
.service-areas-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two-column layout */
  gap: 1rem; /* Space between columns and rows */
  list-style: none;
  padding: 0;
  margin: 0;
}



.service-areas-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 20px;
  margin-top: 2em;
}

.service-areas-list {
  overflow-y: scroll;
  height: 22em;
  overflow-x: hidden;
  margin-left: 0;
}


/* Scrollbar Styles */
.service-areas-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.49);
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.service-areas-list::-webkit-scrollbar {
  width: 5px
}

.service-areas-list::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.36);
  background-color: #024987
}




.service-areas-list li {
  position: relative;
  padding: .4em .3em .4em .2em;
  padding-left: 2em;
  font-size: 1.2em;
  font-weight: 500;
  width: 100%;
  margin: .3em .2em;
  background: #024988;
  border-radius: .5em;
  transform: skew(-8deg,0deg);
  color: #ffffff;
  text-transform: uppercase
}

.service-areas-list li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'poppins';
  font-weight: 700
}

.location-header {
  margin-bottom: 0.5rem;
  font-family: 'poppins';
  font-weight:400
}

.icon-map-marker{
  font-family: icomoon!important;
  position: absolute;
  top: .2em;
  left: .6em;
  color: #8cc543;
  font-size: 1.333em;
  border-radius: 50%;
  line-height: 1
}

#profile-2 .service-areas-list li {
  padding-left: 0
}

#profile-2 .service-areas-list li strong {
  padding-left: 2em
}

.serv-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}

.serv-list li {
  position: relative;
  padding: .2em 0 0;
  font-size: .6em;
  font-weight: 500;
  /* width: 45%!important; */
  font-style: normal!important
}

.serv-list li:after {
  display: none
}

.serv-list li a {
  color: #ffffff;
  text-decoration: none
}

.serv-list li a:hover {
  color: #000
}





/* ---------------------- */




.rev-inner-buttons {
  margin-top: 2em;
}

.rev-btn-col a {
  min-width: 200px; /* optional for consistent button sizes */
  text-align: center;
}


.rev-header-inner{
  position: relative;
  color: #ffffff;
  font-family: 'burbank_big_regularblack';
  font-size: 2.6em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0em 1em 0em 1em;2em;
  /* text-shadow: -.1em .1em black; */
  text-align: center;
  line-height: 1.2em;
  margin-top: 1em;
}

.rev-header-inner strong{
  /* display: block; */
  font-size: .6em;
  line-height: 1.1;
  color: #02478f;
  font-family: 'burbank_big_regularblack';
}

.inside-section.rev-sec-in.section-3 {
    position: relative;
    padding: 18% 5% 7% 5%;
    background-image: url(/wp-content/uploads/2025/06/sec-2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: black;
}







.close-cta{
    font-size: 2em;
    padding: 2em 3.5em 2em 3.5em;
    position: relative;
    text-align: center;
    margin: 0rem 0 0rem;
    color: #000000;
    z-index: 2;
    border-top: 1px solid #00000024;
    font-family: 'burbank_big_regularblack';
    /* text-shadow: -0.09em 0.11em black; */
    width: 100%;
}







.close-cta:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3em;
    top: -1.6em;
    left: 0;
    background-image: url(/wp-content/uploads/2025/06/footer-cta-logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* --------------------------- */

.sched-row {
    position: relative;
    padding: 0;
    max-width: 1700px!important;
    margin: auto;
    box-shadow: 0em 0em 2em #00000000;
}

.sched-row.row>*{
  padding: 0;
}


.sched-row a, .sched-row button {
    color: white;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding: 2% 2% 3% 2%;
    transition: all .3s ease-in-out;
    border-radius: .7em;
    letter-spacing: .06em;
    text-decoration: none;
    font-size: 0.9em;
    margin: 0;
    border-radius: 0em;
    position: relative;
    z-index: 1;
    background: #024988;
    width: 100%;
    border:0;
 }

.sched-row button.pop-button:before{
  transform: scale(1);
  
}

.sched-row button.pop-button{
  position: relative;
  color: white;
  background-color: #8cc543;
 }

.sched-row button.pop-button:after {
    content: " ";
    position: absolute;
    bottom: 0em;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: all .3s ease-in-out;
    right: 0%;
} 

.sched-row button.pop-button strong{
  text-shadow: none;
}

.sched-row button.pop-button span{
  color: #ffffff;
}

.sched-row a .column,.sched-row a .columns , .sched-row button .column,.sched-row button .columns {
    padding-left: 0rem;
    padding-right: 0rem;
}

.sched-row a strong, .sched-row button strong {
    letter-spacing: 0.03em;
    font-size: 2.4em;
    font-weight: 400;
    display: block;
    /* text-shadow: -0.1em 0.1em 0em #000000; */
    margin-bottom: 0.3em;
    font-family: 'burbank_big_regularblack';
 }

.sched-row a span, .sched-row button span {
    display: block;
    text-align: center;
    font-size: 9em;
    position: relative;
    /* top: -.1em; */
    opacity: 1;
    line-height: 0.6;
    left: -0.1em;
}

.sched-row a:hover span, .sched-row button:hover span{
      -webkit-animation: tada 1s;
    animation: tada 1s;
}

.sched-row a:hover, .sched-row button:hover{
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

/* Footer Section CSS  */ 

/* Footer CTA */

.site-footer{
  background-color: #ffffff!important;
  color: black!important;
  max-width: 1700px!important;
  margin: auto;
  box-shadow: 0em 0em 2em #000000;
  padding-bottom: 0em;
  padding-top: 1.2em;
}

.site-footer .bullet-list li:after{
  display: none;
}

.site-footer .bullet-list li{
  padding: 0.2em 0;
}

.site-footer .bullet-list li{
  width: 50%;
}


.logo-foot{
  text-align: center;
  /* padding: 2%; */
}

.logo-foot img{
  display: block;
  width: 25em;
  margin: 1em auto;
}

.logo-foot a{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: black!important;
}

.schema{
  text-align: center;
}

.schema a{
  display: block;
  font-weight: 900;
}

.schema a:hover{
  color: #03a8e2!important;
}
 

.footer-txt{
  text-align: center;
  color: #024988;
  letter-spacing: .03em;
  font-size: 1.2em;
  margin-top: 1em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: 'burbank_big_regularblack';
  }

.foot-links{
  text-align: center;
  font-size: .9em;
}


.help-link {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #0000001c;
    padding: 0.5em;
    text-align: center;
}

.help-links a{
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #0000001c;
  padding: .5em;
}

.help-link:hover {
  color: #024988 !important;
}


.copyright{
  color: white;
  text-transform: uppercase;
  font-size: 0.7em!important;
  letter-spacing: .08em;
  padding: 1.1em 0em 0.8em 0em!important;
  max-width: none;
  width: 100%;
  background: #111111;
  margin-top: 2%;
  border-top: 1px solid #00000029;
}

.lic-numbner{
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .08em;
}

.socialmedia{
  position: relative;
}

.socialmedia .navbar{
  position: relative;
  padding-left: 0rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.socialmedia .navbar a{
  color: #8cc543 !important;
  font-size: 2em;
  text-decoration: none;
  padding: 0em 0.2em 0em 0.2em;
  margin: 0em 0em;
  display: block;
  text-align: center;
}

.socialmedia .navbar a span{
  line-height: 1.7;
}

.socialmedia .navbar a:hover{
  background-color: #b5201d00;
}

.socialmedia .navbar a:hover{
  color: #004891 !important;
}

.schema-title{
  margin: 0.7em 0 0em 0!important;
}

footer a{
  text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------Inner Pages Css ------------------------------------------------------------------ */ 

/* Global Inner CSS  */ 
.inside-content{
  padding-bottom: 8%;
}

.insideimage{
  position: relative;
  padding: 10% 4% 8% 4%;
  margin-top: 5.5%;
  border-bottom: 0.2em solid #ffffff;
  background-position: 100% 100%;
  background-size: 62%;
  z-index: 12;
  background-image: url('/wp-content/uploads/2025/07/inner-banner-green.jpg');
}

.insideimage:after{
  content:'';
  position: absolute;
  left: -20%;
  bottom: 0%;
  height: 110%;
  width: 80%;
  background: #004892;
  transform: skew(-20deg, 0deg);
}


.insideimage .slider-usp{
  bottom: -2em;
  position: relative;
  z-index: 3;
  width: 65%;
  margin: 0em auto -1em 0;
}

.insideimage .truck-image:after{
  bottom: 0em;
  right: 2em;
}

.insideimage .slider-usp{
  bottom: -2em;
  position: relative;
  z-index: 3;
  width: 65%;
  margin: 0em auto -1em 0;
}

.insideimage .truck-image:after{
  bottom: 0em;
  right: 2em;
}

.insideimage .slider-usp.row>*{
  padding: 0 .4em;
}

.insideimage .slider-usp .usp-box p{
  opacity: 1;
  font-size: 1em;
  bottom: -1.2em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 4px;
  line-height: 1.1;
  color: #000000;
}
 


.insideimage .slider-usp .usp-box {
  font-size: 0.8em;
  width: 100%;
  height: 8.8em;
  text-align: center;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background 0.3s ease, transform 0.3s ease;
  border-radius: 16px;
  font-weight: bold;
}

.insideimage .slider-usp .usp-box:hover {
  background: #8cc542;
  transform: scale(1.05);
}

.insideimage .slider-usp .usp-box:hover span {
    color: white;
}


.insideimage .slider-usp .usp-box span{
  font-size: 5em;
  /* line-height: 0.7; */
  /* margin: -0.1em auto 0.05em auto; */
  left: 0em;
  color: #8cc542;
}

.banner-head{
  position: relative;
  color: #ffffff;
  letter-spacing: .12em;
  font-size: 1.9em;
  text-transform: uppercase;
  z-index: 2;
  padding-left: 0.5em;
  border-radius: 0em;
  width: 55%;
}

.banner-head:after{
  content:'';
  position: absolute;
  left: -0.3em;
  top: -0.1em;
  background: #8cc542;
  border-radius: 90em;
  width: .25em;
  height: 100%;
}

.extra-pad{
  padding: 0 5%;
}

.wp-video{
  margin: auto;
}


#breadcrumbs {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    color: black;
    z-index: 999;
    position: relative;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 30px;
    padding: 0% 2% 1.8% 1%;
}

#breadcrumbs a {
    color: #004892;
    font-weight: 900;
    text-decoration: none;
}

#breadcrumbs .icon-home {
    font-size: 1.2em;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.2);
    padding: 1em;
    margin-right: 12px;
    color: #8cc542;
}

 
.inside-section-3 h2, .inside-section-4 h2{
  font-size: 2em;
}

.inside-section-4 h2{
  color: #000000;
}

.inside-section-3.careers-padding{
  margin-top: 15%;
}

.inside-section-3{
  position: relative;
  background-color: #ebebeb;
  padding: 6% 7% 4% 7%;
  color: #000000;
  z-index: 9;
}



.inside-section-3 blockquote:before{
}

.inside-section-3 h2{
  color: #000000;
}

.inside-section-3 .accordion-button,.inside-section-4  .accordion-button{
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #034988;
    letter-spacing: .08em;
}

.inside-section-3 .accordion-item, .inside-section-4 .accordion-item{
  background-color: #e6e6e6;
  color: #070707;
}

.inside-section-3 .accordion-button:not(.collapsed),.inside-section-4 .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
}

.inside-section-3 .accordion,.inside-section-4 .accordion{
  margin-bottom: 2em;
}

.inside-section-4{
  position: relative;
  background-color: #ffffff;
  padding: 3% 7% 6% 7%;
  color: black;
}

.inside-section-3 .accordion-button::after, .inside-section-4 .accordion-button::after{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inside-section-3 .accordion-button:hover, .inside-section-4 .accordion-button:hover{
  background-color: #8cc542;
  color: white!important;
}

.inside-section-3 .accordion-button:hover h2, .inside-section-4 .accordion-button:hover h2{
  color: white;
}

.inside-section-3 .accordion-button:not(.collapsed) h2,.inside-section-4 .accordion-button:not(.collapsed) h2{
  color: white;
}

.inside-section-3 .bullet-list{
  position: relative;
  /* color: white; */
}

.inside-section-3 .bullet-list li{
  padding: 0.1em 0.1em 0.1em 1.8em;
}

.inside-section-3 .bullet-list li:after {
    top: 0.05em;
    left: 0.2em;
}


.emp-form{
    position: relative;
    padding: 6% 5% 3% 5%;
    background-color: #ebebeb;
    border-radius: 1em;
  margin: 1em auto 3em auto;
  width: 85%;
}

.emp-form .with_frm_style .vertical_radio .frm_checkbox label, .emp-form .with_frm_style .vertical_radio .frm_radio label{
  color: #fff;
}

.emp-form .frm_style_formidable-style-2.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  font-family: 'poppinsbold';
  letter-spacing: .07em;
  font-size: 1.1em;
  background-color: #03a8e2;
  color: white;
  border: 0;
  box-shadow: none;
}

.emp-label{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #383838;
  font-size: 1.5em;
  margin-bottom: .8em;
}

.insideimage .not-active{
  display: none;
}

.insideimage .activate{
  position: relative;
  display: block!important;
  z-index: 9;
}

.insideimage .activate a{
  color: white;
  position: relative;
  z-index: 3;
  transition: all .3s ease-in-out;
  display: block;
  padding-left: 0em;
  border-radius: 900em;
  letter-spacing: .09em;
  font-size: 1.2em;
  margin-bottom: -1em;
  width: 16.5em;
  font-family: 'poppinsbold';
  text-align: center;
  margin-left: 3.8em;
}

.insideimage .activate a:hover{
  background-color: #5b6363;
}

/* Opening CTA Inner CSS  */ 

blockquote {
    font-size: 1.22em!important;
    margin-top: 35px!important;
    width: 95%;
    border-left: aliceblue;
    position: relative;
    padding: 1em 4em 1em 2.5em!important;
    margin: 4% 1% 6% 1%!important;
    z-index: 9;
    color: #000000!important;
}

blockquote, blockquote p {
    line-height: 1.6;
    margin-bottom: 0em;
    color: #000000!important;
}

blockquote:after {
    content: '';
    position: absolute;
    bottom: 0.2em;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    height: 3.6em;
    width: 2.7em;
    transition: all .3s ease-in-out;
    background-position: center;
    right: 0.5em;
    background-image: url(/wp-content/uploads/2023/08/correct-badge.png);
}

blockquote:before {
    content: '';
    position: absolute;
    bottom: 0em;
    left: 0em;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: -01;
    background-color: #edf5fc;
    border-top-right-radius: 0em;
    border-radius: 1em;
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-left: 0.8em solid #8cc542;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
 
blockquote a{color: #034988;text-decoration: none;}

blockquote a:hover{color: #8cc544;}

#breadcrumbs {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    color: black;
    z-index: 0;
    position: relative;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 1.5em;
}

.inside-content h1 {
    margin-bottom: -1px;
    color: #004892;
    font-weight: 900;
    font-size: 2.5em;
}

.inside-content h1 strong{
    color: #3f6fa6;
}

.inside-content h1 span{
  display: block;
  font-size: .6em;
  font-family: 'Poppins';
  font-weight: normal;
  color: white;
}

.inside-content h2 em{
  font-size: .8em;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal
}

.inside-content h2 {
    color: #000000;
    font-weight: 900;
    font-size: 2em;
}

.inside-content h3 {
    color: #000000;
    font-weight: 900;
    font-size: 1.4em;
}

.inside-content h5{
  font-size:  1.3em;
}

.deal-price{
  position: relative;
  font-weight: 400;
  font-size: 4em;
  line-height: 1.2;
  text-shadow: -0.08em 0.09em 0.2em #00000005;
  color: #8cc542;
  font-family: 'burbank_big_regularblack';
  margin-top: 0.4em;
}
.disclaimer {
    color: white;
    font-size: 0.8em;
}
.deal-price span{
  display: block;
  font-size: 0.5em;
  padding: 1% 7%;
}

.deal-offer{
  position: relative;
  font-size: 1.4em;
  line-height: 1.4;
  display: block;
  margin: 2% 0 2% 0;
  color: white;
}

.deal-offer span{
  display: block;
  font-size: .7em;
}

.coup-page{
  position: relative;
  padding-bottom: 7%;
}

.coup-page .text-highlight{
  margin-bottom: 3em;
}


.coup-page .home-coup img{
  width: 11em;
  left: 0;
  margin-bottom: 0.8em;
}

.coup-page .col-lg-6{
  margin: 0em  0 2.5em 0!important;
}

.coup-page .home-coup{
  text-align: center;
  width: 90%;
  padding: 9% 10% 5% 10%;
}

.coup-page .home-coup .btn{
  margin: 0.4em auto 1em auto;
  background-color: #66bee3;
  border: 0;
  color: white;
  margin: 1em auto;
  display: block;
  width: 90%;
}

.coup-page .home-coup p{
  font-size: .8em;
}


.coup-page .nav-item{
  position: relative;
  width: 50%;
}

.coup-page .nav-tabs .nav-item.show .nav-link,.coup-page .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #034988;
    border-color: #dee2e6 #dee2e6 #fff;
}
.coup-page .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 50%;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.2em;
    background: #e3e3e300;
    font-family: 'burbank_big_regularblack';
}

 
/* List Style 1 Inner CSS  */ 

.bullet-list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 10px;
}

.bullet-list li {
    position: relative;
    padding: 0.2em .1em 0.2em .1em;
    padding-left: 2em;
    font-size: 1.2em;
    font-weight: 500;
    width: 48%;
}

.bullet-list li:after {
    content: "\f058";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #8cc542;
    font-size: 1.333em;
    border-radius: 50%;
    line-height: 1;
}

.bullet-list li a{
  color: #034988;
  text-decoration: none;
}

.bullet-list li a:hover{
  color: #000000;
}

/* ---------------------- */

/* List Style 2 Inner CSS  */ 

.check-list li{
    display: block!important;
    padding: .8em 1em .8em 4em!important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14)!important;
    position: relative!important;
    line-height: 1.5em!important;
    text-align: left!important;
    width:100%!important;
}

.check-list  {
    display: block!important;
    margin: 1em 0!important;
    padding: 0!important;
    border: solid 1px rgba(0, 0, 0, 0.08)!important;
}

.check-list li:before {
    content: "\f00c";
    font-family: 'icomoon' !important;
    color: #004890;
    display: block;
    position: absolute;
    font-size: 1.2em;
    top: 0.8em;
    left: 1.06em;
    z-index: 2;
}

.check-list li:after{
  content: '';
  position: absolute;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  top: 0.4em;
  left: 0.3em;
  background-repeat: no-repeat;
}

.check-list li strong {
    text-transform: uppercase;
    font-size: 1.025em;
    color: #034988;
}

.check-list li a{
  color: #034988 !important;
}

.check-list li a:hover{
  color: #9bca4f !important;
}

/* ------------------------------------------ */


/* Page creator Template */

.pc-default{
  position: relative;
  padding: 2% 2%;
  background-size: cover;
  background-position: center;
}



.pc-default .accordion-button{
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #00488c;
    letter-spacing: .08em;
}

.pc-default .accordion-item{
  background-color: #efefef;
  color: #070707;
}

.pc-default .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #000000;
}

.pc-default .accordion{
  margin-bottom: 2em;
}

.pc-default .usp-box{
  position: relative;
  padding: 2em 2em;
  text-align: center;
  border: 1px solid #00000047;
  border-radius: .5em;
  margin: 1em auto;
  background: white;
}

.pc-default .usp-label{
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pc-default .usp-box span{
  display: block;
  text-align: center;
  font-size: 4em;
  color: #0056a6;
}

.center-head{
  text-align: center;
  display: block;
}


/* Flex Template */

.column-section{
  position: relative;
  padding: 5% 5%;
}

.column-section strong.highlight{
    font-size: 1.36em;
    font-style: italic;
    color: #000000;
    position: relative;
    font-weight: 500!important;
    margin-top: 8px;
    padding-bottom: 3%;
    margin-bottom: 1em;
    line-height: 1.4!important;
    display: block;
}

.column-section strong.highlight:not(.no-line):after {
    content: ' ';
    display: block;
    width: 159%;
    height: 4px;
    background-color: #4fc8e3;
    position: absolute;
    top: 95%;
    right: 20px;
}

.column-section  .btn-primary{
  max-width: 450px;
  margin-left: 0;
  color: white;
}

.column-section no{
  display: none;
}

.text-highlight p{
  margin-bottom: 0;
}

.column-section h1{
  color: #000000;
  font-size: 2.6em;
  margin: 0em 0em -0.5em 0em;
}

.compressed-sec{
  padding: 5% 18%;
  background: #ededed;
}

.content-header{
  font-weight: 900;
  font-size: 1.2em;
  color: #ff601f;
}

.usp-box-section{
  position: relative;
  padding: 5% 5%;
  background: #ff5f1f;
}

.usp-box-section .usp-box{
  height: 23em;
  padding: 4em 1em 1em 1em;
}

.accordion-section{
  position: relative;
  padding: 2% 5%;
}


.accordion-section .accordion-button{
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #209ad6;
    letter-spacing: .08em;
}

.accordion-section .accordion-item{
  background-color: #272727;
  color: white;
}

.accordion-section .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #000000;
}

.accordion-section .accordion{
  margin-bottom: 2em;
}
 

.accordion-section .accordion-button::after{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.accordion-section .accordion-button:hover{
  background-color: #333a45;
  color: white!important;
}

.accordion-section .accordion-button:hover h2{
  color: white;
}

.accordion-section .accordion-button:not(.collapsed) h2{
  color: white;
}

.galler-section {
  position: relative;
  padding: 3% 5%;
}


/* Opening CTA Inner CSS  */ 

.text-highlight {
    font-size: 1.36em;
    font-style: italic;
    color: #000000;
    position: relative;
    font-weight: 500!important;
    margin-top: 8px;
    padding-bottom: 3%;
    margin-bottom: 39px;
    line-height: 1.4!important;
}

.text-highlight:not(.no-line):after {
    content: ' ';
    display: block;
    width: 159%;
    height: 4px;
    background-color: #034988;
    position: absolute;
    top: 99%;
    right: 20px;
}

.text-highlight p{
  margin-bottom: 0;
}

.side-coup{
  position: relative;
  width: 100%;
  margin: 2em auto 2em auto;
  background-color: #034988;
  background-size: 55%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 5% 10% 7% 10%;
  outline: .3em dashed #ffffff;
  outline-offset: -1em;
  text-align: center;
  border-radius: 2em;
}
 
.side-coup img{
  width: 6em;
  display: block;
  margin: -2.2em auto -0.8em auto;
  z-index: 3;
  position: relative;
}

.side-coup p{
  font-size: 0.8em;
  color: white;
}

.side-price{
  position: relative;
  margin-top: 2%;
  /* font-weight: 900; */
  font-size: 4.2em;
  color: #ffffff;
  font-family: 'burbank_big_regularblack';
}

.side-offer{
    font-size: 1.3em;
    position: relative;
    margin-bottom: 3%;
    letter-spacing: .02em;
    color: white;
}

.side-offer span{
  display: block;
  font-size: .7em;
}

.side-coup .btn-primary{
  display: block;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #ffffff!important;
  letter-spacing: .08em;
  padding: 0.6em 1em;
  font-size: 1em;
  width: 90%;
  margin: 1em auto;
  background-color: #8cc542;
}

.side-label{
  text-align: center;
  font-size: 2.3em;
  /* font-weight: 900; */
  position: relative;
  font-family: 'burbank_big_regularblack';
  letter-spacing: .05em;
  margin-bottom: 3%;
  color: #ffffff;
}

.side-form{
  position: relative;
  background-color: #034988;
  padding: 5% 2%;
  margin-bottom: 5%;
  border: 1px solid #e4e4e4;
  border-radius: 2em;
}


.side-form iframe{
  height: 51em!important;
}


 .text-highlight2 {
    font-size: 1.7em;
    padding: 1.5em 3% 1.1em;
    position: relative;
    border-bottom: solid 1px #00000054;
    text-align: center;
    margin: 4.5rem 0 0.5rem 0em;
    color: #000000;
    font-weight: 900;
    text-wrap: balance;
    font-family: 'burbank_big_regularblack';
}

.text-highlight2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000040 41.99%,#FFFFFB 42%,#FFFFFF 58.99%,#00000040 55%);
}


.text-highlight2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5em;
    background-size: 7.6em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0em;
    top: -2.75em;
    background-image: url(/wp-content/uploads/2025/06/footer-cta-logo.jpg);
}

 .text-highlight2 a{
   display: unset;
   color: #034988;
   transition: all .3s ease-in-out;
   transform: scale(1);
   position: relative;
   bottom: 0em;
 }

  .text-highlight2 a:hover{
    font-size: 1.04em;
    bottom: 0.12em;

 }

.inner-bottom{
  margin-top: 0%;
  color: #000!important;
  z-index: 99;
  padding: 5% 10% 5% 10%;
  position: relative;
  /* background-color: #e78b3d; */
  z-index: 13;
  position: relative;
  background-image: url(/wp-content/uploads/2025/06/sec-6-bg.jpg);
}

.inner-bottom .usp-blk{
  background: #ffffff;
  border-radius: 1em;
  padding: 2rem;
  text-align: center;
  height: 330px;
  box-shadow: 0 0 1em rgba(102, 162, 222, 0.4);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Distribute content vertically */
  margin: 0em 0em 0em 0em;
}

.inner-bottom .usp-blk p{
   color: black;
}

.inner-bottom .usp-blk span {
    font-size: 6rem;
    color: #8cc542;
    margin-bottom: 1rem;
}


.inner-bottom .usp-blk:hover{
  background-color: #034988;
}

.inner-bottom .usp-blk:hover p,
.inner-bottom .usp-blk:hover .usp-label {
  color: #ffffff;
}



.inner-bottom .carousel-control-prev {
    left: -6em;
}

.inner-bottom .carousel-control-next {
    right: -6em;
}

.inner-bottom .usp-box:hover {
    background-color: #3351a4;
    color: white;
}

.inner-bottom .carousel{
  margin-bottom: -1em;
  top: -6em;
}

.inner-bottom .usp-label{color: black;font-size: 1.4em;font-family: 'burbank_big_regularblack';}

.inner-bottom .usp-box{
  width:100%;
}

.inner-bottom.section-5 .usp-blk span {
  left: 0em;
}

.inner-bottom .row>*{
  /* padding: 0 .8%; */
}

.inner-bottom .usp-row{
  margin-top: -25%;
}

.inner-bottom:after{
  display: none;
}

.inner-bottom .usp-wrap{
  position: relative;
  margin-top: 0em;
}

.inner-bottom .usp-wrap.row>* {
    padding: 3% 0.7%;
}

.side-reviews{
  position: relative;
  text-align: center;
  line-height: 1.8;
  padding: 8% 5%;
  background: #03a8e2;
  color: white;
}

.side-reviews .ttshowcase_rl_subtitle{
  display: none;
}

.side-reviews .rev-author:after{
  display: none;
}

.side-rev-box{
  padding: 5% 6%;
  font-size: .9em;
}

.side-reviews .carousel-control-next, .side-reviews .carousel-control-prev {
    color: #fff;
    opacity:1;
}

.side-reviews .btn-primary{
  display: block;
  border-radius: 0em;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 6%;
  color: white;
  background: #000000;
  padding: .72em 1em;
}

.side-reviews .side-label{
  color: white;
}

.formsidebar{
  position: relative;
  padding: 1em;
  background-color: #feca58;
  margin-top: 1em;
}

.form-inner-label{
  text-align: center;
  font-size: 1.3em;
  margin-bottom: .4em;
  font-weight: 900;
}

.side-rev{
  position: relative;
  padding: 1em 3em;
  background-color: #f2f2f2;
  color: black;
}

.side-rev .side-label{
  color: black;
}

.side-rev .btn{
  display: block;
  color: black;
}

/* ---------------------- */


/* Closing CTA Inner CSS  */ 


/* ------------------------------------------------------------------------------------- */


.faq-page .accordion-button{
  background-color: #004892;
  color: white;
  }

.faq-page .accordion-button[aria-expanded=true], .faq-page .accordion-button:hover{
  background-color: #8cc542;
  color: white;
}

.faq-page .accordion-button::after{
   -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);  
}

/* 404 Page */



.error-page {
    padding: 11% 4% 6% 4%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: black;
    margin-top: 9%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);    
}

.error-page .inside-content {
    position: relative;
    padding-top: 0px;
    background-color: #00000059;
    padding: 7% 1% 4% 1%;
}

.error-page .error{
  font-size: 14em;
  font-weight: 700;
  color: #8cc542;
  position: relative;
  display: block;
  line-height: 0.8;
  letter-spacing: .03em;
  z-index: 2;
  margin-top: -2%;
  text-shadow: -4px 4px #373535;
  margin-bottom: 1%;
  font-family: 'Exo 2';
}


.error-page .inside-content h1{
  font-size: 4.2em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -0.2em;
}

.error-page .entry-content{
  font-size: 1.4em;
  padding: 0% 13%;
  position: relative;
  color: white;
}


.reroute-btns{
  padding: 0%;
  position: relative;
  display: flex;
}

.reroute-btns .column,.reroute-btns .columns {
    padding-left: .3375rem;
    padding-right: .3375rem;
}

.reroute-btns .btn{
  width: 100%;
  font-size: 1.1em;
  box-shadow: 1px 1px 16px 8px #0000000f;
  text-transform: uppercase;
  /* font-weight: 900; */
  letter-spacing: .03em;
  border: 0;
  display: block;
  border-radius: 0;
  margin: .7em 0;
  border-radius: 900em;
  color: black;
}

.reroute-btns .btn:hover{
  background-color: #209ad6!important;
  color: white!important;
  text-shadow: none;
}


.reroute-btns span{
  position: relative;
  top: 0.15em;
  font-size: 1.3em;
}


.single-blog ul{
  margin-left: 2em!important;
}

/* Default Template CSS  */ 

.full-inner-max{
  padding-top: 2%;
  background: white;
  z-index: 11;
  position: relative;
}

.main-blog{
  position: relative;
}


  .wa-intcode-card strong:first-child{
    display: none;
  }


.main-blog a{
  text-decoration: none;
  color: #004892 !important;
}

.main-blog .page-nav{
  position: relative;
  background-color: #efefef;
  padding: 1.5em;
  margin-bottom: 1em;
}

.main-blog .post-thumbnail img{
  width: 100%;
  display: block;
}

.single-blog{
  position: relative;
  padding: 5% 15% 4% 15%;
}

/* ------------------------------------------------------------------------------------- */

.inside-content a{
  display: unset;
  color: #034988;
  text-decoration: none;
}

.inside-content .btn-primary{
  color: #ffffff;
}

/* Thank You Template CSS  */ 

.thank-you {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 9% 1% 5% 1%;
    margin-top: 9%;
    z-index: 99;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);
    position: relative;
}

.thank-you .bg-inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.39);
    border: solid 1px #0000005e;
    position: relative;
    padding: 4.063rem 0 3.363rem 0;
    color: white;
}

.thank-you .bg-inner {
    width: 100%;
    max-width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.thank-you .bg-inner p {
    font-size: 1.5rem;
    line-height: 1.5em;
}

.thank-you .bg-inner  h1{
    margin: 0;
    color: #8cc542;
    font-weight: normal;
    font-size: 5.3rem;
    line-height: 1;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-shadow: -6px -1px .8em #2b2b2b;
}

.thank-you .bg-inner h1 strong {
    display: block;
    font-size: 1.847em;
    color: #fa4f41;
}

.thank-you .button{
  display: block;
  background-color: #004890;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .08em;
  color: #ffffff;
  text-decoration: none;
  padding: 0.65em 0em;
  margin: 0.7em 0;
  border-radius: 900em;
  font-family: 'Fredoka', sans-serif!important;
}

/* ------------------------------------------------------------------------------------- */

/* Client Response Template CSS  */ 

.client-resp-wrap{
  padding: 0% 5%;
}


.client-response .entry-content{
  padding: 0% 7%;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: #e62318;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
  background-color: black;
  color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style .frm_primary_label{
  color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style input[type=submit]{
  display: block;
  background-color: #199ad6;
  color: white;
  width: 100%;
  padding: .85em 0em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1em;
  font-family: 'Exo 2', sans-serif!important;
  text-shadow: -0.03em 0.08em black;
}

.client-response .frm_forms.frm_style_formidable-style-2.with_frm_style{
  margin: auto;
}

.client-response .bg-inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.31);
    border: solid 1px #000000a6;
    position: relative;
    padding: 3.063rem 0 1.363rem 0;
    color: white;
}

.client-response .bg-inner {
    width: 100%;
    max-width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.client-response .bg-inner p {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 0% 5%;
}

.client-response .bg-inner  h1{
    margin: 0;
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 0.9;
    margin-bottom: 3%;
    text-shadow: 4px 4px 0.7em #00000075;
    text-transform: uppercase;
}


.client-response .bg-inner h1 strong {
    display: block;
    font-size: 1.647em;
    color: #004890;
    position: relative;
}

.client-response .bg-inner  h1 span strong{
  font-size: 1.3em;
}

.client-response .bg-inner  h1 span{
  font-size: 0.7em;
  display: block;
  font-weight: normal;
}

.client-response .with_frm_style .frm_primary_label{
  color: white;
}

.client-response .frm_button_submit {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e7090c;
  padding: .85em 0em;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-family: 'Ubuntu', sans-serif!important;
}

/* ------------------------------------------------------------------------------------- */


/* Client Feedback Review Template CSS  */ 


.client-response {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13% 1% 7% 1%;
    background-color: #4e4e4e;
    margin-top: 13%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);
}

.client-review {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding: 11% 4% 5% 4%;
    position: relative;
    z-index: 9;
    margin-top: 8%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/feedback-bg.jpg);
    text-align: center;
}
 

.client-review  p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 0% 0%;
    color: black;
}

.client-review  h1{
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: -0.1em;
    /* text-shadow: 4px 4px 0.4em #00000057; */
    text-transform: uppercase;
    position: relative;
}


.client-review h1 strong {
    display: block;
    font-size: 1.47em;
    color: #004890;
}


.resp-box{
  border-top: 1px solid #00304624;
  FONT-WEIGHT: 100;
  position: relative;
  margin-top: 2%;
  border-bottom: 1px solid #00304624;
}

.resp-txt{
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.03em;
  margin-bottom: 2%;
  line-height: 1.7;
  padding: 1% 5% 0% 5%;
}

.resp-box .btn{
  display: block;
  width: 80%;
  max-width: 440px;
  border-radius: 900em;
  border: 0;
  margin: auto;
}

.client-review img{
  display: block;
  width: 90%;
  margin: auto;
}

.client-review .col-12 img{
  max-width: 450px;
}

.client-review .row-cols-5{
  padding: 0% 15%;
  margin-top: 2%;
}


/* ------------------------------------------------------Media Queries CSS ---------------------------------------- */ 


 @media screen and (min-width: 5.001em) and (max-width: 25em) {


/* NEW QUERIES */


     .slider-subline::after {
display: none;
}

     .section-7::after {
display: none;
}

     .inner-bottom .usp-blk {
    padding: 1rem;
    height: 250px;
}


     

     .inside-section.rev-sec-in.section-3 {
    padding: 14% 5% 27% 5%;
}

     .rev-header-inner {
    font-size: 2.3em;
}


.section-1 h1 {
    position: relative;
    font-size: 2.2em;
}
     
.section-1::after {
  top: 98px;
  left: -66px;
  width: 400px;
  height: 406px;
  background-image: url('/wp-content/uploads/2025/06/sec-1-bg.jpg');
  opacity: 0.5; /* Adjust for desired subtlety */
}

.section-1::before {
display: none;
}


.section-2 {
    position: relative;
    z-index: 1;
    padding: 4% 1% 83% 1%;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/07/sec-2-bg-mobile.png);
    margin-top: 0em;
}


.sec-2-left-box::after {
  display: none;
}
     

.sec2-cta-row::after {
    bottom: -26em;
    right: -39px;
    width: 382px;
    height: 300px;
}

.sec2-cta-row::before {
display: none;
}




.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0em 0em 0em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}


     .cta-col {
display: none;
}



     

.section-3 {
    position: relative;
    z-index: 0;
    padding: 21% 5% 36% 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-image: url(/wp-content/uploads/2025/06/sec-3-bg.png);
    background-size: cover;
    margin-top: -4em;
}

     
     .rev-header {
    font-size: 2.8em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}
     

.testimonials-row {
    margin-top: 0em;
}



.section-4 {
    position: relative;
    padding: 14% 10% 8% 10%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg-stars-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: 0em;
    background-size: 129% 59%;
}

.section-4-banner {
    position: relative;
    padding: 8% 10% 18% 10%;
    margin-top: -3em;
}

.sec4-header {
        position: relative;
        font-size: 3em;
        padding: 0% 0%;
}
img.coupon-home {
    width: 100%;
    margin-top: 3%;
}

                .coup-col:not(:first-child) {
                    display: none
                }

                .coup-col:first-child {
                    flex: 0 0 100%;
                    max-width: 100%
                }


.section-4 .carousel-control-next, .section-4 .carousel-control-prev {
  height: 3em;
  float: left;
  width: 3em;
  background: #024988;
  border-radius: 100em;
  opacity: 1;
  margin: 0 8.4em;
  top: 99%;
}



.section-5 {
    background-image: url(/wp-content/uploads/2025/07/sec-5-bg-mobile1.jpg);
    margin-top: 7em;
}

     .section-5::after {
  content: "";
  position: absolute;
  top: -15em;
  left: 0;
  width: 100%;
  height: 200px; /* Adjust as needed */
  background-image: url(/wp-content/uploads/2025/07/city-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0; /* Behind the content of section-5 */
}


.sec-5-header {
    position: relative;
    font-size: 1.8em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    font-weight: normal;
    line-height: 1.1;
    /* text-align: center; */
}



.sec5-additional-services {
    position: relative;
    font-size: 2.6em;
    color: #000000;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    /* font-weight: 400; */
    text-align: center;
    margin-top: 1em;
    line-height: 1.2;
}

#sec5-services-block{
    margin-top: 0em;
    padding: 2% 0% 2% 0%;
}


     

.sec5-services-wrapper .service-list {
    max-height: 27em;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    margin: 0;
    list-style: none;
  }

  /* Scrollbar Styles */
  .sec5-services-wrapper .service-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.49);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar {
    width: 5px;
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar-thumb {
    border-radius: 15px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.36);
    background-color: #024987;
  }



.section-6 {
    padding: 15% 0% 20% 0%;
    margin-top: 0em;

}

     .sec-6-header {
    font-size: 3em;
    padding: 0% 0%;
}

.sec6-content {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 5%;

}



     
  .section-6 .carousel-inner .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-6 .usp-box {
    margin-bottom: 1.5em; /* Adds spacing between stacked items */
  }



.section-6 .usp-box {
  padding: 1rem; /* Increased padding for better spacing */
  height: 350px; /* Adjusted height for a rectangular look */
  margin: 1em 1em 1em 1em;
}





 .section-8 {
  position: relative;
  padding: 15% 5% 0% 5%;
  /* background-color: #0062a1; */
  z-index: 3;
  color: #fff;
  margin-bottom: -18em;
}


.service-areas-list {

  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two-column layout */
  gap: 1rem; /* Space between columns and rows */
  list-style: none;
  padding: 10;
  margin-top: 10;
}




.section-8 .map-row {
    flex-direction: column;
  }

  .section-8 .map-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 1em; /* Optional spacing */
  }

  .section-8 .map-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }



     



     
     
     

     .top-services a{
         font-size: .8em
}

     .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 3em;
     }



     

   .slider-header{
     font-size: 2.7em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}

   .home-price{
     font-size: 3em;
   }


/* END NEW QUERIES */

      #breadcrumbs{
     font-size: .6em;
     margin-top: 6em;
   }

   blockquote {
    padding: 3% 4% 3% 8%!important;
}

   blockquote:after{
     display: none;
   }   

   .error-page .inside-content h1{
     font-size: 1.5em;
     margin-bottom: 0em;
   }


   .error-page .error{
     font-size: 8.1em;
   }   

.error-page .entry-content {
    font-size: 1em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   
   

.client-review{
  text-align: center;
  margin-top: 25%;
  padding: 22% 4% 5% 4%;
}


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}


.client-review img, .client-review .btn{
  margin: auto;
  width: 100%;
}

.client-review h1{
  font-size: 1.7em;
}   

 
.client-response .bg-inner p {
    font-size: 1.1rem;
    padding: 0% 0%;
}

.client-response .bg-inner h1 {
    font-size: 1.9rem;
}

.thank-you .bg-inner h1 {
    font-size: 2.2rem;
}

.thank-you .button{
  margin: .5em 0;
}

.thank-you .bg-inner p {
    font-size: 1rem;
}


   .bullet-list li{
     width: 100%;
   }

.inner-bottom {
    background-position: 100% 100%;
    padding: 23% 4% 21% 4%;
    /* background-size: 100% 35%; */
    /* background-color: #91c63d; */
}   
  
.insideimage .slider-usp .usp-box {
    font-size: 0.6em;
    padding: 5% 15%;
}


   .single-blog {
    position: relative;
    padding: 12% 4% 4% 4%;
}

   .insideimage {
    padding: 28% 4% 13% 4%;
    margin-top: 14.5%;
    /* border-bottom: 0.2em solid #1d1761; */
    background-image: none;
}

    .insideimage:after{
     width: 155%;
     border-radius: 0;
   }

   .insideimage:before{
     display: none;
   }

   .insideimage .slider-usp .usp-box{
     font-size: 0.5em;
     height: 11.8em;
   }
   
   
.thank-you {
    padding: 15% 1% 5% 1%;
    margin-top: 27%;
}


.banner-head{
   font-size: 1.1em;
}


.insideimage .col-lg-6{
  padding-right: 35%;
}

.banner-head{
  font-size: 0.83em;
  width: 100%;
}

.insideimage .activate a{
  font-size: 0.68em;
}


.rev-sec-in .sec4-header {
    font-size: 2.3em;
}

   .rev-sec-in .rev-box{
     bottom: -1em;
     padding: 1em 1em;
   }

.rev-sec-in {
  padding: 7% 5%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}   

   .rev-sec-in .btn{
     font-size: .9em;
     margin: .4em .4em;
   }   

.sliderfull {margin-top: 30%;}
.logo-image img{
  width: 8.4em;
}

   
      .carr-badge {
    width: 5em;
    top: 2.5em;
    left: 1em;
}
 

.deal-price{
  font-size: 2.3em;
}   

.smallbar .logo-image img{
  width: 6em;
}

.side-rev .btn{
  font-size: .9em;
}

.side-price{
  font-size: 3em;
}

.logo-foot img{
  width: 19em;
}

.quick-nav.adjust {
    font-size: .9em;
    top: 5.7em;
}

.home-form{
  margin-top: 3em;
}

.close-cta{
  font-size: 0.8em;
  padding: 6% 2% 3% 2%;
}
 
.sched-row a ,.sched-row button {
    padding: 3% 0% 3% 0%;
    font-size: 0.6em;
}

 
.resp-txt{
  font-size: 1em;
}

.client-response {
    padding: 17% 1% 7% 1%;
    margin-top: 18%;
}


.hide-for-small-only{
  display: none!important;
}

.error-page {
    padding: 13% 4% 6% 4%;
    margin-top: 31%;
}

.help-links a{
  text-align: center;
}

.side-form iframe {
    height: 64em!important;
}


.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  font-size: 0.7em;
  position: relative;
  margin-top: 1em;
  bottom: -2em;
}

.insideimage:before{
  display: none;
}   

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

.show-for-small-only{
  display: block!important;
}


.emp-info em{
  width: 90em;
}

   .compressed-sec {
    padding: 5% 3%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}

}



 @media screen and (max-width: 35em) and (min-width: 25.001em) {


/* NEW QUERIES */

          .slider-subline::after {
display: none;
}

          .section-7::after {
display: none;
}

         .inside-section.rev-sec-in.section-3 {
        padding: 14% 5% 27% 5%;
    }

          .rev-header-inner {
    font-size: 2.6em;
}

.sliderfull {margin-top: 29%;}
.logo-image img{
  width: 8.4em;
}


.section-1 h1 {
    position: relative;
    font-size: 3.2em;
}
     
.section-1::after {
  top: 47px;
  left: 18px;
  width: 400px;
  height: 406px;
  background-image: url('/wp-content/uploads/2025/06/sec-1-bg.jpg');
  /* opacity: 0.5; */ /* Adjust for desired subtlety */
}

.section-1::before {
display: none;
}


.section-2 {
    position: relative;
    z-index: 1;
    padding: 4% 1% 57% 1%;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/07/sec-2-bg-mobile.png);
    margin-top: 0em;
}


.sec-2-left-box::after {
  display: none;
}
     

.sec2-cta-row::after {
    bottom: -26em;
    right: -39px;
    width: 382px;
    height: 300px;
}

.sec2-cta-row::before {
display: none;
}

.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0em 0em 0em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}


     .cta-col {
display: none;
}









.section-3 {
    position: relative;
    z-index: 0;
    padding: 21% 5% 36% 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-image: url(/wp-content/uploads/2025/06/sec-3-bg.png);
    background-size: cover;
    margin-top: -4em;
}

     
     .rev-header {
    font-size: 2.8em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}
     

.testimonials-row {
    margin-top: 0em;
}



.section-4 {
    position: relative;
    padding: 14% 10% 8% 10%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg-stars-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: 0em;
    background-size: 129% 59%;
}

.section-4-banner {
    position: relative;
    padding: 8% 10% 18% 10%;
    margin-top: -3em;
}

.sec4-header {
    position: relative;
    font-size: 3em;
    padding: 0% 0%;
}
img.coupon-home {
    width: 100%;
    margin-top: 3%;
}

                .coup-col:not(:first-child) {
                    display: none
                }

                .coup-col:first-child {
                    flex: 0 0 100%;
                    max-width: 100%
                }


.section-4 .carousel-control-next, .section-4 .carousel-control-prev {
  height: 3em;
  float: left;
  width: 3em;
  background: #024988;
  border-radius: 100em;
  opacity: 1;
  margin: 0 15.4em;
  top: 99%;
}



.section-5 {
    background-image: url(/wp-content/uploads/2025/07/sec-5-bg-mobile1.jpg);
    margin-top: 7em;
    padding: 6% 5% 5% 8%;
}

     .section-5::after {
  content: "";
  position: absolute;
  top: -15em;
  left: 0;
  width: 100%;
  height: 200px; /* Adjust as needed */
  background-image: url(/wp-content/uploads/2025/07/city-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0; /* Behind the content of section-5 */
}


.sec-5-header {
    position: relative;
    font-size: 2.4em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    font-weight: normal;
    line-height: 1.1;
    /* text-align: center; */
}



.sec5-additional-services {
    position: relative;
    font-size: 2.6em;
    color: #000000;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    /* font-weight: 400; */
    text-align: center;
    margin-top: 1em;
    line-height: 1.2;
}

#sec5-services-block{
    margin-top: 0em;
    padding: 2% 0% 2% 0%;
}


     

.sec5-services-wrapper .service-list {
    max-height: 27em;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    margin: 0;
    list-style: none;
  }

  /* Scrollbar Styles */
  .sec5-services-wrapper .service-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.49);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar {
    width: 5px;
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar-thumb {
    border-radius: 15px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.36);
    background-color: #024987;
  }



.section-6 {
    padding: 15% 0% 20% 0%;
    margin-top: 0em;

}

     .sec-6-header {
    font-size: 3.6em;
    padding: 0% 0%;
}

.sec6-content {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 5%;

}



     
  .section-6 .carousel-inner .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-6 .usp-box {
    margin-bottom: 1.5em; /* Adds spacing between stacked items */
  }



.section-6 .usp-box {
  padding: 1rem; /* Increased padding for better spacing */
  height: 250px; /* Adjusted height for a rectangular look */
  margin: 1em 1em 1em 1em;
}





 .section-8 {
  position: relative;
  padding: 15% 5% 0% 5%;
  /* background-color: #0062a1; */
  z-index: 3;
  color: #fff;
  margin-bottom: -6em;
}


.service-areas-list {

  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two-column layout */
  gap: 1rem; /* Space between columns and rows */
  list-style: none;
  padding: 10;
  margin-top: 10;
}




.section-8 .map-row {
    flex-direction: column;
  }

  .section-8 .map-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 4em; /* Optional spacing */
  }

  .section-8 .map-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }





     







     

          .top-services a{
         font-size: .8em
}


     .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 3em;
     }
     

   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}
   
   .home-price{
     font-size: 3.6em;
   }

/* END NEW QUERIES */

.logo-foot img{
  width: 19em;
}
   .side-form iframe {
    height: 58em!important;
}

   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32em!important;
}

.sched-row a ,.sched-row button{
  font-size: .8em;
}
  

.close-cta{
  font-size: 0.8em;
}
  
.insideimage .slider-usp .usp-box{
  font-size: .5em;
}

   #breadcrumbs{
     font-size: .7em;
     margin-top: 9em;
   }


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

      blockquote {
    padding: 3% 4% 3% 8%!important;
}

   blockquote:after{
     display: none;
   }

      .bullet-list li{
     width: 100%;
   }

    .inner-bottom {
        background-position: 100% 100%;
        padding: 23% 4% 23% 4%;
        /* background-size: 100% 35%; */
        /* background-color: #91c63d; */
    }

   .error-page .error{
     font-size: 8.9em;
   }

   .error-page .inside-content h1{
     font-size: 1.8em;
     margin-bottom: 0em;
   }

.error-page .entry-content {
    font-size: 1em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

.client-review{
  text-align: center;
  padding: 24% 4% 5% 4%;
  margin-top: 18%;
}

.client-review img, .client-review .btn{
  margin: auto;
}

.client-review h1{
  font-size: 2.3em;
}    

.resp-txt{
  font-size: 1.3em;
}   

.client-response .bg-inner p {
    font-size: 1.4rem;
}

.client-response .bg-inner h1 {
    font-size: 2.4rem;
}

.thank-you .bg-inner h1 {
    font-size: 2.9rem;
}

.thank-you .button{
  margin: .5em 0;
}

.thank-you .bg-inner p {
    font-size: 1rem;
}

.thank-you {
    padding: 15% 1% 5% 1%;
    margin-top: 22%;
}
 

.client-response {
    padding: 16% 1% 7% 1%;
    margin-top: 16%;
}


.hide-for-small-only{
  display: none!important;
}

.error-page {
    padding: 16% 4% 14% 4%;
    margin-top: 22%;
}
.logo-image a {
    margin-top: .2em;
    transform: scale(1);
    top: 0em;
}

  .logo-image img {
    width: 9.8em;
}

   
   .single-blog {
    position: relative;
    padding: 10% 4% 4% 4%;
}

   .insideimage {
    padding: 28% 4% 16% 4%;
    margin-top: 9.5%;
    /* border-bottom: 0.2em solid #1d1761; */
    background-image: none;
}

   .insideimage:after{
     width: 155%;
     border-radius: 0;
   }

   .insideimage:before{
     display: none;
   }

   .insideimage .slider-usp .usp-box{
     font-size: 0.5em;
     height: 10.8em;
   }
   

.quick-nav.adjust {
    font-size: .9em;
    top: 6em;
}

.smallbar .logo-image img {
    width: 6em;
}

.help-links a{
  text-align: center;
}


.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  position: relative;
  margin-top: -1em;
  bottom: -3em;
}

   .insideimage:before{
     display: none;
   }

.insideimage .slider-usp.row>*{
  padding: 0 1%;
} 

.insideimage .col-lg-6{
  padding-right: 35%;
}

.banner-head{
  font-size: 1.1em;
  width: 100%;
}

.insideimage .activate a{
  font-size: .88em;
}
 
.show-for-small-only{
  display: block!important;
} 

   .compressed-sec {
    padding: 5% 5%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}

}




 @media screen and (max-width: 39.938em) and (min-width: 35.001em) {



/* NEW QUERIES */

          .slider-subline::after {
display: none;
}

          .section-7::after {
display: none;
}

     .rev-header-inner {
    font-size: 2.6em;
}


.section-1 h1 {
    position: relative;
    font-size: 2.8em;
}
     
.section-1::after {
  top: 21px;
  left: 14px;
  width: 386px;
  height: 402px;
  background-image: url('/wp-content/uploads/2025/06/sec-1-bg.jpg');
  /* opacity: 0.5; */ /* Adjust for desired subtlety */
}

.section-1::before {
display: none;
}


.section-2 {
    position: relative;
    z-index: 1;
    padding: 4% 1% 52% 1%;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/07/sec-2-bg-mobile.png);
    margin-top: 0em;
}


.sec-2-left-box::after {
  display: none;
}
     

.sec2-cta-row::after {
    bottom: -34em;
    right: 6em;
    width: 350px;
    height: 450px;
}

.sec2-cta-row::before {
display: none;
}

.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0em 0em 0em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}


     .cta-col {
display: none;
}








.section-3 {
    position: relative;
    z-index: 0;
    padding: 21% 5% 11% 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-image: url(/wp-content/uploads/2025/06/sec-3-bg.png);
    background-size: cover;
    margin-top: -4em;
}

     
     .rev-header {
    font-size: 2.8em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}
     

.testimonials-row {
    margin-top: 0em;
}



.section-4 {
    position: relative;
    padding: 14% 10% 8% 10%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg-stars-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: 0em;
    background-size: 129% 59%;
}

.section-4-banner {
    position: relative;
    padding: 8% 10% 18% 10%;
    margin-top: -3em;
}

.sec4-header {
    position: relative;
    font-size: 4em;
    padding: 0% 0%;
}
img.coupon-home {
    width: 95%;
    margin-top: 3%;
}

                .coup-col:not(:first-child) {
                    display: none
                }

                .coup-col:first-child {
                    flex: 0 0 100%;
                    max-width: 100%
                }


.section-4 .carousel-control-next, .section-4 .carousel-control-prev {
  height: 3em;
  float: left;
  width: 3em;
  background: #024988;
  border-radius: 100em;
  opacity: 1;
  margin: 0 16.4em;
  top: 99%;
}



.section-5 {
    background-image: url(/wp-content/uploads/2025/07/sec-5-bg-mobile1.jpg);
    margin-top: 7em;
    padding: 6% 5% 5% 8%;
}

     .section-5::after {
  content: "";
  position: absolute;
  top: -15em;
  left: 0;
  width: 100%;
  height: 200px; /* Adjust as needed */
  background-image: url(/wp-content/uploads/2025/07/city-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0; /* Behind the content of section-5 */
}


.sec-5-header {
    position: relative;
    font-size: 2.8em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    font-weight: normal;
    line-height: 1.1;
    /* text-align: center; */
}



.sec5-additional-services {
    position: relative;
    font-size: 2.6em;
    color: #000000;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    /* font-weight: 400; */
    text-align: center;
    margin-top: 1em;
    line-height: 1.2;
}

#sec5-services-block{
    margin-top: 0em;
    padding: 2% 0% 2% 0%;
}


     

.sec5-services-wrapper .service-list {
    max-height: 27em;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    margin: 0;
    list-style: none;
  }

  /* Scrollbar Styles */
  .sec5-services-wrapper .service-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.49);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar {
    width: 5px;
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar-thumb {
    border-radius: 15px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.36);
    background-color: #024987;
  }



.section-6 {
    padding: 15% 0% 20% 0%;
    margin-top: 0em;

}

     .sec-6-header {
    font-size: 3em;
    padding: 0% 0%;
}

.sec6-content {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 5%;

}



     
  .section-6 .carousel-inner .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-6 .usp-box {
    margin-bottom: 1.5em; /* Adds spacing between stacked items */
  }



.section-6 .usp-box {
  padding: 1rem; /* Increased padding for better spacing */
  height: 250px; /* Adjusted height for a rectangular look */
  margin: 1em 1em 1em 1em;
}





 .section-8 {
  position: relative;
  padding: 15% 5% 0% 5%;
  /* background-color: #0062a1; */
  z-index: 3;
  color: #fff;
  margin-bottom: -1em;
}


.service-areas-list {

  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two-column layout */
  gap: 1rem; /* Space between columns and rows */
  list-style: none;
  padding: 10;
  margin-top: 10;
}




.section-8 .map-row {
    flex-direction: column;
  }

  .section-8 .map-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 4em; /* Optional spacing */
  }

  .section-8 .map-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }








     

          .top-services a{
         font-size: .8em
}

     .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 3em;
     }


     

   .slider-header{
     font-size: 3.3em;
   }


.contact-info-desk a{
  font-size: 1.8em;
}
   .home-price{
     font-size: 3em;
   }
   
/* END NEW QUERIES */

.logo-foot img{
  width: 22em;
}

   .side-form iframe {
    height: 51em!important;
}
.logo-image a {
    margin-top: .1em;
    transform: scale(1);
    top: 0em;
}   

   
  .logo-image img {
    width: 14.3em;
}

.quick-nav.adjust {
    top: 5.4em;
}   

  .smallbar .logo-image img {
    width: 10.6em;
} 

.error-page {
    padding: 13% 4% 11% 4%;
    margin-top: 17%;
}


.client-review{
  text-align: center;
  padding: 24% 4% 5% 4%;
  margin-top: 12%;
}

.client-review img, .client-review .btn{
  margin: auto;
}


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

.client-review h1{
  font-size: 3.2em;
}   

.resp-txt {
    font-size: 1.5em;
}    

   
   .single-blog {
    position: relative;
    padding: 5% 4% 4% 4%;
}
   
.insideimage {
    padding: 19% 4% 11% 4%;
    margin-top: 10.5%;
    border-bottom: 0.2em solid #1d1761;
    background-image: none;
}
   .insideimage:after{
     width: 156%;
     left: -30px;
     border-radius: 0;
   }


   .insideimage .truck-image:after{
     display: none;
   }
   
   .insideimage:before{
     display: none;
   }

   .insideimage .slider-usp .usp-box{
     font-size: .7em;
   }

.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  position: relative;
  margin-top: 0.5em;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

 
.banner-head{
   font-size: 1.2em;
}

   #breadcrumbs{
     font-size: .79em;
     margin-top: 5em;
   }


   .bullet-list li{
     width: 100%;
   }

   .inner-bottom {
    background-position: 100% 100%;
    padding: 17% 1% 30% 1%;
}

   blockquote {
    padding: 3% 4% 3% 8%!important;
}

   blockquote:after{
     display: none;
   }

      .error-page .inside-content h1{
     font-size: 2.7em;
     margin-bottom: 0em;
   }

   .error-page .error{
     font-size: 10em;
   }

.error-page .entry-content {
    font-size: 1.2em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

.close-cta{
  font-size: 1em;
}


.client-response .bg-inner p {
    font-size: 1.5rem;
    padding: 0% 0%;
}

.client-response .bg-inner h1 {
    font-size: 3.1rem;
}

.thank-you .bg-inner h1 {
    font-size: 4.2rem;
}

.thank-you .button{
  margin: .5em 0;
}
 
.thank-you {
    padding: 13% 1% 5% 1%;
    margin-top: 15%;
} 

.client-response {
    padding: 15% 1% 7% 1%;
    margin-top: 16%;
}
 

.hide-for-small-only{
  display: none!important;
}

.help-links a{
  text-align: center;
} 
 
.show-for-small-only{
  display: block!important;
}
  

   .compressed-sec {
    padding: 5% 8%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}

 }



 @media screen and (max-width: 55em) and (min-width: 39.939em) {



/* NEW QUERIES */

          .slider-subline::after {
display: none;
}

          .section-7::after {
display: none;
}

         .inside-section.rev-sec-in.section-3 {
        padding: 14% 5% 27% 5%;
    }


     .rev-header-inner {
    font-size: 2.6em;
}


.section-1 h1 {
    position: relative;
    font-size: 3.2em;
}
     
.section-1::after {
  top: 26px;
  left: 52px;
  width: 360px;
  height: 374px;
  background-image: url('/wp-content/uploads/2025/06/sec-1-bg.jpg');
  /* opacity: 0.5; */ /* Adjust for desired subtlety */
}

.section-1::before {
display: none;
}

     


.section-2 {
    position: relative;
    z-index: 1;
    padding: 4% 1% 41% 1%;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/07/sec-2-bg-mobile.png);
    margin-top: 0em;
}


.sec-2-left-box::after {
  display: none;
}
     


.sec2-cta-row::after {
    bottom: -30em;
    right: 6em;
    width: 450px;
    height: 350px;
}

     .sec2-cta-row::before {
display: none;
}



.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0em 0em 0em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}


     .cta-col {
display: none;
}











.section-3 {
    position: relative;
    z-index: 0;
    padding: 21% 5% 9% 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-color: white; */
    background-image: url(/wp-content/uploads/2025/06/sec-3-bg.png);
    background-size: cover;
    margin-top: -4em;
}

     
     .rev-header {
    font-size: 2.8em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}
     

.testimonials-row {
    margin-top: 0em;
}



.section-4 {
    position: relative;
    padding: 14% 10% 8% 10%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg-stars-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: 0em;
    background-size: 100% 98%;
}

.section-4-banner {
    position: relative;
    padding: 8% 10% 18% 10%;
    margin-top: -3em;
}

.sec4-header {
    position: relative;
    font-size: 4em;
    padding: 0% 0%;
}
img.coupon-home {
    width: 86%;
    margin-top: 3%;
}


                .coup-col:not(:first-child) {
                    display: none
                }

                .coup-col:first-child {
                    flex: 0 0 100%;
                    max-width: 100%
                }


.section-4 .carousel-control-next, .section-4 .carousel-control-prev {
  height: 3em;
  float: left;
  width: 3em;
  background: #024988;
  border-radius: 100em;
  opacity: 1;
  margin: 0 22.4em;
  top: 99%;
}



.section-5 {
    background-image: url(/wp-content/uploads/2025/07/sec-5-bg-mobile1.jpg);
    margin-top: 7em;
    padding: 9% 5% 5% 8%;
}

     .section-5::after {
  content: "";
  position: absolute;
  top: -14em;
  left: 0;
  width: 108%;
  height: 200px; /* Adjust as needed */
  background-image: url(/wp-content/uploads/2025/07/city-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1; /* Behind the content of section-5 */
}


.sec-5-header {
    position: relative;
    font-size: 2.8em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    font-weight: normal;
    line-height: 1.1;
    /* text-align: center; */
}



.sec5-additional-services {
    position: relative;
    font-size: 2.6em;
    color: #000000;
    text-transform: uppercase;
    font-family: 'burbank_big_regularblack';
    /* font-weight: 400; */
    text-align: center;
    margin-top: 1em;
    line-height: 1.2;
}

#sec5-services-block{
    margin-top: 0em;
    padding: 2% 0% 2% 0%;
}


     

.sec5-services-wrapper .service-list {
    max-height: 27em;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    margin: 0;
    list-style: none;
  }

  /* Scrollbar Styles */
  .sec5-services-wrapper .service-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.49);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar {
    width: 5px;
  }

  .sec5-services-wrapper .service-list::-webkit-scrollbar-thumb {
    border-radius: 15px;
    box-shadow: inset 0 0 3px rgba(0,0,0,.36);
    background-color: #024987;
  }



.section-6 {
    padding: 15% 0% 20% 0%;
    margin-top: 0em;

}

     .sec-6-header {
    font-size: 3em;
    padding: 0% 0%;
}

.sec6-content {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 5%;

}



     
  .section-6 .carousel-inner .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-6 .usp-box {
    margin-bottom: 1.5em; /* Adds spacing between stacked items */
  }



.section-6 .usp-box {
  padding: 1rem; /* Increased padding for better spacing */
  height: 350px; /* Adjusted height for a rectangular look */
  margin: 1em 1em 1em 1em;
}





 .section-8 {
  position: relative;
  padding: 15% 5% 0% 5%;
  /* background-color: #0062a1; */
  z-index: 3;
  color: #fff;
  margin-bottom: -18em;
}


.service-areas-list {

  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two-column layout */
  gap: 1rem; /* Space between columns and rows */
  list-style: none;
  padding: 10;
  margin-top: 10;
}




.section-8 .map-row {
    flex-direction: column;
  }

  .section-8 .map-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 1em; /* Optional spacing */
  }

  .section-8 .map-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }









     

          .top-services a{
         font-size: .8em
}


          .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 3em;
     }

.sliderfull {margin-top: 12em;}

     

   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}

   .home-price{
     /* font-size: 3em; */
   }

   
/* END NEW QUERIES */

.logo-foot img{
  width: 24em;
}
 
.banner-head{
  font-size: 1.3em;
}

.compressed-sec {
    padding: 5% 8%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}
   
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

   .side-form iframe {
    height: 51em!important;
}

   .quick-nav.adjust{
     top: 5.9em;
   }

.logo-image a {
    margin-top: .1em;
    transform: scale(1);
    top: 0em;
}   

    .logo-image img {
    width: 15em;
}

   .single-blog {
    position: relative;
    padding: 5% 4% 4% 4%;
}

   
.insideimage {
    padding: 20% 4% 0% 4%;
    margin-top: 10.5%;
    /* border-bottom: 0.2em solid #1d1761; */
    background-image: none;
}

   .insideimage:after{
     width: 155%;
     border-radius: 0;
   }
   
.client-response {
    padding: 16% 2% 7% 2%;
    margin-top: 14%;
}
   
   .smallbar .logo-image img {
    width: 11em;
}

.error-page {
    padding: 15% 4% 12% 4%;
    margin-top: 15%;
}

.sliderfull .col-sm-12, .section-1 .col-sm-12, .section-2 .col-sm-12, .section-3 .col-sm-12, .section-4 .col-sm-12, .section-6 .col-sm-12{
    width: 100%!important;
}

.section-1 .col-md-3{
  width: 50%!important;
}


   
.sliderfull .col-md-7{
  width: 100%;
}
   


.show-for-small-only{
  display: block!important;
} 

.insideimage .slider-usp .usp-box{
  font-size: .73em;
}
 
.rev-sec-in .sec4-header {
    font-size: 2.3em;
}

   .rev-sec-in .rev-box{
     bottom: -1em;
   }

.rev-sec-in {
  padding: 7% 5%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}   

   .rev-sec-in .btn{
     font-size: .9em;
     margin: .4em .4em;
   }   

.side-coup .btn-primary{
  font-size: .9em;
}   
   

.insideimage:before{
  display: none;
}
   
.side-price{
  font-size: 5.4em;
}

.inner-bottom{background-position: 100% 100%;padding: 10% 5% 17% 5%;}   

     .inner-bottom .usp-blk {
    background: #ffffff;
    border-radius: 1em;
    padding: 2rem;
    text-align: center;
    height: 230px;

}

.side-offer{
  font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
  width: 90%;
  margin: 2em auto 3em auto;
}

.side-label{
  font-size: 2em;  
} 

.insideimage .slider-usp{
  width: 90%;
  margin-right: auto;
  position: relative;
}

.insideimage .col-lg-6{
  padding-right: 39%;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

.error-page .error{
  font-size: 11em;
}

.close-cta{
  font-size: 1.1em;
}

.hide-for-small-only{
  display: none!important;
}
 
.help-links a{
  text-align: center;
}
 

   .error-page .inside-content h1{
     font-size: 2.9em;
     margin-bottom: 0em;
   }

.error-page .entry-content {
    font-size: 1.3em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

 
.insideimage .col-md-4{
  width: 33.33%!important;
}


.home-label{
  font-size: 1.9em;
}

   .modal-dialog iframe {
    height: 43em!important;
}

.client-review{
  text-align: center;
  padding: 24% 4% 5% 4%;
  margin-top: 12%;
}

.client-review img, .client-review .btn{
  margin: auto;
}


.client-review .row-cols-5 {
    padding: 0% 8%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

.client-review h1{
  font-size: 3.5em;
}   

.resp-txt {
    font-size: 1.5em;
}

.copyright{
  font-size: .9em!important;
}

.client-response .bg-inner p {
    font-size: 1.5rem;
}

.thank-you .bg-inner h1 {
    font-size: 5rem;
}

.thank-you {
    padding: 9% 1% 5% 1%;
    margin-top: 20%;
}

.thank-you .button{
  margin: .5em 0;
}


.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
} 

.inside-content .emp-rows .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    padding: 0.1%;
}

.inside-content .emp-rows .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0.1%;
}


.emp-info em{
  width: 90em;
}

 }


 @media screen and (max-width: 59.999em) and (min-width: 55.001em) {


/* NEW QUERIES */
img.coupon-home {
    width: 65%;
}
          .slider-subline::after {
display: none;
}

          .section-7::after {
display: none;
}

          .rev-header-inner {
    font-size: 2.6em;
}


.section-1 h1 {
    font-size: 3.8em;

}


.section-1 {
    position: relative;
    z-index: 2;
    padding: 5% 5% 18% 5%;
    background-image: url(/wp-content/uploads/2025/06/sec-1-bg-white.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: black;
}


.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0.9em 4em 0.9em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}



   .section-3 {
    padding: 24% 5% 9% 5%;
    margin-top: -12em;
}  

.sec-2-left-box::after {
    width: 661px;
    height: 407px;
    bottom: -768px;
    left: 42%;
    transform: translateX(-50%);
}


.sec2-cta-row::before {bottom: 75px;right: 613px;width: 300px;height: 300px;}
     


.sec2-cta-row::after {
    bottom: 164px;
    right: -66px;
    width: 550px;
    height: 450px;
}


.coup-featured::after {
    top: 50%;
    left: -17em;
    width: 320px;
    height: 320px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
}

.section-4 {
    position: relative;
    padding: 6% 5% 8% 5%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: -5em;
    background-size: 100% 82%;
}


.section-5 {
    padding: 23% 5% 5% 8%;
    margin-top: -18em;
}

     .sec-5-header {
    font-size: 2.6em;
}

     
.sec5-additional-services {
    font-size: 3.2em;
    margin-top: 1em;
}
     


.section-6 {
    padding: 5% 2% 10% 2%;
    margin-top: 0em;
}





.section-6 .usp-box {
  padding: 0rem; /* Increased padding for better spacing */
  text-align: center;
  height: 400px; /* Adjusted height for a rectangular look */
  display: flex;
  flex-direction: column;
  margin: 1em 0em 1em 0em;

}


.sec7-img::after {
  bottom: -40px; /* Change to top/right/left as needed */
  right: 40px;
  width: 400px;  /* Adjust size as needed */
  height: 340px;

}



 .section-8 {

  padding: 5% 5% 5% 5%;
  color: #fff;
  margin-bottom: 2em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2025/01/sec-6-bg.png);
}


.map-block {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 50em;
    width: 100%;
}





     


     
     

         .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 2em;
         padding-bottom: 2em;
     }

     .top-service-box {
    padding: 0px;
    height: 34em;
    font-size: .8em
}

     .top-services-section {
    padding: 0em 0em 0em 0em;
   
}

          .top-services a{
         font-size: .8em
}


     .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 2em;
         padding-bottom: 2em;
     }


     

   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}
   

   .home-price{
     font-size: 3.5em;
   }


/* END NEW QUERIES */

.sched-row a strong{
  font-size: 2em;
}   

.side-form iframe {
    height: 44em!important;
}

.smallbar .logo-image img {
    width: 11em;
}

.deal-price{
  font-size: 3em;
}   
  
 .quick-nav.adjust {
    top: 6.12em;
} 
 
.sliderfull {margin-top: 19%;}

.sliderfull .col-lg-6{
  width: 100%;
}

.client-review {
    margin-top: 17%;
    padding: 14% 4% 5% 4%;
}   

   
.logo-image a {
    margin-top: .1em;
    transform: scale(1);
    top: 0em;
}   

 
.logo-image img{
  width: 15em;
}
 
   
.thank-you {
    margin-top: 17%;
}   

.sliderfull .col-md-7{
  width: 100%;
}
  
.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}

.insideimage .slider-usp .usp-box{
  font-size: .8em;
}

.insideimage {
    margin-top: 19.5%;
    /* padding: 11% 0% 1% 0%; */
    background-size: 55%;
}

.rev-sec-in .sec4-header {
    font-size: 2.3em;
}

   .rev-sec-in .btn{
     font-size: .748em;
   }   

.side-coup .btn-primary{
  font-size: .9em;
}   
   
 
.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}

 
.side-price{
  font-size: 7em;
}

.side-offer{
  font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
  width: 90%;
  margin: 2em auto 3em auto;
}

.side-label{
  font-size: 2em;  
}


.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
}

.close-cta{
  font-size: 1.1em;
} 

.site-footer .bullet-list li{
  font-size: .9em;
}

.sched-row a{
  font-size: 0.9em;
}   

.error-page {
    padding: 11% 4% 6% 4%;
    margin-top: 17%;
}


.resp-txt {
    font-size: 1.5em;
}

.client-review h1{
  font-size: 4.5em;
}

.sched-row:after {
    content: " ";
    position: absolute;
    bottom: 35%;
    height: 2.4em;
    width: .4em;
    left: 50.8%;
}

.sliderfull .btn{
  font-size: 1em;
}

.copyright{
  font-size: .9em!important;
}   

.hide-for-small-only{
  /* display: none; */
}
 
.show-for-small-only{
  display: none;
}
    .sidebar.show-for-small-only{
  display: block!important;
     width: 100%;
}

 }


 @media screen and (min-width: 60em) and (max-width: 63.938em) {
 
/* NEW QUERIES */
img.coupon-home {
    width: 70%;
}
     .slider-subline::after {
    content: "";
    position: absolute;
    left: 240px;
    top: -5em;
    width: 300px;
    height: 260px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 2;
}



.section-1 h1 {
    font-size: 3.8em;

}


.section-1 {
    position: relative;
    z-index: 2;
    padding: 5% 5% 18% 5%;
    background-image: url(/wp-content/uploads/2025/06/sec-1-bg-white.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: black;
}


.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0.9em 4em 0.9em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}



   .section-3 {
    padding: 24% 5% 9% 5%;
    margin-top: -16em;
}  

.sec-2-left-box::after {
    width: 700px;
    height: 418px;
    bottom: -769px;
    left: 39%;
    transform: translateX(-50%);
}


.sec2-cta-row::before {bottom: 75px;right: 613px;width: 300px;height: 300px;}
     


.sec2-cta-row::after {
    bottom: 164px;
    right: -66px;
    width: 550px;
    height: 450px;
}


.coup-featured::after {
    top: 50%;
    left: -17em;
    width: 320px;
    height: 320px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
}

.section-4 {
    position: relative;
    padding: 6% 5% 8% 5%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: -5em;
    background-size: 100% 82%;
}


.section-5 {
    padding: 23% 5% 5% 8%;
    margin-top: -18em;
}

     .sec-5-header {
    font-size: 2.6em;
}

     
.sec5-additional-services {
    font-size: 3.2em;
    margin-top: 1em;
}
     


.section-6 {
    padding: 5% 2% 10% 2%;
    margin-top: 0em;
}





.section-6 .usp-box {
  padding: 0rem; /* Increased padding for better spacing */
  text-align: center;
  height: 400px; /* Adjusted height for a rectangular look */
  display: flex;
  flex-direction: column;
  margin: 1em 0em 1em 0em;

}


.sec7-img::after {
  bottom: -40px; /* Change to top/right/left as needed */
  right: 40px;
  width: 400px;  /* Adjust size as needed */
  height: 340px;

}



 .section-8 {

  padding: 5% 5% 5% 5%;
  color: #fff;
  margin-bottom: 2em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2025/01/sec-6-bg.png);
}


.map-block {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 50em;
    width: 100%;
}



 .section-8 {padding: 0% 5% 5% 5%;color: #fff;margin-top: -5em;background-size: 100%;background-repeat: no-repeat;background-image: url(/wp-content/uploads/2025/01/sec-6-bg.png);}



.service-areas-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 10;
    margin: 0;
}

















     

.contact-info-desk .call-title {
    font-size: .4em
}

     

          .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 2em;
         padding-bottom: 2em;
     }

          .top-service-box {
    padding: 0px;
    height: 34em;
    font-size: .8em
}

     .top-services-section {
    padding: 0em 0em 0em 0em;
   
}

     


   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}
   .home-price{
     font-size: 3em;
   }


/* END NEW QUERIES */

 
.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}
 
.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 0.8em;
    /* padding: 0.7em 1.4em; */
}

   .top-bar .menu>li a {
    font-size: 0.67em;
}

.menu-top-menu-container .menu>li a{
  font-size: 0.7em;
  padding: .4em .7em;
}

.top-menu .btn{
  font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .68em;
}

.smallbar    .menu>li a {
    font-size: 0.8em;
}

.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}


.side-price{
  font-size: 7em;
}

.side-offer{
    font-size: 3.1em;
}

.side-label{
  font-size: 2em;
}

.side-form iframe {
    height: 46em!important;
}
   
.side-coup{
  width: 85%;
  margin: 2em auto 3em auto;
  background-size: cover;
}

.insideimage {
    /* padding: 9% 0% 1% 0%; */
    margin-top: 12.5%;
    background-size: 59%;
}

  .logo-image img {
    width: 11em;
}
  

.client-review {
    padding: 13% 4% 5% 4%;
}   
   
.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}


.smallbar .logo-image img {
    width: 10em;
}

.smallbar .desk-nav .btn-primary{
  font-size: 0.7em;
}

   
.deal-price{
  font-size: 3.4em;
}

.sliderfull {margin-top: 6em;} 

.contact-desk a{
  font-size: 1.6em;
}

.copyright{
  font-size: .9em!important;
}   

.sched-row a ,.sched-row button {
    padding: 3% 0% 3% 0%;
    font-size: .9em;
}


.close-cta{
  font-size: 1.1em;
}

.home-form .row {
    font-size: 1.3em;
}



html {
    font-size: 15px!important;
}
 

.show-for-small-only{
  display: none;
}

   .sidebar.show-for-small-only{
  display: block!important;
     width: 100%;
}


 }


 @media screen and (max-width: 75em) and (min-width: 63.939em) {
 



/* NEW QUERIES */

     .slider-subline::after {
    content: "";
    position: absolute;
    left: 240px;
    top: -5em;
    width: 300px;
    height: 280px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 2;
}






.section-1 h1 {
    font-size: 3.8em;

}


.section-1 {
    position: relative;
    z-index: 2;
    padding: 5% 5% 18% 5%;
    background-image: url(/wp-content/uploads/2025/06/sec-1-bg-white.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: black;
}


.usp-row {
  position: relative;
  margin: 0em 0;
  transition: all .3s ease-in-out;
  padding: 0.9em 4em 0.9em 0em;
  overflow: hidden;
  color: white;
  transition: all .3s ease-in-out;
  animation: pulse 4s infinite;
  transition: background-color .35s ease-out,color .35s ease-out;
}



   .section-3 {
    padding: 24% 5% 9% 5%;
    margin-top: -11em;
}  

.sec-2-left-box::after {
    width: 700px;
    height: 453px;
    bottom: -865px;
    left: 42%;
    transform: translateX(-50%);
}


.sec2-cta-row::before {bottom: 75px;right: 613px;width: 300px;height: 300px;}
     


.sec2-cta-row::after {
    bottom: 164px;
    right: -66px;
    width: 550px;
    height: 450px;
}


.coup-featured::after {
    top: 50%;
    left: -17em;
    width: 320px;
    height: 320px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
}

.section-4 {
    position: relative;
    padding: 6% 5% 8% 5%;
    background-image: url(/wp-content/uploads/2025/07/sec-4-stars-city-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    margin-top: -5em;
    background-size: 100% 82%;
}


.section-5 {
    padding: 23% 5% 5% 8%;
    margin-top: -18em;
}

     .sec-5-header {
    font-size: 2.6em;
}

     
.sec5-additional-services {
    font-size: 3.2em;
    margin-top: 1em;
}
     


.section-6 {
    padding: 5% 2% 10% 2%;
    margin-top: 0em;
}





.section-6 .usp-box {
  padding: 0rem; /* Increased padding for better spacing */
  text-align: center;
  height: 400px; /* Adjusted height for a rectangular look */
  display: flex;
  flex-direction: column;
  margin: 1em 0em 1em 0em;

}


.sec7-img::after {
  bottom: -40px; /* Change to top/right/left as needed */
  right: 40px;
  width: 400px;  /* Adjust size as needed */
  height: 340px;

}



 .section-8 {padding: 0% 5% 5% 5%;color: #fff;margin-top: -3em;background-size: 100%;background-repeat: no-repeat;background-image: url(/wp-content/uploads/2025/01/sec-6-bg.png);}



.service-areas-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 10;
    margin: 0;
}



















.sliderfull {
    margin-top: 7em;
}
   
   
   .section-1 {
  padding: 5% 5%;

}

     .section-1 h1 {
  font-size: 4em;
}

.contact-info-desk .call-title {
    font-size: .45em;
}


     
          .row.slide-1.static-slide{
         font-size: .8em;
         padding-top: 2em;
         padding-bottom: 2em;
     }

          .top-service-box {
    padding: 0px;
    height: 34em;
    font-size: .8em
}

     .top-services-section {
    padding: 0em 0em 0em 0em;
   
}
 
 
   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}

   .home-price{
     /* font-size: 3em; */
   }


/* END NEW QUERIES */


.side-form iframe {
    height: 47em!important;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 0.8em;
}

.menu-top-menu-container .menu>li a {
    font-size: 0.68em;
    padding: 0.4em .9em;
}


.side-rev .btn{
  font-size: .9em;
}

.side-price{
  font-size: 3.3em;
}

.side-offer{
  font-size: 1.2em;
}

.top-menu .btn{
  font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: 0.7em;
}

.smallbar    .menu>li a {
    font-size: 0.61em;
}

.smallbar .desk-nav .btn-primary{
  font-size: 0.8em;
}


.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}
 

.contact-desk a{
  font-size: 1.8em;
}

.logo-image img {
    width: 11em;
}


.client-review {
    padding: 13% 4% 5% 4%;
}   

.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}


.smallbar .logo-image img {
    width: 8em;
}
 
html {
    font-size: 16px!important;
}

 
.rev-slider .tt_2cl{
  height: 26em;
}

.rev-slider .ttshowcase_slider .bx-wrapper .bx-viewport{
  height: 26em!important;
}
 

.home-form iframe{
  height: 46em!important;
  width: 100%!important;
  margin-top: 0em;
}

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.2em;
}

.sched-row a ,.sched-row button{
  font-size: .9em;
}

.show-for-small-only{
  display: none;
}



 }


 @media screen and (max-width: 85em) and (min-width: 75.001em) {

/* NEW QUERIES */

     .slider-subline::after {
    content: "";
    position: absolute;
    left: 410px;
    top: -5em;
    width: 320px;
    height: 420px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 2;
}

     .section-1 {
    position: relative;
    z-index: 2;
    padding: 5% 5% 11% 5%;
    background-image: url(/wp-content/uploads/2025/06/sec-1-bg-white.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: black;
}


 .section-8 {padding: 0% 5% 5% 5%;color: #fff;margin-bottom: 0em;background-size: 100%;background-repeat: no-repeat;background-image: url(/wp-content/uploads/2025/01/sec-6-bg.png);}



.service-areas-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 10;
    margin: 0;
}



     
   
        .section-1 h1 {
  font-size: 4em;
}

     .contact-info-desk .call-title {
    font-size: .45em;
}

     
   
   .slider-header{
     font-size: 3.3em;
   }

   .home-price{
     font-size: 3em;
   }

   .contact-info-desk a{
     font-size: 2em;
   }
   
/* END NEW QUERIES */


   html {
    font-size: 17px!important;
}

.home-form iframe{
  height: 43em!important;
  margin-top: -3.6em;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

  

.menu>li a {
    padding: 0.7em .8em;
    font-size: 0.9em;
}

.menu-top-menu-container .menu>li a{
  font-size: 0.7em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .79em;
}

.top-menu .btn{
  font-size: .9em;
}

.smallbar .menu>li a {
    font-size: 0.67em;
}
 

.logo-image img {
    width: 10em;
}

.side-rev .btn{
  font-size: 1em;
}

.side-price{
  font-size: 3.3em;
}
 

.smallbar .logo-image img {
    width: 8em;
}

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.3em;
}

.sched-row a ,.sched-row button {
    padding: 1% 2% 2% 2%;
}

.show-for-small-only{
  display: none;
}


 } 



 @media screen and (max-width: 95.001em) and (min-width: 85.001em) {


/* NEW QUERIES */



     .slider-subline::after {
    content: "";
    position: absolute;
    left: 410px;
    top: -5em;
    width: 320px;
    height: 420px;
    background-image: url(/wp-content/uploads/2025/06/sec-4-coupon-mascot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 2;
}
   
        .section-1 h1 {
  font-size: 4em;
}

     

   .slider-header{
     font-size: 3.54em;
   }

/* END NEW QUERIES */

   html {
    font-size: 17px!important;
}

.home-form iframe{
  height: 41em!important;
}


   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 0.9em;
}

.menu-top-menu-container .menu>li a{
  font-size: .8em;
}

.smallbar    .menu>li a {
    font-size: 0.8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: 0.9em;
}
 

.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}

  .logo-image img {
    width: 14em;
}

.smallbar .logo-image img {
    width: 11em;
}
 

.sched-row:after {
    content: " ";
    position: absolute;
    bottom: 35%;
    height: 2.4em;
    width: .4em;
    left: 50.8%;
}

.sliderfull .btn{
  font-size: 1em;
}

.copyright{
  font-size: .9em!important;
}   


.close-cta{
}

.show-for-small-only{
  display: none;
}


 }


 @media screen and (max-width: 125em) and (min-width: 95.001em) {


/* NEW QUERIES */
   
        .section-1 h1 {
  font-size: 4em;
}

     

   .slider-header{
     font-size: 4em;
   }
   
/* END NEW QUERIES */

   html {
    font-size: 17px!important;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

 
 
.sliderfull {margin-top: 9em;} 

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.6em;
}

.sched-row a ,.sched-row button {
    padding: 3% 0% 3% 0%;
}


.show-for-small-only{
  display: none;
}

 .team-box {
    height: 26em;
    width: 95%;
 }


 } 
  
  
 @media screen and (min-width: 125.001em) and (max-width: 999.9em) {
 

/* NEW QUERIES */
   .slider-header{
     font-size: 4.2em;
   }


/* END NEW QUERIES */


.sliderfull {
} 
 
html {
    font-size: 17px!important;
}


   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 1.1em;
}
.smallbar .desk-nav .btn-primary{
  font-size: .9em;
}


.copyright{
  font-size: .9em!important;
}   

.sched-row a ,.sched-row button{
    padding: 3% 0% 3% 0%;
    font-size: 1.1em;
}

.show-for-small-only{
  display: none;
}

 }



[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}