/*----------------------------------*/

/*/////////////Footer Div////////////////*/

/*---------------------------------*/



footer{

  font-size:1vw;

  width:100%;

  display:block;

  line-height:1.7vw;

}



  @media screen and (max-width:1120px){

      footer{

          font-size:1.5vw;

          line-height:2.4vw;       

      }

  }

  @media screen and (max-width:800px){

      footer{

          font-size:1.8vw;

          line-height:2.7vw;       

      }

  }

  @media screen and (max-width:500px){

      footer{

          font-size:3vw;

          line-height:5vw;       

      }

  }

  @media screen and (max-width:320px){

      footer{

          font-size:4.5vw;

          line-height:6vw;       

      }

  }



footer a{

  font-weight:400;

}



/*----------------------------------*/

/*/////////FOOTER TITLE/////////////*/

/*---------------------------------*/

.footer-title{

  width:90%;

  margin:2% auto;

}



@media screen and (max-width:500px){

  .footer-title{

      margin-top:5%;      

  }

}

/*----------------------------------*/

/*/////////Container/////////////*/

/*---------------------------------*/

#footer-main{
  margin:2% auto;
  text-align:left;
  width:90%;
}

.footer-menu{
  width:100%;
  margin:0;
  max-width:none;
}

/*----------------------------------*/

/*/////////FB Icon/////////////*/

/*---------------------------------*/

.FB{

  display:inline-block;

  transition: .2s filter linear, .2s -webkit-filter linear;

  width:20px;

  height:20px;

  aspect-ratio:1/1;

}



.FB img{

  width:100%;

  aspect-ratio:1/1;

}



.FB:hover, .fb-icon:hover {

  filter: invert(32%) sepia(55%) saturate(2000%) hue-rotate(138deg) brightness(200%) contrast(90%);

}



.fb-icon{

  transition: .2s filter linear, .2s -webkit-filter linear;

}



object.FB{

  overflow:visible !important;

  overflow-clip-margin: 0 !important;

}

/*----------------------------------*/

/*/////////Footer Contact///////////*/

/*---------------------------------*/

.Contact{
  width:100%;
  margin:0;
  max-width:none;
}

/*----------------------------------*/

/*/////////Footer Business Hours///////////*/

/*---------------------------------*/

.BusinessHours{
  width:100%;
  margin:0;
  max-width:none;
}

/*----------------------------------*/

/*/////////Footer Signature///////////*/

/*---------------------------------*/



.signature{

  display:block;

  width:90%;

  margin:2% auto;

}



.signature::before{

  content:"";

  display: block;

  height: 0.5em;

  width: 100%;

  border-top: .5px solid grey;

 }







 @media screen and (max-width:500px){

  .signature::before{

      display: block;

  }

 }

   /* ========================================
   PREMIUM MOBILE FOOTER REDESIGN - LIGHT VERSION
======================================== */

.footer-tagline {
  margin: 0.5em 0 0;
  color: rgba(40, 40, 40, 0.72);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.footer-cta-mobile {
  display: none;
}

.footer-section-toggle {
  display: none;
}

.footer-section-content {
  display: block;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 2.5rem 1.2rem 1.5rem;
  }

  .footer-title {
    text-align: left;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 1.2rem;
  }

  .footer-title h1 {
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 0;
    color: #202020;
  }

  .footer-tagline {
     margin: 0 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 24rem;
    color: rgba(40, 40, 40, 0.72);
  }

  .footer-cta-mobile {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 680px;
    margin: 1.2rem auto 1.8rem;
  }

  .footer-cta-btn {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 14px 12px;
    border: 1px solid rgba(40, 40, 40, 0.18);
    background: rgba(255, 255, 255, 0.55);
    color: #202020;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .footer-cta-btn:hover,
  .footer-cta-btn:focus {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(40, 40, 40, 0.28);
    transform: translateY(-1px);
  }

  .footer-cta-btn-alt {
    background: transparent;
  }

  #footer-main {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .footer-section {
    border-top: 1px solid rgba(40, 40, 40, 0.12);
    padding: 0;
  }

  .footer-section:last-child {
    border-bottom: 1px solid rgba(40, 40, 40, 0.12);
  }

  .footer-section-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    background: transparent !important;
    color: #202020 !important;
    border: 0;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: left;
    cursor: pointer;
  }

  .footer-toggle-icon {
    font-size: 1.2rem;
    line-height: 1;
    transition: transform 0.28s ease;
    color: #202020;
  }

  .footer-section.active .footer-toggle-icon {
    transform: rotate(45deg);
  }

  .footer-section-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s ease;
  }

  .footer-section.active .footer-section-content {
    grid-template-rows: 1fr;
  }

  .footer-section-content > * {
    overflow: hidden;
    padding-bottom: 0;
  }

  .footer-section.active .footer-section-content > * {
    padding-bottom: 18px;
  }

  .footer-menu,
.Contact,
.BusinessHours {
  width: 100%;
  margin: 0;
  max-width: none;
}

  #footer-ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #footer-ul li {
    margin: 0 0 10px;
    list-style-type: none;
  }

  #footer-ul a,
  .Contact a,
  .BusinessHours a {
    text-decoration: none;
    color: rgba(40, 40, 40, 0.84);
    line-height: 1.6;
  }

  .Contact p,
  .BusinessHours p,
  .BusinessHours h3 {
    margin: 0 0 10px;
    color: rgba(40, 40, 40, 0.84);
    line-height: 1.6;
  }

  .BusinessHours h3 {
    color: #202020;
    font-size: 1rem;
  }

  .signature {
    width: 100%;
    max-width: 680px;
    margin: 1.4rem auto 0;
    text-align: left;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(40, 40, 40, 0.62);
  }

  .signature a {
    color: rgba(40, 40, 40, 0.82);
  }
}

@media screen and (max-width: 480px) {
  .footer-cta-mobile {
    flex-direction: column;
  }

  .footer-title h1 {
    font-size: 1.2rem;
  }

  .footer-tagline {
    font-size: 0.84rem;
  }

  .footer-section-toggle {
    padding: 16px 0;
    font-size: 0.92rem;
  }
}



/* ========================================
   FOOTER DESKTOP – OPTICAL CENTERING FIX
======================================== */

@media screen and (min-width: 769px) {
  #footer-main {
    width: 90%;
    margin: 2% auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr;
    column-gap: 8%;
    align-items: start;
  }

  .footer-section {
    min-width: 0;
  }

  .footer-section-content {
    display: block !important;
  }

  .footer-menu,
  .Contact,
  .BusinessHours {
    width: 100%;
    margin: 0;
    max-width: none;
  }

  .footer-menu {
    justify-self: start;
  }

  .Contact {
    justify-self: center;
  }

  .BusinessHours {
    justify-self: end;
  }

  .footer-section-toggle {
    display: none !important;
  }
}