body {
  font-family: 'Roboto', sans-serif;
}

/* background: linear-gradient(to bottom right, #C895BE, #C895BE); */
/* color: #C895BE; */
.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

.header-section.scrolled {
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.site-logo img {
  max-width: 50%;
}

.navbar-site .nav-list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin: 45px 0px;
}

.navbar-site .nav-list li {
  list-style: none;
}

.navbar-site .nav-list li a {
  text-decoration: none;
  z-index: 1;
  font-weight: 700;
  overflow: hidden;
  padding: 5px 12px;
  text-align: center;
  border-radius: 3px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.navbar-site .nav-list li a:hover {
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(37, 24, 79, 0.4), 0 6px 6px rgba(37, 24, 79, 0.2);
  transform: translateY(-2px);
  padding: 10px 15px;
}

.navbar-site .nav-list li a.active {
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(37, 24, 79, 0.4), 0 6px 6px rgba(37, 24, 79, 0.2);
  padding: 10px 15px;
}

.navbar-site .nav-list li a.active:hover {
  filter: brightness(1.1);
}

.menu-toggle {
  display: none;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  user-select: none;
}

.my-slider {
  width: 100%;
  max-height: calc(100vh + 100px);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.my-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 1;
}

.my-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.stats-wrapper{
  display: flex;
    justify-content: space-around;
    color: white;
    z-index: 999;
}
.number::after {
    content: "+";
}

.content-banner {
  position: absolute;
  top: 23%;
  left: 140px;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}
.content-banner-1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  overflow: hidden;
}

.from-title {
  margin-bottom: 30px;
}

.title-text {
  margin: 0px;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
}

.title-text strong {
  font-weight: 900;
}

.sub-title {
  font-weight: 700;
  color: #C895BE;
  text-transform: capitalize;
}

.banner-form {
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 85%;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.count-number {
  color: #ffffff;
  border-color: #ffffff;
  float: left;
  height: 100px;
  min-width: 80px;
  margin: 0px 5px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.banner-title-text {
  font-size: 66px;
  font-weight: 400;
  color: #ffffff;
}

.banner-strong {
  width: 100%;
  display: table;
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 50px;
  color: #C895BE;
}

.abt-banner-btn {
  color: #ffffff;
  border: 2px solid #C895BE;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400px;
}

img {
  width: 100%;
  max-width: 100%;
}

.mt-100 {
  margin-top: 100px;
}

.img-container {
  position: relative;
}

.position-img {
  position: absolute;
  top: 40px;
  left: 20%;
  z-index: 999;
  max-width: 60%;
}

.about-heading {
  color: #C895BE;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.about-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 3px;
  background-color: #C895BE;
  border-radius: 2px;
}

.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 30px;
  border-left: 2px solid #ccc;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-color: #ccc;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #C895BE;
  border-radius: 50%;
}

.timeline-date {
  font-weight: 700;
  color: #C895BE;
  margin-bottom: 5px;
}

.timeline-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #222;
}

.timeline-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.pd-100 {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-choosebox {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.grid-choosebox:hover {
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.grid-choosebox:hover .icon {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  transform: scale(1.1);
  transition: transform 0.3s ease, -webkit-text-fill-color 0.3s ease, color 0.3s ease;
}

.icon {
  font-size: 48px;
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  transition: transform 0.3s ease, -webkit-text-fill-color 0.3s ease;
}

.grid-title {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-choosebox:hover .grid-title {
  color: white;
}

.features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  flex: 1 1 28%;
  text-align: left;
  min-width: 220px;
}

.feature .icon {
  font-size: 36px;
  color: #C895BE;
  margin-bottom: 15px;
}

.feature h3 {
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.feature p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

.feature-box {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.feature-box:hover .icon i {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  transform: scale(1.1);
  transition: transform 0.3s ease, -webkit-text-fill-color 0.3s ease, color 0.3s ease;
}

.feature-box .icon i {
  font-size: 36px;
  color: #C895BE;
}

.expertise-item {
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
  height: 430px;
}
a{
  text-decoration: none;
}
.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.breadcrumb-list li {
  display: inline;
  margin: 0 5px;
}

.expertise-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.expertise-image img {
  width: 100%;
  border-radius: 5px;
  transition: transform 0.5s ease;
  height: 300px;
  object-fit: cover;
}

.expertise-content {
  margin-top: 12px;
  position: relative;
  padding-right: 30px;
}

.expertise-content .title {
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 18px;
}

.expertise-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(37, 24, 79, 0.8), rgba(75, 59, 156, 0.8));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.expertise-image .overlay i {
  font-size: 48px;
  color: #ffffff;
  transition: transform 0.3s ease;
  transform: scale(0.8);
}

.expertise-item:hover {
  border-color: #C895BE;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
}

.expertise-item:hover .expertise-image img {
  transform: scale(1.2);
}

.expertise-item:hover .expertise-image .overlay {
  opacity: 0.9;
}

.expertise-item:hover .expertise-image .overlay i {
  transform: scale(1);
}

.expertise-content {
  margin-top: 12px;
  position: relative;
  padding-right: 30px;
}

.expertise-content .title {
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expertise-content .title i {
  color: #C895BE;
  font-size: 16px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.expertise-item:hover .expertise-content .title i {
  transform: translateX(5px);
  color: #C895BE;
}

/* Testimonial Section with Background */
.testinomila-section {
  position: relative;
  background-image: url(../images/testinomial-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0;
  z-index: 0;
  overflow: hidden;
}

.testinomila-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.testimonial-item {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testimonial-content p {
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
}

.testimonial-content h4 {
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}

.testimonial-content span {
  display: block;
  font-size: 0.9rem;
  color: #888;
}

.swiper-pagination-bullet {
  background: #C895BE;
}

.swiper-button-next,
.swiper-button-prev {
  color: #C895BE;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(3, auto);
}

.event {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 150px;
  gap: 10px;
}

.event-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.event-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.event-item:hover img {
  transform: scale(1.1);
}

.event-item.large {
  grid-row: span 2;
}

.caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  z-index: 2;
}

.caption h4 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.caption small {
  font-weight: 400;
  font-size: 11px;
  color: #ffd700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.caption i.fa-image {
  font-size: 32px;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.event-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(37, 24, 79, 0.8), rgba(75, 59, 156, 0.8));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 6px;
  z-index: 1;
}

.event-item:hover::before {
  opacity: 1;
}

.animation-run {
  background: url('../images/birthday.jpg') center center/cover no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.animation-run::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  pointer-events: none;
}

.animation-run>.container {
  position: relative;
  z-index: 2;
  color: white;
}

.stats-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.stat {
  text-align: center;
}

.number {
  font-size: 3rem;
  font-weight: bold;
}

.label {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.map-card {
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  color: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 20px rgba(37, 24, 79, 0.4), 0 6px 6px rgba(37, 24, 79, 0.2);

}

.star-rating {
  font-size: 1.5rem;
}

.star-rating .filled {
  color: #FFD700;
}

.star-rating .half-filled::before {
  content: '★';
  display: inline-block;
  width: 50%;
  overflow: hidden;
  color: #FFD700;
}

.icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}

.icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.faq-header {
  cursor: pointer;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-icon.rotate {
  transform: rotate(180deg);
}

.faq-item+.faq-item {
  margin-top: 1rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #25184F, #4B3B9C);
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(37, 24, 79, 0.3);
}

.social-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 25px rgba(37, 24, 79, 0.5);
  background: linear-gradient(to bottom, #4B3B9C, #25184F);
}

/* Optional: platform-specific hover colors */
.facebook:hover {
  background: #1877F2;
}

.instagram:hover {
  background: #E4405F;
}

.twitter:hover {
  background: #1DA1F2;
}

.linkedin:hover {
  background: #0077B5;
}

.email:hover {
  background: #FF6F00;
}

.footer-ul li {
  list-style: none;
}

.footer-ul li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  margin-left: -30px;
  padding: 10px 0;
}

.gallery-img {
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(37, 24, 79, 0.3);
}

.modal-content img {
  width: 100%;
  height: auto;
}

.gallery-img {
  height: 70px;
  object-fit: cover;
}

.modal-body img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.contact-bar {
  background: linear-gradient(135deg, #25184F 0%, #4B3B9C 100%);
  border-radius: 1rem;
  overflow: hidden;
}

.icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--medium-gray);
  width: 5rem;
  height: 100%;
  flex-shrink: 0;
}

.contact-item {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .accent-text {
      color: var(--accent-gold);
      font-weight: 700;
    }

.footer-section {
  background-color: #f7f7f7;
  padding-top: 100px;
}

.abt-banner-text {
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 8px;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 10px;
}
 .big-title {
    margin: 0px;
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
}
 .big-title strong {
    font-weight: 900;
    color: #ffbe30;
}
.breadcrumb-list ul {
    padding: 0px;
    margin: 0 auto;
    display: table;
}
.breadcrumb-item {
    float: left;
    list-style: none;
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}
.breadcrumb-item:before {
    top: 0;
    bottom: 0;
    right: -5px;
    margin: 0px;
    padding: 0px;
    content: '|';
    font-weight: 700;
    position: absolute;
    color: #ffffff;
}
.breadcrumb-link {
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}
.breadcrumb-item:last-child {
    margin-right: 0px;
    padding-right: 0px;
    color: #ffffff;
}
.breadcrumb-item-1 {
    float: left;
    list-style: none;
    margin-right: 30px;
    padding-right: 30px;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}
 .contact-header {
      background: linear-gradient(135deg, #007bff, #00a8ff);
      color: white;
      padding: 60px 0;
      text-align: center;
    }
    .contact-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 30px;
    }
    .btn-primary {
      background-color: #007bff;
      border: none;
    }
    .btn-primary:hover {
      background-color: #0056b3;
    }