body {
    background: #f8f9f3;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow-x: hidden;
}

.container {
    background: #d6d6d6 url('assets/background-container.png') center center/cover no-repeat;
    border-radius: 20px;
    width: 65vw;
    max-width: 1200px;
    margin: 54px auto;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.top-section {
    display: flex;
    gap: 40px;
    width: 90%;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.box-1 {
    width: 200px;
    height: 200px;
    background: #888 url('assets/dp-image1.png') center center/cover no-repeat;
    border-radius: 25px;
}

.box-2 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    height: 200px;
    background: #FEFFF9;
    border-radius: 25px;
}

.middle-section {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 60px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.small-box {
    width: 80px;
    aspect-ratio: 1/1;
    height: auto;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #111;
    cursor: pointer;
    justify-content: flex-start;
    transition: transform 0.3s cubic-bezier(.4,2,.6,1);
    border-radius: 18px;
    margin: 0;
    padding: 0;
    gap: 0;
}

.small-box:hover {
    transform: translateY(-8px) scale(1.04);
    z-index: 1;
}

.small-box .icon {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.small-box span {
    font-size: 15px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.1;
    width: 100%;
    display: block;
}

.bottom-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact-bar {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* for Safari */
    border-radius: 28px;
    display: flex;
    align-items: center;
    padding: 10px 18px;
    gap: 18px;
    min-width: 340px;
    max-width: 700px;
    width: 40vw;
    justify-content: center;
}

.testimonials-icon {
    width: 65px;
    height: 65px;
    background: url('assets/icon 7.png') center center/cover no-repeat;
    border-radius: 14px;
    flex-shrink: 0;
}

.testimonials-link,
.hire-btn-desktop,
.contact-btn {
    transition: transform 0.18s cubic-bezier(.4,2,.6,1);
}

.testimonials-link:hover,
.hire-btn-desktop:hover,
.contact-btn:hover {
    transform: translateY(-8px) scale(1.04);
    z-index: 1;
}

.hire-btn-desktop,
.hire-btn-mobile,
.contact-btn {
    font-family: 'Inknut Antiqua', serif;
    font-weight: 700;
    background: #F59A9D;
    border: none;
    border-radius: 14px;
    padding: 0 35px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: -0.09em;
    line-height: 2;
    cursor: pointer;
    transition: transform 0.18s cubic-bezier(.4,2,.6,1);
}

.hire-btn-desktop:hover,
.hire-btn-mobile:hover,
.contact-btn:hover {
    transform: translateY(-8px) scale(1.04);
    z-index: 1;
}

/* Add background images to each small-box icon */
.middle-section .small-box:nth-child(1) .icon {
    background: #888 url('assets/icon 1.png') center center/cover no-repeat;
}
.middle-section .small-box:nth-child(2) .icon {
    background: #888 url('assets/icon 2.png') center center/cover no-repeat;
}
.middle-section .small-box:nth-child(3) .icon {
    background: #888 url('assets/icon 3.png') center center/cover no-repeat;
}
.middle-section .small-box:nth-child(4) .icon {
    background: #888 url('assets/icon 1.png') center center/cover no-repeat;
}
.middle-section .small-box:nth-child(5) .icon {
    background: #888 url('assets/icon 5.png') center center/cover no-repeat;
}
.middle-section .small-box:nth-child(6) .icon {
    background: #888 url('assets/icon 6.png') center center/cover no-repeat;
}
/* GHL Small Box Icon */
.middle-section .small-box:nth-child(7) .icon {
    background: #888 url('assets/icon 4.png') center center/cover no-repeat;
}

.intro-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 32px 36px;
}

.intro-heading {
    font-family: 'Inknut Antiqua', serif;
    font-weight: 700;
    color: #e48fb1;
    font-size: 32px;
    margin: 0 0 32px 0;
    line-height: 1.05;
    letter-spacing: -0.09em;
}

.intro-subtitle {
    color: #444;
    font-family: 'Fira Mono', 'Consolas', 'Menlo', monospace;
    font-size: 1.1rem;
    margin: 0;
    letter-spacing: 0.01em;
}

.inknut-antiqua-light {
  font-family: "Inknut Antiqua", serif;
  font-weight: 300;
  font-style: normal;
}
.inknut-antiqua-regular {
  font-family: "Inknut Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}
.inknut-antiqua-medium {
  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
}
.inknut-antiqua-semibold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 600;
  font-style: normal;
}
.inknut-antiqua-bold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-style: normal;
}
.inknut-antiqua-extrabold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 800;
  font-style: normal;
}
.inknut-antiqua-black {
  font-family: "Inknut Antiqua", serif;
  font-weight: 900;
  font-style: normal;
}

.modal {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    max-width: 900px;
    min-height: 400px;
    background: #fefef7;
    border-radius: 48px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    z-index: 100;
    flex-direction: column;
    overflow: hidden;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px 36px 0 36px;
    cursor: move;
}

.modal-title {
    font-family: 'Inknut Antiqua', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #e48fb1;
    letter-spacing: -0.09em;
}

.modal-close {
    font-size: 2.2rem;
    color: #e48fb1;
    cursor: pointer;
    user-select: none;
    line-height: 1;
    transition: color 0.15s;
}
.modal-close:hover {
    color: #d16a8a;
}

.modal-content {
    overflow-y: auto;
    max-height: 420px;
    padding: 24px 36px 36px 36px;
    font-size: 1.1rem;
    color: #333;
    flex: 1;
}

.flashlight {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background: radial-gradient(circle 400px at var(--fx, 50vw) var(--fy, 50vh), #F59A9E 0%, transparent 80%);
    transition: background 0.1s;
}

.flashlight-spot {
    position: absolute;
    width: 320px;
    height: 320px;
    margin-left: -160px;
    margin-top: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, #F59A9E 0%, transparent 80%);
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.8s;
    will-change: opacity;
}

.auto-flashlight {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background: radial-gradient(circle 500px at var(--afx, 50vw) var(--afy, 50vh), #FFDBEB 0%, transparent 80%);
    transition: background 0.1s;
}

.auto-flashlight2 {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background: radial-gradient(circle 400px at var(--afx2, 50vw) var(--afy2, 50vh), #FCCC9B 0%, transparent 80%);
    transition: background 0.1s;
}

.top-section .testimonials-link {
    display: none;
}

.hire-btn-mobile {
    display: none;
}

@media (max-width: 600px) {
  .contact-bar .testimonials-link {
    display: none;
  }
  .top-section .testimonials-link {
    display: flex;
  }
  .hire-btn-desktop {
    display: none;
  }
  .hire-btn-mobile {
    display: block;
  }
}

@media (max-width: 600px) {
  .top-section {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .top-container {
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .box.box-2 {
    width: 100% !important;
    margin: 0 auto;
  }
  .container {
    width: 95vw;
    min-height: 95vh;
    border-radius: 18px;
    margin: 2.5vh auto;
    box-shadow: none;
    padding: 0 0 24px 0;
  }
}

@media (max-width: 600px) {
  .hire-btn-mobile,
  .contact-btn {
    padding: 0 16px;
  }
}

.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    padding: 24px 36px 36px 36px;
    max-height: 420px;
    overflow-y: auto;
    justify-items: center;
    align-items: start;
}

.thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #222;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    min-width: 0;
    max-width: 220px;
    cursor: pointer;
    transition: transform 0.18s cubic-bezier(.4,2,.6,1);
}

.thumbnail img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    transition: box-shadow 0.18s;
}
@media (max-width: 600px) {
  .thumbnail img {
    width: 40vw;
    height: 40vw;
    max-width: 90vw;
    max-height: 90vw;
  }
}

.thumbnail span {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
}

.thumbnail:hover {
    transform: translateY(-6px) scale(1.03);
    z-index: 2;
}

@media (max-width: 600px) {
  .thumbnails-grid {
    grid-template-columns: 1fr;
    padding: 18px 8px 24px 8px;
    gap: 24px 0;
  }
}

@media (max-width: 600px) {
  .middle-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 18px 8px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    box-sizing: border-box;
    justify-items: center;
    align-items: center;
    overflow-x: unset;
  }
  .small-box {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .small-box .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    border-radius: 16px;
  }
  .small-box span {
    font-size: 0.95rem;
    text-align: center;
    margin-top: 4px;
    align-self: center;
  }
}

@media (max-width: 600px) {
  .small-box {
    width: 80px;
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
}

.action-btn {
  background: #5F4243;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 8px 18px;
  margin: 6px 6px 0 6px;
  font-size: 1rem;
  font-family: 'Inter', Arial, sans-serif;
  cursor: pointer;
  transition: background 0.18s, transform 0.18s;
  display: inline-block;
  text-decoration: none;
}
.action-btn:hover {
  background: #7a5a5b;
  transform: translateY(-2px) scale(1.04);
}
.thumbnail-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
}

.slider-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(239, 208, 179, 0.9);
  z-index: 9999;
}
.slider-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 98vw;
  background: #fefef7;
  border-radius: 48px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  z-index: 200;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 32px;
}
.slider-modal .modal-header {
  width: 100%;
  padding: 32px 36px 0 36px;
  box-sizing: border-box;
}
.slider-modal .modal-title {
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  display: block;
}
.slider-gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 98vw;
  height: auto;
  margin: 0 auto;
  padding: 0 48px;
  gap: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.slider-gallery-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: transform 0.4s cubic-bezier(.4,2,.6,1);
  will-change: transform;
  height: auto;
}
.slider-gallery-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  height: auto;
  flex-shrink: 0;
}
.slider-gallery-img {
  width: 260px;
  height: 260px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  flex-shrink: 0;
  max-width: 90vw;
  max-height: 90vw;
}
.slider-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: none;
  color: #F59A9D;
  border: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.18s;
  padding: 0;
  user-select: none;
}
.slider-gallery-btn.left {
  left: 24px;
  margin-left: 0;
}
.slider-gallery-btn.right {
  right: 24px;
  margin-right: 0;
}
.slider-gallery-btn:hover {
  color: #e48fb1;
  transform: translateY(-50%) scale(1.08);
}
@media (max-width: 1100px) {
  .slider-gallery-img {
    width: 20vw;
    height: 20vw;
    aspect-ratio: 1/1;
    max-width: 28vw;
    max-height: 28vw;
  }
  .slider-gallery-slide {
    gap: 2vw;
  }
}
@media (max-width: 600px) {
  .slider-modal {
    width: 100vw;
    max-width: 100vw;
    border-radius: 14px;
    padding-bottom: 8px;
  }
  .slider-gallery {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    padding: 0 2vw;
  }
  .slider-gallery-track {
    height: auto;
  }
  .slider-gallery-slide {
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .slider-gallery-img {
    width: 80vw;
    height: 80vw;
    aspect-ratio: 1/1;
    max-width: 80vw;
    max-height: 80vw;
  }
  .slider-gallery-btn {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 1.1rem;
  }
  .slider-gallery-btn.left {
    left: 0;
  }
  .slider-gallery-btn.right {
    right: 0;
  }
}

.slider-gallery-slide.mobile-only {
  display: none !important;
}
@media (max-width: 600px) {
  .slider-gallery-slide.mobile-only {
    display: flex !important;
  }
  .slider-gallery-slide:not(.mobile-only) {
    display: none !important;
  }
}
.slider-gallery-slide { display: none !important; }
.slider-gallery-slide.active { display: flex !important; }
@media (max-width: 600px) {
  .slider-gallery-slide.active { flex-direction: column; gap: 0; }
}

.mockup-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 70vh;
  box-sizing: border-box;
}
.mockup-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
}
.mockup-img:hover {
  transform: scale(1.04);
  box-shadow: 0 4px 24px rgba(0,0,0,0.16);
}
@media (max-width: 900px) {
  .mockup-gallery-grid {
    max-width: 98vw;
    gap: 16px;
    height: 60vh;
  }
}
@media (max-width: 600px) {
  .mockup-gallery-grid {
    grid-template-columns: 1fr;
    max-width: 98vw;
    padding: 8px 0;
    height: 50vh;
    gap: 10px;
  }
}

.mockup-zoom-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mockup-zoom-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.18);
}
.mockup-zoom-close {
  position: absolute;
  top: 32px;
  right: 48px;
  font-size: 2.8rem;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  user-select: none;
  transition: color 0.18s;
}
.mockup-zoom-close:hover {
  color: #F59A9D;
}
@media (max-width: 600px) {
  .mockup-zoom-img {
    max-width: 98vw;
    max-height: 60vh;
  }
  .mockup-zoom-close {
    top: 12px;
    right: 18px;
    font-size: 2rem;
  }
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
  align-items: stretch;
  font-family: 'Inter', Arial, sans-serif;
  padding: 24px 0 24px 0;
}
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 32px 32px 24px 32px;
  max-width: 370px;
  min-width: 270px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
.testimonial-quote {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 32px;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.5;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
}
.testimonial-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
  flex-shrink: 0;
}
.testimonial-info {
  display: flex;
  flex-direction: column;
  font-family: 'Inter', Arial, sans-serif;
  flex: 1 1 auto;
}
.testimonial-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 2px;
}
.testimonial-role {
  font-size: 0.98rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial-company {
  font-size: 0.97rem;
  color: #aaa;
  font-weight: 400;
}
.testimonial-quote-icon {
  width: 38px;
  height: 38px;
  margin-left: 8px;
  opacity: 0.18;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .testimonials-grid {
    gap: 18px;
    justify-content: center;
  }
  .testimonial-card {
    max-width: 98vw;
    min-width: 0;
    padding: 24px 12px 18px 12px;
  }
}
@media (max-width: 600px) {
  .testimonials-grid {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    padding: 8px 0 8px 0;
  }
  .testimonial-card {
    max-width: 98vw;
    min-width: 0;
    padding: 18px 6px 12px 6px;
  }
  .testimonial-quote {
    font-size: 1rem;
    margin-bottom: 18px;
  }
  .testimonial-avatar {
    width: 40px;
    height: 40px;
  }
  .testimonial-quote-icon {
    width: 28px;
    height: 28px;
    margin-left: 4px;
  }
}

.welcome-tooltip {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fffbe7;
    color: #5F4243;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 18px 32px 18px 24px;
    font-size: 1.08rem;
    font-family: 'Inter', Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 18px;
    z-index: 2000;
    max-width: 90vw;
    min-width: 260px;
    margin-bottom: 18px;
    border: 1.5px solid #ffe6a1;
    animation: tooltip-fadein 0.7s;
    position: absolute;
    box-sizing: border-box;
    /* for close button absolute positioning */
    padding-right: 48px;
}
.welcome-tooltip-text {
    flex: 1 1 auto;
    line-height: 1.5;
}
.welcome-tooltip-close {
    font-size: 1.7rem;
    color: #e48fb1;
    cursor: pointer;
    user-select: none;
    transition: color 0.18s;
    position: absolute;
    top: 10px;
    right: 18px;
    z-index: 1;
    background: none;
    border: none;
    padding: 0;
}
.welcome-tooltip-close:hover {
    color: #d16a8a;
}
@media (max-width: 600px) {
    .welcome-tooltip {
        font-size: 0.98rem;
        padding: 10px 12px 10px 10px;
        max-width: 98vw;
        padding-right: 36px;
    }
    .welcome-tooltip-close {
        font-size: 1.2rem;
        top: 6px;
        right: 10px;
    }
}
@keyframes tooltip-fadein {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Slide up exit animation for welcome tooltip */
.slide-up-exit {
    animation: tooltip-slideup-exit 0.5s forwards;
}
@keyframes tooltip-slideup-exit {
    from { opacity: 1; transform: translateX(-50%) translateY(0); }
    to { opacity: 0; transform: translateX(-50%) translateY(-40px); }
}

.welcome-tooltip-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.75);
    z-index: 1500;
    pointer-events: auto;
    transition: opacity 0.3s;
}
.welcome-tooltip[style*='display: none'] ~ .welcome-tooltip-overlay,
.welcome-tooltip-overlay[style*='display: none'] {
    display: none !important;
}
