html {   
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
} 

.top_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center !important;
  background-color: #0f4c81;
  padding: 1px 2px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 0.8125rem;
}
.top_bar .flash { color: #0f4c81 !important; }
.top_bar_left, .top_bar_center {
  margin: 0 4px 8px;
  white-space: nowrap;
  flex: 1 1 auto;
}
.top_bar h4,.top_bar p,.top_bar a,.top_bar_left a,.top_bar_center p {
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none !important;
  line-height: 0.85;
}
.top_bar i {font-size: 1.125em; margin: 0 4px 0 4px; }
.top_bar_left a:hover { text-decoration: underline; }

@media (max-width: 680px) {
  .top_bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 2px 4px;
  }
  .top_bar_left, .top_bar_center {
    margin: 0 2px;
    white-space: normal;
    min-width: 100%;
  }
}

/*The BANNER Image--*/
.hero-banner {
  position: relative;
  width: 100vw;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background: transparent;

  display: block;    
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 1;
}

.hero-banner_img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: brightness(0.85);
}

.hero-banner_content {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 4rem);
  color: #fff;
}

.hero-banner_content > * {
  pointer-events: auto;
}

.hero-banner_eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  margin: 0;
  opacity: 0.85;
}

.hero-banner h1 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  margin: 0;
  line-height: 1.2;
}

.hero-banner_cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.hero-banner_cta:hover {
  background: #fff;
  color: #1a1a1a;
}

@media (max-width: 720px) {
  .hero-banner_content {
    justify-content: center;
    text-align: left;
  }

  .hero-banner_cta {
    align-self: stretch;
    text-align: center;
  }
}
/* End the BANNER Image --&/

/*---- FESTIVE SLIDER BANNER --*/
.festive-banner {
  position: relative;
  width: 100%;
  padding: 1.2rem 2rem;
  background: linear-gradient(135deg, #ff2d2d 15%, #ff5e5e 60%, #b30000 90%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Inter", system-ui, sans-serif;
  gap: 0.8rem;
}

.festive-slide-wrapper {
  overflow: hidden;
  position: relative;
  flex: 1 1 280px;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;  
}

.festive-slide-wrapper .festive-slide {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.festive-slide-wrapper .festive-slide-track { animation: slideMessages 15s linear infinite; }

.festive-slide-track {
  display: flex;
  gap: 3rem;
  animation: slideMessages 15s linear infinite;
  white-space: nowrap;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  letter-spacing: 0.4px;
}
.festive-slide {
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  white-space: nowrap;
}
.festive-highlight {
  flex: 0 1 160px;
  flex-shrink: 0;
  min-width: 140px;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.festive-highlight .spark {
  width: 48px;
  height: 48px;
  background: radial-gradient(circle, #fff, transparent 70%);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.75);
}

.festive-cta {
  top: 50%;
  margin-left: auto;
  transform: translateY(-50%);
  border-radius: 30px;
  font-size: 0.95rem;
  align-self: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  border: 2px solid transparent;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  transition: transform 0.3s ease;
}
.festive-cta:hover { transform: translateY(-2px); }
.festive-cta-group {
  flex: 1 1 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.festive-cta.primary {
  margin-inline: 0.5rem;
  background: linear-gradient(135deg, #ff4d4f, #ff9a00, #fadb14);
  color: #2a0061;
}
.festive-cta.secondary {
  right: 2rem; margin-inline: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

@keyframes slideMessages {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .festive-banner {
    gap: 0.9rem;
    padding-inline: clamp(1rem, 3vw, 1.8rem);
  }

  .festive-slide-wrapper {
    min-width: 240px;
  }

  .festive-highlight {
    min-width: 120px;
  }

  .festive-cta-group {
    gap: 0.65rem;
  }
}

@media (max-width: 900px) {
  .festive-banner {
    gap: 0.75rem;
  }

  .festive-highlight {
    flex: 1 1 140px;
    min-width: 120px;
  }

  .festive-slide-wrapper {
    min-width: 200px;
  }

  .festive-cta-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .festive-banner {
    padding: 1rem;
    gap: 0.65rem;
  }

  .festive-highlight {
    flex-direction: row;
    padding: 0.3rem 0;
  }

  .festive-cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .festive-cta {
    position: static;
    transform: none;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .festive-cta {
    width: 100%;
    text-align: center;
  }
}
/*---- END OF FESTIVE SLIDER BANNER --*/ 

.festive-strip {
  position: relative;
  background: linear-gradient(135deg, #ff2d2d 15%, #ff5e5e 60%, #b30000 90%);
  color: #120a1d;
  padding: 1rem 1.8rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  font-family: "Inter", system-ui, sans-serif;
  gap: 0.8rem;
}

.festive-strip::before { pointer-events: none; }

.festive-strip_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.festive-strip_badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  overflow: visible;
  padding: 0.8rem 2.4rem 0.8rem 2rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  box-sizing: border-box;
}

.festive-strip_badge span {
  position: absolute;
  left: -1.2rem;
  top: 50%;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  z-index: 2;
  place-items: center;
  border: 2px solid #e74c3c;
  display: grid;
  transform: translate(-50%, -50%) scale(1.1);
}

.festive-strip_icon { font-size: clamp(1.75rem, 2vw, 2rem); }

.festive-strip_ticker {
  order: 3;
  flex: 1;
  min-width: 250px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.4rem 1.2rem;
  position: relative;
  box-sizing: border-box;
}

.festive-strip_ticker::before,
.festive-strip_ticker::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
}

.festive-strip_ticker::before {
  left: 0;
  background: linear-gradient(90deg, rgba(18, 10, 29, 0.9), transparent);
}

.festive-strip_ticker::after {
  right: 0;
  background: linear-gradient(270deg, rgba(18, 10, 29, 0.9), transparent);
}

@media (max-width: 600px) {
  .festive-strip_ticker::before,
  .festive-strip_ticker::after {
    width: 40px;
  }
}

.festive-strip_track {
  display: inline-flex;
  gap: 2rem;
  animation: stripScroll 14s linear infinite;
  white-space: nowrap;
  padding-left: 100%;
}

.festive-strip_track span {
  color: #120a1d;
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.festive-strip_cta {
  background: #120a1d;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.festive-strip_cta:hover {
  transform: translateY(-1px);
  opacity: 0.9;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

@keyframes stripScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 900px) {
  .festive-strip_inner {
    justify-content: center;
  }

  .festive-strip_badge,
  .festive-strip_cta {
    flex: 1 1 100%;
    text-align: center;
  }

  .festive-strip_cta {
    order: 3;
  }

  .festive-strip_ticker {
    order: 2;
    min-width: auto;
  }
}

@media (max-width: 600px) {
  .festive-strip_track {
    gap: 1.5rem;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
  }

  .festive-strip_badge {
    font-size: clamp(1rem, 2vw, 1.3rem);
  }
}
/*End */

.festive-badge {
  position: relative; 
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.2rem 0.5rem 2.8rem;
  border-radius: 4px;
  background: linear-gradient(135deg, #ff4d4f, #ff9a00, #fadb14);
  color: #120a1d;
  font-size: clamp(1.125rem, 2vw + 0.8rem, 1.125rem);
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  overflow: visible;
  z-index: 99;
}

.festive-icon {
  position: relative;
  left: 0.6rem;
  font-size: clamp(3.5rem, 2.4vw, 2.4rem);
  transform: translateY(-10%);
  z-index: 999;
  pointer-events: none;
}
@media (max-width: 768px) {
  .festive-badge {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1.125rem;
    padding: 0.35rem 0.9rem;
  }
}

/** Start of categories and cart section */
.brands-dropdown {
  position: relative;
  z-index: 10000;
  flex: 0 0 auto;
}

#brandsList {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  width: 260px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  display: none;
  font-family: "Poppins", "Segoe UI", sans-serif;
}
#brandsToggle {
  display: inline-block;
  padding: 4px 8px;
  background-color: #0f4c81;
  color: #fff;
  font-size: 0.95rem;
  border-radius: 0;
  font-weight: normal;
  cursor: pointer;
  user-select: none;
  border: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.5);
  font-family: "Poppins", "Segoe UI", sans-serif;
  transition: background-color 0.3s ease;
}
#brandsToggle i { margin-right: 1rem; }
#brandsToggle:hover { background-color: #005bb5; }
#brandsList {
  padding: 0.35rem;
  margin: 0;
  display: none;
  list-style-type: none;
}
#brandsList li {
  margin-bottom: 1px;
  padding: 1px 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
}
#brandsList li:last-child { margin-bottom: 0; }
#brandsList li a { 
  color: #252525;
  line-height: 0.8rem;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.8rem;
  font-weight: 500;
}
#brandsList li a:hover { 
  color: #007bff;
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 780px) {
  #brandsList {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  #brandsList li {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  #brandsList li a {
    display: block;
    padding: 4px 6px;
  }
} 

.top_bar_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  gap: 8px;
}
.top_bar_right {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 0.8rem;
  box-sizing: border-box;
  max-width: 100%;
  flex-wrap: nowrap;
}

.delivery_info {
  white-space: nowrap;
  font-size: 0.8125em;
  color: #103d5f;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: normal;
}

.shopping_bag {
  flex: 0 0 auto;
  transition: all 0.3s ease;
}

.cart_link {
  display: flex;
  align-items: center;
  max-width: 280px; /* enough for cart summary */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 0.8125rem;
}

.cart_link i {
  margin-right: 8px;
  color: #e74c3c;
  border: 1px solid #e74c3c;
  font-size: 1.15em;
  padding: 4px;
  border-radius: 50%;
  background: transparent;
}
.cart_text { 
    color: #e74c3c; 
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
}
.proqty {
    padding: 4px;
    margin-left: 7px;
    border: 1px solid #e74c3c;
    border-radius: 50%;
    background: transparent;
}

/* Default desktop (above 1600px) */
@media (min-width: 1600px) {
  .top_bar_container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
    gap: 30px;
  }
  .top_bar_right {
    gap: 30px;
  }
}

/* Large desktops */
@media (max-width: 1024px) {
  .top_bar_container {
    padding: 0 20px;
    gap: 25px;
  }
  .top_bar_right {
    gap: 25px;
  }
}

/* Medium desktops */
@media (max-width: 992px) {
  .top_bar_container {
    padding: 0 15px;
    gap: 20px;
  }
  .top_bar_right {
    gap: 20px;
  }
}

/* Small desktops */
@media (max-width: 780px) {
  .top_bar_container {
    padding: 0 10px;
    gap: 15px;
  }
  .top_bar_right {
    gap: 15px;
  }
}

/* Tablets */
@media (max-width: 767px) {
  .top_bar_container {
    flex-wrap: wrap;
    padding: 10px 15px;
    gap: 10px;
  }
  .brands-dropdown, .top_bar_right {
    flex: 1 1 100%;
    justify-content: center;
  }
  .top_bar_right {
    gap: 10px;
  }
}

/* Small tablets/large phones */
@media (max-width: 640px) {
  .top_bar_container {
    padding: 10px;
  }
  .top_bar_right {
    gap: 8px;
  }
  .delivery_info {
    font-size: 0.85rem;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .top_bar_container {
    padding: 8px 10px;
    gap: 6px;
  }
  .delivery_info {
    font-size: 0.8rem;
    text-align: center;
  }
  .cart_link {
    font-size: 0.9rem;
  }
}

/**Works on the Price Filters */ 


.filter-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: start;
  padding: 30px;
}

@media (max-width: 740px) {
  .filter-layout {
    grid-template-columns: 1fr;
  }
}

.filter-sidebar {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.06);
  position: relative;
  top: 20px;
}

.filter-sidebar h3 {
  font-size: 18px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.filter-sidebar label {
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
  margin-top: 15px;
  display: block;
}

.filter-sidebar input[type="range"] {
  width: 100%;
  margin-top: 5px;
}

.slider-value {
  font-size: 13px;
  margin-top: 6px;
  color: #111;
}

.filter-sidebar select,
.filter-sidebar button {
  width: 100%;
  margin-top: 12px;
}

.filter-sidebar select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fdfdfd;
}

.filter-sidebar button {
  background: #0f4c81;
  color: #fff;
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 0.75rem;  
}

.filter-sidebar .reset-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
}

.price-filter-bar {
  margin: 0 auto 1.5rem;
  max-width: 100%;
  padding: 0.75rem 1rem;
}

.slider-value {
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
}

/*End of Price Filters */

/*** Banner and Video player ***/
.hero-pair {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.hero-banner_post,
.hero-video,
.hero-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 15, 15, 0.12);
  min-height: 0;
  padding: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.hero-pair .hero-card {
  padding: 1.25rem;
  justify-content: center;
}

.hero-pair .hero-video .video-bg {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}

.hero-pair .hero-video .marketing-video {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(15, 15, 15, 0.2);
  max-height: 420px;
}

.hero-pair .hero-card h3 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.25rem, 1.2vw + 1rem, 1.5rem);
    font-weight: 600;
    text-transform: none;
    font-family: "Poppins", "Segoe UI", sans-serif;  
}

.hero-pair .hero-card .hero-callout__meta {
  color: #555;
  margin-bottom: 1.25rem;
}

.hero-pair .hero-card .hero-callout__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hero-pair .hero-card .btn {
  text-decoration: none;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.hero-pair .hero-card .btn-primary {
  background: linear-gradient(135deg, #ff7a18, #af002d);
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.hero-pair .hero-card .btn-ghost {
  border: 1px solid rgba(15, 15, 15, 0.2);
  color: #0f0f0f;
  background: transparent;
  font-weight: normal;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.hero-pair .hero-banner_post {
  grid-column: span 1;
  overflow: hidden;
}

.hero-pair .slider-track_post {
  display: flex;
  will-change: transform;
  width: 100%;
  transition: transform 0.5s ease;
  align-items: stretch;  
}

.hero-pair .hero-banner_post .slide_post {
  height: auto;
  overflow: hidden;
  flex: 1 1 auto;
  max-height: none;  
}

.hero-pair .hero-banner_post .slide_post img {
  display: block;
  filter: saturate(1.05);
  opacity: 1;
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 320px;
}

.hero-banner_post .slider-track_post { align-items: stretch; }

.hero-pair .hero-banner_post .slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #111;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hero-pair .hero-banner_post .slider-control:hover { background: #fff; }

.hero-pair .hero-banner_post .slider-control.prev { left: 0.75rem; }

.hero-pair .hero-banner_post .slider-control.next { right: 0.75rem; }

@media (max-width: 1024px) {
  .hero-pair {
    grid-template-columns: 1fr;
  }

  .hero-banner_post {
    grid-column: span 1;
    display: flex !important;
    min-height: 240px !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;    
  }

  .hero-banner_post,
  .hero-video,
  .hero-card {
    min-height: auto;
  }
}
/*** End of Banner and Video player ***/

/*Client live chats area*/
#chat-widget {
    position: fixed;
    bottom: 1%;
    right: 5px;
    width: 320px;
    font-family: Geneva, Verdana, sans-serif;
    z-index: 10000;
}

#chat-toggle-btn {
    background-color: #0f4c81;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    display: block;
    margin-left: auto;
}

#chat-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 10px;
}

#chat-box input[type="text"],
#chat-box input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
}

#chat-box textarea {
    width: 100%;
    height: 120px; /* adjusted height */
    border: 1px solid #ccc;
    padding: 10px;
    resize: none;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

#chat-box button#chat-send-btn {
    background-color: #0f4c81;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
}

#chat-box button#chat-send-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

#chat-status {
    font-size: 12px;
    color: #009933;
    padding: 5px 0 0 0;
}

/* Close button styles */
#chat-close-btn {
    color: #e74c3c;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 4px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    float: right;
}

#chat-close-btn:hover { color: #4f4f4f; }

/*** WhatsApp Area ***/
.whatsapp_chat {
	position: fixed;
    left: 5px;
    bottom: 1%;
 	width: 48px;
    height: 48px;   
	z-index: 10000;
    font-weight: bold;
	cursor: pointer;
    border-radius: 50%;
}

.whatsapp_chat i {
	font-size: 20px;
	color: #fff;
	padding: 10px;
	background-color: #25D366;
	border-radius: 50%;
	display: block; 
	text-align: center;
}         
.whatsapp_chat:hover {
   opacity: 1;
	filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
	transition: all 0.5s linear;
}
/*** End of WhatsApp Area ***/