@media (max-width: 768px) {
  .navbar-container {
    padding: 10px;

  }

  .navbar-logo {
    margin-right: 10px;
  }

  .navbar {
    display: none;
    /* Hide desktop menu */
  }

  .hamburger {
    display: flex;
    /* Show hamburger */
  }

  .site-footer {
    margin: 40px 15px 0px;
    padding: 30px 15px 15px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  body {
    padding: 0px;
    position: relative;
    top: 62px;
  }

  nav {
    margin: 10px;
  }

  .navbar-container {
    padding: 20px 14px 10px 14px;
    BORDER-RADIUS: 0PX 0PX 20PX 20PX !important;
    border: 1px solid #8282824d;
    top: -10px !important;
    height: 70px;
  }

  .navbar-logo {
    height: 35px;
    min-width: 35px;
    font-size: 10px;
  }

  .hamburger span {
    width: 22px;
    height: 2.5px;
  }

  .mobile-menu {
    width: fit-content;
  }
}

/* ===== RESPONSIVENESS FOR CONTACT PAGE ===== */

/* Extra Small: 0px – 480px */
@media (max-width: 480px) {
  .contact-section {
    flex-direction: column;
    width: 95%;
    margin: 60px auto 40px;
    gap: 30px;
  }

  .hero-content {
    flex: 0 0 auto;
    width: 100%;
    align-items: flex-start;
    position: relative;
    top: -35px;
  }

  .header-text-1 h1 {
    font-size: 22px;
  }

  .header-text-2 h2 {
    font-size: 20px;
  }

  .header-text-3 h3 {
    font-size: 18px;
  }

  .header-container {
    width: 100%;
    padding: 30px 20px;
  }

  .colume-container-1,
  .colume-container-2 {
    flex-direction: column;
    align-items: center;
  }

  .button button {
    width: 100%;
    max-width: 300px;
  }

  #heading-2 {
    margin-left: 20px;
    font-size: 24px;
  }

  .locations {
    grid-template-columns: 1fr;
    padding: 0 15px 40px;
  }

  .product {
    max-width: 100%;
    padding: 24px 16px;
  }

  .product img {
    height: 220px;
    margin: -24px -16px 16px -16px;
    width: calc(100% + 32px);
  }

  .unorder-list {
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .navbar {
    display: none !important;
  }
}


/* Small: 481px – 768px */
@media (min-width: 481px) and (max-width: 768px) {
  .contact-section {
    width: 95%;
    margin: 70px auto 50px;
  }

  .hero-content {
    flex: 0 0 40%;
  }

  .header-text-1 h1 {
    font-size: 24px;
  }

  .header-text-2 h2 {
    font-size: 22px;
  }

  .header-text-3 h3 {
    font-size: 19px;
  }

  .locations {
    grid-template-columns: repeat(2, 1fr);
  }

  .product {
    max-width: 320px;
  }
}

/* Medium: 769px – 992px */
@media (min-width: 769px) and (max-width: 992px) {



  .contact-section {
    width: 80%;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    width: 110%;
  }

  .hero-content {
    flex: 0 0 42%;
  }

  .header-text-1 h1 {
    font-size: 26px;
  }

  .header-text-2 h2 {
    font-size: 23px;
  }

  .header-text-3 h3 {
    font-size: 20px;
  }

  .locations {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large: 993px – 1280px */
@media (min-width: 993px) and (max-width: 1280px) {
  .contact-section {
    width: 85%;
  }

  .hero-content {
    flex: 0 0 42%;
  }

  .header-text-1 h1 {
    font-size: 27px;
  }

  .header-text-2 h2 {
    font-size: 24px;
  }

  .header-text-3 h3 {
    font-size: 20px;
  }

  .locations {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Extra Large: 1281px – 1920px */
@media (min-width: 1281px) and (max-width: 1920px) {
  .contact-section {
    width: 50%;
  }

  .hero-content {
    flex: 0 0 42%;
  }

  .header-text-1 h1 {
    font-size: 28px;
  }

  .header-text-2 h2 {
    font-size: 24px;
  }

  .header-text-3 h3 {
    font-size: 20px;
  }

  .locations {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Ultra HD: 1921px+ */
@media (min-width: 1921px) {
  .contact-section {
    width: 50%;
    max-width: 1600px;
  }

  .hero-content {
    flex: 0 0 42%;
  }

  .header-text-1 h1 {
    font-size: 30px;
  }

  .header-text-2 h2 {
    font-size: 26px;
  }

  .header-text-3 h3 {
    font-size: 22px;
  }

  .locations {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1800px;
    margin: 0 auto;
  }
}


/* =========================================
   NEW FLUID RAINBOW SEARCH BAR
   ========================================= */

/* 1. Animation Setup */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes spin-clockwise {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

/* 2. Container Layout */
.search-container {
  position: relative;
  width: 400px;
  height: 50px;
  scale:0.91;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0;
}

/* Desktop Constraint */
@media (min-width: 992px) {
  .search-container {
    max-width: 450px;
  }
}

/* 3. Rainbow Border & Glow */
.search-container::before,
.search-container::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 55px;
  z-index: -1;
  background: conic-gradient(from var(--angle), #0099ff, #0099ff, #01e8bc, #01e8bc, #0099ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.search-container::after {
  filter: blur(20px);
  z-index: -2;
}

/* Animation Triggers */
.search-container:hover::before,
.search-container:hover::after,
.search-container:focus-within::before,
.search-container:focus-within::after {
  opacity: 1;
  animation: spin-clockwise 4s linear infinite;
}

/* 4. Form & Layout */
.search-container form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100% !important;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 0 2px #0099ff;
  transition: box-shadow 0.3s ease;
  /* Fluid Height: Scales between 45px and 65px */
  height: clamp(45px, 10vw, 65px);
}

.search-container:hover form,
.search-container:focus-within form {
  box-shadow: 0 0 0 0 transparent;
}

/* 5. Input Field */
.search-input {
  flex-grow: 1;
  min-width: 0;
  /* Allows shrinking on tiny screens */
  height: 100%;
  border: none;
  outline: none;

  background: transparent;
  padding-left: clamp(15px, 3vw, 30px);
  padding-right: 10px;
  font-size: clamp(14px, 2.5vw, 18px);
  color: #000;
}

.search-input::placeholder {
  color: #0099ff;
  opacity: 0.7;
}

/* 6. Button */
.search-button {
  /* Fluid Width: Scales between 45px and 65px */
  width: clamp(45px, 10vw, 65px);
  height: 100%;
  flex-shrink: 0;
  /* Prevents squashing */
  background: #0099ff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-button i {
  color: #000000;
  font-size: 28px !important;
}

.search-container:focus-within .search-button i {
  color: #000000;
}

/* Media query for max-width: 700px - Space for manual editing */
@media (max-width: 700px) {
  .hero-images .hero-img {
    height: 336PX;
    POSITION: RELATIVE;
    TOP: -13PX;
  }
}

@media (max-width: 480px) {
  .hero-images .hero-img {
    height: 336PX;
    POSITION: RELATIVE;
    TOP: -30PX;
  }

  body {
    padding: 0px;
  }

  .search-container::before,
  .search-container::after {
    inset: -2px !important;
  }

  .search-input {
    margin: 0px -35px 0px 0px !important;
  }

  .search-button {
    right: -8px !important;
  }

  .search-button i {
    padding: 8px 19px 8px 19px !important;
  }
}

/* --- Animated Search Bar Styles --- */
/* Define the Angle Property for smooth rotation */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

/* The Animated RGB Border & Glow */
.search-container::before,
.search-container::after {
  content: '';
  position: absolute;
  /* Negative inset controls border thickness */
  inset: -3px;
  border-radius: 50px;
  z-index: -1;
  /* YOUR SPECIFIC COLORS */
  background: conic-gradient(from var(--angle), #0099ff, #0099ff, #01e8bc, #01e8bc, #0099ff);
  /* Start Hidden */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Special Blur for the Shadow (::after) */
.search-container::after {
  filter: blur(25px);
  z-index: -2;
}

/* Animation Triggers (Hover AND Click/Focus) */
/* When Hovering OR When Input is Focused (Clicked) */
.search-container:hover::before,
.search-container:hover::after,
.search-container:focus-within::before,
.search-container:focus-within::after {
  opacity: 1;
  animation: spin-clockwise 10s linear infinite;
}

/* The Input Field */
.search-input {
  height: 100%;
  border: none;
  outline: none;
  position: relative;
  z-index: 501;
  background: #ffffff;
  border-radius: 50px;
  margin: 0px -30px 0px 0px;
  padding: 0 15px 0 15px;
  font-size: 18px;
  color: #000000;
  box-shadow: inset 0 0 0 1px #000000;
  transition: box-shadow 0.3s ease;


}

.search-input::placeholder {
  color: #008080;
  /* Teal Placeholder */
  opacity: 0.7;
}

/* Hide the static Teal border when the animated border is active */
.search-container:hover .search-input,
.search-container:focus-within .search-input {
  box-shadow: inset 0 0 0 0 transparent;
}

/* Search Icon */
.search-button {
  position: relative;
  right: -6px;
  width: 103px;
  height: 65px;
  pointer-events: auto;
  background: #0099ff;
  border: none;
  padding: 16px 19px 15px 40px;
}

.search-button i {
  fill: #008080;
  margin: 16px;
  padding: 11px 22px 11px 22px;
  align-self: center;
  border-radius: 25px;
  display: table;
  background: #ffffff8a;
  transition: color 0.3s ease;
}

/* Make icon black when typing */
.search-container:focus-within .search-button i {
  color: #000000;
}

/* The Animation Keyframes */
@keyframes spin-clockwise {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

/* Override existing search-container styles */
.search-container {
  position: relative;
  width: 400px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0;
  /* Remove existing padding */
}

.search-container form {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .navbar-logo {
        width: 75px !important;
        height: 5px !important;
        scale: 1 !important;
  }

  .search-container {
    height: 44px !important;
    width: 220px;
  }

  .search-input {
    padding: 0 15px 0 10px !important;
  }
}

/* Mobile Dropdown */
.mobile-dropdown-item {
  position: relative;
}

.mobile-dropdown {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.9s ease-in-out;
}

.mobile-dropdown-item.active .mobile-dropdown {
  display: block;
  transition: max-height 0.9s ease-in-out;
  max-height: 500px;
}

/* Enhanced Split Button & Dropdown Theme */
.split-button {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.split-button:hover {
  box-shadow: 0 8px 15px rgba(0, 153, 255, 0.15) !important;
  border-color: rgba(0, 153, 255, 0.3);
  transform: translateY(-1px);
}

.split-button-right {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  color: #1e293b;
}

.split-button-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0099ff, #00c11b);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.split-button-right:hover::before {
  opacity: 0.1;
}

.split-button-right i {
  z-index: 1;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.split-button-right:hover i {
  color: #0099ff;
}

/* Update for Single Toggle Button */
.split-button.single-toggle-action {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.split-button.single-toggle-action:active {
  transform: scale(0.98);
}

.split-button-content {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 20px;
  flex-grow: 1;
  font-weight: bold;
  color: #1e293b;
  gap: 10px;
}

.split-button-content i {
  color: #8f8e8e;
  font-size: 16px;
}

.split-button-icon {
  padding: 12px 20px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* Remove the split border */
.split-button.single-toggle-action .split-button-right,
.split-button.single-toggle-action .split-button-icon {
  border-left: none;
  background: transparent;
}

/* Hover effect for the whole button */
.split-button.single-toggle-action:hover {
  background: rgba(255, 255, 255, 0.95);
}

/* Rotate icon when expanded */
.split-button.single-toggle-action[aria-expanded="true"] .split-button-icon i {
  transform: rotate(180deg);
}

/* Ensure existing split-button styles don't conflict */
.split-button.single-toggle-action .split-button-content {
  cursor: pointer;
}

/* Desktop Dropdown Specifics */
@media (min-width: 993px) {
  .navbar .mobile-dropdown {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 200px;
    background: rgb(255 255 255);
    backdrop-filter: blur(20px);
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    display: block !important;
    max-height: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1100;
  }

  .navbar .mobile-dropdown-item.active .mobile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .navbar .mobile-dropdown::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    /* Curved 4-point star (Sparkle) shape using SVG mask */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C12 8 20 12 24 12C20 12 12 20 12 24C12 20 4 12 0 12C4 12 12 8 12 0Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C12 8 20 12 24 12C20 12 12 20 12 24C12 20 4 12 0 12C4 12 12 8 12 0Z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* Use drop-shadow filter since mask clips box-shadow */
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    clip-path: none;
    box-shadow: none;
  }

  .navbar .mobile-dropdown li {
    margin: 0;
  }

  .navbar .mobile-dropdown a {
    background: transparent;
    color: #334155;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: left;
    border: none;
    display: block;
  }

  .navbar .mobile-dropdown a:hover {
    background: rgba(0, 153, 255, 0.08);
    color: #0099ff;
    padding-left: 20px;
  }
}


