/* ===== FOOTER ===== */
.main-footer {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
    opacity: 1;
    /* background: rgb(5 5 5 / var(--tw-bg-opacity, 1)); */
    background: #111827e6;
}
/* ===== CONTAINER ===== */
.footer-container{
  max-width:1400px;
  margin:auto;
  padding:0 24px 50px;

  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:80px;
}

/* ===== LOGO ===== */
.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  margin-bottom:18px;
}

.logo-icon{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#ff7a1a;
  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:15px;
}

.logo-text{
  color:#fff;
  font-size:34px;
  font-family:Georgia, serif;
  font-weight:600;
}

/* ===== TEXT ===== */
.footer-brand p{
  color:#d7c1b8;
  font-size:18px;
  line-height:1.6;
  max-width:420px;
}

/* ===== TITLES ===== */
.footer-col h3{
  color:#fff;
  font-size:18px;
  margin-bottom:24px;
  font-weight:600;
}

/* ===== LINKS ===== */
.footer-col ul{
  list-style:none;
}

.footer-col ul li{
  margin-bottom:18px;
}

.footer-col ul li a{
  text-decoration:none;
  color:#d7c1b8;
  font-size:17px;
  transition:0.3s;
}

.footer-col ul li a:hover{
  color:#ff7a1a;
}

.footer-col ul {
    padding: unset;
}

/* ===== BOTTOM BORDER ===== */


/* Footer logo  */
.footer-brand-card{
  max-width:420px;
  color:#f5e7d8;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  margin-bottom:26px;
}
.footer-brand-card span.logo-text {
    color: #fff;
}

.logo-icon{
  width:42px;
  height:42px;
  background:#ff6b1a;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1a0a00;
  font-size:20px;
  font-weight:700;
}

.logo-text {
    color: #000;
    font-size: 18px;
    font-family: Georgia, serif;
    font-weight: 600;
    line-height: 1;
}
.footer-description{
  color:#d4b8a6;
  font-size:20px;
  line-height:1.8;
  margin:0 0 38px;
  max-width:360px;
}

.social-title{
  color:#d2b3a0;
  font-size:14px;
  letter-spacing:6px;
  margin-bottom:24px;
}

.social-icons{
  display:flex;
  align-items:center;
  gap:18px;
}

.social-icon{
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,0.15);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f3e4d6;
  text-decoration:none;
  transition:0.3s ease;
}

.social-icon svg{
  width:22px;
  height:22px;
}

.social-icon:hover{
  background:#ff6b1a;
  border-color:#ff6b1a;
  color:#fff;
  transform:translateY(-3px);
}


.footer-copyright{
  width:100%;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding:22px 0px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;

  box-sizing:border-box;
}

.copyright-left{
  color:#d8b9a4;
  font-size:15px;
  line-height:1.7;
}

.copyright-left span{
  color:#ffffff;
  font-weight:600;
}

.copyright-right{
  color:#d8b9a4;
  font-size:15px;
  line-height:1.7;
}

.copyright-right a{
  color:#ff7a1a;
  text-decoration:none;
  font-weight:500;
  transition:0.3s ease;
}

.copyright-right a:hover{
  opacity:0.8;
}



