/*---------------------------------------------------------------

        Template Name: Florestaura | Elegant Flower Shop & Floral Arrangements
        Description: Florestaura is a beautifully designed flower shop template offering fresh bouquets, event floral decor, and gift arrangements. Perfect for florists, flower boutiques, and online flower delivery services.
        Author: Lucid ThemesLab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 1.0.0
----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

[data-faura-theme="faura_light"] {
  /* bg colors */
  --body-color: #FFFFFF;
  --alt-color: #fff0ee;
  --alt-gradient:linear-gradient(135deg, #ffdfd8, #fffffe);
  --primary-color: #e76f51;
  --primary-rgb: 231, 111, 81;
  --secondary-color: #0a1b57;
  --dark-color: #4b3b0f;
  --card-color: #ffffff;
  --input-bg: #fff1ee;
  --input-text: #000000;
  --accent: #ff6b81;
  --accent-2: #ffb199;
  --overlay: rgba(0, 0, 0, 0.35);
  --max-width: 1200px;
  --radial-start: rgba(255, 229, 223, 0.945);
  --radial-end: rgba(255, 229, 223, 0);
  --preloader-bg:linear-gradient(135deg, #FFEBF6, #ffdce1, #ddfff6);

  --hero-bg: rgba(255, 255, 255, 0.14);
  --hero-border: rgba(255, 255, 255, 0.25);
  --hero-glow: rgba(255, 255, 255, 0.15);
  --hero-overlay: rgba(1, 33, 39, 0.50);
  /* light overlay *

  /* text-colors */
  --white-text: #ffff;
  --prime-text: #c9611c;
  --heading-text: #381209;
  --para-text: #353536;

  /* Font Family */
  --primary-font:"Playfair Display", serif;
  --secondary-font:"Poppins", sans-serif;
}

[data-faura-theme="faura_dark"] {
  /* bg colors */
  --body-color: #18100d;
  --alt-color: #402316;
  --alt-gradient:linear-gradient(135deg, #3e230f, #42221b);
  --primary-color: #e76f51;
  --primary-rgb: 231, 111, 81;
  --secondary-color: #0a1b57;
  --dark-color: #4b3b0f;
  --card-color: #6a4639;
  --input-bg: #4d2d21;
  --input-text: #dadada;
  --accent: #ff6b81;
  --accent-2: #ffb199;
  --overlay: rgba(0, 0, 0, 0.35);
  --max-width: 1200px;
  --radial-start: rgba(255, 255, 255, 0.322);
  --radial-end: rgba(255, 255, 255, 0); 
  --preloader-bg:linear-gradient(135deg, #412841, #462b30, #27423c);   

  --hero-bg: rgba(255, 255, 255, 0.14);
  --hero-border: rgba(255, 255, 255, 0.25);
  --hero-glow: rgba(255, 255, 255, 0.15);
  --hero-overlay: rgba(1, 33, 39, 0.50);
  /* light overlay *

  /* text-colors */
  --white-text: #ffff;
  --prime-text: #c9611c;
  --heading-text: #ffffff;
  --para-text: #f0f0f0;

  /* Font Family */
  --primary-font:"Playfair Display", serif;
  --secondary-font:"Poppins", sans-serif;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

body {
  font-family:    "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: var(--body-color);
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.fs-0 {
  font-size: 0px;
}

/* Background-Color*/

.body-color {
  background-color: var(--body-color) !important;
}

.primary-color {
  background-color: var(--primary-color) !important;
}

.secondary-color {
  background-color: var(--secondary-color) !important;
}

.alt-color {
  background-color: var(--alt-color) !important;
}

.white-color {
  background-color: var(--white-color) !important;
}

.form-color {
  background-color: var(--form-color) !important;
}

.card-color {
  background-color: var(--card-color) !important;
}

.danger-color {
  background-color: var(--danger-color) !important;
}

/* Text-Color*/

.primary-text {
  color: var(--primary-color);
}

.heading-text {
  color: var(--heading-text);
}

.para-text {
  color: var(--para-text);
}

.white-text {
  color: var(--white-text);
}

.form-text {
  color: var(--form-text);
}

.secondary-text {
  color: var(--secondary-text);
}

.danger-text {
  color: var(--danger-text);
}

.primary-font{
  font-family: var(--primary-font);
}

.secondary-font{
  font-family: var(--secondary-font);
}

/* Button Style */
.mx-70 {
  max-width: 750px;
}

/* ===== Header Sticky Styling ===== */
.header {
  transition: 0.4s ease;
}

.header-scrolled {
  background: var(--card-color) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Navbar Links */
.nav-link {
  color: var(--heading-text) !important;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
  display: inline-block; /* important fix */
}

.nav-link.active,
.nav-link:hover {
  color: var(--primary-color) !important;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;  /* now fits text only */
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.primary-btn {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border: none;
  box-shadow: 0 6px 18px rgba(255, 107, 129, 0.18);
  background: linear-gradient(270deg, var(--accent), var(--accent), var(--accent-2), var(--accent));
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  /* transition: 0.3s ease-in; */
}

/* Linear gradient animation */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Optional hover effects */
.primary-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 107, 129, 0.35);
}

.primary-btn:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 4px 12px rgba(255, 107, 129, 0.2);
}

.top-bar .social-links a:hover {
  color: var(--primary-color);
}

/* ========== Social Links ========== */
.social-links-top a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--card-color);
  color: var(--primary-color);
  margin-right: 8px;
  transition: 0.3s ease;
}

.social-links-top a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Hero container */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero .splide__slide {
  min-height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  transition: transform var(--transition-speed) ease-in-out;
}

/* Background image layer */
.slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  filter: contrast(1.02) saturate(1.05);
}

.bg-1{
  background: url(../../assets/banner_img/bg_01.webp);
}

.bg-2{
  background: url(../../assets/banner_img/bg_02.webp);
}

.bg-3{
  background: url(../../assets/banner_img/bg_03.webp);
}

/* dark overlay to improve text contrast */
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--overlay));
  z-index: 1
}

/* Content area */
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  width: 100%;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
}

.hero-text {
  max-width: 720px
}

.hero h1 {
  font-size: clamp(28px, 5vw, 56px);
  line-height: 1.02;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em
}

.hero p {
  margin: 0 0 20px;
  font-size: clamp(14px, 1.7vw, 18px);
  opacity: 0.95
}

.cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

/* optional right visual (flower card) */
.hero-media {
  margin-left: auto;
  display: none;
  align-items: center;
}

.flower-card {
  width: 260px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.212), rgba(44, 39, 39, 0.26));
  backdrop-filter: blur(6px);
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Fix: responsive dynamic images — no cutting */
.flower-card img {
  width: 100%;
  height: auto;                
  aspect-ratio: 1 / 1;        
  object-fit: contain;       
  background: #ffffff15;     
  border-radius: 12px;
  padding: 6px;              
}

.flower-card .meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9)
}

/* petals animation (decorative, pointer-events none) */
.petal {
  position: absolute;
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 107, 129, 0.95) 40%, rgba(255, 107, 129, 0.3) 60%);
  border-radius: 50% 50% 60% 40%/60% 60% 40% 40%;
  transform: rotate(-25deg);
  opacity: 0.9;
  pointer-events: none;
  z-index: 3
}

/* different animation variations */
@keyframes floatDown {
  0% {
    transform: translateY(-40px) rotate(-15deg);
    opacity: 0
  }

  10% {
    opacity: 1
  }

  100% {
    transform: translateY(380px) rotate(45deg);
    opacity: 0
  }
}

.petal.p1 {
  left: 10%;
  animation: floatDown 10s linear infinite;
  animation-delay: 0s
}

.petal.p2 {
  left: 30%;
  animation: floatDown 12s linear infinite;
  animation-delay: 2s;
  width: 20px;
  height: 20px
}

.petal.p3 {
  left: 60%;
  animation: floatDown 11s linear infinite;
  animation-delay: 5s
}

.petal.p4 {
  left: 80%;
  animation: floatDown 13s linear infinite;
  animation-delay: 3s;
  width: 18px;
  height: 18px
}

/* responsive */
@media (min-width:1000px) {
  .hero-inner {
    padding: 64px 40px
  }

  .hero-media {
    display: flex
  }
}

@media (max-width:640px) {
  .hero .splide__slide {
    min-height: 420px
  }

  .flower-card {
    width: 180px;
    height: 180px
  }
}

/* Splide styles overrides for arrows inside hero */
.hero .splide__arrow {
  background: var(--primary-color);
  border-radius: 8px;
  color: white;
  border: 0;
  padding: 10px
}
@media(max-width: 1280px){
  .splide__arrow { 
    display: none;
  }
}

.hero .splide__pagination {
  bottom: 18px
}

/* ===== About Section ===== */
.about-section {
  background: var(--alt-gradient);
  position: relative;
}

.about-img img {
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.about-img img:hover {
  transform: scale(1.05);
}

.flower-overlay {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 120px;
  height: 120px;
  background: url('../../assets/f-1.png') no-repeat center/contain;
  opacity: 0.8;
}


@media (max-width:991px) {
  .flower-overlay{
display: none;
  }
}

.highlight-card {
  transition: 0.3s ease-in;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.1);
}

/* ===== Shop Section with Tabs ===== */

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 5px;
  font-weight: 600;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition: 0.3s ease;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}

/* ===== Shop Card Improvements ===== */
.shop-card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(233, 30, 99, 0.15);
}

/* Uniform Image */
.shop-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.shop-card img:hover {
  transform: scale(1.05);
}

/* Card Body */
.shop-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 15px 10px;
  flex: 1;
}

.shop-card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Remove underline from Bootstrap pill buttons */
.nav-pills .nav-link,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:active,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(233, 30, 99, 0.15);
}

/* Card Image */
.shop-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.shop-card img:hover {
  transform: scale(1.05);
}

/* Overlay Buttons */
.shop-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  flex-direction: column;
  display: none;
  z-index: 10;
}

.shop-card:hover .shop-overlay {
  display: flex;
}

.shop-overlay .action-btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  background-color: white;
  color: var(--primary-color);
}

.shop-overlay .action-btn:hover {
  transform: scale(1.2);
  background-color: var(--primary-color);
  color: white !important;
}

/* Section Background */
.services-section {
  background: var(--alt-gradient)
}

/* Titles */
.section-title {
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Service Card */
.service-card {
  position: relative;
  background: var(--card-color);
  border-radius: 30px;
  padding: 40px 20px;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 5px 15px rgba(214, 51, 108, 0.1);
}

.service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(214, 51, 108, 0.25);
}

/* Background effect */
.service-card::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--radial-start), var(--radial-end) 70%);
  border-radius: 50%;
  top: -60px;
  left: -60px;
  transition: 0.5s ease;
  z-index: 0;
}

.service-card:hover::before {
  top: -40px;
  left: -40px;
  transform: scale(1.1);
}

/* Icon */
.icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.icon-wrapper img {
  width: 60px;
  transition: transform 0.3s ease;
}

.service-card:hover .icon-wrapper img {
  transform: rotate(-10deg) scale(1.2);
}

/* Title */
.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.service-card:hover .service-title {
  color: var(--primary-color);
}

/* Floating flower effect */
.service-card::after {
  content: '🌸';
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  opacity: 0.2;
  animation: floatFlower 3s ease-in-out infinite;
}

@keyframes floatFlower {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* =========================
    GALLERY (responsive masonry)
  ========================= */

.facilities {
  padding: 56px 0;
}

.gallery-grid {
  column-count: 3;
  column-gap: 22px;
  /* increased gap */
  width: 100%;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 22px;
  /* extra bottom space */
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform .4s ease ease-in;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform .5s ease ease-in;
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 14px;
  background: linear-gradient( 180deg, rgba(var(--primary-rgb), 0) 45%, rgba(var(--primary-rgb), 0.75) 100%);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transition: opacity .35s ease-in;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Hover view icon */
.view-icon {
  opacity: 0;
  transform: translateY(10px);
  transition: .4s ease-in;
  font-size: 20px;
}

.gallery-item:hover .view-icon {
  opacity: 1;
  transform: translateY(0);
}

/* columns breakpoints */
@media (max-width: 1200px) {
  .gallery-grid {
    column-count: 3;
  }
}

@media (max-width: 992px) {
  .gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    column-count: 1;
  }
}

/* ===== Testimonials Section ===== */
.testimonials-section {
  position: relative;
  background: url("../../assets/backround_img/01.webp") center/cover no-repeat fixed;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}

/* Dark overlay */
.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 25, 20, 0.55); /* smoother dark shade */
  backdrop-filter: blur(2px);
  z-index: -1;
}

/* Make content appear above overlay */
.testimonials-section * {
  position: relative;
  z-index: 2;
}

.testimonial-card {
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.client-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 4px solid #f3c6d0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.client-quote {
  font-style: italic;
  color: var(--heading-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.client-name {
  color: var(--primary-color);
  font-weight: 600;
}

.splide__pagination__page {
  background: var(--primary-color);
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1.2);
}

.splide__pagination {
  bottom: -1.5em;
}

/* ===========================
   Contact Section Styling
=========================== */
.contact-section {
  position: relative;
}

.section-subtitle {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.contact-info-card,
.contact-form-card {
  background: var(--card-color);
  border: 1px solid rgba(255, 182, 193, 0.3);
  transition: 0.3s ease;
}

.contact-info-card:hover,
.contact-form-card:hover {
  box-shadow: 0 8px 20px rgba(255, 105, 180, 0.15);
  transform: translateY(-3px);
}

/* Icon styling */
.icon-box {
  width: 45px;
  height: 45px;
  background: var(--alt-gradient);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: 0.3s ease;
}

.info-item:hover .icon-box {
  background: var(--primary-color);
  color: #fff;
}

/* Custom Inputs */
.custom-input {
  border-radius: 20px;
  border: 1px solid #fce6d7;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  transition: 0.3s ease-in;
    color: var(--input-text);
  background-color: var(--input-bg);
  color: var(--input-text);
}
.custom-input::placeholder {
  color: #aaaaaa;
  opacity: 1; 
}

.custom-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.15);
  background-color: var(--input-bg);
  color: var(--input-text);
}

/* ===========================
   Special Offer Banner
=========================== */
.offer-banner {
  background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
}

/* Decorative floral background overlay */
.offer-banner::before,
.offer-banner::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url('../..//assets/f-1.png') no-repeat center/contain;
  opacity: 0.08;
  z-index: 0;
  transition: 0.3s ease;
}

.offer-banner::before {
  top: -20px;
  left: -20px;
}

.offer-banner::after {
  bottom: -30px;
  right: -30px;
}

.offer-content {
  background: var(--card-color);
  border: 1px solid rgba(255, 182, 193, 0.3);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.offer-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(214, 51, 132, 0.15);
}

.offer-subtitle {
  max-width: 600px;
}

/* Button */
.btn-offer {
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-offer:hover {
  background: var(--primary-color);
  box-shadow: 0 6px 16px rgba(214, 51, 132, 0.3);
  transform: translateY(-2px);
}

/* ================= FOOTER STYLES ================= */

.footer-honeycomb {
  color: #fff;
   background: linear-gradient(135deg, #0a0400, #773804);
}

.footer-title {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.footer-links,
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.contact-info li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}


.footer-links a:hover,
.contact-info a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

/* ========== Social Links ========== */
.social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 206, 75, 0.15);
  color: #fff;
  margin-right: 8px;
  transition: 0.3s ease;
}

.social-links a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* ========== Newsletter ========== */
.newsletter-form input {
  border-radius: 50px 0 0 50px;
  border: none;
  padding: 10px 15px;
}

.newsletter-form button {
  border-radius: 0 50px 50px 0;
  border: none;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {

  .social-links a {
    margin: 5px;
  }
}

.subscribe-btn{
   background: linear-gradient(135deg, var(--primary-color), var(--accent-2));
  color: #fff;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: none;
}

.subscribe-btn:hover {
background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #fff;
}

/* New Year Sale Section */
.newyear-sale-section {
  background: linear-gradient(135deg, #0a0400, #773804);
  position: relative;
  overflow: hidden;
}

.sale-box {
  padding: 60px 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.sale-subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

/* Countdown Box */
.count-item {
    background: rgba(255, 255, 255, 0.18);
    padding: 18px 25px;
    border-radius: 12px;
    text-align: center;
    width: 120px;   /* FIXED WIDTH */
    backdrop-filter: blur(5px);
}

.count-item span {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.sale-btn {
  background: #fff;
  color: var(--primary-color);
  border-radius: 30px;
  font-weight: 700;
  transition: 0.3s;
}

.sale-btn:hover {
  background: #ffe6f0;
}

@keyframes snowfall {
  from { background-position: 0 0; }
  to { background-position: 0 1000px; }
}

/* Responsive */
@media (max-width: 768px) {
  .sale-title {
    font-size: 1.8rem;
  }
  .count-item {
    min-width: 65px;
    padding: 14px 18px;
  }
  .count-item span {
    font-size: 1.6rem;
  }
}

.newyear-sale {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #ffeef5;
  text-align: center;
  border-radius: 20px;
}

#flower-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

.flower {
  position: absolute;
  top: -50px;
  animation: fall linear infinite;
  opacity: 0.9;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(120vh) rotate(360deg);
    opacity: 0.1;
  }
}

.flower-experts .team-card {
  overflow: hidden;
  border-radius: 12px;
}

.team-img {
  position: relative;
  height: 320px; 
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.team-img img {
  height: 100%;
  width: 100%;
  object-fit: cover; 
  transition: transform 0.5s ease;
}

.team-img:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: 0.4s ease;
}

.team-img:hover .overlay {
  opacity: 1;
}

.social-icons a {
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 1rem;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: var(--primary-color);
  color: #fff;
}

.team-img {
  height: 320px;       
  width: 100%;
  overflow: hidden;
  border-radius: 12px; 
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  object-position: center;
  display: block;
}
.team-img .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*================================================
   Theme Switch Button Styles
=================================================*/

#btnSwitch {
  top: 200px;
  z-index: 2;
}

/* Responsive spacing */
@media (max-width: 576px) {
  #btnSwitch {
    top: 130px;
  }
}

.backto-btn{
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: none;
}

.backto-btn:hover {
 background: var(--secondary-color);
  color: #fff;
}

.error{
  color: #ff6969;
}

/* BACKGROUND */
#floresaura-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--preloader-bg);
  background-size: 300% 300%;
  animation: bgMove 6s infinite ease-in-out;
}

/* COUNTDOWN NUMBER */
.countdown-number {
  font-size: 70px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 700;
  animation: countdownPop 1s ease-in-out infinite;
}

/* FLOWER BOX */
.flower-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: floating 3s ease-in-out infinite;
  box-shadow: 0 10px 25px rgba(255, 124, 176, 0.3);
}

/* FLOWER IMAGE */
.flower-img {
  width: 85px;
  animation: softZoom 3s infinite ease-in-out;
}

/* BRAND TITLE */
.preloader-title {
  margin-top: 15px;
  letter-spacing: 2px;
  animation: fadeSlide 2s infinite ease-in-out;
}

/* LOADING TEXT */
.preloader-loading {
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  animation: textGlow 2s infinite ease-in-out;
}

/* ANIMATIONS */
@keyframes bgMove {
  0% { background-position: 0% 0%; }
  50% { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

@keyframes floating {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

@keyframes softZoom {
  0% { transform: scale(1); }
  50% { transform: scale(1.07); }
  100% { transform: scale(1); }
}

@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(10px); }
  50% { opacity: 1; transform: translateY(0px); }
  100% { opacity: 0.6; transform: translateY(5px); }
}

@keyframes countdownPop {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes textGlow {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 7px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop:hover {
  cursor: pointer;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.alertmsg {
  z-index: 9999;
}

.glightbox-clean .gdesc-inner{
  background-color: var(--card-color);
}
.glightbox-clean .gslide-title{
  color: var(--heading-text)!important;
}

/* Mobile Offcanvas Styling (below 991px) */
@media (max-width: 991px) {

  .offcanvas-header {
    background-color: var(--alt-color);
  }
  .offcanvas-body {
    background-color: var(--card-color) !important;
  }

  /* Same styling for both toggler and close button */
  .navbar-toggler,
  .btn-close {
    width: 46px !important;
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    border-radius: 6px;
    box-shadow: none;
    transition: 0.3s ease;
    opacity: 1;
  }

  /* Remove default bootstrap toggler icon */
  .navbar-toggler .navbar-toggler-icon {
    display: none;
  }

  .btn-close {
    background-image: none !important;
  }

  /* Icon styling (Font Awesome) */
  .navbar-toggler svg,
  .btn-close svg {
    font-size: 24px;
    color: #fff;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 1;
  }

  .navbar-toggler:hover,
  .btn-close:hover {
    background-color: var(--primary-color);
  }
  .navbar-toggler:hover svg,
  .btn-close:hover svg {
    color: #fff;
  }

  .navbar-toggler:focus,
  .btn-close:focus {
    box-shadow: none;
    outline: none;
  }
}

/* Button active/focus state (global) */
.btn-check:checked+.btn, .btn.active,
.btn.show, .btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--white-text);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.splide__arrow svg{
  fill: white;
}