.header-style-1 .header-middle-ptb-1 {
    padding: 30px 0;
    background: linear-gradient(to right, #654321, #000000);
}
.header-style-1 .header-bottom-bg-color {
    border: none !important;
}
.pb-20 {
    padding-bottom: 20px!important;
    background-color: #bd7125 !important;
}


.menu-todays-rate {
    position: relative;
}

.menu-todays-rate .rate-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #fff;
    border: 1px solid #e6c200;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    padding: 12px;
    z-index: 1000;
}

.menu-todays-rate:hover .rate-box {
    display: block;
}

.menu-todays-rate .rate-box p {
    margin: 4px 0;
    font-size: 14px;
    color: #333;
}

.menu-todays-rate .rate-box strong {
    color: #b8860b;
}

/* ✅ Hide Today's Rate only in mobile menu */
@media (max-width: 991px) {
    .mobile-header-wrapper-style .menu-todays-rate {
        display: none !important;
    }
}


.current-price small {
    font-size: 12px;
    color: #777;
    font-style: italic;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #20bd5a, #0e6c5f);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.5);
}

.brand-tagline {
  font-family: 'Quicksand', sans-serif;
  color: #8B4513; /* elegant brown */
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0;
  position: relative;
  display: inline-block;
}

.brand-tagline::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #8B4513); /* gold-brown underline */
  margin: 10px auto 0;
  border-radius: 2px;
}

.newsletter-inner {
  position: relative;
  padding: 60px 40px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
  gap: 30px; /* space between text and image */
}

.newsletter-content h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.newsletter-image img {
  max-width: 350px;
  border-radius: 20px;
  border: 4px solid #d4af37; /* Gold border */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

.newsletter-image img:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 12px 30px rgba(139, 69, 19, 0.35);
  border-color: #8B4513; /* Deep brown hover */
}





.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    background: linear-gradient(to right, #654321, #000000);
}

.hero-3 h2 {
  font-family: 'Berkshire Swash', cursive !important;
  font-size: 70px !important;   /* adjust as needed */
  font-weight: normal !important;
  color: #ffffff !important;  /* pure white */
  
  text-align: right !important;  /* desktop = right */
  margin-right: 80px;            /* spacing from edge */
}

/* 📱 On mobile, force back to center */
@media (max-width: 768px) {
  .hero-3 h2 {
    font-size: 36px !important;
    text-align: center !important;
    margin-right: 0;
  }
}



.header-style-1.header-style-5 .header-bottom-bg-color {
    /* background-color:var(--color-brand)!important; */
    background: linear-gradient(to right, #654321, #000000);
}

.mobile-promotion {
       background: linear-gradient(to right, #654321, #000000);
    }

@media (max-width: 991px) {
    .header-action-right .header-action-icon-2 a[href*="compare"],
    .header-action-right .header-action-icon-2 a[href*="wishlist"] {
        display: none !important;
    }
}

.mobile-todays-rate {
    position: relative;
}

.todays-rate-dropdown {
    min-width: 160px;
    font-size: 14px;
    color: #333;
}

/* === Load Berkshire Swash font === */
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

/* Ensure slider-content is relative for proper absolute positioning */
#slick-slide01 .slider-content {
  position: relative !important;
  text-align: left !important;
  width: 100% !important;
  height: 100% !important;
}

/* Hero caption styles */
#slick-slide01 .hero-caption {
  position: absolute !important;
  top: 50% !important;                   /* desktop vertical center */
  left: 40px !important;                 /* spacing from left */
  transform: translateY(-50%) !important; /* vertical centering */
  font-family: 'Berkshire Swash', cursive !important;
  font-weight: 400 !important;
  font-size: 80px !important;            /* desktop font size */
  line-height: 1.1 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6) !important;
  white-space: normal !important;
  max-width: 85% !important;
  z-index: 50 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: left !important;
  -webkit-text-stroke: 0px !important;

  /* Fade-in animation */
  opacity: 0;
  animation: fadeInCaption 1s ease-in-out forwards;
  animation-delay: 0.5s;
}

/* Ensure nested elements inherit color */
#slick-slide01 .hero-caption,
#slick-slide01 .hero-caption * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* === Responsive === */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  #slick-slide01 .hero-caption {
    font-size: 50px !important;  /* tablet font size */
  }
}

/* Mobile (≤768px) → bottom-left, slightly higher + bigger font */
@media (max-width: 768px) {
  #slick-slide01 .slider-content {
    position: relative !important;
  }

  #slick-slide01 .hero-caption {
    top: auto !important;
    bottom: 15% !important;        /* slightly higher */
    left: 5% !important;
    transform: none !important;
    font-size: 38px !important;    /* increased font size */
    line-height: 1.2 !important;
    text-align: left !important;
  }
}

/* Small phones (≤480px) */
@media (max-width: 480px) {
  #slick-slide01 .hero-caption {
    bottom: 13% !important;        /* slightly higher */
    left: 4% !important;
    font-size: 30px !important;    /* increased font size */
    line-height: 1.2 !important;
  }
}

/* Fade-in animation keyframes */
@keyframes fadeInCaption {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Floating WhatsApp Button - Modern Gradient */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(45deg, #25D366, #128C7E, #1ed760, #25D366);
    background-size: 300% 300%;
    color: white;
    border-radius: 50px;
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    opacity: 0;
    animation: whatsapp-fadein 1s forwards, whatsapp-gradient 4s ease infinite, whatsapp-bounce 2s 1s;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Icon inside button */
.whatsapp-float i {
    font-size: 28px;
    margin-right: 10px;
}

/* Fade-in animation */
@keyframes whatsapp-fadein {
    to { opacity: 1; }
}

/* Bounce animation */
@keyframes whatsapp-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    60% { transform: translateY(-3px); }
}

/* Animated gradient */
@keyframes whatsapp-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Hover effect */
.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
}

/* Label styling */
.whatsapp-label {
    display: inline-block;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        height: 50px;           /* slightly smaller */
        padding: 0 12px;        /* less horizontal padding */
        bottom: 15px;
        right: 15px;
        font-size: 14px;        /* smaller text */
        border-radius: 40px;    /* slightly rounded for compact look */
        animation: whatsapp-fadein 1s forwards, whatsapp-gradient 4s ease infinite; /* no bounce on mobile */
    }

    .whatsapp-float i {
        font-size: 22px;        /* smaller icon */
        margin-right: 6px;
    }

    .whatsapp-label {
        display: inline-block;  /* keep label visible */
    }
}