
/* root */
select.form-control:not([size]):not([multiple]){
    height:50px !important;
}
.bg-theme {
    background-color: #ffedd5;
}
.main-banner-section{
    background: url("../img/main-slider.png") no-repeat center center/cover;
    padding: 80px 0;
}
.btn-brochure {
    background: #ff7a00;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
}

.btn-brochure:hover {
    background: #e46b00;
    color: #fff;
}
/* swiper styling */
.hero-slider {
    height: 85vh;
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    height: 85vh;
    display: flex;
    align-items: center;
}

.slide1 {
    background-image: url("../img/slider4.jpg");
}

.slide2 {
    background-image: url("../img/slider4.jpg");
}

.slide3 {
    background-image: url("../img/slider4.jpg");
}

.hero-text {
    color: white;
    margin-bottom: 20px;
}

.hero-text h1 {
    font-size: 48px;
    font-weight: 700;
}

.subtext {
    color: #ff7a00;
    margin-bottom: 10px;
}

.welcome {
    color: #ff7a00;
    font-weight: 600;
    font-size: 14px;
}

.apply-btn {
    background: #ff7a00;
    color: white;
    padding: 10px 25px;
    margin-right: 10px;
}

.enquiry-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.enquiry-box h5 {
   color:#2b2b2b;
}
.enquiry-box p{
    color :#9b9999 !important;
}
.enquiry-box input,
.enquiry-box select {
    margin-bottom: 12px;
}

.enquiry-btn {
    background: #ff7a00;
    color: white;
    width: 100%;
}
.form-control {
    width: 100%;
    padding: 12px 15px !important;
    margin-bottom: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: 0.3s !important;
}

.form-control:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 2px rgba(255,106,0,0.15);
}

/* Select Dropdown Custom */
select.form-control {
    appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-size: 16px;
    cursor: pointer;
}
/* about us section */
.about-section {
    padding: 50px 0;
    background: #f6f6f6;
}

.section-tag {
    color: #ff6a00;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}

.about-text {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Image */

.about-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.about-img img {
    border-radius: 10px;
}

/* Experience box */

.experience-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ff6a00;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
}

.experience-box h4 {
    margin: 0;
    font-weight: 700;
}

.experience-box span {
    font-size: 12px;
}

/* Features */

.features ul {
    list-style: none;
    padding: 0;
}

.features li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.features li::before {
    content: "✔";
    color: #ff6a00;
    position: absolute;
    left: 0;
}

/* Contact Box */

.contact-box {
    margin-top: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #eee;
    display: inline-block;
}

.contact-box span {
    font-size: 13px;
    color: #777;
}

.contact-box h5 {
    margin: 0;
    color: #ff6a00;
    font-weight: 700;
}
/* chairman section styling */
.chairman-section {
    padding: 50px 0;
    /* background: #f7f7f7; */
}

.section-heading .tag {
    color: #ff6a00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-heading h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

.chairman-card {
    background: #0f2236;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.chairman-img img {
    height: 100%;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
    padding-left: 20px;
}

.chairman-content {
    padding: 40px;
    color: #d9e3ef;
}

.quote-icon {
    font-size: 40px;
    color: #ff6a00;
    margin-bottom: 15px;
}

.chairman-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.chairman-name {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.designation {
    font-size: 13px;
    color: #ff6a00;
    margin-bottom: 20px;
}

.chairman-stats {
    display: flex;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 20px;
}

.stat h4 {
    color: #ff6a00;
    margin-bottom: 5px;
}

.stat p {
    font-size: 12px;
    margin: 0;
    color: #ccc;
}
/* counter section */
.stats-section {
    background: #ff6a00;
    padding: 30px 0;
    margin: 50px 0 0;
    color: white;
}

.stat-box h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}
/* academic programs */
.courses-section {
    padding: 50px 0;
}

.section-title h2 {
    font-weight: 700;
    margin: 10px 0;
}

.tag {
    color: #ff6a00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Course Card */

.course-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 100%;
    margin-bottom: 20px;
}

.course-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.4s;
}

.course-content {
    padding: 20px;
}

.course-content h5 {
    font-weight: 600;
    margin: 10px 0;
}

.course-content p {
    font-size: 13px;
    color: #666;
}

.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.course-footer a {
    color: #ff6a00;
    text-decoration: none;
    font-weight: 600;
}

/* Hover Effect */

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* .course-card:hover img {
    transform: scale(1.1);
} */

/* Badges */

.badge-blue {
    background: #e6f0ff;
    color: #0066ff;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 20px;
}

.badge-green {
    background: #e9f7ef;
    color: #28a745;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 20px;
}
/* events section */
.events-section {
    padding: 50px 0;
    background: #f8f8f8;
}

.section-header h2 {
    font-weight: 700;
}

.tag {
    color: #ff6a00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.event-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
    margin-bottom: 20px;
}

.event-img {
    position: relative;
}

.event-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6a00;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 20px;
}

.event-content {
    padding: 18px;
}

.event-date {
    font-size: 12px;
    color: #777;
}

.event-content h5 {
    font-weight: 600;
    margin: 10px 0;
}

.event-content a {
    color: #ff6a00;
    text-decoration: none;
    font-size: 13px;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/* recruiters styling */
.recruiters-section {
    padding: 50px 0;
}

.recruiter-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #eee;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruiter-card .tag {
    font-size: 12px;
    align-items: center;
    letter-spacing: 2px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    align-items: center;
    color: #ff6a00;
    word-wrap: break-word;
    word-break: break-word;
}
.recruiter-card:hover {
    background: #ff6a00;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* placement section */
.placement-section {
    background: linear-gradient(135deg, #0b1c33, #071423);
    padding: 80px 0;
    color: #fff;
}

.section-header h2 {
    font-weight: 700;
}

.tag {
    color: #ff6a00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.view-all {
    color: #ff6a00;
    text-decoration: none;
    font-size: 14px;
}

/* Stats Card */

.placement-stat {
    background: #132642;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: 0.3s;
    margin-bottom: 10px;
}

.placement-stat h3 {
    color: #ff6a00;
    font-weight: 700;
}

.icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.placement-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Student Cards */

.placement-card {
    background: #132642;
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s;
}

.stars {
    color: #ffb400;
    margin-bottom: 10px;
}

.student {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    background: #ff6a00;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.company {
    font-size: 13px;
    color: #ffb400;
}

.placement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
/* news */
.news-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.tag {
    color: #ff6a00;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.view-all {
    color: #ff6a00;
    text-decoration: none;
    font-size: 14px;
}

.news-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
    margin-bottom: 20px;
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-content {
    padding: 20px;
}

.news-tag {
    background: #ffe8d6;
    color: #ff6a00;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
}

.news-date {
    font-size: 12px;
    color: #777;
    margin: 5px 0;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/* campus highlights */
.campus-section {
    padding: 80px 0;
    background: #fff;
}

.campus-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    margin-bottom: 20px ;
}

.campus-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.campus-content {
    padding: 18px;
}

.campus-content h6 {
    font-weight: 600;
}

.campus-content p {
    font-size: 13px;
    color: #666;
}

.campus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.text-cccc{
    color: #cccccc;
}