/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.uls-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease;
   /* background: #4449;*/
}

.uls-header-solid {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.4);
}

.uls-header-solid .uls-nav a {
	color: #000;
}
.uls-header-solid .uls-social-group a {
	color: #000;
}
.uls-header-solid .uls-call-text a {
	color: #000;
}



.uls-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
}
.uls-header-inner.animate {
background: #00000069;
}
/* Logo */

.uls-logo img {
  max-width: 20%;
}

.uls-header-solid .uls-logo img {
	max-width: 10%; transition: .7s;
}

/* Nav */

.uls-nav {
	position: relative; left: -15%;
}

.uls-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.uls-nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    position: relative;
    transition: .3s ease;
}

.uls-nav a:hover {
    color: #444a9e;
}



/* Social Link Section */

.uls-social-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.uls-social {
    background: none;
    padding: 12px 5px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
    color: white;
    border-radius: 100%;
    border: 2px solid white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uls-social a{
		color:white;
}
.uls-cta {
    background: #ed2025;
    padding: 12px 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.uls-cta:hover {
    background: #d94e1e;
}



/* CTA Section */

.uls-cta-group {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.uls-phone {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.uls-cta {
    background: #ed2025;
    padding: 12px 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.uls-cta:hover {
    background: #d94e1e;
}

/* Mobile */

.uls-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.uls-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
}

/* Responsive */
@media(max-width: 1200px){
.uls-nav {
    position: relative;
    left: -5%;
}

.uls-social-group {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
}

}
@media (max-width: 992px) {
.uls-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease;
    /* background: #4449; */
    display: none;
}
.uls-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    display: none;
}

    .uls-nav {
        display: none;
    }

    .uls-cta-group {
        display: none;
    }

    .uls-menu-toggle {
        display: flex;
    }

}

/* CALL BOX */

.uls-call-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.uls-call-icon {
    background: #444a9e;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.uls-header-solid .uls-call-text span {
	color: #444a9e;
}

.uls-call-text span {
    font-size: 12px;
    color: #fff;
    display: block;
}

.uls-call-text a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

/* PANEL ICON (grid style) */

.uls-panel-trigger {
    width: 26px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    cursor: pointer;
}

.uls-panel-trigger span {
    width: 6px;
    height: 6px;
    background: #fff;
}

.uls-header-solid .uls-panel-trigger span {
	background:  #000;
}

/* OVERLAY */
.uls-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9998;
}

/* PANEL */
.uls-side-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100%;
        background: radial-gradient(circle,rgba(0, 0, 0, 0.37) 2%, rgba(0, 0, 0, 1) 63%), url(/img/homepage/uls-truck.jpg);
    background-size: cover;
    background-position: center;
    border-left: 15px solid #000;
    padding: 40px;
    transition: .4s ease;
    z-index: 9999;
    overflow-y: auto;
}

.uls-side-panel.active {
    right: 0;
}

.uls-overlay.active {
    opacity: 1;
    visibility: visible;
}

.uls-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uls-panel-header img {
    height: 60px;
}

.uls-close {
    font-size: 28px;
    cursor: pointer;
}

.uls-panel-text {
    margin: 30px 0;
    color: #aaa;
}

.uls-panel-contact p {
    margin-bottom: 10px; color: #f15a24;
}

.uls-panel-social a {
    margin-right: 10px;
    color: #fff;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: rgb(255,255,255);
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: rgb(83,82,82); width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}
.mobile-top-header img {
	max-width: 110px; 
}
/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.vms-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: inherit;
}

.vms-hero__track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
}

.vms-hero__slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px;
}

.vms-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.vms-hero__cutout {
  position: absolute;
  inset: 0;
  background: rgba(59,59,59,0.75);

  /* CUT OUT CIRCLE */
  -webkit-mask: radial-gradient(circle at 85% 50%, transparent 750px, black 121px);
  mask: radial-gradient(circle at 85% 50%, transparent 750px, black 121px);
}

.vms-hero__cutout-blue {
  position: absolute;
  inset: 0;
  background: #444a9e7a;

  /* CUT OUT CIRCLE */
  -webkit-mask: radial-gradient(circle at 85% 50%, transparent 750px, black 121px);
  mask: radial-gradient(circle at 85% 50%, transparent 750px, black 121px);
}

.vms-hero__cutout-red {
  position: absolute;
  inset: 0;
  background: #ed202570;

  /* CUT OUT CIRCLE */
  -webkit-mask: radial-gradient(circle at 85% 50%, transparent 750px, black 121px);
  mask: radial-gradient(circle at 85% 50%, transparent 750px, black 121px);
}

.vms-hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 40px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.vms-hero__subtitle {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding: 10px;
  width: fit-content; border-radius: 7px; color: #fff;
  text-transform: uppercase;
  opacity: 0.85;
}




.blacker {
	background: #000
}

.redder {
	background: #ed2025
}


.bluer {
	background: #444a9e
}

.vms-hero__title {
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 800;
}

.vms-hero__text {
  margin-bottom: 15px;
  line-height: 1.6;
}

.vms-hero__list {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.vms-hero__list li {
  margin-bottom: 6px;
}

.vms-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vms-hero__btn {
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.vms-hero__btn--primary {
  background: #ffffff;
  color: #000;
}

.vms-hero__btn--secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* ARROWS */
.vms-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 28px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 5;
}

.vms-hero__arrow--prev { left: 15px; }
.vms-hero__arrow--next { right: 15px; }

@media(max-width: 991px){
	
	.uls-logo img {
    max-width: 20%;
    display: none;
}
.vms-hero__slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 10px;
}
.vms-hero__cta {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
}
.vms-hero__arrow {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 28px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 5;
}
  .vms-hero__title { font-size: 28px; }
  .vms-hero__content { padding: 20px; }

}
 


.mt-split {
  position: relative;
  margin-top: -120px; /* pulls into hero */
  z-index: 5;
  padding: 0 20px;
}

.mt-split-grid {
  display: grid;
 grid-template-columns: 1.5fr 1fr 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* LEFT 3 PANELS */
.mt-split-item {
  background: #ffffff;
  padding: 40px 30px;
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mt-split-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #253179;
  margin-bottom: 15px;
}

.mt-split-item p {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin-bottom: 25px;
}

.mt-split-item span {
  font-weight: 600;
  color: #2f6bff;
  font-size: 14px;
  cursor: pointer;
  transition: transform .3s ease;
}

.mt-split-item:hover span {
  transform: translateX(5px);
}

/* CTA PANEL */
.mt-split-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

     background: linear-gradient(#ed2025ba, #ed20258c), url(/img/homepage/moontower-job-03.jpg);

  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px;
}

.mt-split-cta-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mt-split-cta-content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
  color: rgba(255,255,255,0.9);
}

/* BUTTON */
.mt-btn {
  display: inline-block;
  background: #fff;
  color: #444a9e;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
}

.mt-btn:hover {
  background: #212672; color: #fff;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .mt-split-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mt-split {
		padding: 100px 0; 
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .mt-split-grid {
    grid-template-columns: 1fr;
  }

  .mt-split-item {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
}


.home1 {
	padding: 175px 0 175px 0; background: #fff;
}
.home1 .pad {
	padding-top: 65px;
}

.home1 .imager1 img {
	max-width: 60%; border-radius: 100%; box-shadow: 1px 1px 10px 1px #000;
}

.home1 .imager2 {
	position: relative; margin-top: -435px; margin-left: -185px; /*max-width: 35%;*/
}
.home1 h2 {
	font-family: font2; font-size: 20px; line-height: 50px; font-weight: 600;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600;   color: rgb(150,150,150);
}
.home1 h2 span {
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 5px;
    background: #000;
    color: #fff;
    font-family: Montserrat;
    border-radius: 5px;
    display: inline;
}



@media(max-width: 991px){
.home1 {
    padding: 75px 0 75px 0;
    background: #fff;
    text-align: center;
}
.home1 .imager2 {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    /* max-width: 35%; */
}
.home1 h2 span {
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 5px;
    background: #000;
    color: #fff;
    font-family: Montserrat;
    border-radius: 5px;
}


}
.section-division {
	
}

.section-division h2 {
	font-weight: 800; font-size: 4rem; line-height: 115px;
}

.fa-stats-section {
    background: linear-gradient(to bottom, #ffffff00, rgb(0 40 90 / 0%)), url(/img/homepage/moontower-owner-truck-02.jpg);
    background-size: 140%;
    background-position: 80% center;
    padding: 75px 0; width: 65%;
    background-attachment: fixed; border-top-right-radius: 15px; border-bottom-right-radius: 15px;
}

}
.fa-stats-section:hover {
	
}

.fa-stats-section .container {
    position: relative;
    background-color: #ebebeb;
    padding:  50px; border-radius: 10px; width: 145%;
    overflow: hidden;
	    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* Rotated background layer */
.fa-stats-section .container::before {
    content: "";
    position: absolute;

    /* Make it bigger so rotation doesn’t crop */
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;

    background: url(/img/homepage/grid-01.png);
    background-size: contain;
	background-repeat: repeat;
    /* Your color fix */
    filter: invert(1) brightness(30);
    opacity: 0.75;

    /* 🔥 Rotate ONLY the background */
    transform: rotate(25deg);

    pointer-events: none;
    z-index: 0;
}

/* Keep content above */
.fa-stats-section .container > * {
    position: relative;
    z-index: 1;
}

.stats-title {
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.4;
  z-index: 2;
    position: relative;
}

.stats-title span {
  color: #444a9e;
  font-size: 34px;
  font-weight: 800;
}

.stat-box {
  position: relative;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

/* Corner lines */
.stat-box::before,
.stat-box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 5px solid #ed2025; /*border-top-left-radius: 5px;  border-bottom-right-radius: 5px;*/
  opacity: 0;
  transition: all 0.3s ease;
}

/* Top-left corner */
.stat-box::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* Bottom-right corner */
.stat-box::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

/* Hover effect */
.stat-box:hover::before,
.stat-box:hover::after {
  opacity: 1;
  width: 35px;
  height: 35px;
}

/* Optional subtle lift */
.stat-box:hover {
  transform: translateY(-5px); background: #fff; /*box-shadow: 0px 0px 7px 1px #0009;*/ transition: 1s;
}

.stat-box:hover .stat-icon {
	color: #ed2025;
}
.stat-icon {
  font-size: 38px;
  color: #444a9e;
  margin-bottom: 10px;
}

.stat-box h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}

.stat-box p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 991px) {
.fa-stats-section {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
 
}
.fa-stats-section .container {
    padding: 50px 10px;
    width: 100%;
}
.section-division h2 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 60px;
}
  .stats-title {
    text-align: center;
  }
	
	
	
}



.mt-services {
    padding: 175px 0;
    background: #fff;
}

.mt-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mt-services h2  {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: #253179;
    line-height: 80px;
}

.mt-services h2 span {
    font-family: font2;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ed2025;
    padding: 15px;
    color: #fff;
    border-radius: 7px;
}

/* CARD */
.mt-service-card {
    position: relative;
    height: 360px;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: #1a1a1a;
    transition: all .4s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* HVAC */
.mt-services .mt-hvac {
    background:
        radial-gradient(
            circle at 85% 85%, /* position of the circle */
            rgba(255,255,255,0) 0px,       /* fully transparent center */
            rgba(255,255,255,0) 80px,      /* keeps center clear */
            rgba(255,255,255,0.6) 140px,   /* gradient starts */
            rgba(255,255,255,0.95) 220px,  /* fade out */
            rgba(255,255,255,1) 100%       /* full white overlay */
        ),
        url(/img/homepage/hvac-01.webp);

    background-size: cover;
    background-position: center;
}

/* Heating */
.mt-services .mt-heating {
   background:
        radial-gradient(
            circle at 85% 85%, /* position of the circle */
            rgba(255,255,255,0) 0px,       /* fully transparent center */
            rgba(255,255,255,0) 80px,      /* keeps center clear */
            rgba(255,255,255,0.6) 140px,   /* gradient starts */
            rgba(255,255,255,0.95) 220px,  /* fade out */
            rgba(255,255,255,1) 100%       /* full white overlay */
        ), url(/img/homepage/heating-01.webp);
    background-size: cover;
    background-position: center;
}

/* Cooling */
.mt-services .mt-cooling {
   background:
        radial-gradient(
            circle at 85% 85%, /* position of the circle */
            rgba(255,255,255,0) 0px,       /* fully transparent center */
            rgba(255,255,255,0) 80px,      /* keeps center clear */
            rgba(255,255,255,0.6) 140px,   /* gradient starts */
            rgba(255,255,255,0.95) 220px,  /* fade out */
            rgba(255,255,255,1) 100%       /* full white overlay */
        ), url(/img/homepage/cooling-01.webp);
    background-size: cover;
    background-position: center;
}

/* Residential */
.mt-services .mt-residential {
    background:
        radial-gradient(
            circle at 85% 85%, /* position of the circle */
            rgba(255,255,255,0) 0px,       /* fully transparent center */
            rgba(255,255,255,0) 80px,      /* keeps center clear */
            rgba(255,255,255,0.6) 140px,   /* gradient starts */
            rgba(255,255,255,0.95) 220px,  /* fade out */
            rgba(255,255,255,1) 100%       /* full white overlay */
        ),url(/img/homepage/residential-hvac-01.webp);
    background-size: cover;
    background-position: center;
}

/* Commercial */
.mt-services .mt-commercial {
    background:
        radial-gradient(
            circle at 85% 85%, /* position of the circle */
            rgba(255,255,255,0) 0px,       /* fully transparent center */
            rgba(255,255,255,0) 80px,      /* keeps center clear */
            rgba(255,255,255,0.6) 140px,   /* gradient starts */
            rgba(255,255,255,0.95) 220px,  /* fade out */
            rgba(255,255,255,1) 100%       /* full white overlay */
        ), url(/img/homepage/commercial-hvac-01.webp);
    background-size: cover;
    background-position: center;
}

/* Emergency */
.mt-services .mt-emergency {
   background:
        radial-gradient(
            circle at 85% 85%, /* position of the circle */
            rgba(255,255,255,0) 0px,       /* fully transparent center */
            rgba(255,255,255,0) 80px,      /* keeps center clear */
            rgba(255,255,255,0.6) 140px,   /* gradient starts */
            rgba(255,255,255,0.95) 220px,  /* fade out */
            rgba(255,255,255,1) 100%       /* full white overlay */
        ), url(/img/homepage/emergency-hvac-01.webp);
    background-size: cover;
    background-position: center;
}

/* IMAGE */
.mt-card-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
}

.mt-card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.mt-card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,92,185,0.75),
        rgba(0,40,90,0.95)
    );
}

.mt-service-card:hover .mt-card-bg {
    opacity: 1;
}

.mt-service-card:hover .mt-card-bg img {
    transform: scale(1.08);
}

/* CONTENT */
.mt-card-content {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ICON */
.mt-card-icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #253179;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all .4s ease;
}

/* TEXT */
.mt-card-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mt-card-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: auto;
   font-family: 'font2';
    font-weight: 600;
}

.mt-read-more {
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    display: inline-flex;
    gap: 8px; padding: 10px; width: fit-content;
}

/* HOVER */
.mt-service-card:hover {
    color: #ffffff;
    box-shadow: 0px 0px 0px 5px #ed2025;
    border-radius: 5px;
}

.mt-service-card:hover h3,
.mt-service-card:hover p,
.mt-service-card:hover .mt-read-more {
    color: #ffffff;
}

.mt-service-card:hover .mt-card-icon {
    background: #ed2025;
}

.mt-service-card:hover .mt-read-more {
    transform: translateX(6px);
    background: #ed2025; 
    border-radius: 5px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .mt-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mt-services h2 {
        font-size: 2rem;
        line-height: 50px;
    }

    .mt-services h2 span {
        display: block;
    }
		
.mt-card-content p {
    font-size: 0.9rem;
    line-height: 30px;
    margin-bottom: auto;
    font-family: 'font2';
    font-weight: 600;
}
}

@media (max-width: 600px) {
    .mt-services-grid {
        grid-template-columns: 1fr;
    }
}


.mt-cta {
  position: relative;
  padding: 120px 0;
  background: url(/img/homepage/moontower-job-05.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* DARK OVERLAY */
.mt-cta-overlay {
  position: absolute; 
  inset: 0;/*background-attachment: fixed !important;*/
  background: radial-gradient(circle,rgba(0, 0, 0, 0.35) 85%, rgba(255, 255, 255, 1) 85%);
}

/* CONTENT */
.mt-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
}

/* EYEBROW TEXT */
.mt-cta-eyebrow {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ed2025; font-family: font2;
  margin-bottom: 20px;
  font-weight: 600;
      background: #fff;
    padding: 10px;
    border-radius: 35px;
}

/* HEADING */
.mt-cta h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.mt-cta h2 span {
	 text-shadow: 2px 2px 1px #444a9e;
}

/* PARAGRAPH */
.mt-cta p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

/* BUTTONS */
.mt-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.mt-btn-primary {
  background: #444a9e;
  color: #fff;
  padding: 16px 30px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all .3s ease;
}

.mt-btn-primary:hover {
  background: #282D72; color: #fff;
  transform: translateY(-2px);
}

/* SECONDARY BUTTON */
.mt-btn-secondary {
  background: #ed2025;
  color: #fff; border: 2px solid #ed2025;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all .3s ease;
	    display: inline-flex;

}

.mt-btn-secondary:hover {
  background: #771113;
  color: #fff; border: 2px solid #771113;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mt-cta h2 {
    font-size: 32px;
  }

  .mt-cta p {
    font-size: 16px;
  }
}


.mt-services-list {
  padding: 100px;
  background: #fff;
}

.mt-services-list:hover img {
	box-shadow: -15px -15px 0px 0px #ed2025;
}

.mt-services-list img {
	border-radius: 15px; margin-top: 25px; border: 3px solid #fff;
}

.mt-services-list h2 {
	font-weight: 800; font-size: 50px; margin-bottom: 75px;
}

.mt-services-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.mt-service-row {
  display: flex;
  gap: 20px;
  padding: 30px;
  background: radial-gradient(circle at 88% 50%, /* position of the circle */ rgba(255, 255, 255, 0) 0px, /* fully transparent center */ rgba(255, 255, 255, 0) 80px, /* keeps center clear */ rgb(63 81 181 / 0%) 225px, /* gradient starts */ #444a9ef2 220px, /* fade out */ #444a9e 100% /* full white overlay */);
  border-radius: 12px;
  align-items: flex-start;
  transition: all .4s ease;
  border: 2px solid #444a9e;
  position: relative;
  overflow: hidden;
}

/* ICON */
.mt-icon {
    font-size: 30px;
    min-width: 85px;
    height: 85px;
    margin-top: 15px;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .4s ease;
	    margin-left: -25px;
    margin-right: 25px;
}

.mt-content {
	/*margin-left: 15px; margin-right: -15px;*/
}

/* TEXT */
.mt-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mt-content p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

/* 🔥 HOVER EFFECT */
.mt-service-row:hover {
  /*transform: translateY(-3px);*/
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: #ed2025;
      background: radial-gradient(circle at 88% 50%, /* position of the circle */ rgba(255, 255, 255, 0) 0px, /* fully transparent center */ rgba(255, 255, 255, 0) 80px, /* keeps center clear */ rgb(63 81 181 / 0%) 225px, /* gradient starts */ #ed2025 220px, /* fade out */ #ed2025 100% /* full white overlay */);
	  cursor: pointer;
}

.mt-service-row:hover .mt-icon {
  background: #fff; color: #ed2025;
  /*transform: scale(1.1);*/ box-shadow: 2px 0px 0px 0px #ed2025;
}

@media (max-width: 1550px) {
.mt-service-row {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.mt-content p {
    font-size: 14px;
    line-height: 24px;
	color:black;
}

}

/* RESPONSIVE */
@media (max-width: 992px) {
.mt-services-list {
    padding: 60px 10px;
    background: #fff;
}
.mt-services-list h2 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 25px;
		text-align: center;
}
  .mt-services-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
	
.mt-service-row {
    display: flex;
    gap: 10px;
    padding: 30px;
    overflow: hidden;
}
}

@media (max-width: 600px) {
  .mt-services-list-grid {
    grid-template-columns: 1fr;
  }
}


.mt-projects {
  padding: 150px 0;
  text-align: center;
  position: relative; /* REQUIRED */
  overflow: hidden;   /* keeps circles from causing scrollbars */
}

/* BLUE CIRCLE */
.mt-projects::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  background: #444a9e;
  border-radius: 50%;

  top: 10px;
  left: 200px;

  opacity: 1.15; /* adjust for strength */
  z-index: 0;
}

/* RED CIRCLE */
.mt-projects::after {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  background: #ed2025;
  border-radius: 50%;

  bottom: 10px;
  right: 200px;

  opacity: 1.15;
  z-index: 0;
}

/* MAKE SURE CONTENT SITS ABOVE */
.mt-projects .container {
  position: relative; padding: 100px 50px; box-shadow: 1px 1px 10px 1px #000;
  z-index: 2;  background: #f9f9f9; border-radius: 25px;
}

.mt-projects h2 {
	font-weight: 800; 
}

.mt-projects p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 25px; letter-spacing: .5px; margin-bottom: 65px;
}

.mt-projects-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* PROJECT CARD BASE */
.mt-project {
  position: relative;
  height: 200px; width: 200px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.mt-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

/* HOVER ZOOM */
.mt-project:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.mt-project::after {
  content: "Learn More →";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;

  opacity: 0;
  transition: opacity .3s ease;
}

/* SHOW ON HOVER */
.mt-project:hover::after {
  opacity: 1;
}

/* SHOW ON HOVER */
.mt-project:hover {
 box-shadow: 1px 1px 10px 1px #000;    transform: translateY(-5px); transition: 1.5s;

}

/* MODAL */
#mt-project-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

@media (max-width: 1550px) {
 
.mt-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
}


@media (max-width: 991px){
.mt-projects .container {
    position: relative;
    padding: 100px 10px;
    box-shadow: 1px 1px 10px 1px #000;
    z-index: 2;
    background: #f9f9f9;
    border-radius: 25px;
}
.mt-projects-grid {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
	
}
body.modal-open {
  overflow: hidden;
}

.mt-modal-inner {
  background: #fff;
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* GRID LAYOUT */
.mt-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mt-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt-modal-content {
  padding: 30px;
  text-align: left;
}

.mt-modal-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}

.mt-modal-content p {
	font-family: font2; font-weight: 600;
}

.mt-modal-content ul {
  margin-top: 15px;
  padding-left: 18px; line-height: 40px;
}

/* CLOSE */
.mt-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .mt-modal-grid {
    grid-template-columns: 1fr;
  }

  .mt-modal-image img {
    height: 250px;
  }
}



/**** About Section ****/
.mt-about-hero {
  padding: 300px 0;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('/img/homepage/moontower-job-05.jpg') center/cover no-repeat;
}

.mt-about-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
}

.mt-subtitle {
  text-transform: uppercase;
  color: #ed2025;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
}

.mt-pillars {
  padding: 120px 0;
  text-align: center;
  background: #fff;
}

.mt-pillars h2 {
	margin-bottom: 100px; font-weight: 800;
}

@media(max-width: 991px){
.mt-about-hero {
    padding: 100px 0;
}

}
/* GRID */
.mt-pillars-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  align-items: center;
}

/* CARD BASE */
.mt-pillar {
  position: relative;
  transition: all .4s ease;
}

/* INNER CARD */
.mt-pillar-inner {
    background: #fff;
    padding: 30px 20px;
    border-radius: 14px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all .4s ease;
}

/* ICON WRAPPER (THIS FIXES EVERYTHING) */
.mt-pillar-icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background: linear-gradient(135deg, #444a9e, #2f347a);
  color: #fff;
  font-size: 20px;

  box-shadow: 0 10px 20px rgba(68,74,158,0.3);
}

/* TEXT */
.mt-pillar h4 {
  font-weight: 700;
	font-size: 20px;
  margin-bottom: 8px;
}

.mt-pillar p {
  font-size: 14px;
	font-family: font2; font-weight: 600; 
  opacity: 0.8;
}

/* SIZE HIERARCHY */
.mt-pillar.small {
 height: 200px;
}

.mt-pillar.medium {
  height: 300px;
}

.mt-pillar.large {
 height: 400px;
}

.mt-pillar.large h4 {
	margin-top: 50px;
}

.mt-pillar.large .mt-pillar-icon {
	margin-top: 50px;
}

/* HOVER */
.mt-pillar:hover {
  transform: translateY(-10px) scale(1.05);
}

.mt-pillar:hover .mt-pillar-inner {
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* CENTER EMPHASIS GLOW */
.mt-pillar.large .mt-pillar-inner {
  background: linear-gradient(135deg, #ffffff, #f5f6ff);
  border: 1px solid rgba(68,74,158,0.2);
}



@media(max-width:1500px){
	
.mt-pillar.small {
    height: 300px;
}
	
}
.mt-who {
  padding: 120px 0;
  background: #f9f9f9;
}

/* GRID */
.mt-who-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.mt-who-content h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0 20px;
  color: #222;
}

.mt-who-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #555;
}

/* POINTS */
.mt-who-points {
  margin-bottom: 30px;
}

.mt-point {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.mt-point i {
  color: #ed2025;
  font-size: 18px;
  margin-top: 5px;
}

/* RIGHT IMAGE */
.mt-who-image {
  position: relative;
}

.upper img {
	height: 575px;
}

.mt-who-image img {
  width: 100%;
  border-radius: 100%;

  /* ANGLED EDGE */
/*  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);*/
}

/* FLOATING CARD */
.mt-who-badge {
position: absolute;
    bottom: -10px;
    left: 0px;
    background: linear-gradient(135deg, #ed2025, #c9181c);
    color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.mt-who-badge h3 {
  font-size: 36px;
  font-weight: 800;
}

.mt-who-badge p {
  margin: 0;
  font-size: 14px;
}


@media(max-width: 991px){
 
.mt-who {
    padding: 120px 0;
    background: #f9f9f9;
    text-align: center;
}
.upper img {
    height: 300px;
}
.mt-who-grid {
    grid-template-columns: 1fr;
}

.mt-point {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
}
}

.mt-services-hero {
  padding: 120px 0;
  text-align: center;
  color: #fff;

  background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)),
    url('/img/homepage/cooling-02.webp') center/cover no-repeat;
}

/* HEADER */
.mt-services-hero h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0;
}

.mt-services-intro {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.9;
}

/* GRID */
.mt-services-about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
}

/* CIRCULAR CARD */
.mt-about-service-card {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;

  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.1);
	color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: all .3s ease;
}

/* INNER CONTENT */
.mt-service-inner {
  padding: 20px;
  text-align: center;
}

.mt-service-inner i {
  font-size: 28px;
  color: #ed2025;
  margin-bottom: 10px;
}

.mt-service-inner h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mt-service-inner p {
  font-size: 13px;
  line-height: 18px;
  opacity: 0.85;
}

/* HOVER EFFECT */
.mt-about-service-card:hover {
  transform: translateY(-10px) scale(1.05);
  background: #fff; color: #000 !important;
  box-shadow: 0px 0px 0px 1px #444a9e; border-radius: 0px;
}

.mt-about-service-card:hover h3 {
	color: #000;
}

.mt-about-service-card:hover p {
	color: #000;
}

.mt-about-service-card:hover i {
	color: #444a9e;
}


@media(max-width: 991px){
	.mt-services-hero h2 {
    font-size: 2rem;
    font-weight: 800;
    margin: 15px 0;
}
.mt-services-about-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
}

.mt-pillars-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    align-items: center;
}
}



/**** Services Section ****/
.mt-services-hero-main {
  padding: 250px 0;
  color: #fff;

  background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.85)),
    url('/img/homepage/cooling-02.webp') center/cover no-repeat;
}

.mt-services-hero-main h1 {
	font-weight: 800;
}

.mt-services-hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.mt-hero-bullets {
  margin: 20px 0 50px 0;
  padding-left: 0;
  list-style: none;
}

.mt-hero-bullets li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.mt-hero-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ed2025;
}

.mt-services-hero-nav {
	background: #ed20257d;
    padding: 50px;
    height: 100%;
    border-radius: 15px;
}

.mt-services-hero-nav h4 {
	font-weight: 800;
}

.mt-services-hero-nav ul {
  list-style: none;
  padding: 0;
}

.mt-services-hero-nav li {
  margin-bottom: 15px; font-family: font2; letter-spacing: 1px;
}

.mt-services-hero-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.mt-services-hero-nav a:hover {
	text-transform: uppercase; color: #fff; margin-left: 5px;
}

@media(max-width: 991px){
	
.mt-services-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}
.mt-services-hero-main {
    text-align: center;
    padding: 120px 0;
}



}



.mt-lead .spanner {
	margin-top: 50px;
}

.mt-lead .spanner img {
	max-width: 150%; border-radius: 15px;
}

.mt-best {
  padding: 100px 0;
  background: #f8fafc;
}

.mt-section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
}

.mt-best-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.mt-best-card {
  display: grid;
  grid-template-columns: 80px 1.5fr 1fr;
  gap: 25px;
  align-items: center;

  background: #fff;
  padding: 30px;
  border-radius: 12px;

  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);

  transition: all .3s ease;
}

.mt-best-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* ICON */
.mt-best-icon {
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background: linear-gradient(135deg, #444a9e, #2f347a);
  color: #fff;
  font-size: 22px;
}

/* CONTENT */
.mt-best-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mt-best-content p {
  font-size: 14px;
  color: #555;
}

/* BULLETS */
.mt-best-list {
  padding-left: 18px;
  font-size: 14px;
  line-height: 26px;
}







.mt-service-hub {
  padding: 0;
}

.mt-hub-row {
  display: flex;
}

/* CARD */
.mt-hub-card {
  flex: 1;
  height: 420px;
	width: 420px;
  position: relative;
  overflow: hidden;
/*border-radius: 100%;*/
  background-size: cover;
  background-position: center;
}

/* IMAGES */
.mt-hub-card:nth-child(1) { background-image: url('/img/homepage/heating-01.webp'); }
.mt-hub-card:nth-child(2) { background-image: url('/img/homepage/cooling-01.webp'); }
.mt-hub-card:nth-child(3) { background-image: url('/img/homepage/hvac-01.webp'); }
.mt-hub-card:nth-child(4) { background-image: url('/img/homepage/refrigeration-01.webp'); }

/* DARK BASE */
.mt-hub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}




@media(max-width: 991px){
.mt-section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.mt-best-card {
    display: flex;
    grid-template-columns: 1fr;
    gap: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all .3s ease;
    flex-direction: column;
}
.mt-lead .spanner img {
    max-width: 100%;
    border-radius: 15px;
}

.mt-service-hub {
    padding: 0;
    display: none;
}
}








/* CONTENT */
/* CONTENT BLOCK */
.mt-hub-content {
  position: absolute;
  bottom: -30px;
  width: 100%;
  padding: 30px;

  color: #fff;
  z-index: 2;

  background: linear-gradient(transparent, rgba(0,0,0,0.92));
  transform: translateY(65%);
  transition: .45s ease;
}
.mt-hub-card:hover {
	bottom: 0;
}


/* HOVER REVEAL */
.mt-hub-card:hover .mt-hub-content {
  transform: translateY(-10%);
}



.mt-hub-card:hover .mt-hub-sub {
	display: block;
}

/* SUBTITLE */
.mt-hub-sub {
  display: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ed2025; font-family: font2; font-weight: 600;
  margin-bottom: 6px;
}

/* TITLE */
.mt-hub-content h3 {
  font-size: 22px; font-weight: 800;
  margin-bottom: 10px;
}

/* DESCRIPTION */
.mt-hub-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* BULLETS */
.mt-hub-content ul {
  padding-left: 18px;
  margin-bottom: 15px;
  font-size: 13px;
}

.mt-hub-content ul li {
  margin-bottom: 5px;
}

/* FAUX CTA */
.mt-hub-cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;

  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px;

  transition: .25s ease;
}

.mt-hub-card:hover .mt-hub-cta {
  border-color: #fff;
  letter-spacing: 1px;
}


/* =========================
   SERVICE SECTIONS (SVX)
========================= */

/* =========================
   SERVICES (ABOUT-STYLE)
========================= */

.svx2-section {
  padding: 100px 0;
}

.svx2-row {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* REVERSE */
.svx2-reverse {
  flex-direction: row-reverse;
}

/* =========================
   CONTENT
========================= */

.svx2-content {
  flex: 1;
  max-width: 520px;
}

.svx2-sub {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.svx2-red { color: #ed2025; }
.svx2-blue { color: #444a9e; }

.svx2-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 800;
}

.svx2-content p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}

/* BULLETS */
.svx2-content ul {
  padding-left: 18px;
  margin-bottom: 25px;
}

.svx2-content li {
  margin-bottom: 8px;
  line-height: 1.5;
}






/* BUTTON */
.svx2-btn {
  display: inline-block;
  background: #4b4fa3; /* matches your purple tone */
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s ease;
}

.svx2-btn:hover {
  background: #ed2025;
  transform: translateY(-2px);
}

/* =========================
   IMAGE (MATCH ABOUT STYLE)
========================= */

.svx2-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.svx2-image img {
  width: 100%;
  max-width: 520px;
  height: 520px;
  object-fit: cover;

  border-radius: 50%; /* THIS is the key to match your design */
}

/* =========================
   ANCHOR OFFSET
========================= */

section[id] {
  scroll-margin-top: 100px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {
  .svx2-row {
    flex-direction: column;
    gap: 40px;
  }

  .svx2-reverse {
    flex-direction: column;
  }

  .svx2-image img {
    height: 320px;
    max-width: 320px;
  }

  .svx2-content h2 {
    font-size: 30px;
  }
.svx2-content {
    flex: 1;
    max-width: 520px;
    text-align: center;
}
.svx2-content li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    list-style-type: none;
}
	
}

/* =========================
   CTA DIVIDER (SVX2)
========================= */

.svx2-cta {
  padding: 50px 0;
  margin: 60px 0;
  border-radius: 14px;
}

/* COLOR VARIANTS */
.svx2-cta-red {
  background: linear-gradient(135deg, #ed2025, #c9181c);
  color: #fff;
}

.svx2-cta-blue {
  background: linear-gradient(135deg, #444a9e, #2f347a);
  color: #fff;
}

/* INNER LAYOUT */
.svx2-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* TEXT */
.svx2-cta-text h3 {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 700;
}

.svx2-cta-text p {
  font-size: 15px;
  opacity: 0.9;
  margin: 0;
}

/* ACTIONS */
.svx2-cta-actions {
  display: flex;
  gap: 12px;
}

/* PRIMARY BUTTON */
.svx2-cta-btn-primary {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
}

.svx2-cta-btn-primary:hover {
  background: #f2f2f2;
  transform: translateY(-2px);
}

/* SECONDARY BUTTON */
.svx2-cta-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
}

.svx2-cta-btn-secondary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
.svx2-cta-inner {
    flex-direction: column;
    align-items: center;
}
  .svx2-cta-actions {
    width: 100%;
  }
	
.svx2-cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.svx2-cta-red {
    background: linear-gradient(135deg, #ed2025, #c9181c);
    color: #fff;
    text-align: center;
}
.svx2-cta-blue {
    background: linear-gradient(135deg, #444a9e, #2f347a);
    color: #fff;
    text-align: center;
}
}


.affiliations-pro {
  background: #fff;
}

.affiliations-pro h2 {
	font-weight: 800;
}

.aff-card {
  background: #f9fafb;
  border-radius: 16px;
  padding: 30px 25px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}

.aff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.aff-icon img {
  max-height: 70px;
  margin-bottom: 20px;
}

.aff-badge {
  display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ed2025;
    background: #ed20251c;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 10px;

}

.aff-content h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.aff-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.aff-points {
  list-style: none;
  padding: 0;
  margin-bottom: 18px;
}

.aff-points li {
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

.aff-points li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #444a9e;
  font-weight: bold;
}

.aff-content a {
  font-size: 14px;
  font-weight: 600;
  color: #444a9e;
  text-decoration: none;
  transition: all 0.2s ease;
}

.aff-content a:hover {
  text-decoration: underline;
}

/* subtle glow accent on hover */
.aff-card:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background: radial-gradient(circle at top right, rgba(13,110,253,0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.aff-card:hover:after {
  opacity: 1;
}

/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.locations-hero {
  background: url('/img/homepage/cooling-01.webp') center/cover no-repeat;
  min-height: 600px; color: #fff; padding: 200px 0px;
  position: relative;
}

.locations-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  top: 0;
  left: 0;
}

.subheading {
  display: inline-block;
  font-size: 13px; font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ed2025;
}

.locations-hero h1 {
  font-weight: 800;
  margin-bottom: 20px;
}

.locations-hero p {
	font-family: font2; font-weight: 600; letter-spacing: 1px; font-size: 17px; line-height: 35px;
}

.hero-bullets {
  list-style: none;
  padding: 0; margin-bottom: 25px;
}

.hero-bullets li {
  margin-bottom: 8px; line-height: 35px;
  padding-left: 18px;
  position: relative;
}

.hero-bullets li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ed2025;
}

/* location links */
.location-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-links a {
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 18px; font-family: font2; font-weight: 600; letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.location-links a:hover {
  background: #0d6efd;
}

/* sections */

.location-section {
	padding: 100px 0px;
}

.location-section h2 {
	font-weight: 800;
}

.location-section p {
	font-family: font2; font-weight: 600; letter-spacing: .5px; line-height: 35px; font-size: 17px;
}

.location-section:nth-child(even) {
  background: #f9fafb;
}

.mini-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.mini-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #444a9e;
  transition: 0.3s;
}

.mini-card p {
	font-size: 15px; line-height: 30px;
}

.mini-card:hover {
  transform: translateY(-4px); background: #444a9e; color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06); cursor: pointer;
}

.mini-card h6 {
  margin-bottom: 5px;
  font-weight: 700;
}

.map-wrap iframe {
  border-radius: 12px;
}

@media(max-width: 991px){
	
.locations-hero {
    background: url('/img/homepage/cooling-01.webp') center/cover no-repeat;
    min-height: 600px;
    color: #fff;
    padding: 100px 0px;
    position: relative;
    text-align: center;
}

.location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.location-section:nth-child(even) {
    background: #f9fafb;
    text-align: center;
}
.location-section {
    padding: 100px 0px;
    text-align: center;
}

}



/*}*/

/**** Contact Section ****/


/* HERO */
.mtm-contact-hero {
  background: url('/img/homepage/heating-01.webp') center/cover no-repeat;
  min-height: 600px;
  position: relative;
}

.mtm-contact-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  top: 0;
  left: 0;
}

/* TEXT */
.mtm-contact-subheading {
  color: #ed2025;
  text-transform: uppercase;
  font-size: 13px; font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.mtm-contact-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.mtm-contact-heading {
  font-weight: 800;
}

.mtm-contact-overview {
  font-size: 16px;
  color: #444; line-height: 32px; font-family: font2; font-weight: 600; letter-spacing: 1px;
  margin-bottom: 20px;
}

/* BULLETS */
.mtm-contact-bullets {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  justify-content: center;
}

.mtm-contact-bullets li {
  position: relative;
  padding-left: 18px;
  color: #fff;
}

.mtm-contact-bullets li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ed2025;
  font-weight: bold;
}

/* MAP */
.mtm-contact-map-wrap iframe {
  display: block;
}

/* WHY SECTION */
.mtm-contact-why {
  background: #fff;
}

/* CARDS */
.mtm-contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* ICON */
.mtm-contact-card i {
  font-size: 34px;
  color: #444a9e;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

/* TEXT */
.mtm-contact-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.mtm-contact-card p {
  font-size: 14px;
  color: #555;
}

/* HOVER */
.mtm-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* GRADIENT BORDER EFFECT */
.mtm-contact-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(45deg, #ed2025, #444a9e);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s ease;
}

.mtm-contact-card:hover:before {
  opacity: 1;
}

/* ICON ANIMATION */
.mtm-contact-card:hover i {
  color: #ed2025;
  transform: scale(1.15) rotate(5deg);
}


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 150px 0 0px 0;
}

.contact-section .container-fluid {
	padding: 0px;
}

.contact-section .form-box {
	 height: 100%;
}

.contact-section .contact-image {
background: linear-gradient(to bottom, #25317900, rgb(0 40 90 / 0%)), url(/img/homepage/moontower-owner-truck.jpg);
    background-size: cover; border-top-left-radius: 25px;
    height: 580px;
}

.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
@media(max-width: 991px){
.contact-section .contact-image {
    border-top-left-radius: 25px;
    height: 200px;
}
}

/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.mt-footer {
  background: #f5f6fa;
  padding-top: 80px;
  color: #222;
  border-top: 1px solid #e2e2e2;
}

/* GRID */
.mt-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}

/* LOGO */
.mt-footer-logo {
  width: 300px;
  margin-top: -20px;
}

/* TEXT */
.mt-footer-company {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

@media(max-width: 991px){
.mt-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}
/* CONTACT */
.mt-footer-contact p {
  margin: 5px 0; font-family: font2; font-weight: 600; letter-spacing: .5px;
  font-size: 14px;
}

.mt-footer a {
	color: #ed2025;
}

.mt-footer a:hover {
	color: #444a9e;
}

.mt-footer-contact a {
  color: #444a9e;
  text-decoration: none;
}

/* HEADINGS */
.mt-footer h4 {
  font-weight: 800;
  margin-bottom: 15px;
}

/* LINKS */
.mt-footer-links {
  list-style: none;
  padding: 0;
}

.mt-footer-links li {
  margin-bottom: 8px;
}

.mt-footer-links a {
  color: #333;
  text-decoration: none;
  transition: .3s;
}

.mt-footer-links a:hover {
  color: #ed2025;
}

/* SERVICE AREAS */
.mt-footer-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mt-footer-areas span {
  background: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid #ddd;
}

.mt-footer-areas span:hover {
	background: #444a9e;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #ed2025;
    color: #fff; cursor: pointer;
}

/* BOTTOM */
.mt-footer-bottom {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.mt-footer-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

/* SOCIAL */
.mt-footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mt-footer-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #444a9e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.mt-footer-social a:hover {
  background: #ed2025; color: #fff;
}

/* VMS */
.mt-footer-vms {
  display: flex;
  justify-content: flex-end;
}

.mt-footer-vms a {
  display: flex;
  flex-direction: column;color: #000;
  align-items: center;
  text-decoration: none;
}

.mt-footer-vms img {
  filter: invert(1);
}

/* MOBILE */
@media (max-width: 768px) {
  .mt-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mt-footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  .mt-footer-vms {
    justify-content: center;
  }
}

.mt-footer-cta {
  padding: 60px 0;
  background: linear-gradient(135deg, #444a9e, #2f347a);
  color: #fff;
	    text-align: center;
}

.mt-footer-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.mt-footer-cta-text h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.mt-footer-cta-text p {
  font-size: 16px;
  opacity: 0.9;
}

.mt-footer-cta-actions {
  display: flex;
  gap: 15px;
}


@media(max-width: 991px){
	
	.mt-footer-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.mt-footer-cta-inner {
    flex-direction: column;
    gap: 30px;
}

.mt-footer-cta-actions {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
}

/* BUTTONS */
/* PRIMARY */
/* BUTTON BASE */
.mt-footer-btn-primary,
.mt-footer-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
	width: 200px;
  padding: 12px 22px;
  border-radius: 6px;

  font-weight: 600;
  font-size: 15px;
  text-decoration: none;

  transition: all .25s ease;
}

/* PRIMARY */
.mt-footer-btn-primary {
  background: #ed2025;
  color: #fff;
}

.mt-footer-btn-primary:hover {
  background: #c9181c;
  transform: translateY(-2px);
}

/* SECONDARY */
.mt-footer-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}

.mt-footer-btn-secondary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

/* ICONS (clean + subtle) */
.mt-footer-btn-primary i,
.mt-footer-btn-secondary i {
  font-size: 35px;
  opacity: 0.9;
  transform: translateY(1px);
}
/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
 
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 7; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
 

/**** About Section ****/


/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}