/* Section Background */
.alumni-section{
    background: url(https://sat.aditya.ac.in/registration/assets/images/bg.jpg)!important;
    padding: 30px 0 !important;
    position: relative !important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
}

/* Heading */
.alumni-section h1{
    text-align: center !important;
    font-weight: 700 !important;
    color: #063176!important;
    margin-bottom: 30px !important;
	font-size:35px!important;
	text-transform: uppercase;
	
}

/* Full Width Card */
.testimonial-card{
    background: #ffffff !important;
    border-radius: 20px !important;
    padding:30px !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin: auto !important;
    text-align: center !important;
    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.15) !important;
    transition: 0.4s !important;
}

.testimonial-card:hover{
    transform: translateY(-6px) !important;
}

/* Image */
.testimonial-card img{
    border: 4px solid #ff4e00 !important;
    padding: 5px !important;
    /* width: 203px !important; */
}

/* Name */
.aname{
    font-weight: 600 !important;
    font-size: 33px !important;
}

/* Company */
.acompany{
    font-size: 20px !important;
    
}

/* Salary */
.alpa{
    color: #ff4e00;
    background: #ff4e000f;
    border-radius: 29px;
    display: inline-flex;
    border: 1px #f2e7e2 solid;
    padding: 7px 74px;
	font-weight: bold;
}

/* Paragraph */
.apara{
    font-size: 14px !important;
    
    line-height: 1.8 !important;
    margin-top: 15px !important;
}

/* Indicators */
.carousel-indicators li{
    background-color: #ffb347 !important;
}

.carousel-indicators .active{
    background-color: #ff6f00 !important;
}

/* Custom Navigation Buttons */
.custom-carousel-control{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 55px !important;
    height: 55px !important;
    background: linear-gradient(135deg, #333, #333) !important;
    border-radius: 50% !important;
  /*  display: flex !important;*/
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 28px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.3) !important;
    transition: 0.3s ease !important;
    z-index: 10 !important;
	display: none;
}

.custom-carousel-control:hover{
    background: linear-gradient(135deg, #ff8c00, #e65100) !important;
    transform: translateY(-50%) scale(1.1) !important;
    color: #fff !important;
}

/* Button Position */
.prev-btn{
    left: 5% !important;
}

.next-btn{
    right: 5% !important;
}

/* Responsive */
@media (max-width: 768px){
    .testimonial-card{
        padding: 35px 25px !important;
    }
    .prev-btn{
        left: 10px !important;
    }
    .next-btn{
        right: 10px !important;
    }
}

.page-header .container {
    height: 100%;
    z-index: 1;
    text-align: inherit!important;
    position: relative;
}
.copyright {
	text-align:center!important;
	}
	
	.hdng2 {
  
    font-weight: 700 !important;
    color: #063176 !important;
   text-transform:uppercase!important;
    font-size: 35px !important;
}
.line {
    color: #ff4e00;
    background: #ff4e000f;
    border-radius: 29px;
    display:inline-flex;
    border: 1px #f2e7e2 solid;
	padding: 7px 15px;
	
}


.video-section{
  background:#ffffff;
}

.svg-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:0;
}

.video-box{
  background:#fff;
  padding:15px;
  border-radius:10px;
  position:relative;
  z-index:1;
}

.video-container{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
}

.video-container iframe{
  position:absolute;
  width:100%;
  height:100%;
  border:0;
  border-radius:8px;
}
/* Section */
.abhyas-section{
position:relative;
padding:40px 0;
overflow:hidden;
background:linear-gradient(135deg,#f7f9fc,#eef3fb);
}
@media(max-width:767px) {
	.abhyas-section{
	padding:0 0;
	}
	}

/* SVG background effect */
.abhyas-section::before{
content:"";
position:absolute;
top:-100px;
left:-100px;
width:400px;
height:400px;
background:rgba(0,123,255,0.08);
border-radius:50%;
}

.abhyas-section::after{
content:"";
position:absolute;
bottom:-120px;
right:-120px;
width:450px;
height:450px;
background:rgba(255,193,7,0.08);
border-radius:50%;
}

.align-items-stretch {
}

.row{
display:flex;
align-items:stretch;
}

.content-box{
height:100%;
padding:20px;
background:#fff;
}

.image-box{
height:100%;
overflow:hidden;

}

.image-box img{
width:100%;
height:100%;
object-fit:cover;
}



.alumni-section .carousel-inner{
    box-shadow: none !important;
}