/*
// Theme Name Safari S
// Created On : 11/15/2024
// Author : Joe Kustek
// Version : 1.0
// Description : The Custom Built Dentist Theme 1
Custom for landing page.


*/
/* responsive updates */
/* Custom Accordian Styles */

.jstyle-842 ..button-2 {
  color: #fff!Important;
}

.jstyle-816 .btn {
  background: transparent!Important;
  color: #000!Important;
  border: 1px solid #000!Important;
}

.jcolatitle {
  font-weight: bold;
  font-size: 22px;
}
.jcolacctxct {
 font-size: 19px;
}

.jstyle-783 .default-margins {
  margin-bottom: 14px!Important;
}

@media only screen and (min-width: 991px) {
    .page-class-296 .site-logo {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px ! Important;
    }
}



@media only screen and (max-width: 991px) {
  .skewed-div {
    display: none;
  }
  .site-logo {
  margin-top: 20px!Important;
  }
  .m25-logo {
    max-width: 78%;
    margin-bottom: 68px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8%;
  }

    .jvideotron-wrapper {
      min-height: 300px!Important;
      height: 300px!Important;
      background: none!Important;
  }
  .the-page-name-mobile {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .menu a {
    display: block;
    color: #000;
    font-size: 1.3rem!Important;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0;
}

.content-wrapper-md695, .content-wrapper-md703 {
    padding-left: 30px!Important;
    padding-top: 30px!Important;

}
.jstyle-695 {
    min-height: 775px !important;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
                url(https://safari-smiles.com/files/678fcd6086704.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; /* Ensures the image covers the area */
}
.jstyle-703 {
    min-height: 867px ! Important;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
                url(https://safari-smiles.com/files/678fd4143a57b.webp);
    background-repeat: no-repeat;
    background-attachment: scroll;
}

}
@media only screen and (min-width: 991px) {
  .m25-logo {
    display: none;
  }
  .site-logo {
      max-width: 60%;
      margin-left: 25px;
      margin-top: 120px!Important;
  }
  .the-page-name-mobile {
    display: none;
  }
}


/* Home page styles */
.content-wrapper-md695, .content-wrapper-md703 {
  padding-left: 38%;
  padding-top: 5%;
}

.content-wrapper-md699 {
  padding-top:15%;
}

/* contact us page */
.jstyle-717 {
  text-align: center;
}

.jstyle-717 .fa {
  color: #fff;
  font-size: 3rem;
  margin-left: 10px;
}

.btn {
  background: transparent!Important;
  border: 1px solid #fff!Important;
}
.btn:hover {
  background: #000!Important;
  border: 1px solid #fff!Important;
}
.rr_req {
  color: #ffff!Important;
}
/* Menu items */
.menu {
    text-align: center;
    padding: 20px;
    z-index: 1001; /* Ensure the menu content is above the background */
}

.menu a {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0;
}
.menu a:hover {
    display: block;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0;
}


.skewed-div {
  width: 50vw;  /* Keep width as desired */
  height: 100vh;  /* Full viewport height */
  background-color: #c9d9cf;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  clip-path: polygon(0 0, 65% 0%, 100% 100%, 0% 100%);
}

.skewed-div img {
  width: 100%;  /* Make sure the image takes up the full width of the div */
  height: 100%; /* Make sure the image fills the entire height */
  object-fit: contain;  /* Ensures image is scaled without cutting off */
  object-position: center center;  /* Ensures the image remains centered */
  display: block; /* Prevents extra space below the image */
}



#video {
    width: 100vw;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: opacity(60%);
    /* margin-left: 100px; */
}
.the-page-name {
  text-align: left;
  margin-left: 25px;
  margin-top: 100px;
}

.the-page-name h1, .the-page-name-mobile h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.02em;
  -webkit-text-stroke-color: #343A63;
  font-size: 3rem;
}

/* Body to ensure full height and no scroll */
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #f5f5f5;
}



/* Menu container to hold button and additional images */
.menu-container {
    position: fixed;
    top: 20px; /* Space from the top */
    right: 20px; /* Space from the right */
    text-align: center;
    z-index: 9999; /* Ensure it stays above the overlay */
}

/* Menu button (fixed in the top-right corner) */
.fixed-image {
    cursor: pointer;
    width: 68px; /* Set a size for the button */
    height: auto;
}

/* Additional images under the menu button (initially hidden) */
.additional-images {
    display: block; /* Always visible under the button */
    margin-top: 17px; /* Adjust to position below menu button */
    text-align: center; /* Center the images */
}

.additional-images img {
    display: block;
    /* width: 68px; */
    /* height: auto; */
    margin-bottom: 10px; /* Space between images */
}

/* Full-screen overlay with custom background image */
.overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('/files/6738c933193cc.jpg'); */
    background-size: cover; /* Ensure the background image covers the entire screen */
    background-position: center; /* Center the background image */
    z-index: 1000; /* Ensure the overlay is above all content */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Start with the background invisible */
    transition: opacity 0.5s ease; /* Smooth fade-in effect */
    background: #FF6A00;;
}

/* When the overlay is visible, set opacity to 1 */
.overlay.show {
    opacity: 1; /* Make the overlay fully visible */
}





/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .container {
    max-width: 1375px;
  }
  nav {
    max-width: 1375px;
  }
  .content-wrapper {
    max-width: 1375px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%;
    flex: none;
  }
}
