h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display';
}

p,span,a,li,button,div{
    font-family: 'Lato';
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #101010;
}
i.fa-solid.fa-xmark {
    font-size: 17px;
    border-radius: 50%;
    background: #F58220;
    color: #fff;
    padding: 4px;
    height: 24px;
    width: 24px;
}
.p2{
    font-size: 36px;
}

.p3 {
    font-size: 20px;
}

.p4 {
    font-size: 14px;
    line-height: 28px;
}

.p5 {
    font-size: 13px;
    line-height: 21px;
}

.apply-btn {
    font-size: 16px;
}

h1.main-heading {
    font-size: 64px !important;
}

h2.sub-heading {
    font-size: 54px;
    color: #3A3486;
}

h3.section-heading {
    font-size: 40px;
}

h4.sub-section-heading {
    font-size: 28px !important;

}

h5.minor-heading {
    font-size: 20px;

}

h6.caption-heading {
    font-size: 16px;
}

.section-padding {
    padding: 80px 10px;
}

.dropdown-menu a:hover {
    color: #2F2482;
}

.top-level-header {
    background: linear-gradient(293deg, #FF8500 66%, #271C73 66%);
}

header a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    font-family: 'Lato';
}

.mobile-header a.nav-link {
    color: #101010;
}

header a.nav-link:hover {
    color: #2F2482;
}

.apply-btn {
    background: #292179;
    color: #ffffff;
  padding: 8px 20px 8px 20px;

}

.apply-btn:hover {
    background-color: #ffffff;
    color: #292179;
}

a.dropdown-item {
    line-height: 30px !important;
}


header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    position: absolute;
    transform: translateY(0);
}


.main-header .navbar {
    transition: padding 0.3s ease;
}

.blue-header {
    background-color: #F58220 !important;
}

.header-logos img {
    height: 80px;
}

.header-text h2 {
    color: #2F2482;
    font-size: 38px;
}


.home-banner-slider {
    margin-top: 167px;
}
.page-header {
    margin-top: 167px;
}


.top-level-header {
height: 42px;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
    z-index: 999;
}

.top-level-header.hide-on-scroll {
    height: 0;
    opacity: 0;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: height 0.3s ease;
    height: 167px; /* 56px + remaining */
}

/* Optional shadow on scroll */
header.sticky {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

