:root {
    --cb-accent: rgb(20, 184, 166);
    --cb-dark: #0b0b0d;
    --cb-text-light: rgba(255, 255, 255, 0.8);
  }

  body.cb-framerftr-on #footer,
  body.cb-framerftr-on .site-footer,
  body.cb-framerftr-on .shp-footer{
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  /* ====== FOOTER CONTAINER ====== */
  .cb-framerftr {
    background: #005252;
    color: #fff;
    position: relative;
    margin-top: 120px;
    overflow: hidden;
  }

  /* Decorative wave background */
  .cb-framerftr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 1440 200" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M0,50 Q360,0 720,50 T1440,50 L1440,0 L0,0 Z" fill="rgba(20,184,166,0.05)"/><path d="M0,100 Q360,50 720,100 T1440,100 L1440,0 L0,0 Z" fill="rgba(20,184,166,0.02)"/></svg>') no-repeat bottom;
    background-size: cover;
    pointer-events: none;
  }

  .cb-framerftr__wrapper {
    position: relative;
    z-index: 1;
  }

  /* Main footer content */
  .cb-framerftr__footer {
    position: relative;
    padding: 100px 20px 60px;
  }

  .cb-framerftr__inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  /* Grid layout */
  .cb-framerftr__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
  }

  /* Brand section */
  .cb-framerftr__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 28px;
    transition: all 0.3s ease;
  }

  .cb-framerftr__brand:hover {
    opacity: 0.8;
   
  }

  .cb-framerftr__brand img {
    width: 50%;
    object-fit: contain;
    height: 100%;
  }

  /* Brand description */
  .cb-framerftr__claim {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 900;
    color: white;
    margin-bottom: 32px;
    
  }

  /* CTA Button */
  .cb-framerftr__cta {
    display: inline-block;
    background: var(--cb-accent);
    color: #0b0b0d;
    padding: 12px 28px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 32px;
  }

  .cb-framerftr__cta:hover {
    background: rgba(20, 184, 166, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(20, 184, 166, 0.25);
  }

  /* Social links */
  .cb-framerftr__social {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
  }

  .cb-framerftr__social a {
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .cb-framerftr__social a:hover {
 
  }

  .cb-framerftr__social svg {
    width: 28px;
    height: 28px;
    fill: #64cfc0;
    transition: fill 0.2s linear;
  }

   .cb-framerftr__social svg:hover {
    fill: white;
  }

  /* Contact info */
  .cb-framerftr__contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
  }

  .cb-framerftr__contact a {
    color: White;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
  }
  

  .cb-framerftr__contact a:hover {
    opacity: 0.6;
  }




.footer-contact-item{
    display: flex;
    gap: 12px;
}

  /* Column headings */
  .cb-framerftr__h {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
  }

  .cb-framerftr__h::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: var(--cb-accent);
    border-radius: 2px;
  }

  /* Footer links */
  .cb-framerftr__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .cb-framerftr__links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
  }

  

  .cb-framerftr__links a:hover {
    color: var(--cb-accent);
   
  }

  

  /* Bottom footer */
  .cb-framerftr__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    flex-wrap: wrap;
    gap: 24px;
  }

  .cb-framerftr__bottomRight {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .cb-framerftr__bottomRight a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .cb-framerftr__bottomRight a:hover {
    color: var(--cb-accent);
  }

  .cb-framerftr__bottomRight span {
    opacity: 0.4;
  }

  /* Newsletter section */
  .cb-framerftr__newsletter {
    background: rgba(20, 184, 166, 0.08);
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: 12px;
    padding: 32px 28px;
    margin-bottom: 60px;
  }

  .cb-framerftr__newsletter h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #fff;
  }

  .cb-framerftr__newsletter p {
    font-size: 14px;
    color: var(--cb-text-light);
    margin: 0 0 20px 0;
  }

  .cb-framerftr__newsletter-form {
    display: flex;
    gap: 8px;
  }

  .cb-framerftr__newsletter-input {
    flex: 1;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .cb-framerftr__newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .cb-framerftr__newsletter-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--cb-accent);
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
  }

  .cb-framerftr__newsletter-btn {
    padding: 12px 24px;
    background: var(--cb-accent);
    color: #0b0b0d;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .cb-framerftr__newsletter-btn:hover {
    background: rgba(20, 184, 166, 0.85);
    transform: translateY(-2px);
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .cb-framerftr__grid {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
  }

  @media (max-width: 768px) {
    .cb-framerftr__footer {
      padding: 60px 20px 40px;
    }

    .cb-framerftr__grid {
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 40px;
    }

    .cb-framerftr__brand {
      font-size: 18px;
         
    }

    .cb-framerftr__bottom {
      flex-direction: column;
      text-align: center;
      gap: 16px;
    }

    .cb-framerftr__bottomRight {
     
      gap: 8px;
    }

    .cb-framerftr__newsletter-form {
      flex-direction: column;
    }

    .cb-framerftr__newsletter-btn {
      width: 100%;
    }
  }

  /* Remove default link styles */
  .cb-framerftr a,
  .cb-framerftr a:hover,
  .cb-framerftr a:focus {
    text-decoration: none !important;
  }