
.script-banners{
    position: absolute;
    top: 25%;
}
.caption-div{
    position: relative;
}
.mob-caption{
  position: absolute;
  top: 60% !important;
}
.mob-caption .banner-buttons{
    margin-top: 0px !important;
    
}
.mob-caption .view-course button{
    margin-top: 0px !important;
}

.script-caption{
  /* font-family: 'Playfair Display', serif; */
 
        background: linear-gradient(90deg, #ff8a00, #dd3d95, #ee4a34); 
    -webkit-background-clip: text;
    color: transparent; 
    text-align: center;
    text-transform: uppercase; 
    /* text-shadow: 4px 4px 10px rgb(226, 225, 218);  */
    padding: 20px 0; 
    /*margin-bottom: 20px; */
    border-radius: 5px; 


    color:#fff;
    font-family:"Times New Roman", serif;
    font-weight: bold;
    letter-spacing:-2px;
    font-size:2.750em
    }
    


.banner-buttons {
    display: flex;
    align-items: center;
    /*margin-top: 10px;*/
    position: absolute;
    left: 10% !important;

}

.view-course button {
    padding: 15px;
    background-color: black;

    color: #fff;
    margin-right: 80px;
    border-radius: 8px;
    font-size: 16px;
    text-shadow: 1px 1px #df8f26;
cursor: pointer;}

.registration button {
    padding: 15px;
    background-color:black;
    color: #fff;
  
    border-radius: 8px;
    font-size: 16px;
    text-shadow: 1px 1px #f1a820;
    cursor: pointer;
}


.view-course button:hover,
.registration button:hover {
    background-color: #aaa;
}


.film-sub-title {
    color: #004f86;
    font-family: 'geomanistregular';


    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;

    letter-spacing: 1px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;


}

.film-sub-title:after,
.film-sub-title:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color: #f8f8f8;


}



.image-space {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-space img{
    width: 80%;
}




.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto; 
}

.frm-baground {
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.film-frm-title {
    color: #165798;
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
}

.box-form {
    max-width: 90%;
    width: 600px;
    margin: 10% auto;
    padding: 20px;
    position: relative;
    top: 10%;
    transform: translate(-50%, 0);
    left: 30%;
}

.close-mark {
    position: absolute; 
    top: 10px; 
    right: 30px; 
    font-size: 30px; 
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    z-index: 10001;
    color:white;
}

.contact-enquiry-box, .calback-box1 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.sub-apply {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}


.inner-content .review-title {
    font-family: 'Lora', serif; 
    font-size: 36px; 
    font-weight: 700; 
    color: #165798; 
    text-align: left; 
    margin-bottom: 25px; 
    position: relative; 
    padding-bottom: 10px; 
    border-bottom: 4px solid #fca311; 
}

.inner-content .film-sub-title {
    font-family: 'Lora', serif;
    font-size: 28px; 
    font-weight: 600;
    color: #165798; 
    margin-bottom: 20px; 
    text-align: left; 
    padding-left: 15px; 
    border-left: 6px solid #fca311; 
    background: rgba(250, 163, 17, 0.1); 
}

.inner-content .film-third-title {
    font-family: 'Lora', serif; 
    font-size: 22px; 
    font-weight: 500; 
    color: #165798; 
    margin-bottom: 15px; 
    text-align: left; 
    position: relative; 
    padding-left: 10px; 
}

.inner-content .film-third-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fca311;
}


.financial-titless {
    font-size: 28px;
    color: white;
    text-align: center !important; 
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: 2px 2px #dd3434;

}

.view-course-mob button {
    background-color: #eea94e;
    color: white; 
    border: none;
    padding: 14px 30px; 
    cursor: pointer;
    text-align: center;
    border-radius: 8px; 
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 15px auto; 
    display: block; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}

.view-course-mob button:hover {
    background-color: #2980b9; 
    transform: translateY(-3px); 
}

.view-course-mob button:focus {
    outline: none;
    box-shadow: 0px 0px 0px 4px rgba(52, 152, 219, 0.4); 
}

.mob-buttons {
    padding: 0 20px; 
    text-align: center;
}


@media (max-width: 600px) {
    .financial-titless {
        font-size: 1rem; 
    }
    
    .view-course-mob button {
        padding: 10px 15px; 
        font-size: .5rem;
    }
}












/* Responsive Styles */
@media (max-width: 1200px) {
    .inner-content .review-title {
        font-size: 32px;
    }

    .inner-content .film-sub-title {
        font-size: 26px;
        padding-left: 10px;
        border-left: 4px solid #fca311;
    }

    .inner-content .film-third-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .inner-content .review-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .inner-content .film-sub-title {
        font-size: 24px;
        margin-bottom: 15px;
        padding-left: 5px;
        border-left: 3px solid #fca311;
    }

    .inner-content .film-third-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .inner-content .review-title {
        font-size: 24px;
        margin-bottom: 15px;
        border-bottom: 2px solid #fca311;
    }

    .inner-content .film-sub-title {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 0;
        border-left: 2px solid #fca311;
    }

    .inner-content .film-third-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 576px) {
    .inner-content .review-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .inner-content .film-sub-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .inner-content .film-third-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media (max-width:912px) {
    .banner-buttons {
        position: static;
        margin-left: 30px;
    }

    .view-course button {
        margin-right: 20px;
    }



}



/* @media (min-width:1279px){
.close-mark{
    right:50%;
}
.box-form{
    min-width: 800px;
}
} */



@media (max-width: 768px) {
    .box-form {
        width: 95%;
        left: 50%;
        transform: translate(-50%, 0);
        top: 10%;
    }

    .close-mark {
        top: 15px;
        right: 15px;
    }

    .film-frm-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .box-form {
        width: 100%;
        padding: 15px;
    }

    .film-frm-title {
        font-size: 18px;
    }

    .close-mark {
        top: 10px;
        right: 10px;
    }
}


