.bg-image {
  width: 100vw;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

/* LEFT SIDE */
.hero-left {
  width: 60%;
  background-color: #F8F3EF;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  text-align: left;
}

.text-overlay {
  color: white;
  max-width: 600px;
}

.text-overlay h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.text-overlay p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.button {
  padding: 12px 30px;
  background: #ffb703;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}

.sales-label {
  margin-top: 20px;
  font-weight: bold;
}

/* RIGHT SIDE */
.hero-right {
  width: 40%;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: none;
  height: 100%;
  min-height: 100%;
}

/* 4 IMAGE FULL-COVER GRID */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
}

.image-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.bottom-left-text {
    position: absolute;
    bottom: 80px; /* Distance from the bottom of the image */
    left: 60px;   /* Distance from the left of the image */
    color: black;
    font-family: 'Calton', sans-serif;
    font-size: 50px;
    font-weight:bold;
     /* Optional: Add a semi-transparent background for readability */
    padding: 10px 15px; /* Add padding for better appearance */
    border-radius: 5px; /* Optional: Add rounded corners */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add shadow for better visibility */
}


/* Image styling */
.bg-image video {
    width:100vw;
    max-width:100%;
    height: 100vh;
    object-fit: cover; /* Ensure the image covers the entire area */
    object-position: center;
    transition: transform 0.3s ease; /* Center the image */
}
.button {
    background-color: #F05098; /* Soft Baskin Robbins pink */
    color: white;
    border: none;
    margin:5px;
    padding: 21px 158px;
    font-size: 30px;
    font-family: "Glamor",sans-serif;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.button:hover {
    background-color: #ff4081;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.button:active {
    transform: scale(0.97);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.about-box {
        display: flex;
        width: 100%;
        
        
        border-radius:8px;
        
        height: 100vh; 
    }
    
    .about-text {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 50px;
        background-color: #f4f4f4; /* Light background color for contrast */
        text-align: left;
       
    }
    
    .about-text h2 {
        font-size: 42px;
        color: black;
        margin-bottom: 20px;
        font-family:"senjal",sans-serif;
    }
    
    .about-text p {
        font-size: 25px;
        color: #402021;
        line-height: 1.6;
        margin-bottom: 15px;
        font-family: 'typo', Tahoma, Geneva, Verdana, sans-serif;
        
        
    }
    
    .about-image{
        width: 45%;
        height: 100%;
        object-fit: cover;
        
    }
    
    
    
    h6{
        font-size:200px;
        font-family:'senjal',sans-serif;
        text-align:center;
       margin:0;
       color:#402021
            
        
        
            
        
    }
    h5{
        font-size:200px;
        font-family:'stencil',sans-serif;
        text-align:center;
       margin:0;
       
       color:#F05098;
            
        
        
            
        
    }
    .text-overlay {
    position: absolute;
    text-align: center;
    margin-left:0px;
    color: #F0EAD2;
    
    z-index: 20; /* Ensure it's above the image */
    max-width: 80%;
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add a subtle shadow to enhance readability */
}

.text-overlay h1 {
    font-size: 58px;
    
    
    color:#111;
    font-family: 'senjal', sans-serif;
}
.google-review {
 
  font-size: 18px;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.google-review .stars i {
  color: #F05098; /* Google star yellow */
  margin-right: 2px;
  font-size: 20px;
}

.rating-text {
  font-weight: 600;
  color: #111;
}

.sales-label {
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  color: white; /* teal-ish */
}

.text-overlay p {
    font-size: 35px;
    
   
    color:#333;
   
    font-family: 'typo', sans-serif;
}
.brands-section {
    text-align: center;
    margin-top: 100px;
    background-color: transparent; /* transparent or match your theme */
}

/* Heading */
.brands-heading {
    color: black;
    font-size: 14px;
    font-family: 'typo',sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
}
.logo-strip {
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 10px 0;
    
    width: 100vw;
    height: 200px;
}

.logo-track {
    display: flex;
    gap: 50px;
    animation: scroll-logos 20s linear infinite;
   
}

.logo-strip img {
    max-width: 250px;
    height: auto; 
    margin-top:-40px;/* Adjust as needed */
     /* White logos on black bg */
    transition: transform 0.3s;
}

.logo-strip img:hover {
    transform: scale(1.1);
}

@keyframes scroll-logos {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.signs-section {
    padding: 50px 20px;
    background-color: #EFE4E0;
    text-align: center;
}
.signs-section h2 {
    font-family: "senjal",sans-serif;
    font-size: 60px;
    margin-bottom: 70px;
}



.signs-section {
    padding: 50px 20px;
    background-color: white;
    text-align: center;
}

.section-heading {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.carousel-container {
    position: relative;
    max-width: 100%;
    width: 1720px;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 60px;
    overflow-x: auto;   /* required for scrollTo */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; 
}
.carousel-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}


.card {
    width: 400px;
    height: 454px;
    background: rgba(245, 245, 245, 0.5);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
                rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
                rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

/* 🛠️ Correct image styling */
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.overlay {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: #111;
    font-size: 47px;
    font-weight: bold;
    text-align: center;
    font-family: "Glamor",sans-serif;
    z-index: 2;
    padding: 0 10px;
    white-space: nowrap;
}

/* Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color:transparent;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 50px;
    border-radius: 50%;
    z-index: 2;
}

.carousel-btn:hover {
    color:#ff4081;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .card {
        min-width: 250px;
    }
}
.features-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 60px 40px;
    background: #F8F3EF;
    color: black;
  }
  
  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .feature img {
    width: 80px;
    height: 80px;
    
    object-fit: contain;
    margin-bottom: 1rem;
  }
  
  .feature h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: "Glamor",sans-serif;
  }
  
  .feature p {
    font-size: 0.95rem;
    line-height: 1.4;
    font-family: "bold",sans-serif;
    color: black;
    
    
  }
   
 
.testimonial-section {
  padding: 60px 20px;
  background: #E8D7CF;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.section-title {
  font-size: 52px;
  margin-bottom: 40px;
  color: #333;
  font-family: "senjal",sans-serif;
}

.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.testimonial-card {
  background: #F8F3EF;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  max-width: 320px;
  padding: 24px;
  box-sizing: border-box;
}

.client-photo {
  width: 100px;
  height: 100px;
  
  object-fit: cover;
  margin-bottom: 16px;
}

.client-name {
  font-size: 20px;
  margin-bottom: 12px;
  color: #222;
  font-family: "Glamor",sans-serif;
  
}

.client-quote {
  font-size: 16px;
  font-style: italic;
  color: #555;
  margin-bottom: 16px;
}

.stars {
  color: #f5c518; /* gold */
  font-size: 18px;
}
.stats-section {
  padding: 4rem 2rem;
  margin-top:-100px;
  background: white;
  text-align: center;
}

.stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15rem;
}

.stat-box {
  display: flex;
  align-items: center;
  
  padding: 1.5rem;
  
  width: 350px;
  transition: transform 0.3s ease;
  text-align: left;
}



.stat-box img {
  width: 100px;
  height: 100px;
  margin-right: 1rem;
}

.stat-content h3 {
  font-size: 3.5rem;
  color: #000;
  margin: 0;
  font-weight: bold;
}

.stat-content p {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
  font-family: "bold",sans-serif;
  margin: 0.3rem 0 0;
}


.gallery-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.gallery-carousel-container {
  position: relative;
  width: 100%;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.gallery-section .carousel-track {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.gallery-section .card-wrapper.gallery-carousel-slide {
  flex: 0 0 calc(20% - 8px);
  min-width: 0;
}

.gallery-section .card-1 {
  position: relative;
}

.gallery-heading {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "senjal",sans-serif;
  color: #333;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 1600px;
  margin: 0px auto;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-1 {
  background: rgba(245, 245, 245, 0.5);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
              rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
              rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  overflow: hidden;
  width: 100%;
  height: 450px;
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.card-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 12px;
}

/* ----------- Responsive styles ------------ */

/* Large desktops (1440px and up) */

/* Tablets and small browser windows: <= 768px */
@media (max-width: 768px) {
  .gallery-section {
    padding: 32px 12px;
  }
  .gallery-heading {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .gallery-carousel-container {
    max-width: 100%;
    padding: 0 36px; /* Space for nav buttons */
  }
  .gallery-section .carousel-track {
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .gallery-section .card-wrapper.gallery-carousel-slide {
    flex: 0 0 calc(50% - 5px); /* 2 visible slides */
    min-width: calc(50% - 5px);
    scroll-snap-align: start;
  }
  .gallery-section .card-1 {
    height: 200px;
    border-radius: 9px;
  }
  .gallery-section .carousel-btn {
    padding: 8px 12px;
    font-size: 28px;
  }
  .gallery-section .carousel-btn.prev { left: 4px; }
  .gallery-section .carousel-btn.next { right: 4px; }
  .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 100%;
  }
  .card-1 {
    height: 170px;
    border-radius: 9px;
  }
  .card-title {
    font-size: 13px;
    margin-top: 5px;
  }
}
/* 
/* Phones: <= 480px */

/* Responsive Layout */

.logo-upload-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.logo-upload-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.logo-upload-text {
  flex: 1;
  min-width: 300px;
}

.logo-upload-text h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.logo-upload-text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.upload-label {
  background-color: #222;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  display: inline-block;
}

.upload-label:hover {
  background-color: #444;
}

.logo-preview-box {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.logo-preview-box img {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

/* Hero/Left-Right Images Section */
.image-cell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-overlay {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  color: #111;
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 7px 0 6px 0;
  font-family: 'Glamor', sans-serif;
  letter-spacing: 1px;
  background-color: none;
  border-radius: 0 0 8px 8px;
  z-index: 2;
  pointer-events: none;
}

/* Carousel Cards */
.card-outer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 auto;
    width: 400px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .card-outer {
        width: 250px;
    }
}
.card-details {
    background: #fff;
    padding: 14px 15px 13px 15px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 0 0 14px 14px;
}
.card-price {
    display: block;
    font-family: 'Glamour', serif;
    color: #FF69B4;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 6px;
}
.card-desc {
    color: #444;
    font-size: 1.08rem;
    font-family: "typo", sans-serif;
    line-height: 1.3;
    display: block;
}
.card {
    position: relative;
    border-radius: 14px;
}

/* Scroll-image parallax section */
.scroll-image-section {
  position: relative;
  width: 100vw;
  height: 680px;
  overflow: hidden;
}
.scroll-image-section img {
  width: 100vw;
  height: 780px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.8);
}
.scroll-overlay-text {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.scroll-text-top {
  position: absolute;
  left: 8vw;
  top: 20%;
  font-size: 102px;
  font-family: 'senjal', sans-serif;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 3px 7px rgba(0,0,0,0.38);
  transition: transform 0.4s cubic-bezier(.4,2,.2,1);
  will-change: transform;
  display: block;
}
.scroll-text-bottom {
  position: absolute;
  right: 8vw;
  bottom: 20%;
  font-size: 102px;
  font-family: 'senjal', sans-serif;
  color: #FF69B4;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 3px 7px rgba(0,0,0,0.4);
  transition: transform 0.4s cubic-bezier(.4,2,.2,1);
  will-change: transform;
  display: block;
}
@media (max-width: 768px){
  .scroll-image-section, .scroll-image-section img {height: 350px;}
  .scroll-text-top, .scroll-text-bottom {font-size:40px;}
  .scroll-text-top {left:6vw;}
  .scroll-text-bottom {right:6vw;}
}
.info-section {
  background: #E8D7CF;
  padding: 60px 0;
  text-align: center;
}
.info-container {
  max-width: 700px;
  margin: auto;
}
.info-title {
  font-size: 3rem;
  font-family: 'senjal', Arial, sans-serif;
  color: #222;
  margin-bottom: 28px;
}
.info-desc {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 18px;
  font-family: 'typo', sans-serif;
}
.cta-btn.info-cta {
  background: #FF69B4;
  color: #fff;
  padding: 17px 54px;
  border-radius: 12px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 3px 14px rgba(255,64,129,0.10);
  transition: background 0.2s;
  font-family: 'Glamor', serif;
}
.cta-btn.info-cta:hover {
  background: #ff4081;
}

/* Responsive Styles for <= 768px and <= 480px */
@media (max-width: 768px) {
    .bg-image {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }

    .hero-left {
        width: 100%;
        padding: 24px 40px;
        min-height: 400px;
    }

    .hero-right {
        width: 100%;
        min-height: 280px;
    }

    .text-overlay h1 {
        font-size: 32px;
    }

    .text-overlay p {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .google-review {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .google-review .stars i {
        font-size: 15px;
    }

    .button {
        padding: 11px 26px;
        font-size: 15px;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .image-text-overlay {
        font-size: 1.5rem;
    }

    .info-section {
        padding: 76px 16px;
    }

    .info-title {
        font-size: 2.1rem;
    }

    .info-desc {
        font-size: 1.08rem;
    }

    .cta-btn.info-cta {
        padding: 13px 30px;
        font-size: 15px;
    }

    .signs-section {
        padding: 50px 12px;
    }

    .section-heading {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .signs-section .carousel-container {
        width: 100%;
        margin-bottom: 100px;
    }

    .signs-section .carousel-btn {
        display: none;
    }

    .signs-section .carousel-track {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 80px;
        margin-bottom: 120px;
        overflow-x: visible;
        overflow-y: visible;
        scroll-snap-type: none;
        align-items: center;
    }

    .signs-section .card,
    .signs-section .card-outer {
        width: 100%;
        max-width: 350px;
        min-width: unset;
        height: 320px;
    }

    .overlay {
        font-size: 34px;
        font-weight: bold;
    }

    .carousel-btn {
        font-size: 27px;
        padding: 7px 12px;
    }

    .carousel-btn.prev { left: 4px; }
    .carousel-btn.next { right: 4px; }

    .card-details {
        padding: 10px 12px;
        margin-bottom: 20px;
    }

    .card-price {
        font-size: 16px;
    }

    .card-desc {
        font-size: 0.92rem;
    }

    .about-box {
        flex-direction: column;
        height: auto;
        min-height: auto;
    }

    .about-text {
        width: 100%;
        padding: 64px 16px;
    }

    .about-text h2 {
        font-size: 26px;
    }

    .about-text p {
        font-size: 15px;
    }

    .about-image {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }

    .scroll-image-section {
        height: 320px;
    }

    .scroll-image-section img {
        height: 320px;
    }

    .scroll-text-top,
    .scroll-text-bottom {
        font-size: 34px;
    }

    .scroll-text-top { left: 6vw; }
    .scroll-text-bottom { right: 6vw; }

    .features-section {
        grid-template-columns: 1fr 1fr;
        gap: 1.6rem;
        padding: 30px 16px;
    }

    .feature img {
        width: 56px;
        height: 56px;
    }

    .feature h3,
    .feature .text h3 {
        font-size: 1.03rem;
    }

    .gallery-section {
        padding: 70px 22px;
    }

    .gallery-heading {
        font-size: 28px;
        margin-bottom: 24px;
    }

    /* Gallery carousel at 768px and below - keep carousel, smaller slides */
    .gallery-carousel-container {
        overflow: hidden;
        max-width: 100%;
    }

    .gallery-section .carousel-track {
        gap: 24px;
    }

    .gallery-section .card-wrapper.gallery-carousel-slide {
        flex: 0 0 calc(70% - 10px);
        min-width: calc(70% - 10px);
    }

    .gallery-section .card-1,
    .card-1 {
        height: 230px;
    }

    .testimonial-section {
        padding: 56px 12px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .testimonial-container {
        gap: 26px;
    }

    .testimonial-card {
        max-width: 100%;
        padding: 46px 26px;
    }

    .client-name {
        font-size: 16px;
    }

    .client-quote {
        font-size: 14px;
    }

    .stars {
        font-size: 14px;
    }

    .aftercare-heading {
        font-size: 36px !important;
        padding: 24px 16px !important;
    }
}

/* Further reduce sizes for 480px and below */
@media (max-width: 480px) {
    .text-overlay h1 {
        font-size: 28px;
    }
    .text-overlay p {
        font-size: 16px;
    }
    .google-review {
        font-size: 12px;
    }
    .google-review .stars i {
        font-size: 14px;
    }
    .button {
        padding: 10px 24px;
        font-size: 14px;
    }
    .image-text-overlay {
        font-size: 1.7rem;
        font-weight: bold;
    }
    .info-title {
        font-size: 1.5rem;
    }
    .info-desc {
        font-size: 0.95rem;
    }
    .cta-btn.info-cta {
        padding: 12px 28px;
        font-size: 14px;
    }
    .section-heading {
        font-size: 22px;
    }
    .signs-section .carousel-track {
        gap: 170px;
    }
    .signs-section .card,
    .signs-section .card-outer {
        max-width: 320px;
        height: 320px;
    }
    .carousel-btn {
        font-size: 28px;
        padding: 6px 10px;
    }
    .about-text h2 {
        font-size: 24px;
    }
    .about-text p {
        font-size: 14px;
    }
    .scroll-text-top,
    .scroll-text-bottom {
        font-size: 32px;
    }
    .gallery-section .carousel-track {
        gap: 32px;
    }
    .gallery-section .card-wrapper.gallery-carousel-slide {
        flex: 0 0 calc(80% - 6px);
        min-width: calc(80% - 6px);
    }
    .gallery-section .card-1,
    .card-1 {
        height: 260px;
    }
}


