/* Section Background */
.celebration-section .bg-overlay {
  background: linear-gradient(135deg, rgba(36, 83, 165, 0.7), rgba(0, 0, 0, 0.5), rgba(135, 38, 87, 0.7));
}

/* Title */
.celebration-title {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .celebration-title {
    font-size: 4rem;
    position: relative;
    color: #fff;
  }
}

/* Text */
.celebration-text {
  font-size: 1.25rem;
  line-height: 1.8;
  opacity: 0.9;
  width: 64%;
  display: block;
  margin: auto;
}

/* Button */
.celebration-btn {
  background: linear-gradient(to right, #2453a5, #872657);
  color: #fff;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
}

.celebration-btn:hover {
  background: linear-gradient(to right, #1f4790, #6e1f4c);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.celebration-section{
  position: relative;
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}


.bg-wrapper {
  position:absolute;
  top:0;
  width:100%;
  height:100%;

}

section.celebration-section .bg-overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;

}


.custom-card:hover img {
  transform: scale(1.05);
}

.custom-card:hover h5 {
  color: var(--heading-color) !important;
}

.custom-card:hover {
  border: 2px solid rgba(36, 83, 165, 0.3);
  box-shadow: 0 4px 10px rgba(50, 30, 80, 0.2);
  border-color: rgba(62, 53, 94, 0.3); 
}

section.cel-width-sec .grient-box{
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #2453a5, #872657);
  border-radius: 50px;
}


section.cel-width-sec .display-5{
  background: linear-gradient(to right, #2453a5, #872657);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  font-family: 'Great Vibes', cursive;
}


section.cel-width-sec .lead{
  max-width: 600px;
  font-family: 'DM Sans', sans-serif;
}

.custom-card .position-relative{
  height: 250px;
  overflow: hidden;
}

.custom-card .position-relative img{
 object-fit: cover;
 transition: transform 0.3s;
}

.card-body h5{
  color: var(--secondary-color);
 font-family: 'DM Sans', sans-serif;
}

.card-body p{
font-family: 'DM Sans', sans-serif;
}

.overlay-crad-style{
  background: linear-gradient(to top, rgba(36,83,165,0.8), rgba(0,0,0,0.6), transparent);
}

.circle-round-grient{
  background: linear-gradient(to right, rgba(36,83,165,0.3), rgba(135,38,87,0.3));
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  height: 50px;
  width: 50px;
}

.fa-heart{
  color:#fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  margin-top: -3px;
}




/* Background Gradient */
.custom-bg {
  background: linear-gradient(to bottom right, rgba(36, 83, 165, 0.05), rgba(135, 38, 87, 0.05));
}

/* Divider */
.custom-divider {
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #872657, #2453a5);
}

/* Heading */
.custom-heading {
  font-family: "Great Vibes", cursive;
  font-size: 2.5rem;
  background: linear-gradient(to right, #2453a5, #872657);
  -webkit-background-clip: text;
  color: transparent;
}

/* Card */
.custom-card {
  border: 2px solid transparent;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.custom-card:hover {
  border-color: rgba(135, 38, 87, 0.3);
  box-shadow: 0 6px 18px rgba(135, 38, 87, 0.1);
}

/* Icon Circle */
.icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(36, 83, 165, 0.15), rgba(135, 38, 87, 0.15));
  transition: all 0.3s ease;
}

.icon-box i{
    color:var(--secondary-color);
}
.custom-card:hover .icon-box {
  background: linear-gradient(to right, rgba(36, 83, 165, 0.25), rgba(135, 38, 87, 0.25));
}
.icon-box svg {
  transition: color 0.3s ease;
}
.custom-card:hover .icon-box svg {
  color: #872657;
}

/* Title */
.custom-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #2453a5;
  transition: color 0.3s ease;
  font-size: 18px;
  letter-spacing: 0;
}
.custom-card:hover .custom-title {
  color: #872657;
}

/* Badge */
.custom-badge {
  padding: 8px 16px;
  font-size: 14px;
  background: linear-gradient(to right, rgba(36, 83, 165, 0.1), rgba(135, 38, 87, 0.1));
  color: #2453a5;
  border: 1px solid rgba(36, 83, 165, 0.2);
  border-radius: 6px;
}







