/* Program Page Specific Styles */

.hero-section-new {
    background-color: #121212;
    color: #ffffff;
    overflow: hidden;
}

.hero-container-new {
    display: grid;
    align-items: center;
    grid-template-columns: 1.2fr 0.8fr;
    /* min-height: 100vh; */
}

.hero-content-new {
    padding: 8% 5% 8% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: fadeIn-new 1s ease-out;
    max-height: fit-content;
}

@keyframes fadeIn-new {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle-new {
    color: var(--primary-red);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: var(--font-main);
}

.hero-title-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
    color: #ffffff;
    max-width: 95%;
}

.hero-features-new {
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
}

.hero-features-new li {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    color: #e0e0e0;
    position: relative;
    padding-left: 1.5rem;
}
    /* transition: transform 0.3s ease;
} */

/* .hero-features-new li:hover {
    transform: translateX(5px);
} */

.hero-features-new li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--primary-red);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6rem;
}

.hero-features-new li strong {
    color: var(--primary-red);
    font-weight: 700;
}

.hero-actions-new {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.btn-outline-new {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 0.9375rem 2.5rem !important;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    cursor: pointer;
}

.btn-outline-new:hover {
    background-color: #333;
    color: #FFFFFF;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.btn-new {
    padding: 0.625rem 1.25rem;
    border-radius: 1.875rem;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition:  all 0.3s ease;
}

.btn-red-new {
    background-color: var(--primary-red);
    color: var(--white);
    box-shadow: 0 0.25rem 0.375rem rgba(210, 38, 48, 0.3);
    border-radius: 2rem;
    text-transform: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-large-new {
    padding: 0.9375rem 2.5rem;
    font-size: 1rem;
    box-shadow: 0 0.375rem 0.75rem rgba(210, 38, 48, 0.4);
}

.btn-red-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(215, 46, 58, 0.3);
    background-color: #b01b23;
}

.hero-image-new {
    height: 100% ;
    position: relative;
}

.hero-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive Styles */


@media (min-width: 1288px) {
      .hero-image-new {
     /* height:100vh; */
    }

}
@media (max-width: 1024px) {
    .hero-title-new {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero-container-new {
        grid-template-columns: 1fr;
    }

    .hero-content-new {
        padding: 4rem 20px;
        order: 2;
        text-align: center;
        align-items: center;
    }

    .hero-title-new {
        font-size: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-features-new li {
        text-align: left;
        /* Keep features left-aligned for better readability if they are long */
        max-width: 90%;
    }

    .hero-actions-new {
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .btn-new {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

/* Audience Section Styles */
.audience-section-new {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.unb-container-new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.section-title-large-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.375rem;
    font-weight: 900;
    color: var(--primary-red);
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.section-subtitle-dark-new {
    font-size: 1rem;
    color: #333;
    max-width: 100%;
    /* margin-bottom: 50px; */
    line-height: 1.3;
    font-weight: 400;
}

.audience-grid-new {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 60px;
}

.audience-item-new h3 {
    font-size:1.625rem;
    font-weight: 800;
    color: var(--primary-red);
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 15px;
    display: block;
}

.audience-item-new h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    /* Fixed width as seen in the reference */
    height: 2px;
    background-color: var(--primary-red);
}

.audience-item-new p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-top: 25px;
    max-width: 260px;
    /* Constraining content width for better readability */
}
@media (min-width: 1350px) {
    .hero-container-new{
       max-height: 800px;
    }
    .hero-image-new{
        max-height: 800px;

    }
    .hero-content-new{
        padding: 5% 5% 5% 10%;
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .audience-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .audience-section-new {
        text-align: center;
        /* Centers all text content */
        padding: 60px 20px;
    }

    .audience-grid-new {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 35px;
    }
    .audience-item-new p {
        margin-top:8px;
    }

    .section-title-large-new {
        font-size: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .section-subtitle-dark-new {
        margin-left: auto;
        margin-right: auto;
        font-size: 0.95rem;
    }

    .audience-item-new {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .audience-item-new h3 {
        text-align: center;
    }

    .audience-item-new h3::after {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 250px;
    }

    .audience-item-new p {
        max-width: 100%;
    }
}

/* Advantage Section Styles */
.advantage-section-new-new {
    padding: 60px 0;
    background-color: #ffffff;
}

.advantage-grid-new-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    /* Reduced gap */
    margin-top: 40px;
}

.advantage-card-new-new {
    background-color: #000000;
    padding: 25px 20px;
    /* Reduced padding */
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    /* min-height: 220px; */
    /* Reduced height */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card-new-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.advantage-card-new-new h3 {
    font-size: 1.625rem;
    /* Matches the prominent bold look */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.25;
}

.advantage-card-new-new p {
    font-size: 0.9rem;
    /* Clearer readability */
    line-height: 1.45;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1100px) {
    .advantage-grid-new-new {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .advantage-section-new-new {
        padding: 60px 0;
        text-align: center;
    }

    .advantage-grid-new-new {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .advantage-card-new-new {
        min-height: auto;
        padding: 30px 25px;
        text-align: center;
    }
}

/* Path Section Styles */
.path-section-new-new {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.path-grid-new-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.path-card-new-new {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.path-card-new-new h3 {
    font-size: 1.3rem;
    /* More precise size */
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.path-card-new-new p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
}

.btn-red-path-new {
    display: inline-block;
    padding: 12px 35px;
    background-color: var(--primary-red);
    color: #ffffff;
    text-decoration: none;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 0.95rem;
    align-self: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(187, 30, 50, 0.2);
    /* Soft red shadow */
}

.btn-red-path-new:hover {
    background-color: #b01a2d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(187, 30, 50, 0.3);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .path-grid-new-new {
        grid-template-columns: 1fr;
    }
    .day-life-image-new img{
        max-width:60%;
    }
    .day-life-profile-new{
        padding: 60px 0 60px 0;
    }
}

@media (max-width: 768px) {
    .path-section-new-new {
        padding: 60px 0;
        text-align: center;
    }
     .day-life-image-new img{
        max-width:70%;
    }

    .path-card-new-new {
        padding: 30px 20px;
        align-items: center;
    }

    .btn-red-path-new {
        align-self: center;
    }
}
@media (max-width: 1024px) {
  .hero-image-new img {
    display: none;
    
  }
}

@media (max-width: 1024px) and (min-width: 560px) {
  .hero-container-new{
    display:unset !important ;
    min-height:auto !important;
  }
}
@media (max-width: 550px) {
.day-life-image-new img{
    max-width:100%;
}
}

/* Day in the Life Section Styles */
.day-life-section-new {
    padding: 60px 0 0 0;
    /* Top padding only */
    background-color: #ffffff;
}

.day-life-profile-new {
    padding: 60px 20px;
    width: 100%;
}

.day-life-profile-new.gray-new {
    background-color: #f2f2f2;
}

.day-life-container-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.home-faq-new{
    padding-top: 60px;
    /* max-width: 1100px!important; */
    /* padding-left: 0px!important;
    padding-right: 0px!important; */

}
/* Ensure mobile layout stays consistent */
@media (max-width: 992px) {
    
    .day-life-container-new.reverse-new .day-life-image-new {
        order: -1;
        /* Image always on top on mobile */
    }

    .day-life-container-new.reverse-new .day-life-content-new {
        order: 1;
    }
}

.subsection-title-new {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 40px;
}

.timeline-new {
    position: relative;
    padding-left: 30px;
}

.timeline-item-new {
    position: relative;
    margin-bottom: 25px;
    /* Reduced from 35px */
}

.timeline-item-new::after {
    content: "";
    position: absolute;
    left: -29.5px;
    /* Aligns with the dots */
    top: 15px;
    /* Starts exactly at dot center */
    height: calc(100% + 20px);
    /* Overlaps with next dot to prevent gaps */
    width: 2px;
    background-color: var(--primary-red);
}

.timeline-item-new:last-child::after {
    display: none;
    /* Removes the line after the last point */
}

.timeline-dot-new {
    position: absolute;
    left: -35px;
    /* Centers dot on the line (30px padding + half width of dot) */
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--primary-red);
    border-radius: 50%;
}

.timeline-info-new h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2px;
    /* Reduced from 8px */
}

.timeline-info-new p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.day-life-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .day-life-container-new {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .day-life-image-new {
        max-width: 100%;
        /* text-align: center; */
        order: -1;
        /* Move image to top on mobile */
    }
}

@media (max-width: 768px) {
    .day-life-section-new {
        padding: 60px 0px 0px 0px;
        }

    .subsection-title-new {
        font-size: 1.5rem;
        /* text-align: center; */
    }
}
@media (max-width: 500px) {
    .hero-actions-new {
        gap: 14px;
        flex-direction:column;
        }

    .subsection-title-new {
        font-size: 1.5rem;
        /* text-align: center; */
    }
}

/* Pricing Section Styles */
.pricing-section-new {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.pricing-grid-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.pricing-card-new {
    background-color: #000000;
    padding: 50px 40px;
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.pricing-card-new h3 {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.total-price-new {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 30px;
}

.btn-white-request-new {
    display: inline-block;
    padding: 12px 35px;
    background-color: #ffffff;
    color: var(--primary-red);
    text-decoration: none;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 0.95rem;
    align-self: flex-start;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.btn-white-request-new:hover {
    background-color: transparent;
    color: #ffffff;
}

.pricing-disclaimer-new {
    font-size: 0.85rem;
    color: #666;
    margin-top: 40px;
    line-height: 1.5;
}

/* Pricing Responsive */
@media (max-width: 768px) {
    .pricing-grid-new {
        grid-template-columns: 1fr;
    }

    .pricing-section-new {
        padding: 60px 0;
        text-align: center;
    }
    
    .btn-white-request-new {
        align-self: center;
    }
    .featured-blogs-container .blog-wrapper{
padding:0;
    }
}