@charset "UTF-8";
@media screen and (max-width: 1920px) {
  #banner .hero-video {
    height: 100vh;
  }
  #banner .hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #hero-slider .marquee h1 {
    font-size: 42px;
    gap: 60px;
  }
}
@media screen and (max-width: 1400px) {
  #hero-slider .marquee h1 {
    font-size: 38px;
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #banner .hero-video {
    height: 100vh;
  }
  #banner .hero-video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mobile-nav .mobile_nav_area {
    display: none;
  }
  #hero-slider {
    height: auto;
    padding: 28px 0;
  }
  #hero-slider .marquee {
    gap: 40px;
  }
  #hero-slider .marquee h1 {
    font-size: 34px;
  }
  #about .SectionTitle h3 {
    font-size: 36px;
  }
  #about .SectionTitle p {
    font-size: 18px;
  }
  #about .vector-1 {
    top: -15%;
    left: -10%;
  }
  #about .vector-3 {
    bottom: -5%;
    left: 20%;
    width: 250px;
  }
  #about .vector-2 img {
    width: 250px;
  }
  #about .SectionTitle .vector {
    top: -10%;
  }
}
@media screen and (max-width: 1024px) {
  #Testimonials iframe {
    width: 695px;
    margin-bottom: 20px;
  }
  #marquee .pic-container .pic {
    flex-basis: 25%;
  }
  .image-reveal-section .image-container .reveal-image:nth-child(1) {
    width: 250px;
  }
  .image-reveal-section {
    min-height: auto;
  }
  .image-reveal-section .image-container {
    min-height: 2100px;
  }
}
@media screen and (max-width: 990px) {
  #mobile-nav .mobile_nav_area {
    display: block;
  }
  #Header {
    display: none;
  }
  section {
    padding: 35px 0;
    overflow: hidden;
  }
  .image-reveal-section {
    display: none;
  }
  #previous {
    display: none;
  }
  #previous-phone .SectionTitle h3 {
    font-size: 36px;
  }
  #PhoneImages {
    display: block;
  }
  #previous-phone {
    display: block;
  }
  #header {
    display: none;
  }
  #banner .hero-video {
    height: 100vh;
  }
  #banner .hero-video video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero-slider {
    padding: 24px 0;
  }
  #hero-slider .marquee {
    gap: 32px;
  }
  #hero-slider .marquee h1 {
    font-size: 30px;
  }
  #about .team-row {
    flex-direction: column;
  }
  #about .img-wrapper {
    text-align: center;
    margin-bottom: 2rem;
  }
  #about .SectionTitle {
    padding-left: 0;
    text-align: center;
  }
  #about .SectionTitle .vector,
  #about .vector-2,
  #about .vector-1,
  #about .vector-3 {
    display: none;
  }
  #about .countdown {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    font-size: 2rem;
  }
  #about .countdown > div {
    font-size: 2rem;
    padding: 1rem 0.5rem 2rem;
  }
  #Services .hero-section {
    height: auto;
    /* Allow height to adjust */
  }
  #Services .hero-section .panels {
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
  }
  #Services .hero-section .panel {
    flex: 0 0 48%;
    /* Two panels per row with small gap */
    height: 250px;
    border-width: 1px;
    margin-bottom: 10px;
  }
  #previous {
    padding: 40px 0;
  }
  #previous .SectionTitle h3 {
    font-size: 36px;
    padding-bottom: 15px;
  }
  #previous .flip-card {
    height: 320px;
    margin-bottom: 30px;
  }
  #previous .flip-card-back {
    padding: 80px 0;
    font-size: 14px;
  }
  #previous .vector-2 {
    right: -50%;
    bottom: 0;
  }
  #previous .vector-2 img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  #banner .hero-video {
    height: 100vh;
  }
  #banner .hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero-slider {
    padding: 20px 0;
    height: auto;
  }
  #hero-slider .marquee h1 {
    font-size: 28px;
    text-align: center;
  }
  #mobile-nav .mobile_nav_area {
    background-color: #D7C8B5;
  }
  #mobile-nav .mobile_nav_right img {
    width: 90PX !important;
  }
  #mobile-nav .mobile_nav_left i {
    color: #fff;
  }
  #mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
    border-bottom: 1px solid rgba(135, 25, 25, 0.31);
    display: block;
  }
  #mobile-nav .mobile_nav1_icon_____ i {
    color: #84211B;
  }
  #mobile-nav .mobile_nav1_icon_____ .material-symbols-outlined {
    color: #84211B;
  }
  #Hero .DeskTop {
    display: none;
  }
  #Hero .Phone {
    display: block;
  }
  #about .countdown {
    grid-template-columns: repeat(3, 1fr);
    /* 👈 Force 3 boxes per row */
    gap: 0.75rem;
    font-size: 1.75rem;
    width: 100%;
    max-width: 100%;
  }
  #about .countdown > div {
    grid-column: span 1;
    /* 👈 Each box spans 1 column only */
    font-size: 1.5rem;
    padding: 0.75rem 0.5rem 1.5rem;
  }
  #about .countdown > div:last-child {
    grid-column: span 1 !important;
    /* 👈 Prevents stretching last item */
  }
  #Services {
    display: none;
  }
  #ServicesPhone {
    display: block;
  }
  #video-sec .PhoneVideo {
    display: block;
    /* Show phone video on tablets & below */
  }
  #video-sec .video_container:not(.PhoneVideo) {
    display: none;
    /* Hide desktop video on tablets & below */
  }
  #video-sec .SectionTitle h3 {
    font-size: 32px;
  }
  #footer {
    padding: 3rem 1rem;
    text-align: center;
  }
  #footer .contact-info,
  #footer .site-logo,
  #footer .info {
    text-align: center !important;
    margin-bottom: 2rem;
  }
  #footer .info p {
    max-width: 100%;
    margin: 0 auto;
  }
  #footer .foot-info {
    justify-content: center;
  }
  #footer .social-media {
    justify-content: center;
    gap: 15px;
  }
  #footer .social-media a {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 526px) {
  #hero-slider {
    padding: 18px 0;
  }
  #hero-slider .marquee h1 {
    font-size: 24px;
  }
  #about .countdown {
    gap: 0.5rem;
    font-size: 1.4rem;
  }
  #about .countdown > div {
    font-size: 1.4rem;
    padding: 0.5rem 0.25rem 1rem;
  }
  #previous {
    padding: 30px 15px;
  }
  #previous .SectionTitle h3 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  #previous .flip-card {
    height: 260px;
    margin-bottom: 25px;
  }
  #previous .flip-card-back {
    padding: 60px 10px;
    font-size: 13px;
  }
  #previous .vector img,
  #previous .vector-1 img {
    width: 58px !important;
  }
  #previous .vector-2 {
    right: -40%;
    bottom: 0;
  }
  #previous .vector-2 img {
    width: 58px !important;
  }
}/*# sourceMappingURL=responsive.css.map */