body {
    font-family: "Playfair Display", serif;
    background-color: #fcfaf8;
}

:root {
    --brand-dark: #1e3a63;
    --brand-gold: #f0ad4e;
    --bg-cream: #f8f6f2;
}

.hero {
    background:#0f2a55;
      
      color:#fff;
      position:relative;
      border-bottom:1px solid #0f2a5534;
}

.hero:before{
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: url(../images/download.svg);
      background-size:50px 50px;
      opacity: .05;
      border: 1px solid #0f2a557a;
    }

.hero_bg {
    padding: 50px 0 0;
   
}

.hero h1 span {
    color: #db9c2b;
}

.badge-custom {
    background: rgba(255, 255, 255, .15);
    border-radius: 20px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    border: 1px solid #fcfaf833;
}

.hero h1 {
    font-size: 60px;
    font-family: 'Playfair Display';
     color:#fff;
}

.hero p {
    font-family: 'Inter', sans-serif;
}

.feature-pill {
    background: rgba(255, 255, 255, .15);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Inter", system-ui, sans-serif;
    margin: 1px;
}

.btn-primary-custom:hover {
    background: #db9c2b;
    color: #0f2a55;
}

.btn-primary-custom {
      background:#f4b400;
      color:#0f2a55;
      border:none;
      font-weight:600;
      font-size: 16px;
      font-family: "Inter", system-ui, sans-serif;
          height: 56px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    }
    .hero .btn-outline-light{
        font-family:"Inter", system-ui, sans-serif;
            height: 56px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
      padding: 10px 40px;
    }

.stat-card {
    background: rgba(255, 255, 255, .15);
    border-radius: 12px;
    padding: 25px;
    margin: 30px;
    border: 1px solid #fcfaf81a;
    text-align: center;
}

.stat-card h4 {
    font-size: 30px;
    font-family: "Playfair Display";
    color: #fff;
}

.stat-card p {
    font-size: 14px;
    color: #fcfaf8b3;
    font-family: "Inter", system-ui, sans-serif;
    padding-top: 5px;
}

.section {
    padding: 80px 0;
}

.icon-box {
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    padding: 30px;
    height: 100%;
        animation-delay: .3s;
}

.bg-gold {
    background-color: #d99d26;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: 10px;
    top: 13px;
}

.text-gold {
    color: #d99d26;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

.title_box span {
    font-weight: 600;
    font-size: 14px;
    font-family: "Inter", system-ui, sans-serif;
}

.title_box h2 {
    font-size: 48px;
    font-family: "Playfair Display";
    line-height: 1;
}

.Testimonials h2 {
    font-size: 48px;
    font-family: "Playfair Display";
    line-height: 1;
}


.works {
    background-color: #f3f1ed !important;
}


.title_box {
    max-width: 42rem;
    margin: auto;
    margin-bottom: 64px !important;
}
.title_box p{
    font-weight: 500;
    font-family: "Inter", sans-serif;
     font-size: 18px;
    padding-top: 15px;
    line-height: 1.75rem;
    color: #626d84 !important;
}
.title_box h4{
    font-size: 18px;
    font-family:  "Inter", sans-serif;
}

.service-card {
       border: 1px solid #e7e2da;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 32px;
    box-shadow: 0 8px 30px -8px #1429921f !important;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #1e305e;
    border-radius: 12px;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.card-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    font-size: 20px !important;
    font-family: 'Playfair Display';
}

.card-text {
    color: #6c757d !important;
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
}

.badge-popular {
    top: -12px;
    right: 25px;
    background-color: #d99a3a;
    padding: 1px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Inter',sans-serif;
}

.step-container {
    padding-top: 20px;
}

i.bi.bi-clipboard-check {
    font-size: 30px;
}

i.bi.bi-person-check {
    font-size: 30px;
}

i.bi.bi-file-earmark-medical {
    font-size: 30px;
}

i.bi.bi-send {
    font-size: 30px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: var(--brand-dark);
    border-radius: 50%;
    margin: 0 auto 30px;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        font-family: 'Inter', sans-serif;
}

.step-number {
    top: 0;
    right: -11px;
    background-color: var(--brand-gold);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.9rem;
}

.step-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    font-size: 20px !important;
    font-family: "Playfair Display";
}

.step-text {
    color:#626d84;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    max-width: 20rem;
    margin: auto;

}

.testimonial-card {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 32px;
}

i.fas.fa-star.ms-1 {
    font-size: 16px;
}

.p_tag_font_add {
    font-size: 18px !important;
}

.quote-icon {
    color: #f3e5d0;
    right: 20px;
}

.star-rating {
    color: #d99d26 !important;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.avatar {
    min-width: 48px;
    height: 48px;
    background: linear-gradient(135deg, hsl(220 60% 20%) 0%, hsl(220 50% 30%) 100%);
        border-radius: 9999px;
        font-family: 'Inter', sans-serif;
}

.student-info h6 {
    margin: 0;
    font-weight: 700;
    color: #333;
    font-size: 16px;
        font-family: 'Inter', sans-serif;
}
.text-muted-foreground{
    color: #626d84;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.student-info p {
    margin: 0;
     font-size: 14px;
        font-family: 'Inter', sans-serif;
    color: #626d84;
    line-height: 1.3;
    padding-top: 5px;
}

.university-logos {
    color: #888;
    font-family: serif;
}

.university-logos li {
    font-size: 18px;
    line-height: 1.75rem;
    /* padding: 0 20px; */
    font-family: 'Playfair Display';
    color: #1b2232;
    font-weight: 600;
    opacity: .6;
}

.faq-header {
    color: #eb9e3e;
    letter-spacing: 1px;
}

.faq-title {
    font-family: serif;
    font-weight: 700;
    color: #0a1d37;
}

#faqAccordion .accordion-item {
    margin-bottom: 1rem;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px -4px #1429521a !important;
    border-color: #e7e2da !important;
}

#faqAccordion .accordion-button {
       font-weight: 600;
    color: #1b2232;
    padding: 20px;
    font-family: 'Playfair Display';
     font-size: 18px !important;
     line-height: 28px;
    
}

#faqAccordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #0a1d37;
    box-shadow: none;
    border: none !important;
}
#faqAccordion .accordion-button::after{
   background-size:60%
}

#faqAccordion  .accordion-body {
    padding-top: 0px !important;
}

#faqAccordion .accordion-button:focus {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

#faqAccordion .accordion-button:hover {
    color: #da9d29;
}

#faqAccordion .accordion-body {
    font-size: 18px !important;
}
.process-row{
    position: relative;
}
.process-row:before {
    content: '';
    /* border-bottom: 1px solid #000; */
    display: block;
    height: 1%;
    width: 70%;
    position: absolute;
    bottom: 127px;
    margin: auto;
    left: 0;
    right: 0;
    background: linear-gradient(to right, transparent, rgba(217, 157, 38, 0.3), transparent);
}

@media (max-width: 992px) {
    
    .testimonial-card{
        padding: 25px;
    }
    .process-row:before{
        display: none;
    }
    .step-container{
        padding: 0;
        margin-bottom: 20px;
        
    }
    .enroll-left{
        margin-top: 50px;
    }
    .stat-card{
        margin: 3px;
        padding: 20px;
    }
    .m-centers{
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero_bg{
        text-align: center;
    }
    .section {
    padding: 50px 10px;
}
.title_box{
    margin-bottom: 40px !important;
}
#faqAccordion .accordion-body {
    font-size: 16px !important;
}
.service-card{
    padding: 20px;
}
}
.service-card:hover .icon-box {
    transform: scale(1.15);
    cursor: pointer;
        animation-delay: 0.4s;
}


@media (max-width: 767px) {
   
    .hero h1 {
        font-size: 35px;
    }
    .card-title{
        font-size: 18px;
    }
    .hero p {
        text-align: center;
    }
    .stat-card p {
        font-size: 13px;
    }

    .title_box h2 {
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
.title_box p{
    font-size: 16px !important;
}
.p_tag_font_add{
    font-size: 16px !important;
}
    .Testimonials h2 {
        font-size: 28px;
    }

    .display-4 {
        font-size: 28px;
    }

    span.badge-custom {
        top: 30px;
        margin-bottom: 40px !important;
    }
    .university-logos li{
        line-height: 2px;
        font-size: 16px;
    }
    .form_prices{
        justify-content: center !important;
        flex-wrap: wrap;
    }
}
@media(max-width:576px){
    .btn-primary-custom{
    padding: 10px 15px !important;
}
.hero h1{
    font-size: 28px;
}
.hero .btn-outline-light{
    padding: 10px 15px !important;
}
 .title_box h2 {
        font-size: 25px;
    }

    .Testimonials h2 {
        font-size: 25px;
    }

    .display-4 {
        font-size: 25px;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .hero h1 {
        font-size: 28px;
    }

    .row.justify-content-center.align-items-center.mt-5.g-4 {
        margin-top: 0px !important;
    }

    .col-md-3.col-sm-6.size_add_css {
        margin-top: 0px !important;
    }

    .title_box h2 {
        font-size: 25px;
    }


    section.section.Testimonials {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .Testimonials h2 {
        font-size: 39px;
    }

    section.section.bg-white {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    h1.faq-title.display-4 {
        font-size: 30px;
    }

    .d-flex.flex-wrap.gap-3.mt-4.justify-content-center {
        padding-right: 18px;
        padding-left: 18px;
    }
}

.price_form{
     display: inline-flex;
    align-items: baseline;
    gap: 10px;
    color: #0a1d37;
    padding: 12px 18px;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    background: #f8fbff;
    box-shadow: 0 6px 18px rgba(15, 42, 85, 0.08);
    margin: 15px 0;
}
.price_text{
    font-size: 18px;
    font-weight: 800;
    color: #fda31b;
}
.form_prices{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}
@media (max-width: 1100px) {
    .process-row:before {
        top: 103px;
    }
 
}
 
@media (max-width: 1282px) {
    .process-row:before {
        top: 100px;
    }
 
}