/* Tablet View - 769px to 991px */
@media (min-width: 800px) and (max-width: 1024px) {
  
  /* Sticky Navigation Bar for Tablet */
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  body {
    padding-top: 70px;
  }

  /* Navigation Brand Logo */
  .navbar-brand img {
    max-width: 180px;
    left: -15px !important;
  }

  /* Menu Styling */
  .slicknav_btn {
    left: 15px !important;
  }

  .slicknav_menu {
    margin-top: 25px !important;
    left: 380px !important;
    width: 50% !important;
  }



  /* Social Icons */
  .socials-top a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #ff7e29;
    border: 2px solid #ff7e29;
    text-decoration: none;
    transition: 0.2s;
  }

  .socials-top a:hover {
    transform: translateY(-4px);
  }

  .socials-top a.facebook:hover,
  .socials-top a.instagram:hover,
  .socials-top a.linkedin:hover {
    background: #ff7e29;
    color: white;
    border-color: transparent;
  }

  /* Footer */
  .main-footer {
    padding: 120px 0 0 !important;
  }

  .footer-info-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-info-row h3 {
    margin-left: 0;
  }

.footer-copyright{
    bottom: -20px !important;
}


  /* Section Titles */
  .section-title p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .section-title {
    margin-bottom: 40px !important;
  }

  .section-title.section-title-center {
    width: 100%;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1px;
    margin-top: 20px !important;
  }

  /* Vision & Mission Pages */
  
  .our-vision {
    margin-top: -60px !important;
  }

  .our-mission {
    margin-top: -120px !important;
  }

  .post-entry blockquote {
    background-position: 2px 15px !important;
    padding: 20px 20px 20px 20px !important;
  }

  .page-features {
    padding: 60px 0 30px !important;
  }

  .page-features-1 {
    padding: 30px 0 30px !important;
  }

  .premium-ingredients {
    padding: 10px 0 !important;
  }

  /* Join Our Network Page */
  .faq-header {
    line-height: 130% !important;
  }

  .we-offer {
    padding: 10px 0 !important;
  }

  .Partnership {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
    justify-content: center !important;
  }

  .about-header {
    padding-top: 100px !important;
    padding-bottom: 35px !important;
    background-color: #ffffff !important;
  }

  .faq-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* Contact Us Page */
  .main-footer-1 {
    padding: 10px 0 0 !important;
  }

  .about-us-1 {
    padding: 10px 0px !important;
    margin-top: -60px !important;
  }

  .page-features-3 {
    padding: 100px 0 30px !important;
  }

  .page-features-4 {
    padding: 20px 0 30px !important;
  }

  .page-features-5 {
    padding: 100px 0 30px !important;
  }

  .page-contact-us {
    padding: 10px 0 !important;
  }

  .enquire-p {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  /* Popup Icons */
  .whatsapp-container {
    position: fixed;
    bottom: 80px;
    left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 9999;
  }


   .socials-top {      
        display: flex !important;
        gap: 15px !important;
        margin-left: -30px !important;
        z-index: 9999 !important;
        flex-direction: row-reverse !important;
        
    }


  .chat-popup {
    position: absolute;
    bottom: 85px;
    left: 0px;
    width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  /* Hide desktop socials */
  .socials {
    display: none;
  }
}