 * {
     font-family: 'Poppins', sans-serif;
 }

 body {
     overflow-x: hidden;
 }

 /* Header */

 .header {
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 999;
     background: rgba(0, 0, 0, .20);
     backdrop-filter: blur(10px);
 }

 .logo {
     height: 60px;
 }

 /* Hero */

 .hero-section {
     min-height: 100vh;
     background:
         linear-gradient(rgba(0, 33, 71, .85),
             rgba(255, 87, 34, .70)),
         url('assets/images/admission-banner.jpg');

     background-size: cover;
     background-position: center;
     padding-top: 120px;
     padding-bottom: 60px;
     color: #fff;
 }

 .admission-badge {
     display: inline-block;
     background: #fff;
     color: #ff5722;
     padding: 10px 22px;
     border-radius: 50px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .hero-title {
     font-size: 3rem;
     font-weight: 800;
     line-height: 1.1;
 }

 .hero-title span {
     color: #ffd54f;
 }

 .ranking-box {
     display: inline-block;
     margin: 20px 0;
     padding: 12px 20px;
     background: rgba(255, 255, 255, .15);
     border-radius: 50px;
     backdrop-filter: blur(10px);
 }

 .hero-desc {
     font-size: 18px;
     line-height: 1.8;
     margin: 25px 0;
 }

 .contact-info a {
     display: block;
     color: #fff;
     text-decoration: none;
     margin-bottom: 10px;
 }

 .contact-info i {
     color: #ffd54f;
     width: 25px;
 }

 .btn-apply {
     background: #ff5722;
     color: #fff;
     border-radius: 50px;
     padding: 14px 30px;
     font-weight: 600;
 }

 .btn-apply:hover {
     background: #e64a19;
     color: #fff;
 }

 .btn-call {
     border: 2px solid #fff;
     color: #fff;
     border-radius: 50px;
     padding: 14px 30px;
     font-weight: 600;
 }

 .btn-call:hover {
     background: #fff;
     color: #002147;
 }

 .stat-box {
     background: rgba(255, 255, 255, .12);
     backdrop-filter: blur(10px);
     border-radius: 18px;
     padding: 20px;
     text-align: center;
     height: 100%;
 }

 .stat-box h3 {
     color: #ffd54f;
     font-weight: 700;
 }

 /* Form */

 .form-box {
     background: #fff;
     border-radius: 25px;
     padding: 20px;
     box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
 }

 .form-box h3 {
     color: #002147;
     font-weight: 700;
 }

 .form-control,
 .form-select {
     height: 52px;
     border-radius: 10px;
 }

 .submit-btn {
     background: linear-gradient(45deg, #ff5722, #ff9800);
     color: #fff;
     border: none;
     width: 100%;
     height: 55px;
     border-radius: 10px;
     font-weight: 700;
 }

 /* Mobile */

 @media(max-width:768px) {

     .hero-title {
         font-size: 2.3rem;
         text-align: center;
     }

     .hero-btns {
         justify-content: center;

     }

     .hero-desc,
     .contact-info,
     .hero-btns,
     .ranking-box,
     .admission-badge {
         text-align: center;
     }

     .contact-info a {
         text-align: center;
     }

     .hero-content {
         text-align: center;
     }

     .logo {
         height: 45px;
     }

     .header-phone {
         font-size: 13px;
     }
 }

 .card-img {
     width: 60% !important;
     margin: auto !important;
 }

 .highlight-card {
     background: #fff;
     border-radius: 20px;
     padding: 35px 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
     transition: .4s;
     height: 100%;
     border: 1px solid #f1f1f1;
 }

 .highlight-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
 }

 .icon-box {
     width: 80px;
     height: 80px;
     margin: 0 auto 20px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .icon-box i {
     color: #fff;
     font-size: 32px;
 }

 .highlight-card h3 {
     font-size: 17px;
     font-weight: 800;
     color: #0d6efd;
     margin-bottom: 10px;
 }

 .highlight-card p {
     color: #666;
     font-size: 16px;
     margin: 0;
     font-weight: 500;
 }

 /* Mobile */

 @media(max-width:768px) {

     .highlight-card {
         padding: 25px 15px;
     }

     .highlight-card h3 {
         font-size: 26px;
     }

     .icon-box {
         width: 65px;
         height: 65px;
     }

     .icon-box i {
         font-size: 26px;
     }
 }

 .placement-section {
     background: #f8fafc;
 }

 .placement-card {
     background: #fff;
     border-radius: 20px;
     padding: 25px;
     text-align: center;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
     transition: .4s;
     height: 100%;
 }

 .placement-card:hover {
     transform: translateY(-8px);
 }

 .student-img {
     width: 100px;
     height: 100px;
     border-radius: 50%;
     object-fit: cover;
     margin-bottom: 15px;
     border: 4px solid #f2f2f2;
 }

 .course {
     color: #777;
     margin-bottom: 15px;
 }

 .company-logo {
     max-height: 40px;
     margin: 15px auto;
     display: block;
 }

 .package {
     background: linear-gradient(135deg, #0d6efd, #4f8cff);
     color: #fff;
     display: inline-block;
     padding: 8px 18px;
     border-radius: 30px;
     font-weight: 600;
 }

 .recruiter-logo {
     filter: grayscale(100%);
     transition: .3s;
 }

 .recruiter-logo:hover {
     filter: none;
     transform: scale(1.05);
 }

 @media(max-width:768px) {

     .placement-card {
         padding: 20px;
     }

     .student-img {
         width: 80px;
         height: 80px;
     }

 }

 .card-3 {
     padding: 10px;
     border-radius: 10px;


 }

 .grey-color {
     color: grey;

 }

 .theme-color {
     padding-top: 5px;
 }


 /* program overview */


 .course-card {
     background: #fff;
     border-radius: 20px;
     padding: 30px;
     height: 100%;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
     transition: .4s;
     border: 1px solid #eee;
 }

 .course-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
 }

 .course-icon {
     width: 70px;
     height: 70px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
 }

 .course-icon i {
     color: #fff;
     font-size: 28px;
 }

 .course-card h4 {
     font-weight: 700;
     color: #002147;
     margin-bottom: 15px;
 }

 .course-card ul {
     list-style: none;
     padding: 0;
     margin: 0 0 20px;
 }

 .course-card ul li {
     padding: 8px 0;
     border-bottom: 1px solid #eee;
     color: #666;
 }

 .fee-box {
     background: #fff4e5;
     color: #ff6f00;
     padding: 12px;
     border-radius: 10px;
     text-align: center;
     font-size: 16px;
     font-weight: 600;
 }

 @media(max-width:768px) {
     .course-card {
         padding: 20px;
     }
 }

 .box-card {
     padding-bottom: 10px;
     overflow-y: auto;

     a {
         text-decoration: none;
         color: #666;
     }
 }

 .campus-life-section {
     background: #f8fafc;
 }

 .campus-card {
     background: #fff;
     border-radius: 15px;
     padding: 18px;
     display: flex;
     align-items: center;
     gap: 15px;
     height: 100%;
     box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
     transition: .3s;
     border: 1px solid #eee;
 }

 .campus-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
 }

 .campus-card i {
     width: 50px;
     height: 50px;
     min-width: 50px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
 }

 .campus-card span {
     font-weight: 600;
     color: #444;
     line-height: 1.5;
 }

 .campus-image-wrapper {
     position: relative;
 }

 .campus-image-wrapper img {
     width: 100%;
     border-radius: 25px;
 }

 @media(max-width:768px) {

     .campus-card {
         padding: 15px;
     }

     .campus-card span {
         font-size: 14px;
     }

     .campus-card i {
         width: 45px;
         height: 45px;
         min-width: 45px;
         font-size: 18px;
     }
 }

 .campus-card {
     position: relative;
     overflow: hidden;
     border-radius: 16px;
     margin-bottom: 20px;
 }

 .campus-section {
     padding: 80px 0;
     background: linear-gradient(180deg, #f8fafc, #ffffff);
 }

 /* Left Content */

 .campus-title {
     font-size: 48px;
     font-weight: 800;
     color: #002147;
     line-height: 1.2;
     position: relative;
     margin-bottom: 35px;
 }

 .campus-title:after {
     content: '';
     width: 90px;
     height: 5px;
     background: linear-gradient(90deg, #ff9800, #ff5722);
     border-radius: 20px;
     position: absolute;
     bottom: -15px;
     left: 0;
 }

 .campus-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .campus-list li {
     background: #fff;
     padding: 14px 18px;
     margin-bottom: 12px;
     border-radius: 12px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
     font-weight: 500;
     color: #444;
     display: flex;
     align-items: center;
     transition: .3s;
 }

 .campus-list li:hover {
     transform: translateX(8px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
 }

 .campus-list li:before {
     content: "✓";
     width: 28px;
     height: 28px;
     margin-right: 12px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     color: #fff;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 /* Images */

 .campus-card {
     position: relative;
     overflow: hidden;
     border-radius: 20px;
     margin-bottom: 20px;
     box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
 }

 .campus-card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: all .6s ease;
 }

 .campus-card:hover img {
     transform: scale(1.08);
 }

 .campus-card:after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(to top,
             rgba(0, 0, 0, .35),
             transparent 50%);
 }

 /* Floating Stats */

 .campus-stats {
     position: absolute;
     bottom: 20px;
     left: 20px;
     right: 20px;
     display: flex;
     justify-content: space-between;
     background: rgba(255, 255, 255, .95);
     backdrop-filter: blur(15px);
     border-radius: 15px;
     padding: 15px;
     z-index: 2;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
 }

 .campus-stats h4 {
     margin: 0;
     color: #0d6efd;
     font-weight: 800;
 }

 .campus-stats span {
     font-size: 13px;
     color: #666;
 }

 /* Mobile */

 @media(max-width:768px) {

     .campus-title {
         font-size: 32px;
         text-align: center;
     }

     .campus-title:after {
         left: 50%;
         transform: translateX(-50%);
     }

     .campus-list {
         margin-bottom: 30px;
     }

     .campus-list li {
         font-size: 14px;
     }
 }

 .fw-bold {
     font-weight: 700 !important;
     text-align: center;
     margin-bottom: 55px;
 }

 .campus-list li {
     padding: 1px 3px;
 }

 .admission-journey {
     background: linear-gradient(180deg, #f8fafc, #ffffff);
 }

 .journey-card {
     background: #fff;
     border-radius: 20px;
     padding: 30px 25px;
     text-align: center;
     height: 100%;
     border: 1px solid #eee;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
     transition: .4s;
     position: relative;
     overflow: hidden;
 }

 .journey-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
 }

 .journey-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 5px;
     background: linear-gradient(90deg, #ff9800, #ff5722);
 }

 .journey-icon {
     width: 80px;
     height: 80px;
     margin: 0 auto 20px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .journey-icon i {
     color: #fff;
     font-size: 32px;
 }

 .journey-card h5 {
     color: #ff5722;
     font-weight: 700;
     margin-bottom: 10px;
 }

 .journey-card h4 {
     color: #002147;
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 15px;
 }

 .journey-card p {
     color: #666;
     line-height: 1.7;
     margin: 0;
 }

 @media(max-width:768px) {

     .journey-card {
         padding: 25px 20px;
     }

     .journey-icon {
         width: 65px;
         height: 65px;
     }

     .journey-icon i {
         font-size: 26px;
     }

     .journey-card h4 {
         font-size: 18px;
     }
 }

 .campus-title {
     position: unset;
 }

 .proc {
     height: 20px;
 }

 .journey-card p {
     text-align: justify;
 }

 .policy-section {
     background: #f8fafc;
 }

 .policy-card {
     background: #fff;
     border-radius: 20px;
     padding: 30px;
     height: 100%;
     border: 1px solid #eee;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
     transition: .3s;
 }

 .policy-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
 }

 .policy-icon {
     width: 70px;
     height: 70px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
 }

 .policy-icon i {
     color: #fff;
     font-size: 28px;
 }

 .policy-card h4 {
     color: #002147;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .policy-list {
     list-style: none;
     padding: 0;
     margin: 0;
     overflow-y: auto;
     height: 265px;
     text-align: left;
 }

 .policy-list li {
     position: relative;
     padding-left: 28px;
     margin-bottom: 15px;
     color: #555;
     line-height: 1.7;
 }

 .policy-list li:before {
     content: "✓";
     position: absolute;
     left: 0;
     top: 0;
     color: #ff5722;
     font-weight: 700;
 }

 @media(max-width:768px) {

     .policy-card {
         padding: 22px;
     }

     .policy-card h4 {
         font-size: 20px;
     }
 }

 .testimonial-section {
     background: white;
 }

 .testimonial-card {
     background: #fff;
     padding: 30px;
     border-radius: 20px;
     height: 100%;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
     border: 1px solid #eee;
     transition: .4s;
     position: relative;
 }

 .testimonial-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
 }

 .quote-icon {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
 }

 .quote-icon i {
     color: #fff;
     font-size: 22px;
 }

 .testimonial-text {
     color: #555;
     line-height: 1.8;
     margin-bottom: 25px;
     min-height: 120px;
     text-align: justify;
 }

 .testimonial-footer {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .student-img {
     width: 65px;
     height: 65px;
     border-radius: 50%;
     object-fit: cover;
     border: 3px solid #f1f1f1;
 }

 .testimonial-footer h5 {
     margin: 0;
     color: #002147;
     font-weight: 700;
 }

 .testimonial-footer span {
     color: #777;
     font-size: 14px;
 }

 .rating {
     margin-top: 15px;
     color: #ffc107;
 }

 .rating i {
     margin-right: 3px;
 }

 @media(max-width:768px) {

     .testimonial-card {
         padding: 22px;
     }

     .testimonial-text {
         min-height: auto;
         text-align: justify;
     }

     .student-img {
         width: 55px;
         height: 55px;
     }
 }

 .footer-section {
     background: #002147;
     color: #fff;
     padding: 37px 0 25px;
 }

 .footer-logo {
     max-width: 220px;

     padding: 10px;
     border-radius: 10px;
 }

 .footer-text {
     color: rgba(255, 255, 255, .75);
     line-height: 1.8;
     margin-bottom: 0;
 }

 .footer-title {
     color: #fff;
     font-weight: 700;
     margin-bottom: 25px;
     position: relative;
 }

 .footer-title::after {
     content: '';
     width: 50px;
     height: 3px;
     background: #ff9800;
     display: block;
     margin-top: 10px;
 }

 .footer-links,
 .footer-contact {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer-links li,
 .footer-contact li {
     margin-bottom: 14px;
 }

 .footer-links a,
 .footer-contact a {
     color: rgba(255, 255, 255, .75);
     text-decoration: none;
     transition: .3s;
 }

 .footer-links a:hover,
 .footer-contact a:hover {
     color: #ff9800;
 }

 .footer-contact li {
     display: flex;
     gap: 12px;
     line-height: 1.7;
     color: rgba(255, 255, 255, .75);
 }

 .footer-contact i {
     color: #ff9800;
     margin-top: 4px;
 }

 .footer-social {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
 }

 .footer-social a {
     width: 45px;
     height: 45px;
     border-radius: 50%;
     background: rgba(255, 255, 255, .08);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     text-decoration: none;
     transition: .3s;
 }

 .footer-social a:hover {
     background: #ff9800;
     transform: translateY(-3px);
 }

 .footer-btn {
     display: inline-block;
     background: linear-gradient(135deg, #ff9800, #ff5722);
     color: #fff;
     text-decoration: none;
     padding: 12px 30px;
     border-radius: 50px;
     font-weight: 600;
 }

 .footer-btn:hover {
     color: #fff;
 }

 .footer-divider {
     margin: 3px 0 15px;
     border-color: rgba(255, 255, 255, .1);
 }

 .footer-bottom {
     color: rgba(255, 255, 255, .65);
     font-size: 14px;
 }

 @media(max-width:768px) {

     .footer-section {
         text-align: center;
     }

     .footer-title::after {
         margin: 10px auto 0;
     }

     .footer-contact li {
         justify-content: center;
     }

     .footer-social {
         justify-content: center;
     }

     .footer-logo {
         max-width: 180px;
     }
 }

 .text-muted {
     text-align: justify;
 }

 .box-card a:hover {
     color: #e64a19;

 }

 .wp-chat-fix-button {
     padding: 1px 1px;
     border: none;
     cursor: pointer;
     position: fixed;
     bottom: 23px;
     right: 8px;
     z-index: 9999999;
 }

 .check-list {
     text-align: justify;

     li {
         color: #666;
     }
 }