:root {
      --cream:     #F9F4E8;
      --ivory:     #FDF9F0;
      --green-dark:#1B3A2D;
      --green-mid: #2A5240;
      --green-lt:  #3D6B52;
      --gold:      #C9983A;
      --gold-lt:   #E8C47A;
      --gold-bright:#F0D080;
      --black:     #0F1A14;
      --charcoal:  #1A2820;
      --muted:     #7A6A4A;
      --white:     #FFFFFF;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'Jost', sans-serif;
      background: var(--cream);
      color: var(--green-dark);
      overflow-x: hidden;
    }
    a{
      text-decoration: none!important;
    }
    /* ── SCROLLBAR ── */
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--ivory); }
    ::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

    /* ── SECTION TITLES ── */
    .section-label {
      font-family: 'Dancing Script', cursive;
      font-size: 1.3rem;
      color: var(--gold);
      display: block;
      margin-bottom: 4px;
      letter-spacing: 1px;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 700;
      color: var(--green-dark);
      line-height: 1.2;
    }
    .section-title em { font-style: italic; color: var(--gold); }
    .divider-ornament {
      display: flex; align-items: center; gap: 10px;
      margin: 18px 0 32px;
    }
    .divider-ornament span { height: 1.5px; flex: 1; background: linear-gradient(to right, transparent, var(--gold-lt)); }
    .divider-ornament span:last-child { background: linear-gradient(to left, transparent, var(--gold-lt)); }
    .divider-ornament i { color: var(--gold); font-size: 1rem; }

    /* ─────────────────────────────────────────
       TOP BAR
    ───────────────────────────────────────── */
    .top-bar {
      background: var(--green-dark);
      color: rgba(255,255,255,.85);
      font-size: .8rem;
      padding: 6px 0;
      letter-spacing: .4px;
    }
    .top-bar a { color: var(--gold-lt); text-decoration: none; }
    .top-bar .social-icons a {
      width: 26px; height: 26px; display: inline-flex; align-items: center;
      justify-content: center; border-radius: 50%;
      background: rgba(255,255,255,.1); color: #fff;
      font-size: .75rem; transition: background .3s;
    }
    .top-bar .social-icons a:hover { background: var(--gold); }

    /* ─────────────────────────────────────────
       NAVBAR
    ───────────────────────────────────────── */
    #mainNav {
      background: var(--ivory);
      padding: 14px 0;
      transition: all .4s ease;
      border-bottom: 1px solid rgba(201,152,58,.25);
    }
    #mainNav.scrolled {
      padding: 10px 0;
      box-shadow: 0 4px 30px rgba(27,58,45,.15);
    }
    .navbar-brand-wrap { display: flex; align-items: center; gap: 12px; }
    .main-logo{height: 35px}
    .nav-link {
      font-size: .88rem; font-weight: 500; letter-spacing: .5px;
      color: var(--green-dark) !important; padding: 6px 14px !important;
      position: relative; text-transform: uppercase; transition: color .3s;
    }
    .nav-link::after {
      content: ''; position: absolute; bottom: 0; left: 50%; right: 50%;
      height: 2px; background: var(--gold);
      transition: left .3s, right .3s; border-radius: 2px;
    }
/* Dropdown hover effect */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Dropdown menu styling */
.dropdown-menu {
  background: white;
  border: 1px solid rgba(201, 152, 58, 0.2);
  border-radius: 16px;
  padding: 10px 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  min-width: 250px;
}

.dropdown-item {
  font-size: 0.85rem;
  padding: 8px 20px;
  color: #2d2418;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, rgba(45, 90, 59, 0.08), rgba(194, 106, 58, 0.05));
  color: #c26a3a;
  padding-left: 28px;
}

.dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 991px) {
  .dropdown-menu {
    border: none;
    background: transparent;
    box-shadow: none;
    padding-left: 20px;
  }
  
  .dropdown-item {
    padding: 6px 15px;
  }
  
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  
  .dropdown.show .dropdown-menu {
    display: block;
  }
}
    .nav-link:hover, .nav-link.active { color: var(--gold) !important; }
    .nav-link:hover::after, .nav-link.active::after { left: 14px; right: 14px; }
    .btn-book {
      background: linear-gradient(135deg, var(--gold), var(--gold-lt))!important;
      color: var(--black) !important; border-radius: 30px;
      padding: 9px 24px !important; font-size: .82rem !important;
      letter-spacing: .8px; text-transform: uppercase; font-weight: 700;
      border: none; transition: all .3s; box-shadow: 0 4px 15px rgba(201,152,58,.35);
    }
    .btn-book:hover {
      transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,152,58,.5)!important;
      background: linear-gradient(135deg, var(--gold-lt), var(--gold-bright))!important;
    }

    /* ─────────────────────────────────────────
       HERO / BANNER
    ───────────────────────────────────────── */
   #hero{
    position: relative;
    min-height: 81vh;
    overflow: hidden;
}

/* Slider */
.hero-slider{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slider .slide{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* change contain to cover */
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-slider .slide.active{
    opacity: 1;
}

/* Dark Overlay */
.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35));
    z-index: 1;
}
   
    .btn-primary-custom {
      background: linear-gradient(135deg, var(--gold), var(--gold-lt));
      color: var(--black); border: none; border-radius: 40px;
      padding: 14px 34px; font-size: .92rem; font-weight: 700;
      letter-spacing: .5px; transition: all .3s; cursor: pointer;
      box-shadow: 0 6px 24px rgba(201,152,58,.45);
      text-decoration: none; display: inline-block;
    }
    .btn-primary-custom:hover {
      transform: translateY(-3px); box-shadow: 0 10px 32px rgba(201,152,58,.6);
      color: var(--black);
      background: linear-gradient(135deg, var(--gold-lt), var(--gold-bright));
    }
    .btn-outline-custom {
      background: transparent; color: var(--gold-lt);
      border: 2px solid rgba(201,152,58,.6); border-radius: 40px;
      padding: 12px 32px; font-size: .92rem; font-weight: 600;
      letter-spacing: .5px; transition: all .3s; cursor: pointer;
      text-decoration: none; display: inline-block;
    }
    .btn-outline-custom:hover {
      background: var(--gold); color: var(--black); border-color: var(--gold);
      transform: translateY(-3px);
    }
    
    /* ─────────────────────────────────────────
       MARQUEE STRIP
    ───────────────────────────────────────── */
    .marquee-strip {
      background: linear-gradient(90deg, var(--green-dark), var(--green-mid), var(--green-dark));
      padding: 14px 0;
      overflow: hidden; white-space: nowrap;
      border-top: 1px solid rgba(201,152,58,.2);
      border-bottom: 1px solid rgba(201,152,58,.2);
    }
    .marquee-inner {
      display: inline-flex; gap: 0;
      animation: marqueeScroll 22s linear infinite;
    }
    .marquee-item {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 0 36px; color: rgba(255,255,255,.85);
      font-size: .83rem; letter-spacing: 1.5px; text-transform: uppercase;
    }
    .marquee-item i { color: var(--gold-lt); font-size: .75rem; }
    @keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ─────────────────────────────────────────
       SERVICES
    ───────────────────────────────────────── */
   /* Services Section Styles */
#services {
  padding: 50px 0;
  background: var(--ivory, #fef8f0);
  position: relative;
  overflow: hidden;
}

.services-bg-ornament {
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 80px solid rgba(201, 152, 58, 0.05);
  pointer-events: none;
}

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c26a3a;
  padding: 5px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #2d2418;
  margin-bottom: 10px;
}

.section-title em {
  font-style: italic;
  color: #c26a3a;
  font-weight: 600;
}

.divider-ornament {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.divider-ornament span {
  height: 2px;
  background: linear-gradient(90deg, transparent, #e8c9a5, #c26a3a, #e8c9a5, transparent);
  flex: 1;
}

.divider-ornament i {
  font-size: 1.2rem;
  color: #c26a3a;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 0 0 25px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 152, 58, 0.18);
  transition: transform 0.4s, box-shadow 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2d5a3b, #c26a3a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(27, 58, 45, 0.14);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.05);
}

.service-card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #2d5a3b;
  margin: 18px 20px 10px 20px;
}

.service-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #6b5a4e;
  margin: 0 20px 18px 20px;
  flex: 1;
}

.service-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c26a3a;
  margin: 0 20px 15px 20px;
}

.service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  color: #a09082;
  font-weight: 400;
}

.service-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #c26a3a, #e8905a);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(194, 106, 58, 0.3);
}

/* Button Styles */
.service-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 20px 10px 20px;
  padding-top: 5px;
  border-top: 1px solid rgba(201, 152, 58, 0.15);
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 40px;
}

.book-btn {
  flex: 1;
  background: linear-gradient(135deg, #2d5a3b, #3d7a52);
  color: white;
  padding: 10px 16px;
  border: none;
}

.book-btn:hover {
  background: linear-gradient(135deg, #234b30, #2d5a3b);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(45, 90, 59, 0.3);
}

.whatsapp-btn,
.call-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f5f0ea;
  color: #2d5a3b;
  font-size: 1.1rem;
}

.whatsapp-btn:hover {
  background: #25D366;
  color: white;
  transform: scale(1.05);
}

.call-btn:hover {
  background: #c26a3a;
  color: white;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  #services {
    padding: 60px 0;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .service-img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
  .service-card h5 {
    font-size: 1.2rem;
  }
  .service-img {
    height: 180px;
  }
  .service-buttons {
    flex-wrap: wrap;
  }
  .book-btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .whatsapp-btn,
  .call-btn {
    flex: 1;
    width: auto;
    border-radius: 40px;
    padding: 10px 0;
  }
}

@media (max-width: 576px) {
  .service-img {
    height: 200px;
  }
}

/* =========================
TESTIMONIAL SECTION
========================= */

#testimonials{
padding: 50px 0;
background: linear-gradient(
160deg,
var(--green-dark) 0%,
var(--green-mid) 100%
);
position: relative;
overflow: hidden;
}

#testimonials::before{
content: '❝';
position: absolute;
font-size: 30vw;
color: rgba(240,208,128,.05);
top: -5%;
left: -2%;
font-family: 'Playfair Display', serif;
line-height: 1;
pointer-events: none;
}

#testimonials .section-label{
color: var(--gold-lt);
}

#testimonials .section-title{
color: var(--white);
}

#testimonials .divider-ornament span{
background: linear-gradient(
to right,
transparent,
rgba(232,196,122,.45)
);
}

#testimonials .divider-ornament span{
background: linear-gradient(
to left,
transparent,
rgba(232,196,122,.45)
);
}

#testimonials .divider-ornament i{
color: var(--gold-lt);
}

/* =========================
VIDEO CARD
========================= */

.testi-video-card{
background: rgba(255,255,255,.08);
border: 1px solid rgba(232,196,122,.18);
border-radius: 24px;
overflow: hidden;
backdrop-filter: blur(10px);
padding: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.video-thumb{
position: relative;
overflow: hidden;
border-radius: 18px;
aspect-ratio: 16/9;
background: #000;
}

.video-thumb video{
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 18px;
}

.video-thumb::after{
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
to top,
rgba(0,0,0,.45),
rgba(0,0,0,.05),
transparent
);
pointer-events: none;
}

/* =========================
RATING BOX
========================= */

.rating-box{
background: rgba(255,255,255,.08);
border: 1px solid rgba(232,196,122,.18);
border-radius: 18px;
padding: 22px;
text-align: center;
margin-top: 18px;
backdrop-filter: blur(10px);
}

.rating-number{
font-family: 'Playfair Display', serif;
font-size: 3rem;
font-weight: 700;
color: var(--gold-lt);
line-height: 1;
}

.rating-stars{
color: var(--gold-lt);
font-size: 1rem;
letter-spacing: 3px;
margin: 8px 0;
}

.rating-text{
font-size: .82rem;
color: rgba(249,244,232,.75);
}

.rating-platforms{
font-size: .74rem;
color: rgba(249,244,232,.55);
margin-top: 5px;
}

/* =========================
MINI TESTIMONIAL CARDS
========================= */

.testi-card-mini{
background: rgba(255,255,255,.08);
border: 1px solid rgba(232,196,122,.15);
border-radius: 18px;
padding: 22px;
height: 100%;
transition: all .35s ease;
backdrop-filter: blur(10px);
}

.testi-card-mini{
transform: translateY(-5px);
border-color: rgba(232,196,122,.45);
box-shadow: 0 12px 25px rgba(15,26,20,.25);
}

.testi-card-mini .star-row{
color: var(--gold-lt);
font-size: .78rem;
letter-spacing: 2px;
margin-bottom: 12px;
}

.testi-card-mini .quote{
font-size: .88rem;
color: rgba(253,249,240,.88);
line-height: 1.8;
margin-bottom: 16px;
font-style: italic;
}

.testi-card-mini .author{
font-size: .80rem;
font-weight: 600;
color: var(--cream);
}

.testi-card-mini .author i{
color: var(--gold-lt);
margin-left: 6px;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 991px){

.video-thumb{
    aspect-ratio: 16/10;
}

.rating-number{
    font-size: 2.5rem;
}

.testi-card-mini{
    padding: 18px;
}

}

@media (max-width: 576px){

#testimonials{
    padding: 70px 0;
}

.testi-video-card{
    border-radius: 20px;
    padding: 10px;
}

.video-thumb{
    border-radius: 14px;
}

.video-thumb video{
    border-radius: 14px;
}

.rating-box{
    padding: 18px;
}

.rating-number{
    font-size: 2.2rem;
}

}

    /* ─────────────────────────────────────────
       CTA STRIP
    ───────────────────────────────────────── */
   .cta-strip {
    padding: 50px 0;
    background: linear-gradient(135deg, #FDF9F0 0%, #F9F4E8 55%, #F3E6D0 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid rgba(201,152,58,.25);
    border-bottom: 1px solid rgba(201,152,58,.25);
}

.cta-strip::before {
    content: '🌸';
    font-size: 15vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: .06;
    pointer-events: none;
}

.cta-strip::after {
    content: '🌸';
    font-size: 15vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scaleX(-1);
    opacity: .06;
    pointer-events: none;
}

.cta-strip h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--green-dark);
    margin-bottom: 12px;
}

.cta-strip h2 em {
    color: var(--gold);
    font-style: italic;
}

.cta-strip .section-label {
    color: var(--gold);
}

.cta-strip p {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
    /* ─────────────────────────────────────────
       FOOTER
    ───────────────────────────────────────── */
    footer {
      background: var(--black); color: rgba(255,255,255,.75);
      padding: 50px 0 0;
      border-top: 1px solid rgba(201,152,58,.15);
    }
    .footer-logo img{
          height: 50px;
          border-radius:5px;
    }
    .footer-brand-name {
      font-family: 'Dancing Script', cursive;
      font-size: 2rem; color: var(--gold-lt); line-height: 1; margin-bottom: 4px;
    }
    .footer-brand-tag { font-size: .72rem; color: var(--gold); letter-spacing: 2.5px; text-transform: uppercase; }
    .footer-about { font-size: .85rem; line-height: 1.75; margin: 16px 0 20px; color: rgba(255,255,255,.55); }
    .footer-social a {
      width: 38px; height: 38px; border-radius: 50%;
      background: rgba(255,255,255,.06); color: rgba(255,255,255,.6);
      display: inline-flex; align-items: center; justify-content: center;
      font-size: .85rem; transition: all .3s; text-decoration: none; margin-right: 6px;
      border: 1px solid rgba(201,152,58,.15);
    }
    .footer-social a:hover { background: var(--gold); color: var(--black); transform: translateY(-3px); border-color: var(--gold); }
    .footer-title {
      font-family: 'Playfair Display', serif; font-size: 1.05rem;
      color: var(--gold-lt); margin-bottom: 22px; padding-bottom: 12px;
      border-bottom: 1px solid rgba(201,152,58,.2);
    }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links a {
      color: rgba(255,255,255,.55); text-decoration: none; font-size: .85rem;
      transition: all .3s; display: inline-flex; align-items: center; gap: 8px;
    }
    .footer-links a::before { content: '›'; color: var(--gold); font-size: 1rem; }
    .footer-links a:hover { color: var(--gold-lt); padding-left: 4px; }
    .footer-contact-item {
      display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start;
    }
    .footer-contact-icon {
      width: 34px; height: 34px; flex-shrink: 0; border-radius: 8px;
      background: rgba(201,152,58,.12); display: flex; align-items: center;
      justify-content: center; color: var(--gold-lt); font-size: .85rem;
      border: 1px solid rgba(201,152,58,.2);
    }
    .footer-contact-text { font-size: .83rem; color: rgba(255,255,255,.55); line-height: 1.55; }
    .footer-contact-text strong { color: rgba(255,255,255,.8); display: block; font-size: .8rem; margin-bottom: 1px; }
    .footer-bottom {
      margin-top: 40px; padding: 18px 0;
      border-top: 1px solid rgba(255,255,255,.07);
      font-size: .78rem; color: rgba(255,255,255,.35);
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
    }
    .footer-bottom a { color: var(--gold-lt); text-decoration: none; }

    /* ─────────────────────────────────────────
       MISC UTILITIES
    ───────────────────────────────────────── */
    .text-gold { color: var(--gold) !important; }
    .bg-cream { background: var(--cream) !important; }
    .henna-motif {
      position: absolute; opacity: .06; pointer-events: none;
    }

    /* Responsive tweaks */
    @media (max-width: 991px) {
      .hero-image-wrap { padding-top: 30px; padding-bottom: 60px; }
    }
    @media (max-width: 767px) {
      .hero-stats { gap: 20px; }
    }
    .floating-btns{
    position: fixed;
    right: 20px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.float-btn{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    position: relative;
}

.float-btn:hover{
    transform: translateY(-5px) scale(1.08);
    color: var(--white);
}

/* WhatsApp */
.whatsapp-btn{
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-btn:hover{
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

/* Call Button */
.call-btn{
    background: linear-gradient(135deg, var(--gold), var(--gold-lt));
    color: var(--black);
}

.call-btn:hover{
    box-shadow: 0 10px 25px rgba(201, 152, 58, 0.45);
    color: var(--black);
}

/* Pulse Animation */
.float-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: inherit;
    opacity: 0.4;
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse{
    0%{
        transform: scale(1);
        opacity: 0.5;
    }
    70%{
        transform: scale(1.5);
        opacity: 0;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}

@media(max-width:768px){
    .floating-btns{
        right: 15px;
        bottom: 20px;
        border-radius:50%;
    }

    .float-btn{
        width: 52px;
        height: 52px;
        font-size: 22px;
    }
}