.bg-image {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
    display: flex;
    margin-top: -30px;
    align-items: flex-end; /* Move content lower vertically */
    justify-content: center;
    /* Fallback color */
}
.bg-image img {
    width:95%;
    max-width:100%; 
    height: 75vh;
    border-radius:15px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

@media (max-width: 480px) {
  .bg-image {
    margin-top: -100px;
    margin-bottom: -30px;
  }
  .bg-image img {
    height: 70vh; /* Make the image smaller in mobile */
    object-position: 85% center; /* Move the image slightly right */
  }
}

.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: 'Delmon', 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 {
  padding: 14px 48px 14px 28px; /* extra right padding for the arrow */
  background: transparent;
  color: black;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 3  00;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 448 512' width='18' height='18' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-168 168c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h306.7L225.4 110.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l168 168z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}



.about-box {
        display: flex;
        width: 100%;
        
        
        border-radius:8px;
        
        height: 100vh; 
    }
    
    .about-text {
        width: 50%;
        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: 72px;
        color: black;
        margin-bottom: 20px;
        font-family:"stencil",sans-serif;
    }
    
    .about-text p {
        font-size: 25px;
        color: #402021;
        line-height: 1.6;
        margin-bottom: 15px;
        font-weight: bold;
        
    }
    
    .about-image{
        width: 55%;
        height: 100%;
        object-fit: cover;
        
    }
    
    
    
    h6{
        font-size:200px;
        font-family:'stencil',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;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #F0EAD2;

        z-index: 20; /* Ensure it's above the image */
        width: 100vw;
        max-width: 100vw;
        min-width: 0;

        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add a subtle shadow to enhance readability */
    }

    .text-overlay h1 {
        font-size: 120px;
        color: white;
        font-family: 'Delmon', sans-serif;
        white-space: nowrap; /* Prevent breaking into multiple lines */
        width: 100%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .google-review {
        font-size: 18px;
        color: #555;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

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

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

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

    .text-overlay p {
        font-size: 40px;
        margin-top: -20px;
        margin-bottom: 5px;
        color: white;
        font-weight: bold;
        font-family: 'Delmon', sans-serif;
    }

    /* Booking Form Container */
.hotel-booking-form {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px 25px;
  background: rgba(200, 200, 200, 0.35); /* Slightly gray + more transparent */
  
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
  backdrop-filter: blur(3px); /* Adds a blurring effect */
  -webkit-backdrop-filter: blur(3px); /* For Safari compatibility */
}

/* Form Row */
.form-row {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 180px;
  position: relative; /* Needed for dropdown arrow positioning */
}

/* Labels */
.form-row label {
  font-size: 14px;
  
  margin-bottom: 6px;
  color: #f2f2f2; /* lighter white label for dark bg */
}

/* Select Inputs */
.form-row select {
  padding: 12px 36px 8px 0; /* add right padding for arrow */
  border: none;
  border-bottom: 1px solid #f2f2f2; /* lighter white underline */
  border-radius: 0;
  font-size: 15px;
  background: transparent;
  color: #fff; /* white text */
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s, color 0.3s;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  /* fa-solid fa-angle-down SVG: <svg viewBox="0 0 320 512" width="18" height="18" fill="white"><path d="M137.4 374.6c12.5 12.5 32.75 12.5 45.25 0l128-128c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L160 306.8 54.63 201.4C42.13 188.9 21.88 188.9 9.375 201.4s-12.5 32.75 0 45.25l128 128z"></path></svg> */
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 320 512' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M137.4 374.6c12.5 12.5 32.75 12.5 45.25 0l128-128c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L160 306.8 54.63 201.4C42.13 188.9 21.88 188.9 9.375 201.4s-12.5 32.75 0 45.25l128 128z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px;
}

.form-row select:focus {
  outline: none;
  border-bottom: 2.5px solid #bcd9fd; /* lighter blue for focus underline */
  background: transparent;
  color: #fff;
  box-shadow: none;
}

/* Style placeholder option if needed */
.form-row select option[disabled][selected] {
  color: #ccc;
}

/* Book Button */
.booking-btn {
  padding: 15px 35px; /* larger padding for bigger button */
  background: black;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  transition: 
    transform 0.25s cubic-bezier(.16,1,.32,1), 
    box-shadow 0.25s,
    background 0.3s,
    color 0.3s;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Delmon", sans-serif;
  border: none;
  outline: none; 
  margin-left: 16px;
  margin-right: 36px;
  text-align: center;
}

.booking-btn::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 448 512' width='20' height='20' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-168 168c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h306.7L225.4 110.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l168 168z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: transform 0.27s cubic-bezier(.41,1.13,.81,1.01);
}

.booking-btn:hover::after,
.booking-btn:focus::after {
  transform: translateX(20px);
}

/* Slightly smaller and moved left on small screens */
@media (max-width: 480px) {
  .booking-btn {
    padding: 13px 26px;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 35px;
    border-radius: 42px;
    gap: 6px;
  }
  .booking-btn::after {
    width: 18px;
    height: 18px;
    margin-left: 9px;
    background-size: 18px 18px;
  }
}



.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: 'Delmon', 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: #f9f9f9;
    text-align: center;
}
.signs-section h2 {
    font-family: "stencil",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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: "Delmon",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:black;
}

.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(250px, 1fr));
    gap: 2rem;
    padding: 60px 40px;
    background: #fff;
    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: "Delmon",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: #f9f9f9;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

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

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

.testimonial-card {
  background: white;
  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;
}

.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-heading {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Delmon",sans-serif;
  color: #333;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-left: 120px;
  margin-right: 0;
}

@media (max-width: 480px) {
  .gallery-heading {
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 120px;
}

.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;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

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

.card-title {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  font-family: "Delmon",sans-serif;
  text-align: center;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin: 0;
}
.card-desc {
  font-size: 18px;
  color: #333;
  margin-top: 18px;
  font-family:  Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 340px;
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 480px) {
  .card-1 {
    height: 220px;
    border-radius: 10px;
  }

  .card-title {
    font-size: 1.15rem;
    top: 80%;
    left: 50%;
    padding: 0 6px;
    line-height: 1.15;
  }

  .card-desc {
    font-size: 0.98rem;
    margin-top: 12px;
    max-width: 98vw;
    padding: 0 4px;
  }
}


/* Responsive Layout */
@media (max-width: 1024px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Services Carousel Styles */
.services-carousel-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}

.services-carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.services-carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.services-carousel-track .card-wrapper {
  flex: 0 0 calc(25% - 22.5px);
  min-width: 0;
}

.carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: #333;
}

.carousel-nav-btn:hover {
  background: #333;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-nav-btn svg {
  width: 24px;
  height: 24px;
}

.carousel-prev-btn {
  left: 0;
}

.carousel-next-btn {
  right: 0;
}

.carousel-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Responsive Carousel */
@media (max-width: 1400px) {
  .services-carousel-track .card-wrapper {
    flex: 0 0 calc(33.333% - 20px);
  }
}

@media (max-width: 1024px) {
  .services-carousel-container {
    padding: 0 60px;
  }
  
  .services-carousel-track .card-wrapper {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .services-carousel-container {
    padding: 0 50px;
  }
  
  .services-carousel-track .card-wrapper {
    flex: 0 0 calc(100% - 0px);
  }
  
  .carousel-nav-btn {
    width: 40px;
    height: 40px;
  }
  
  .carousel-nav-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .services-carousel-container {
    padding: 0 20px;
  }
  
  /* Hide navigation buttons on mobile */
  .carousel-nav-btn {
    display: none !important;
  }
  
  /* Disable carousel transform on mobile */
  .services-carousel-wrapper {
    overflow: visible;
  }
  
  .services-carousel-track {
    display: flex;
    flex-direction: column;
    gap: 30px;
    transform: none !important;
    transition: none;
  }
  
  .services-carousel-track .card-wrapper {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}

.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;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #111;
  padding: 12px 0;
}

.marquee {
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  animation: moveLeft 15s linear infinite;
}

@keyframes moveLeft {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.center-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  padding: 40px 20px;
}

/* Center content */
.center-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 700px;
}

.center-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-family: 'Delmon', Arial, Helvetica, sans-serif;
  
}


.center-content h2 {
  font-size: 20px;
  font-weight: 400;
  color: #555;
  margin-bottom: 30px;
  font-family: 'Delmon', sans-serif;
}
/** Centered content .booking-btn but black */
.center-content .booking-btn {
  background: transparent;
  color: #000;
  
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 44px 15px 30px;
  border-radius: 10px;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  position: relative;
  margin-top: 12px;
}

.center-content .booking-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 448 512' width='18' height='18' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-168 168c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h306.7L225.4 110.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l168 168z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.center-content .booking-btn:hover,
.center-content .booking-btn:focus {
  background: transparent;
  color: #222;
  transform: translateY(-2px) scale(1.016);
}

/* CTA */
.cta-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

/* Monstera plants */
.plant-img {
  position: absolute;
  bottom: 0;
  width: 390px;
  max-width: 39vw;
  z-index: 1;
  pointer-events: none;
}

/* Left plant */
.left-plant {
  left: -60px;
  margin-left: 60px;
  transform: scaleX(-1) scale(0.75);
}

/* Right plant */
.right-plant {
  right: -40px;
  bottom: 60px; /* move the image a little upward */
  transform: scaleX(1); /* mirror image */
}

.about-section {
  width: 100%;
  background: #fff;
}

/* Image wrapper with side margin */
.about-image-wrapper {
  position: relative;
  height: 600px;
  margin: 0 50px;   /* LEFT & RIGHT SPACE */
  overflow: hidden;
  border-radius: 0px;
}

/* Image */
.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Us text on top of image */
.about-label {
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.about-label2 {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 94px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Delmon', sans-serif;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.about-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 0 20px;
}
.about-overlay h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}


/* Content below image */
.about-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.about-content h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Delmon', sans-serif;
  color: #111;
}

.about-content p {
  font-size: 19px;
  line-height: 1.7;
  color: #555;
  font-family: 'Delmon', sans-serif;
  margin-bottom: 18px;
}

/* Button */
.about-btn {
  background: transparent;
  color: #000;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 44px 15px 30px;
  border-radius: 10px;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  position: relative;
  margin-top: 12px;
  text-decoration: none;
  display: inline-block;
}

.about-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 448 512' width='18' height='18' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M438.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-168 168c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h306.7L225.4 110.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l168 168z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.about-btn:hover,
.about-btn:focus {
  background: transparent;
  color: #222;
  transform: translateY(-2px) scale(1.016);
}

@media (max-width: 768px) {
  .about-image-wrapper {
      height: 580px;
      margin: 0 20px;
      border-radius: 14px;
  }

  .about-label {
      left: 20px;
      top: 20px;
  }

  .about-content h3 {
      font-size: 26px;
  }
}
.about-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.35), transparent);
}

.sliding-text-section {
  width: 100%;
  overflow: hidden;
  background: #fff; /* change if needed */
  padding: 40px 0;
}

.sliding-text {
  white-space: nowrap;
  font-size: 150px;
  font-weight: 700;
  text-transform: uppercase;
  color: black; /* subtle luxury look */
  animation: slideLeft 25s linear infinite;
}

@keyframes slideLeft {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  section,
  div {
    max-width: 100%;
  }
}

.luxury-section {
  padding: 100px 80px;
  background: #fff;
  font-family: "Playfair Display", serif;
}

.luxury-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: start;
}

/* LEFT */
.luxury-left .subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}

.luxury-title {
  font-size: 84px;
  font-weight: 400;
  line-height: 1.05;
  margin: 30px 0 60px;
}

.small-image img {
  width: 520px;
  height: 740px;
  object-fit: cover;
}

/* RIGHT */
.main-image img {
  width: 90%;
  height: 650px;
  object-fit: cover;
}

.luxury-text {
  margin-top: 40px;
  max-width: 420px;
}

.luxury-text h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

.luxury-text p {
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .luxury-container {
    grid-template-columns: 1fr;
  }

  .luxury-title {
    font-size: 56px;
  }

  .small-image img {
    width: 100%;
    margin-top: 40px;
  }
}



.about-wrapper {
  position: relative;
  height: 900px;
  margin: 0 50px;
  overflow: hidden;
  border-radius: 0px; /* Rounded corners if you want */
}

.about-wrapper img.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
  display: block;
}

@media (max-width: 480px) {
  .about-wrapper {
    height: 650px;
    margin: 0 10px;
    margin-bottom: -40px;
    border-radius: 12px;
  }
  .about-wrapper img.about-image {
    border-radius: 16px;
    height: 100%;
    min-height: 240px;
    max-height: 650px;
    object-fit: contain;
    position: relative;
    top: -80px;
  }
}




/* Overlay content */
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.overlay-title {
  font-size: 78px;
  margin-bottom: 20px;
  font-family: 'Delmon', sans-serif;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.overlay-text {
  font-size: 30px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Delmon', sans-serif;
}

.cta-button {
  padding: 15px 40px;
  font-size: 18px;
  border: none;
  background-color: #0097b2;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #007d91;
}


<style>
:root{
  --green:#1f6b3a;
  --dark:#0f1a14;
  --light:#f7f7f7;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Montserrat', sans-serif;
}

body{
  line-height:1.6;
  color:#111;
}

/* ---------- GLOBAL ---------- */
.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

.btn{
  display:inline-block;
  padding:14px 30px;
  background:var(--green);
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  font-weight:600;
}

.section{
  padding:80px 0;
}

.section-title{
  font-size:32px;
  margin-bottom:20px;
}

/* ---------- HERO ---------- */
.hero{
  height:100vh;
  background:url("https://images.unsplash.com/photo-1599351431613-18ef1fdd27e1") center/cover no-repeat;
  position:relative;
  color:#fff;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}

.hero-content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:center;
}

.hero h1{
  font-size:52px;
  max-width:600px;
}

.hero p{
  margin:20px 0;
  max-width:500px;
}

/* ---------- ABOUT ---------- */
.about{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.about img{
  width:100%;
  border-radius:12px;
}

.stats{
  display:flex;
  gap:40px;
  margin-top:20px;
}

.stat h3{
  font-size:28px;
  color:var(--green);
}

/* ---------- BARBERS ---------- */
.barbers-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.barber-card{
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.barber-card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.barber-card h4{
  margin:15px 0;
}

.treatments-section {
  width: 100%;
  padding: 120px 8%;
  background: #ffffff;
}

.treatments-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

/* LEFT */
.treatments-left {
  flex: 1;
}

.section-title {
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 26px;
  color: #555;
  font-family: "Delmon",sans-serif;
  margin-bottom: 50px;
}

.treatment-list {
  border-top: 1px solid #e5e5e5;
}

.treatment-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  font-size: 54px;
  font-weight: 700;
  font-family: "Delmon", sans-serif;
}
.treatment-item .name {
  font-family: "Delmon", sans-serif;
}

.treatment-item .number {
  color: inherit;
}

.treatment-item .name {
  flex: 1;
}

/* ACTIVE ITEM */
.treatment-item.active {
  color: #1f6b2c;
}

.see-all {
  background: #1f6b2c;
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.see-all:hover {
  background: #155021;
}

/* RIGHT IMAGE */
.treatments-right {
  flex: 1;
}

.treatments-right img {
  width: 110%;
  margin-top: 50px;
  height: 400px;
  border-radius: 50px;
  object-fit: cover;
}
 

/* ---------- FOOTER ---------- */
footer{
  background:#0b120e;
  color:#aaa;
  padding:40px 0;
  text-align:center;
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1024px){
  .barbers-grid{grid-template-columns:repeat(2,1fr);}
  .news-grid{grid-template-columns:1fr 1fr;}
}

@media(max-width:768px){
  .hero h1{font-size:38px;}
  .about,
  .treatments,
  .products-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:480px){
  .hero h1{font-size:30px;}
  .barbers-grid,
  .news-grid{
    grid-template-columns:1fr;
  }
}
</style>


.logos img{height:26px;opacity:.6}


/* masonry gallery — column-based for responsive masonry */
.masonry{column-count:3;column-gap:18px;padding:30px 0}
.masonry-item{break-inside:avoid;margin-bottom:18px;border-radius:4px;overflow:hidden}
.masonry-item img{width:100%;display:block}


/* portfolio grid section */
#portfolio{padding:44px 0;background:var(--white)}
.portfolio-heading{text-align:center;padding:28px 0}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.portfolio-card{background:var(--white);padding:10px}
.portfolio-card img{width:100%;height:320px;object-fit:cover}
.portfolio-meta{display:flex;justify-content:space-between;padding-top:12px;font-size:14px;color:var(--muted)}


/* CTA section */
.cta{margin:48px 0;padding:56px;background:linear-gradient(180deg,#fff,#faf7f4);text-align:center}
.cta h2{font-family:'Playfair Display',serif;margin:0 0 12px}
.cta .btn{background:var(--accent);color:white;padding:12px 28px;border-radius:4px;border:0;font-weight:600}


/* Stories + smaller gallery */
#stories{padding:40px 0}
.stories-row{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}
.stories-row img{width:100%;height:420px;object-fit:cover}


/* Footer will be injected */


/* Responsive */
@media (max-width:980px){
.hero-grid{grid-template-columns:repeat(2,1fr)}
.intro-left{max-width:100%}
.masonry{column-count:2}
.portfolio-grid{grid-template-columns:repeat(2,1fr)}
.menu-toggle{display:block}
.main-nav{display:none;position:absolute;right:22px;top:66px;background:var(--white);padding:12px;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.06)}
}
@media (max-width:600px){
.hero-grid img{height:160px}
.masonry{column-count:1}
.portfolio-grid{grid-template-columns:1fr}
.stories-row{grid-template-columns:1fr}
}


/* small util styles */
.muted{color:var(--muted);font-size:14px}
.kicker{letter-spacing:3px;color:var(--muted);font-size:12px}


.blog-list-container {
  background: #fff;
  padding: 56px 0;
  margin-top: 80px;
}
.blog-title-main {
  font-family: 'delmon', sans-serif; font-size: 72px; display: flex; justify-content: flex-start; margin-left: 150px; color: #111; margin-bottom: 25px; letter-spacing: 1px;
}
.blog-intro {
  max-width: 720px; margin-left: 150px; margin-bottom: 28px; font-size: 1.05rem; line-height: 1.6; color: #333;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1em 1.5em;
  margin-top: 36px;
  justify-content: flex-start;
  margin-left: 150px;
  margin-right: 150px;
}
.blog-card {
  background: #fff;
  box-shadow: 0 6px 23px rgba(76,62,120,0.10);
  overflow: hidden;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  transition: box-shadow 0.19s cubic-bezier(.64,0,.38,1);
  min-width: 0;
  max-width: 100%;
}
.blog-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  
  padding-bottom: 66.666%; /* 2/3 proportion for image section */
  min-height: 140px;
  background: #fff;
}
.blog-card-image {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  object-fit: cover;
  min-height: 140px;
  max-height: none;
  border-radius: 15px;
  transition: transform 0.22s cubic-bezier(.42,0,.42,1);
}
.blog-card:hover .blog-card-image {
  transform: scale(1.02) rotate(-1deg);
}
.blog-card-title-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.35em;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(0deg, rgba(56,30,70,0.75) 70%, rgba(56,30,70,0.04) 100%);
  padding: 19px 13px 11px 14px;
  font-family: 'Carlton', 'Calton', sans-serif;
  z-index: 2;
  border-radius: 15px;
  pointer-events: none;
  box-shadow: 0 6px 21px 0 rgba(40,30,90,0.07);
}
.blog-card-readmore-overlay {
  position: absolute;
  right: 18px;
  bottom: 14px;
  background: linear-gradient(92deg, #6d59d5,#ce8bfa 78%);
  color: #fff;
  padding: 6px 23px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 22px;
  font-size: 1em;
  box-shadow: 0 1.5px 7px rgba(85,62,135,0.10);
  transition: background 0.16s, transform 0.13s;
  z-index: 3;
  pointer-events: auto;
}
.blog-card-readmore-overlay:hover {
  background: linear-gradient(92deg, #7f62d6,#b496f5 78%);
  transform: translateY(-1px) scale(1.05);
  color: #fff;
  text-decoration: none;
}
.blog-card-content {
  padding: 16px 12px 13px 14px;
  flex: 1;
  
  display: flex;
  align-items: flex-start;
  min-height: 60px;
  font-size: 1.08em;
}
.blog-card-desc {
  color: #3d3e5e;
  font-size: 0.8em;
  margin: 0;
  line-height: 1.7;
  font-family: inherit;
  text-align: left;
}
@media (max-width: 1250px) {
  .blog-title-main {
    font-size: 40px;
    margin-top: 32px;
    margin-bottom: 50px;
  }
  .blog-intro {
    margin-left: 30px;
    margin-right: 30px;
  }
  .blog-list-container {
    max-width: 890px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3em 0.8em;
    margin-left: -30px;
    margin-right: -30px;
  }
  .blog-card-title-overlay {
    font-size: 1.09em;
    padding: 13px 7px 8px 10px;
  }
  .blog-card-content {
    font-size: 1em;
  }
  .blog-card-readmore-overlay {
    font-size: 0.98em;
    padding: 5px 16px;
    right: 9px;
    bottom: 7px;
  }
}
@media (max-width: 750px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.1em 0;
    margin-top: -20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .blog-card-title-overlay {
    font-size: 0.95em;
  }
  .blog-title-main {
    font-size: 2.1rem;
    margin-top: 13px;
    margin-left: 15px;
  }
  .blog-intro {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 0.95rem;
  }
  .blog-list-container {
    max-width: 99vw;
    padding: 0 4px;
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .blog-card-content {
    font-size: 0.93em;
    padding: 10px 6px 10px 8px;
  }
}



* Banner image style */
.responsive-banner-image {
  object-fit: cover;
  object-position: 85% center;
  height: 70vh;
  width: 95%;
  max-width: 100%;
  border-radius: 50px;
  transition: transform 0.3s ease;
}
/* Social media row (fixed positioning on banner) */
.social-media-row-fixed {
  position: absolute; bottom: -240px; right: 292px; display: flex; gap: 62px; padding: 6px 20px 6px 18px; border-radius: 30px; z-index: 10;
}
.social-media-row-fixed a {
  display: inline-block;
}
.social-media-row-fixed .social-icon-img {
  width: 72px;
  height: 72px;
  transition: transform 0.22s cubic-bezier(.44, .08, .53, 1);
}
.social-media-row-fixed .social-icon-img:hover {
  transform: scale(1.1);
}
/* Social Media Section responsive (empty placeholder kept for structure) */
.social-media-section {
  padding: 36px 0 26px 0; text-align: center; background: #fff;
}
@media (max-width: 480px) {
  .social-media-row-fixed {
    right: 10vw !important;
    bottom: -218px !important;
    gap: 18px !important;
    padding: 6px 8px 6px 8px !important;
  }
  .social-media-row-fixed .social-icon-img {
    width: 54px !important;
    height: 54px !important;
  }
  .social-media-section .social-media-row {
    flex-direction: row !important;
    gap: 42px !important;
    margin-bottom: 16px !important;
    margin-top: 20px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .social-media-section .social-media-row a {
    margin: 0 !important;
  }
  .social-media-section .social-media-row img {
    width: 56px !important;
    height: 56px !important;
  }
  .social-media-section .social-media-contact {
    font-size: 2em !important;
    margin-top: 18px !important;
  }
}
/* Carousel, Pet Supply, Testimonials, Pricing, Blog, About, Contact, Misc */
.grooming-description,
.services-description {
  font-size: 1.4rem;
  color: #555;
  max-width: 1050px;
  margin: 0 0 52px 120px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media (max-width: 480px) {
  .grooming-description,
  .services-description {
    font-size: 1.05rem !important;
    max-width: 98vw !important;
    margin: 0 0 38px 0 !important;
    padding: 0 2px !important;
    text-align: left !important;
  }
  .gallery-wrapper {
    margin: 0 15px !important;
  }
}
.services-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-carousel-wrapper {
  width: 100%;
  overflow: hidden;
}
.services-carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.card-wrapper {
  margin-right: 30px;
}
/* Pricing Section */
.pricing-title {
  text-align:left; font-family: 'delmon',sans-serif; font-size: 72px; font-weight: bold; color: #242424; margin-top: 12px; margin-bottom: 24px; margin-left: 100px;
}
@media (max-width: 480px) {
  .pricing-title {
    margin-left: 15px !important;
    font-size: 2.1rem !important;
  }
}
/* Testimonials */
.testimonials-section {
  background: #fff; padding: 56px 0;
}
.testimonials-title {
  font-family: 'delmon', sans-serif; font-size: 72px; display: flex; justify-content: flex-start; margin-left: 120px; color: #111; margin-bottom: 25px; letter-spacing: 1px;
}
@media (max-width: 480px) {
  .testimonials-title {
    margin-left:15px !important;
    font-size: 2.1rem !important;
  }
}
.testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
  margin-left: 120px;
  margin-right: 120px;
}

@media (max-width: 480px) {
  .testimonials-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    margin-top: 20px;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: -30px;
  }
  .testimonial-card {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.testimonial-card {
  background: #000; color: #fff; border-radius: 18px; box-shadow: 0 2px 18px rgba(0,0,0,0.10); width: calc((100% - 96px) / 4); min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 24px; position: relative; flex: 0 0 calc((100% - 96px) / 4);
}
@media (max-width: 1400px) {
  .testimonial-card {
    width: calc((100% - 64px) / 3);
    flex: 0 0 calc((100% - 64px) / 3);
  }
}
@media (max-width: 1024px) {
  .testimonial-card {
    width: calc((100% - 32px) / 2);
    flex: 0 0 calc((100% - 32px) / 2);
  }
}
.testimonials-rating {
  display: flex; flex-direction: column; align-items: flex-end; margin-bottom: -8px;
}
.testimonials-rating img {
  width:22px; height:22px; margin-bottom: 2px;
}
.star-gold { color: #FFD700; font-size: 1.15em; }
.star-grey { color: #D3D3D3; font-size: 1.15em; }
.testimonial-author { display: flex; align-items: center; justify-content: space-between; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
/* Pet Supply Section */
.pet-supply-section {
  background: #fff;
  padding: 80px 20px;
}

.pet-supply-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 100px;
  gap: 64px;
  flex-wrap: nowrap;
}

.pet-supply-text {
  flex: 1 1 420px;
  min-width: 300px;
  margin-left: 20px;
}

.pettitle {
  font-family: 'delmon', sans-serif;
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #181B1E;
  margin-left: 120px;
}

.pet-supply-text p {
  font-size: 1.4em;
  line-height: 1.75;
  color: #555;
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
  font-weight: 600;
}

.pet-supply-image {
  flex: 1 1 400px;
  min-width: 250px;
  display: flex;
  justify-content: flex-end;
  min-width: 320px;
  position: relative;
}

@media (max-width: 780px) {
  .pet-supply-section {
    padding: 45px 0;
  }

  .pet-supply-container {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
    margin: 0;
    padding: 0 10px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .pet-supply-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .pettitle {
    font-size: 35px;
    margin-left:28px;
    margin-bottom: 12px;
    text-align: left;
  }

  .pet-supply-text p {
    font-size: 1.12em;
    margin-bottom: 4px;
  }

  .pet-supply-image {
    min-width: 0;
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .pet-supply-container {
    padding: 0 3vw;
    gap: 0px;
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  
  .pet-supply-text {
    min-width: 0 !important;
    flex: 1 1 100% !important;
  }
  .pet-supply-text h2 {
    
    font-size: 2.1rem !important;
    margin-left: 15px !important;
    margin-bottom: 14px !important;
    text-align: left !important;
  }
  .pet-supply-text p {
    font-size: 1.05rem !important;
    margin-bottom: 0px !important;
  }
  .pet-supply-image {
    min-width: 0 !important;
    flex: 1 1 50% !important;
    justify-content: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 80px !important;
    display: block !important;
  }
  .carousel-container,
  .carousel-nav-btn,
  .carousel-indicators {
    display: none !important;
  }
  .pet-supply-serial-images {
    display: block !important;
    width: 100vw;
    margin: 0 -8px 0 -8px;
  }
  .pet-supply-serial-images img {
    width: 100vw !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    margin-bottom: 0px !important;
    display: block !important;
    background: #fff;
  }
  .pet-supply-serial-images img:nth-child(2) {
    object-fit: contain !important;
    background: #fff !important;
    margin-left:15px;
  }
}

/* Blog section */
.blog-empty-message { text-align:center; color:#888; margin-top:34px; }
/* Contact Section */
.contact-map-section {
  background: #fff;
  padding: 70px 0;
  font-family: 'delmon', sans-serif;
}
.contact-title {
  font-family: 'delmon', sans-serif;
  font-size: 78px;
  font-weight: bold;
  color: #222;
  margin-bottom: 28px;
  margin-left: 150px;
}
.contact-map-container {
  max-width: 1200px;
  margin: 0 160px;
  display: flex;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-info {
  flex: 1 1 380px;
  min-width: 300px;
  font-family: 'Arial', sans-serif;
  font-size: 21px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  font-size: 25px;
  color: #363636;
  font-family: 'Arial', sans-serif;
}
.contact-info ul li {
  margin-bottom: 16px;
  font-family: 'Arial', sans-serif;
  font-size: 21px;
}
.contact-info a {
  color: #222;
  text-decoration: underline;
  font-family: 'Arial', sans-serif;
  font-size: 21px;
}
.map-embed {
  flex: 2 1 750px; min-width: 350px; max-width: 900px; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 18px rgba(0,0,0,0.12); position: relative;
}
.map-overlay {
  position: absolute; top: 20px; left: 20px; background: rgba(255,255,255,0.93); padding: 16px 20px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.10); display: flex; align-items: flex-start; gap: 10px; max-width: 96%; z-index:2;
}
.map-pin-icon {
  font-size: 1.5em; color: #d32e2e; margin-right: 8px; line-height:1;
}
.map-overlay-title {
  display:block; font-weight: 600; color: #222; font-size: 1.15em;
}
.map-overlay-desc {
  color: #444; font-size: 1em;
}
@media (max-width: 480px) {
  .contact-map-container {
    flex-direction: column !important;
    gap: 28px !important;
    padding: 0 8px;
    margin:10px;
    align-items: stretch !important;
    max-width: 98vw !important;
  }
  .contact-title {
    margin-left: 15px !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    font-size: 2.1rem !important;
  }
  .contact-info {
    min-width: 0 !important;
    width: 96vw !important;
    font-size: 1.4em !important;
  }
  .contact-info ul {
    font-size: 18px !important;
  }
  .contact-info ul li {
    font-size: 1em !important;
  }
  .contact-info a {
    font-size: 1em !important;
  }
  .map-embed {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 100% !important;
  }
  .map-embed iframe {
    width: 100% !important;
    height: 300px !important;
  }
  .map-overlay {
    max-width: 85% !important;
    padding: 12px 16px !important;
    top: 12px !important;
    left: 12px !important;
  }
  .map-overlay-title {
    font-size: 1em !important;
  }
  .map-overlay-desc {
    font-size: 0.85em !important;
  }
}



.about-section {
  background: #fff;
  padding: 80px 0;
}

.about-title-below {
  text-align: left;
  font-size: 72px;
  font-family: 'delmon', sans-serif;
  font-weight: bold;
  color: #292929;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-left: 150px;
}

.about-container {
  max-width: 1200px;
  margin: 0 155px;
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 420px;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: -0px;
  margin-bottom: 0;
  margin-left: -58px;
  padding-top: 0;
  padding-bottom: 0;
}
.about-text p {
  font-size: 24px;
  color: #504945;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.6;
  font-family:  Arial, sans-serif;
}

.about-image {
  flex: 1 1 400px;
  min-width: 250px;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.about-image img {
  width: 100%;
  max-width: 420px;
  height: 400px; /* Decreased image height */
  object-fit: cover;
  object-position: 50% 20%; /* Slightly move image upwards */
  border-radius: 10px;
  box-shadow: 0 4px 32px rgba(70,67,67,0.10);
  background: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* Responsive styles for 768px and below */
@media (max-width: 768px) {
  .about-section {
    padding: 55px 0;
  }
  .about-title-below {
    font-size: 44px;
    margin-left: 24px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .about-container {
    flex-direction: column;
    gap: 36px;
   margin:0;
    padding: 0 16px;
  }
  .about-text {
    min-width: 0;
    width: 100%;
    border-radius: 12px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-text p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .about-image {
    min-width: 0;
    width: 100%;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-image img {
    max-width: 330px;
    height: 340px;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Responsive styles for 480px and below */
@media (max-width: 480px) {
  .about-section {
    padding: 26px 0;
    
  }
  .about-title-below {
    font-size: 2.1em;
    margin-left: 20px;
    margin-bottom: 4px; /* Decreased margin to reduce gap */
    margin-top: 0;
    text-align: left;
  }
  .about-container {
    padding: 0 3vw;
    gap: 0px;
  }
  .about-text {
    padding: 0;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 20px; /* Make the about text area smaller in height */
    max-height: 210px; /* Restrict the height, can be adjusted as needed */
    overflow: hidden; /* Hide overflow if content exceeds the max-height */
  }
  .about-text p {
    font-size: 1.05rem;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 10px;
    line-height: 1.55; /* Reduce line height to make text more compact */
     /* "ring" effect, 2px gray ring */
    
    
  }
  .about-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-image img {
    max-width: 96vw;
    height: 400px;
    border-radius: 7px;
    margin-top: 0;
    margin-bottom: 0;
    object-fit: cover;
    object-position: top;
    display: block;
  }
}



.visually-hidden {
  position: absolute;
  width: 1px; 
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

}
