/* Footer Styles */

footer {
  position: relative;
  bottom: 0;
  display: flex;
  max-width: 1400px;
  margin: 0 auto; 
  padding: 0;
  justify-content: left;
  background-color: var(--white-back);
  border-top: 2px solid var(--dark-red);
  align-items: center;
  overflow: hidden;
}

.vip-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  padding: 50px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
}

.vip-footer-section {
    flex: 1;
    margin: 0px 100px;
    font-size: 15px;
}

.vip-footer-section-banners {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.vip-footer-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.vip-footer-section ul {
  padding: 0;
}

.vip-footer-section li {
  margin-bottom: 15px;
}

.vip-footer-section p {
  margin: 0;
  color: var(--black-text);
}

.vip-footer-section a {
  font-size: 14px;
  color: var(--black-text);
}

.vip-footer-section a:hover {
  color: var(--dark-red);
}

.vip-footer-logo {
  max-width: 200px;
}

.vip-footer-icon {
  width: 40px; 
  height: 40px;
  margin-right: 10px;
}

/* Contact Items Styles */

.vip-footer-heading {
  font-weight: bold;
  color: var(--black-text);
  font-size: 1.5em;
  margin-bottom: 20px;
}

.vip-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex: 1 1 auto; 
}

.vip-contact-text {
  font-size: 1.1em;
  color: var(--black-text);
}

html{
  position: relative;
}

.modal_soc_wrapper{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, .84);
  z-index: 99999;
}
.modal_soc{
  width: 530px;
  height: 274px;
  position: absolute;
  left: 50%;
  top: 20vh;
  transform: translate(-50%);
  background: url('../icons/modal_soc_bg.svg') no-repeat center center/cover;
}
.modal_soc_header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 20px 0 0;
}
.modal_soc_header img{
  cursor: pointer;
}
.modal_soc_body h2{
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  color: #f4f4f4;
  margin: 0 0 20px 0;
}
.modal_soc_body p{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #f4f4f4;
}

.modal_soc_btns{
  display: flex;
  justify-content: center;
}
.modal_soc_tg_btn, .modal_soc_wa_btn{
  border-radius: 10px;
  width: 170px;
  height: 50px;
  background: #ead05c;
  display: flex;justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal_soc_wa_btn{
  margin-right: 20px;
}
.modal_soc_tg_btn a, .modal_soc_wa_btn a{
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #160000;
  margin-left: 10px;
}


@media (max-width: 1450px) {
  .vip-footer-content {
    padding: 5px;
  }
  
  .vip-footer-section {
    margin: 20px;
    padding-left: 0;
  }
  
  .vip-footer-section a {
    font-size: 12px;
  }
  
  .vip-footer-logo {
    max-width: 200px;
  }
}

@media (max-width: 850px) {
  .vip-footer-content {
    flex-direction: column;
    padding: 20px;
  }

  .vip-footer-logo {
    max-width: 200px;
  }

  .vip-footer-section {
    margin: 10px 0;
    width: 100%;
  }

  .vip-footer-section h4 {
    font-size: 18px;
  }

  .vip-footer-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  
  .vip-footer-icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }

  .vip-contact-text {
    font-size: 1.1em;
  }
}
