body{
    margin: 0;
    padding: 0;
    font-family: "Figtree";
}
.kp-dynamic-footer {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    color: white;
  }

  .kp-dynamic-footer .kp-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }

  .kp-dynamic-footer .kp-video-container img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .kp-dynamic-footer .kp-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.95) 100%);
    z-index: -1;
  }

  .kp-dynamic-footer .kp-footer-content {
    position: relative;
    padding: 70px 20px 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .kp-dynamic-footer .kp-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
  }

  .kp-dynamic-footer .kp-footer-col {
    display: flex;
    flex-direction: column;
  }

  .kp-dynamic-footer .kp-footer-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
  }

  .kp-dynamic-footer .kp-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #4cc9f0;
  }

  .kp-dynamic-footer .kp-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .kp-dynamic-footer .kp-social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease, background 0.3s ease;
  }

  .kp-dynamic-footer .kp-social-icon:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
  }

  .kp-dynamic-footer .kp-social-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
  }

  .kp-dynamic-footer .kp-easy-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .kp-dynamic-footer .kp-nav-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }

  .kp-dynamic-footer .kp-nav-link::before {
    content: '→';
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
  }

  .kp-dynamic-footer .kp-nav-link:hover {
    color: white;
    transform: translateX(5px);
  }

  .kp-dynamic-footer .kp-nav-link:hover::before {
    transform: translateX(3px);
  }

  .kp-dynamic-footer .kp-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #e0e0e0;
  }

  .kp-dynamic-footer .kp-contact-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kp-dynamic-footer .kp-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: #4cc9f0;
  }

  .kp-dynamic-footer .kp-contact-text {
    font-size: 16px;
  }

  .kp-dynamic-footer .kp-contact-text a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .kp-dynamic-footer .kp-contact-text a:hover {
    color: white;
  }

  .kp-dynamic-footer .kp-copyright-bar {
    padding-top: 30px;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #a0a0a0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .kp-dynamic-footer .kp-copyright-bar .kp-credits,
  .kp-dynamic-footer .kp-copyright-bar .kp-legal-text {
    flex: 1;
    min-width: 250px;
  }

  .kp-dynamic-footer .kp-credits {
    text-align: left;
  }

  .kp-dynamic-footer .kp-legal-text {
    text-align: right;
  }

  @media screen and (max-width: 768px) {
    .kp-dynamic-footer .kp-footer-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    
    .kp-dynamic-footer .kp-copyright-bar {
      flex-direction: column;
      gap: 10px;
    }
    
    .kp-dynamic-footer .kp-credits,
    .kp-dynamic-footer .kp-legal-text {
      text-align: center;
    }
    
    .kp-dynamic-footer .kp-footer-content {
      padding: 50px 20px 20px;
    }
    .kp-dynamic-footer {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        color: white;
    }
    .kp-dynamic-footer .kp-video-container video {
      display: none !important;
     }
     .kp-dynamic-footer .kp-gradient-overlay {
      
      background: black;
     
  }
  }

  @media screen and (max-width: 480px) {
    .kp-dynamic-footer .kp-footer-col {
      padding: 0 10px;
    }
    
    .kp-dynamic-footer .kp-footer-content {
      padding: 40px 10px 15px;
    }
    .kp-dynamic-footer .kp-video-container video {
     display: none !important;
    }
    .kp-dynamic-footer .kp-gradient-overlay {
      
      background: black;
     
  }
  }