body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
    padding-top: 90px; /* Match your navbar height */
}

.logo-img {
  margin-left: 0 !important;
}

.carousel-img-full {
  height: 100vh;
  object-fit: cover;
}

.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  padding: 20px;
}

.carousel-caption-custom h2 {
  font-family: 'Baloo 2', cursive;
  font-size: 3.5rem;
  font-weight: 600;
  color: #e7b2f9;
}

.carousel-caption-custom h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.carousel-caption-custom p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  margin: 15px 0;
}

.btn-purple {
  background-color: #ae34ff;
  color: white;
  padding: 10px 22px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.btn-outline-light-custom {
  border: 2px solid #fff;
  color: white;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.btn-purple:hover,
.btn-outline-light-custom:hover {
  opacity: 0.9;
}

.guldorii-style {
  font-family: 'Baloo 2', cursive;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-pink {
  color: #E255D6;
}

.text-orange {
  color: #FF9900;
}

.logo-icon img {
  background-color: #A32CC4;
  border-radius: 50%;
  padding: 6px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
}

header ul li a {
  font-weight: 500;
  color: #333 !important;
}

.filter-btn.active {
  background-color: #000;
  color: #fff;
}

.gallery-item {
  transition: 0.3s;
}

.gallery-item:hover {
  transform: scale(1.03);
}
/* Service Card Styling */
.service-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  position: relative;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(163, 44, 196, 0.2);
}

.service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fdf4ff, #f8e7fc);
}

.service-card h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #A32CC4;
}

.service-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}
.text-purple {
  color: #A32CC4;
}

.service-section {
  background: #fff4fd;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #cc4de0, #ff9a3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
}

.service-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(204, 77, 224, 0.1);
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(204, 77, 224, 0.2);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #fcebfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#gallery {
  margin-top: 30px;
}
gallery-item {
  display: none; /* Hide all initially */
}

.gallery-item.show {
  display: block;
}
#imageModal .modal-dialog {
  margin-top: 10vh; /* Small top margin instead of centering exactly */
}

@media (max-width: 768px) {
  #imageModal .modal-dialog {
    margin-top: 5vh;
  }
}

.stats-section {
  background: linear-gradient(180deg, #fff0fb, #f7e4ff);
  border-radius: 20px;
}

.stat-box {
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-box .icon {
  font-size: 20px;                  /* Icon size */
  background: linear-gradient(135deg, #ff70b7, #a65cff);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;              /* Circle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;        /* Center horizontally */
}

.stat-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ff5ba5;
  margin-bottom: 5px;
}

.stat-box p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Gradient Text (Used in "About Guldorii" heading) */
.text-gradient {
  background: linear-gradient(to right, #ff70b7, #a65cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pink Button (used for "Start Your Custom Order") */
.btn-pink {
  background: #ff70b7;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}

.btn-pink:hover {
  background: #e65aa2;
  color: #fff;
}

/* Box Shadow (used on cards/containers) */
.shadow-sm {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08) !important;
}

/* About Section Wrapper */
.about-section {
  background-color: #fdf6ff;
  padding: 60px 0;
}

/* Section title */
.about-section h2 {
  font-size: 32px;
  font-weight: 700;
}

/* Paragraph text */
.about-section p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.7;
}

/* Progress Bars */
.progress {
  height: 8px;
  background-color: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.progress-bar {
  border-radius: 10px;
  background: linear-gradient(to right, #ff70b7, #a65cff);
}
.progress-bar.custom-gradient {
  background: linear-gradient(to right, #d63384, #fd7e14) !important;
}
.icon-wrapper i {
  color: white;
  background: linear-gradient(135deg, #8f2ee8, #e8328e);
  padding: 15px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(143, 46, 232, 0.2);
}

.icon-wrapper:hover i {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(143, 46, 232, 0.4);
}
.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ff85d1;
  text-decoration: underline;
}

/* Transparent Sticky Navbar */
.custom-navbar {
  /*background-color: transparent;*/
  background-color: rgba(255, 255, 255, 0.9) !important;
  transition: background-color 0.3s ease;
  z-index: 1030;
}

/* Text Color When Transparent */
.custom-navbar .nav-link,
.custom-navbar .navbar-brand {
  color: #000 !important; /* Change from white to black */
  font-weight: 500;
}

/* Scrolled State */
.custom-navbar.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.custom-navbar.scrolled .nav-link,
.custom-navbar.scrolled .navbar-brand {
  color: #000 !important;
}
