  /* Custom Styles */
   
 :root { 
            --pink-1: #ff69b4;    /* Hot Pink */
            --pink-2: #ff1493;    /* Deep Pink */
            --pink-3: #ffb6c1;   /* Light Pink */
            --orange: #ff8e53;    /* Soft Orange */
            --sky-blue: #87CEEB;  /* Sky Blue */
            --blue: #4b6cb7;      /* Medium Blue */
        }


        @keyframes gradientFlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }


	.phone-icon {
  position: fixed;
  bottom: 99px;
  right: -4px;         /* ✅ changed from 'right' to 'left' */
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}



    .whatapp-icon {
  position: fixed;
  bottom: 17px;
  right: -10px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px; /* spacing between buttons */
  align-items: center;
}



body {
       background: linear-gradient(-45deg,
                var(--pink-1),
                var(--orange),
                var(--pink-3),
                var(--sky-blue),
                var(--blue));
            background-size: 400% 400%;
            animation: gradientFlow 15s ease infinite;


	font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      overflow-y: auto; /* Enable vertical scrolling */
    }


     @media (max-width: 768px) {
    #fixedMenu {
      position: fixed;
      bottom: -15px;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;


      padding: 10px 0;
    }

    #fixedMenu .ui.menu {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 40px; /* Adds spacing between menu items */
    }

    #fixedMenu .item {
      padding: 10px 15px; /* Adjust padding for better touch interaction */
    }
  }

    @media (min-width: 769px) {
      #fixedMenu {
        position: fixed;
        top: -15px;
        left: 0;
        width: 100%;
        z-index: 1000;
background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;


	padding: 10px 0;
      }

      #fixedMenu .ui.menu {
        display: flex;
        justify-content: center;
        width: 100%;
	gap: 40px;
      }
    }

    .ui.menu .item {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ui.menu i.icon {
      font-size: 2.5em;
      margin-right: 8px;
    }

    @media (max-width: 768px) {
      .ui.menu .item {
        display: block;
      }

      .ui.menu .item i.icon {
        font-size: 1.8em;
        margin-right: 0;
      }

      .ui.menu .item {
        width: 50px;
      }

      .ui.menu .item .text {
        display: none;
      }

      .ui.menu .item:hover .text {
        display: inline-block;
      }
    }


    #orde {
      max-width: 800px;
      margin: 50px auto;
      padding: 20px;
       background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;
        margin-top: 138px;

      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 768px) {
  #orde {
    max-width: 366px;  /* Full width on mobile */

     background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;
        margin-top: 20px;

  }
}


    @media (min-width: 1024px) {
      #orde {
 background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;
      
        margin-top: 138px;
}
    }

    h1 {
      text-align: center;
      color: #333;
      margin-bottom: 20px;
    }

    .tracking-form {
      margin-bottom: 30px;
    }

    .status-tracker {
      position: relative;
      margin-top: 30px;
      padding: 20px;
       background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;

      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .status-line {
      position: absolute;
      top: 50px;
      left: 50px;
      bottom: 50px;
      width: 4px;
      background: #ddd;
      z-index: 1;
    }

    .status-step {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 2;
      margin-bottom: 50px;
    }

    .status-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #fff;
      border: 4px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .status-circle i {
      font-size: 24px;
      color: #888;
    }

    .status-circle.active {
      border-color: #21ba45; /* Green for active steps */
    }

    .status-circle.completed {
      border-color: #2185d0; /* Blue for completed steps */
    }

    .status-step p {
      margin: 0 0 0 20px;
      font-size: 16px;
      color: #333;
    }

    .courier-boy-animation {
      position: absolute;
      top: 0;
      left: 35px;
      width: 50px;
      height: 50px;
      background: url('https://cdn-icons-png.flaticon.com/512/3063/3063188.png') no-repeat center center/contain;
      animation: moveCourier 3s linear infinite;
    }

    @keyframes moveCourier {
      0% { top: 0; }
      100% { top: calc(100% - 50px); }
    }

    .download-button {
      text-align: center;
      margin-top: 30px;
    }

    .download-button .ui.button {
      background: #21ba45;
      color: #fff;
      font-size: 16px;
      padding: 12px 24px;
      border-radius: 5px;
    }

    .download-button .ui.button:hover {
      background: #16ab39;
    }


    .footer-wrapper {
      background-color: #1a1a1a;
      color: #fff;
      padding: 2rem 0;
      width: 100%;
    }
    .footer-section {
      margin-bottom: 1.5rem;
    }
    .footer-section h4 {
      color: #ff6f61;
      margin-bottom: 1rem;
    }
    .footer-section p {
      line-height: 1.6;
    }
    .legal-notice {
      margin-top: 2rem;
      padding: 1rem;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 5px;
    }
    .legal-notice h5 {
      color: #e74c3c;
      margin-bottom: 1rem;
    }


    @media (max-width: 768px) {
      #fixedMenu {
        position: fixed;
        bottom: -15px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;

	padding: 10px 0;
      }

      #fixedMenu .ui.menu {
        display: flex;
        justify-content: center;
        width: 100%;
	gap: 40px;
      }
    }

    @media (min-width: 769px) {
      #fixedMenu {
        position: fixed;
        top: -15px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;


	padding: 10px 0;
      }

      #fixedMenu .ui.menu {
        display: flex;
        justify-content: center;
        width: 100%;
	gap: 40px;
      }
    }

    .ui.menu .item {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ui.menu i.icon {
      font-size: 2.5em;
      margin-right: 8px;
    }

    @media (max-width: 768px) {
      .ui.menu .item {
        display: block;
      }

      .ui.menu .item i.icon {
        font-size: 1.8em;
        margin-right: 0;
      }

      .ui.menu .item {
        width: 50px;
      }

      .ui.menu .item .text {
        display: none;
      }

      .ui.menu .item:hover .text {
        display: inline-block;
      }
    }

     


body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    .ui.container {
      padding: 2rem;

    }

        @media (min-width: 1024px) {
   .ui.container {
        margin-top: 100px; /* Increase margin for desktop */
    }
}



