.hero-fnl-1 {background:url('../images/pp-1.jpg') no-repeat right center; position:relative;padding-top: 125px !important;}

#abf-fnl::after {
content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 60px; /* Adjust width for size */
  height: 40px; /* Adjust height for size */
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgNTAiIHdpZHRoPSIxMDAiIGhlaWdodD0iNTAiPjxwYXRoIGQ9Ik0xMDAgMGwtNTAgNTAtNTAtNTAiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}

#abf-fnl .overlay { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 65% 0%, 45% 100%, 0% 100%);
  background: #f7eee9;
  opacity: 0.95;
}
#abf-fnl h1 {color:#333;font-family: 'Migra', serif;font-weight: 200;}
#abf-fnl p {color:#333;font-family: 'DM Sans', sans-serif;font-size: 1rem;line-height: 1.6;}
.funnel .typ1 {
  display: flex;
  align-items: center;
  color: #fff;
  border: 2px solid #333;
  border-radius: 50px;
  background: #333;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Jost, sans-serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: fit-content;
}

.funnel .typ1 i {
  font-size: 30px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.funnel .typ1.b-alt{background:#fff;color:#333; }
.funnel .typ1.b-alt:hover {color:#fff!important;background:#333; } 
.funnel .typ1.b-alt:hover .sub-text {color:#fff; } 

.funnel .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.funnel .cta-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1em;
  font-family: 'DM Sans', sans-serif;
}

.funnel .sub-text {
  text-align: left;
  font-size: .8rem;
  font-weight: normal;
  text-transform: none;
  opacity: 0.8;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: .1em;
}

.funnel .typ1:hover {
  background: #fff;
  border-color: #333;
  color: #333 !important;
}

.funnel .typ1:hover .sub-text {
  color: #333;
}

.partner-intro {
background: #fff;
font-family: 'DM Sans', sans-serif;
}
.partner-intro .feature-box h3 {font-family: 'Migra', serif;color:#333;font-size:1.5rem;font-weight: 200; }
.partner-intro .feature-box h4 {font-family: 'Migra', serif;color:#333;font-size:1.5rem;font-weight: 200; }


.pp-fill-1 {background: #fff;border-radius:8px; background: #4682B4;}
.partner-intro .left {color:#fff; }
.partner-intro .left .inner {padding:1.5rem; }
.partner-intro .left .inner h2 {font-size:1.2rem;margin-bottom:2rem; }
.partner-intro .left .inner h3 {margin-bottom:1.5rem; }
.partner-intro .white {color:#000; margin-bottom: 2rem;}

.partner-intro .image-container {
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
.partner-intro .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center; 
}

.partner-intro h2 {
  font-family: 'Migra', serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 200;
}

.benefits-section {
background: url('../images/hme-feat.jpg') no-repeat top center;
background-size: cover;background-attachment: fixed;
position: relative;
 }
.benefits-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.benefits-section::after {
content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 60px; /* Adjust width for size */
  height: 40px; /* Adjust height for size */
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgNTAiIHdpZHRoPSIxMDAiIGhlaWdodD0iNTAiPjxwYXRoIGQ9Ik0xMDAgMGwtNTAgNTAtNTAtNTAiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}

.benefits-section h2,.benefits-section p {z-index:1;color:#c5a394;font-size: 3.5rem;font-family: 'Migra', serif;font-weight: 200;}
.benefits-section .lead {margin-bottom:2rem;color: #000;font-size: 2rem;}
.benefits-section .hld {background:#deb6b4;
color:#333;z-index:1;border-radius:8px;
}
.benefits-section .hld h3 {font-size:1.5rem; font-family: 'Migra', serif;font-weight: 200;color: #333;margin-bottom: 1.2rem;}
.benefits-section .hld p {margin:0; color: #fff;font-family: 'DM Sans', sans-serif;line-height: 1.6;font-size: 1rem;}
.benefits-section .typ1 {margin: 0 auto;}
.small-box-white {
  background: #f9f9f9;
  padding: 50px 0;
}
.small-box-white {background: #fff; }
.small-box-white h2 {color:#333;font-family: 'Migra', serif;font-weight: 200;font-size: 3.5rem;}
.small-box-white p {color:#333;font-family: 'DM Sans', sans-serif;font-size: 1rem;line-height: 1.7;}

.hw2-box {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  color: #fff;
}
.hw2-box  .text-block { background: #fff;border-radius: 8px;padding: 1rem 1.5rem;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);color:#333;border: 1px solid #c29382;}
.hw2-box  .text-block h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Migra', serif;
  font-weight: 200;
}
.hw2-box p {color:#333;margin-bottom:0;}

.memorials-matter {
background: url('../images/hme-feat.jpg') no-repeat top center;
background-size: cover;background-attachment: fixed;
position: relative;
color:#000;
 }
.memorials-matter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.memorials-matter::after {
content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 60px; /* Adjust width for size */
  height: 40px; /* Adjust height for size */
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgNTAiIHdpZHRoPSIxMDAiIGhlaWdodD0iNTAiPjxwYXRoIGQ9Ik0xMDAgMGwtNTAgNTAtNTAtNTAiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
.memorials-matter h2 {color:#0077B6;}
.feature-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  transition: 0.3s ease-in-out;
  color: #fff;
  border: 1px solid #c29382;
  color: #333;
}

.feature-box:hover {
  transform: translateY(-5px);
}
#pp-faqs {background:#fff; }
#pp-faqs h2 { color: #333;font-family: 'Migra', serif;font-size: 3.5rem;font-weight: 200;margin-bottom: 1.5rem;}
#pp-faqs p { color: #333;margin-bottom: 2rem;font-family: 'DM Sans', sans-serif;line-height: 1.6;}
#pp-faqs .accordion-item { border: 2px solid #c29382;margin-bottom: 1rem;}
#pp-faqs .accordion-item h2 { color: #fff;font-size: 1.2rem;margin: 0;}
#pp-faqs .accordion-item .accordion-button { background: #b78e8c;color: #fff;width: 100%;text-align: left;padding: 1rem;border: 0;font-weight: 200;font-size: 1.5rem;}
#pp-faqs .accordion-item .accordion-body { padding: 1rem;color: #000;}
.wrap-top {z-index:1;position:relative;}
.cta-section {
background: url('../images/pp-back-1a.webp') no-repeat center center;
background-size: cover;background-attachment: fixed;
position: relative;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.cta-section  .su-cta-1 {background:rgba(1, 15, 16,0.60); z-index: 999;position: relative;padding: 2rem 1.5rem;width: 100%;display: inline-block;}
.cta-section .su-cta-1 h3 { margin-bottom: 2rem;color:#fff;}
.cta-section .su-cta-1 p { color:#fff;max-width: 850px;margin: 0 auto;display: block;margin-bottom: 2rem;}
.cta-section .su-cta-1 a { color: #fff;}



@media (max-width: 767px) {

#abf-fnl h1 {text-align:center;font-size:2rem;}
#abf-fnl .lead {text-align:center;}
#abf-fnl {text-align:center;}
#abf-fnl .typ1 {margin: 0 auto;}
#abf-fnl {padding-top: 100px!important;}
#abf-fnl .overlay {clip-path:none!important; }
#abf-fnl .video-icon {display:none;}

.partner-intro .left .inner h2 {text-align:center;}
.partner-intro .left .inner h3 {text-align:center;}
.partner-intro .left .inner p {text-align:center; }
.partner-intro .left .inner .typ1 {margin: 0 auto;}

}

/* ========================================
   fnl-intro-1 SECTION 
   ======================================== */
.fnl-intro-1-section {
    background: white;
    padding: 100px 0 25px;
}

.fnl-intro-1-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.fnl-intro-1-hashtag {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.fnl-intro-1-main {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.photo-collages {
    flex: 0 0 600px;
    position: relative;
    height: 500px;
}

.photo-collages img {
    display: block;
}

.grid-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fnl-intro-1-text {
    flex: 1;
    position: relative;
}

@media (max-width: 768px) {
    .fnl-intro-1-heading {
        text-align: center;
        max-width: 100%;
    }
}

.quote-mark {
    font-size: 8rem;
    color: #c5a394;
    font-family: 'Times New Roman', serif;
    position: absolute;
    top: -2rem;
    right: 0;
    line-height: 1;
}

.fnl-intro-1-heading {
    font-family: 'Migra', serif;
    font-size: 3.5rem;
    font-weight: 200;
    color: #c5a394;
    line-height: 1.2;
    margin-bottom: 2rem;
    max-width: 600px;
    font-style: italic;
}

.fnl-intro-1-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
    max-width: 600px;
}

.fnl-intro-1-author {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #c5a394;
    font-style: italic;
    margin-bottom: 3rem;
}

.fnl-intro-1-btn {
    background: transparent;
    border: 2px solid #333;
    color: #333;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 2rem;
    text-decoration: none;
}

.fnl-intro-1-btn:hover {
    background: #333;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.fnl-intro-1-arrow {
    display: inline-block;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.fnl-intro-1-arrow:hover {
    transform: translateX(5px);
}

/* Step numbers for process section */
.step-number {
  width: 50px;
  height: 50px;
  background: #333;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

/* Ensure buttons in feature boxes have proper spacing */
.feature-box .btn {
  margin-top: 15px;
}

/* Partner program specific adjustments */
#pp-top {padding:4rem 0 5rem;text-align:center; }

#pp-top h1 {
  font-family: 'Migra', serif;
  font-size: 3rem;
  color: #333;
  margin-bottom: 1.5rem;
}

#pp-top .lead {
  font-size: 1.25rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

/* About section styling for partner page */
#partner-about .about-title {
  font-family: 'Migra', serif;
  font-size: 3rem;
  color: #333;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

#partner-about .about-title .italic {
  font-style: italic;
  color: #b78e8c;
}

#partner-about .about-description p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

#partner-about .about-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

#partner-about .about-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

#partner-about .about-features li:last-child {
  border-bottom: none;
}

#partner-about .about-features strong {
  color: #b78e8c;
}

#partner-about .about-btn {
  background: #333;
  color: white;

}

#partner-about .about-btn:hover {
  background: #fff;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #pp-top h1 {
    font-size: 2.2rem;
  }
  
  #partner-about .about-title {
    font-size: 2.2rem;
  }
}

.partner-opportunity-card {
  background: white;
  border: 2px solid #c29382;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.partner-opportunity-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #b78e8c;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.partner-opportunity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(183, 142, 140, 0.15);
}

.partner-opportunity-card:hover:before {
  transform: scaleX(1);
}

.partner-card-icon {
  text-align: center;
  margin-bottom: 20px;
}

.partner-card-icon i {
  font-size: 2.5rem;
  color: #b78e8c;
  background: #f8f5f5;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
}

.partner-card-content {
  flex: 1;
  margin-bottom: 20px;
}

.partner-card-content h3 {
  font-family: 'Migra', serif;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 200;
}

.partner-card-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.partner-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.feature-tag {
  background: #f8f5f5;
  color: #b78e8c;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid #e8e0df;
}

.partner-card-action {
  text-align: center;
  margin-top: auto;
}

/* Ensure the b-alt button style matches your existing theme */
.btn.typ1.b-alt {
margin: 0 auto;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .partner-opportunity-card {
    padding: 20px;
  }
  
  .partner-card-icon i {
    font-size: 2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  
  .partner-card-content h3 {
    font-size: 1.3rem;
  }
  
  .partner-card-features {
    gap: 6px;
  }
  
  .feature-tag {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
}
.partner-final-cta {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.cta-main-content h2 {
  font-family: 'Migra', serif;
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 3rem;
  line-height: 1.5;
  max-width: 600px;
}

.cta-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 3rem;
  padding: 30px 0;
  border-top: 1px solid #e8e0df;
  border-bottom: 1px solid #e8e0df;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.stat-icon {
  font-size: 2rem;
  color: #b78e8c;
  margin-bottom: 15px;
}

.stat-icon i {
  background: #f8f5f5;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.stat-number {
  font-family: 'Migra', serif;
  font-size: 1.3rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
}

.stat-label {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}

.cta-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-3px);
}

.feature-icon {
  font-size: 1.5rem;
  color: #b78e8c;
  flex-shrink: 0;
  background: #f8f5f5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.feature-text {
  display: flex;
  flex-direction: column;
}

.feature-text strong {
  font-family: 'Migra', serif;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 4px;
  font-weight: 200;
}

.feature-text span {
  color: #666;
  font-size: 0.9rem;
}

/* Action Card Styles */
.cta-action-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(183, 142, 140, 0.15);
  border: 2px solid #b78e8c;
  position: relative;
  overflow: hidden;
}

.cta-action-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b78e8c, #deb6b4);
}

.action-card-header h3 {
  font-family: 'Migra', serif;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.action-card-header p {
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.action-card-features {
  margin-bottom: 2.5rem;
}

.action-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.action-feature:last-child {
  border-bottom: none;
}

.action-feature i {
  color: #b78e8c;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

.action-feature span {
  color: #555;
  font-size: 1rem;
}

.action-card-cta {
  text-align: center;
}

.action-card-cta .btn.typ1 {
  width: 100%;
  justify-content: center;
  padding: 15px 25px;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.cta-note {
  color: #888;
  font-size: 0.85rem;
  text-align: center;
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .cta-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .cta-stats {
    justify-content: center;
  }
  
  .cta-features-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .partner-final-cta {
    padding: 60px 0;
  }
  
  .cta-main-content h2 {
    font-size: 2.2rem;
  }
  
  .cta-subtitle {
    font-size: 1.1rem;
  }
  
  .cta-stats {
    flex-direction: column;
    gap: 30px;
  }
  
  .cta-action-card {
    padding: 30px 25px;
  }
  
  .action-card-header h3 {
    font-size: 1.5rem;
  }
  
  .stat-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .cta-main-content h2 {
    font-size: 1.8rem;
  }
  
  .cta-action-card {
    padding: 25px 20px;
  }
  
  .feature-item {
    padding: 15px;
  }
}

.hiw-home.pp-ft-alt .feature-box {background:#fff; }
.hiw-home.pp-ft-alt .feature-box i {color:#c29382; font-size: 2rem;margin-bottom: 1rem;}
.hiw-home.pp-ft-alt .feature-box h3 {color:#333; font-weight: 200;font-family: 'Migra', serif;}
.hiw-home.pp-ft-alt .feature-box p {color:#333; }