.elementor-300 .elementor-element.elementor-element-d25ea2f{--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-1fda4dd *//* =========================================================
   SUDHIRADSPRO — PREMIUM WHITE FOOTER
   ZERO ANIMATION / ZERO TRANSITIONS
========================================================= */

:root {

  --gold: #D4AF37;
  --gold-dark: #B8941F;

  --black: #111111;
  --charcoal: #444444;
  --gray: #777777;

  --light-gray: #E7E7E7;
  --soft-gray: #F7F7F5;

  --white: #FFFFFF;

  --heading-font: "Poppins", sans-serif;
  --body-font: "Inter", sans-serif;

}


/* =========================================================
   RESET
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: var(--body-font);
  background: #FFFFFF;
  color: var(--black);
}

body.modal-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.premium-footer {
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #E2E2E2;
}


/* =========================================================
   MAIN GRID
========================================================= */

.footer-main {

  width: min(1600px, 94%);

  margin: 0 auto;

  padding: 85px 0 70px;

  display: grid;

  grid-template-columns:
    1.45fr
    1fr
    1fr
    1.05fr
    1.25fr;

  gap: 55px;

  align-items: start;

}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
  padding-right: 30px;
}

.brand-logo {

  display: inline-flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 20px;

}

.logo-mark {

  width: 54px;
  height: 54px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: var(--gold);

  color: #FFFFFF;

  border-radius: 10px;

  font-size: 27px;

}

.brand-name {

  font-family: var(--heading-font);

  font-size: 34px;

  font-weight: 800;

  letter-spacing: -1px;

  color: var(--black);

}

.brand-name span {
  color: var(--gold);
}

.brand-tagline {

  font-family: var(--heading-font);

  font-size: 18px;

  line-height: 1.5;

  font-weight: 700;

  color: var(--gold);

  margin-bottom: 14px;

}

.brand-description {

  max-width: 430px;

  font-size: 16px;

  line-height: 1.8;

  color: var(--charcoal);

}


/* =========================================================
   SOCIAL
========================================================= */

.social-links {

  display: flex;

  align-items: center;

  gap: 11px;

  margin-top: 28px;

}

.social-links a {

  width: 43px;
  height: 43px;

  display: flex;

  justify-content: center;
  align-items: center;

  border: 1px solid #D8D8D8;

  color: var(--black);

  font-size: 18px;

}

.social-links a:hover {
  color: var(--gold);
  border-color: var(--gold);
}


/* =========================================================
   CERTIFIED
========================================================= */

.certified-section {
  margin-top: 35px;
}

.certified-section h4 {

  font-family: var(--heading-font);

  font-size: 15px;

  text-transform: uppercase;

  letter-spacing: 1.5px;

  color: var(--charcoal);

  margin-bottom: 17px;

}

.platform-icons {

  display: flex;

  align-items: center;

  gap: 12px;

}

.platform {

  width: 44px;
  height: 44px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid #DEDEDE;

  background: #FFFFFF;

  font-size: 22px;

}

.platform.google {
  color: #4285F4;
}

.platform.meta {
  color: #1877F2;
}

.platform.youtube {
  color: #FF0000;
}

.platform.linkedin {
  color: #0A66C2;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h3 {

  font-family: var(--heading-font);

  font-size: 23px;

  line-height: 1.3;

  font-weight: 800;

  color: var(--black);

}

.gold-line {

  width: 45px;

  height: 3px;

  background: var(--gold);

  margin-top: 14px;

  margin-bottom: 25px;

}


/* =========================================================
   SERVICE / QUICK LINK LIST
========================================================= */

.footer-list {

  list-style: none;

  display: flex;

  flex-direction: column;

  gap: 0;

}

.footer-list li {

  border-bottom: 1px solid #EEEEEE;

}

.footer-list li:last-child {
  border-bottom: none;
}

.footer-list a {

  min-height: 48px;

  display: flex;

  align-items: center;

  gap: 13px;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.45;

  color: var(--charcoal);

}

.footer-list a i {

  width: 20px;

  text-align: center;

  color: var(--gold);

  font-size: 15px;

}

.footer-list a:hover {
  color: var(--gold-dark);
}


/* =========================================================
   CONNECT
========================================================= */

.contact-item {

  display: flex;

  gap: 15px;

  padding: 0 0 23px;

  margin-bottom: 23px;

  border-bottom: 1px solid #EEEEEE;

}

.contact-item:last-child {
  border-bottom: none;
}

.contact-icon {

  flex: 0 0 47px;

  width: 47px;
  height: 47px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid var(--gold);

  color: var(--gold);

  font-size: 21px;

}

.contact-content span {

  display: block;

  margin-bottom: 5px;

  font-size: 13px;

  text-transform: uppercase;

  letter-spacing: 1.2px;

  font-weight: 700;

  color: var(--gray);

}

.contact-content a,
.contact-content p {

  font-size: 16px;

  font-weight: 700;

  line-height: 1.5;

  color: var(--black);

}

.contact-content a:hover {
  color: var(--gold-dark);
}


/* =========================================================
   GROWTH AUDIT
========================================================= */

.growth-audit {

  position: relative;

  padding: 32px;

  border: 1px solid #D9D9D9;

  background: #FFFFFF;

  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.055);

}

.growth-audit::before {

  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: var(--gold);

}

.audit-label {

  display: block;

  margin-bottom: 15px;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1.7px;

  color: var(--gold-dark);

}

.growth-audit h3 {

  font-family: var(--heading-font);

  font-size: 29px;

  line-height: 1.25;

  font-weight: 700;

  color: var(--black);

  margin-bottom: 17px;

}

.growth-audit h3 strong {
  color: var(--gold-dark);
}

.growth-audit p {

  font-size: 15px;

  line-height: 1.75;

  color: var(--charcoal);

  margin-bottom: 25px;

}

.audit-button {

  width: 100%;

  min-height: 54px;

  padding: 14px 20px;

  border: 1px solid var(--gold);

  background: var(--gold);

  color: #FFFFFF;

  font-size: 15px;

  font-weight: 800;

  letter-spacing: .1px;

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 11px;

}

.audit-button:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}


/* =========================================================
   NEWSLETTER
========================================================= */

.newsletter-section {

  width: min(1600px, 94%);

  margin: 0 auto;

  border-top: 1px solid #E5E5E5;

  border-bottom: 1px solid #E5E5E5;

  padding: 45px 0;

}

.newsletter-content {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;

}

.newsletter-heading span {

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 2px;

  color: var(--gold-dark);

}

.newsletter-heading h3 {

  font-family: var(--heading-font);

  font-size: 28px;

  font-weight: 800;

  color: var(--black);

  margin: 7px 0 8px;

}

.newsletter-heading p {

  font-size: 15px;

  line-height: 1.65;

  color: var(--charcoal);

}

.newsletter-form {

  width: min(540px, 100%);

  display: flex;

  gap: 10px;

}

.newsletter-form input {

  flex: 1;

  min-height: 55px;

  padding: 0 18px;

  border: 1px solid #CFCFCF;

  outline: none;

  background: #FFFFFF;

  color: var(--black);

  font-size: 15px;

}

.newsletter-form input:focus {
  border-color: var(--gold);
}

.newsletter-form button {

  min-height: 55px;

  padding: 0 23px;

  border: 1px solid var(--gold);

  background: var(--gold);

  color: #FFFFFF;

  font-size: 15px;

  font-weight: 800;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

}

.newsletter-form button:hover {
  background: var(--gold-dark);
}


/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip {

  width: min(1600px, 94%);

  margin: 0 auto;

  padding: 42px 0;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 0;

}

.trust-item {

  display: flex;

  align-items: center;

  gap: 17px;

  min-height: 75px;

  padding: 0 28px;

  border-right: 1px solid #E2E2E2;

}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {

  border-right: none;

  padding-right: 0;

}

.trust-icon {

  flex: 0 0 48px;

  width: 48px;
  height: 48px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid var(--gold);

  color: var(--gold);

  font-size: 20px;

}

.trust-item h4 {

  font-family: var(--heading-font);

  font-size: 14px;

  font-weight: 800;

  color: var(--gold-dark);

  line-height: 1.4;

  margin-bottom: 4px;

}

.trust-item p {

  font-size: 13px;

  line-height: 1.5;

  color: var(--charcoal);

}


/* =========================================================
   BOTTOM
========================================================= */

.footer-bottom {

  width: 100%;

  min-height: 70px;

  padding: 20px max(3%, calc((100% - 1600px) / 2));

  background: #111111;

  color: #FFFFFF;

  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  gap: 25px;

  font-size: 13px;

}

.copyright {
  color: #FFFFFF;
}

.footer-location {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  color: #E4E4E4;

}

.footer-location i {
  color: var(--gold);
}

.footer-message {

  text-align: right;

  color: #D1D1D1;

}


/* =========================================================
   MODAL
========================================================= */

.audit-modal {

  position: fixed;

  inset: 0;

  z-index: 9999;

  display: none;

}

.audit-modal.active {
  display: flex;
}

.audit-overlay {

  position: absolute;

  inset: 0;

  background: rgba(17, 17, 17, 0.70);

}

.audit-popup {

  position: relative;

  z-index: 2;

  width: min(780px, calc(100% - 30px));

  max-height: calc(100vh - 40px);

  overflow-y: auto;

  margin: auto;

  padding: 42px;

  background: #FFFFFF;

  border: 1px solid var(--gold);

  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22);

}


/* =========================================================
   CLOSE
========================================================= */

.close-modal {

  position: absolute;

  top: 18px;
  right: 18px;

  width: 40px;
  height: 40px;

  border: 1px solid #DADADA;

  background: #FFFFFF;

  color: var(--black);

  font-size: 17px;

}

.close-modal:hover {

  border-color: var(--gold);

  color: var(--gold-dark);

}


/* =========================================================
   POPUP HEADING
========================================================= */

.popup-heading {

  padding-right: 45px;

  margin-bottom: 28px;

}

.popup-heading span {

  display: block;

  margin-bottom: 9px;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1.8px;

  color: var(--gold-dark);

}

.popup-heading h2 {

  font-family: var(--heading-font);

  font-size: 32px;

  line-height: 1.25;

  font-weight: 700;

  color: var(--black);

  margin-bottom: 12px;

}

.popup-heading h2 strong {
  color: var(--gold-dark);
}

.popup-heading p {

  max-width: 650px;

  font-size: 15px;

  line-height: 1.7;

  color: var(--charcoal);

}


/* =========================================================
   FORM GRID
========================================================= */

.form-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 19px;

}

.form-group {

  display: flex;

  flex-direction: column;

}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {

  margin-bottom: 8px;

  font-size: 13px;

  font-weight: 700;

  color: var(--black);

}

.form-group label b {
  color: var(--gold-dark);
}

.form-group input,
.form-group select,
.form-group textarea {

  width: 100%;

  border: 1px solid #D2D2D2;

  background: #FFFFFF;

  color: var(--black);

  outline: none;

  font-size: 14px;

}

.form-group input,
.form-group select {

  height: 48px;

  padding: 0 14px;

}

.form-group textarea {

  min-height: 105px;

  resize: vertical;

  padding: 13px 14px;

  line-height: 1.6;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

  border-color: var(--gold);

}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999999;
}


/* =========================================================
   REQUEST BUTTON
========================================================= */

.request-audit-button {

  width: 100%;

  min-height: 56px;

  margin-top: 23px;

  border: 1px solid var(--gold);

  background: var(--gold);

  color: #FFFFFF;

  font-size: 15px;

  font-weight: 800;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 11px;

}

.request-audit-button:hover {

  background: var(--gold-dark);

  border-color: var(--gold-dark);

}

.form-note {

  margin-top: 13px;

  text-align: center;

  font-size: 11px;

  color: var(--gray);

}


/* =========================================================
   SUCCESS
========================================================= */

.success-state {

  display: none;

  text-align: center;

  padding: 45px 20px;

}

.success-icon {

  width: 70px;
  height: 70px;

  margin: 0 auto 22px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 2px solid var(--gold);

  color: var(--gold);

  font-size: 30px;

}

.success-state > span {

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1.8px;

  color: var(--gold-dark);

}

.success-state h2 {

  max-width: 580px;

  margin: 12px auto 15px;

  font-family: var(--heading-font);

  font-size: 28px;

  line-height: 1.35;

  color: var(--black);

}

.success-state h2 strong {
  color: var(--gold-dark);
}

.success-state p {

  max-width: 570px;

  margin: 0 auto 28px;

  font-size: 15px;

  line-height: 1.75;

  color: var(--charcoal);

}

.success-close {

  min-width: 150px;

  min-height: 50px;

  padding: 0 25px;

  border: 1px solid var(--gold);

  background: var(--gold);

  color: #FFFFFF;

  font-size: 14px;

  font-weight: 800;

}

.success-close:hover {

  background: var(--gold-dark);

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1700px) {

  .footer-main {
    gap: 65px;
  }

  .brand-name {
    font-size: 37px;
  }

  .brand-description {
    font-size: 17px;
  }

  .footer-list a {
    font-size: 17px;
  }

  .contact-content a,
  .contact-content p {
    font-size: 17px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1250px) {

  .footer-main {

    grid-template-columns:
      1.4fr
      1fr
      1fr;

    gap: 50px;

  }

  .footer-brand {
    grid-column: span 3;
    padding-right: 0;
  }

  .growth-audit {
    grid-column: span 3;
  }

  .newsletter-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .newsletter-form {
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .trust-item:nth-child(2) {
    border-right: none;
  }

  .trust-item:nth-child(3) {
    padding-left: 0;
  }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 800px) {

  .footer-main {

    width: min(92%, 650px);

    padding: 65px 0 55px;

    grid-template-columns: 1fr;

    gap: 42px;

  }

  .footer-brand,
  .growth-audit {
    grid-column: auto;
  }

  .brand-name {
    font-size: 30px;
  }

  .footer-column h3 {
    font-size: 24px;
  }

  .footer-list a {
    min-height: 52px;
    font-size: 17px;
  }

  .newsletter-section,
  .trust-strip {
    width: min(92%, 650px);
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }

  .trust-strip {

    grid-template-columns: 1fr;

    gap: 0;

    padding: 20px 0 35px;

  }

  .trust-item,
  .trust-item:first-child,
  .trust-item:last-child,
  .trust-item:nth-child(3) {

    padding: 22px 0;

    border-right: none;

    border-bottom: 1px solid #E2E2E2;

  }

  .trust-item:last-child {
    border-bottom: none;
  }

  .footer-bottom {

    padding: 25px 5%;

    grid-template-columns: 1fr;

    text-align: center;

    gap: 12px;

  }

  .footer-message {
    text-align: center;
  }

}


/* =========================================================
   MOBILE POPUP
========================================================= */

@media (max-width: 600px) {

  .audit-popup {

    width: calc(100% - 20px);

    max-height: calc(100vh - 20px);

    padding: 30px 20px;

  }

  .popup-heading {
    padding-right: 35px;
  }

  .popup-heading h2 {
    font-size: 26px;
  }

  .popup-heading p {
    font-size: 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group.full-width {
    grid-column: auto;
  }

  .growth-audit {
    padding: 28px 23px;
  }

  .growth-audit h3 {
    font-size: 27px;
  }

  .success-state {
    padding: 35px 5px;
  }

  .success-state h2 {
    font-size: 24px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .brand-name {
    font-size: 27px;
  }

  .logo-mark {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }

  .brand-tagline {
    font-size: 16px;
  }

  .brand-description {
    font-size: 15px;
  }

  .footer-list a {
    font-size: 16px;
  }

  .newsletter-heading h3 {
    font-size: 24px;
  }

  .audit-popup {
    padding: 27px 16px;
  }

}/* End custom CSS */