.elementor-11 .elementor-element.elementor-element-0f05391{--display:flex;}.elementor-11 .elementor-element.elementor-element-5c04a74{--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;}.elementor-11 .elementor-element.elementor-element-f06dfa8{--display:flex;}.elementor-11 .elementor-element.elementor-element-2552599{--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;}.elementor-11 .elementor-element.elementor-element-3da5c1a{--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;--border-radius:60px 30px 60px 30px;}.elementor-11 .elementor-element.elementor-element-3da5c1a:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-3da5c1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-dc8a669{text-align:center;}.elementor-11 .elementor-element.elementor-element-dc8a669 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:36px;font-weight:700;line-height:-1.2px;color:#00070A;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-7449fa8{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-11 .elementor-element.elementor-element-269eb03 .elementor-icon-list-icon i{color:#C143C9;transition:color 0.3s;}.elementor-11 .elementor-element.elementor-element-269eb03 .elementor-icon-list-icon svg{fill:#C143C9;transition:fill 0.3s;}.elementor-11 .elementor-element.elementor-element-269eb03{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-11 .elementor-element.elementor-element-269eb03 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-11 .elementor-element.elementor-element-269eb03 .elementor-icon-list-item > a{font-family:"Open Sans", Sans-serif;font-weight:400;}.elementor-11 .elementor-element.elementor-element-269eb03 .elementor-icon-list-text{transition:color 0.3s;}.elementor-11 .elementor-element.elementor-element-c89ce46{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11 .elementor-element.elementor-element-aa92d1e{text-align:center;}.elementor-11 .elementor-element.elementor-element-aa92d1e img{border-radius:40px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-7ba887e{--display:flex;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-11 .elementor-element.elementor-element-76fa3fb .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}/* Start custom CSS for html, class: .elementor-element-cebfbb9 *//* Color Palette */
:root {
  --primary-purple: #5B21B6;
  --purple-light: #F3E8FF;
  --gray-dark: #1F2937;
  --gray-light: #6B7280;
  --background: #ffffff;
}

/* Base Styles */
.pcc-hero-section {
  background-color: var(--background);
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.pcc-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Typography */
.pcc-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.pcc-hero-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--gray-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.highlight {
  color: var(--primary-purple);
}

.pcc-hero-text {
  font-size: 1.125rem;
  color: var(--gray-light);
  margin-bottom: 2.5rem;
}

/* Features Grid */
.pcc-features-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .pcc-features-container {
    grid-template-columns: 1fr 1fr;
  }
}

.pcc-feature-box {
  background-color: var(--purple-light);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pcc-feature-box:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.2);
}

.pcc-feature-box h3 {
  font-size: 1.25rem;
  color: var(--primary-purple);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pcc-feature-box p {
  color: var(--gray-dark);
  font-size: 1rem;
}

/* CTA Section */
.pcc-cta-section {
  background-color: var(--purple-light);
  padding: 4rem 1rem;
  text-align: center;
  border-radius: 1rem;
  margin: 3rem auto;
  max-width: 800px;
}

.pcc-cta-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray-dark);
  margin-bottom: 1.5rem;
}

.pcc-cta-button {
  display: inline-block;
  background-color: var(--primary-purple);
  color: white;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pcc-cta-button:hover {
  background-color: #4C1D95;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(91, 33, 182, 0.2);
}

/* Testimonials */
.pcc-testimonials {
  padding: 4rem 1rem;
  text-align: center;
}

.pcc-testimonials h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray-dark);
  margin-bottom: 2rem;
}

.pcc-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pcc-testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pcc-testimonial-card {
  background-color: var(--background);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: transform 0.3s ease;
}

.pcc-testimonial-card:hover {
  transform: translateY(-5px);
}

.pcc-testimonial-text {
  font-style: italic;
  color: var(--gray-light);
  margin-bottom: 1rem;
}

.pcc-testimonial-author {
  font-weight: 700;
  color: var(--primary-purple);
}

/* Footer */
.pcc-footer {
  background-color: var(--gray-dark);
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}

.pcc-footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.pcc-footer-link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pcc-footer-link:hover {
  color: var(--purple-light);
}

.pcc-social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.pcc-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.pcc-social-icon:hover {
  background-color: var(--primary-purple);
}

/* Animations */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 1s ease-out forwards;
  opacity: 0;
}

.slide-up {
  animation: slideUp 1s ease-out forwards;
  opacity: 0;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 0.9s; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aaa62f6 *//* Portfolio Section - Add to your CSS */
.pcc-portfolio-section {
  padding: 5rem 1rem;
  background-color: var(--background);
  text-align: center;
}

.pcc-portfolio-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray-dark);
  margin-bottom: 1rem;
}

.pcc-portfolio-subtitle {
  font-size: 1.125rem;
  color: var(--gray-light);
  max-width: 700px;
  margin: 0 auto 3rem;
}

.pcc-portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pcc-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pcc-portfolio-item {
  background-color: var(--purple-light);
  padding: 2rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.pcc-portfolio-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(91, 33, 182, 0.7) 0%, rgba(91, 33, 182, 0) 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pcc-portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(91, 33, 182, 0.15);
}

.pcc-portfolio-item:hover::before {
  opacity: 1;
}

.pcc-portfolio-item h3 {
  font-size: 1.5rem;
  color: white;
  position: relative;
  z-index: 2;
  margin-bottom: 0.5rem;
}

.pcc-portfolio-item p {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  font-size: 1rem;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5c04a74 *//* Features Section */
.pcc-features-section {
  padding: 80px 0;
  background: #f8fafc;
}

.pcc-features-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  max-width: 1000px;
}

.pcc-feature-box {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 400px;
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid #2563eb;
}

.pcc-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.pcc-feature-box h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1e293b;
}

.pcc-feature-box p {
  color: #64748b;
  line-height: 1.6;
  font-size: 1.1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a49f95 *//* Services Section Styles */
.pcc-services-section {
  padding: 5rem 1rem;
  background-color: var(--purple-light);
  position: relative;
  overflow: hidden;
}

.pcc-services-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(91, 33, 182, 0.05);
  border-radius: 50%;
}

.pcc-services-intro {
  font-size: 1.125rem;
  color: var(--gray-light);
  max-width: 700px;
  margin: 0 auto 3rem;
}

.pcc-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pcc-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pcc-service-card {
  background-color: var(--background);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.pcc-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(91, 33, 182, 0.15);
}

.pcc-service-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(91, 33, 182, 0.1);
}

.pcc-service-header h3 {
  font-size: 1.5rem;
  color: var(--gray-dark);
  margin-bottom: 0.5rem;
}

.pcc-price-badge {
  display: inline-block;
  background-color: var(--purple-light);
  color: var(--primary-purple);
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.highlight-bg {
  background-color: var(--primary-purple);
  color: white;
}

.pcc-service-card p {
  color: var(--gray-light);
  margin-bottom: 1.5rem;
  min-height: 60px;
}

.pcc-service-features {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.pcc-service-features li {
  padding: 0.5rem 0;
  color: var(--gray-dark);
  position: relative;
  padding-left: 1.75rem;
}

.pcc-service-features li::before {
  content: '✓';
  color: var(--primary-purple);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.pcc-service-cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: var(--primary-purple);
  color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.pcc-service-cta:hover {
  background-color: #4C1D95;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(91, 33, 182, 0.2);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f06dfa8 */.pcc-services-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.pcc-services-section h2 {
    font-size: 36px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.pcc-services-intro {
    font-size: 18px;
    text-align: center;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.pcc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pcc-service-card {
    background-color: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.pcc-service-card:hover {
    transform: translateY(-10px);
}

.pcc-service-card h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.pcc-service-card h3 span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}

.pcc-service-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.pcc-service-card ul {
    list-style: none;
    padding-left: 0;
}

.pcc-service-card ul li {
    padding: 8px 0;
    font-size: 16px;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.pcc-service-card ul li:before {
    content: "✓";
    color: #4CAF50;
    position: absolute;
    left: 0;
    font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7d0734 *//* Plans Section Layout */
.pcc-plans-section {
  padding: 80px 0;
  background-color: #f9f9ff; /* soft background to create contrast */
}

.pcc-plans-subtitle {
  font-size: 1.125rem;
  color: #5b21b6; /* deep purple accent */
  margin-bottom: 40px;
  text-align: center;
}

.pcc-plans-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 48px;
}

.pcc-plan-card {
  background: white;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(91, 33, 182, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pcc-plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(91, 33, 182, 0.2);
}

.pcc-plan-card h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: #1f1f1f;
}

.pcc-plan-card h3 span {
  display: block;
  font-size: 1rem;
  color: #7c3aed; /* violet */
  margin-top: 6px;
}

.pcc-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.pcc-plan-card ul li {
  margin-bottom: 12px;
  color: #444;
}

.pcc-plan-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #7c3aed; /* violet */
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.pcc-plan-button:hover {
  background-color: #5b21b6; /* deeper violet */
}

/* Highlighted Popular Plan */
.pcc-popular-plan {
  position: relative;
  border: 2px solid #7c3aed;
}

.pcc-popular-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5b21b6;
  color: white;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2552599 */.pcc-plans-section {
    padding: 100px 0;
    background-color: white;
}

.pcc-plans-section h2 {
    font-size: 36px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.pcc-plans-subtitle {
    font-size: 18px;
    text-align: center;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.pcc-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.pcc-plan-card {
    background-color: #f8f9fa;
    padding: 40px 30px;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.pcc-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.pcc-popular-plan {
    background-color: #2c3e50;
    color: white;
}

.pcc-popular-plan h3,
.pcc-popular-plan span,
.pcc-popular-plan li {
    color: white !important;
}

.pcc-popular-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

.pcc-plan-card h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.pcc-plan-card h3 span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 5px;
}

.pcc-plan-card ul {
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
}

.pcc-plan-card ul li {
    padding: 10px 0;
    font-size: 16px;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.pcc-plan-card ul li:before {
    content: "✓";
    color: #4CAF50;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.pcc-popular-plan ul li:before {
    color: #2ecc71;
}

.pcc-plan-button {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: center;
}

.pcc-plan-button:hover {
    background-color: #2980b9;
}

.pcc-popular-plan .pcc-plan-button {
    background-color: #e74c3c;
}

.pcc-popular-plan .pcc-plan-button:hover {
    background-color: #c0392b;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea47d8d *//* ===========================
   FOUNDER / ABOUT SECTION
=========================== */
.pcc-founder-section {
  padding: 5rem 1rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.pcc-founder-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1F2937;
  text-align: center;
  margin-bottom: 2.5rem;
}

.pcc-founder-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .pcc-founder-content {
    flex-direction: row;
    align-items: center;
  }
}

.pcc-founder-text {
  flex: 1;
  font-size: 1.125rem;
  color: #4B5563;
  line-height: 1.7;
}

.pcc-founder-text ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.pcc-founder-text ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  color: #374151;
  line-height: 1.6;
}

.pcc-founder-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #5B21B6;
  font-weight: bold;
}

.pcc-founder-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcc-image-placeholder,
.pcc-founder-img {
  width: 100%;
  max-width: 500px;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  background-color: #f3f4f6;
  aspect-ratio: 4 / 3;
}

/* ===========================
   MISSION SECTION
=========================== */
.pcc-mission-section {
  max-width: 1200px;
  margin: 4rem auto 0;
  padding: 0 1rem;
  text-align: center;
}

.pcc-mission-section h2 {
  font-size: 2rem;
  color: #1F2937;
  margin-bottom: 1rem;
}

.pcc-mission-section p {
  font-size: 1.125rem;
  color: #4B5563;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

.pcc-mission-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .pcc-mission-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pcc-mission-feature {
  background: #F9FAFB;
  padding: 2rem;
  border-radius: 1rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pcc-mission-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 18px -4px rgba(0, 0, 0, 0.1);
}

.pcc-feature-icon-box {
  width: 50px;
  height: 50px;
  background: #EDE9FE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pcc-feature-svg {
  width: 24px;
  height: 24px;
  fill: #5B21B6;
}

.pcc-mission-feature h3 {
  font-size: 1.25rem;
  color: #1F2937;
  margin-bottom: 0.75rem;
}

.pcc-mission-feature p {
  color: #6B7280;
  line-height: 1.6;
}

/* ===========================
   ANIMATIONS
=========================== */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

.slide-up {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.8s ease-out forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

@keyframes fadeIn {
  to { opacity: 1; }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pcc-mission-section {
  text-align: center;
}

.pcc-mission-section h2,
.pcc-mission-statement {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pcc-mission-statement {
  max-width: 700px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c89ce46 */.pcc-founder-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.pcc-founder-section h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.pcc-founder-section h1 {
    font-size: 42px;
    color: #222;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.3;
}

.pcc-founder-content {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.pcc-founder-text {
    flex: 1;
    min-width: 300px;
}

.pcc-founder-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.pcc-founder-text ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.pcc-founder-text ul li {
    padding: 15px 0;
    font-size: 16px;
    color: #555;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}

.pcc-founder-text ul li:before {
    content: "•";
    color: #3498db;
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 10px;
}

.pcc-founder-text ul li strong {
    color: #333;
}

.pcc-founder-image {
    flex: 1;
    min-width: 300px;
}

.pcc-image-placeholder {
    background-color: #ddd;
    height: 400px;
    border-radius: 8px;
    /* Replace with actual image */
}

.pcc-mission-section {
    background-color: white;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-top: 50px;
}

.pcc-mission-section h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.pcc-mission-section p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.pcc-mission-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.pcc-mission-feature {
    flex: 1;
    min-width: 250px;
}

.pcc-mission-feature h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.pcc-mission-feature p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}/* End custom CSS */