
.abouthero {
  height: 600px;
  position: relative;
  overflow: hidden;
}


.blurred-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/abouthero.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5.5px);
  z-index: 0;
}

.icon-section1 {
display: flex;
flex-direction: column;
align-items: center;
margin-top: -50px;
/* margin-top: -800px; */
margin-left: 1200px;
margin-top: -550px;


}
.images_sec{
margin-top: -200px;
}

.vertical-line {
height: 300px;
width: 1px;
background-color: #ccc;
}

.social-icons1 {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
margin-top: 20px;
}

.social-icons1 i {
font-size: 20px;
color: #000;
cursor: pointer;
transition: color 0.3s;
}

.social-icons1 i:hover {
color: #555;
}




.about_sec {
  position: relative;
  z-index: 1;
 padding-top: 200px;
}
.about_sec .head{
  font-size: 66px !important;
  line-height: 76px !;
  letter-spacing: .5px !important;
  font-family: 'Lufga-SemiBold' !important;
 padding-top: 50px;
}

.about_sec{
width: 75%;
}


.carousel-container {
position: relative;
width: 90%;
max-width: 1000px;
overflow: hidden;
padding: 60px 0;
}

.carousel-track {
display: flex;
transition: transform 0.5s ease-in-out;
align-items: center;
}
.carousel-card {
min-width: 300px;
margin: 0 20px;
opacity: 1;
border-radius: 20px;
overflow: hidden;
transform: scale(0.9) translateY(1px); /* set baseline */
box-shadow: 0 5px 15px rgba(49, 49, 49, 0.104);
transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.carousel-card img {
width: 100%;
display: block;
border-radius: 20px;
}

.carousel-card.active {
transform: scale(1.1) translateY(15px); /* slide down */
opacity: 1;
z-index: 2;
box-shadow: 0 5px 15px rgba(49, 49, 49, 0.104);
}


.carousel-dots {
display: flex;
justify-content: center;
margin-top:5px;
}

.carousel-dots span {
width: 1px;
height: 1px;
margin: 0px 5px;
border-radius:10%;
background-color:#FFFBEF;
padding: 2px 12px;
cursor: pointer;
}

.carousel-dots .active-dot {
background-color: #f1c40f;
}



/* .banner{
  width: 520px;
height: 130px;
flex-shrink: 0;
border-radius: 13.143px;
background: linear-gradient(180deg, #F6EC8B 0%, #E0AA3D 62.88%, #FAF398 99.99%, #D0A652 100%);
}
.banner_sec h3{
  font-weight:700;
  font-size: 50px;
} */


.banner_sec h6 {
  font-size: 18px;
  font-weight: 500;
}

.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;
 
}
.bg-flowe {
  position: absolute;
  top: -90px;
  left:-120px;
 
  max-width: 350px;
  opacity: 1;
  z-index: -4;
 
}

.bg-flow {
  position: absolute;
  top: -90px;
  /* left:0px; */
  right: 320px;
 align-items: center;
  max-width: 350px;
  opacity: 1;
  z-index: -4;
 
}
.bg_flower{
  position: absolute;
  top:250px;
  left:10px;
 
  max-width: 450px;
  opacity:.6;
  z-index: 1;

}


.banner_sec,.banner_sec h2, h6,.content,.gradient-box {
  position: relative;
  z-index: 1;
}

/* .banner_sec .subHead{
  font-size: 50px;
  font-family: var(--bold);
  font-weight: 600;
} */
.ourmission_banner{
  background-color: #181818;

}
.section{
  font-family: 'Lufga-SemiBold';
  font-size: 45px;
  font-weight: 500;
}
.section .yellow{
  font-family: 'Lufga-SemiBold';
  font-size: 45px;
  font-weight: 500;
}
/* director section */
.direcor_sec{
background: #faecf0;
}

.director-header {
text-align: center;
position: relative;
padding-bottom: 15px;
margin-bottom: 40px;
}

.director-header:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 145px;
height: 3px;
background-color:yellow;
}

.director-section {
position: relative;
text-align: center;
padding: 20px 0;
cursor: pointer;
}

.director-inner {
max-width: 1000px;
margin: 0 auto;
position: relative;
}

.director-image-container {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 15px;
}

.director-image {
width: 40%;
/* height: auto; */
object-fit: cover;
border-radius: 5px;
opacity:.9;
}

.quote-content {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 10px;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
background: #faecf0;
border-radius: 5px;
}

.quote-container {
position: relative;
padding: 0 10px;
max-width: 100%;
margin: 0 auto;
}

.quote-marks {
font-size: 100px;
color: #ddd;
line-height: 0;
position: absolute;
font-family: Georgia, serif;
}

.quote-left {
top: 25px;
left: -12px;
}

.quote-right {
bottom: 0;
right: -15px;
}

.director-quote {
  font-family: 'Lufga-Medium';
  font-style:italic;
margin-bottom: 0;
font-size: 20px;
position: relative;
z-index: 2;
line-height: 1.5;
text-align: center;
}

.director-name {
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
font-size: 1.3rem;
}

.director-position {
color: #666;
font-size: 1rem;
}

/* Animation for vertical slide effect */
.quote-content {
transition: transform 0.5s ease, opacity 0.5s ease;
transform: translateY(0);
opacity:.9;
overflow: hidden;
}

.quote-content.hidden {
transform: translateY(-100%);
opacity: 0;
}


.last_sec .h6, .last_sec .h2{
position: relative;
z-index: 1;
}

/* 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/orch1.svg);
}
.tab3{
background-image: url(../images/blackwhite2.svg);
}

.tab1,.tab2,.tab3{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
/* min-height: 300px; */
color: #fff;
border-radius: 20px;
}

.blur{
background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12.475px);
  border-radius: 20px;
}

.flowerBlur{
min-height: 240px;
}

.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, .floral1{
padding: 5px;
border-radius: 55.604px;

}

.floral{
border: 0.592px solid rgba(235, 202, 99, 0.20);
background: rgba(235, 202, 99, 0.20);
}

.floral1{
border-radius: 55.604px;
border: 0.592px solid rgba(255, 255, 255, 0.20);
background: rgba(199, 199, 199, 0.45);
}

/* Optional: background floral overlay (use real image for production) */
.background-flower {
position: absolute;
top: 30px;
left: 50%;
transform: translateX(-50%);
opacity: 0.1;
z-index: 0;
width: 500px;
}


/* director */





/* review carousel */

/* footer */

/* footer */




/* Main footer */


/* 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;
}
.img img{
width: 80%;
}

.scroll-section {
position: relative;
height: 600px;
overflow: hidden;
background-color: #FFFBEF;
}

.bg-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:500px;
background-image: url('../images/abt_director.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 0.2;
transition: opacity 0.5s ease;
z-index: 0;
}

.content-wrapper {
position: relative;
z-index: 1;
display: flex;
height: 100%;
align-items: center;
justify-content: center;
padding: 0 20px;
text-align: center;
transition: opacity 0.5s ease, transform 0.5s ease;
}

.director-content {
max-width: 700px;
}

.name,
.role {
margin-top: 20px;
}

/* Transition class added by JavaScript */
.fade-out {
opacity: 0;
transform: translateY(-100px);
}

.bg-clear {
opacity: 1 !important;
}


@media only screen and (min-width : 1400px) {


}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
/* .about_sec {
  width: 100% !important;
} */
.about_sec .heading{
  width: 100% !important;
  text-align: center;
  font-size: 70px !important;
  line-height:85px !important;
  margin-top: -40px !important;
}
.about_sec .caption{
  width: 100% !important;
  font-size: 20px !important;
}
.icon-section1{
  margin-left: 1135px;
}
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {

about_sec {
  width: 100% !important;
}
.about_sec .heading{
  width: 100% !important;
  text-align: center;
  font-size: 70px !important;
  line-height:85px !important;
  margin-top: -40px !important;
}
.about_sec .caption{
  width: 100% !important;
}


.reviewSec {
width: 100% !important;
}


.icon-section1 {
display: none;



}


.section .yellow {
  font-size: 39px;
}

.section{
  font-size: 39px;
}

.quote-container{
  padding: 0px 100px;
}

.quote-container p{
  font-size: 18px;
}

.quote-left{
  left: 40px;
}

.quote-right{
  right:40px
}

}

@media only screen and (max-width: 992px) and (min-width : 768px) {
.reviewSec {
  width: 100% !important;
}
.about_sec {
  width: 100% !important;
}
.about_sec .heading{
  width: 100% !important;
  text-align: center;
  font-size: 65px !important;
  line-height:75px !important;
  margin-top: -40px !important;
}
.about_sec .caption{
  width: 100% !important;
  font-size: 16px !important;
}



 /* .bg-flower {
  position: absolute;
  top: -24px;
  left: 200px;
  max-width: 250px;
  opacity: 1;
  z-index: 0;
}  */
 .banner_sec .subHead{
     width: 100% !important;
     font-size: 41px;
     line-height:49px;
     text-align: center;
 }
 .banner_sec .content {
   font-size: 14px;
   line-height: 24px;
   text-align: center;
 }
 .gradient-box{
     padding: 10px 20px;
 }
 
 .gradient-box h3 {
     font-size: 35px;
   }
   
   .gradient-box h5 {
     font-size: 18px;
   }
 
   .bg-flowe,.reviewFlower{
     max-width: 300px;
     top: -40px;
   }
   .reviewSec {
    width: 100% !important;
}
 
.img img{
width:50% ;
}
.ourmission_banner .content{
font-size: 16px;
text-align: center;
}
.ourmission_banner .subHead{
text-align: center;
}

.fourth_banner .subHead {
width: 100% !important;
font-size: 39px !important;
line-height: 49px !important;
text-align: center;
}
.fourth_banner .flowe{
  position: absolute;
  top:10px !important;
  left: 90% !important;
  max-width: 50px !important;
  opacity: 1;
  z-index: -4;
  display: none !important;
}
.fourth_banner .content{
  font-size: 16px ;
  text-align: center;
}


.carousel-inner .carousel-item .d-flex {
  flex-direction: column; /* stack vertically */
  align-items: center; /* center-align SVG + text */
  text-align: center;
  padding: 0 20px;
}

.carousel-inner svg {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.carousel-inner .content {
  width: 100%;
  margin-left: 0 !important;
  font-size: 1rem;
}

.bg-flowe{
position: absolute;
top: -24px;
left: 250px;
max-width: 250px;
opacity: 1;
z-index: 0;
}

.icon-section1 {
display: none;
 
}
.ourmission_banner .section{
text-align: center !important;
}

.director-quote {
  font-family: 'Lufga-Medium';
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.quote-container{
  padding: 0px 100px;
}

.quote-left{
  left: 40px;
}

.quote-right{
  right:40px
}
}




@media only screen and (max-width: 768px) {
  
.director-quote {
  font-family: 'Lufga-Medium';
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
.reviewSec {
  width: 100% !important;
}
.reviewSec .quote{
width: 37px;

}

.reviewer {
justify-content     : center !important;
}

.reviewSec .carousel-item {
min-height: 250px;
}
    
.ourmission_banner .section{
text-align: center !important;
}
.about_sec {
width: 100% !important;
}
.about_sec .heading{
width: 100% !important;
text-align: center;
font-size: 65px !important;
line-height:75px !important;
margin-top: 22px !important;
}
.about_sec .caption{
width: 100% !important;

}

.banner_sec .tag{
text-align: center !important;
}
/* .bg-flower {
position: absolute;
top: -24px;
left: 200px;
max-width: 250px;
opacity: 1;
z-index: 0;
} */
.banner_sec .subHead{
   width: 100% !important;
   font-size: 41px;
   line-height:49px;
   text-align: center;
}
.banner_sec .content {

 text-align: center;
}


.bg-flower,.reviewFlower{
left: 50%;
transform: translate(-50%,-50%);
max-width: 300px;
top: 80px;
}



.gradient-box h3 {
font-size: 35px;
}

.gradient-box h5 {
font-size: 18px;
}


/* .quotes {
/* margin-bottom: 15px; */
*/

.secQuote {
margin-top: 15px;
max-width: 30px;
}

.container.w-75 {
width: 90% !important;
}




.footerTop h2{
font-size: 57px;
}
.footerJoin{
width: 55%;
}


.icon-section1 {
display: none;
 
}
.bg_flower{
  max-width: 200px;
}

.quote-container{
  padding: 0px 60px;
}

.quote-left{
  left: 20px;
}

.quote-right{
  right:20px
}
}
@media only screen and (max-width : 576px) {

.about_sec {
width: 100% !important;
}
.about_sec .head{
width: 100% !important;
text-align: center;
font-size: 35px !important;
line-height: 45px !important;
margin-top: 5px !important;
}

.about_sec .capt{
width: 100% !important;
font-size: 14.5px !important;
}

.carousel-container {
  padding: 60px 0px !important;
}

.images_sec{
margin-top: -180px !important;
}


/* footer */
.footerTop h2{
    font-size: 40px;
}
.footerJoin{
    width: 100%;
}
.footerInfo{
    justify-content: flex-start;
    gap: 10px;
}
.footerContent{
    padding: 20px;
}
.wrapper{
    order: 1;
}

.banner_sec .tag{
 text-align: center !important;
}

.banner_sec .subHead{
    width: 100% !important;
    font-size: 39px;
    line-height:47px;
    text-align: center;
}
.banner_sec .content {

  text-align: center;
} 
.bg-flower,.reviewFlower{
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 266px !important;
    top: 60px;
}


  
  .gradient-box h3 {
    font-size: 30px;
  }
  
  .gradient-box h5 {
    font-size: 16px;
  }
.ourmission_banner h4 ,.ourmission_banner .yellow{
font-size: 35px !important;
text-align: center;
}
.ourmission_banner .content{
font-size: 16px;
text-align: center;
}
.img img{
width: 100% !important;
padding-left: 15%;
}
.fourth_banner .subHead {
width: 100% !important;
font-size: 39px !important;
line-height: 49px !important;
text-align: center;
}
.fourth_banner .flowe{
position: absolute;
top: -10px !important;
right: 200px;

max-width: 350px;
opacity: 1;
z-index: -4;
}
.fourth_banner .content{
font-size: 16px ;
text-align: center;
}
.direct{
width: 100%;
display: block !important;
}
.directSec {
padding: 60px 15px 60px 15px;
}

.container.w-75 {
width: 100% !important;
padding: 0 15px;
}

.d-flex.align-items-start {
flex-direction: column;
align-items: center !important;
text-align: center;
}

.quotes,
.secQuote {
width: 25px;
height: auto;
margin-bottom: 10px;
}

.secQuote {
margin-top: 10px;
}

.content {
font-size: 0.95rem;
line-height: 1.6;
padding: 0 10px;
}

.name {
padding: 50px 15px;
}

.name h5,
.name h6 {
font-size: 1rem;
}
.testimonial_sec h2{
font-size: 44px !important;
line-height: 54px !important;
}



.carousel-inner svg {
width: 60px;
}

.carousel-inner .content {
font-size: 0.95rem;
line-height: 1.5;
}

.carousel-indicators button {
width: 10px;
height: 10px;
}

.footerTop h2{
font-size: 55px;
}
.footerJoin{
width: 65%;
}
.banner_box{
display: flex;
justify-content: center;
align-items: center;
}
.icon-section1 {
display: none;

}
/* 
.directSec::before {
content: "";
position: absolute;
inset: 0;
background-image: url('../images/abt_director.svg');
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
opacity: 0.2; 
z-index: 0;
} */

.quote-marks {
font-size: 3rem;
}
.quote-container {
padding: 0 30px;
max-width: 100%;
}

.decoration {
width: 50px;
height: 50px;
top: 80px;
}

.reviewSec .quote{
width: 37px;
}

.reviewer {
justify-content: center !important;
}
.quote-marks {
font-size: 3rem;
}
.quote-left {
left: -10px;
} 
.quote-right {
right: -10px;
}



.quote-container {
padding: 0 5px;
max-width: 90%;
}

.director-image-container {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 15px;
}

.director-image {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 5px;
opacity: 0.9;
}

.quote-content {

padding: 2px;


}

.bg_flower{
  left: 6%;
  transform: translate(50%, 50%);
  max-width: 156px;
  top: -97px;
  }

  .reviewSec{
    height: 475px;
   }

   .about_sec {
    padding-top: 150px;
   }
  
}
  

