@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&display=swap");

body {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.05rem;
  color: #222;
  background: #f8f9fa;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #3c005a;
  line-height: 1.15;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #3c005a;
}

p,
.lead,
.service-content p,
.about-content p,
.contact-details p,
.testimonial-content p {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.08rem;
  color: #444;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.18rem;
  color: #555;
  font-weight: 500;
}

.btn,
.btn-lg,
.btn-primary,
.btn-outline-primary,
.btn-outline-dark {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Responsive font adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  h1,
  .display-1,
  .display-2,
  .display-3 {
    font-size: 2.2rem;
  }
  .lead {
    font-size: 1rem;
  }
}

body {
  background: #f8f9fa;
}
.navbar-event {
  background: #fff !important;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(60, 0, 90, 0.07),
    0 1.5px 4px rgba(60, 0, 90, 0.04);
  margin: 1.5rem auto 1rem auto;
  padding: 0.5rem 2rem;
  max-width: 1200px;
}
.navbar-event .navbar-brand img {
  height: 56px;
  width: auto;
  transition: transform 0.2s;
}
.navbar-event .navbar-brand img:hover {
  transform: scale(1.05) rotate(-2deg);
}
.navbar-event .navbar-nav .nav-link {
  font-weight: 600;
  color: #3c005a !important;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.2rem;
  border-radius: 0.7rem;
  transition: background 0.2s, color 0.2s;
}
.navbar-event .navbar-nav .nav-link.active,
.navbar-event .navbar-nav .nav-link:focus,
.navbar-event .navbar-nav .nav-link:hover {
  background: linear-gradient(90deg, #764ba2 0%, #667eea 100%);
  color: #fff !important;
}
.navbar-event .navbar-nav .dropdown-menu {
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(60, 0, 90, 0.1);
  border: none;
  margin-top: 0.5rem;
  min-width: 220px;
  padding: 0.5rem 0;
}
.navbar-event .navbar-nav .dropdown-item {
  font-weight: 500;
  color: #3c005a;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  transition: background 0.2s, color 0.2s;
}
.navbar-event .navbar-nav .dropdown-item:hover,
.navbar-event .navbar-nav .dropdown-item:focus {
  background: #ede7f6;
  color: #764ba2;
}
.navbar-event .btn-outline-dark {
  border-radius: 2rem;
  border-width: 2px;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
  color: #3c005a !important;
  border: none;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.navbar-event .btn-outline-dark:hover {
  background: linear-gradient(90deg, #ffed4e 0%, #ffd700 100%);
  color: #222 !important;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.15);
}
/* Navbar Toggler */
.navbar-event .navbar-toggler {
  border: none;
  background: #ede7f6;
  border-radius: 0.7rem;
  padding: 0.5rem 0.8rem;
  transition: background 0.2s;
}
.navbar-event .navbar-toggler:focus {
  outline: none;
  background: #d1c4e9;
}
@media (max-width: 991.98px) {
  .navbar-event {
    padding: 0.5rem 1rem;
    border-radius: 0.7rem;
  }
  .navbar-event .navbar-nav .nav-link {
    padding: 0.7rem 1rem;
    margin-bottom: 0.2rem;
  }
  .navbar-event .navbar-nav .dropdown-menu {
    border-radius: 0.7rem;
    min-width: 180px;
  }
}
.footer {
  background: #222;
  color: #fff;
}
.btn-outline-dark {
  border: 2px solid #222;
  color: #222;
  background: #fff;
}
.btn-outline-dark:hover {
  background: #222;
  color: #fff;
}
.carousel,
.carousel-inner,
.carousel-inner .item,
.carousel-inner img {
 min-height: 400px;
}
.carousel-inner .item img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  background: none !important;
  padding: 2rem;
  border-radius: 1rem;
}
.carousel-caption h3,
.carousel-caption p {
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000;
}

/* About Us Section Styles */
.about-us-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.about-us-section .container {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ffd700;
  border-radius: 2px;
}

.about-content .lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
}

.feature-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  color: #333 !important;
}

.feature-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 1rem;
}

.feature-item h5,
.feature-item small {
  color: #333 !important;
}

.feature-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-item small {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.about-image-container {
  position: relative;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.image-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.image-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.image-card:hover img {
  transform: scale(1.1);
}

.btn-primary {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border: none;
  color: #333;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #ffed4e, #ffd700);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
  color: #333;
}

.btn-outline-primary {
  border: 2px solid #ffd700;
  color: #ffd700;
  background: transparent;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: #ffd700;
  color: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .about-content .lead {
    font-size: 1.1rem;
  }

  .feature-item {
    padding: 1rem;
  }

  .image-card img {
    height: 150px;
  }
}

/* Alternating Sections Styles */
.services-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23667eea" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  pointer-events: none;
}

.corporate-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
}

.corporate-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="white" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  pointer-events: none;
}

.special-occasions-section {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  position: relative;
}

.special-occasions-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" width="30" height="30" patternUnits="userSpaceOnUse"><path d="M15 25c-1-1-4-3-4-6s3-5 4-5 4 2 4 5-3 5-4 6z" fill="%23ff6b6b" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');
  pointer-events: none;
}

.why-choose-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="25" height="25" patternUnits="userSpaceOnUse"><polygon points="12.5,2 15.5,8.5 22.5,8.5 17,13 19,20 12.5,16.5 6,20 8,13 2.5,8.5 9.5,8.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
  pointer-events: none;
}

.services-section .container,
.corporate-section .container,
.special-occasions-section .container,
.why-choose-section .container {
  position: relative;
  z-index: 2;
}

.service-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.service-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.service-image:hover img {
  transform: scale(1.05);
}

.service-content {
  padding: 2rem 0;
}

.service-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.service-content .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ffd700;
  border-radius: 2px;
}

.corporate-section .section-title::after,
.why-choose-section .section-title::after {
  background: #ffd700;
}

.services-section .section-title::after,
.special-occasions-section .section-title::after {
  background: #667eea;
}

.service-content .lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 0.75rem 0;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.corporate-section .service-features li,
.why-choose-section .service-features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.service-features li:last-child {
  border-bottom: none;
}

.service-features li:hover {
  padding-left: 10px;
  color: #667eea;
}

.corporate-section .service-features li:hover,
.why-choose-section .service-features li:hover {
  color: #ffd700;
}

.why-choose-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

.why-choose-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.why-choose-icon {
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 1rem;
}

.why-choose-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #fff;
}

.why-choose-item small {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

/* Responsive adjustments for alternating sections */
@media (max-width: 768px) {
  .service-content .section-title {
    font-size: 2rem;
  }

  .service-content .lead {
    font-size: 1.1rem;
  }

  .service-image img {
    height: 300px;
  }

  .why-choose-item {
    padding: 1rem;
  }
}

/* Services Showcase Section Styles */
.services-showcase {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.services-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="circles" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="2" fill="%23667eea" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23circles)"/></svg>');
  pointer-events: none;
}

.services-showcase .container {
  position: relative;
  z-index: 2;
}

.services-showcase .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  color: #333;
}

.services-showcase .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #667eea;
  border-radius: 2px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.service-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.service-card:hover .service-image-wrapper img {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.8),
    rgba(118, 75, 162, 0.8)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-overlay i {
  font-size: 2.5rem;
  color: #fff;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.service-card:hover .service-overlay i {
  transform: scale(1);
}

.service-content {
  padding: 1.5rem;
  text-align: center;
}

.service-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}

.service-content p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments for services showcase */
@media (max-width: 768px) {
  .services-showcase .section-title {
    font-size: 2rem;
  }

  .service-image-wrapper {
    height: 180px;
  }

  .service-content {
    padding: 1rem;
  }

  .service-content h4 {
    font-size: 1.1rem;
  }

  .service-content p {
    font-size: 0.85rem;
  }
}

/* Get In Touch Section Styles */
.get-in-touch-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
}

.get-in-touch-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="30" cy="30" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');
  pointer-events: none;
}

.get-in-touch-section .container {
  position: relative;
  z-index: 2;
}

.get-in-touch-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  color: #fff;
}

.get-in-touch-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ffd700;
  border-radius: 2px;
}

.contact-content .lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
}

.contact-info {
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(10px);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 1.25rem;
  color: #333;
}

.contact-details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #fff;
}

.contact-details p {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #fff;
}

.contact-details small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
}

.contact-form h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.form-label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  background: #fff;
  border-color: #ffd700;
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
  outline: none;
}

.form-control::placeholder {
  color: #666;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-check-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-check-input:checked {
  background-color: #ffd700;
  border-color: #ffd700;
}

.form-check-input:focus {
  border-color: #ffd700;
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

.contact-form .btn-primary {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border: none;
  color: #333;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
  background: linear-gradient(45deg, #ffed4e, #ffd700);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
  color: #333;
}

/* Responsive adjustments for get in touch section */
@media (max-width: 768px) {
  .get-in-touch-section .section-title {
    font-size: 2rem;
  }

  .contact-content .lead {
    font-size: 1.1rem;
  }

  .contact-item {
    padding: 1rem;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-icon i {
    font-size: 1rem;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
  }

  .contact-form h3 {
    font-size: 1.5rem;
  }
}

/* Footer Styles */
.footer-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
  position: relative;
  margin-top: 5rem;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="10" cy="10" r="0.5" fill="white" opacity="0.05"/><circle cx="40" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
  pointer-events: none;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

/* Footer Main Section */
.footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
  background: #ffd700;
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.social-link i {
  font-size: 1rem;
}

/* Footer Links */
.footer-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffd700;
  border-radius: 1px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 0.75rem;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  position: relative;
  padding-left: 0;
}

.footer-menu a::before {
  content: "→";
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #ffd700;
}

.footer-menu a:hover {
  color: #ffd700;
  padding-left: 15px;
}

.footer-menu a:hover::before {
  opacity: 1;
}

/* Footer Contact */
.footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footer-contact .contact-icon {
  width: 35px;
  height: 35px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.footer-contact .contact-icon i {
  font-size: 0.9rem;
  color: #333;
}

.footer-contact .contact-text p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Newsletter Section */
.footer-newsletter {
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 25px 0 0 25px;
  padding: 0.75rem 1.5rem;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffd700;
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
  color: #fff;
}

.newsletter-form .btn {
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border: none;
  color: #333;
  border-radius: 0 25px 25px 0;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
  background: linear-gradient(45deg, #ffed4e, #ffd700);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
  color: #333;
}

/* Bottom Footer */
.footer-bottom {
  background: rgba(0, 0, 0, 0.3);
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #ffd700;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  border: none;
  border-radius: 50%;
  color: #333;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: linear-gradient(45deg, #ffed4e, #ffd700);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-logo h3 {
    font-size: 1.5rem;
  }

  .footer-description {
    font-size: 0.9rem;
  }

  .social-links {
    gap: 0.75rem;
  }

  .social-link {
    width: 35px;
    height: 35px;
  }

  .footer-title {
    font-size: 1rem;
  }

  .footer-menu a {
    font-size: 0.85rem;
  }

  .footer-contact .contact-icon {
    width: 30px;
    height: 30px;
  }

  .footer-contact .contact-icon i {
    font-size: 0.8rem;
  }

  .footer-bottom-links {
    justify-content: center;
    gap: 1rem;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
}

/* About Page Styles */
.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="about-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="10" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="30" cy="30" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23about-pattern)"/></svg>');
  pointer-events: none;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.hero-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* About Us Section */
.about-us-section {
  background: #f8f9fa;
  position: relative;
}

.about-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  color: #333;
}

.about-content .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #667eea;
  border-radius: 2px;
}

.about-content .lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  color: #666;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

/* Stats Row */
.stats-row {
  margin-top: 2rem;
}

.stat-item {
  padding: 1.5rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

/* About Image Grid */
.about-image-grid .image-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.about-image-grid .image-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.about-image-grid .image-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.about-image-grid .image-card:hover img {
  transform: scale(1.1);
}

/* CEO Section */
.ceo-section {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  position: relative;
}

.ceo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="ceo-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><path d="M15 25c-1-1-4-3-4-6s3-5 4-5 4 2 4 5-3 5-4 6z" fill="%23ff6b6b" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23ceo-pattern)"/></svg>');
  pointer-events: none;
}

.ceo-section .container {
  position: relative;
  z-index: 2;
}

.ceo-content .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  color: #333;
}

.ceo-content .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ff6b6b;
  border-radius: 2px;
}

.ceo-name {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

.ceo-title {
  font-size: 1.1rem;
  color: #ff6b6b;
  font-weight: 500;
  font-style: italic;
}

.ceo-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

.ceo-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ceo-credentials {
  margin-top: 2rem;
}

.credential-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.credential-item i {
  font-size: 1.2rem;
  color: #ff6b6b;
  margin-right: 1rem;
  width: 30px;
  text-align: center;
}

.credential-item span {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}

/* Vision & Mission Section */
.vision-mission-section {
  background: #f8f9fa;
}

.vision-mission-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  color: #333;
}

.vision-mission-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #667eea;
  border-radius: 2px;
}

.vision-card,
.mission-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.vision-card::before,
.mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(45deg, #667eea, #764ba2);
}

.mission-card::before {
  background: linear-gradient(45deg, #ff6b6b, #ffa726);
}

.vision-card:hover,
.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #667eea, #764ba2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.mission-card .card-icon {
  background: linear-gradient(45deg, #ff6b6b, #ffa726);
}

.card-icon i {
  font-size: 2rem;
  color: #fff;
}

.vision-card h3,
.mission-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.vision-card p,
.mission-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1.5rem;
}

.vision-points,
.mission-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vision-points li,
.mission-points li {
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #555;
  position: relative;
  padding-left: 1.5rem;
}

.vision-points li::before,
.mission-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
}

.mission-points li::before {
  color: #ff6b6b;
}

/* Why Choose Us Section */
.why-choose-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  position: relative;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="why-pattern" width="25" height="25" patternUnits="userSpaceOnUse"><polygon points="12.5,2 15.5,8.5 22.5,8.5 17,13 19,20 12.5,16.5 6,20 8,13 2.5,8.5 9.5,8.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23why-pattern)"/></svg>');
  pointer-events: none;
}

.why-choose-section .container {
  position: relative;
  z-index: 2;
}

.why-choose-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  color: #fff;
}

.why-choose-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ffd700;
  border-radius: 2px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
  background: #ffed4e;
}

.feature-icon i {
  font-size: 1.8rem;
  color: #333;
}

.feature-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

.feature-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* CTA Section */
.cta-section {
  background: #f8f9fa;
  text-align: center;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.cta-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

.cta-buttons .btn {
  margin: 0.5rem;
}

/* Responsive About Page */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .about-content .section-title,
  .ceo-content .section-title,
  .vision-mission-section .section-title,
  .why-choose-section .section-title,
  .cta-title {
    font-size: 2rem;
  }

  .ceo-name {
    font-size: 1.5rem;
  }

  .vision-card,
  .mission-card {
    padding: 1.5rem;
  }

  .feature-card {
    padding: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .about-image-grid .image-card img {
    height: 120px;
  }
}

/* Custom contact form field outline for better visibility */
.contact-section .form-control {
  border: 2.5px solid #7c4dff !important;
  box-shadow: 0 2px 8px rgba(124, 77, 255, 0.1) !important;
  background: #faf8ff !important;
  color: #333;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-section .form-control:focus {
  border-color: #4e2fae !important;
  box-shadow: 0 0 0 3px #e0d7fa !important;
  background: #fff !important;
  color: #222;
}

/* Responsive Navbar Width Adjustment */
@media (min-width: 1200px) {
  .navbar-event {
    max-width: 1440px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .navbar-event .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.65rem 1rem;
  }
  .navbar-event .navbar-nav .nav-link i {
    font-size: 1.05em;
    margin-right: 0.5em;
  }
  .navbar-event .navbar-brand img {
    height: 48px;
  }
  .navbar-event .navbar-brand span {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 1600px) {
  .navbar-event {
    max-width: 1700px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* --- Hero Carousel Enhancements --- */
#heroCarousel {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(60, 0, 90, 0.12);
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #heroCarousel {
    border-radius: 0;
    box-shadow: none;
  }
}
#heroCarousel .carousel-item {
  position: relative;
}
#heroCarousel .carousel-item::before {
  display: none;
}
#heroCarousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none !important;
  padding: 2rem;
  border-radius: 1rem;
  margin: 0;
}
#heroCarousel .carousel-item.active .carousel-caption {
  animation: fadeInUp 1.2s cubic-bezier(0.23, 1.01, 0.32, 1) both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#heroCarousel .carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 8px 32px rgba(60, 0, 90, 0.25);
}
#heroCarousel .carousel-caption p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffd700;
  margin-bottom: 0;
}
#heroCarousel .carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #764ba2;
  opacity: 0.7;
  margin: 0 6px;
  transition: background 0.2s, border 0.2s;
}
#heroCarousel .carousel-indicators .active {
  background: #764ba2;
  border-color: #ffd700;
  opacity: 1;
}
#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(60, 0, 90, 0.1);
  width: 48px;
  height: 48px;
  background-size: 60% 60%;
}
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  width: 6%;
  opacity: 0.85;
  transition: opacity 0.2s;
}
#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
  opacity: 1;
}

/* Prevent scrollbars when GLightbox or any gallery lightbox is open */
.glightbox-open,
html.glightbox-open,
body.glightbox-open {
  overflow: hidden !important;
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
}
.glightbox-container,
.glightbox-overlay {
  overflow: hidden !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}
.glightbox-container img,
.glightbox-slide img {
  max-width: 96vw !important;
  max-height: 92vh !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto !important;
  box-shadow: none !important;
}
