.elementor-2666 .elementor-element.elementor-element-9b7dcbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2666 .elementor-element.elementor-element-2ba77d2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2ba77d2 *//*<!-- ═══════════════════════════════════════════════
     SHAKTI CONSTRUCTION — ISOLATED FOOTER SNIPPET
     All styles prefixed with .scd-footer to avoid
     WordPress theme / plugin conflicts.
     Paste this entire block into your WordPress
     footer template or a Custom HTML widget.
═══════════════════════════════════════════════ --> */

  /* ── Google Fonts (load once per page) ── */
 

  /* ── All rules are scoped to .scd-footer ── */
  .scd-footer {
    background:  #011A26;
    padding: 56px 0 32px;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
  }

  .scd-footer *,
  .scd-footer *::before,
  .scd-footer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .scd-footer a {
    text-decoration: none;
    color: #bfc5d1;
    transition: color .2s;
  }

  /* ── Inner wrapper ── */
  .scd-footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ── 4-column grid ── */
  .scd-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    padding-bottom: 24px;
  }

  /* ── Brand column ── */
  .scd-footer__brand-name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 11px;
  }

  .scd-footer__logo {
    height: 90px !important;
    width: auto;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
    max-width:100px;
    width: 200px;
  }

  .scd-footer__brand-text {
    display: flex;
    flex-direction: column;
  }

  .scd-footer__brand-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.3px;
    line-height: 16.8px;
    display: block;
  }

  .scd-footer__brand-sub {
    font-family: 'Geist', sans-serif;
    font-size: 10px;
    color: #d7deea;
    letter-spacing: .5px;
    display: block;
  }

  .scd-footer__brand-desc {
    font-family: 'figtree', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #bfc5d1;
    line-height: 36px;
    max-width: 260px;
    margin-bottom: 11px;
  }

  .scd-footer__brand-tag {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #d7deea;
    margin-top: 7px;
    display: block;
  }

  /* ── Column headings ── */
  .scd-footer__col-title {
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #f3f7ff;
   
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
  }

  /* ── Link lists ── */
  .scd-footer__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
  }

  .scd-footer__link {
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ADB5BD;
    padding: 3px 0 1px;
    display: block;
  }

  .scd-footer__link:hover {
    color: #ffffff;
  }

  /* ── Contact block ── */
  .scd-footer__contact {
    margin-bottom: 13px;
  }

  .scd-footer__contact-label {
    font-family: 'figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7ba4ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
    display: block;
  }

  .scd-footer__contact-val {
    font-family: 'figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #bfc5d1;
    line-height: 19.2px;
  }

  /* ── Bottom bar ── */
  .scd-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 23px;
  }

  .scd-footer__copy {
    font-family: 'figtree', sans-serif;
    font-size: 12px;
    color: #f3f7ff;
    font-weight: 300;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */

  /* Tablet landscape */
  @media (max-width: 1024px) {
    .scd-footer__grid {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    
    .scd-footer__logo{
        height: 80px !important;
    }
  }

  /* Tablet portrait / large mobile */
  @media (max-width: 768px) {
    .scd-footer {
      padding: 48px 0 28px;
    }
    
      .scd-footer__logo{
        height: 40px !important;
    }
    .scd-footer__grid {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .scd-footer__brand-title  { font-size: 15px; }
    .scd-footer__brand-sub    { font-size: 12px; }
    .scd-footer__brand-desc   { font-size: 16px; max-width: 100%; }
    .scd-footer__brand-tag    { font-size: 13px; }
    .scd-footer__col-title    { font-size: 16px; }
    .scd-footer__link         { font-size: 14px; }
    .scd-footer__contact-label{ font-size: 11px; }
    .scd-footer__contact-val  { font-size: 14px; line-height: 22px; }
    .scd-footer__copy         { font-size: 13px; }
  }

  /* Small mobile */
  @media (max-width: 480px) {
    .scd-footer__grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .scd-footer__brand-desc { max-width: 100%; }
    .br-display{display: none;}
  }/* End custom CSS */