body.elementor-page-9981:not(.elementor-motion-effects-element-type-background), body.elementor-page-9981 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS *//* Agency Partner Directory Styling - Enhanced */
.kb-partner-directory {
  font-family: 'Inter', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
/* Enhanced Pagination */
.kb-pagination {
  margin-bottom: 60px;
  text-align: center;
}

/* Hero Section - Enhanced */
.kb-hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 40px 0;
  background: linear-gradient(135deg, #f9fafb, #f0f4f8);
  border-radius: 16px;
  padding: 40px;
}
.kb-view-partner {
  background: linear-gradient(45deg, #4F1AF3, #6D3EF7, #B399FF);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease-in-out infinite;
        color: white;
        border: none;
        border-radius: 126px;
        padding: 10px 20px;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
}
.kb-hero-content {
  width: 50%;
}

.kb-hero-image {
  width: 45%;
  border-radius: 12px;
  overflow: hidden;
}

.kb-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.kb-title {
  font-size: 42px;
  font-weight: 700;
  color: #171717 !important;
  margin-bottom: 20px;
}

.kb-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #64748b;
}

/* Top Partners Section - Enhanced */
.kb-top-partners {
  margin-bottom: 60px;
}

.kb-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  text-align: center;
}

.kb-section-subtitle {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 40px;
  text-align: center;
}

.kb-partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.kb-partner-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  width: calc(20% - 20px);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kb-partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.kb-partner-logo {
  margin-bottom: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kb-partner-logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.kb-partner-name {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
}

/* Filter Section - Enhanced */
.kb-filter-section {
  display: flex;
  gap: 150px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center

       
}

.kb-filter-section {
  display: flex;
  gap: 150px;
  flex-wrap: wrap;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 16px 20px ;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  position: relative;
  
}
.kb-filter-item {
  position: relative;
  
}

.kb-filter-button {
    background: linear-gradient(45deg, #4F1AF3, #6D3EF7, #B399FF);
        background-size: 300% 300%;
        animation: gradientAnimation 5s ease-in-out infinite;
        color: white;
        border: none;
        border-radius: 6px;
        padding: 10px 20px;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        display: inline-block;
        
      }

     // .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(79, 26, 243, 0.4);
}

.kb-filter-button:hover {
  background: #ooo;
  border-color: #cbd5e1;
}

.kb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 220px;
  padding: 16px;
  z-index: 100;
  display: none;
  margin-top: 8px;
}

.kb-dropdown label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #475569;
  cursor: pointer;
}

.kb-dropdown label:hover {
  color: #1e293b;
}

.kb-dropdown input[type="checkbox"] {
  margin-right: 8px;
}

/* Partner Listings - Enhanced */
.kb-partner-listing {
  margin-bottom: 40px;
}

.kb-partner-entry {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kb-partner-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.kb-partner-entry .kb-partner-logo {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 8px;
  padding: 10px;
}

.kb-partner-entry .kb-partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kb-partner-entry .kb-partner-info {
  flex: 1;
}

.kb-partner-entry .kb-partner-name {
  font-size: 24px;
  margin-bottom: 12px;
  color: #1e293b;
}

.kb-partner-description {
  color: #64748b;
  line-height: 1.6;
}

/* Load More Button - Enhanced */
.kb-load-more {
  text-align: center;
  margin-bottom: 60px;
}

.kb-load-more-button {
  background: #10b981;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.kb-load-more-button:hover {
  background: #059669;
  transform: translateY(-2px);
}

/* Join CTA Section - Enhanced */
.kb-join-cta {
  background: #000f27;
  border-radius: 16px;
  padding: 60px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.kb-cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.kb-cta-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #cbd5e1;
}

.kb-cta-button {
  background: linear-gradient(45deg, #4F1AF3, #6D3EF7, #B399FF);
            background-size: 300% 300%;
            animation: gradientAnimation 5s ease-in-out infinite;
            color: white;
            border: none;
            border-radius: 6px;
            padding: 10px 20px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
            display: inline-block;
            margin-top: 20px;
            border-radius: 50px;
}

.kb-cta-button:hover {
  transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(79, 26, 243, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .kb-hero-section {
    flex-direction: column;
  }
  
  .kb-hero-content, .kb-hero-image {
    width: 100%;
  }
  
  .kb-hero-image {
    margin-top: 30px;
  }
  
  .kb-partner-card {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .kb-partner-card {
    width: calc(50% - 15px);
  }
  
  .kb-partner-entry {
    flex-direction: column;
  }
  
  .kb-partner-entry .kb-partner-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .kb-join-cta {
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
  .kb-partner-card {
    width: 100%;
  }
}/* End custom CSS */