/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/



/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){





}

/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }

}

/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){

}

/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){

}


.mobile-header{
  background-color:#000;
}
.mobile-header a{
  color:#fff;
}

.main-header {
  position: fixed;
  background-color: #00000091;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center; /* Centers the bar vertically */
  height:120px;

  @media screen and (min-width: 768px) {
      /* position: fixed; */
      background-color: #00000091;
  }
  @media screen and (min-width: 1024px) {
      /* position: fixed; */
      background-color: #00000091;
  }
  @media screen and (min-width: 1200px) {
    background: #00000091;
    /* position: fixed; */
  }
}

  /* background: #BFBFBF;
  background: linear-gradient(90deg,rgba(191, 191, 191, 1) 0%, rgba(219, 219, 219, 1) 12%, rgba(255, 255, 255, 0) 20%, rgba(235, 235, 235, 1) 34%, rgba(214, 214, 214, 1) 53%, rgba(191, 191, 191, 1) 100%); */
 /* margin-top:60px;
  margin-bottom:60px; 

 height:80px; */
@media (min-width: 768px){

}
@media (min-width: 1038px){

}
@media (min-width: 1024px){

}
@media (min-width: 1194px) {

}
@media (min-width: 1200px){

}
/* @media screen and (min-width:1000px){ */
header .interior-page {
  /* position: relative; */
  display: flex;
  align-items: center; /* Centers the bar vertically */
  height: 120px;       /* Total height needed to fit the large logo */
  position: sticky;
}

.gradient-bar {
  @media screen and (min-width:1000px){
      width: 100%;
      height: 40px;        /* This creates the "skinny" look from your image */
      background: #dedede;
      background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 11%, rgba(255, 255, 255, 0) 18%, rgba(244, 244, 244, 0) 32%, rgb(0, 0, 0) 39%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0.699) 100%);
      /* background: linear-gradient(90deg,rgba(219, 219, 219, 0.7) 0%, rgb(219, 219, 219) 11%, rgba(255, 255, 255, 0) 18%, rgba(244, 244, 244, 0) 32%, rgba(235, 235, 235, 1) 39%, rgba(214, 214, 214, 1) 80%, rgba(219, 219, 219, 0.699) 100%); */
      display: flex;
      align-items: center;
  }
  @media screen and (min-width:1281px){
      background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 11%, rgba(255, 255, 255, 0) 18%, rgba(244, 244, 244, 0) 32%, rgb(0, 0, 0) 39%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0.699) 100%); 
  }
}
.content-wrapper {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; */
  @media screen and (min-width:1000px){
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .hide-on-mobile {
    display: none;
  }
}
/* } */
.fa-bars{
  color:#fff;
}
/* header .container{
  display: flex;
  flex-direction: row; 
  justify-content: space-between; 
  padding: 0.5rem 1rem;
} */

header .logo{
  height:70px;
 /* Set the height of your image  */
  width: auto; /* Keep the height/width ratio of source image  */
  @media screen and (min-width:768px){
      height: 100px; 
  }
  @media screen and (max-width:1000px){
      margin-left:20px;
      margin-top:20px;
  }
}
nav ul{
  font-family: "Asap", sans-serif;
}
@media screen and (min-width:1000px){
nav ul{
  display: flex;
  /* flex-direction: row; */
   flex: 1; /*Use the rest of the available space of the <header> */
  justify-content: center; /* Keep the links in the center of this element  */
  align-items: center; /* Puts the links vertically in the center of the <nav> */
  font-size: 20px;
}
}
nav a{
  padding: 1rem;
  text-decoration: none; /* Take away the default link styling  */
  color: #fff;
  /* border-bottom: 2px solid transparent; */
}
nav  a:hover{
  color:#fff;
  text-decoration: none; /* Take away the default link styling  */

  /* border-bottom: 2px solid black; */
  transition: border-bottom 0.4s ease-in;
}
nav a:focus{
  color: #fff;
  text-decoration: underline;
}
/* .navbar button{
  float:left;
} */
.dropdown-item:hover{
  background-color:#823131;
  color:#fff;
}
.dropdown-menu{
  padding-top:0px;
  padding-bottom:0px;
  border:none;
}



/* SLIDE SHOW */
.carousel-caption{
  margin-bottom:100px;
}
.carousel-caption p{
  color:#fff;
  font-family: "Asap", sans-serif;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  /* text-shadow: #000000 0px 0 20px; */
}

/* .home-video { */
  /* .carousel-item {
      @media (min-width:1200px) {
          height:auto;
      }
      @media (min-width:1280px) {
          height:720px;
      }
      @media (min-width:1366px) {
          height:770px;
      }
      @media (min-width:1370px) {
          height:830px;
      }
  } */
  /* .carousel-inner {
      overflow: hidden;
      margin-bottom: -7px;

      @media (min-width:768px) {
          margin-bottom: -7px;
          height: 350px;
      }
      @media (min-width:1024px) {
          margin-bottom: -7px;
          height: 450px;
      }
      @media (min-width:1200px) {
          height:auto;
      }
      @media (min-width:1280px) {
          height:720px;
      }
      @media (min-width:1366px) {
          height:590px;
      }
      @media (min-width:1370px) {
          height:710px;
      }
  } */
  .home-page-video{
      /* height:700px; */
      width: 100%; /* Set your desired size */
      aspect-ratio: 16 / 9; /* Keeps the player shape*/
      overflow: hidden; /* Crops any part of the video spilling out */
      /* position: relative; */
      /* border-top:5px solid #823131; */
      display:block;
      /* margin-top:-60px; */
      @media screen and (min-width:1200px){
          height:700px;
      }

      @media screen and (min-width:1800px){
          height:800px;
      }
  }
  .home-page-video video{
      min-width: 100%;
      max-height: 100%;
      object-fit: cover; /* Forces the video to fill the container */
      object-position: bottom bottom; /* Changes where the video is cropped from */  
  }

  
      /* video {
      width:100%;
      
      @media (min-width:768px) {
          top: -50px;
      }
      @media (min-width:1024px) {
         top: -130px;
      }
      @media (min-width:1200px) {
          position: relative;
          top: 0px;
      }
      @media (min-width:1366px) {
          top: -1px;
      }
      @media (min-width:1400px) {
          top: 0px;
      }
      @media (min-width:1600px) {
          top: -200px;
      
  }} */
/* } */

/* HOMEPAGE ABOUT US */
.hp-about-us{
  background-image: url(../../images/ab-bg.png);
  padding-top:45px;
  padding-bottom:45px;
  font-family: "Asap", sans-serif;
  border-top: 5px solid #823131;
  
}
.hp-about-us .container{
  background-color: #ffffffb1;
  border-radius: 20px;
  padding:20px;
  margin-top:15px;
  margin-bottom:15px;
  padding-top:35px;
  padding-bottom:35px;
  width:95%;
  @media screen and (min-width:600px){
  display: flex;
  flex-direction: row;
  }
}
.hp-about-us p{
  font-size: 15px;
  line-height: 1.5;
  color:#000;
  @media screen and (min-width:1024px){
      font-size: 21px;
  }
}
.hp-about-text{
  width: 90%;
  margin:auto;
}
.hp-about-btn{
  width:90%;
  margin:auto;
}
.hp-about-btn button{
  background-color:#823131;
  color:#fff;
  border: solid 1px #823131;
  font-weight:500;
  border-radius:10px;
  padding: 5px 25px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.hp-about-btn button:hover{
  background-color:#fff;
  color:#823131;
  border: solid 1px #823131;
  transition: 300ms ease-in-out;
  transform: scale(1.2) rotate(-2deg);
}
.hp-about-img{
  /* float:right; */
  @media screen and (min-width:600px){

    width:30%;
  }
}
.hp-about-img img{
  max-width:100%;
}


/* HOMEPAGE SERIVES AND SPECIALS */


/* .hp-services-specials{
  margin-top:50px;
  margin-bottom:50px;
} */

/* 
.focus-area-card{
  margin-bottom: 30px;
  @media screen and (min-width:700px){
      margin-top:10px;
      margin-bottom:10px;
  }
} */

.hp-services-specials{
  max-width:99.2%;
}
.hp-services-specials .col-md-6{
  padding-right:0px;
  padding-left:0px;
}

.focus-area-image {
  position: relative;
  display: inline-block;
  max-width:100%;
}
.focus-area-image img{
  max-width:100%;
  object-fit:contain;
}
.focus-area-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  box-shadow: inset 0px 0px 500px 30px rgba(0, 0, 0, 0.7);
  pointer-events: none; /* Allows clicking the image through the shadow */
  transition: 200ms ease-in-out;

}
.focus-area-image:hover::after{
  box-shadow: none;
  transition: 200ms ease-in-out;
}

.overlay-text {
  position: absolute;
  top: 50%; /* Moves text 50% from the top */
  left: 50%; /* Moves text 50% from the left */
  font-family: "Crimson Text", serif;
  font-style: italic;
  transform: translate(-50%, -50%); /* Precisely centers the text */
  color: white; /* Visibility */
  font-size: 60px;
  z-index: 5;
  background: rgba(153, 153, 153, 0.193);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(0, 0, 0, 0.034);
  /* background-color:#00000024;
  border:1px solid #ffffff31; */
  padding:5px 18px;
  transition: 200ms ease-in-out;
  @media screen and (min-width:432px){
    font-size:94px;
  }
  @media screen and (min-width:1000px){
  padding:5px 40px;

  }
  /* font-weight: bold; */
}

.focus-area-image:hover .overlay-text{
  background-color: #48484824;
  transition: 200ms ease-in-out;

}

/* Gift Card */
.gift-card{
  background-color: #f2f2f2;
  padding-top:30px;
  padding-bottom:30px;
  @media screen and (min-width:1024px){
      padding-top:50px;
      padding-bottom:50px;
  }
}
.gift-card-image img{
  width:100%;
}
.gift-card-title p{
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size:25px;
  @media screen and (min-width:1024px){
      font-size:40px;
  }
}
.gift-card-text p{
  font-family: "Asap", sans-serif;
  font-size: 15px;
  @media screen and (min-width:1024px){
      font-size:20px;
  }
}
.gift-card button{
  background-color:#823131;
  color:#fff;
  border: solid 1px #823131;
  font-weight:500;
  border-radius:10px;
  padding: 5px 20px;
  margin-top:10px;
  letter-spacing: 1px;
  cursor: pointer;
  font-size:14px;
  margin-bottom:20px;

  transition: 300ms ease-in-out;
  @media screen and (min-width:700px){
      margin-bottom:20px;
  }
  @media screen and (min-width:1024px){
      font-size:15px;
      margin-top:20px;
  }
}
.gift-card button:hover{
  background-color:#fff;
  color:#823131;
  border: solid 1px #823131;
  transition: 300ms ease-in-out;
  transform: scale(1.2) rotate(-2deg);
}
/* .gift-card-image{
  display:flex;
  justify-content: flex-end;
}  */


/* Parallax Image */
.parallax-image{
  height:200px;
  background-image: url(../../images/interior-panoramic.png);
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  @media screen and (min-width:768px){
    background-attachment: fixed;
  }
  @media (min-width: 1194px){
      height:500px;
  }
}


.mini-sections{
  margin-top:50px;
  margin-bottom:50px;
}
.div1{
  width:100%;
  @media screen and (min-width:1024px){
  width:50%;
      
  }
}
.appointment-card{
  background-color:#E6E6E6;
  padding:20px 40px;
  width:100%;
  /* height:315px; */
  /* height: auto; */
  border-radius: 15px;
  margin:auto;
  @media screen and (min-width: 1204px){
      width:70%;
      margin-right:0px;
      height:315px;
  }
}
.appointment-card p{
  font-family: "Asap", sans-serif;
  font-size: 30px;
  color:#000;
}
.appointment-card .form-group{
  -webkit-box-shadow: 3px 3px 5px -1px #823131;
  -moz-box-shadow: 3px 3px 5px -1px #823131;
  box-shadow: 3px 3px 5px -1px #823131;
}
.appointment-card .submit-btn{
  background-color:#823131;
  color:#fff;
  border: solid 1px #823131;
  font-weight:500;
  border-radius:10px;
  padding: 5px 20px;
  margin-top:10px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.appointment-card .submit-btn:hover{
  background-color:#fff;
  color:#823131;
  border: solid 1px #823131;
  transition: 300ms ease-in-out;
  transform: scale(1.2) rotate(-2deg);
}
.div2{
  width:100%;
  @media screen and (min-width:1024px){
      width:50%;
  }
}
.div2 .iframe-container{
  margin:auto;
  @media screen and (min-width:1024px){
    margin-left:0px;
  }
}
.div2 iframe{
  margin:auto;
  margin-top:40px;
  border-radius: 15px;
  max-width:100%;
  @media screen and (min-width:1024px){
      margin-top:0px;
      margin-left:0px;
  }
}


/* Product Logos */
.hp-product-logos{
  background-color:#f4f4f4;
  padding: 20px 0px;
}
.product-logo-imgs img{
  width:100%;
  margin:auto;
}
.product-logo-imgs{
  width:90%;
  margin:auto;
}


/* FOOTER */
footer{
  background-color: #000000;
  padding-top:30px;
  padding-bottom:30px;    
}

.footer-logo{
  margin:auto;
  width:200px;
  display:flex;
  flex-direction: column;
  @media screen and (min-width: 1024px){
      margin-left:0px;
      width:300px; 
  }
}
.footer-logo img{
  width:100%;
  margin-bottom: 40px;
  @media screen and (min-width: 1024px){
      width:300px;
      margin-bottom: 40px;
  }
}
.footer-phone{
  text-align: center;
  margin-bottom:20px;
  color:#fff;
  display:flex;
  align-items: center;
  justify-content:center;
}
.footer i{
  color:#fff;
  font-size:25px;
  padding-right:10px;
}

.logo-nav{
  display:flex;
  flex-direction: column;
  margin:auto;
  @media screen and (min-width: 1024px){
      flex-direction: row;
  }
}


.footer-nav{
  display: flex;
  flex-direction: column;
 
  /* justify-content: space-between; */
}
@media screen and (min-width: 768px){
  .footer-nav{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 30px;
  }
}
.footer ul {
  columns: 1;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  /* margin-top: 15px; */
  list-style-type: none;
  padding-left:0px;
  font-size:15px;
  margin:auto;
  
}
@media (min-width: 768px) {
.footer ul {
  columns: 2;
  text-align: left;
  margin-top: 0px;
}
}
@media (min-width: 1024px) {
.footer ul {
  columns: 3;
  text-align: left;
  margin-top: 0px;
}
}
@media (min-width: 1200px) {
.footer ul {
  columns: 4;
  text-align: left;
  /* gap:40px; */
  }
}
.footer li{
  /* margin-right:5px; */
  margin-left:5px;
  margin-bottom:5px;
}

.footer a{
  color:#fff;
  text-decoration: none;
}
.footer-btn{
  background-color:#fff;
  border:none;
  border-radius: 5px;
  padding: 3px 10px 3px 10px;
  transition:300ms ease-in-out;
  margin-top:6px;
}
.footer-btn a{
  color:#823131;
}
.footer-btn:hover{
  background-color: #823131;
  transition:300ms ease-in-out;
}
.footer-btn:hover a{
  color:#fff;
}

/*ddmg signiture*/
.ddmg-sig {
  background-color: #252525;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}                 


.interior-page{
  height:100px; /*Pushes content down so it is not behind the header*/
}

/*image banner*/



.img-banner {
  
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 177px 0 54px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  /* font-family: "Crimson Text", serif; */

  /* font-family: "Nunito", serif; */
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 35px;
  }
}

/* header images */
.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/banner1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgOne {
    /* background-position: -335px; */
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: bottom;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner3.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner4.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: center;
    background-repeat: no-repeat;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner5.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner6.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
  margin-top:50px;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

/*watermark image*/
/* main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
} */

main.logo-bg {
  background: url("../../images/watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 18%;
    margin-bottom:30px;
  }
}




/* ABOUT US PAGE */
.about-us-page{
  min-height: 400px;
  display:flex;
  align-items: center;
}
.about-us-page .container{
  background-color:#8231311b;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 3px 3px 10px -0.5px #dddddd;
  -moz-box-shadow: 3px 3px 10px -0.5px #dddddd;
  box-shadow: 3px 3px 10px -0.5px #dddddd;
  padding:30px 20px 30px 20px;
  border-radius: 3px;
}

/* OUR TEAM PAGE */
.our-team-page{
  min-height:400px;
  display:flex;
  align-items: center;
}
.our-team-page .overlay-card {
  position: relative;
  aspect-ratio: 3 / 3;
  overflow: hidden;
  border-radius: 8px;
  margin:15px;
}
.our-team-page .ovelay-card .our-team-image{
  width:100%;
  height:250px;
  overflow:hidden;
  
  
}
.our-team-page .overlay-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  
  
}

/* Hover Zoom Effect */
.our-team-page .overlay-card:hover img {
  transform: scale(1.05);
}

.our-team-page .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.25rem 1.25rem;
  /* Dark gradient fade behind text */
  background: linear-gradient(to top, rgba(55, 1, 1, 0.9) 0%, rgba(63, 1, 1, 0.4) 70%, transparent 100%);
  color: #ffffff;
  z-index: 2;
}

.our-team-page .overlay-content .card-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
}

.our-team-page .overlay-content .card-text {
  font-size: 0.9rem;
  color: #d1d5db;
  margin: 0;
}

/* .our-team-page .card{
  margin-top:25px;
  margin-bottom:25px;
  min-height:300px;
  padding:0px;
}
.our-team-image{
  height:200px;
  width:100%;
  overflow:hidden;
 
}
.our-team-image img{
  max-height:100%;
  min-width:100%;
  object-fit: cover;
} */

/* TEAM DETAIL PAGE */
.team-detail-page{
  min-height:500px;
  margin-top:30px;
  margin-bottom:30px;
}
.team-detail-page .container{
  background-color:#74090929;
  padding:30px;
  width:90%;
  margin:auto;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.team-detail-page h2{
  font-size:18px;
  @media screen and (min-width:768px){
    font-size:30px;
  }
}
.team-detail-page h3{
  font-size:16px;
  @media screen and (min-width:768px){
    font-size:25px;
  }
}
.team-detail-page p{
  font-size:14px;
  @media screen and (min-width:768px){
    font-size:18px;
  }
}
.team-detail-page .return-btn{
  background-color:#490707;;
  color:#fff;
  padding:2px 10px;
  border:1px solid #490707;
  border-radius:5px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  /* margin-bottom:30px; */
}
.team-detail-page .return-btn:hover{
  background-color:#fff;
  color:#490707;
  border:1px solid #490707;
  transition: 300ms ease-in-out;
}

/* JOIN OUR TEAM PAGE */
.join-team-page .card{
  background-color:#8231311b;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 3px 3px 10px -0.5px #dddddd;
  -moz-box-shadow: 3px 3px 10px -0.5px #dddddd;
  box-shadow: 3px 3px 10px -0.5px #dddddd;
  padding:30px 20px 30px 20px;
  border-radius: 3px;
}

/* Testimonials */
.testimonials-page .card{
  padding:15px;
  background: #f3e5e5;
}
.testimonials-page .card-columns {
  column-count: 1;
  @media (min-width:768px) {
    column-count: 2;
  }
  @media (min-width:1024px) {
    column-count: 3;
  }
}
.testimonials-page .line {
  border: 2px solid #823131;
}
#submit-test-btn button{
  background-color:#823131;
  padding:5px 20px;
  color:#fff;
  border:none;
  border-radius:5px;
  cursor: pointer;
  transition:200ms ease-in-out;
}
#submit-test-btn button:hover{
  background-color: #662727;
  transition:200ms ease-in-out;
}

/* submit testimonial on front end */
.submit-test-form .modal-header{
  /* background-color: #823131; */
  color:#823131;
  border-bottom: 2px solid #823131;
}

.submit-test-form .modal-footer input{
  background-color: #823131;
  color:#fff;
  padding:2px 10px;
  cursor: pointer;
}

/* FAQ Page */
.faq-page{
  margin-top:50px;
  /* margin-bottom:50px; */
}
.faq-page .card{
  margin:auto;
  margin-bottom:10px;
  width:90%;
  -webkit-box-shadow: 3px 3px 5px -0.8px #b67272;
  -moz-box-shadow: 3px 3px 5px -0.8px #b67272;
  box-shadow: 3px 3px 5px -0.8px #b67272;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.faq-page .card-header{
  background-color: #662727;
  color:#fff;
}


/* Services Page */
.services-page{
  margin-top:20px;
  margin-bottom:60px;
  @media screen and (min-width:768px){
    margin-top:60px;
  }
}
/* category button start */
.services-page .service-category-btn{
  background-color:#fff;
  color:#823131;
  border: solid 1px #823131;
  font-weight:500;
  border-radius:10px;
  padding: 2px 15px;
  font-size:13px;
  margin-top:5px;
  margin-bottom:5px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  @media screen and (min-width:768px){
    padding: 5px 25px;
    font-size:20px;
  }
}
.services-page .service-category-btn:focus,
.services-page .service-category-btn:hover {
  /* color:#823131; */
  background-color:#823131;
  color:#fff;
  border: solid 1px #823131;
  transition: 300ms ease-in-out;
}
.services-page .service-category-btn:focus:after,
.services-page .service-category-btn:hover:after {
  width: 100%;
  left: 0%;
}
.services-page .service-category-btn:after {
  content: "";
  pointer-events: none;
  width: 0%;
  height: 2px;
  background-color:#823131;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}
.cat-topic a.active-topic button {
  background-color:#823131;
  color:#fff;
}
/*category button end*/
.services-page .card{
  margin-bottom:15px;
}
.services-page .card-header{
  background-color:#e0e1eb;
  padding:0px;
  padding-top:15px;
  /* padding-bottom:18px; */
}

.services-page .card-header .accicon {
  float: left;
  font-size: 20px;
  width: 1.2em;
  align-items: center;
  background: #ffffff00;
  border-radius: 4px;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  right: 25px;
  top: 12px;
  width: 45px;
  padding-bottom: 17px;
  padding-left:10px;
}
.services-page .card-header .accicon i {
  color: #000000;
}
.services-page .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

/* Packages and specials page */
.packages-specials-page {
  margin-top:50px;
  margin-bottom:50px;
}
.packages-specials-page .card{
  margin:auto;
  width:90%;
  margin-bottom:20px;
  border:none;
  background-color: #f7f7f7;
  @media screen and (min-width:740px){
    width:100%;
    height:auto;
  }
}
.packages-specials-page .card-header{
  background-color:#eaeaea;
  border:none;
  font-family: "Crimson Text", serif;
  padding-top:20px;
  padding-bottom:20px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  @media screen and (min-width:432px){
    padding-top:30px;
    padding-bottom:30px;
  }
}
.packages-specials-page .card-header h4{
  font-size:18px;
  @media screen and (min-width:432px){
    font-size:23px;
  }
}
.packages-specials-page .card-body img{
  width:100%;
  /* float:unset; */
  @media screen and (min-width:768px){
    float:right;
    width:35%;
    margin-left:10px;
  }
}
.packages-specials-page .card-body{
  /* font-family: "Asap", sans-serif; */
  /* border-bottom: dotted 3px #823131;
  border-right: dotted 3px #823131; */
  
  @media screen and (max-width:768px){
    display:flex;
    flex-direction: column-reverse;
  }
}
.collapse.show img{
  padding-bottom:20px;
}

/* Base icon style (pointing down) */
.accordion-icon {
  display: inline-flex;  
  align-items: center;
  justify-content: center;
  width: 24px;                
  height: 24px;               
  line-height: 0 !important;   
  transform-origin: center center; 
  transition: transform 0.3s ease; 
}
.accordion-icon::before {
  display: block;
  line-height: 0 !important;
}
/* Rotates the icon to point up when the accordion opens */
.accordion-header[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}


/* Appointment Request Page */
.appointment-page{
  margin-top:50px;
  margin-bottom:50px;
}
.appointment-page .container{
  width:90%;
  margin:auto;
  background-image: url(../../images/app-request-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #6c0c0c26; */
  padding:40px;
  border-radius: 5px;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.appointment-page .appointment-text p{
  /* width:65%;
  margin:auto; */
  font-size:13px;
  margin-bottom:20px;
  @media screen and (min-width:432px){
    font-size:16px;
  }
}
.appointment-input input{
  background-color:#ffffff2a;
  border:solid 1px #fff;
  font-size:14px;
  color: #490707;
}
.appointment-input textarea{
  background-color:#ffffff2a;
  border:solid 1px #fff;
  font-size:14px;
  color: #490707;
}
.appointment-input select{
  background-color:#ffffff2a;
  border:solid 1px #fff;
  font-size:14px;
  color: #490707;
}
.appointment-page .form-control::placeholder{
  color: #490707;
  
}

.appointment-page .form-control:focus{
  color: #490707;
  background-color: #ffffff2a;
  border: solid 1px #662727;
  outline: 0;
  /* box-shadow: 0 0 0 .2rem rgba(0,123,255,.25); */
}
.appointment-page .form-control:focus-visible{
  border: solid 1px #662727;
  box-shadow: none;
}
.submit-btn input{
  background-color:#823131;
  color:#fff;
  border: solid 1px #823131;
  font-weight:500;
  border-radius:10px;
  padding: 5px 25px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.submit-btn input:hover{
  background-color:#fff;
  color:#823131;
  border: solid 1px #823131;
  transition: 300ms ease-in-out;
  transform: scale(1.2) rotate(-2deg);
}

/* RECAPTCHA MEDIA QUERIES */
@media screen and (min-width: 320px){
  .g-recaptcha {
    transform: scale(0.60);
    transform-origin: 0 0;
  }
}
@media screen and (min-width: 375px){
  .g-recaptcha {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}
@media screen and (min-width: 393px){
  .g-recaptcha {
    transform: scale(0.94);
    transform-origin: 0 0;
  }
}
@media screen and (min-width: 428px){
  .g-recaptcha {
    transform: scale(1.00);
    transform-origin: 0 0;
  }
}



/* appointment success */
.appointment-success{
  min-height:400px;
  display:flex;
  align-items: center;
}
.appointment-success .container{
  background-color:#8231311b;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 3px 3px 10px -0.5px #dddddd;
  -moz-box-shadow: 3px 3px 10px -0.5px #dddddd;
  box-shadow: 3px 3px 10px -0.5px #dddddd;
  padding:30px 20px 30px 20px;
  border-radius: 3px;
}

/* LOCATIONS PAGE */
.locations-page{
  min-height:400px;
  display:flex;
  align-items: center;
  margin-top:5px;
  margin-bottom:5px;
  padding-top:50px;
  padding-bottom:50px;

  @media screen and (min-width:768px){
    margin-top:0px;
    margin-bottom:0px;
  }
}
.locations-page .card{
  height:200px;
  border:none;
  background-image: url(../../images/location-card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  color:#fff;
  padding:20px;
  margin-top:5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;

  /* margin-bottom:5px; */
  
}
.locations-page .card-with-map iframe{
 width:100%;
 height:265px;
 border-bottom-left-radius: 3px;
 border-bottom-right-radius:3px;
}
.locations-page .card-body{
  padding:0px;
}
.locations-page button{
  background-color:#fff;
  border-radius:5px;
    border:1px solid #fff;

  padding:2px 10px;
  color:#490707;
  cursor: pointer;
  transition:300ms ease-in-out;
}
.locations-page button:hover{
  background-color:#dac5c5e7;
  color:#070707;
  border:1px solid #fff;

  transition:300ms ease-in-out;
  
}

/* LOCATION DETAIL PAGE */
.location-detail-page{
  min-height:400px;
}
.location-detail-page .container{
  background-color:#ede2e2;
  width:90%;
  margin:auto;
  margin-top:30px; 
  margin-bottom:30px;
  padding:20px;
  border-radius:5px;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.location-detail-page h2{
  font-size:20px;
  @media screen and (min-width:432px){
    font-size:30px;
  }
}
.location-detail-page p{
  font-size:15px;
  @media screen and (min-width:432px){
    font-size:20px;
  }
}
.location-detail-page .app-request-btn{
  background-color:#490707;;
  color:#fff;
  padding:2px 10px;
  border:1px solid #490707;
  border-radius:5px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  font-size:15px;
}
.location-detail-page .app-request-btn:hover{
  background-color:#fff;
  color:#490707;
  border:1px solid #490707;
  transition: 300ms ease-in-out;
}
.location-detail-page iframe{
  width:100%;
}

.location-detail-page .return-btn{
  background-color:#fff;
  color:#490707;
  padding:2px 10px;
  border:1px solid #490707;
  border-radius:5px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  margin-bottom:30px;
}
.location-detail-page .return-btn:hover{
  background-color:#490707;
  color:#fff;
  border:1px solid #490707;
  transition: 300ms ease-in-out;
}

/* CONTACT US PAGE */
.contact-us-page{
  min-height:500px;
  display:flex;
  align-items: center;
  margin-top:20px;
  margin-bottom:20px;
}
.contact-us-page .container{
  width:90%;
  margin:auto;
  background-color:#e3e3e3;
  border-radius: 10px;
  @media screen and (min-width:768px){
    width:100%;

  }
}
.contact-us-page input{
  background-color:transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius:0px;
  border:none;
  border-bottom:2px solid #490707;
  font-size:13px;
  color:#490707;
}
.contact-us-page textarea{
  background-color:transparent;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius:0px;
  border:none;
  border-bottom:2px solid #490707;
  font-size:13px;
  line-height: 0.8;
  color:#490707;
}
.contact-us-page .form-control::placeholder{
  color: #490707bc;
}

.contact-us-page .form-control:focus{
  color: #490707;
  background-color: #ffffff00;
  border-bottom:2px solid #490707;

  /* border: solid 1px #662727; */
  outline: 0;
  /* box-shadow: 0 0 0 .2rem rgba(0,123,255,.25); */
}
.contact-us-page .form-control:focus-visible{
  /* border: solid 1px #662727; */
  border-bottom:2px solid #490707;
  box-shadow: none;
}

.contact-us-page button{
  background-color:#490707;
  color:#fff;
  padding:4px 20px;
  border:none;
  border-radius:7px;
  cursor: pointer;
  border-bottom:2px solid transparent;
  transition:300ms ease-in-out;
}
.contact-us-page button:hover{
  background-color:#fff;
  color:#490707;
  border-bottom:2px solid #490707;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius:0px;
  transition:300ms ease-in-out;
}
/* contact success */
.contact-success-page{
  min-height:400px;
  display:flex;
  align-items: center;
}
.contact-success-page .container{
  background-color:#8231311b;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 3px 3px 10px -0.5px #dddddd;
  -moz-box-shadow: 3px 3px 10px -0.5px #dddddd;
  box-shadow: 3px 3px 10px -0.5px #dddddd;
  padding:30px 20px 30px 20px;
  border-radius: 3px;
}


/* POLICIES PAGE */
.policy-page .container{
  width:90%;
  margin:auto;
  background-color:#8231311b;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 3px 3px 10px -0.5px #dddddd;
  -moz-box-shadow: 3px 3px 10px -0.5px #dddddd;
  box-shadow: 3px 3px 10px -0.5px #dddddd;
  padding:20px 20px 30px 20px;
  border-radius: 3px;
  margin-top:50px;
  margin-bottom:50px;
  @media screen and (min-width:768px){
    width:100%;

  }
}


/* JOIN EMAIL LIST PAGE */
.email-list-page{
  min-height:400px;
  display:flex;
  align-items: center;
  margin-top:20px;
  margin-bottom:20px;
}
.email-list-page .container{
  width:90%;
  margin:auto;
  background-color: #5b0000;
  color:#fff;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  @media screen and (min-width:768px){
    width:100%;
  }
}
.email-list-page .container button{
  background-color: #fff;
  color:#5b0000;
  padding:3px 20px;
  border:none;
  border-radius:5px;
  cursor: pointer;
}
/* email success page */
.email-success-page{
  min-height:400px;
  display:flex;
  align-items: center;
}
.email-success-page .container{
  background-color:#8231311b;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 3px 3px 10px -0.5px #dddddd;
  -moz-box-shadow: 3px 3px 10px -0.5px #dddddd;
  box-shadow: 3px 3px 10px -0.5px #dddddd;
  padding:30px 20px 30px 20px;
  border-radius: 3px;
}