/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/



@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Darker+Grotesque:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');


a{
	text-decoration:none !important;
}
h2{
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.section{
    background-color: #abababd6;
    padding: 50px;
}
/* Navigation Bar */

a.navbar-brand{
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 700;
}
nav.navbar {
    padding: 10px 25px;
    
}

.nav button.btn-outline-success:hover{
    color: #c35817;
    border-color: #c35817;
}
.btn-redfox{
    color:#c35817;
    border-color:#c35817;
    border-radius: 30px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.btn-redfox:hover{
    background-color:#c35817;
    border-color:#c35817;
    color:white;
    transform: scale(1.3);
}
.nav-search-box {
    border-radius: 30px;
}
.phone-marquee-box{
    width:220px;
    height:30px;
    overflow:hidden;
    border-radius:6px;
    margin-left:15px;
    display:flex;
    align-items:center;
}
.phone-marquee{
    white-space:nowrap;
    display:inline-block;
    padding-left:100%;
    animation: slidePhone 10s linear infinite;
    font-size:20px;
    font-weight:600;
}
@keyframes slidePhone{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.apk-navbar-left{
    display: flex;
}
.phone-marquee-box a{
    text-decoration: none;
    color: #ffffff;
}
.apk-navbar-left{
    display:flex;
    align-items:center;
    gap:15px;
}

.navbar-brand{
    font-family:"Montserrat", sans-serif;
    color:#ffffff !important;
    font-weight:700;
    font-size: 24px;
}

.phone-marquee-box {
    width: 240px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px;
    background: #c35817;
    padding: 28PX 10px;
    display: flex;
    align-items: center;
}
.phone-marquee-box:hover .phone-marquee{
    animation-play-state: paused;
}
.navbar-brand span{
    font-family:'Dancing Script', cursive;
    font-size:28px;
}


/******** banner-section *********/
.banner-section{
    padding:0px 0;
    position: relative;
    min-height:500px; /* important so the image is visible */
}

#bannerSection{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.banner-section{
    height:70vh;
}
.banner-bottom h1{
    font-family: "Gelasio", serif !important;
    font-size: 60px !important;
    font-weight: 700;
    text-align: center;
   	color:#ffffff;
}
.banner-bottom h1 span{
    font-family: "Poppins", serif !important;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.banner-text {
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
    max-width: 810px;
}
.banner-btn{
    padding:12px 30px;
    font-size:18px;
}
.banner-right img{
    border-radius:10px;
}

.banner-left-inner {
    padding: 50px 100px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-right .carousel,
.banner-right .carousel-inner,
.banner-right .carousel-item{
    height:100%;
    max-height: 100vh;
}
.banner-right .carousel-item img{
    height:100%;
    width:100%;
    object-fit:cover;
}

.banner-btn{
    color: white;
    text-decoration: none;
    background-color: #c35817;
    border-radius: 30px;
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.banner-btn:hover{
    color: white;
   transform: scale(1.3);
}
.banner-logo img {
    max-width: 300px;
}
.banner-logo {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}
.banner-right .carousel{
        box-shadow: -13px 9px 50px 10px;
}
.banner-section{
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease-in-out;
}

.banner-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    top:0;
    left:0;
}
.banner-left{
    z-index: 2;
    color:white;
    padding-left: 100px;
}
.banner-logo-info{
    display: flex;
    justify-content: center;
    
}
h1.banner-title span {
    color: #FCDE02;
}
.banner-bottom.section{
        background: #351dbd;
        position: relative;
}

/* .banner-bottom.section .banner-btn-box{
    justify-content: right;
} */

.banner-section-info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 100px;
    background: rgb(0 0 0 / 52%);
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
}
/* Banner styling */
.banner-section{
position:relative;
height:70vh;
overflow:hidden;
}

/* background layer */
.banner-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
transition:opacity 1.5s ease-in-out, transform 6s ease;
opacity:0;
transform:scale(1.1);
z-index:1;
}

/* active background */
.banner-bg.active{
opacity:1;
transform:scale(1);
}

/* overlay */
.banner-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
z-index:2;
}

/* banner content above background */
.banner-section-info-box{
position:relative;
z-index:3;
color:white;
}
.banner-section .container-fluid{
    padding: 0;
}


/********** Disclaimer *********/

.dev-disclaimer{
    width:100%;
    background:#fff3cd;
    color:#856404;
    overflow:hidden;
    border-top:1px solid #ffeeba;
    border-bottom:1px solid #ffeeba;
}

.disclaimer-track{
    white-space:nowrap;
    display:inline-block;
    padding:10px 0;
    animation:scrollDisclaimer 6s linear infinite;
}

.disclaimer-track p{
    display:inline-block;
    padding-left:100%;
    font-size:14px;
    font-weight:500;
}

@keyframes scrollDisclaimer{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-100%);
    }
}
.dev-disclaimer:hover .disclaimer-track{
    animation-play-state:paused;
}
/********** Our Courses *********/

.course-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;

    padding:40px 25px;

    text-decoration:none;
    background:white;
    color:#222;

    border-radius:15px;
    border:1px solid #eee;

    transition:all .3s ease;

    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.course-box:hover{

    transform:translateY(-8px);

    background:#c35817;
    color:white;

    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.course-icon{
    font-size:40px;
    margin-bottom:15px;
    color:#c35817;
}

.course-box:hover .course-icon{
    color:white;
}
.course-heading{
    font-weight:600;
    margin-bottom:10px;
}
.course-details{
    font-size:14px;
    opacity:.8;
}
.course-box .course-icon img{
    max-width: 40px;
    max-height: 40px;
}
h4.course-heading {
    font-size: 36px;
}
.course-heading p {
    font-size: 40px;
    font-weight: 500;
}
/**********  Map Section *********/
.map-section{
    background: #abababd6;
}
.map-container iframe {
    border-radius: 10px;
}
.map-container iframe {
    width: 100%;
}
.entry-header {
    display: none;
}
.map-container iframe{
    border-radius:10px;
}





/************ Responsive CSS  *************/


@media screen and (max-width:450px){

    .banner-btn-box {
    padding-left: 0;
    padding-top: 15px;
}
.banner-section-info-box {
    padding: 20px 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.banner-left-inner {
    padding: 0;
}
.banner-logo img {
    max-width: 200px;
}
.banner-bottom.section {
    padding-top: 10px;
}
.col-lg-12.col-md-12.col-sm-12.banner-left {
    padding: 0px;
}
.banner-left-inner {
    padding: 0;
}
.banner-logo {
    position: relative;
}
.banner-logo-info {
    flex-direction: column;
    align-items: center;
}
h1.banner-title{
    font-size: 35px;
}
h1.banner-title span{
    text-align: center;
}
}
.wpforms-submit-container button.wpforms-submit, div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
    color: white;
    text-decoration: none;
    background-color: #c35817;
    border-radius: 30px;
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
div.wpforms-container-full button[type=submit]:hover{
    color: white;
    text-decoration: none;
	background:none;
    background-color: #c35817;
    border-radius: 30px;
    display: inline-block;
    transform: scale(1.3);
}
div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full button[type=submit]:focus,div.wpforms-container-full button[type=submit]:focus-visible{
    color: white;
    text-decoration: none;
    background-color: #c35817;
	outline:none;
	border:none;
    border-radius: 30px;
    display: inline-block;
    transform: scale(1);
}
div.wpforms-container-full button[type=submit]:focus,
div.wpforms-container-full button[type=submit]:focus-visible{
    outline: none;
    box-shadow: none;
}
/********Our Faculty Section area  *******/

/* OUR FACULTY SECTION */

.our-faculty{
padding:80px 20px;
background:#f9fafc;
}

.our-faculty .container{
max-width:1200px;
margin:auto;
}

.section-header{
text-align:center;
margin-bottom:50px;
}

.section-header h2{
font-weight:700;
color:#1a1a1a;
margin-bottom:10px;
}

.section-header p{
color:#666;
font-size:16px;
}

.faculty-wrapper{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.faculty-card{
background:white;
padding:30px 20px;
text-align:center;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:all 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
}

.faculty-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.faculty-card .faculty-img-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #f1f1f1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.faculty-img-box img{
    position:absolute;
    top:50%;
    left:50%;
    width:110%;        /* slight zoom */
    height:110%;       /* slight zoom */
    object-fit:cover;
    transform:translate(-50%, -50%);
}

.faculty-card h3{
font-size:20px;
margin-bottom:6px;
color:#222;
}

.faculty-speciality{
display:block;
font-weight:600;
color:#c35817; /* main theme color */
margin-bottom:10px;
}

.faculty-card p{
font-size:14px;
color:#666;
line-height:1.6;
}
/* Adjust faculty layout for only two members */

.faculty-wrapper{
    grid-template-columns: repeat(2, minmax(280px, 360px));
    justify-content: center;
}

/* Tablet */
@media (max-width: 900px){
    .faculty-wrapper{
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

/* Mobile */
@media (max-width: 600px){
    .faculty-wrapper{
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
    }
}



/****** Review Section area ********/
/* Reviews Section */

.reviews-section{
	background:#f8f9fa;
	position:relative;
}

.reviews-title{
font-size:32px;
font-weight:700;
margin-bottom:20px;
}

.google-rating{
margin-bottom:40px;
display:flex;
justify-content:center;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

.google-logo{
height:24px;
}

.rating-stars{
color:#fbbc04;
font-size:22px;
letter-spacing:2px;
}

.rating-text{
font-weight:600;
color:#333;
}

/* Review Card */

.review-card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
height:100%;
transition:all .3s ease;
}

.review-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.review-stars{
color:#fbbc04;
font-size:20px;
margin-bottom:15px;
}

.review-text{
font-size:15px;
line-height:1.6;
color:#555;
margin-bottom:20px;
}

.review-author strong{
display:block;
font-size:16px;
}

.review-author span{
font-size:13px;
color:#777;
}

/* Google Button */

.google-review-btn{
display:inline-block;
padding:12px 28px;
background:#c35817;
color:white;
border-radius:6px;
text-decoration:none;
font-weight:600;
transition:all .3s ease;
}

.google-review-btn:hover{
background:#a74712;
color:white;
}

/* Swiper Pagination */

.swiper-pagination-bullet-active{
background:#c35817;
}
/* Make all slides equal height */

.reviewsSwiper .swiper-wrapper{
    align-items: stretch;
}

.reviewsSwiper .swiper-slide{
    display: flex;
    height: auto;
}

.review-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push author section to bottom */

.review-author{
    margin-top: auto;
}
.review-author{
display:flex;
align-items:center;
gap:12px;
}

.reviewer-img{
width:45px;
height:45px;
border-radius:50%;
object-fit:cover;
}

.reviewer-info strong{
display:block;
font-size:15px;
}

.reviewer-info span{
font-size:13px;
color:#777;
}
.banner-logo{

    max-width:300px !important;
}



