@import url("https://hayyatapps.com/ICONS/icons.css");
/*-------------- Hero CSS ----------------*/
 :root{
  --wao-cobalt-navy:#0F315C;
  --wao-bone:#F0E7DA;
  --wao-warm-taupe:#B8A999;
  --wao-espresso:#3A2C23;
  --wao-antique-gold:#C9A06D;

  --e-global-color-61aa5b4:var(--wao-antique-gold);
  --waos-yellow:var(--wao-antique-gold);

  --weston-font:'Weston';
  --quicksand-font:'Quicksand';

  }

  #wao-home-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  /*height:calc(100vh - 100px);*/
  min-height:650px;
  max-height:780px;
  background:var(--wao-cobalt-navy);
  font-family:"Quicksand", sans-serif;
  overflow:hidden;
}

@font-face{
  font-family:'Weston';
  src:url('/fonts/Weston Free.otf') format('opentype');
  font-weight:normal;
  font-style:normal;
}

body#new-wao-branding h2:not(.non-weston){
  font-family: 'Weston';
  color: var(--waos-yellow);
  font-size: 26px;
}

#wao-home-hero *{
  box-sizing:border-box;
}

#wao-home-hero a{
  text-decoration:none;
}

#wao-home-hero .wao-hero__image{
  position:relative;
  height:100%;
  background:
    linear-gradient(90deg, rgba(240,231,218,.90) 0%, rgba(240,231,218,.52) 36%, rgba(240,231,218,.05) 78%),
    linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(58,44,35,.36) 100%),
    url("/wp-content/plugins/khyzer-designs/img/img_1.jpg");
  background-size:cover;
  background-position:center center;
}

#wao-home-hero .wao-hero__content{
  max-width:760px;
  padding:48px 40px 30px 70px;
  position:relative;
  z-index:2;
}

#wao-home-hero h1.hero-title{
  margin:0 0 22px;
  display:flex;
  flex-direction:column;
  font-family:'Weston', serif;
  font-size:58px;
  line-height:.92;
  letter-spacing:6px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--wao-cobalt-navy);
}

#wao-home-hero .hero-title span{
  display:block;
  margin:0;
  color:var(--wao-cobalt-navy);
  line-height:1.01;
}

#wao-home-hero .hero-title .gold{
  color:var(--wao-antique-gold);
}

#wao-home-hero .wao-hero__content p{
  margin:7px 0;
  font-size:20px;
  line-height:1.25;
  color:var(--wao-cobalt-navy);
  font-weight:600;
}

#wao-home-hero .wao-location-card{
  margin-top:22px;
  display:inline-flex;
  align-items:center;
  gap:16px;
  background:rgba(240,231,218,.96);
  color:var(--wao-cobalt-navy);
  padding:12px 20px;
  border-radius:4px;
  box-shadow:0 10px 25px rgba(58,44,35,.18);
  font-size:16px;
}

#wao-home-hero .wao-location-card i{
  color:var(--wao-cobalt-navy);
  font-size:18px;
}

#wao-home-hero .wao-location-card b{
  width:1px;
  height:30px;
  background:rgba(184,169,153,.8);
}

#wao-home-hero .wao-location-card a{
  color:var(--wao-cobalt-navy) !important;
  font-weight:700;
}

#wao-home-hero .wao-hero__side{
  height:100%;
  background:var(--wao-cobalt-navy);
  color:#fff;
  padding:58px 40px 40px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

#wao-home-hero .wao-pin{
  width:96px;
  height:96px;
  border:3px solid var(--wao-antique-gold);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--wao-antique-gold);
  font-size:38px;
  margin-bottom:38px;
}

#wao-home-hero .wao-pin i{
  color:var(--wao-antique-gold);
}

#wao-home-hero .wao-hero__side h2{
  margin:0;
  font-size:28px;
  line-height:1.35;
  font-weight:400;
  color:#fff;
}

#wao-home-hero .wao-line{
  width:72px;
  height:3px;
  background:var(--wao-antique-gold);
  margin:42px 0 34px;
}

#wao-home-hero .wao-label{
  margin:0 0 7px;
  color:var(--wao-antique-gold);
  font-size:17px;
  line-height:1.2;
  letter-spacing:.6px;
  text-transform:uppercase;
}

#wao-home-hero .wao-phone{
  color:#fff !important;
  font-size:32px;
  line-height:1.1;
  margin-bottom:22px;
  font-weight:400;
}

#wao-home-hero .wao-email{
  color:#fff !important;
  font-size:17px;
  line-height:0.9;
  margin-bottom:10px;
}

#wao-home-hero .wao-btn{
  width:100%;
  max-width:340px;
  padding:20px 24px;
  margin-top:20px;
  font-size:18px;
  letter-spacing:.5px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  transition:.25s ease;
}

#wao-home-hero .wao-btn--filled {
    background: var(--wao-antique-gold);
    color: var(--wao-cobalt-navy) !important;
    border: 2px solid var(--wao-antique-gold);
    font-weight: 700;
}

#wao-home-hero .wao-btn--filled i{
  color:var(--wao-cobalt-navy);
}

#wao-home-hero .wao-btn--outline{
  border:2px solid var(--wao-antique-gold);
  color:var(--wao-antique-gold) !important;
  background:transparent;
}

#wao-home-hero .wao-btn--outline i{
  color:var(--wao-antique-gold);
}

/* Tablet */
@media(max-width:1024px){
  #wao-home-hero{
    grid-template-columns:1fr 360px;
    height:auto;
    min-height:unset;
    max-height:none;
  }

  #wao-home-hero .wao-location-card{
    font-size: 12px;
  }


  #wao-home-hero .wao-hero__image,
  #wao-home-hero .wao-hero__side{
    min-height:650px;
  }

  #wao-home-hero .wao-hero__side h2{
    font-size: 22px;
  }

  #wao-home-hero .wao-hero__content{
    padding:45px 30px;
  }

  #wao-home-hero h1.hero-title {
    font-size: 35px;
    line-height: .94;
    letter-spacing: 4px;
}

  #wao-home-hero .wao-hero__content p{
    font-size:18px;
  }

  #wao-home-hero .wao-phone{
    font-size:26px;
  }

#wao-home-hero .wao-btn {
    padding: 10px 24px;
    font-size: 13px;
}

}

/* Mobile */
@media(max-width:767px){
  #wao-home-hero{
    display:flex;
    flex-direction:column;
  }

  #wao-home-hero .wao-hero__image{
    min-height:560px;
    background-position:center;
  }

  #wao-home-hero .wao-hero__content{
    padding:40px 22px;
  }

  #wao-home-hero h1.hero-title{
    font-size:38px;
    line-height:.96;
    letter-spacing:3px;
  }

  #wao-home-hero .wao-hero__content p{
    font-size:17px;
  }

  #wao-home-hero .wao-location-card{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    text-align:center;
    padding:14px 16px;
  }

  #wao-home-hero .wao-location-card b{
    display:none;
  }

  #wao-home-hero .wao-hero__side{
    min-height:auto;
    padding:45px 22px;
  }

  #wao-home-hero .wao-pin{
    width:82px;
    height:82px;
    font-size:30px;
    margin-bottom:28px;
  }

  #wao-home-hero .wao-hero__side h2{
    font-size:22px;
  }

  #wao-home-hero .wao-line{
    margin:32px 0 28px;
  }

  #wao-home-hero .wao-phone{
    font-size:25px;
  }

  #wao-home-hero .wao-email{
    font-size:16px;
    margin-bottom:28px;
  }

  #wao-home-hero .wao-btn {
    max-width: 100%;
    padding: 9px 20px;
    font-size: 13px;
}
}

    

body#new-wao-branding .waos-eyebrow{
  color:var(--wao-cobalt-navy);
}

body#new-wao-branding .waos-cta-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        135deg,
        color-mix(in srgb, var(--wao-cobalt-navy) 92%, transparent),
        color-mix(in srgb, var(--wao-cobalt-navy) 78%, transparent)
    );

    z-index:1;
}

  .waos-footer[branding="v2"]{
    background: var(--wao-cobalt-navy);
    color: #fff;
}


body#new-wao-branding .waos-footer-logo img {
    max-width: 450px;
    margin-bottom: 30px;
}


/*-------------- Hero CSS ----------------*/

/*-------------- Video Section CSS ----------------*/
[tour-video="1"] {
  display: flex;
  justify-content: left;
  padding: 0px 20px;
}

[tour-video="1"] .waos-inner {
  max-width: 1200px;
  text-align: left;
}

[tour-video="1"] p {
  margin-bottom: 40px;
}

[tour-video="1"] .waos-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

[tour-video="1"] .waos-video iframe {
  width: 100%;
  height: 435px;
  border: none;
}

/* Caption */
[tour-video="1"] .waos-caption {
    margin-top: 10px;
    font-size: 14px;
    color: var(--wao-cobalt-navy);
    text-align: center;
    font-weight: 600;
}

body#new-wao-branding .waos-eyebrow {
    font-size: 18px;
}

/* Mobile */
@media (max-width: 768px) {
  [tour-video="1"] .waos-video-grid {
    grid-template-columns: 1fr;
  }

  [tour-video="1"] .waos-video iframe {
    height: 400px;
  }
}

/*-------------- Video Section CSS ----------------*/


/*-------------- Amneties Section CSS ----------------*/
body#new-wao-branding .waos-flat-intro{
    text-align: left;
    max-width: 1200px;
    margin: auto;
  }

  body#new-wao-branding .waos-flat-price {
    padding-bottom: 0;
}
/*-------------- Amneties Section CSS ----------------*/


/*-------------- Floor Plan Section CSS ----------------*/

body#new-wao-branding .wao-floor-plan-head {
    max-width: 1200px;
    margin-bottom: 20px;
    text-align: left;
}

.wao-floor-plan-wrap{
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0 30px;
  font-family: inherit;
  color: #1a1a1a;
}



.wao-floor-plan-title{
  margin: 0 0 6px 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.2;
}

.wao-floor-plan-address{
  color: #d66a00; /* orange accent */
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}

.wao-floor-plan-tagline{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}

.wao-floor-plan-text p{
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* IMAGE */
.wao-floor-plan-image-wrap{
  margin-top: 20px;
  /*background: #fff;*/
}

.wao-floor-plan-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 700px!important;
    margin: auto;
    border-radius: 7px!important;
    border: 2px solid var(--wao-antique-gold)!important;
    /* filter: drop-shadow(2px 4px 6px black); */
}

/* ACTIONS */
.wao-floor-plan-actions{
  margin-top: 14px;
}

a.wao-action-btns, a.wao-floor-plan-btn {
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    background: var(--waos-yellow);
    color: white;
    font-weight: 600;
    cursor: pointer;
}

a.mg-r{
  margin-right: 12px;
}


/*.wao-floor-plan-btn:hover{
  background: #f7f7f7;
}*/

/* MOBILE */
@media (max-width: 768px){
  .wao-floor-plan-head{
    max-width: 100%;
  }
}

/*-------------- Floor Plan Section CSS ----------------*/

/*-------------- Flexible Options Section CSS ----------------*/
.waos-flex-section{
    position:relative;
    overflow:hidden;
    border-radius:0px;
    min-height:520px;
    padding:70px 150px;
    display:flex;
    align-items:center;

    background-image:url('https://westaustinoffices.com/wp-content/uploads/2026/05/wao-scaled.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    isolation:isolate;
}

/* Dark overlay */
.waos-flex-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.78) 0%,
            rgba(0,0,0,0.75) 45%,
            rgba(0,0,0,0.20) 100%
        );
    z-index:1;
}

/* Content */
.waos-flex-content{
    position:relative;
    z-index:2;
    max-width:620px;
    color:#fff;
}

/* Small heading */
.waos-flex-label{
    display:inline-block;
    margin-bottom:18px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:600;
    color:#d0a46c;
}

/* Main heading */
.waos-flex-content h2{
    margin:0 0 22px;
    font-size:52px;
    line-height:1.08;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
}

/* Paragraph */
.waos-flex-content p{
    margin:0;
    font-size:20px;
    line-height:1.8;
    color:rgba(255,255,255,0.88);
}

/* Button */
.waos-flex-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:34px;
    padding:18px 34px;

    background:#c89d63;
    color:#fff !important;

    border-radius:14px;

    text-decoration:none;
    font-size:18px;
    font-weight:600;

    transition:all .25s ease;
}

.waos-flex-btn:hover{
    background:#d9ae74;
    transform:translateY(-2px);
}

/* Responsive */
@media(max-width:768px){

    .waos-flex-section{
        min-height:auto;
        padding:50px 30px;
        /*border-radius:18px;*/
    }

    .waos-flex-content h2{
        font-size:34px;
    }

    .waos-flex-content p{
        font-size:17px;
        line-height:1.7;
    }

    .waos-flex-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

}

/*-------------- Flexible Options Section CSS ----------------*/


/*-------------- G-Address Section CSS ----------------*/
body#new-wao-branding .waos-two-col {
    padding: 100px 20px;
}

/*-------------- G-Address Section CSS ----------------*/


/*-------------- Ideal for  Section CSS ----------------*/
.waos-pro-bg-section {
    position: relative;
    overflow: hidden;
    padding: 70px 24px;
    background-image: url('https://westaustinoffices.com/wp-content/plugins/khyzer-designs/img/img_16.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    isolation: isolate;
}

.waos-pro-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,25,55,.86) 0%,
        rgba(0,25,55,.70) 48%,
        rgba(0,25,55,.50) 100%
    );
    z-index:1;
}

.waos-pro-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr .6fr;
    gap: 58px;
    align-items: center;
}

.waos-pro-content{
    max-width:720px;
    color:#fff;
}

.waos-pro-eyebrow{
    display:block;
    margin-bottom:18px;
    color:#d0a46c;
    font-size:15px;
    font-weight:600;
    letter-spacing:1.4px;
}

.waos-pro-content h2{
    margin:0 0 18px;
    color:#d0a46c;
    font-size:36px;
    line-height:1.15;
    text-transform:uppercase;
}

.waos-pro-content p{
    margin:0 0 20px;
    font-size:16px;
    line-height:1.65;
    color:rgba(255,255,255,.92);
}

.waos-pro-highlight{
    position:relative;
    margin:24px 0 !important;
    padding:0 0 0 18px;
    max-width:680px;
    color:#fff !important;
    font-weight:600;
    background:transparent !important;
    border-left:4px solid #d0a46c;
}

.waos-pro-card{
    padding:42px;
    border-radius:24px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.32);
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);
    box-shadow:0 24px 70px rgba(0,0,0,.22);
    color:#fff;
}

.waos-pro-card h3{
    margin:0 0 22px;
    font-size:28px;
    line-height:1.28;
    color:#fff;
}

.waos-pro-card p{
    margin:0 0 20px;
    font-size:16px;
    color:rgba(255,255,255,.82);
}

.waos-pro-checklist{
    list-style:none;
    padding:0;
    margin:18px 0 0;
}

.waos-pro-checklist li{
    position:relative;
    margin-bottom:13px;
    padding-left:38px;
    font-size:16px;
    line-height:1.45;
    color:#fff;
}

.waos-pro-checklist li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    width:25px;
    height:25px;
    border-radius:50%;
    background:#d0a46c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:15px;
}

.waos-pro-subheading{
    margin:26px 0 10px;
    font-size:18px;
    line-height:1.3;
    color:#d0a46c;
    text-transform:uppercase;
    letter-spacing:1px;
}

@media(max-width:900px){
    .waos-pro-bg-section{
        padding:56px 22px;
    }

    .waos-pro-inner{
        grid-template-columns:1fr;
        gap:34px;
    }

    .waos-pro-content h2{
        font-size:30px;
    }

    .waos-pro-content p,
    .waos-pro-checklist li{
        font-size:16px;
    }

    .waos-pro-card{
        padding:30px;
    }

    .waos-pro-card h3{
        font-size:24px;
    }
}

/*-------------- Ideal for  Section CSS ----------------*/


/*-------------- Features  Section CSS ----------------*/
.waos-location-section{
    padding:80px 24px;
    /*background:#f6f1ea;*/
}

.waos-location-inner{
    max-width:980px;
    margin:0 auto;
}

.waos-location-eyebrow{
    display:block;
    margin-bottom:18px;
    color:#00305f;
    font-size:15px;
    font-weight:700;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

.waos-location-inner h2{
    margin:0 0 24px;
    color:#d0a46c;
    font-size:42px;
    line-height:1.15;
    text-transform:uppercase;
}

.waos-location-inner p{
    margin:0 0 20px;
    color:#111;
    font-size:16px;
    line-height:1.7;
}

.waos-location-list{
    list-style:none;
    padding:0;
    margin:34px 0;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px 28px;
}

.waos-location-list li{
    position:relative;
    padding-left:38px;
    font-size:16px;
    line-height:1.45;
    color:#111;
}

.waos-location-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#d0a46c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.waos-location-close{
    margin-top:28px !important;
    padding:18px 22px;
    border-left:5px solid #d0a46c;
    background:#fff;
    border-radius:12px;
    font-weight:700;
    color:#00305f !important;
    font-size: 14px!important;
}

@media(max-width:768px){
    .waos-location-section{
        padding:56px 22px;
    }

    .waos-location-inner h2{
        font-size:32px;
    }

    .waos-location-inner p{
        font-size:16px;
    }

    .waos-location-list{
        grid-template-columns:1fr;
    }
}

/*-------------- Features  Section CSS ----------------*/

/*-------------- CTA Section CSS ----------------*/
.waos-tour-footer-wrap{
    position:relative;
    z-index:5;
    padding:0px 24px 0;
    background:#fff;
}

.waos-tour-card{
    max-width:1200px;
    margin:auto;
    padding:58px 70px;
    position:relative;
    z-index:10;

    background:
        linear-gradient(135deg, rgba(15,49,92,.96), rgba(58,44,35,.94)),
        url('https://westaustinoffices.com/wp-content/uploads/2026/03/img_4.jpg');

    background-size:cover;
    background-position:center;
    background-blend-mode:multiply;

    border-radius:28px;
    color:#fff;
    box-shadow:0 28px 70px rgba(0,0,0,.22);
}

.waos-tour-card span{
    display:block;
    margin-bottom:18px;
    color:var(--wao-antique-gold);
    font-size:14px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.waos-tour-card h2{
    max-width:760px;
    margin:0 0 18px;
    font-size:42px;
    line-height:1.12;
    color:#fff;
}

.waos-tour-card p{
    max-width:780px;
    margin:0 0 30px;
    font-size:19px;
    line-height:1.65;
    color:rgba(255,255,255,.88);
}

.waos-tour-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:12px;
    background:var(--wao-antique-gold);
    color:#fff !important;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:.25s ease;
}

.waos-tour-btn:hover{
    transform:translateY(-2px);
    background:#d6ad78;
}

.waos-footer{
    padding-top:110px;
}

@media(max-width:768px){
    .waos-tour-footer-wrap{
        padding:55px 20px 0;
    }

    .waos-tour-card{
        margin-bottom:-70px;
        padding:38px 28px;
        border-radius:22px;
    }

    .waos-tour-card h2{
        font-size:30px;
    }

    .waos-tour-card p{
        font-size:16px;
    }

    .waos-footer{
        padding-top:90px;
    }
}

/*-------------- CTA Section CSS ----------------*/

/*-------------- Contact page CSS ----------------*/
.waos-contact-intro{
  max-width:600px;
  margin:0 auto 30px;
  text-align:center;
  font-size:16px;
  line-height:1.6;
  color:#555;
}

.waos-contact-title{
  font-size:32px;
  margin-bottom:10px;
  text-align:center;
}

.waos-contact-section{
  max-width:1200px;
  margin:0px auto;
  padding:0 20px;
}

/* CALL CTA */
.waos-call-cta{
  text-align:center;
  margin-bottom:50px;
}

a.waos-call-btn{
  display:inline-block;
  padding:16px 36px;
  background:var(--wao-antique-gold);
  color:white;
  font-weight:700;
  border-radius:40px;
  text-decoration:none;
  font-size:18px;
}

a.waos-call-btn:hover{
  background:var(--wao-bone);

}

.waos-call-btn i{
  margin-right:10px;
}

/* GRID */
.waos-contact-grid{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:50px;
  margin-bottom:60px;
}

/* FORM */
.waos-contact-form h2{
  margin-bottom:8px;
}

.waos-subtext{
  margin-bottom:24px;
  color:#555;
}

.waos-field{
  margin-bottom:16px;
}

.waos-field label{
  display:block;
  font-size:14px;
  margin-bottom:6px;
}

.waos-field input,
.waos-field textarea{
  width:100%;
  padding:12px 14px;
  border-radius:8px;
  border:1px solid #ddd;
  font-size:14px;
}


.waos-field input[type="checkbox"]{
  width:revert;
}

.waos-checkbox label{
  font-size:13px;
}

button.waos-submit-btn{
  margin-top:10px;
  padding:14px 30px;
  background:var(--wao-antique-gold);
  color:#fff!important;
  border:none;
  border-radius:8px;
  font-weight:600;
  cursor:pointer;
}

button.waos-submit-btn:hover{
  background:var(--wao-bone);

}

/* INFO CARD */
.waos-contact-info{
  background:#fff;
  padding:30px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.waos-contact-info h3{
  margin-bottom:20px;
}

.waos-info-item{
  display:flex;
  gap:14px;
  margin-bottom:18px;
}

.waos-info-item i{
  color:var(--wao-antique-gold);
  font-size:18px;
  margin-top:4px;
}

/* SOCIAL */
.waos-social a{
  display:inline-block;
  margin-right:10px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#000;
  color:#fff;
  text-align:center;
  line-height:36px;
}

/* MAP */
.waos-map iframe{
  border-radius:16px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .waos-contact-grid{
    grid-template-columns:1fr;
  }

  a.waos-call-btn{font-size: 14px;}

}
/*-------------- Contact page CSS ----------------*/

