

/* Lock layout to minimum 300px and allow horizontal scrolling */
@media (max-width: 249px) {
  html, body {
    min-width: 250px !important;
    overflow-x: auto !important; /* show horizontal scrollbar */
  }

  /* Prevent responsive shrink under 300px */
  * {
    max-width: none !important;
  }
  
   /* Disable all AOS animations */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .aos-init,
  .aos-animate {
    opacity: 1 !important;
    transform: none !important;
  }

  /* BUT allow counters to animate */
  .counter,
  .count,
  .number,
  .counter-value {
    transition: all 0.5s ease-in-out !important;
    opacity: initial !important;
    transform: initial !important;
    animation: initial !important;
  }
}


/* Ultra-small screens (under 300px) - Button and text size fixes only */
@media (max-width: 300px) {
     .mobile-contact-item {
        display: none !important;
    }
    
      .mobile-btn {
      
        padding: 12px 15px !important;
    
    }
    
    .mobile-nav-item i{
        display: none;
    }
    
  table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        padding-right: 1rem;
        font-size:small !important;
    }

     .table-bordered td {
        border-left: 0;
        border-right: 0;
        font-size:smaller !important;
    }
    
    
  
  
  
  /* Heading size reduction */
  h1, h2, h3, h4, h5, h6 {
    font-size: 75% !important;
  }
  
  /* Specific heading adjustments */
  .hero-title {
    font-size: 1.1rem !important;
  }
  
  .hero-subtitle {
    font-size: 0.85rem !important;
  }
  
  .typing-effect {
    font-size: 1rem !important;
    min-height: 1.8rem !important;
  }
  
  .cursor {
    height: 1.1em !important;
    width: 5px !important;
  }
  
  /* Section headings */
  .services h2,
  .testimonials h2,
  .our-team h2,
  .mission-values h2,
  .why-choose-us h2,
  .branches h2,
  .booking-section h2,
  .faq-section h2,
  .gallery-section h2,
  .video-testimonials h2,
  .branch-cards h2,
  .about-hero h1,
  .offer-text-content h2,
  .shop-products-section-visual .section-title,
  .shop-products-image-section .section-title {
    font-size: 1.2rem !important;
  }
  
  /* Card titles */
  .card-title,
  .team-member h5,
  .founder-bio h3,
  .staff-card h4,
  .branch-info h3,
  .value-card h3,
  .feature-box h5,
  .offer-cta-content h3 {
    font-size: 0.95rem !important;
  }
  
  /* General text size reduction */
  p, span, li, a, .card-text, .testimonial-text, .branch-info p {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
  
 
  
  /* Form text */
  .form-control,
  .form-select,
  textarea,
  label {
    font-size: 11px !important;
  }
  
  /* Footer text */
  .footer p, .footer-links a, .footer-bottom p {
    font-size: 10px !important;
  }
  

}









/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}


body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
     margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
}



:root {
    --primary: #4d5d53;
    --secondary: #2c3e50;
    --accent: #e74c3c;
    --light: #ecf0f1;
    --dark: #2c3e50;
    --naz-color: #2c3e50;
    --hydra-color: #4d5d53;
}



/* Top Navbar */
.top-nav {
    background-color: #4d5d53;
    color: white;
    padding: 10px 0;
    font-size: 14px;
  }
  .top-nav a {
    color: white;
  }
  .top-nav .social-icon{
    align-items: center;
    margin-bottom: -5px;
  }
  .top-nav .fab{
    font-size: 20px;
  }
  .top-nav .container{
    align-items: center;
  }
 
  
 






.site-header img {

  height: 50px;   /* Adjust this */

  width: auto;    /* Keeps ratio correct */
  
  object-fit: contain;


}

 /* ===== Extra Small Devices (Portrait Phones, <576px) ===== */
@media (max-width: 300px) {
.site-header img{

  height: 33px !important;   /* Adjust this */

  width: auto !important;    /* Keeps ratio correct */
  
  object-fit: contain !important;

 
}
}

/* ===== Extra Small Devices (Portrait Phones, <576px) ===== */
@media  (min-width: 301px) and (max-width: 575px) {
 .site-header img{

  height: 40px !important;   /* Adjust this */

  width: auto !important;    /* Keeps ratio correct */
  
  object-fit: contain !important;
}
  
}





/* ===== LIGHTWEIGHT HEADER & NAVIGATION ===== */

/* Header Styles */
.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.site-header.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
}

.logo span {
    color: #4d5d53; /* Your sage green */
}

/* Desktop Navigation */
.nav-main {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

@media (min-width: 992px) {
    .nav-main {
        display: flex;
    }
}

.nav-main a:not(.nav-cta) {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-main a:not(.nav-cta):hover {
    color: #738678;
}

.nav-cta {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s;
    /*margin-left: 0.5rem;*/
}

.book-btn {
    background-color: #4d5d53;
    color: white;
    min-width: 134.98px;
    
}

.book-btn:hover {
    background-color: #738276;
    color: white;
    text-decoration: none;
}

.nav-cta .btn-outline-secondary{
    min-width: 78.31px;
}

/* Hamburger Menu Toggle */
.menu-toggle {
    border: none;
    background: transparent;
    width: 30px;
    height: 21px;
    position: relative;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    display: none;
}

.menu-toggle:focus {
    outline: none;
}

/* Hamburger lines - height changed to 2px */
.menu-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;           /* Changed from 3px to 2px */
    background-color: #4d5d53;
    left: 0;
    transition: all 0.4s;
}

/* Perfect Vertical Centering - adjusted for 2px height */
.menu-toggle span:nth-child(1) { top: 1px; }      /* First line at 1px */
.menu-toggle span:nth-child(2) { top: 9.5px; }    /* Middle line at 9.5px */
.menu-toggle span:nth-child(3) { top: 18px; }     /* Bottom line at 18px */

.menu-toggle:active span {
    transform: scale(0.9);
    transition: transform 0.1s ease;
    background-color: #a8b6aa;;
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	transform: translateX(100%);
	max-width: 400px;
	height: 100vh;
	height: 100dvh;
	background-color: white;
	z-index: 2000;
	transition: all 0.4s;
	opacity:0;
    visibility:hidden;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.mobile-nav.active {
	transform: translateX(0);
	opacity:1;
	visibility:visible;
}


.mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #4d5d53;
       
    }
    
    .menu-title {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff;
        margin: 0;
    }



.mobile-nav-close:hover {
     background-color: rgba(255, 255, 255, 0.1);
   
}



.mobile-nav-close {
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s;
}

/*.mobile-nav-close:hover {
    background: rgba(77, 93, 83, 0.1);
    color: #4d5d53;
}*/

.mobile-nav-links {
    list-style: none;
   /* margin: 0 0 2rem;*/
   padding-left: 0;
    
}



.mobile-nav-links li:not(.mobile-contact-item) {
    margin: 0.5rem 0;
}

.mobile-nav-links a:not(.mobile-btn) {
    display: block;
    padding: 0.8rem 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.3s ease;
}

.mobile-nav-links :not(.mobile-btn):hover {
    color: #738678;
}

/* Mobile Buttons */
 .mobile-button-item {
        /*margin:8px 0;*/
        padding: 0 20px;
        width: 100%;
        display: flex;
        justify-content: center;
       
    }
    
    .mobile-btn {
        display: block;
        padding: 15px 0px;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 500;
        width: 100%;
        min-width: fit-content;
    
       
    }
    
   .mobile-nav .booking-btn {
        background-color: #4d5d53;
        color: white;
        
    }
    
   
   .mobile-nav .booking-btn:hover {
    Text-decoration:none;
    background-color: #738276 ;
        color:white;
        
        }
    
   .mobile-nav .btn-outline:hover{
        text-decoration:none;
        background-color: #6c757d ;
          color: white;
        }



/* Mobile Overlay */
.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    backdrop-filter: blur(3px);
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 991px) {
    .nav-main {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    /* Adjust logo size on mobile */
    .logo {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .mobile-nav,
    .mobile-overlay,
    .menu-toggle {
        display: none;
    }
}
/* ================== Mobile Menu Header ================== */



  
  



    input.form-control:focus, 
textarea.form-control:focus{
    border-color:#aab4ae !important;
    box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.3) !important;
    outline: none !important;

   
}


.form-control:focus
{
        border-color:#4d5d53 !important;
        box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.3) !important;
        outline: none !important;

        -webkit-box-shadow: 0 0 6px 2px rgba(77.93.83.0.5) !important;
        -moz-box-shadow: 0 0 6px 2px rgba(77,93,83,0.5) !important;
        transition: all 0.3s ease-in-out;
    }





select.form-select:focus
{
        border-color:#aab4ae !important;
        box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.3) !important;
        outline: none !important;

        -webkit-box-shadow: 0 0 6px 2px rgba(77.93.83.0.5) !important;
        -moz-box-shadow: 0 0 6px 2px rgba(77,93,83,0.5) !important;
        transition: all 0.3s ease-in-out;
    }
    

    button:focus,.btn:focus,
    button:focus-visible,
    .btn:focus-visible{
box-shadow: none !important;
outline: none !important;
}




/*=---------------------------------------- About Page-- Specific Styles-----------------------*/
.about-hero {
  /*background: linear-gradient(rgba(77, 93, 83, 0.8), rgba(89, 96, 96, 0.8)), 
  url('../img/2149431139.jpg') center/cover no-repeat;*/
    background: linear-gradient(rgba(77, 93, 83, 0.85), rgba(60, 85, 76, 0.7)),
        url('../img/back.jpg') center/cover no-repeat;
  min-height: 60vh;
  width:100%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.about-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease;
  color: #ffffff;
}

.about-hero p.lead {
  font-size: 1.5rem;
  font-weight: 300;
  animation: fadeInUp 1s ease 0.3s both;
  color: #ffffff;
}



@media(max-width:329px){
  .about-hero h1 {
    font-size: 1.5rem !important;
  }
  
  .about-hero p.lead {
    font-size: 1rem !important;
  }
  }
  @media (max-width:300px){
    .info-item {
      display: none !important;
     
    }
  }
  @media (min-width:250px) and (max-width:440px){
    .info-item {
      background: rgba(255, 255, 255, 0.1);
      padding: 10px 15px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      font-size: 10px !important;
    }
    .about-hero h1 {
      font-size: 1.5rem !important;
    }
    
    .about-hero p.lead {
      font-size: 10px !important;
    }
  }
  



  
  @media (min-width:330px) and (max-width: 768px) {
    .info-item {
      background: rgba(255, 255, 255, 0.1);
      padding: 5px 10px !important;
      border-radius: 5px;
      display: flex;
      align-items: center;
      font-size: 10px !important;
    }
  }
  
  @media (min-width:330px) and (max-width: 768px) {
   
  .contact-info-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }
  
  }




  
    .contact-info-box {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 20px;
      animation: fadeInUp 1s ease 0.3s both;
    }
    
    .info-item {
      background: rgba(255,255,255,0.1);
      padding: 10px 15px;
      border-radius: 5px;
      display: flex;
      align-items: center;
    }
    
    .info-item i {
      margin-right: 8px;
      font-size: 1.2rem;
    }
     
  
  
    .booking-btn {
      background-color: #4d5d53;
      color: #fff;
  }
  
  .booking-btn:hover{
    color: #fff;
  }
    
  
a {
    color: #4d5d53;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #738678;
    text-decoration: none;
    background-color: transparent;
}

.booking-btn{
    background-color: #4d5d53;
    color: #fff;
  }
  
  .booking-btn:hover{
    background-color:#738276;
  }
  



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #4d5d53;
}

.treatment-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.8)),
        url('img/treatment-bg.jpg') center/cover;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.treatment-category {
    background-color: var(--light);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.treatment-section {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 991px) and (max-width: 1032px) {

    /* Specific solution for Acne Scar Reduction table */
    #skin-treatments .info-box table {
        width: 100%;
        table-layout: auto;
        /* Auto sizing based on content */
    }

    #skin-treatments .info-box table th,
    #skin-treatments .info-box table td {
        white-space: normal;
        padding: 8px 10px;
        line-height: 1.3;
    }

    /* Smart column width distribution */
    #skin-treatments .info-box table th:nth-child(1),
    #skin-treatments .info-box table td:nth-child(1) {
        width: 22%;
        /* Scar Type */
    }

    #skin-treatments .info-box table th:nth-child(2),
    #skin-treatments .info-box table td:nth-child(2) {
        width: 38%;
        /* Recommended Treatment */
    }

    #skin-treatments .info-box table th:nth-child(3),
    #skin-treatments .info-box table td:nth-child(3) {
        width: 20%;
        /* Sessions */
    }

    #skin-treatments .info-box table th:nth-child(4),
    #skin-treatments .info-box table td:nth-child(4) {
        width: 20%;
        /* Improvement */
    }

    /* Slightly reduce font size only when needed */
    @media (max-width: 1015px) {
        #skin-treatments .info-box table {
            font-size: 14px;
        }
    }
}

.treatment-header {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.treatment-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: var(--primary);
}

.treatment-image {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.info-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 4px solid var(--primary);
}

.science-box {
    background-color: #f0f8ff;
    border-left: 4px solid #4d5d53;
    padding: 20px;
    border-radius: 5px;
    margin: 25px 0;
}

.care-instructions {
    background-color: #fffaf0;
    border-left: 4px solid #ffa500;
    padding: 20px;
    border-radius: 5px;
    margin: 25px 0;
}

.contraindications {
    background-color: #fff0f5;
    border-left: 4px solid #db7093;
    padding: 20px;
    border-radius: 5px;
    margin: 25px 0;
}

.clinic-tag {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.naz-tag {
    background-color: var(--naz-color);
}

.hydra-tag {
    background-color: var(--hydra-color);
}



.badge {
    font-size: 12px;
    padding: 5px 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.badge-primary {
    background-color: var(--hydra-color);
}

.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: var(--accent);
}

/* Responsive table styles */
@media (max-width: 567px) {

    /* Make tables stack vertically on mobile */
    table {
        width: 100%;
    }

    table thead {
        display: none;
    }

    table tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    table td {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem;
        border-bottom: 1px solid #dee2e6;
        text-align: right;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        padding-right: 1rem;
        font-size:medium;
    }

    /* Add data labels to each cell */
    table td[data-label] {
        display: flex;
    }

    /* Remove default table borders on mobile */
    .table-bordered {
        border: 0;
    }

    .table-bordered td {
        border-left: 0;
        border-right: 0;
        font-size:small;
    }
    
    .treatment-image {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.treatment-category .nav-link 
{
    padding: .5rem .5rem;
    font-size: small;
}

}


.footer {
  background: linear-gradient(135deg, #738678, #1a252f);
  color: #fff;
  padding: 20px 0 20px;


}

.footer-logo {
  max-width: 150px !important;
  margin-bottom: 15px;
  width: 100%;
}

.footer h4 {
  font-size: 1.5rem;
  color: #f8f9fa;
  margin-bottom: 15px;
}

.footer h5{
  color: #f8f9fa;
  font-weight: 500;
}

.footer p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem;
  color: #fff;
  transition: color 0.3s;
  margin-bottom: 10px;
}

.social-icons a:hover {
  color: #007bff;
}

.fa-facebook-f{
  color: #3498db;
}
.fa-instagram:hover{
  color:peru;
}

.fa-facebook-f:hover{
  color: #fff;
}
.fa-instagram{
  color: indianred;
}

.fa-youtube:hover{
  color:red;
}

.footer-bottom {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  color: #ccc;
}




  /* Footer bottom styling */
  .footer-bottom {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 30px;
  }
  
  .footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #ddd;
  }
  
  .footer-bottom a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-bottom a:hover {
    color: #007bff;
    text-decoration: none;
  }
  
  
  .footer-legal-links {
    font-size: 13px;
  }
  
  .footer-legal-links a {
    color: #ccc;
  }
  
  .footer-legal-links a:hover {
    color: #fff;
  }

  /* Footer links */
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ddd;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ddd;
}


  
  
/*-----------------------------------whatsapp icon----------------------------------*/

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 998; /* Ensures it stays above other elements */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .whatsapp-float:hover {
    background-color: #128C7E; /* Darker green on hover */
    transform: scale(1.1);
  }

  .whatsapp-icon {
    font-size: 30px;
  }

  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .whatsapp-float {
      width: 50px;
      height: 50px;
      bottom: 30px;
      right: 20px;
    }
    .whatsapp-icon {
      font-size: 25px;
    }

       .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #4d5d53;
    color: white;
    width: 50px!Important;
    height: 50px!Important;
    text-align: center;
    line-height: 50px!Important;
    border-radius: 50%;
    display: none;
    z-index: 99;
    font-size: 20px;
}
    }
  


  .read-cta{
    background: linear-gradient(rgba(66, 79, 71, 0.7), rgba(77, 93, 83, 0.7)), 
    url('../img/dr\ naz\ -\ hydrafacial.jpg') center/cover no-repeat;
padding: 80px 0;
background-attachment: fixed;
  }

  


  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #4d5d53;
    color: white;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    display: none;
    z-index: 99;
    font-size: 20px;
}

.back-to-top:hover{
background-color: #738678;
color: white;
}





/*-------------------------social icons---------------------------*/
/* Add this to your CSS */
.fixed-social-media {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
  padding: 0 10px;
}

.social-icon {
  display: block;
  transition: all 0.3s ease;
}

.social-icon img {
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}

.social-icon:hover img {
  transform: scale(1.2);
}

/* Mobile remains on left side (no changes) */
@media (max-width: 768px) {
  .fixed-social-media {
    gap: 12px;
  }
  
  .social-icon img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .fixed-social-media {
    gap: 12px;
  }
  
  .social-icon img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 320px) {
  .fixed-social-media {
    gap: 12px;
  }
  
  .social-icon img {
    width: 24px;
    height: 24px;
  }
}







/* ================= Current Offers Button ================= */
.current-offers-tag {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    background-color: #4d5d53;
    padding: 12px;
    border-radius: 8px 0 0 8px;

    z-index: 999;
    text-decoration: none;
    overflow: visible;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

    /* Blink always running */
    animation: blink 1.5s infinite;

    /* Smooth interaction */
    transition: transform 0.25s ease,
                box-shadow 0.25s ease,
                background-color 0.25s ease;
}

/* Image */
.current-offers-tag .offer-icon {
    width: 38px;
    height: 38px;
    display: block;
}


/* Hover: ONLY grow + glow (no color change) */
.current-offers-tag:hover,
.current-offers-tag:focus {
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 0 22px rgba(255, 215, 100, 0.9);
}

/* Click: short color feedback */
.current-offers-tag:active {
    background-color: #738678;
    transform: translateY(-50%) scale(1.32);
    box-shadow: 0 0 30px rgba(255, 215, 100, 1);
}

/* Click: festival pop */
.current-offers-tag:active {
    transform: translateY(-50%) scale(1.32);
    box-shadow: 0 0 30px rgba(255, 215, 100, 1);
}

/* ================= Festival Sparkles ================= */
.current-offers-tag::before,
.current-offers-tag::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;
    background: radial-gradient(circle, #ffd700 0%, #ffae00 70%);
    border-radius: 50%;

    opacity: 0;
    pointer-events: none;
}

/* Sparkles on hover */
.current-offers-tag:hover::before {
    animation: festSparkle1 0.9s ease-out;
}

.current-offers-tag:hover::after {
    animation: festSparkle2 0.9s ease-out;
}

/* ================= Animations ================= */

/* Blink */
@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Festival sparkle burst */
@keyframes festSparkle1 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-90px, -40px) scale(0.3);
    }
}

@keyframes festSparkle2 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(80px, 50px) scale(0.3);
    }
}


/*.current-offers-tag span {
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: white;
}*/



/* Tablet */
@media (max-width: 768px) {
    .current-offers-tag {
        padding: 12px;
    }

    .current-offers-tag .offer-icon {
        width: 36px;
        height: 36px;
    }
}

/* Large phones */
@media (max-width: 480px) {
    .current-offers-tag {
        padding: 10px;
    }

    .current-offers-tag .offer-icon {
        width: 32px;
        height: 32px;
    }
}

/* Small phones */
@media (max-width: 320px) {
    .current-offers-tag {
        padding: 10px;
    }

    .current-offers-tag .offer-icon {
        width: 28px;
        height: 28px;
    }
}