html, body {
    overflow-x: clip;
   font-family: "Jost", sans-serif;
}
a{
    text-decoration:none;
    color:#373737;
}

img{
    max-width:100%;
    height:auto;
}

@font-face {
    font-family: 'Monallesia Script';
    src: url('../font/monallesiascript.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.font-check {
    font-family: 'Monallesia Script', cursive;
    font-weight: 400;
    font-size: 50px;
    line-height: 72px;
    color: #939580;
    margin-bottom: 30px;
    position: relative;
    z-index: 11;
}

p{
    font-size:17px;
    color: #666666;
}


.main-header {
    position: absolute;
    padding: 5px 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #FFFFFF1A;
}


.k-logo {
    filter: brightness(0) invert(1);
}
.site-logo img {
    max-width: 100%;
}

/* MENU */
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
     gap: 20px;
}

.main-menu a,.main-menu span {
        font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: 0.6px;
}


.main-menu span {
    position: relative;
    display: inline-block;
}


.megamenucl-active .main-header .main-menu .submenu li a::after{
    background:none;
}

/* underline */
.main-menu a::after ,.main-menu span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: #ffffffc7;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

/* hover + active text */


/* hover + active underline */
.main-menu a.active::after,
.main-menu a:hover::after {
    transform: scaleX(1);
}

.main-menu span.active::after,
.main-menu span:hover::after {
    transform: scaleX(1);
}


.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #8fa7ba;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-logo {
    text-align:center;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 21px;
}


.main-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
    letter-spacing: 0.2px;
}

.main-btn:hover {
    background-color: #c9a393;
}



.banner-sec-em {
 
  position: relative;
  overflow: hidden;
}

.bannerSwiper {
  height: 100%;
}

/* Slide background */
.banner-sec-em picture {
 filter: brightness(0.6);
}
.banner-sec-em picture img{
    max-height:920px;
    object-fit:cover;
    width:100%;
}

/* ================= FIXED CONTENT ================= */

.banner-content {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    z-index: 3;
    /*opacity: 0;*/
    /*transition: opacity 0.8s ease, transform 0.8s ease;*/
    width: 100%;
    max-width: 100%;
}

/* Animate ONLY once */
.banner-content.loaded {
  opacity: 1;
  transform: translate(-50%, 0);
}




.banner-content .banner-titls {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 28px;
  font-family: 'Monallesia Script', cursive;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}


.banner-content p {
    font-size: 22px;
    opacity:1;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* ================= INDICATOR ================= */

.banner-indicator {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 5;
}

.banner-indicator span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.banner-indicator span.active {
  color: #fff;
}

/* Active line */
.banner-indicator span.active::after {
    content: "";
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 2px;
    background: #fff;
}

.design-decors-sec {
    padding: 4.5rem 0;
    background: #fff;
}

/* IMAGE BLOCK */
.decor-ig {
    padding: 33px;
    background: #fff;
    border: 1px solid #F3ECE9;
}

.decor-ig img {
    width: 100%;
    height: auto;
    display: block;
}

/* CONTENT */
.design-content {
    padding: 100px 0;
    max-width: 530px;
    padding-left: 30px;
}
.section-title {
    margin-bottom: 20px;
}
.vendors-view .decor-ig{
    margin-left:30px;
}
.section-title .sub-title {
    font-family: 'Monallesia Script', cursive; /* optional */
    font-size: 45px;
    color: #b8a38b;
    display: inline-block;
    position: relative;
}
.section-title.text-center{
    margin-bottom:2.5rem
}
 .gallery-home-sec .col-lg-4 {
        padding: 0 13.5px;
    }

.design-decors-sec .section-title .sub-title::before {
    content: "";
    width: 150px;
    height: 1px;
    background: #b8a38b;
    position: absolute;
    /* left: -91px; */
    right: 110%;
    top: 50%;
}
.vendors-view .section-title .sub-title::before{
    left: 110%;
    right:unset;
}
.sec-big-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 15px;
    color: #111;
}

.design-content p {
    line-height: 1.8;
   
}

/* BUTTON */
.btn-appointment {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 36px;
    background: #d9b4a6;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.btn-appointment:hover {
    background: #c59a8a;
}
.btn-2{
    display: inline-block;
    margin-top: 30px;
    padding: 14px 36px;
     letter-spacing: 1px;
    transition: 0.3s ease;
    border:1px solid #d9b4a6;
}
.btn-2:hover{
    color:#fff;
    background: #c59a8a;
}
.right-side-content {
    text-align: right;
    padding-left:0;
    padding-right:30px; 
        margin-left: auto;
    
}
.vendors-view {
    margin-top:-100px;
}
.designss .decor-ig{
    margin-right: 30px;
}
/*key number*/

.key-item {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.key-number-decor {
    position:relative;
        padding: 2rem 0;
}


/* NUMBER */
.kue-numerbsd .counter,
.kue-numerbsd span:not(.counter) {
    font-family: 'Monallesia Script', cursive;
    font-size: 64px;
    font-weight: 500;
    color: #6b7555;
    line-height: 1;
}

.kue-numerbsd{
       display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
        align-items: center;
}
.kue-numerbsd li{
    list-style:none
}
.key-images {
   width: 80px;
    height: 90px;
    margin: 0;
    position: relative;
    display: flex;
    min-width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 1st item */
.kue-numerbsd li.key-images:nth-child(2){
    background-image: url("../images/home/flower-decors.svg");
}

/* 2nd item */
.kue-numerbsd li.key-images:nth-child(4){
    background-image: url("../images/home/rose-decors.svg");
}

/* 3rd item */
.kue-numerbsd li.key-images:nth-child(6) {
    background-image: url("../images/home/sun-flowers-decors.svg");
}
.kue-numerbsd li.grid{
   min-width: 200px;
    text-align: center;
}

/* LABEL */
.kue-numerbsd h4 {
    font-size: 18px;
    font-weight: 400;
    color: #6f6f6f;
    margin-top: 12px;
}


.moible-view-mwnu {
    display:none !important;
}

.main-btn.resposnive {
     display: none;
}
.celebrations-curate {
    padding: 4.5rem 0;
    background: #fff;
    position: relative;
}

.sec-main {
    text-align: center;
    display: block;
}
.sec-main i{
   font-size: 25px;
    color:#666666;
}
.content-img{
    overflow:hidden;
    max-width: 340px;
    margin: 0 auto;

}
.content-img img{
     width: 100%;
     transition:0.3s;
}
.sec-main:hover .content-img img{
    transform:scale(1.1);
}
.content-decor {
    position: relative;
    text-align: center;
   margin-top: 55px;
}

.content-decor::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -86px;
    width: 2px;
    height: 78px;
    background: #D4B0A5;
}

.content-decor.top::before {
    height: 78px;
    bottom: -86px;
    top: unset;
}
.content-decor.top {

    margin-top: 0;
    margin-bottom: 60px;
}

/* vertical line */
.content-decor .line {
    display: block;
    width: 1px;
    height: 45px;
    background: #d7b3a5;
    margin: 0 auto 18px;
}

/* title */
.content-decor h4 {
    font-size: 20px;
    font-weight: 400;
    color: #2b2b2b;
    margin-bottom: 10px;
}

/* price */
.content-decor p {
    font-size: 16px;
}

.content-decor del {
    color: #b5b5b5;
    margin-right: 6px;
}
.about-founder {
    position: relative;
   padding:6rem 0 4.5rem;
    background: #f6f1ea;
    overflow: hidden;
}
.about-founder .sec-big-title{
    font-style: italic;
    font-size: 35px;
}
.about-founder .container{
    position:relative;
}
.clientsd{
    position: absolute;
    top: -100px;
    left: 0;
    font-size: 130px;
    font-weight: 400;
    color: #b8a38b;
    letter-spacing: 6px;
    white-space: nowrap;
    pointer-events: none;
}
.about-founder .section-title{
    margin-top:80px;
}
.spl-buton{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    color: #373737;
    margin-top: 1.5rem;
    text-transform: uppercase;
}
.spl-buton:before{
        content: '';
    border-top: 1px solid;
    margin: 0 20px -2px 0;
    width: 60px;
    color: #373737;
}
.sticky .main-menu a::after {
  
    background-color: #000;
}


/* NAME ON TOP */
.manya-name {
    margin-bottom: 60px;
}

.manya-name h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    color: #2b2b2b;
}

.about-founder p {
    font-size: 17px;
    line-height: 1.8;
    color: #5f5f5f;
    max-width: 520px;
}

/* IMAGE */
.founder-img img {
    width: 100%;
  
    display: block;
    margin-left: auto;
}


.gallery-home-sec {
    padding: 5rem 0;
    padding-left: 30px;
    padding-right: 30px;
   
}
.img-gallery {
    height: 260px;
    overflow: hidden;
}
.img-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.btns-3{
    color: #373737;
    position: relative;
    display: inline-block;
    margin-top: 1.8rem;
        font-size: 20px;
}
.btns-3:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 75%;
    height: 1px;
    background: #373737;
    margin: 0 auto;
    transition:0.3s
}
.btns-3:hover:before{
    width:100%;
}
.gallery-content .sec-big-title{
    font-size:30px;
}
.gallery-content {
    text-align: center;
    padding: 25px 20px;
}

.gallery-content span {
font-family: 'Monallesia Script';
    font-size: 26px;
    color: #bfa08f;
    display: block;
}

.gallery-home-sec .row {
    row-gap: 28px;
}


/*testimonial*/

.testimonial-sec {
   padding: 4.5rem 0;
    background: #f6f1ea;
}

/* IMAGE */
.testimonial-slider__image {
   position: relative;
    max-width: 520px;
    border-radius: 31.25rem 31.25rem 0 0;
        margin-bottom: 3.5rem;
}

.testimonial-slider__image img {
    width: 100%;
    display: block;
    border-radius: 31.25rem 31.25rem 0 0;
    position: relative;
    z-index: 1;
}

.testimonial-slider__image::before,
.testimonial-slider__image::after {
    content: "";
    position: absolute;
    border: 1px solid #AA8B5A;
    border-radius: 31.25rem 31.25rem 0 0;
    z-index: 0;
}

.testimonial-slider__image::before {
    width: 98.6%;
    height: 97.4%;
    left: -10%;
    bottom: -9.2%;
}

.testimonial-slider__image::after {
    width: 98.6%;
    height: 97.4%;
    left: -4%;
    bottom: -4.5%;
}

/* RIGHT CONTENT */
.testimonial-content {
    padding-left: 20px;
}
.testimonial-content .sec-big-title{
    font-family: 'Monallesia Script';
    margin-bottom:2rem;
    line-height: 1.5;
}
.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    color: #5b5b5b;
    margin-bottom: 30px;
}
.testimonial-author {
    font-size: 20px;
    color: #5f5f5f;
}
.testimonialSwiper .swiper-wrapper{
    margin-bottom:3rem;
}
.testimonialSwiper .swiper-pagination-fraction{
    position: relative;
    width: auto;
    top: 0;
}
.testimonial-card {
  max-width: 600px;
  font-family: 'Poppins', sans-serif;
}

.testimonial-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Hidden content */
.more-text {
  display: none;
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
}
.more-text {
  display: none;
}

.more-text.show {
  display: block;
}
/* Button style */
.read-more-btn {
  margin-top: 10px;
  padding: 6px 14px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s ease;
}

.read-more-btn:hover {
  background: #000;
  color: #fff;
}

/* Author */
.testimonial-author {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  color: #333;
  text-align: right;
}

/* NAV */
.testimonial-nav {
    display: flex;
    align-items: center;
    gap: 50px;
   position: relative;
   min-width:fit-content;
}

/* RESET DEFAULT SWIPER ICONS */
.testimonial-nav .swiper-button-prev::after,
.testimonial-nav .swiper-button-next::after {
    display: none;
}

/* ARROW WRAPPER */
.testimonial-nav .swiper-button-prev,
.testimonial-nav .swiper-button-next {
    position: static;
    width: auto;
    height: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
}

/* FLATICON ICON */
.testimonial-nav .swiper-button-prev::before,
.testimonial-nav .swiper-button-next::before {
    font-family: "flaticon_normal-icon" !important;
    font-size: 20px;
    color: #333;
    line-height: 1;
    position: relative;
    top: 1px;
}

/* LEFT ARROW (rotate) */
.testimonial-nav .swiper-button-prev::before {
    content: "\f174";
    transform: rotate(180deg);
}

/* RIGHT ARROW */
.testimonial-nav .swiper-button-next::before {
    content: "\f174";
}

.test-fles{
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.test-fles .spl-buton{
    margin:0;
    max-width:fit-content;
}

/*Footer*/

.site-footer {
   padding: 4rem 0 0px;
    background: #fff;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.split-lisd{
    display:flex;
    flex-wrap:wrap;
}
.split-lisd li{
    width:50%;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a, .footer-menu-box p{
    color: #373737;
    font-size: 17px;
}



/* CTA COLUMN */
.footer-cta h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-btn {
    display: inline-block;
    background: #e6ded6;
    color: #a16b43;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 30px;
}

/* SOCIAL */
.footer-social {
   font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.footer-social a {
    color: #666666;
    padding: 5px;
    text-decoration: none;
}
/* AWARDS */
.footer-awards {
    display: flex;
    gap: 12px;
}

.footer-awards img {
    width: 64px;
}
.footer-commitment img{
    max-height: 89px;
}
/* PAYMENTS */
.footer-payments {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 60px 0 30px;
}

.footer-payments img {
    height: 26px;
}

/* BOTTOM */
.footer-bottom {
    text-align: center;
    font-size: 14px;
}

.footer-bottom a {
    color: #000;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-menu-box h4{
    margin-bottom:17px;
    font-size:21px;
}


.footer-copyright {
    padding: 20px 0;
   
    font-size: 14px;
    color: #666;
}
.site-footer hr{
    opacity:0.1;
}
.footer-copyright-text p {
    margin: 0;
    color: #666;
}

.footer-copyright-text strong {
    font-weight: 600;
    color: #222;
}

.footer-copyright-text a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright-text a:hover {
    color: #a16b43; /* luxury accent */
    text-decoration: underline;
}

.commitment {
        text-align: center;
       padding: 2rem 0;
}
.commitment p{
    font-size:20px;
        max-width: 800px;
        margin:0 auto 2rem;
}
.commitment .main-title {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 8px;
        margin-bottom: 28px;
}
.footer-commitment h4{
    font-size:22px;
    color:#373737;
    margin-top: 1.5rem;
}
.footer-top{
    margin-top:3rem;
}



#myHeader {
  width: 100%;
  z-index: 999;
}



/* ===== STICKY HEADER ===== */
.sticky .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  animation: sliddown 0.4s ease forwards;
}

/* Sticky menu text */
.sticky .main-menu ul li a {
  color: #373737;
}
.sticky .main-menu ul li span {
  color: #373737;
}

/* Sticky button */
.sticky .main-btn {
 display: inline-block;
 
    background: #d9b4a6;
    color: #fff;
    text-decoration: none;
}

.sticky .k-logo {
    filter: none;
    
} 
.sticky .k-logo img{
    max-width:100px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

/* Slide down animation */
@keyframes sliddown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.services-dropdown {
  position: relative;
    cursor: pointer;
    display: flex;
    gap: 6px;
    align-items: center;
  
}

.services-dropdown .submenu {
    position: absolute;
    top: 55px;
    left: 0;
    display: flex;
    min-width: 260px;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
     border-bottom: 4px solid #d9b4a6;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.3s ease;
    right: 0;
    z-index: 999;
    flex-direction: column;
    gap: 0;
}




/* Show dropdown on hover */
.services-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* List items */
.services-dropdown .submenu li {
  list-style: none;
}

.services-dropdown .submenu li a {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: #373737;
    text-decoration: none;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.services-dropdown .submenu li a:hover, .services-dropdown .submenu li a.active {
  background: #f6f1ea54;
}

 .main-menu .decors-submenu a:hover::after {
   display:none;
}



.has-dropdown i {
    display: inline-block;
    transition: 0.3s ease;
    color: #fff;
    font-size: 13px;
    padding-top: 0px;
    padding-right: 4px;
    height: 12px;
}

.sticky .has-dropdown i{
    color:#373737;
} 


.whatsappicon {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 9999;
}
.whatsappicon img{
    max-width:30px
}
.call-icons {
    display: none;
    background: #fff;
    width: fit-content;
    border-radius: 10px;
}

.menu-ham-butger {
    display: none;
}

.close-button.memnu-clos-open{
     display: none;
}

.row .grid{
    width: 27%;
    float: left;
}

.row .grid.last-grid{
      width: 18%;
}




.dazzling-contact-section {
  padding: 4rem 0;
}

.dazzling-contact-box {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}



.dazzling-contact-icon {
    position: relative;
 
}
.dazzling-contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;   /* CENTER */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f1ea;
  border-radius: 50%;
}


/* Common before style */
.dazzling-contact-icon::before {
    content: "";
    position: absolute;
   left: 50%;
top: 50%;
transform: translate(-50%, -50%);

    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Mail Icon */
.contact-mail::before {
  background-color: #d9b4a6;
    mask: url("../images/svg/mail.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 50px;
    height: 50px;
}

/* Location Icon */
.contact-location::before {
  background-color: #d9b4a6;
   
    mask: url("../images/svg/location-address.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 50px;
    height: 50px;
}

/* Call Icon */
.contact-call::before {
    background-color: #d9b4a6;
    
    mask: url("../images/svg/call.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 50px;
    height: 50px;
}

.dazzling-contact-text {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 1.7;
  margin: 0;
}




/* Section bg */
.wedding-form-sec {
    background: #c7a396; /* dusty rose */
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* Form box */
.wedding-form-box {
    width: 100%;
    max-width: 600px;
    color: #fff;
}

/* Titles */
.sub-title {
      font-family: "Monallesia Script", cursive;
    font-size: 28px;
    text-align: center;
    margin-bottom: 14px;
}

.main-title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 50px;
    position: relative;
}

/* underline */
.main-title::after {
    content: "";
    width: 180px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 15px auto 0;
}

/* Form group */
.form-group {
    position: relative;
    margin-bottom: 35px;
}

/* Inputs */
.form-group input,
.form-group select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    outline: none;
}

.form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    outline: none;
    resize: none;
}
.form-group textarea::placeholder,
.form-group input::placeholder {
    color: #fff;
    opacity: 1; /* important for full white visibility */
}

/* Placeholder color */
.form-group input::placeholder {
    color: #f3e9e5;
}

/* Right icons */
.icon-right .form-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.8;
}

/* Button */
.submit-btn {
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #c7a396;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #f3e9e5;
}

.wedding-form-box {
    background-image: url("floral.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.wedding-form-sec {
    backdrop-filter: blur(6px);
}

/* Remove gaps */
.dazz-form .row {
    margin: 0;
}

.dazz-form [class*="col-"] {
    padding: 0;
}

/* Images full cover */
.contact-img {
    height: 100%;
}

.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Center form */
.wedding-form-sec {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*detail page*/

.detail-breadcrumb {
    background: url("../images/bg/breadcrumb-view.webp") center center / cover no-repeat;
    padding: 76px 0;
    position: relative;
}


.breadcrumb-inner h1 span{
    font-style: italic;
    font-size: 33px;
}


.breadcrumb-inner {
    position: relative;
    text-align: center;
}


.breadcrumb-inner h1 {
    /*font-family: 'Monallesia Script', cursive;*/
       font-size: 37px;
       line-height: 1.4;
    font-weight: 500;
    /*margin-bottom: 25px;*/
    color: #222;
    width: 90%;
    margin: 0 auto 25px auto;
}
.bred-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bred-list li {
    display: inline-block;
   font-size: 20px;
    color: #707070;
}

.bred-list li + li::before {
    content: "\f1f3";
    font-family: flaticon_normal-icon !important;
    margin: 0 10px;
    position: relative;
    top: -4px;
    font-size: 5px;
    color: #707070;
}

.bred-list li a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

.bred-list li a:hover {
    color: #000;
}


.megamenucl-active .main-header {
    position: relative;
    background: #fff;
}

/* Logo – remove white filter */
.megamenucl-active .main-header .k-logo{
    filter: none;
}

.sticky.megamenucl-active .main-header .main-btn {
    border-color: #fff;
    color: #fff;
}

/* Menu text */
.megamenucl-active .main-header .main-menu a,
.megamenucl-active .main-header .main-menu span {
    color: #373737;
}

.megamenucl-active .main-header .flaticon-down-arrow {
     color: #000;
}


/* Menu underline */
.megamenucl-active .main-header .main-menu a::after , .megamenucl-active .main-header .main-menu span::after {
    background-color: #00000080;
}

/* Active + hover text */
.megamenucl-active .main-header .main-menu a:hover,
.megamenucl-active .main-header .main-menu a.active {
    color: #000;
}

/* Button */
.megamenucl-active .main-header .main-btn {
    border-color: #000;
    color: #000;
}

.megamenucl-active .main-header .main-btn:hover {
    background-color: #c9a393;
    color: #fff;
}


.intro-detail-sec {
    padding: 4rem 0 0;
}

.intro-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* Heading */
.intro-head {
    text-align: center;
    margin: 0 auto 40px;
}

.intro-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #b8a38b;
    text-transform: uppercase;
    font-weight: 500;
}

/* STAR ICON */
.intro-label::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url('../images/svg/star.svg') no-repeat center / contain;
    display: inline-block;
    filter: invert(77%) sepia(5%) saturate(1428%) hue-rotate(352deg) brightness(85%) contrast(93%);
}

/* LINE AFTER TEXT */
.intro-label::after {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 1px;
    background: #e1b6a7;
}


/* Images */
.intro-images {
   text-align:center;
}

.intro-images img {
    width: 100%;
  
}


.zick-zack-sac {
    padding:4rem 0;
}
.zick-zack-sac.our-themess{
    padding-bottom: 0;
}

.zick-zack-sac.our-themess p{
    margin:0;
}

.zick-zack-sac.our-themess .btn-appointment{
        margin-top: 20px;
}

.zick-zack-sac.theme-seb{
      padding: 0 0 2rem;
}

/* IMAGE */
.first-zack-img {
    position: relative;
    /*max-width: 520px;*/
    height:100%;
}

.first-zack-img img {
    width: 100%;
    display: block;
}


.first-zack-img::after {
  
   position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    content: "";
    border: 1px solid #fff;
    z-index: 1;
}

.zack-content .sec-big-title {
    font-family: 'Monallesia Script', cursive;
    font-size: 29px;
    font-style: normal;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px;
}

.zack-date {
    display: block;
    font-size: 16px;
    color: #d4a7c6;
    margin-bottom: 20px;
}


.first-zack-img {
    overflow: hidden;         
    
}

.first-zack-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease; 
}

.first-zack-img:hover img {
    transform: scale(1.08);    
}
.zick-zack-sac .section-title .sec-big-title {
    text-align:center;
    
}

.zick-zack-sac .section-title{
    margin-bottom:30px;
}

.left-zack-img {
    margin-right: 35px;
}

.right-zack-img {
        margin-left: 35px;
}

/* TOP FILTER STYLES */
.top-filter {
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.filter-left {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.selected-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.selected-btn:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.2s;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    min-width: 200px;
    z-index: 1050;
}

.dropdown-menu li {
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f1f3f4;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li:hover {
   background: #f6f1ea54;
    
}
.first-zack-img img, .left-zack-img img{
    padding-left:1px
}
.our-main-link{
    margin-top: 84px;
}

.decor-link{
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    text-decoration:none;
    color:#111;
    position:relative;
    display:inline-block;
}

.decor-link::after{
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background: #e1b6a7;
}
.intro-decor-sec {
    padding: 5rem 0;
    position: relative;
}

.intro-decor-sec p {
    /*margin: 0 0 0 26px;*/
    text-align: justify;
}

.intro-decor-sec .decorr-boxxx {
    position: relative;
}

.intro-decor-sec .decorr-boxxx::before {
    content: '';
    position: absolute;
    top: -46px;
      left: -20%;
    width: 80%;
    height: 119%;
    background-color: #f5efe7;
    z-index: 0;
    border-radius: 4px; 
}

.intro-decor-sec .decorr-boxxx img {
    position: relative;
    z-index: 1;
    width:100%;
    display: block;
}
.intro-decor-sec .comon-right{
 margin-left:20px
}
.best-decor-cali {
    padding: 2rem 0 5rem;
}

.best-decor-cali .decore-traills img {
transition: opacity 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
}

.best-decor-cali .decore-traills img:hover {
  opacity: 0.8;
}
.best-decor-cali .decore-traills h4{
  font-size: 21px;  
  text-align:center;
}
.best-decor-cali .decore-traills p{
    margin:0;
    text-align:center;
}
.best-decor-cali .row{
    row-gap:40px
}
.decor-types-califorrr{
padding:3rem 0 5rem;
position:relative;
overflow:hidden;
}
.decor-types-califorrr::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 73%;
    top: 21%;
    background: #d9b4a630;
    z-index: -1;
}

.decor-types-califorrr .our-decorr-points{
margin-left:auto;
width:94%;
}
.decor-types-califorrr .decor-card{
position:relative;
overflow:hidden;
}
.decor-types-califorrr .decor-card img{
width:100%;
object-fit:cover;
padding-left:3px;
height:auto;
}
.decor-types-califorrr .decor-overlay{
position:absolute;
left:0;
bottom:-100%;
width:100%;
padding:30px;
color:#fff;
background:linear-gradient(to top,rgba(0,0,0,0.75),transparent);
transition:.4s ease;
}
.decor-types-califorrr .decor-card:hover .decor-overlay{
bottom:0;
}
.decor-types-califorrr .decor-overlay h4{
font-size:20px;
margin-bottom:8px;
}
.decor-types-califorrr .decor-card:hover .decor-overlay p{
color:#fff;
}
.decor-types-califorrr .decor-overlay p{
margin:0;
font-size:16px
}
.decor-types-califorrr .decor-pagination{
text-align:left;
margin-top:15px;
}
.decor-types-califorrr .decor-pagination .swiper-pagination-bullet{
width:8px;
height:8px;
background:#8d8d8d;
opacity:.6;
margin:0 8px;
}
.decor-types-califorrr .decor-pagination .swiper-pagination-bullet-active{
opacity:1;
background:#000;
}
.decorrr-typess-calii{
    padding:3rem 0;
    position:relative;
    background-color:#f5efe7;
}
.decorrr-typess-calii .decor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 11px;
    /*margin-bottom:99px;*/
}
.decorrr-typess-calii .decor-left,
.decorrr-typess-calii .decor-right{
    height:100%;
}


.decorrr-typess-calii .decor-left img, .decorrr-typess-calii .decor-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    padding-left: 2px;
}
.decorrr-typess-calii .decor-middle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
/*.decorrr-typess-calii .row{*/
/*    align-items:center;*/
/*}*/
.decorrr-typess-calii .decor-middle img{
width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    padding-left: 3px;
}
.decorrr-typess-calii .decor-accordion .accordion-item{
    border:0;
    background-color:#f5efe7;
    border-bottom:1px solid #d6d0c8;
    margin-bottom:12px;
}
.decorrr-typess-calii .decor-accordion .accordion-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}
.decorrr-typess-calii .decor-accordion .accordion-button{
    background-color:#f5efe7;
    border:none;
    box-shadow:none;
    font-weight:600;
    font-size:18px;
    padding:16px 35px 16px 0;
    position:relative;
}
.decorrr-typess-calii .decor-accordion .accordion-button:focus{
    box-shadow:none;
}
.decorrr-typess-calii .decor-accordion .accordion-button::after{
    display:none;
}
.decorrr-typess-calii .decor-accordion .accordion-button.collapsed::before{
    content:"+";
    position:absolute;
    right:0;
    font-size:22px;
}
.decorrr-typess-calii .decor-accordion .accordion-button:not(.collapsed)::before{
    content:"−";
    position:absolute;
    right:0;
    font-size:22px;
}
.decorrr-typess-calii .accordion-button:not(.collapsed) {
    color: #000;
}
.decorrr-typess-calii .decor-accordion .accordion-body{
    background-color:#f5efe7;
    padding:0 0 18px 0;
    line-height:1.7;
}
.typsee-scc{
      font-size:25px;
      margin:0 0 15px;
    font-family: 'Monallesia Script'
}

.how-perfect-decorrr{
padding:2.5rem 0;
 position:relative;

}
.how-perfect-decorrr .sec-big-title{
font-size:29px;
margin:0 0 22px;
}
.best-appel{
    font-family:'Monallesia Script';
    font-size:24px;
    margin-bottom:26px;
}
.how-perfect-decorrr .decor-sticky{
position:sticky;
top:120px;
}
.decor-sticky img{
    width:100%;
}
.how-perfect-decorrr .decor-sticky p{
    margin:20px 0 0;
}
.how-perfect-decorrr .decorSwiper img{
width:100%;
height:420px;
object-fit:cover;
}
.how-perfect-decorrr .decor-steps{
display:flex;
flex-direction:column;

 margin-left: 33px;
}
.how-perfect-decorrr .decor-step{
display:flex;
gap:25px;
align-items:flex-start;
margin-bottom:30px;
}
.how-perfect-decorrr .step-number {
    background: #d9b4a6;
    color: #fff;
    width: 86px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}
.how-perfect-decorrr .decor-step h4{
font-size:21px;
margin-bottom:10px;
}
.how-perfect-decorrr .decor-step p{
line-height:1.7;
margin:0;
}
.how-perfect-decorrr .swiper-pagination-bullet{
    background: rgb(217, 180, 166);
    opacity:1;
    width:8px;
    height:8px;
}
.how-perfect-decorrr .swiper-pagination-bullet-active{
    background: #fff;
}

.how-perfect-decorrr .swiper-button-prev,
.how-perfect-decorrr .swiper-button-next{
    color:#ffffff;
}

.how-perfect-decorrr .swiper-button-prev::after,
.how-perfect-decorrr .swiper-button-next::after{
    font-size:20px;
}

.intro-detail-sec .swiper-button-prev,
.intro-detail-sec .swiper-button-next{
    color:#ffffff;
}

.intro-detail-sec .swiper-button-prev::after,
.intro-detail-sec .swiper-button-next::after{
    font-size:20px;
}

.intro-detail-sec .swiper-pagination-bullet{
    background: rgb(217, 180, 166);
    opacity:1;
    width:8px;
    height:8px;
}

.intro-detail-sec .swiper-pagination-bullet-active{
    background:#fff;
}

/*.introswiperrr .swiper-button-next, */
/*.introswiperrr .swiper-button-prev {*/
/*    z-index: 10; */
/*    cursor: pointer; */
/*    pointer-events: auto; */
/*}*/

.decor-why-seccc {
    padding:0 0 4rem;
    position:relative;
}
.decor-why-seccc .common-whyyy img{
    margin:0 0 10px;
}
.decor-why-seccc  .common-whyyy h4{
    font-size: 20px;
    font-weight: 400;
width: 85%;
    margin: 0 auto;
}
.decor-why-seccc .row{
      row-gap: 50px;
}

.lid-pointsd{
    padding: 0;
    list-style-type:none;
}
.lid-pointsd li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}
.lid-pointsd li:before {
    position: absolute;
  content: "\f14b";
    font-size: 15px;
    width: 22px;
    height: 22px;
    text-align: center;
    left: 0;
    top: 4px;
    line-height: 22px;
    background: #d9b4a6;
    color: #fff;
    border-radius: 50%;
    font-family: flaticon_normal-icon !important;
}

.decorrr-typess-calii .row{
      margin-top: 4.5rem;
}
.decorrr-typess-calii .row:nth-child(2){
    margin-top: 1.5rem;
}
.decorrr-typess-calii .row.align-items-center.our-energy{
  margin-top: 0;
}

.main-sec-title{
    font-size:22px;
    margin:15px 0 15px;
    position: relative;
    padding-left:20px;
}

.main-sec-title::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:100%;
    background:#d9b4a6;
}

.custom-design ul ,.accoerd-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-design ul li ,.accoerd-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.6;
    color:#666666;
}

.custom-design ul li::before , .accoerd-list li:before {
    content: "\f14b";
    font-family: "flaticon_normal-icon";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
}

.make-a-perfect {
    padding-bottom:4rem;
    padding-top:1rem;
}

.wedding-decors {
 padding-top:4.5rem;   
}

.spl-wedding {
    font-size: 25px;
    margin: 20px 0 15px;
    line-height:1.6;
    font-family: 'Monallesia Script';
}

.decorrr-typess-calii.weddin-zick .row {
    margin-top: 2.5rem;
}

.spl-wedding-sec .impact-sec p {
   
    max-width: 100%;
}

.spl-wedding-sec .swiper-slide{
    height: auto;
    display: flex;
    align-items: flex-start;
}

.spl-wedding-sec .impact-sec{
    width: 100%;
}

.spl-wedding-sec .contentSwiper{
    height: auto;
}

.spl-wedding-sec .imageSwiper{
    height: 100%;
}

.spl-wedding-sec .imageSwiper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.spl-wedding-sec .sec-big-title {
    font-size:35px;
}

.main-sec-cate {
    padding:2rem 0;
}

.decor-step .desc{
    padding-top:15px;
}

.why-main-sec {
    padding:4rem 0;
    position: relative;
    background-color: #f5efe7;
}
.maintain-sec {
    padding-bottom:3rem;
}
.destination-img img{
    border-radius:8000px 8000px 0 0;
}

.destination-img {
    text-align: center;
}

.secondary-sec {
    padding-bottom:4rem;
}

.maintanin-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-intro-sec {
    padding:4rem 0;
}

.founder-main-sec {
    padding:3rem 0;
    background:#f6f1ea;
}
.maon-tro-sec {
    padding:2.5rem 0;
}

.wedding-decoration {
    background:#fff !important;
     padding:2.5rem 0 !important;
}

.wedding-decoration .spl-wedding {
    margin:25px 0;
}

.wedding-decoration .row{
    justify-content:center;
    row-gap:30px
}

.accoerd-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

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

.wedding-decor-sec {
    padding:4rem 0 !important;
}

.dazz-form {
    padding:2.5rem 0;
}


.form-group select option {
    color: #000; /* dropdown list text */
}