 .social-premium {
  padding: 20px 0;
}

.social-container {
  display: flex;
  justify-content: flex-end; /* right side */
  align-items: center;
  margin-right: 20px;
 
}

.social-item {
  text-align: center;
}

.icon-box {
  width: 30px;
  height: 30px;
 
  border-radius: 20px;
  display: flex;
  justify-content: left;
  margin-right: 15px;
  align-items: center;
 
  font-size: 25px;
  
  margin-bottom: 10px;
  transition: 0.3s ease;
}
/* LinkedIn */
.icon-box.linkedin i {
  color: #0A66C2;
}

/* Instagram */
.icon-box.insta i {
  color: #E4405F;
}

/* Hover lift effect */
.icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* brand hover */
.fb:hover { background:#1877f2; color:#fff; }
.insta:hover { 
  background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5); 
  color:#fff;
}
.tw:hover { background:#000; color:#fff; }
.yt:hover { background:#ff0000; color:#fff; }

/* title style */
.social-item p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
}


/* Tablet */
@media(max-width: 992px) {
  .social-container {
    gap: 25px;
  }
  .icon-box {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

/* Mobile */
@media(max-width: 576px) {
  .social-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .icon-box {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .social-item p {
    font-size: 14px;
  }
}
  /* Style for the 'Get a Machine' button */
.ara-left .ara-btn.btn-outline-light {
    background-color: #ffffff;  /* White background */
    color: #C7A23B;             /* Red text */
    border: 1px solid #C7A23B;  /* Red border to match text */
}

/* Optional: hover effect */
.ara-left .ara-btn.btn-outline-light:hover {
    background-color: #C7A23B;  /* Red background on hover */
    color: #ffffff;             /* White text on hover */
    border-color: #C7A23B;
}

/* Gap between the two buttons */
.ara-left .d-flex.gap-2 > .ara-btn {
    margin-right: 10px;  /* Adjust the gap as needed */
}

  /* Hide toggle on desktop */
.ara-toggle {
    display: none;
}

/* DEFAULT DESKTOP MENU */
.ara-nav ul {
    display: flex;
    
}

/* ===== MOBILE & TABLET MENU ===== */
@media (max-width: 991px) {

    /* Show toggle button */
    .ara-toggle {
        display: block;
        font-size: 30px;
        background: none;
        border: none;
        cursor: pointer;
        color: #002B45;
    }

    /* Navigation hidden by default */
    .ara-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        display: none;
        padding: 20px 0;
        z-index: 500;
    }

    .ara-nav.show {
        display: block !important;
    }

    /* Stacked menu items */
    .ara-nav ul {
        flex-direction: column;
       
        text-align: center;
        padding: 0;
    }
}

/* MOBILE & TAB: IMAGE TOP, TEXT BOTTOM */
@media (max-width: 992px) {
    .ara-slide {
        flex-direction: column-reverse !important;
        text-align: center;
    }

    .ara-left {
        width: 100% !important;
        padding: 40px 25px !important;
    }

    .ara-right {
        width: 100% !important;
        height: 55vh !important;
    }

    .ara-right img {
        height: 100% !important;
    }
}

/* DESKTOP DEFAULT */
@media (min-width: 993px) {
    .ara-slide {
        flex-direction: row !important;
    }
}

/* ================================================
   RESPONSIVE HEADER + TOGGLE MENU
================================================ */



/* Wave Always on top */
.ara-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: #ffffff;

    z-index: 10 !important;  /* WAVE ALWAYS ON TOP */

    /* Your smooth wave (normal view) */
    clip-path: path("M0,120 C300,200 1100,40 1440,130 L1440,300 L0,300 Z");
}
.f { color: #1877F2; }   /* Facebook */
.t { color: #1DA1F2; }   /* Twitter */
.y { color: #FF0000; }   /* YouTube */
.i { color: #E4405F; }   /* Instagram */

  /* ========== FLOATING HEADER ========== */
.ara-header {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    background: #fff;
    border-radius: 70px;
    padding: 15px 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}



.ara-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ara-logo img {
    width: 150px;
}

.ara-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    
    
}
.ara-header-inner{
    display: flex;
    align-items: center;
}

.ara-nav{
    display: flex;
    align-items: center;
    width: 100%;
}

.ara-nav ul{
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ara-header {
  position: fixed;
 
}

/* PUSH BUTTON TO RIGHT */
#b2bBtn{
    margin-left: auto;
}

/* Large screens (desktops & above) */
@media (min-width: 1200px) {
    .ara-nav ul {
      
    }
}
@media (min-width: 1400px) {
    .ara-nav ul {
      
    }
}
/* 13.6-inch laptops & above */
@media (min-width: 1366px) {
    .ara-nav ul {
      
    }
}
/* CENTER NAVIGATION */
.ara-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ara-nav {
    
    display: flex;
    justify-content: center;
}

.ara-nav ul {
    display: flex;
    
   
}
/* CTA BUTTON */
.header-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px;
    font-size: 20px;
    text-decoration: none;
    color: #1DAC4A;
   border-radius: 30px;
    overflow: hidden;
}

.arrow-icon {
    display: inline-block;
    animation: arrowMove 1s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(8px);
        opacity: 0.6;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* TEXT smooth fade */
.header-btn span {
    transition: opacity 0.25s ease, width 0.3s ease;
    white-space: nowrap;
}

/* ICON */
.header-btn img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
/* MOBILE NAV DEFAULT STATE */
@media (max-width: 991px) {

    .ara-nav {
        display: none !important;
    }

    /* When toggle adds .show → menu opens */
    .ara-nav.show {
        display: block !important;
    }
}

/* HOVER → icon only */
/* HOVER → icon only (NO WIDTH CHANGE) */

/* DO NOT CHANGE WIDTH ON HOVER */


/* Hide header button in mobile view */
@media (max-width: 991px) {
    .header-btn {
        display: none !important;
    }
}

.ara-nav ul li a {
    text-decoration: none;
  font-size: 20px;
  font-weight: 400px;
    color: #002B45;
   
   
}


/* ========== SLIDER WRAPPER ========== */
.ara-slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    width: 100%;
}

/* ========== PROGRESS BAR + PAUSE BUTTON ========== */
.ara-progress {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pause-btn {
    background: #fff;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.line-holder {
    width: 4px;
    height: 260px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    overflow: hidden;
}

.line-fill {
    width: 100%;
    height: 0%;
    background: #1DAC4A;
    transition: height linear;
}


/* ========== SLIDE LAYOUT ========== */
.ara-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    background: var(--bg);
}

.ara-slide.active {
    opacity: 1;
    z-index: 10;
}

/* ========== LEFT TEXT COLUMN ========== */
.ara-left {
    width: 50%;
    padding: 180px 120px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.ara-left h1 {
    font-size: 40px;
    margin-top: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #C7A23B;
}

.ara-left p {
    font-size: 30px;
    margin-bottom: 30px;
}

.ara-btn {
    padding: 16px 15px;
    border-radius: 40px;
    background: #1DAC4A;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

/* ========== RIGHT IMAGE COLUMN ========== */
.ara-right {
    width: 50%;
    height: 100%;
}

.ara-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* CARD GRID FIX */
.nutri-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.nutri-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* IMAGE FULL SHOW — NO CROP */
.nutri-img img {
  width: 100%;
  height: 500px;   /* Big + equal height */
  object-fit: cover;
  background: #f8f8f8;
 
}

/* CONTENT FLEX */
.nutri-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}


.wa-text {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
}

.wa-more {
  display: none;
}

.wa-btn {
  color: #f15b26;
  font-weight: 600;
  cursor: pointer;
  margin-left: 4px;
}


.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.read-inline {
  color: #03214A;
  
  cursor: pointer;
  margin-left: 5px;
}

.full-text {
  display: none;
  margin-top: 8px;
}
