.celebratity-content {
    text-align: center;
    padding: 25px 15px;
    border: #e7d2c0 solid 1px;
    height: 100%;
}

.crafting-celeb-sec {
    padding:4rem 0;
    background:#f6f1ea;
}

.crafting-celeb-sec .section-title{
    text-align:center;
    margin-bottom:40px;
}

.crafting-celeb-sec .celebratity-content p{
    font-size:15px;
}

.event-decor-sec {
  padding: 4rem 0;
}

.impact-sec {
  position: relative;
}

.badge-new {
  background: #d9b4a6;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

.impact-sec h4 {
  font-size: 26px;
  margin: 15px 0;
}

.impact-sec p {
  color: #777;
  line-height: 1.7;
  max-width: 420px;
}

.impact-sec-img img {
  width: 100%;
  border-radius: 12px;
}

.event-decor-sec .swiper-pagination {
  position: static;
  width: auto;
  font-weight: 500;
}

.event-decor-sec .swiper-button-prev,
.event-decor-sec .swiper-button-next {
 position: relative;
    width: 36px;
    top: 9px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
    border: 1px solid #000;
}

.event-decor-sec .swiper-button-prev::after,
.event-decor-sec .swiper-button-next::after {
  font-size: 14px;
  color: #000;
}

.imageSwiper img {
  width: 100%;
}

.left-slider-controls {
    position: relative;
    left: 59%;
    bottom: -25px;
    display: flex;
    align-items: center;
   gap: 20px;
    z-index: 10;
}

.event-decor-sec .swiper-pagination {
  position: static;
  width: auto;
}

.btn-appointment.detail-btn {
    padding: 14px 20px;
}

.event-decor-sec .col-lg-4.main-sec {
    position:relative;
}

.celebratity-content h4{
    font-size:18px;
    margin-bottom: 20px;
}

.decors-main {
    list-style: none;
    padding-left: 0;
    margin-bottom:20px;
}

.decors-main li {
    position: relative;
    padding-left: 28px; /* space for icon */
    margin-bottom: 10px;
}

.decors-main li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px; /* adjust for vertical alignment */
    width: 16px;
    height: 16px;
    background: url('../images/services/star-listing.svg') no-repeat center;
    background-size: contain;
}

.cta-sec-decor {
  position:relative;
    padding: 3rem 0;
}



.cta-box {
    border: 2px solid #000;
    padding: 80px 60px;
    text-align: center;
    position: relative;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
  width: 103%;
    right: 0;
    bottom: 15px;
    background: #f5efe7;
    z-index: -1;
}



.cta-box p {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 17px;
    line-height: 1.8;
}

.cta-btn {
    display: inline-block;
    padding: 14px 38px;
    border: 1.5px solid #000;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background:#d9b4a6;
    color: #fff;
    border:none;
}

.why-choose-sec {
    padding: 4rem 0;
   
}

.why-circle {
   width: 260px;
    height: 260px;
    background: #f5efe7;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.why-circle::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px solid #d9b4a6;
    border-radius: 50%;
}

.circle-inner {
    text-align: center;
    max-width: 150px;
}

.circle-inner img {
    width: 50px;
    margin-bottom: 15px;
}

.circle-inner p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.why-choose-sec .section-title {
    text-align:center;
    margin-bottom:40px;
}

.faq-section {
  padding:4rem 0;
  background-color: #f5efe7;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: 1px solid #d9b4a6;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: #2b2b2b;
  padding: 20px 24px;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  display: none;
}

.faq-accordion .accordion-button::before {
  content: "\f104";
  position: absolute;
  font-family: flaticon_normal-icon !important;
  right: 20px;
  width: 36px;
  height: 36px;
  background: #d9b4a6;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}

.faq-accordion .accordion-body {
  padding: 0 24px 20px;
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-section .section-title {
    text-align:center;
    margin-bottom:30px;
}


.categorize-event {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #eee;
}

.category-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.category-search {
    border-radius: 25px;
    margin-bottom: 12px;
}

.category-accordion .accordion-item {
   
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
}

.category-accordion .accordion-button {
    background: #f9f9f9;
    border-radius: 12px;
    font-weight: 500;
    box-shadow: none;
}

.category-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

/* Remove default Bootstrap arrow */
.category-accordion .accordion-button::after {
    content: '+';
    background-image: none !important;
    transform: none !important;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* Change to minus when opened */
.category-accordion .accordion-button:not(.collapsed)::after {
    content: '-';
}

.category-accordion .accordion-body {
    padding: 10px 15px;
}

.category-accordion label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
}

.dazzling-gallery {
    padding:3rem 0;
}

.event-wised {
    padding-left: 10px;
}

.product-card {
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

/* Hover Effect (optional but recommended) */
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}


/* Filter button wrapper */
.filter-actions {
    position: relative; /* ⭐ CRITICAL */
    display: inline-flex;
    align-items: center;
}

/* Filter button */
.filter-btn {
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border: none;
    cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 6px); /* below button */
    right: 0;              /* align to button */
    
    width: max-content;    /* ⭐ prevents full width */
    min-width: 180px;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px 0;
    list-style: none;

    display: none;
    z-index: 9999;
}

/* Dropdown items */
.dropdown-menu li {
    padding: 10px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.event-wised img {
    border-radius:12px;
}

.award-winning {
    padding: 60px 0 0;
    text-align: center;
}

.award-winning h3 {
    font-size: 28px;
  
    margin-bottom: 40px;
}

/* BOX DESIGN */
.main-wedding {
  
    border: 1px solid #d9b4a6;
    height: 160px;
    padding: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

/* IMAGE */
.main-wedding img {
    max-width: 100%;
   max-height: 135px;
    object-fit: contain;
  
}

.award-winning .row{
    row-gap:20px
}

.award-winning .inside-title{
    font-size:18px;
    margin: 15px 0 10px;
}

.dazzling-shines {
    padding: 4rem 0;
   
}

/* CARD */
.why-flower {
    text-align: center;
    padding: 20px 15px;
}

/* ICON */
.why-flower img {
    width: 100px;
    margin-bottom: 20px;
  
}

.dazzling-shines .section-title {
    text-align:center;
}

/* TEXT */
.why-flower p {
    font-size: 17px;
    line-height: 1.7;
    color: #373737;
  font-weight:600;
    margin: 0 auto;
}

.about-process {
    padding: 2.5rem 0;
  
}



/* Layout */
.main-process-dazzling li {
    display: flex;
    align-items: center;
    list-style: none;
    position: relative;
}

/* Left Image */
.process-img {
    width: 40%;
}

.process-img .left-img {
  
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  
}

.process-img .right-img {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px; 
}
.process-img img{
      width: 100%;
        object-fit: cover;

}
.process-num {
    width: 20%;
    display: flex;
    justify-content: center;
    position: relative;
}

.process-num span {
    width: 140px;
    height: 140px;
    background: #d9b4a6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size:40px;
    border: 10px solid #e8e8e8;
    z-index: 2;
}

.main-process-dazzling {
    position:relative
}
/* Vertical Line */
.main-process-dazzling::after {
    content: "";
    position: absolute;
    top: 140px;
    right:48.5%;
    width: 2px;
    height: 86%;
    background: #c48763;
  transform: translateX(-50%);
}

.process-content {
    width: 40%;
}

.process-content.left{
    text-align:left;
}

.process-content.right{
     text-align:right;
}

.process-content h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.special-view {
  position: relative;
  overflow: hidden;
}

.special-view img {
  width: 100%;
  height: auto;
  display: block;
 
}

.specialViewSwiper .swiper-pagination {
  bottom: 10px !important;
}

.specialViewSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.specialViewSwiper .swiper-pagination-bullet-active {
  background: #d9b4a6;
}

.process-content p {
   
    line-height: 1.6;
}

.intro-about .sec-big-title {
   
    font-style: italic;
}

.founder{
font-size: 66px;
    font-weight: 500;
    color: #b8a38b;
    letter-spacing: 6px;
    white-space: nowrap;
    pointer-events: none;
}


.testimonial-main-sec {
    padding: 4rem 0;
}

/* TEXT */
.separate-content h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: 'Monallesia Script', cursive;
}

.separate-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* MAIN CIRCLE */
.client-imags {
    position: relative;
   border-radius: 50%;
    border: 1.5px solid #d6d6d6;
}
/* OUTER LIGHT RING */
.client-imags::after {
    content: "";
    position: absolute;
    inset: -10px;
   border: 1px solid #000;
    border-radius: 50%;
    z-index: 0;
}

.secondary-testimonial {
    position: relative;
    width: 100%;
    height: 100%;
}

.secondary-testimonial::before {
    content: "";
    position: absolute;
    top: -27px;
    right: -27px;
    width: 200px;
    height: 200px;
    background: url(../images/services/testimonial-shape1.webp) no-repeat center;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
}
/* SWIPER WITH GAP */
.clientSwiper {
    width: 100%;
    height: 100%;
    padding: 15px; /* 👈 creates inner spacing */
    box-sizing: border-box;
}

/* Parent */
.client-imags {
    position: relative;
    z-index: 1;
}

/* Swiper content */
.client-img {
    position: relative;
    z-index: 2;
}



/* SLIDES */
.clientSwiper .swiper-wrapper,
.clientSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

/* IMAGE CIRCLE */
.client-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.client-imags {
    overflow: visible; /* 👈 change this */
    max-width: 90%;
    margin: 0 auto;
}

/* IMAGE FIT */
.client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.separate-content .spl-char {
    font-size:18px;
    font-weight:600;
    
}

.separate-content .test-head{
    margin-bottom:30px;
}

.client-pagination {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.client-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 50%;
}

.client-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 10px;
    background: #d9b4a6;
}

.press-sec-main {
    padding: 4rem 0;
}

/* ICON */
.plain-icon {
    text-align: right;
}

.plain-icon img {
    max-height: 60px;
    opacity: 0.7;
    transition: 0.3s;
}

.plain-icon img:hover {
    opacity: 1;
}

/* CONTENT BOX */
.press-content-box {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* LINK */
.press-link {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    align-items: center;
    margin-bottom:20px;
    display: flex;
      font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
.press-link a {
    display: inline-block;
  
    color: var(--secondary-color);
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

/* underline animation */
.press-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: var(--secondary-color);
    transition: 0.3s;
}

.press-link a:hover::after {
    width: 100%;
}

/* IMAGE */
.press-image {
    overflow: hidden;
    border-radius: 14px;
}

.press-image img {
    width: 100%;
    border-radius: 14px;
    transition: 0.5s ease;
}

.main-press-magazine {
    padding-top:3rem;
}
/* VIDEO FRAME SAME AS IMAGE */
.video-frame {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

/* maintain aspect ratio */
.video-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: none;
    display: block;
    transition: 0.5s ease;
}

/* OPTIONAL: FIXED RATIO (better UI) */
.video-frame {
    aspect-ratio: 16 / 9;
}


/* subtle overlay effect */
.video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
}

.press-feature {
    padding: 40px 30px 0;
    border-radius: 20px;
  
    transition: 0.4s ease;
}


/* Badge */
.press-badge {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #b8a38b;
    margin-bottom: 15px;
    font-family: 'Monallesia Script', cursive;
}



/* Description */
.press-feature .section-title p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}


.press-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -3px;
    background: var(--secondary-color);
    transition: 0.3s;
}


/* Logo Box */
.press-logo-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.press-logo-box img {
    max-width: 160px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.dazzz-error-sec .btn-appointment{
    margin:10px 0 0;
}
.dazzz-error-sec {
padding: 2rem 0 0;
    position: relative;
}

.dazzz-error-sec .section-title p {
    font-size: 19px;
    width: 80%;
    margin: 8px auto 21px;
    text-align: center;
}