/*---------------------------------------------------------------
        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: #fff7f6;
  --alt-gradient:linear-gradient(135deg, #ffdfd8, #fffffe);
  --primary-color: #e76f51;
  --light-color:#eee9e9;
  --primary-rgb: 231, 111, 81;
  --secondary-color: #50190b;
  --dark-color: #3f1a0d;
  --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: #4d2e20;
  --alt-gradient:linear-gradient(135deg, #3e230f, #42221b);
  --primary-color: #e76f51;
  --light-color:#573e36;
  --primary-rgb: 231, 111, 81;
  --secondary-color: #50190b;
  --dark-color: #3f1a0d;
  --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);

  /* 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);
}

a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

/* 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;
}

/* 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);
}

.mx-70 {
  max-width: 750px;
}

.nav_ul li {
  margin: 8px 0;
}

.navbar .nav-link {
  font-weight: 600;
  padding: 8px 14px;
  color: var(--heading-text);
  position: relative;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: var(--primary-color);
}

.navbar .nav-link.active {
  color: var(--primary-color);
}
.dropdown-menu  li{
    margin-bottom: 8px; 
}

.navbar .nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.navbar .nav-link:not(.dropdown-toggle):hover::after,
.navbar .nav-link:not(.dropdown-toggle).active::after {
  width: 100%;
}

.navbar .nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.navbar .nav-link.dropdown-toggle.active::before,
.navbar .nav-link.dropdown-toggle:hover::before {
  width: 100%;
}

.custom-dropdown-toggle::after {
  display: none;
}

.custom-dropdown {
  border: none;
  border-radius: 14px;
  padding: 10px;
  background: var(--secondary-color);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.custom-dropdown .dropdown-item {
color: #eaf6f3;
padding: 10px 14px;
border-radius: 10px;
font-weight: 600;
transition: all 0.25s ease;
}

.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item.active,
.custom-dropdown .dropdown-item:active,
.custom-dropdown .dropdown-item:focus,
.custom-dropdown .dropdown-item:focus-visible {
 background: rgb(255 255 255 / 12%);
  color: var(--primary-color);
  transform: translateX(4px);
  outline: none;
}


@media (max-width: 991px) {
.offcanvas .dropdown-menu {
  position: static !important;
  transform: none !important;
  box-shadow: none !important;
  /* padding-left: 15px; */
  margin-top: 8px;
  border: none;
}

.offcanvas .dropdown-item {
  padding: 8px;
}
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--primary-color);
}

.primary-btn {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient( 270deg, var(--accent), var(--accent-2), var(--accent));
  background-size: 400% 400%;
  animation: gradientAnimation 10s ease infinite;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease,opacity 0.25s ease;
}

/* Gradient animation */
@keyframes gradientAnimation {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}

.primary-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.primary-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

/* 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);
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--overlay));
  z-index: 1
}

.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 p {
  margin: 0 0 20px;
  font-size: clamp(14px, 1.7vw, 18px);
  opacity: 0.95
}

.cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.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;
}

.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)
}

.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:991px) {
  .hero .splide__slide {
    min-height: 320px
  }

  .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
}

.hero .splide__pagination {
  bottom: 18px
}

.hero-text{
  max-width: 720px;          
  width: 100%;
  padding: 28px 32px;
  box-sizing: border-box;   
  border-radius: 20px;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

@media (max-width: 768px){
  .hero-text{
    max-width: 100%;
    padding: 18px 22px;
    border-radius: 14px;
  }
}

/* ===== About Section ===== */
.about-section {
  background: var(--alt-gradient);
}

.about-img img {
  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:500px) {
.hero .splide__arrow{
  display: none;
}
}

@media (max-width:991px) {
  .flower-overlay{
display: none;
  }
}

.highlight-card {
  box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
  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 {
  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);
}

.shop-card img {
  width: 100%;
  /* height: 250px; */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.shop-card img:hover {
  transform: scale(1.05);
}

.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%;
}

.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);
}

.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;
}

.services-section {
  background: var(--alt-gradient)
}

.section-title {
  font-weight: bold;
  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 {
  padding: 40px 20px;
  transition: 0.5s ease;
  cursor: pointer;
  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 {
  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;
  width: 100%;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 22px;
  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); 
  backdrop-filter: blur(2px);
  z-index: -1;
}

.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-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-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)!important;
  box-shadow: 0 0 0 0.2rem rgba(214, 51, 132, 0.15);
  background-color: var(--input-bg);
  color: var(--input-text);
  box-shadow: none!important;
}

/* ===========================
   Special Offer Banner
=========================== */
.offer-banner {
  background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
}

.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;
}

.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:var(--dark-color)
}

.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;
}

.footer-links a, .contact-info a, .contact-info span {
    transition: 0.3s;
    line-height: 1.4;
}

/* ========== 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 input:focus{
border-color: var(--primary-color)!important;
}

.newsletter-form button {
  border-radius: 0 50px 50px 0;
  border: none;
  font-size: 18px;
}

@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;
}

.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;
}

@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;
}

#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-img {
  width: 85px;
  animation: softZoom 3s infinite ease-in-out;
}

.preloader-title {
  margin-top: 15px;
  letter-spacing: 2px;
  animation: fadeSlide 2s infinite ease-in-out;
}

.preloader-loading {
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  animation: textGlow 2s infinite ease-in-out;
}

@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;
}

@media (max-width: 991px) {

  .offcanvas-header {
    background-color: var(--alt-color);
  }
  .offcanvas-body {
    background-color: var(--card-color) !important;
  }

  .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;
  }

  .navbar-toggler .navbar-toggler-icon {
    display: none;
  }

  .btn-close {
    background-image: none !important;
  }

  .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;
  }
}

.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;
}

.map-section iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

/* PAGE BANNER */
.page-banner {
  position: relative;
  padding: 110px 0;
  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;
  color: #fff;
}

/* Dark Gradient Overlay */
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.45)
  );
  z-index: 1;
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.banner-badge svg {
  color: var(--primary-color);
  font-size: 16px;
}

.page-banner h1 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.page-banner p {
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 25px;
  opacity: 0.9;
}

.banner-breadcrumb {
  margin-top: 10px;
}

/* Breadcrumb */
.page-banner .breadcrumb {
  background: rgba(255, 255, 255, 0.096);
  backdrop-filter: blur(8px);
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-flex;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.page-banner .breadcrumb-item a:hover {
  color: var(--primary-color)
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.page-banner .breadcrumb-item.active {
  color: var(--primary-color)
}

.page-banner .breadcrumb i {
  margin-right: 5px;
  font-size: 14px;
}

.page-banner h1,
.page-banner p,
.banner-badge,
.banner-breadcrumb {
  animation: fadeUp 0.8s ease forwards;
}

.page-banner p {
  animation-delay: 0.1s;
}
.banner-breadcrumb {
  animation-delay: 0.2s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .page-banner {
    padding: 90px 0 80px;
  }

  .page-banner p {
    font-size: 15px;
  }
}

.blog-card {
  height: 100%;
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.5s ease;
}

.blog-card:hover img {
  transform: scale(1.08);
}

.blog-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  padding: 6px 14px;
}

.blog-content {
  padding: 25px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  margin-bottom: 10px;
}

.read-more {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.read-more svg {
  margin-left: 5px;
  transition: 0.3s;
}

.read-more:hover svg {
  transform: translateX(4px);
}

/* SIDEBAR */
.blog-sidebar {
  padding-left: 15px;
}

.sidebar-box {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.category-list li {
  margin-bottom: 10px;
}

.category-list a:hover {
  color: var(--primary-color);
}

/* RECENT POSTS */
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.recent-post img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.recent-post span {
  font-size: 12px;
}

@media (max-width: 991px) {
  .blog-sidebar {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .blog-img img {
    height: 200px;
  }

  .blog-content h4 {
    font-size: 18px;
  }
}

.custom-pagination .page-link {
    color: var(--heading-text);
    background-color: var(--card-color);
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    box-shadow: none;
    font-size: 20px;
}

.custom-pagination .page-link:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.custom-pagination .page-item.disabled .page-link {
    color: #aaa;
    cursor: not-allowed;
    background-color: var(--alt-color);
}

@media (max-width: 576px) {
    .custom-pagination .page-link {
        min-width: 36px;
        min-height: 36px;
        font-size: 14px;
    }
}

.blog-details-card {
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.blog-details-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

/* META */
.blog-details-content {
  padding: 25px 30px;
}

.blog-details-content .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
  margin-bottom: 15px;
}

.blog-details-content p,
.blog-details-content ul {
  font-size: 15px;
  line-height: 1.8;
}

.blog-details-content ul li {
  margin-bottom: 8px;
}

.blog-share a {
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}

.blog-share a:hover {
  background: var(--accent)
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .blog-details-img img {
    height: 250px;
  }

  .blog-details-content h2 {
    font-size: 24px;
  }
}

.comment-list {
  margin-bottom: 40px;
}

.comment-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--primary-color)
}

.comment-body h6 span {
  font-size: 13px;
}

/* COMMENT FORM */
.comment-form-section {
  padding: 25px 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.btn-submit {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  background: var(--accent)
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .comment-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-avatar img {
    width: 50px;
    height: 50px;
  }
}

.privacy-card {
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.privacy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* 404 PAge */
#bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(50%);
}

.error-content {
  height: 100vh;
  position: relative;
  text-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.error-content::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255,192,203,0.25), transparent 70%);
  filter: blur(40px);
  z-index: -1;
}

.error-badge {
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.3);
}

.glitch-text {
  font-size: 7rem;
  background: linear-gradient(45deg, var(--primary-color), #ffffff, var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-subtext {
  max-width: 520px;
  opacity: 0.9;
  font-size: 1rem;
}

.error-btn {
  padding: 12px 34px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

#notify .error:not(.form-control) {
    position: absolute;
    top: 100%;
}

.coming-soon {
  min-height: 100vh;
  background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
}

.coming-soon::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,182,193,0.35), transparent 70%);
  top: -120px;
  left: -120px;
  filter: blur(50px);
}

.launch-badge {
  background: rgba(255,182,193,0.25);
  color: var(--primary-color);
  padding: 8px 18px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  backdrop-filter: blur(6px);
}

.coming-soon h1 {
  background: linear-gradient(45deg, var(--primary-color), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.time-box {
  padding: 15px 20px;
  min-width: 110px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.time-box:hover {
  transform: translateY(-6px);
}

/* Notify Form */
.notify-form .form-control {
  border-radius: 50px 0 0 50px;
  padding: 14px 20px;
}

.notify-form .btn {
  border-radius: 0 50px 50px 0;
  padding: 14px 28px;
  font-weight: 600;
  background: linear-gradient(45deg, var(--accent), var(--accent-2));
  border: none;
}

.notify-form .btn:hover {
  opacity: 0.9;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-4px);
}

.coming-img {
  animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
  .countdown {
    justify-content: center;
  }
}

.pricing-card {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.pricing-card.active {
  border: 3px solid var(--primary-color);
  box-shadow: 0 15px 35px rgba(255, 107, 107, 0.2);
  transform: scale(1.05);
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-card .price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent);
}

.pricing-card .month {
  font-size: 1rem;
  color: var(--para-text);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  flex-grow: 1;
}

.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: var(--para-text);
}

.pricing-features li svg {
  color: var(--accent);
  margin-right: 10px;
}

.btn-plan {
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  border: none;
  transition: 0.3s;
}

.btn-plan:hover {
  background: #e64e4e;
}

.pricing-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 50%;
  opacity: 0.15;
  transition: all 0.5s ease;
}

.pricing-card.active::before {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .pricing-card {
    margin-bottom: 20px;
  }
}

/* Free Delivery Content  */
.free-delivery-section h1 {
    background: linear-gradient(45deg, var(--accent-2), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.delivery-points {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.delivery-points li {
  margin-bottom: 12px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.delivery-btn {
  padding: 14px 38px;
  border-radius: 50px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, var(--accent-2), var(--accent));
  border: none;
  text-decoration: none;
  transition: all 0.35s ease;
}

.delivery-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(194,24,91,0.35);
  color: #fff;
}

.delivery-card {
  padding: 40px 30px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
  transition: transform 0.35s ease;
}

.delivery-card:hover {
  transform: translateY(-8px);
}

.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--accent-2), var(--accent));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 15px 35px rgba(194,24,91,0.4);
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .delivery-points li {
    justify-content: center;
  }
}

/* FAQ SECTION */
.sub-title {
  letter-spacing: 2px;
}
.section-desc {
  max-width: 600px;
  margin: 0 auto;
}

.modern-accordion .accordion-item {
border: none;
margin-bottom: 18px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
background: transparent;
}

.modern-accordion .accordion-item:hover {
box-shadow: 0px 7px 25px rgba(0,0,0,0.12);
}

.modern-accordion .accordion-button {
background: var(--card-color);
padding: 18px 22px;
font-size: 17px;
font-weight: 600;
color: var(--heading-text);
border: none;
box-shadow: none;
display: flex;
align-items: center;
position: relative;
transition: background 0.3s ease, color 0.3s ease;
}

.modern-accordion .accordion-button::after {
background-image: none;
font-family: "Font Awesome 6 Free";
font-weight: 900; 
content: "\f078"; 
font-size: 14px;
color: var(--heading-text);
margin-left: auto;
transition: transform 0.3s ease, color 0.3s ease;
}

.modern-accordion .accordion-button:not(.collapsed)::after {
content: "\f078";
color: var(--primary-color);
}

.modern-accordion .accordion-button:not(.collapsed) {
color: var(--primary-color);
}

.modern-accordion .accordion-body {
padding: 20px 22px;
font-size: 15px;
color: var(--para-text);
background: var(--alt-color);
}

/* SERVICE CARD */
.services-offer  .service-offer-card {
  background: var(--card-color);
  padding: 40px 30px;
  border-radius: 22px;
  text-align: center;
  height: 100%;
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.services-offer  .service-offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  opacity: 0;
  transition: 0.4s;
  z-index: 0;
}

.services-offer .service-offer-card:hover::after,
.services-offer  .service-offer-card.active::after {
  opacity: 1;
}

.services-offer .service-offer-card * {
  position: relative;
  z-index: 1;
}

.service-icon {
  width: 70px;
  height: 70px;
  background: rgba(255,139,171,0.15);
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 20px;
  transition: 0.4s;
}

.service-offer-card:hover h3,
.service-offer-card:hover p,
.service-offer-card.active h3,
.service-offer-card.active .service-arrow,
.service-offer-card:hover .service-arrow,
.service-offer-card.active p {
  color: #fff;
}

.services-offer .service-offer-card:hover .service-icon,
.services-offer .service-offer-card.active .service-icon {
  background: var(--card-color);
  color: var(--primary-color);
}

/* HOVER LIFT */
.services-offer .service-offer-card:hover {
  transform: translateY(-8px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }

  .service-card {
    padding: 35px 25px;
  }
}

/* SERVICE DETAILS */
.service-img img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.service-points li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-content h2 {
    font-size: 26px;
  }
}

/* View Toggle */
.shop-top-bar .view-btn {
  border: none;
  background: var(--alt-color);
  color: var(--para-text);
  padding: 10px 14px;
  border-radius: 50%;
  margin-left: 8px;
  transition: 0.3s;
}

.shop-top-bar .view-btn.active,
.shop-top-bar .view-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

/* List View */
.list-view .product-item {
  width: 100%;
}

.list-view .shop-card {
  display: flex;
  align-items: center;
}

.list-view .card-img-top {
  /* width: 350px; */
  height: 100%;
  object-fit: cover;
}

.list-view .card-body {
  text-align: left !important;
}

/*  LIST VIEW OVERRIDES  */
#shopProducts.list-view > .col-sm-6.col-md-4.col-lg-4 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#shopProducts.list-view .shop-card {
  flex-direction: row;
  align-items: stretch;
  height: auto;
}

#shopProducts.list-view .shop-card .position-relative {
  flex: 0 0 260px;
}

#shopProducts.list-view .shop-card img {
  height: 100%;
  /* min-height: 220px; */
  max-height: none;
  object-fit: cover;
}

#shopProducts.list-view .shop-card img:hover {
  transform: none;
}

#shopProducts.list-view .card-body {
  text-align: left !important;
  align-items: flex-start !important;
  padding: 20px;
}

#shopProducts.list-view .card-title {
  font-size: 22px;
  margin-bottom: 10px;
}

#shopProducts.list-view .primary-text {
  font-size: 18px;
  margin-bottom: 15px;
}

#shopProducts.list-view .primary-btn {
  margin-top: 20px;
}

.view-btn {
    border: none;
    background: transparent;
    font-size: 18px;
    color: #888;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-btn.active {
    color: var(--primary-color); 
}

.view-btn svg {
    pointer-events: none; 
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.tag-btn {
  padding: 6px 12px;
  border: 1px solid var(--alt-color);
  background-color: var(--alt-color);
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  color: var(--para-text);
  transition: all 0.3s ease;
}

.tag-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color)
}

.tag-btn.active {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color)
}

.form-select{
  background-image: unset;
}

/* ===== SHOP SIDEBAR STYLES ===== */
.shop-sidebar {
  background: var(--card-color);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  width: 100%;
}

.shop-sidebar label,
.shop-sidebar .form-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--heading-text);
  margin-bottom: 6px;
  display: block;
}

.shop-sidebar input[type="text"],
.shop-sidebar .form-select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: var(--input-bg);
  color: var(--input-text);
  transition: all 0.3s ease;
}

.shop-sidebar input[type="text"]:focus,
.shop-sidebar .form-select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: none;
}

.shop-sidebar input[type="text"]::placeholder{
  background-color: var(--input-bg);
  color: var(--input-text);
}

.shop-sidebar .input-group input[type="text"] {
  border-radius: 10px 0 0 10px;
  border-right: none;
  flex: 1;
  background-color: var(--input-bg);
}

.shop-sidebar .input-group .input-group-text {
  border-radius: 0 10px 10px 0;
  border-left: none;
  cursor: pointer;
}

.shop-sidebar .position-relative .form-select {
  padding-right: 2.5rem;
}

.shop-sidebar .mb-3 {
  margin-bottom: 20px;
}

.shop-sidebar .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.shop-sidebar .input-group input[type="text"]:focus {
  border-color: var(--primary-color);
  background-color: var(--input-bg)!important;
  outline: none;
  color: var(--input-text)!important;
}

.shop-sidebar .input-group input[type="text"] {
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #ddd;
}

.shop-sidebar .input-group .input-group-text {
  border-radius: 0 10px 10px 0;
  border-left: 1px solid #ddd; 
}

.product-thumbs {
  display:flex;
  flex-direction:column;
  gap:12px;
}

.product-thumbs .thumb {
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:14px;
  cursor:pointer;
  border:2px solid transparent;
  transition:.3s;
}

.product-thumbs .thumb.active,
.product-thumbs .thumb:hover {
  border-color: var(--primary-color);
}

.product-main-img img {
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.option-btn {
  padding:8px 18px;
  border-radius:30px;
  border:1px solid #ddd;
  background:var(--card-color);
  cursor:pointer;
  color: var(--heading-text);
  transition: 0.2s ease-in;
}

.option-btn:hover{
  background:var(--primary-color);
  color:#fff;
  border-color:var(--primary-color);
}

.option-btn.active {
  background:var(--primary-color);
  color:#fff;
  border-color:var(--primary-color);
}

.prime-btn {
  background:var(--primary-color);
  color:#fff;
  padding:10px 22px;
  border-radius:6px;
  border:0;
  transition: 0.3s ease-in;
}

.prime-btn:hover{
  background-color: var(--secondary-color);
}

.outline-btn {
  background:transparent;
  color:var(--primary-color);
  border:1px solid var(--primary-color);
  padding: 9px 19px;
  border-radius:6px;
  transition: 0.3s ease-in;
}

.outline-btn:hover{
  background-color: var(--primary-color);
  color:var(--white-text)!important;
  border:1px solid var(--primary-color);
}

.desc-box {
  background:var(--alt-color);
}

.desc-box ul li {
  margin-bottom:8px;
}

.desc-box svg {
  color:var(--primary-color);
  margin-right:8px;
}

/* ---------- TABS ---------- */
.product-tabs .nav-tabs .nav-link{
  border:none;
  border-bottom:2px solid transparent;
}
.product-tabs .nav-tabs .nav-link.active{
  border-color:var(--primary-color);
  color:var(--primary-color);
  background: transparent;
}
.product-tabs .nav-tabs .nav-link:hover{
  color:var(--primary-color);
}

/* ---------- Table CSS ---------- */
.info-table tr th, .info-table tr td{
  background-color: transparent !important;
  color: var(--heading-text) !important;
  font-weight: 400;
}
.info-table tr:nth-child(odd) th, .info-table tr:nth-child(odd) td{
  background-color: var(--alt-color) !important;
} 
.info-table tr:hover th,
.info-table tr:hover td {
  background-color: var(--primary-color) !important;
  transition: 0.3s ease;  
  color: white !important;
}

.header-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-color);           
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 17px;
  border: 1px solid var(--primary-color);
  transition:   background 0.3s ease;
  position: relative;
}

.header-icon:hover {
  background: var(--secondary-color);
  color: var(--white-text);
}

/* Cart Count Badge */
.header-icon .count-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #ff4d4f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carts-area .offcanvas-header {
    background-color: var(--primary-color);
    color: var(--white-text);
}

.carts-area .offcanvas-body {
    background-color: var(--card-color);
}

.offcanvas-footer {
    border-top: 1px solid #eee;
    background: var(--alt-color);
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.payment-card{
  padding:14px 18px;
  border-radius:18px;
  border:1px solid #eee;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
  color: var(--input-text);
}
.payment-card.active{
  background:var(--input-bg);
  border-color:var(--primary-color);
}
.payment-card svg{color:var(--primary-color)}

.order-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:12px;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 25px rgba(0,0,0,.08);
  margin-bottom:15px;
  border: 1px solid var(--primary-color);
}

.order-item img{
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:14px;
}

.order-info{
  flex:1;
}

.product-name{
  display:block;
  margin-bottom:8px;
  font-size:15px;
}

.order-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}

.delete-item{
  color:#ff4d6d;
  cursor:pointer;
  transition:.3s;
}

.delete-item:hover{
  transform:scale(1.2);
  color:#e63946;
}

.price-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}

.total{
  border-top:1px dashed #ddd;
  padding-top:15px;
  font-size:18px;
  font-weight:700;
}

.place-btn{
  width:100%;
  margin-top:20px;
  padding:14px;
  border:none;
  border-radius:30px;
  font-size:16px;
  color:#fff;
  background:var(--primary-color);
  cursor:pointer;
}
.place-btn:hover{
  background-color: var(--accent);
}

.coupon{
  margin-top:15px;
}


/* About Page */
.badge-flower {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,.15);
  border-radius: 30px;
  margin-bottom: 15px;
}

.story-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

/* YEAR BADGE */
.story-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: linear-gradient(135deg, #e85d75, #ff8fa3);
  color: #fff;
  padding: 14px 22px;
  border-radius: 16px;
  text-align: center;
}

.story-badge span {
  font-size: 12px;
  letter-spacing: 1px;
}

.story-stats div {
  padding: 18px 22px;
  box-shadow: 0 15px 30px rgba(0,0,0,.08);
  text-align: center;
  transition: .3s;
}

.story-stats div:hover {
  transform: translateY(-6px);
}

@media (max-width: 768px) {
  .story-stats {
    flex-direction: column;
  }
}

.why-choose {
  background: var(--alt-color)
}

.feature-item {
  display: flex;
  gap: 20px;
  padding: 18px 22px;
  border-radius: 18px;
  margin-bottom: 18px;
  background: var(--alt-gradient);
  transition: .4s;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.feature-item:hover {
  transform: translateX(8px);
}

.feature-icon {
  min-width: 54px;
  height: 54px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(232,93,117,.4);
}

.trust-card {
  background: var(--alt-gradient);
  box-shadow: 0 30px 60px rgba(0,0,0,.12);
}

.trust-stats div:hover {
  transition: 0.3s ease-in-out;
  transform: translateY(-6px);
}

@media (max-width: 991px) {
  .trust-stats {
    flex-direction: column;
    gap: 15px;
  }

  .trust-stats div {
    width: 100%;
  }
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: -1;
}

.timeline-item {
  padding: 10px 30px;
  position: relative;
  width: 50%;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.timeline-content {
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
  transition: .4s;
}

.timeline-content:hover {
  transform: translateY(-8px);
}

.step-badge {
  position: absolute;
  top: -18px;
  left: -18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  width: 48px;
  height: 48px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .timeline::after {
    left: 30px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
  }

  .timeline-item.right {
    left: 0;
  }

  .step-badge {
    left: -66px;
    z-index: 2;
    top: 10px;
  }
}

.about-cta {
  background: linear-gradient(270deg,  var(--accent-2), var(--accent));
  padding: 90px 0;
  color: #fff;
}

.btn-flower {
  background: #fff;
  color: var(--primary-color);
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.btn-flower:hover{
  background-color: var(--secondary-color);
} 

.checkout-page{padding:70px 0;}


.checkout-card{
  box-shadow:0 30px 60px rgba(0,0,0,.1);
}

.form-row{display:flex;gap:15px;}
.form-group{margin-bottom:18px;}
label{font-size:13px;font-weight:600;margin-bottom:6px;display:block;}


input,textarea{
  width:100%;
  padding:9px 14px;
  border-radius:14px;
  border:1px solid #ddd;
}
input:focus,textarea:focus{
  border-color:#e63975;
  box-shadow:0 0 0 3px rgba(230,57,117,.2);
  outline:none;
}

#search-Box .error:not(.form-control) {
    position: absolute;
    top: 100%;
}

/* ========== 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;
}

.custom-close-btn {
    width: 38px;
    height: 38px;
    background-color: var(--card-color);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    color: var(--heading-text);
}

.custom-close-btn:hover {
    background-color: var(--dark-color);
    color: var(--white-text)!important;
}

/* Quantity Box Container */
.quantity-box {
  display: flex;
  width: fit-content;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--card-color);
}

/* Quantity Buttons */
.quantity-box button {
  border: none;
    width: 35px;
    border: none;
    background: var(--alt-color);
    color: var(--heading-text);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-box button:hover {
  background-color: var(--accent);
  color: white
}

/* Quantity Input */
.quantity-box .qty-input {
    width: 60px;
    text-align: center;
    border: none;
    outline: none;
    background-color: var(--card-color);
    color: var(--heading-text);
    box-shadow: none;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .quantity-box .qty-input {
    width: 60px;
    font-size: 14px;
  }
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-card {
  cursor: pointer;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: var(--card-color);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 100%;
}

.payment-card i {
  font-size: 20px;
}

.payment-card:hover {
  border-color: var(--primary-color);
  background-color: var(--alt-color);
}

.payment-card.active {
  border-color: var(--primary-color);
  background-color: var(--alt-color);
}

.glightbox-clean .gslide-title{
  font-family:"Playfair Display", serif!important;
  font-size: 24px!important;
  font-weight: bold!important;
  margin: 0px!important;
  margin-bottom: 0px!important;
  line-height: normal!important;
}

.overlay-text{
  font-family:"Playfair Display", serif!important;
  font-size: 24px!important;
  font-weight: bold!important;
  margin: 0px!important;
  margin-bottom: 0px!important;
  text-transform: capitalize;
}


.checkout-step {
  display: none;
}

.checkout-step.active {
  display: block;
  animation: slideFade .35s ease;
}

.checkout-steps {
  display: flex;
  gap: 10px;
}

.checkout-steps .step {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  background: var(--light-color);
  font-weight: 600;
  font-size: 14px;
  color: var(--heading-text);
}

.checkout-steps .step.active {
   background:var(--primary-color);
  color: #fff;
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.success-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #28a745, #20c997);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(40, 167, 69, 0.35);
  animation: popIn .4s ease;
}

.success-icon svg{
  font-size: 32px;
  color: #fff;
}

.order-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: var(--light-color);
  border-radius: 16px;
  padding: 14px;
}

.order-meta span {
  font-size: 12px;
  opacity: .7;
}

.order-meta strong {
  display: block;
  font-size: 15px;
}

.place-btn.outline {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

@keyframes popIn {
  from {
    transform: scale(.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
.glightbox-clean .gdesc-inner{
    max-width: 450px!important;
    margin: auto!important;
}

.glightbox-container .ginner-container{
  height: 100%!important;
}
.glightbox-mobile .glightbox-container .gslide-description{
  padding: 0px!important;
  padding-bottom: 0px!important;
}
}

.card-img, .card-img-top{
  border-radius: 0px!important  ;
}

/* =====================
   Mobile Fix for List View
====================== */
@media (max-width: 767px) {

  #shopProducts.list-view .shop-card {
    flex-direction: column;
  }

  #shopProducts.list-view .shop-card .position-relative {
    flex: 0 0 auto;
    width: 100%;
  }

  #shopProducts.list-view .shop-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  #shopProducts.list-view .card-body {
    text-align: center !important;
    align-items: center !important;
  }

}