

:root{
    --banner-title: 60px;
    --heading-size:48px;
    --heading-size2:40px;
    --body-textsize2:24px;
    --brand-blue: #265897;
    --light-blue: #78D1ED;
}

body {
     font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.common-padding {
    padding: 70px 0;
}

.scholar-hero-section {
    position: relative;
    padding: 80px 0 80px 0;
    background: linear-gradient(to top, #ffffff 0%, rgb(255 255 255 / 0%) 8%), url(../images/Scholarship-banner-bg-4.png) no-repeat center 60%;
    display: flex;
    flex-direction: column;
}

/* .scholar-hero-section::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 150px; 
    background: url(../images/cloud-png.png) bottom center / 100% 100% no-repeat;
    z-index: 1;
    pointer-events: none;
} */


.z-index-1 {
    z-index: 2 !important;
}

/* Main Hero Title */
.hero-title {
    color: #FFFFFF;
    font-size: var(--banner-title)!important;
    font-weight: bold;   
    font-family: cera pro;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Scholarship Content Row/Box */
.scholarship-row {
    margin-top: 40px;
}

.scholarship-content-box {
    color: #FFFFFF;
}

.scholarship-subtitle {
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: cera pro;
}

.scholarship-description {
    font-size: 18px;
     /* Uses Garet-Regular */
    margin-top: 10px;
}

/* Custom Apply Button */
.btn-apply {
    background-color: #6fc1e6; /* Transparent light blue */
    color: var(--brand-blue);
    padding: 10px 20px;
    border-radius: 0px;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.btn-apply:hover {
    background-color: rgba(142, 214, 244, 0.6);
    transform: translateY(-2px);
    border-color: #FFFFFF;
}

.btn-apply:focus{
    color: var(--brand-blue) !important;
   }

.arrow-icon {
    font-size: 24px;
    margin-left: 15px;
    line-height: 1;
}



/* Whats Included Section */
.whats-included-title {
    font-size: var(--heading-size);
    color: var(--brand-blue);
    font-family: cera pro;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.included-item {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.included-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.included-item:hover img {
    transform: scale(1.1);
}

/* Custom 5 Column Grid for Bootstrap */
@media (min-width: 992px) {
    .col-lg-2-4 {
        width: 20% !important;
    }
}


/* Membership Section Styles */
.membership-section{
    margin-top: -1px;
    background: linear-gradient(to top, #18427a 5%, rgba(255, 255, 255, 0.3) 35%), linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%), url(../images/cloud-sky-flip.jpg) center / cover no-repeat;
    background-position: bottom;
}

.membership-year {
    font-size: 40px;
    color: var(--brand-blue);
    font-weight: 500;
}

.membership-main-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-blue);
    line-height: 1.2;
      font-family: cera pro;
}

.membership-main-title .text-blue {
    color: var(--brand-blue);
    font-weight: 100;
    font-size: 26px;
}

.membership-list {
    display: flex;
    flex-wrap: wrap;
}

.membership-list li {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    width: 50%;
    padding: 0 10px;
}

.membership-list li i {
    color: green;
    font-size: 20px;
}

/* Info Cards Right Side */
.info-card {
    background-color: #f7f9f5;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
     border: 1px solid #d9e9f4;
}

.info-card:hover {
    transform: translateY(-10px);
}

.info-card-img {
    flex: 0 0 160px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.info-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card-content span {
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-blue);
    margin-bottom: 5px;
    font-family: cera pro;
}

.info-card-content p {
    font-size: 14px;
    color: #333;
    margin: 0;
}


/* Application Form Section */
.application-form-section {
    background: linear-gradient(rgba(27, 75, 138, 0.85), rgba(27, 75, 138, 0.85)), url('../images/form-pattern.png') no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    padding-bottom: 80px;
}

.form-title {
    font-size: 28px;
    font-weight: 500;
}

.application-form-section .form-label {
    color: #FFFFFF;
    font-weight: 500;
}

.application-form-section .form-control, 
.application-form-section .form-select {
    background-color: #f8f9fa;
    border: none;
    padding: 12px;
    border-radius: 5px;
}

.application-form-section .form-control:focus, 
.application-form-section .form-select:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: #FFFFFF;
}

