html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;  /* Prevent left-right scroll */
}


/* ===== WhatsApp Icon ===== */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 9999;
}

/* ===== Popup Box ===== */
.whatsapp-popup {
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 220px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
  text-align: center;
  display: none;   /* IMPORTANT */
  z-index: 9998;
}

.whatsapp-popup p {
  font-size: 15px;
  margin-bottom: 12px;
}

.wa-btn {
  background: #25D366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}





body {
  color: #333;
  background-color: #fff;
}

.site-header {
  position: fixed;          /* makes it sticky */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;           /* stays above everything */
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
body {
  padding-top: 90px;   /* adjust based on header height */
}

/* Mobile header spacing fix */
@media (max-width: 768px) {
  header,
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
  }

  .logo-text,
  .site-title {
    margin-right: 20px;
  }

  .menu-toggle,
  .hamburger {
    margin-left: 20px;
  }
}





/* Left Section: Logo + Brand Name */
.site-left {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 0;                  /* << ensure no extra left margin */
}

/* logo size (desktop) */
.nav-logo {
  height: 100px;                   /* << increased but reasonable. change to 110/90 as preferred */
  width: auto;
  display: block;
}

/* brand name - space to the right so nav doesn't sit too close */
.brand-name {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
  margin-right: 40px;              /* << creates visible gap between studio and Home */
}

/* Desktop Nav Links */
.site-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-nav a {
  text-decoration: none;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}

/* -------- MOBILE SETTINGS -------- */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger .bar {
  height: 3px;
  width: 24px;
  background: #222;
  border-radius: 2px;
}

.mobile-nav {
  display: none;
}

.mobile-nav.open {
  display: block;
}

/* -------- Responsive -------- */
@media(max-width: 768px){
  .site-nav { display: none; } /* hide desktop menu */
  .hamburger { display: flex; } /* show hamburger */

  .brand-name {
    font-size: 22px;
    margin-right: 0;              /* no extra margin on mobile */
  }

  .nav-logo {
    height: 48px;                 /* smaller on mobile */
  }

  .site-header {
    padding: 12px 12px;           /* slightly smaller on mobile */
  }

  .mobile-nav {
    position: absolute;
    top: 72px;
    right: 16px;
    background: #fff;
    width: 220px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    z-index: 999;
  }

  .mobile-nav a {
    display: block;
    padding: 10px 0;
    color: #222;
    font-size: 18px;
  }
}
@media(max-width: 768px){
  .hero {
    background-size: cover !important;
    background-position: center !important;
  }

  .hero img {
    width: 100%;
  }
}













.header {
  background: #111;
  color: #FFFFFF;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: center; /* centers logo + name horizontally */
  align-items: center;
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
 
}


.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 80px;
}

.logo-img {
  width: 100px;
  height: auto;
  border-radius: 10px;
  
}

.logo-container img {
  width: 130px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.site-name {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: 600;
  font-size: 24px;
  margin-right: 500%;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-left: 10px;
}

.nav-links a {
  color: #0a0606;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
  
}

.hero {
  background: url('img/img1.jpg') center/cover no-repeat;
  color: #FFFFFF;
  text-align: center;
  padding: 250px 20px;
}

.hero h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn {
  background: #aa3b04e5;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
}
.about {
  padding: 80px 0;
  text-align: center;
  color: #aa3b04e5;
}

.about-img {
  margin-top: 30px;
  width: 80%;
  border-radius: 10px;
}

/* Reset and basics */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #222;
  background-color: #fff;
  line-height: 1.6;
}


.about-section {
  padding: 90px 10%;
  background: #fffdfb;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 340px;
  animation: fadeInUp 1.2s ease-in-out;
}

/* Existing styles here (keep the previous CSS) 

/* Image Gallery */
.image-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px;
}

.image-card {
  position: relative;
  flex: 1 1 30%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  
}

.image-card img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s;
  
}

.image-card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aa3b04e5;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.image-card:hover .overlay {
  opacity: 1;
}

/* Responsive Gallery */
@media (max-width: 900px) {
  .image-card {
      flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .image-card {
      flex: 1 1 100%;
  }
}
/* ---- DESKTOP / LAPTOP SPACING FOR IMAGE GALLERY ---- */
@media (min-width: 769px) {
  .image-gallery {
      padding-left: 40px;
      padding-right: 40px;
  }

  .image-card {
      margin-bottom: 30px;
      border-radius: 12px;
      overflow: hidden;
  }

  .image-card img {
      width: 100%;
      display: block;
      border-radius: 12px;
  }

  .overlay {
      width: 100%;
      text-align: center;
      padding: 12px;
      font-size: 20px;
      font-weight: 600;
      background: rgba(200, 90, 30, 0.9);
      color: #fff;
      border-radius: 0 0 12px 12px;
      box-sizing: border-box;
  }
}


/* ---- MOBILE SPACING FOR IMAGE GALLERY ---- */
@media (max-width: 768px) {

  .image-gallery {
      padding-left: 16px;
      padding-right: 16px;
  }

  .image-card {
      margin-bottom: 20px;
      border-radius: 10px;
      overflow: hidden; /* prevents overlay from going outside */
  }

  .image-card img {
      width: 100%;
      display: block;
      border-radius: 10px;
  }

  .overlay {
      background: rgba(200, 90, 30, 0.9); /* or your brand color */
      padding: 10px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      font-size: 18px;
      margin-left: 0;
      margin-right: 0;
      border-radius: 0 0 10px 10px;
      width: 100%;
      box-sizing: border-box;
  }
}










.experience {
  padding: 80px 0;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

.experience .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.intro-text {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 60px;
}

.intro-text span {
  color: #aa3b04e5;
  font-weight: 600;
}

.exp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 40px;
}

/* Zig-zag pattern */
.exp-row:nth-child(even) {
  flex-direction: row-reverse;
}

/* Text section */
.exp-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.exp-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.exp-content .icon {
  font-size: 2rem;
  color: #aa3b04e5;
  margin-bottom: 10px;
}

.exp-content h3 {
  font-size: 1.5rem;
  color: #aa3b04e5;
  margin-bottom: 10px;
}

.exp-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Image side */
.exp-images {
  flex: 1;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}

.exp-images.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.exp-images img {
    width: 100%;
    height: auto; /* keeps real proportions */
    border-radius: 20px;
    object-fit: contain; /* show full image without cropping */
    background-color: #fafafa; /* subtle background for balance */
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
    image-rendering: -webkit-optimize-contrast; /* enhances sharpness */
    image-rendering: crisp-edges;
  }
  
  .exp-images img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    filter: brightness(1.05);
  }
  




/* Animation */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeIn 0.8s forwards;
}
.fade-in.delay-1 { animation-delay: 0.2s; }
.fade-in.delay-2 { animation-delay: 0.4s; }
.fade-in.delay-3 { animation-delay: 0.6s; }
.fade-in.delay-4 { animation-delay: 0.8s; }
.fade-in.delay-5 { animation-delay: 1s; }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .exp-row {
    flex-direction: column !important;
  }
  .exp-images {
    grid-template-columns: 1fr;
  }
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #222222;
  background-color: #fff;
  line-height: 1.6;
}


body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: #fefefe;
  color: #333;
}

.process {
  width: 90%;
  max-width: 1000%;
  margin: 60px auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 60px;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}


.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  transition: all 0.4s ease-in-out;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  right: -11px;
  background-color: #fff;
  border: 3px solid #aa3b04e5;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.right::after {
  left: -11px;
}

.timeline-item .content {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: inline-block;
}

.timeline-item h3 {
  font-size: 1.4rem;
  color: #aa3b04e5;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline-item h3 i {
  margin-right: 10px;
  color: #aa3b04e5;
}

.timeline-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.timeline-item:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  .timeline::after {
    left: 30px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
    text-align: left !important;
  }

  .timeline-item::after {
    left: 20px;
  }
}
/* ---------------- MOBILE FIX FOR TIMELINE CARDS ---------------- */
@media (max-width: 768px) {

  .timeline {
    width: 100%;
    overflow-x: hidden !important;   /* Prevent horizontal scroll */
  }

  .timeline .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
  }

  /* Every step card becomes full width on mobile */
  .timeline .left,
  .timeline .right {
    width: 100% !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
  }

  /* Fix card content layout */
  .timeline .content {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Circles should reposition for mobile */
  .timeline .circle {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {

  .timeline {
    position: relative;
    width: 100%;
    padding-left: 30px;
  }



  /* each timeline item */
  .timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 50px;    /* push cards right side */
  }

  
}




body {
  font-family: 'Poppins', sans-serif;
  background-color: #fdfdfd;
  margin: 0;
  color: #333;
}

.services {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 2.5rem;
  color: #aa3b04e5;
  margin-bottom: 20px;
  font-weight: 600;
}

.intro-text {
  font-size: 1.1rem;
  color: #666;
  max-width: 750px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px;
}

.service-card {
  background-color: #fafafa;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  background-color: #fff;
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.icon {
  font-size: 2.5rem;
  color: #aa3b04e5;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.service-card:hover .icon {
  color: #aa3b04e5;
}

.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #aa3b04e5;
  font-weight: 600;
}

.service-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Decorative line */
.service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 4px;
  background-color: #aa3b04e5;
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.service-card:hover::after {
  width: 80%;
}

@media (max-width: 768px) {
  .intro-text {
    font-size: 1rem;
  }
  .service-card {
    padding: 30px 20px;
  }
}
/* --- NEW STYLES FOR IMAGE INSIDE SERVICE CARD --- */
.service-image {
  width: calc(100% + 60px); /* 100% of card width + padding (30px left + 30px right) */
  height: 200px; /* Set a fixed height for visual uniformity across all cards */
  object-fit: cover; /* Ensures the image covers the area without stretching */
  margin: -40px -30px 25px -30px; /* Pulls the image to the edges of the card and adds space below */
  border-top-left-radius: 15px; /* Matches the card border-radius */
  border-top-right-radius: 15px; /* Matches the card border-radius */
}

/* --- ADJUSTED SERVICE CARD STYLES --- */

/* Restore the original padding now that the image is inside the bounds */
.service-card {
  background-color: #fafafa;
  padding: 40px 30px; /* Restored original top padding of 40px */
  border-radius: 15px;
  box-shadow: 0 6x 20px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* --- NEW STYLES FOR IMAGE (Placed AFTER Text) --- */
.service-image {
  width: 122%; /* Image takes up the full width inside the padding */
  height: 200px; /* A fixed height for visual uniformity */
  object-fit: cover; /* Ensures the image covers the area without stretching */
  display: block; /* Ensures the image behaves nicely with margins */
 
  /* Adds space above the image to separate it from the paragraph text */
  margin-top: 25px; 
  
  /* Rounds the bottom corners of the image to match the card */
  border-radius: 4px; 
}
@media (min-width: 769px) {
  .service-card {
    height: 580px;               /* Equal height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;   /* Push image to bottom */
    padding-bottom: 20px 20px 40px;
  }

  .service-image {
    width: 270px;
    height: 200px !important;    /* Uniform image height */
    object-fit: cover !important;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 50px !important;
  }
}



.subtitle {
  color: #aa3b04e5;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
}

.title {
  font-size: 40px;
  line-height: 1.3;
  color: #111;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.title span {
  color: #aa3b04e5;
  background: linear-gradient(90deg, #b46a26, #d8a46f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line {
  width: 80px;
  height: 4px;
  background: #aa3b04e5;
  border-radius: 3px;
  margin-bottom: 25px;
}

.highlight-para {
  color: #444;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
}

.highlight {
  color: #aa3b04e5;
  font-weight: 600;
}

.styled-quote {
  font-style: italic;
  font-size: 20px;
  color: #555;
  border-left: 4px solid #aa3b04e5;
  padding-left: 16px;
  margin: 25px 0;
  transition: all 0.4s ease;
}

.styled-quote:hover {
  color: #aa3b04e5;
  transform: translateX(5px);
}

.description {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}

.learn-more-btn {
  display: inline-block;
  background: #aa3b04e5;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.4s ease;
  text-decoration: none;
}

.learn-more-btn:hover {
  background: #aa3b04e5;
  transform: translateY(-3px);
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-frame img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  transition: transform 0.4s ease;
}

.image-frame:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.image-frame:hover img {
  transform: scale(1.05);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





.services {
  padding: 80px 0;
  text-align: center;
}

.service-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service {
  background: #fff;
  width: 250px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.service i {
  font-size: 30px;
  color: #f5a623;
  margin-bottom: 10px;
}

.projects {
  background: #fafafa;
  padding: 80px 0;
  text-align: center;
  color: #aa3b04e5;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.project-gallery img {
  width: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.project-gallery img:hover {
  transform: scale(1.05);
}

.projects-section {
  text-align: center;
  padding: 60px 20px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.carousel-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 33.33%;  /* show 3 images at a time */
    padding: 10px;
    box-sizing: border-box;
  }
  

.carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}

.carousel-item img:hover {
  transform: scale(1.03);
}

/* Navigation Buttons */

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.prev-btn:hover, .next-btn:hover {
  background-color: #000;
  color: #fff;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}


.reviews {
  padding: 80px 0;
  text-align: center;
}

.review-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.review {
  background: #fff;
  width: 300px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-style: italic;
}



/* Overall Section */
.moments-section {
  padding: 100px 10%;
  background: linear-gradient(135deg, rgba(170,59,4,0.1), rgba(255,255,255,0.9));
  text-align: center;
  color: #333;
  overflow-x: hidden;
}

/* Title & Subtitle */
.section-title {
  font-size: 2.5rem;
  color: #aa3b04e5;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

/* Gallery Layout */
.moments-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Individual Card */
.moment-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 350px;
}

.moment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* Client Image */
.moment-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Content */
.moment-content {
  padding: 20px;
}

.moment-content h3 {
  color: #aa3b04e5;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.moment-content p {
  font-size: 1rem;
  color: #555;
  font-style: italic;
}

/* --- Fade-In Animation --- */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 900px) {
  .moments-gallery {
    flex-direction: column;
    align-items: center;
  }

  .moment-card {
    width: 90%;
    max-width: 400px;
  }
}






/* --- CONTACT SECTION STYLING --- */

/* Fix center logo alignment in Contact / Home section */
.contact-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;   /* adjust if you want spacing */
  margin-bottom: 20px;
  max-width: 70%;     /* Adjust size on phone */
  height: auto;
}

/* Make sure its container does not shift */
@media (max-width: 768px) {
  .contact-logo {
      max-width: 100%;   /* Slightly smaller on mobile */
  }

  .container {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 auto !important;
      padding: 0 15px !important;
      box-sizing: border-box;
  }
}

.contact-logo  {
  height: 300px;
  border-radius: 10px;

}
.contact-name{
font-family: 'Poppins', sans-serif;
font-size: 28px;
font-weight: 600;
color: #aa3b04e5;
margin-bottom: 50px;
}
.contact {
  color: #333;
  text-align: center;
  padding: 40px 20px;
  
}

.contact-section {
  padding: 80px 20px;
  background-color: #f8f8f8; /* Light gray background */
  text-align: center;
}

.contact-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
}

/* Grid for the main contact methods */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
/* Outer card = main card */
.contact-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fffaf7;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* Inner box = NO background */
.contact-box {
  background: none;      /* IMPORTANT */
  padding: 0;            /* IMPORTANT */
  box-shadow: none;      /* IMPORTANT */
  border-radius: 0;
  text-align: center;
}

/* Styling for each contact card */
.contact-card {
  background-color: #fdfafa;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid transparent; /* Subtle top border for visual interest */
  margin-top: 100px;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  /* Color of the top border on hover, using your brand color */
  border-top-color: #aa3b04e5; 
}

/* Icon Styling */
.contact-card i {
  font-size: 2.5rem;
  color: #aa3b04e5; /* Using your brand color */
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.contact-method {
  font-size: 1.3rem;
  font-weight: 600;
  color: #444;
  margin-top: 0;
  margin-bottom: 10px;
}

/* Contact Details (phone/email/number) */
.contact-detail {
  font-size: 1.1rem;
  color: #777;
  text-decoration: none; /* Remove underline from links */
  display: block; /* Make the link block level for better click area */
  transition: color 0.3s ease;
}

.contact-detail:hover {
  color: #aa3b04e5;
}


/* --- FOOTER MAIN CONTAINER --- */
.dark-footer-section {
  padding: 60px 20px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  background-color: #aa3b04e5; /* Brand color */

    /* Subtle embossed texture */
    background-image: 
    linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

/* --- REVIEWS SECTION --- */
.reviews-section {
  padding: 90px 10%;
  background-color: #aa3b04e5; /* Brand color */
  
  /* Embossed subtle texture */
  background-image: 
    linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;

  text-align: center;
  color: #fff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.intro-text {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 50px;
}

.intro-text span {
  font-weight: 600;
}

/* Grid Layout */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  justify-content: center;
}

/* Review Card */
.review-card {
  background-color: #fff; /* White card */
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #aa3b04e5; /* Terracotta text */
}

.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(170,59,4,0.2);
}

/* Client Photo */
.client-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #aa3b04e5;
}

/* Client Info */
.client-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #aa3b04e5;
}

.client-role {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

/* Review Text */
.review-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Rating Stars */
.rating i {
  color: #aa3b04e5;
  font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .reviews-section {
    padding: 70px 5%;
  }
  .section-title {
    font-size: 2rem;
  }
}




.footer-container {
  display: flex; /* Use Flexbox for column layout */
  flex-wrap: wrap; /* Allow columns to stack on smaller screens */
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.footer-column {
  padding: 0 15px;
  margin-bottom: 30px;
  /* Base width for columns (30% for 3 columns) */
  flex: 1 1 30%; 
  min-width: 250px; /* Ensures minimum readable width before stacking */
}

/* --- HEADINGS AND TEXT --- */
.footer-heading {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff; /* Highlight color for headings */
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  position: relative;
}

/* Underline effect for headings */
.footer-heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #f1f1f1;
  margin-top: 8px;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 20px;
}

/* --- CONTACT LIST STYLING --- */
.contact-list, .quick-links-list {
  list-style: none;
  padding: 0;
}

.contact-list li, .quick-links-list li {
  margin-bottom: 15px;
}

.contact-list a, .quick-links-list a {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.contact-list a:hover, .quick-links-list a:hover {
  color: #8e2f00; /* Hover effect using brand color */
}

.contact-list i {
  color: #fff;
  margin-right: 10px;
  font-size: 1.1rem;
  width: 20px; /* Align text vertically */
}

/* --- SOCIAL ICON --- */
.social-icon-link i {
  font-size: 1.8rem;
  color: #fff;
  transition: color 0.3s ease;
}

.social-icon-link i:hover {
  color: #aa3b04e5;
}
/* --- QUICK LINKS LIST (Vertical) --- */
.quick-links-list {
  display: flex;
  flex-direction: column; /* Stack vertically */
  padding: 0;
  margin: 0;
}

.quick-links-list li {
  margin-bottom: 15px; /* Space between each link */
  padding: 0;
  border-bottom: none; /* Remove underline for vertical layout */
}

.quick-links-list li a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.quick-links-list li a:hover {
  color: #ad5604; /* Slight accent on hover */
}



/* --- COPYRIGHT BAR --- */
.copyright-bar {
  text-align: center;
  padding: 20px ;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #aa3b04e5; /* Slightly darker bottom bar */
 

}

.copyright-bar p {
  margin: 0;
  font-size: 0.85rem;
  color: #fff;
}
/* --- RESPONSIVENESS --- */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column; /* Stack columns vertically on phones/tablets */
  }
  .footer-column {
      flex: 1 1 100%;
      min-width: unset;
      text-align: center;
  }
  .footer-heading {
      text-align: center;
  }
  /* Center the underline for stacked columns */
  .footer-heading::after {
      margin: 8px auto 0;
  }
}
/* Update your existing .quick-links-list styles */
.quick-links-list {
  display: flex;
  flex-wrap: wrap; 
  gap: 0; /* Remove gap */
}

/* Completely change the look of the list item */
.quick-links-list li {
  margin-right: 25px; /* Use margin for spacing instead of gap/padding */
  padding: 0; /* Remove padding */
  border: none; /* Remove border */
  background-color: transparent; /* Remove background */
  
  /* Add a subtle line under the text for definition */
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.quick-links-list li:hover {
  background-color: transparent; /* Use the brand color for a hover underline */
  transform: none; /* Remove previous transform effect */
}

/* Update your existing .quick-links-list a styles */
.quick-links-list a {
  font-size: 1rem; 
  color: #ccc;
  text-decoration: none;
  padding-bottom: 5px; /* Space between text and underline */
}

.quick-links-list li:hover a {
  color: #f1f1f1; /* Keep text white on hover */
}


body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9f9;
  color: #aa3b04e5;
}

/* Section Styling */
.reviews-section {
  padding: 90px 10%;
  background: linear-gradient(135deg, rgba(170,59,4,0.08) 0%, rgba(255,255,255,0.9) 100%);
  text-align: center;
  
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #aa3b04e5;
  margin-bottom: 15px;
}

.intro-text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.intro-text span {
  color: #aa3b04e5;
  font-weight: 600;
}

/* Grid Layout */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  justify-content: center;
}

/* Review Card */
.review-card {
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Client Photo */
.client-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #aa3b04e5;
}

/* Client Info */
.client-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.client-role {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 20px;
}

/* Review Text */
.review-text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Rating Stars */
.rating i {
  color: #FFD700;
  font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .reviews-section {
    padding: 70px 5%;
  }
  .section-title {
    font-size: 2rem;
  }
}
 




.services {
  padding: 80px 20px; /* reduced side padding */
  text-align: center;
}

.service-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px; /* center and limit width */
}

.service {
  background: #fff;
  flex: 1 1 250px; /* responsive width */
  min-width: 250px; /* ensures minimum size */
  max-width: 300px; /* optional max-width */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

.service i {
  font-size: 30px;
  color: #f5a623;
  margin-bottom: 10px;
}

.projects {
  background: #fafafa;
  padding: 80px 20px;
  text-align: center;
  color: #aa3b04e5;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.project-gallery img {
  width: 100%;
  height: 100%;
  max-width: 500px; /* prevent overflow */
  max-height: 500px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.project-gallery img:hover {
  transform: scale(1.05);
}

.projects-section {
  text-align: center;
  padding: 60px 20px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.carousel {
  display: flex;
  flex-wrap: nowrap; /* keep items in one line */
  overflow-x: auto; /* allow horizontal scroll on small devices */
  scroll-behavior: smooth;
}

.carousel-item {
  flex: 0 0 calc(33.33% - 20px); /* 3 items per row minus gap */
  margin-right: 20px;
  box-sizing: border-box;
}

.carousel-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}

.carousel-item img:hover {
  transform: scale(1.03);
}

/* Navigation Buttons */
.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.prev-btn:hover, .next-btn:hover {
  background-color: #000;
  color: #fff;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.reviews {
  padding: 80px 20px;
  text-align: center;
}

.review-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.review {
  background: #fff;
  flex: 1 1 280px; /* responsive width */
  min-width: 250px;
  max-width: 300px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  font-style: italic;
  box-sizing: border-box;
}

/* Optional: make carousel items responsive on smaller screens */
@media (max-width: 900px) {
  .carousel-item {
    flex: 0 0 calc(50% - 20px); /* 2 per row */
  }
}

@media (max-width: 600px) {
  .carousel-item {
    flex: 0 0 100%; /* 1 per row */
  }
}







/* --- Client Images --- */
.client-images {
  padding: 60px 10%;
  
  text-align: center;
  background: #fefefe;
}

.client-images h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color:#aa3b04e5 ;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* --- Client Reviews --- */
.client-reviews {
  padding: 80px 10%;
  background: #fff;
  text-align: center;
}

.client-reviews h2 {
  font-size: 2rem;
  margin-bottom: 60px;
  color: #aa3b04e5;
}

.review-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.review-card {
  max-width: 800px;
  background: #fafafa;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.review-card h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
}

.stars {
  color: gold;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.review-card p {
  color: #444;
  font-style: italic;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .image-container {
    flex-direction: column;
    align-items: center;
  }
}




.projects-section {
  text-align: center;
  padding: 80px 20px;
  background: #fafafa;
}

.projects-section h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #333;
  font-weight: 600;
}

.projects-preview {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.projects-preview img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.projects-preview img:hover {
  transform: scale(1.05);
}

.btn-view-more {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 28px;
  background-color: #aa3b04e5;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn-view-more:hover {
  background-color:#aa3b04e5 ;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #fff;
}

.gallery-section {
  text-align: center;
  padding: 70px 20px;
}

.gallery-section h2 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 0 40px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.back-btn {
  margin-top: 50px;
}

.btn-back {
  padding: 12px 24px;
  background: #aa3b04e5;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-back:hover {
  background: #000;
}





body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #fff;
}

.gallery-section {
  text-align: center;
  padding: 70px 20px;
}

.gallery-section h2 {
  font-size: 2.2rem;
  color: #aa3b04e5;
  margin-bottom: 40px;
}

/* --- GRID: 3 IMAGES SIDE BY SIDE --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0 40px;
}

.gallery-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid img {
    height: 320px;
  }
}

/* --- BACK BUTTON --- */
.back-btn {
  margin-top: 50px;
}

.btn-back {
  padding: 12px 24px;
  background: #aa3b04e5;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-back:hover {
  background: #aa3b04e5;
}

/* --- LIGHTBOX --- */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox.show {
  display: flex;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.lightbox .close:hover {
  color: #aa3b04e5;
}

/* --- NEXT / PREV BUTTONS --- */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  transition: 0.3s;
  user-select: none;
}

.prev {
  left: 40px;
}

.next {
  right: 40px;
}

.prev:hover, .next:hover {
  color: #aa3b04e5;
}

/* =========================
   PROJECTS – MOBILE FIX
   ========================= */
   @media (max-width: 768px) {

    /* Page padding */
    .projects-section {
      padding: 40px 16px;
    }
  
    /* Page title */
    .projects-section h2,
    .projects-section .section-title {
      font-size: 24px;
      margin-bottom: 25px;
      text-align: center;
    }
  
    /* Grid → single column */
    .projects-preview,
    .gallery-grid,
    .project-gallery {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 20px;
      padding: 0;
      margin: 0;
    }
  
    /* Images */
    .projects-preview img,
    .gallery-grid img,
    .project-gallery img {
      width: 100%;
      height: auto;
      max-height: 280px;
      object-fit: cover;
      border-radius: 14px;
      margin: 0 auto;
      display: block;
    }
  
    /* Remove unwanted side spacing */
    body {
      overflow-x: hidden;
    }
  }
  





