
* {
  box-sizing: border-box;
}

html {  
  scroll-behavior: smooth;
}

body {
  padding-top: 50px; /* Adjust as needed */
  padding-bottom: 5px;
  transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
  opacity: 1;
  background-color: #faf2ed;
  background-size: cover;
  font-family: 'Playfair Display', sans-serif;
  
}
header {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  background: #f1c78a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  justify-content: space-between;
}
header img {
  height: 50px;
}

.container {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: transform 0.6s ease, opacity 2s ease;
  transform: translateX(0);
  will-change: transform, opacity;
 
}
.about-bg p{
  font-size: 0.95rem; 
  color: #000000;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  
}
.contact-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  background:#ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 1rem 1rem; 
  border-radius: 10px;
}
main.container h1 {
  font-size: 2.5rem;
  margin-top: 5rem;
  text-align:center; 
  color:#0a0a0a; 
}
main.container h2 {
  color: #dce7e9;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
main.container h3 {
  position: relative;
  padding: 0.5rem 0;
  margin: 0.5rem 0 0.5rem 0;
  font-size: 1.5rem;
  border-radius: 5ch;
  color: #000000;
  
}
main.container h3 {
  text-align: left;
  
  padding-bottom: 5px;
}
main.container h3:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}
main.container h3:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

main.container p {
  color: #222;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.slide-footer {  
  background: #f1c78a;
  color: #000000;
  text-align: center;
  padding: 1.5rem 0 1.0rem 0;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
  opacity: 0;
  transition: transform 0.6s ease, opacity 2s ease;
  transform: translateX(0);
  will-change: transform, opacity;
  
}
.slide-container {
  opacity: 0;
  transition: transform 0.6s ease, opacity 2s ease;
  transform: translateX(0);
  will-change: transform, opacity;
  
}
.home-bg {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  margin: auto;
  min-height: 68vh;
  padding: 1rem 1rem;
  background: rgba(237, 237, 237, 0.3);
  scroll-margin-top: 30px;
}
.service-bg {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  margin: auto;
  margin-bottom: 10rem;
  min-height: 68vh;
  padding: 1rem 1rem;
  background: rgba(237, 237, 237, 0.3);
  scroll-margin-top: 30px;
}
.about-bg {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-top: 2rem;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  text-align: justify;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem; 
}
.home1-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10rem;
  padding: 1rem 1.5rem; 
}
.home1-bg h1 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.home1-bg p {
  text-align: justify;
}
.home1-bg h2 {
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
}
.home-bg h1 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.main-quote-box {
  color: #000000;
  border-radius: 18px;
  padding: 1rem;
  max-width: 1700px;
}
.main-quote-box p {
  font-size: 3.5rem;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center;
  
  
}
.main-quote-box p1 {
  font-size: 2.5rem;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center;
  
}
.topnav {
  overflow: hidden;
  
}
.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
  
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #000000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 900;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1c78a;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.18);
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.dropdown-content a {
  float: none;
  color: #000000;
  padding: 12px 18px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1rem;
  background: none;
  border-bottom: 1px solid #1a3a2a;
  transition: background 0.2s, color 0.2s;
}

.dropdown-content a:last-child {
  border-bottom: none;
}

/* Only keep this hover style for dropdown links */
.dropdown-content a:hover {
  background-color: #a8a089;
  color: #dce7e9;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  
  color: #b43f2a;
}

.dropdown-content a:hover {
  background-color: #f1c78a;
  color: #b43f2a;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.2rem;
  max-width: 1500px;
  margin: 0 auto 0.5rem auto;
  padding: 0.7rem 0;
}

.footer-col {
  flex: 1 1 50px;
  min-width: 140px;
  margin: 0 0.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
}
.footer-social {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
.footer-icon {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgb(255, 255, 255));
  transition: transform 0.2s;
}
.footer-icon:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 4px 12px #a8a089);
}
.footer-copy {
  color: #000000;
  font-size: 1rem;
  text-align: center;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.portrait-img {
  width: 100%;
  max-width: 600px;
  height: 650px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  margin-bottom: 1rem;
}
.portrait-caption {
  text-align: center;
  color: #f1c78a;
  font-size: 1.15rem;
}
.portrait-caption span {
  display: block;
  font-size: 0.98rem;
  color: #fcf700;
}
#next-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 90vh; 
  margin-top: 10rem;
  border-radius: 5px;
  padding: 2rem 2.5rem;
  gap: 2rem;
}
#next-section1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  min-height: 68vh;
  margin-top: 5.2rem;
  padding: 1rem 1rem;
  background: rgba(237, 237, 237, 0.3);
  scroll-margin-top: 10px;
}

#next-section h2 {
  font-size: 2.5rem;
  color: #000000;
  
}
#next-section1 h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #000000;
  
}
/* Industries Section */

#industries-section{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  min-height: 50vh;
  padding: 1rem 2rem; 
  margin-bottom: 4rem;
  background: rgba(237, 237, 237, 0.3);
  
} 
#inquiry-section{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  min-height: 50vh;
  padding: 1rem 5rem;
 
}
.inquiry-form {
  max-width:500px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:1.2rem;
  background:#ffffff;
  padding:2rem;
  border-radius:10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.slide-industries{
  opacity: 0;
  transition: transform 0.6s ease, opacity 2s ease;
  transform: translateX(0);
  will-change: transform, opacity;
}
#industries-section h1{
  font-size: 2.5rem;
  color: #000000;
}
.add-ons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 1.5rem;
  padding: 1rem 1rem;

}
.industries-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
}
.industry-card {
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
}
.industry-card img {
  width: 70%;
  height: auto;
 
  border-radius: 6px;
  object-fit: cover;
}
.industry-card h3 {
  font-size: 1.2rem;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.industry-card p {
  font-size: 1.0rem; 
  color: #000000;
  line-height: 1.5;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: justify;
  padding: 0.5rem 0.5rem;
  
}
/* end of industries section */ 
.service-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 1.5rem;
  padding: 1rem 1rem;

}
/* Service Cards */
.service-card{
  /*background-color: #f1c78a;*/
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;

}
.service-card p{
  font-size: 1.0rem; 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align:justify;
}
.service-card-add-ons{
   /*background-color: #f1c78a;*/
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.service-card h3{
  text-align: center;
  font-size: 1.2.0rem;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0.5rem;

}
.service-card-add-ons h3{
  text-align: center;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.service-card-add-ons p{
  font-size: 1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: justify;
 
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card-add-ons:hover {
  transform: translateY(-5px);
}
/* end of service cards */

.slide-section {
  opacity: 0;
  transition: transform 0.6s ease, opacity 2s ease;
  transform: translateX(0);
  will-change: transform, opacity;

}
.next-section-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}

.highlights-head {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 0.2rem;
  margin-top: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}
.portrait-box, .portrait-carousel {
  min-width: 350px;
  max-width: 320px;
  min-height: 500px;
  width: 100%;
  box-sizing: border-box;
  
}
.portrait-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 583px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  
}
.portrait-carousel .portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1);
  position: absolute;
  left: 0;
  top: 0;
}
.portrait-carousel .portrait-img.active {
  opacity: 1;
  position: absolute;
  z-index: 1;
  animation-name: active;
  animation-duration: 1.5s;
  
}

.portrait-carousel .portrait-prev,
.portrait-carousel .portrait-next {
  position: absolute;
  top: 50%;
  background: rgba(255,255,255,0.0);
  color: #000000;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 2.1rem;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.portrait-carousel .portrait-prev { left: 8px; }
.portrait-carousel .portrait-next { right: 8px; }
.portrait-carousel .portrait-prev:hover,
.portrait-carousel .portrait-next:hover {
  background: rgba(255,255,255,0.35);
  color: #a8a089;
  transform: scale(1.1);
}
.video-player-box video {
  width: 100%;
  max-width: 650px;
  min-width: 320px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(4,42,31,0.13);
  display: block;
}

.video-player-evento video {
  align-items: center;
  width: 100%;
  max-width: 700px;
  min-width: 320px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(4,42,31,0.13);
  display: block;
}
.video-player-evento {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player-evento a {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  z-index: 2;
}
.collage-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0 auto;
  max-width: 700px;
}
.collage-img {
  width: 150px;
  height: 185px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(4,42,31,0.13);
  transition: transform 0.2s, box-shadow 0.2s;
}
.collage-img:hover {
  transform: scale(1.07) rotate(-2deg);
  box-shadow: 0 6px 24px #f1c78a44;
  z-index: 2;
}

/* Gallery Section Styles */
.gallery-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 90vh;
  border-radius: 5px;
  padding: 1rem;

}


.gallery-section .collage-img {
  width: 180px;
  height: 140px;
  border-radius: 18px;
  box-shadow: 0 2px 12px #f1c78a33;
  border: 3px solid #dce7e9;
  background: #f8fafc;
  transition: transform 0.25s, box-shadow 0.25s, border 0.2s;
}
.gallery-section .collage-img:hover {
  transform: scale(1.09) rotate(-2deg);
  box-shadow: 0 8px 32px #f1c78a66;
  border: 3px solid #a8a089;
  z-index: 2;
}


/* Gallery Carousel Styles - Responsive */
.carousel-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
}
.carousel-imgs {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
.carousel-imgs img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(.4,0,.2,1), visibility 0.6s;
  pointer-events: none;
  max-width: 100%;
}
.carousel-imgs img.carousel-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  color: #dce7e9;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-btn.left { left: 0; }
.carousel-btn.right { right: 0; }


 .gallery-grid {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
    /*.gallery-col {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      flex: 1 1 220px;
      min-width: 220px;
      max-width: 300px;
    }
    .gallery-col img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      transition: transform 0.2s;
      background: #fff;
    }
    .gallery-col img:hover {
      transform: scale(1.04);
      box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    }
    @media (max-width: 900px) {
      .gallery-grid {
        flex-direction: column;
        align-items: center;
      }
      .gallery-col {
        max-width: 100%;
      }
    }
    @media (max-width: 600px) {
      .gallery-section h2 {
        font-size: 1.2rem;
      }
      .gallery-col img {
        height: 160px;
      }
    }
    /* Create four equal columns that sits next to each other */
.gallery-col {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  
}
.gallery-col img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* modal styles */
#collageModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#collageModalImg {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 1rem;
  box-shadow: 0 0 20px #000;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
  transform: scale(0.8);
}
.collage-modal-close {
  position:absolute;
  top:2rem; right:2rem; 
  color:#dce7e9; 
  font-size:2.5rem; 
  cursor:pointer;
}

/* Fade in and fade out animations */

.fade-in {
  opacity: 1;
}

.fade-out {
  opacity: 0;
}
/* Slide out directions */
.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
}
.no-fade {
  opacity: 0 !important;
  transition: none !important;
}

/* end of animations */
@keyframes active {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }
/* Removed commented-out and unused media queries for clarity */
/* Removed empty media query for max-width: 400px */
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/* Removed empty media query for screen and (max-width: 600px) */
/* Responsive layout - makes a two column-layout instead of four columns */
/* Removed empty media query for screen and (max-width: 800px) *
/* Removed commented-out media query for (max-width: 800px) */
/* Removed empty media query for (max-width: 600px) */
/* Removed commented-out media query for (max-width: 430px) */
@media (max-width: 1000px) {
  .video-player-box video {
    max-width: 92vw;
    width: 92vw;
    min-width: 0;
    margin: auto;
  }
   .footer-info {
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
    padding: 1.2rem 1rem 0.5rem 1rem;
  }
  .footer-col {
    margin: 0 0 1rem 0;
    min-width: 0;
    width: 100%;
  }
  .footer-social {
    gap: 0.7rem;
    justify-content: center;
  }
  footer {
    padding: 1.5rem 0 0.7rem 0;
  }
  .gallery-section .collage-box {
    gap: 0.7rem;
    max-width: 98vw;
  }
  .gallery-section .collage-img {
    width: 38vw;
    height: 90px;
  }
  .collage-box {
    gap: 0.7rem;
    max-width: 98vw;
  }
  .collage-img {
    width: 40vw;
    height: 80px;
  }
  #next-section {
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 0.5rem;
    margin-top: 7rem;
    gap: 1.2rem;
  }
  .portrait-box, .portrait-carousel {
    margin-left: 0;
    margin-top: 1.5rem;
    min-width: 180px;
    max-width: 70vw;
    ;
  }
  .portrait-img-wrapper {
    max-width: 90vw;
    height: 300px;
    
  }
  
  #next-section {
    padding: 1.2rem 0.5rem;
    margin-top: 7rem;
    gap: 1.2rem;
  }
  .next-section-content {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(50px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(15px);
    animation-timing-function: ease-out;
  }
}
@font-face {
  font-family: 'Juana Bold';
  src: url('fonts/Fontspring-DEMO-juana-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Juana Light';
  src: url('fonts/Fontspring-DEMO-juana-light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'Montserrat Bold';
  src: url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 

/* Extra small devices (phones, portrait) */
@media screen and (max-width: 480px) {
  /* Styles for very small phones */ 
  .industry-card h3{
    font-size: 1.0rem;

  }
  main.container h3 {
    font-size: 1.0rem;
    
  }
  main.container h1 {
    font-size: 1.5rem;
  }
  .add-ons-container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  } 
  #industries-section h1{
    font-size: 1.5rem;
  } 
  #next-section1  h1{
    font-size: 1.5rem;
  }
  .service-card-add-ons h3 {
    font-size: 1.0rem;
    margin-top: 0.5rem;
  }
  .service-card-add-ons p {
    font-size: 0.7rem;
  }
  .service-card h3 {
    font-size: 1.0rem;
    margin-top: 0.5rem;
  }
  .home-bg h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 5rem;
  }
  
  .about-bg {
    padding: 1rem 1.3rem;
    max-width: 98vw;
    border-radius: 6px;
    margin-top: 5rem;
  }
  .slide-container p{
    font-size: 0.7rem;
  }
  .slide-container h2{
    font-size: 1rem;
  }
   .gallery-col {
    -ms-flex: 50%;
    flex: 50%; 
    max-width: 50%;
  }
  .main-quote-box p{
    font-size: 1.2rem;
    margin-top: 6rem; 
  }
  .main-quote-box p1{
    font-size: 0.8rem;
  
  }
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 0.5rem;
    height: auto;
  }
  header img {
    height: 48px;
    margin-bottom: 0.5rem;
  }
  .portrait-box, .portrait-carousel {
    padding: 1rem 0.5rem;
    min-width: 120px;
    max-width: 70vw;
    min-height: 400px;
  }
  .portrait-img-wrapper {
    height: 400px;
  }
  .portrait-carousel .portrait-prev,
  .portrait-carousel .portrait-next {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }   
  .video-player-evento video {
    margin-top: 3rem;
    max-width: 70vw;
    width: 70vw;
  }
   .container {
    margin-top: 3rem;
  }
  .contact-bg{
    margin-top: 5rem;
  }
  .contact-bg h1{
    margin-top: 1.0rem;
  }
  #inquiry-section {
    padding: 1rem 0.5rem;
    gap: 1.2rem;
  }
  #next-section h2{ 
    font-size: 1.5rem; 
  }
}

/* Small devices (phones, landscape) */
@media screen and (min-width: 481px) and (max-width: 767px) {
  /* Styles for larger phones */
  .contact-bg{
    margin-top: 4rem;
  }
  .video-player-evento video {
    margin-top: 3rem;
    max-width: 70vw;
    width: 70vw;
  }
  .highlights-head {
    font-size: 1.5rem;
    margin-top: 5rem;
  }
   .gallery-col {
    -ms-flex: 50%;
    flex: 50%; 
    max-width: 50%;
  }
  .main-quote-box p{
    font-size: 5.5rem;
    margin-top: 4rem;
  }
  .main-quote-box p1{
    font-size: 1.5rem;
    margin-top: 4rem;
  }
  .carousel-imgs { 
    gap: 0.5rem; 
  }
  .carousel-imgs img { 
    width: 80px; 
    height: 55px; 
  }
  .slide-container, .container, .gallery-section { 
    padding-left: 0.5rem; 
    padding-right: 0.5rem; 
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #next-section h2{ 
    font-size: 1.5rem; 
  }
  .video-player-box video {
    width: 90vw;
  }
  .footer-info {
    padding: 1rem 0.5rem 0.3rem 0.5rem;
    gap: 0.7rem;
  }
  .footer-col {
    font-size: 0.98rem;
    margin: 0 0 0.7rem 0;
  }
  .footer-icon {
    width: 28px;
    height: 28px;
  }
  .footer-copy {
    font-size: 0.92rem;
  }
  footer {
    padding: 1.2rem 0 0.5rem 0;
  }

  .footer-info {
    padding: 1rem 0.5rem 0.3rem 0.5rem;
    gap: 0.7rem;
  }
  .footer-col {
    font-size: 0.98rem;
    margin: 0 0 0.7rem 0;
  }
  .footer-icon {
    width: 28px;
    height: 28px;
  }
  .footer-copy {
    font-size: 0.92rem;
  }
  footer {
    padding: 1.2rem 0 0.5rem 0;
  }
  .gallery-section {
    padding: 1rem 0.2rem 1.5rem 0.2rem;
    border-radius: 10px;  
  }
  .gallery-section .collage-box {
    gap: 0.3rem;
  }
  .gallery-section .collage-img {
    width: 44vw;
    height: 60px;
    border-radius: 8px;
  }
  
  #next-section {
    padding: 0.7rem 0.2rem;
    margin-top: 5rem;
    gap: 0.7rem;
  }
  #industries-section {
    padding: 0.7rem 0.2rem;
    gap: 0.7rem;
  }
  .next-section-content {
    gap: 0.7rem;
  }
  .collage-box {
    gap: 0.4rem;
    margin-top: 1.2rem;
  }
  .collage-img {
    width: 44vw;
    height: 60px;
  }
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 0.5rem;
    height: auto;
  }
  header img {
    height: 48px;
    margin-bottom: 0.5rem;
  }
  nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  nav a {
    margin: 0.3rem 0; 
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
    width: 100%;
    display: block;
  }
  .container {
    max-width: 100vw;
    padding: 0.7rem 0.2rem;
    margin: 2rem 0;
  }

  .footer-info {
    padding: 1rem 0.5rem 0.3rem 0.5rem;
    gap: 0.7rem;
  }
  .footer-col {
    font-size: 0.98rem;
    margin: 0 0 0.7rem 0;
  }
  .footer-icon {
    width: 28px;
    height: 28px;
  }
  .footer-copy {
    font-size: 0.92rem;
  }
  footer {
    padding: 1.2rem 0 0.5rem 0;
  }
  #next-section {
    padding: 0.7rem 0.2rem;
    margin-top: 5rem;
    gap: 0.7rem;
  }
  
  .portrait-box, .portrait-carousel {
    padding: 1rem 0.5rem;
    min-width: 120px;
    max-width: 70vw;
    min-height: 600px;
  }
  .portrait-img-wrapper {
    height: 600px;
  }
  .portrait-carousel .portrait-prev,
  .portrait-carousel .portrait-next {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  } 
}

/* Medium devices (tablets, portrait) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Styles for tablets */
  .main-quote-box p{
    font-size: 1.5rem; 
    margin-top: 5rem
  }
  .main-quote-box p1{
    font-size: 1.5rem; 
    margin-top: 5rem
  }
  
  .portrait-box, .portrait-carousel {
    padding: 1rem 0.5rem;
    min-width: 120px;
    max-width: 50vw;  
    min-height: 500x;
  }
  .portrait-img-wrapper {
    height: 500px;
  }
  .portrait-carousel .portrait-prev,
  .portrait-carousel .portrait-next {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  } 
  .video-player-evento video {
    margin-top: 3rem;
    max-width: 70vw;
    width: 70vw;
  }
}

/* Large devices (tablets, small laptops) */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  /* Styles for standard laptops */
  .main-quote-box p{
    font-size: 2.0rem;
  }
  .main-quote-box p1{
    font-size: 2.0rem;
  }
  
  
}

/* Extra large devices (large laptops, desktops up to Full HD) */
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  /* Styles for large laptops and Full HD desktops */

  
}

/* Ultra-wide screens (bigger than 1920px) */
@media screen and (min-width: 1921px) {
  /* Styles for ultra-wide monitors */
  .about-bg {
    padding: 2rem 3rem;
    max-width: 1200px;
    margin: 5rem auto;
    border-radius: 12px;
  }
}
@media (max-resolution: 1dppx) {
  .add-ons-container {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
  .about-bg {
    max-width: 1550px;
    margin-bottom: 2rem;
  }
  .about-bg p{
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .about-bg h2{
    font-size: 2.0rem;
    margin-bottom: 1rem;
  }
  #inquiry-section {
    margin-bottom: 5rem;
  }
  .main-quote-box p{
    font-size: 4rem;
  }
  .main-quote-box p1{
    font-size: 4rem;
  }
  #next-section h2 {
    font-size: 3rem;
  }
  .portrait-img-wrapper {
    height: 700px;
    min-width: 400px;
    max-width: 400px;
  }
  .collage-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  }
  .collage-img {
  width: 315px;
  height: 180px;
}
.home-bg {
    margin-bottom: 10rem;
  }
  .home-bg h1 {
    font-size: 3.5rem;
  }
  .service-card h3 {
    font-size: 2.5rem;
  }
  .service-card p {
    font-size: 1.5rem;
  }
  #next-section1 h1 {
    font-size: 3.0rem;
  }
  .service-card-add-ons h3 {
    font-size: 1.4rem;
  }
  .service-card-add-ons p {
    font-size: 1.0rem;
  }
}
