/* Custom Styles */
.header a.link-list__link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.header__block--cta .btn {
    margin: 0px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.hover, .nav-pills .nav-link.visited, .nav-pills .show>.nav-link {
    background-color: #000000;
    border-radius: 50px;
    transition: none;
}

.nav-link, .nav-link:hover {
    color: #000;
    transition: none;
} 

.footer .link-list--column .link-list__link {
    display: table;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    -ms-flex: unset !important;
}

@media only screen and (max-width: 767px) {
    .container .row {
        padding: 0px 10px;
    }
}

#section-footer_pro .footer__content {
    padding: 0px;
}

.mm-dark-hero .section__overlay {
    background: linear-gradient(0.25turn, #000000bf, 50%, transparent);
}

.mm-dark-hero, .mm-dark-hero h1, .mm-dark-hero h2, .mm-dark-hero h3, .mm-dark-hero h4, .mm-dark-hero h5, .mm-dark-hero h6, .mm-dark-hero p {
    color: #fff;
}

/* Sets max width for first section - hero section */
.mm-dark-hero h1, .mm-dark-hero h3, .mm-light-hero h1, .mm-light-hero h3, .mm-dark-hero p, .mm-light-hero p {
    max-width: 800px;
}

/* White box section styling for homepage */
.mm-white-boxes .image__overlay.background-light {
    opacity: 1 !important;
}

.mm-white-boxes h4.image__overlay-text {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
}

.dark-gradient-cta h3 {
    color: #fff;
}

.mm-section-heading .col-12 .feature {
    display: grid;
    grid-template-columns: 60px auto;
}

.newsletter-width {
    max-width: 500px;
}

@media (max-width: 767px) {



.newsletter-post-body__content .focus-writer-content {
    padding-top: 20px;
}

.mm-purple-line .block-type--image:first-of-type .block, .mm-purple-line .block-type--image_icon:first-of-type .block {
    margin-bottom: -140px;
}

}

.mm-purple-line .block-type--image, .mm-purple-line .block-type--image_icon:first-of-type .block {
    margin-bottom: -90px;
    z-index: 99999 !important;
    position: relative;
}

.dark-hero-form .section__overlay {
    background: linear-gradient(0.25turn, #000000, 70%, transparent);
}

.newsletter-hero h6, .newsletter-hero .h6, section.newsletter-post-body .h6, section.newsletter-post-body h6 {
    font-weight: 700;
}

@media (min-width: 768px) {
    .header__content--mobile .header__spacer {
        padding: 0px;
    }

.newsletter-post-body .row>* {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
}

.header__content--mobile .dropdown .dropdown__item a {
    padding-left: 0px;
    padding-right: 0px;
}

.newsletter-sidebar-column:last-child {
    max-width: 270px;
}

@media (max-width: 767px) {
.newsletter-hero__container .row {
    display: block;
}
}

.mm-featured-testimonial .block-type--feature:nth-of-type(2) .feature img {
    float: left;
    margin-right: 15px;
}

.mm-featured-testimonial .block-type--feature:nth-of-type(2) .feature__text p {
    padding-top: 10px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .newsletter-post-body .row {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.mm-featured-testimonial .block-type--feature:nth-of-type(2) p {
    line-height: 1.2;
    margin-bottom: 0px;
    padding-top: 14px;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: 60px;
}

input[type="radio"].form-control, input[type="checkbox"].form-control {
  appearance: auto;
  -webkit-appearance: radio;
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 15px;
  border: none;
  background: none;
}





div#section-footer {
    border-top: 1px solid #434242;
}

.accordion-body {
    padding: 0;
}header {
    border-bottom: 1px solid #a88251;
}


/* Fonts Load karein */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@500;700&display=swap');

.hibrow-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    padding: 20px;
    background-color: #fafaf9;
    font-family: 'Inter', sans-serif;
}

.hibrow-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    max-width: 400px;
}

 

.card-number {
    position: absolute;
    right: 24px;
    top: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 300;
    color: rgba(197, 160, 89, 0.2);
    line-height: 1;
    user-select: none;
}

.icon-box {
    width: 56px;
    height: 56px;
    background: #fcf9f1;
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-box svg {
    width: 28px;
    height: 28px;
    stroke: #c5a059;
}

.level-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #6b7280;
    margin-bottom: 8px;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0;
}

.divider {
    height: 1px;
    width: 40px;
    background: #c5a059;
    margin: 24px 0;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.feature-item {
    display: flex;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 16px;
}

.check-icon {
    width: 16px;
    height: 16px;
    stroke: #c5a059;
    flex-shrink: 0;
    margin-top: 3px;
}

.bonus-box {
    background: rgba(252, 249, 241, 0.6);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
}

.bonus-title {
    font-size: 11px;
    font-weight: 700;
    color: #c5a059;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.card-footer {
    margin-top: auto;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

.hibrow-card b, .hibrow-card strong {
    font-weight: 700;
    color: #1a1a1a;
}




a.btn {
    padding: 13px 34px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

@media(max-width:767px){
    
    div#block-1778234060477 h3 {
    font-size: 20px;
}

a.btn {
    font-size: 10px;
}

   div#block-1777701189639 h2 {
    font-size: 40px !important;
}

div#block-1778240943823_0 h3 {
    font-size: 47px !important;
}
div#block-1777701189658 h2 {
    font-size: 40px !important;
}


}









/* Responsive Container */
 

/* Header Styles */
.number {
  display: block;
  font-size: 3rem;
  font-style: italic;
  color: #c4a47c; /* Gold color from image */
  margin-bottom: 10px;
}

.subtitle {
  letter-spacing: 3px;
  font-size: 0.8rem;
  margin-bottom: 20px;
  opacity: 0.8;
}

.title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.description {
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.7;
}

/* Pricing Styles */
.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.currency {
  font-size: 2.5rem;
}

.currency-code {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.payment-terms {
  font-size: 0.75rem;
  letter-spacing: 2px;
  margin-top: 10px;
}

.divider {
    height: 1px;
    width: 100%;
    background: #c5a059;
    margin: 24px 0;
}

/* Features List */
.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.features-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
}

/* The Diamond Bullet */
.features-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #c4a47c;
  font-size: 0.8rem;
}

/* Button */
.enroll-btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 20px;
  letter-spacing: 3px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: opacity 0.2s;
}

.enroll-btn:hover {
  opacity: 0.8;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  
  br {display:none !important;}
  .number {
    font-size: 2.5rem;
  }
  
  .title {
    font-size: 1.6rem;
  }
}










 
/* Header Section */
.package-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.package-index {
  font-size: 3.5rem;
  font-style: italic;
  color: #c4a47c; /* Gold highlight */
  line-height: 1;
}

/* Static Text Badge */
.founder-badge {
  background-color: #a88251;
  color: #000;
  padding: 8px 16px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: bold;
}

.service-tag {
  letter-spacing: 3px;
  font-size: 0.8rem;
  margin: 20px 0;
  opacity: 0.8;
}

.main-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.1;
}

.intro-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.7;
}

/* Application Section */
.apply-text {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 5px;
}

.form-notice {
  font-size: 0.75rem;
  letter-spacing: 2px;
  opacity: 0.8;
}

.horizontal-break {
  height: 1px;
  background-color: #333;
  margin: 35px 0;
}

/* Features/Perks */
.perk-listing {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
}

.perk-listing li {
  margin-bottom: 18px;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}

/* Gold Diamond Bullet */
.perk-listing li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #c4a47c;
  font-size: 0.85rem;
  top: 2px;
}

/* Button Styling */
.action-trigger {
  width: 100%;
  background-color: #c4a47c; /* Matched to badge */
  color: #000;
  border: none;
  padding: 22px;
  letter-spacing: 3px;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  transition: filter 0.2s;
}

.action-trigger:hover {
  filter: brightness(1.1);
}

/* Mobile Responsiveness */
@media (max-width: 500px) {
   

  .apply-text {
    font-size: 3rem;
  }

  .main-title {
    font-size: 1.8rem;
  }
  
  .founder-badge {
    font-size: 0.6rem;
    padding: 6px 12px;
  }
}

button#form-button {
    text-transform: uppercase;
    letter-spacing: 2px;
}





