.elementor-166 .elementor-element.elementor-element-d5948bd{overflow:hidden;}.elementor-166 .elementor-element.elementor-element-12b5e99d.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-166 .elementor-element.elementor-element-12b5e99d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-166 .elementor-element.elementor-element-60f5866a .elementor-button{background-color:#635DFF;font-size:70px;line-height:0em;letter-spacing:0px;fill:#FFFFFF;color:#FFFFFF;border-radius:30px 0px 0px 0px;padding:35px 4px 25px 11px;}.elementor-166 .elementor-element.elementor-element-60f5866a .elementor-button:hover, .elementor-166 .elementor-element.elementor-element-60f5866a .elementor-button:focus{background-color:#3D4E60;color:#FFFFFF;}.elementor-166 .elementor-element.elementor-element-60f5866a{width:auto;max-width:auto;}.elementor-166 .elementor-element.elementor-element-60f5866a .elementor-button:hover svg, .elementor-166 .elementor-element.elementor-element-60f5866a .elementor-button:focus svg{fill:#FFFFFF;}.elementor-166 .elementor-element.elementor-element-c71f275{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-328f14d *//* GLOBAL FOOTER RESET & SETUP */
.vip-footer {
  background: linear-gradient(135deg, #1A1838 0%, #301F48 45%, #6B325E 80%, #9E3A67 100%) !important;
  color: #FFFFFF !important;
  font-family: 'Segoe UI', Arial, sans-serif;
  width: 100%;
  box-sizing: border-box;
}

/* TOP GRADIENT HEADER */
.footer-top-gradient {
  background: transparent;
  padding: 3.5rem 2rem 1.5rem 2rem;
}

.footer-heading {
  font-size: 3.2rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-left: 4px solid #F5A623;
  padding-left: 1rem;
}

/* CONTAINER & GRID LAYOUT */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem 4rem 2rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}

.footer-left {
  flex: 1;
  max-width: 550px;
}

.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Align right side elements to the right */
}

/* LEFT CONTENT */
.footer-intro {
  font-size: 1.25rem;
  font-weight: 400;
  color: #E2D9F3;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-link {
  color: #FFFFFF;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: underline;
  width: fit-content;
  transition: opacity 0.3s ease;
}

.contact-link:hover {
  opacity: 0.85;
}

/* RIGHT CONTENT (SOCIAL MEDIA & BUTTON) */
.social-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
  text-align: right;
}

.social-icons-grid {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 2rem; /* Space before button */
}

/* SOCIAL BOXES */
.social-box {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(230, 30, 80, 0.4);
}

.svg-icon {
  width: 22px;
  height: 22px;
}

/* BRAND BACKGROUND COLORS */
.whatsapp-box { background-color: #25D366; }
.gmail-box { background: linear-gradient(135deg, #EA4335, #C5221F); }
.facebook-box { background-color: #0084FF; }
.upwork-box { background-color: #14A800; }
.upwork-text { color: #FFFFFF; font-weight: 800; font-size: 1.2rem; }
.instagram-box { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }

/* BUTTON BAR ON THE RIGHT */
.footer-button-bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.contact-us-btn {
  background: linear-gradient(90deg, #E61E50 0%, #E61E58 100%);
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgba(230, 30, 80, 0.3);
  transition: all 0.3s ease;
}

.contact-us-btn:hover {
  background: linear-gradient(90deg, #C41640 0%, #D41848 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(230, 30, 80, 0.5);
}

/* MOBILE RESPONSIVE (Stack vertically on small screens) */
@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-right {
    align-items: flex-start;
  }

  .social-label {
    text-align: left;
  }

  .social-icons-grid {
    justify-content: flex-start;
  }

  .footer-button-bar {
    justify-content: flex-start;
  }

  .footer-heading {
    font-size: 2.2rem;
  }
}/* End custom CSS */