/*
 Theme Name:     Threshold Block
 Theme URI:      https://www.thresholdagency.com/
 Description:    Threshold Block Child Theme
 Author:         Threshold Agency
 Author URI:     https://www.thresholdagency.com/
 Template:       frost
 Version:        1.0.0
*/
 
/*-------------------------------------------------------------- 
    Theme customization starts here
-------------------------------------------------------------- */
/*font-family: "nunito-sans", sans-serif;*/
/*font-family: "solano-gothic-pro-mvb", sans-serif;*/
/*--------------------------------------------------------------
    General Elements
-------------------------------------------------------------- */
.blocker {
    z-index: 999999 !important;
}
.white{
    color:#ffffff;
    }
.black{
    color:#000000;
    }
.right-float{
    float:right;
    }
.left-float{
    float:left;
    }
.right-text{
    text-align:right;
    }
.left-text{
    text-align:left;
    }
.mobile-br{
    display:inline;
    }
.is-hidden{
    display:none;
}
.full-width-temp-cnt {
    padding: 0px;
}
body h1, body h2, body h3,
body h1 strong, body  h2 strong, body h3 strong,
.top-sp-nav ul li a, body  header .header-middle-sec .top-apply-now a {
    font-family: "solano-gothic-pro-mvb", sans-serif;
    letter-spacing: 1px;
    /*font-style: italic;*/
}
/*body h1 em, body h2 em, body h3 em{*/
/*    font-style: normal;*/
/*}*/
body, body p, body li {
    font-family: "nunito-sans", sans-serif;
}

body h1, body h2, body h3,
body h1 strong, body  h2 strong, body h3 strong {
    font-weight: bold;
}
.orange, .orange-strong strong {
    color: #122a4b;
}
.blue, .blue-strong strong {
    color: #122a4b;
}
.pink, .pink-strong strong {
    color: #122a4b;
}
.green, .green-strong strong {
    color: #122a4b;
}
body{
    font-size:16px;
    line-height:1.7;   
}
body h1 {
    font-size:65px;
    line-height:1.1;
}
body h2 {
    font-size:58px;
    line-height:1.1;
}
 body h3{
    font-size:20px;
    line-height:1.4;
}

body header .header-sec, .banner-front {
    padding-right: 90px !important;
    padding-left: 90px !important;
}
.top-bottom-spacing {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.general-sec, .general-spacing {
    padding: 60px 90px !important;
}
.small-lr-spacing {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
.margin-b-20{
    margin-bottom: 20px !important;
}
body .wp-site-blocks {
    overflow: hidden;
}
.main-btn a, button#wpforms-submit-147{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    font-family: "solano-gothic-pro-mvb", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.2;
    background: #3e3b3b;
    letter-spacing:1px;
}
.main-btn a:hover, button#wpforms-submit-147:hover{
    opacity:.9;
    background: #000000 !important;
}
.main-btn a:after, button#wpforms-submit-147:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal !important;
    padding-left: 10px;
} 

.orange-btn a{
    text-align: center;
    color: #ffffff;
    letter-spacing:1px;
    font-size: 18px;
    line-height: 1.2;
    /*border: 4px #E09D3D solid;*/
    font-family: "solano-gothic-pro-mvb", sans-serif;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    padding: 6px 15px 6px 15px;
    /*background: transparent !important;*/
}
.orange-btn a:hover {
    background: #3b4043 !important;
}
.grey-btn a:hover {
    background: #000000 !important;
}
.bg-center {
    background-position: center;
}
.bg-top {
	background-position: top;
}
.bg-bottom {
	background-position: bottom;
}
.bg-left {
	background-position: left;
}
.bg-right {
	background-position: right;
}
.bg-top-left {
	background-position: top left;
}
.bg-top-right {
	background-position: top right;
}
.bg-bottom-left {
	background-position: bottom left;
}
.bg-bottom-right {
	background-position: bottom right;
}
.bg-center-center {
	background-position: center center;
}
.bg-top-center {
	background-position: top center;
}
.bg-bottom-center {
	background-position: bottom center;
}
.bg-left-center {
	background-position: left center;
}
.bg-right-center {
	background-position: right center;
}
body .wp-site-blocks main {
    background-repeat: repeat;
    background-size: auto !important;
    background-position: center;
}
@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom-in {
    animation: zoomIn 0.5s ease-out forwards;
}

/*--------------------------------------------------------------
    Header Elements
-------------------------------------------------------------- */
header.site-header {
    width: 100%;
    position: fixed;
    z-index: 999999;
}
nav.is-responsive.wp-block-navigation button {
    border: 0px !important;
    padding: 0px !important;
}
nav.is-responsive.wp-block-navigation button svg {
    width: 35px !important;
    height: 35px !important;
}
.wp-block-navigation__responsive-container {
    /*background-image: url(/wp-content/uploads/2025/08/pattern-light_bf0tye-scaled.webp);*/
    background-color:#122a4b!important;
    color: #ffffff !important;
    text-align:center;
    /*box-shadow: inset 0 0 5000px #122a4b;*/
}
.wp-block-navigation__responsive-container .wp-block-site-logo {
    margin-bottom: 30px;
}
.top-sp-nav ul {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px;
}
.top-sp-nav ul li {
    padding: 0px 10px;
    line-height: 1;
    position: relative;
}
.top-sp-nav ul li i {
    padding-right: 2px;
    position: absolute;
    left: 0;
    font-size: inherit;
}
.header-middle-sec {
    width: calc(100% - 300px);
}
.top-sp-nav ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-family: "solano-gothic-pro-mvb", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    line-height: 1 !important;
    padding: 0px 0px 0px 20px;
    display: flex;
}

body header .header-middle-sec .top-apply-now a {
    font-weight: 400;
    letter-spacing: 2px;
    font-style: italic;
    padding: 10px 25px 8px 25px !important;
    font-size: 15px !important;
}
body header .header-middle-sec .top-apply-now:hover a {
    color: #122a4b!important;
    background: #ffffff!important;
}
/*#banner .main-btn a:hover {*/
/*    color: #122a4b;*/
/*    background: #ffffff;*/
/*}*/
.header-sec {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(0,0,0,0.90) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(0,0,0,0.90) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 36%, rgba(0,0,0,0.90) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
/*.header-sec.sticky .header-middle-sec .top-apply-now a {*/
/*        background: #132a4b !important;*/
/*}*/
.header-sec.sticky {
    background: #122a4b !important;
}
.header-sec {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition:  all .25s ease-in;
  transition: all .25s ease-in;
}

.static-map-message {
    background: rgb(0 0 0 / 40%);
    padding: 15px !important;
    color: #aeaeae;
}






/*--------------------------------------------------------------
    Youtube Video Elements
-------------------------------------------------------------- */

.video-container {
    width: 100vw;
    height: 100vh;
    overflow:hidden;
    position: relative;
}

.video-container iframe {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100vw;
  /*height: 100vh;*/
  height: 110vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#text{
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /*width: 177.78vh;  */
    width: 197.78vh;
  }
}













/*--------------------------------------------------------------
    Homepage Elements
-------------------------------------------------------------- */
.banner-video video, .banner-video img {
    min-height: 450px;
    height: 100vh;
}
.banner-video, .banner-back {
    overflow: hidden;
}
.banner-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: rgba(0, 0, 0, 0.15);
background: linear-gradient(90deg,rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.20) 80%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.banner-back img {
    width: 100%;
}
.banner-back {
    position: absolute;
    width: 100%;
}
.banner-front {
    position: relative;
    z-index:1;
}

.banner-front {
    margin: 0px;
    height: 100vh;
    align-items: center;
    min-height: 600px;
}
.banner-front .wp-block-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.int-side-img > .wp-block-group {
    height: 100%;
}

/*.hm-pattern-1 {*/
/*    background-image: url(/wp-content/uploads/2024/06/home_carousel_background_stripes1@2x.png);*/
/*    background-position: bottom;*/
/*    background-repeat: no-repeat;*/
/*    padding-bottom: 10%;*/
/*}*/

/*.hm-pattern-2 {*/
/*    background-image: url(/wp-content/uploads/2024/06/Zig-Zag-Pattern@2x.png);*/
/*    background-position: bottom left;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 50%;*/
/*}*/
/*.hm-pattern-3 {*/
/*    background-image: url(/wp-content/uploads/2024/06/home_carousel_background_stripes2@2x.png);*/
/*    background-position: bottom;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.hm-pattern-4 {*/
/*    background-image: url(/wp-content/uploads/2024/06/Zig-Zag-Pattern@2x-1.png);*/
/*    background-position: bottom right;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 50%;*/
/*}*/
.step-columns > .wp-block-column:nth-child(1) {
    margin-top: 70px;
}
.step-columns > .wp-block-column:nth-child(3) {
    margin-top: -70px;
}
.step-columns > .wp-block-column p {
    margin-top: 15px;
}
.why-us-sec {
    position: relative;
}
/*.circle-1:before {*/
/*    content: "";*/
/*    width: 240px;*/
/*    height: 240px;*/
/*    position: absolute;*/
/*    background: url(/wp-content/uploads/2024/06/Circle-Pattern-3@2x.png);*/
/*    background-size: cover;*/
/*    right: 0;*/
/*    top: -160px;*/
/*}*/
/*.circle-1:before {*/
/*    content: "";*/
/*    width: 240px;*/
/*    height: 240px;*/
/*    position: absolute;*/
/*    background: url(/wp-content/uploads/2024/06/Circle-Pattern-3@2x.png);*/
/*    background-size: cover;*/
/*    right: -80px;*/
/*    top: -140px;*/
/*}*/

.home-slider figure.wp-block-image img {
    width:100%;
}
.home-slider figure.wp-block-image img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}
.home-slider .slick-list {
    overflow: visible !important;
}

.home-slider  figure.wp-block-image {
    transform: scale(.9);
    z-index: 1;
    position: relative;
}
.slick-dots li button:before {
    content: "\f111" !important;
    font-family: "Font Awesome 6 Free" !important;
        font-weight: 900;
}
.home-slider  figure.wp-block-image.slick-active {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
}
.home-slider figure.wp-block-image.slick-active img {
    max-height: 570px;
    min-height: 380px;
}
.home-slider .slick-track {
    display: flex;
    align-items: center;
}
.home-slider .slick-dots li button:before {
    font-size: 20px;
    color: rgb(138, 157, 172);
}
.home-slider  ul.slick-dots {
    left: 0;
}
 .gallery-sec {
    margin-top: 0px;
}
.thgmaps-map {
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.map-sec {
    margin: 0px;
}
.map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 700px !important;
}
.thgmaps-map {
    line-height: 0;
}
.map-sec .int-side-cnt .wp-block-group {
    padding-bottom: 0px !important;
}

form#wpforms-form-147 button#wpforms-submit-147 {
    border-radius: 0px !important;
    font-size: 16px;
}
form#wpforms-form-147 .wpforms-submit-container {
    text-align: center !important;
}
form#wpforms-form-147 .wpforms-field-container input, .wpforms-field-container textarea {
    border-radius: 0px !important;
    text-align: center;
}
form#wpforms-form-147 .wpforms-container .wpforms-field {
    padding: 10px 0;
}

.contact-sec .wp-block-column {
    padding: 0px !important;
}

.contact-sec div#wpforms-147 {
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
    Section Elements
-------------------------------------------------------------- */

/*.floorp-sec, .gallery-sec, .contact-sec {*/
/*    box-shadow: inset 100px 100px 5000px #122a4b;*/
/*}*/
body:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/Altitude-Banner.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    width: 100%;
    display: flex;

    position: fixed;
}

.modal > .btn-close-modal {
    position: absolute;
    right: -5px;
    background: #000000;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    top: -5px;
}


a.close-modal {
    display: none !important;
}





/*--------------------------------------------------------------
    Interior Page Elements
-------------------------------------------------------------- */










/*--------------------------------------------------------------
    Footer Elements
-------------------------------------------------------------- */
footer.site-footer {
    font-size: 14px;
}
.copyright-columns {
    text-align: center;
    padding: 10px;
    border-top: 1px #27241f solid;
}
.footer-sec {
    padding: 0px;
}

.footer-sec p {
    margin-top:10px;
}
.footer-sec p:first-child {
    margin-top:0px;
}
.footer-sec a {
    text-decoration: none;
}
.footer-sec ul {
    list-style: none;
    padding: 0;
    font-weight: bold;
}
.footer-sec p strong {
    font-weight: bold;
}
.footer-sec figure.wp-block-image.size-full.is-resized.th-logo {
    margin-top: 0px !important;
}
.footer-columns-1 .wp-block-column:nth-child(1) {
    padding-right: 20px;
}
.footer-sec .powered-sec{
    margin-top: 30px !important;
}
footer ul li a:focus-visible, footer ul li a:focus{
    overflow: hidden !important;
}
.footer-sec {
    font-size: 14px;
}
.footer-housing-sec figure {
    margin: 0px 10px 0px 0px;
}
.footer-housing-sec {
    display: flex;
}
.footer-housing-sec figure:last-child {
    margin: 0px 0px 0px 0px;
}
/*--------------------------------------------------------------
    Promo Elements
-------------------------------------------------------------- */

/* Promo Drawer Styles */
.promo-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.promo-tab {
    background-color: #ffffff;
    color: #122a4b;
    box-shadow: 0px 0px 50px #0000004f;
    font-weight: 400;
    padding: 10px 20px 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    width: 250px;
    font-size: 13px;
    justify-content: center;
    margin: 0 auto;
    margin-left:0;
}

.promo-tab:hover {
    background-color: #122a4b;
    color: #ffffff;
}

#promo-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s;
}

#promo-icon img {
  width: 15px;
  height: 15px;
  filter: invert(1); /* Make SVG white */
}

.promo-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
    background-color: #fff;
 box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.promo-content-inner {
  display: flex;
  flex-direction: row;
}

.promo-drawer.open .promo-content {
  max-height: 280px;
  transition: max-height 0.5s ease-in;
}

.promo-drawer.open #promo-icon {
  transform: rotate(180deg);
}

.promo-drawer-title {
  padding: 30px;
  background-color: #f5f5f5;
  flex: 1;
}

.promo-drawer-title h2 {
    margin-top: 0;
    font-size: 24px;
    color: #343432;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}
.promo-drawer-title p {
  font-size: 16px;
  color: #343432;
}

.slider-container {
  padding: 20px;
  /* CHANGED: Changed from hidden to visible to show scrollbar */
  overflow: visible;
  flex: 2;
}

.slider {
  display: flex;
  gap: 20px;
  /* CHANGED: Make sure overflow-x is set to scroll to force scrollbar display */
  overflow-x: scroll;
  padding: 10px 0 20px 0; /* Added bottom padding for scrollbar */
  scroll-behavior: smooth;
  
  /* Firefox scrollbar styles */
  scrollbar-width: thin;
  scrollbar-color: #343432 #f0f0f0;
}

.slide {
  min-width: 250px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  display: block;
  max-height:200px;
}

/* IMPORTANT: Make scrollbar always visible in Chrome/Safari/Edge */
.slider::-webkit-scrollbar {
  -webkit-appearance: none !important;
  height: 8px;
  width: 8px;
  display: block;
}

.slider::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.slider::-webkit-scrollbar-thumb {
  background-color: #343432;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
}

.slider::-webkit-scrollbar-thumb:hover {
  background-color: #004c99;
}

.hover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  text-decoration: none;
}

.hover-container div {
    background-color: #343432;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    font-size: 15px;
}

.slide:hover .hover-container {
  opacity: 1;
}


/* Responsive adjustments */
@media (max-width: 980px) {
  .promo-content-inner {
    flex-direction: column;
  }
  
  .promo-drawer-title {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .promo-drawer-title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .promo-drawer-title p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .slider-container {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .slider {
    padding-bottom: 15px;
  }
  
  .slide {
    min-width: 200px; /* Slightly smaller on mobile */
    height:auto;
  }
  
  /* Adjust drawer height for mobile */
  .promo-drawer.open .promo-content {
    max-height: 450px; /* Increased to accommodate stacked layout */
  }
  
  /* Adjust tab size for mobile */
  .promo-tab {
    width: 250px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .slide img {
        width: auto;
        max-height:200px;
    }
}

/* For very small screens */
@media (max-width: 480px) {
  .slide {
    min-width: 160px;
  }
  
  .promo-tab {
    width: 250px;
    line-height:1;
  }
  
  .promo-drawer.open .promo-content {
    max-height: 500px;
  }
}







/*--------------------------------------------------------------
    Media Query Elements
-------------------------------------------------------------- */
@media screen and (max-width: 1620px) {

    .map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 750px !important;
}
}
@media screen and (max-width: 1440px) {
   header .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        height: 1em;
        width: 1em;
    } 
    .map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 800px !important;
}
}
@media screen and (max-width: 1340px) {
.top-sp-nav ul li a {
    font-size: 14px;
}
header .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: .9em;
    width: .9em;
} 
body header .header-middle-sec .top-apply-now a {
    padding: 8px 20px 6px 20px !important;
    font-size: 13px !important;
}
}
@media screen and (max-width: 1280px) {
.map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 1000px !important;
}
    
}

@media screen and (max-width: 1200px) {
.top-sp-nav {
    display:none;
}
.header-sec > .wp-block-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: center;
    align-items: center;
}
.header-sec > .wp-block-group > nav,
.header-sec > .wp-block-group > div {
    width:35% !important;
}
.header-sec > .wp-block-group > figure {
    
}
.header-sec > .wp-block-group > nav {
    display: flex;
    justify-content: flex-end;
}
header .wp-block-social-links {
    display: none !important;
}
.header-sec > .wp-block-group > div {
    display: flex;
    justify-content: flex-start;
}
.header-sec > .wp-block-group > nav {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.header-sec > .wp-block-group > figure {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.header-sec > .wp-block-group > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}


}
@media screen and (max-width: 1140px) {
.header-sec > .wp-block-group > nav, .header-sec > .wp-block-group > div {
        width: 30% !important;
    }    
}
@media screen and (max-width: 980px) {

.int-two-side-sec, .step-columns { 
    flex-wrap: wrap !important;
    gap: 0em 0 !important;
}
.int-two-side-sec > .int-side-cnt {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.int-two-side-sec > .int-side-img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.banner-back figure, .banner-back figure img {
    height: 100%;
}
.banner-back {
    height: 100%;
}
.footer-housing-sec {
    justify-content: center;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/09/Altitude-Banner.webp);
  background-repeat: repeat;   /* <— repeats background */
  background-position: center;
  background-size: auto;       /* use cover/contain if needed */
  z-index: -1;
}
.wp-block-columns.banner-front {
    padding: 100px 30px 40px;
}
.banner-front {
    height: auto;
}
.int-two-side-sec > .int-side-img > .wp-block-group.bg-center-center.has-background {
    min-height: 400px !important;
    max-height: 500px;
}
.int-two-side-sec .wp-block-column, .step-columns > .wp-block-column {
    flex-basis: 100% !important;
}
.step-columns > .wp-block-column{
    margin-bottom:40px;
}
 .step-columns > .wp-block-column:nth-child(3) {
    margin-bottom:0px; 
 }
.step-columns > .wp-block-column:nth-child(1), .step-columns > .wp-block-column:nth-child(3) {
    margin-top: 0px;
}
.step-columns > .wp-block-column, .why-us-sec {
    text-align: center;
}
.step-columns > .wp-block-column img {
    max-width: 480px;
}
.header-sec > .wp-block-group > nav, .header-sec > .wp-block-group > div {
    width: 30% !important;
}
.header-sec > .wp-block-group {
    flex-wrap: nowrap;
}
body header .header-sec, .banner-front {
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.top-bottom-spacing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.general-sec, .general-spacing {
    padding: 50px 60px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
.banner-front .wp-block-column { 
    padding-top: 100px;
    padding-bottom: 100px;
} 
.gallery-sec .top-bottom-spacing {
    padding-top: 0px !important;
}
body h1, body h2 {
    font-size: 42px;
}
.banner-front .wp-block-column:last-child {
    display: none;
}
.banner-front p, .banner-front h1, .banner-front .main-btn, .int-side-cnt, .int-side-cnt .has-text-align-right {
    text-align:center;
            width: 100%;
}
.int-side-cnt .wp-block-buttons {
    justify-content: center;
}
.main-btn a, .orange-btn a {
 font-size:16px;   
}
.map-sec div#google-map-section .fullwidth-wrap, 
.map-sec div#google-map-section #map-canvas-categories {
    height: 500px !important;
}
.thgmaps-map {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.map-sec .int-side-cnt .wp-block-group {
    padding-bottom: 50px !important;
}
.footer-columns-1 {
    flex-wrap: wrap !important;
}
.footer-columns-1 .wp-block-column {
    width:50%;
            flex-basis: 49% !important;
            text-align:center;
}
.footer-columns-1 .wp-block-column:nth-child(1) {
    padding-right: 0px;
    width:100%;
            flex-basis: 100% !important;
}
.banner-video:before {
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.50) 80%, rgba(0, 0, 0, 0.30) 100%);

}
}
@media screen and (max-width: 782px) {

div#wpadminbar {
    display: none;
}
html {
    margin-top:0px !important;
}

}
@media screen and (max-width: 767px) {
.mobile-br{
    display:none;
}
body header .header-middle-sec .top-apply-now a {
    padding: 10px 10px 6px 10px !important;
    font-size: 13px !important;
    line-height: 1;
}
.o-anim-ready{
    animation-name: none !important;
}
}
@media screen and (max-width: 640px) {
.header-sec figure img {
    max-width: 145px !important;
} 
.top-bottom-spacing {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
body header .header-sec, .banner-front {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.general-sec, .general-spacing {
    padding: 40px 30px !important;
}
.padding-b-20{
    padding-bottom: 20px !important;
}
body h1, body h2 {
    font-size: 38px;
}
.header-sec > .wp-block-group > nav, .header-sec > .wp-block-group > div, .header-sec > .wp-block-group > figure {
    width: 33.33% !important;
}
.int-two-side-sec > .int-side-img {
    min-height: 250px !important;
    max-height: 300px;
}
.int-two-side-sec > .int-side-img > .wp-block-group.bg-center-center.has-background {
        min-height: 250px !important;
        max-height: 300px;
    }
.wp-block-image img {
    width: 100%;
    height: auto;
}
.wp-block-columns.copyright-columns {
    padding-bottom: 60px !important;
} 
.home-slider figure.wp-block-image.slick-active img {
    min-height: 200px;
}
}
@media screen and (max-width: 480px) {
 
}
@media screen and (max-width: 320px) {
    
}

/*--------------------------------------------------------------
    Iphone/Ipad Elements
-------------------------------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { /* STYLES GO HERE */}

/*(orientation : portrait) / (orientation : landscape)*/
/*6*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { /* STYLES GO HERE */}
/*6p*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { /* STYLES GO HERE */}
/*5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { /* STYLES GO HERE */}