:root {
    --font-family-primary: "Poppins", sans-serif;
    --font-family-secondary: "Outfit", sans-serif;

    --bg-one: #06202B;
    --bg-two: #077A7D;
    --bg-three: # ;
    --bg-four: #F5EEDD;
    --bg-five:#1cb098;
     --bg-six:#ff255c;
    --bg-seven:#1cb098;
    --bg-eight:#eff5ff;
    --bg-nine:#fdf8f4;
    --back-color1:#fff7ee;
      --back-color2:#f7efff;
        --back-color3:#effafd;
          --bg-footer:#111a24;

    --text-one: #06202B;
    --text-two: #077A7D;
    --text-three: #7AE2CF;
    --text-four: #F5EEDD;
}

@media (max-width:997px) {
  .footer2{
    margin-top: 20px;
  }
  .footer-list{
    padding-left: 2px !important;
  }
  .end-icon{
  display: flex;
  gap: 10px;
  justify-content: start !important;
  margin-top: 20px;
}
 .lower-footer{
    display: flex;
    flex-direction: column !important;
    justify-content:unset  !important;
    padding-top: 30px;
  }
  .navy-footer{
    padding: 30px 0px !important;
  }
  .call-section{
    
}
}

/* footer section here  */
.navy-footer{
    padding: 100px 0px;
    background-color: var(--bg-footer);
 
   

}
.call-section{
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.call-section h5{
  font-family: var(--font-family-primary);
}
.call-section h6{
  font-family: var(--font-family-secondary);
}

.footer1 p{
    color: white;
    font-family: var(--font-family-primary);
    margin-top: 20px;
    margin-bottom: 30px;
}
.phone-icon{
  width: 50px;
  height: 50px;
  background-color: #fff7ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.phone-icon i{
    font-size: 20px;

    color: var(--bg-footer);
}
.phone-info{
    color: white;
}
.footer2{
    color: white;


}
.footer2 h4{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-family-primary);
    margin-bottom: 30px;
}
.footer-list{
padding-left: 10px;
}
.footer-list li{
    list-style: none;
    font-family: var(--font-family-secondary);
    margin-top: 20px;
    
}
.footer3 h4{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-family-primary);
    margin-bottom: 30px;
    color: white;
}
.footer3 img{
    margin-bottom: 30px;
    border-radius: 10px;
}
.end-head h5{
    color: white;
   margin: 0px;
    font-family: var(--font-family-primary);
}
.end-icon{
  display: flex;
  gap: 10px;
  justify-content: end;
}
.end-icon a{
  text-decoration: none;
}
  .end-icon i{
    color: white;
    background-color: #29313a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
     display: flex;
    justify-content: center;
    align-items: center;
}
 .sticky-buttons {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  }

  /* ===== Common Button Styles ===== */
  .sticky-buttons button {
    width: 55px;
    height: 55px;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .sticky-buttons button img {
    width: 28px;
    height: 28px;
  }

  /* ===== Hover Effects ===== */
  .whatsapp-btn:hover {
    background: #25D366;
    transform: translateY(-3px);
  }

  .call-btn:hover {
    background: #1cb098;
    transform: translateY(-3px);
  }

  .sticky-buttons button:hover img {
    filter: brightness(0) invert(1);
  }

  /* ===== Responsive ===== */
  @media (max-width: 768px) {
    .sticky-buttons {
      bottom: 15px;
      right: 15px;
      gap: 10px;
    }
    .sticky-buttons button {
      width: 50px;
      height: 50px;
    }
    .sticky-buttons button img {
      width: 25px;
      height: 25px;
    }
  }
  .lower-footer{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }