.homeHero {
  background-image: url(../images/floralBg.svg);
  /* height: 100vh; */
  background-position: center;
  background-size: cover;
  position: relative;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.order-btn {
  display: flex;
  width: 340px;
  padding: 25px 50px;
  justify-content: center;
  align-items: center;
  gap: 11.075px;
  background-color: #fff;
  font-weight: 600;

  font-size: 20px;
  border-radius: 25px;
  border: 1.108px solid #151515;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: absolute;
  top: 634px;
  right: 15px;
  z-index: 15;
}

.order-btn:hover {
  background-color: #f5f5f5;
}

.heroContent {
  display: flex;
  position: relative;
  text-align: start;
  padding-top: 100px;
  padding-bottom: 160px;
  color: #FFF;
}


.heroContent h3 {
  font-size: 45px;
  font-family: 'Lufga-SemiBold';
  margin-bottom: 0;

}

.heroContent h1 {
  padding-left: 0 !important;
  font-size: 260px;
  line-height: 150px;
  padding-bottom: 30px;
  padding-top: 20px;
  text-indent: -10px;
}

.heroContent h1 span,
.heroContent h1 {
  font-family: 'Lufga-ExtraBold';
}

.petal {
  position: absolute;
  top: 28%;
  right: 24.2%;
  height: 280px;
}

.caption {
  width: 50%;
  font-size: 18px;
  font-family: 'Lufga-Medium';
}


/* bouquet sec */

.bouquetSec h3 {
  font-family: 'Lufga-ExtraBold';
  font-size: 40px;
  line-height: 42px;
  position: relative;
}

.bouquetSec h4 {
  font-size: 35px;
  font-family: 'Lufga-Medium';
}

.tab-contents.active {
  display: block;
}

.tab-contents {
  display: none;
}

.tabBtn .tab {
  border: 1px solid #000;
  font-size: 20px;
  font-family: 'Lufga-Medium';
  color: #000;
  border-radius: 49.106px;
  background-color: transparent;
  padding: 10px 25px;
  margin-right: 20px;
}

.tabBtn .tab.active {

  border: none;
  color: #FFF;
  background: linear-gradient(90deg, #F6EC8B 0.1%, #E0AA3D 50.1%, #D0A652 100.1%, #FAF398 100.1%);
}





/* --- */

.image-wrapper {
  border-radius: 20px;
  border: 2px solid white;
  overflow: hidden;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.gradient-box {
  background: linear-gradient(180deg, #F6EC8B 0%, #E0AA3D 62.88%, #FAF398 99.99%, #D0A652 100%);
  border-radius: 15px;
  padding: 25px 10px;
  /* width: 100%; */
  max-width: 520px;
}

.gradient-box h3 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.gradient-box h5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.bg-flower {
  position: absolute;
  top: -80px;
  left: 0;
  right: 2;
  max-width: 350px;
  opacity: 1;
  z-index: 0;

}

.banner_sec,
.banner_sec h2,
h6,
.content,
.gradient-box {
  position: relative;
  z-index: 1;
}



/*Quality Sec  */


.qualityHead {
  width: 75%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



/* bride img */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: spin 6s linear infinite;
}


.icons {
  background: #EBCA63;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.truck {
  color: #FFF;
}

.custom {
  border-radius: 36px;
  /* background: #c18989; */
  width: max-content;
  padding: 4px 15px 4px 4px;
  font-size: 13px;
  background-color: #FFF;
}

/* .brideImg{
    position: relative;
  } */

.brideImg .one {
  position: absolute;
  right: 0;
  top: 43%;
}

.brideImg .two {
  position: absolute;
  left: 10%;
  top: 72%;
  z-index: 1;
}

.rotate {
  position: absolute;
  left: 10%;
  top: 75%;

}

/* review carousel */

.custom-indicators {
  position: absolute;
  display: flex;
  gap: 8px;
  justify-content: start;
}

.custom-indicators button {
  width: 10px !important;
  height: 5px !important;
  border-radius: 30px !important;
  background-color: #ddd !important;
  border: none;
  transition: all 0.3s ease;
  opacity: 0.5;
  border: none !important;
}

.custom-indicators button.active {
  border-radius: 30px !important;
  width: 30px !important;
  background-color: #cdd7ca;
  /* soft greenish-gray tone like in the screenshot */
  opacity: 1;
}

.testimonial-text {
  font-size: 1.25rem;
  color: #333;
  text-align: left;
}

.testimonial-author {
  text-align: left;
  margin-top: 20px;
}

.testimonial-author .name {
  font-weight: bold;
}

.testimonial-author .role {
  color: #888;
  font-size: 0.9rem;
}

.reviewSec .quote {
  width: 110px;
}

.reviewSec .carousel-item {
  min-height: 200px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviewer h6 {
  font-family: "Lufga-Medium";
  font-size: 17px;
}

.reviewer span {

  font-size: 14px;
  color: rgba(30, 30, 30, 0.50);

}

.reviewFlower{
position: absolute;
max-width: 350px !important;
bottom: -50px;
}

/* products */
.productCard {
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  border-radius: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flwrImg {
  padding: 10px;
}

.proCardTxt {
  padding: 0 10px 10px 10px;
}

.proCardTxt h4 {
  font-size: 23px;

  font-family: 'Lufga-Medium';
}

.proCardTxt h5 {
  color: #959595;
  font-size: 14px;
  /* font-family: 'Lufga-Medium'; */

}

.proCardTxt h6 {
  color: #000;
  font-size: 14px;
  letter-spacing: -0.419px;
  font-family: 'Lufga-Bold';

}

.swiper-pagination {
  position: relative !important; /* Ensure it doesn't overlay carousel */
  margin-top: 30px !important;   /* Space above dots */
  text-align: center !important; /* Center the bullets */
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e4e6ea;
  border-radius: 999px;
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #e6c14d;
}
/* product sec */

.tab1{
  background-image: url(../images/orchids1.svg);
}

.tab2{
  background-image: url(../images/flo1.svg);
}
.tab3{
  background-image: url(../images/flow2.svg);
}

.tab1,.tab2,.tab3{
  position: relative;
  /* background-image: url('/path-to-image.png'); update this path */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.tab1:hover,.tab2:hover,.tab3:hover{
  filter: grayscale(0%);
}


.tab1,.tab2,.tab3{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* min-height: 300px; */
  color: #fff;
  border-radius: 20px;
}

.tab1:hover .blur,.tab2:hover .blur,.tab3:hover .blur{
  background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12.475px);
    border-radius: 20px;
    transition: all 0.5s ease;
}

.flowerBlur{
 min-height: 300px;
}

.tabBottom{
  border-top: 1px solid #FFF;
}

.tabHead{
  font-family: "Lufga-Bold";
  font-size: 37px;
}

.flowerBlur p{
  font-size: 15px;
}

.tab_Btn,.tab_Btn1{
color: #FFF;
font-size: 12px;
  border-radius: 34.309px;
gap: 5px;
display: flex;
align-items: center;
padding: 0px 20px 0px 0px;

}

.tab_Btn{
  border: 0.592px solid #EBCA63;
  background: rgba(235, 202, 99, 0.20);
  backdrop-filter: blur(4.140726566314697px);
}

.tab_Btn1{
  border-radius: 34.309px;
  border: 0.592px solid #fff;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(4.140726566314697px);
}


.floral{
  border: 0.592px solid rgba(235, 202, 99, 0.20);
  background: rgba(235, 202, 99, 0.20);
  padding: 5px;
  flex-shrink: 0;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


.floral i{
  font-size: 27px;
}

/* faq */
/* 
.faq-container {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  position: relative;
  transition: background 0.3s;
}

.faq-item:hover {
  background-color: #f9f9f9;
}

.faq-question {
  font-weight: bold;
  cursor: default;
  position: relative;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  font-size: 0.95rem;
  margin-top: 10px;
}

.faq-item:hover .faq-answer {
  max-height: 100px;
  opacity: 1;
} */
.faqHead{
  width: 65%;
}

.faq-container {
  width: 60%;
}

.faq-box {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px;
  transition: background 0.3s ease;
  cursor: pointer;
  margin-bottom: 15px;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-text {
  font-size: 1.7rem;
  font-family: "Lufga-ExtraBold";
}

.faq-icon {
  flex-shrink: 0;
  border: 2px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}

.faq-icon svg {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  font-size: 1rem;
}

.faq-answer p {
  font-family: "Lufga-SemiBold";
  font-size: 17px;
}

/* For Desktop: Hover effect */

  .faq-box:hover {
    background-color: #f9f9f9;
  }

  .faq-box:hover .faq-answer {
    max-height: 150px;
    opacity: 1;
    padding-top: 15px;
  }

  .faq-box:hover .faq-icon svg {
    transform: rotate(-80deg);
  }

.productCard{
  margin: 5px;
}

.videoSec{
  width: 60%;
}

.video-container {
  transition: padding-top 0.4s ease;
}

.video-container.playing {
  padding-top: 60px;
}

.video-wrapper {
  position: relative;
  /* width: 700px */
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.video-wrapper.playing {
  transform: scale(1.3);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.control-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.control-button .icon{
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper.playing .control-button {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper.playing:hover .control-button {
  opacity: 1;
  pointer-events: all;
}

.icon svg{
  height: 60px !important;
  width: 60px !important;
}
