html,body{
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}
p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
a{
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}



.error-body {
  background-color: #fff;
  color: #333;
  padding: 40px 0px;
  text-align: center;
}

.error-container {
  max-width: 600px;
}

.error-code {
  font-size: 100px;
  font-weight: 800;
  color: #e25527;
}

.error-message {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.error-btn-primary {
  background-color: #c83232;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 50px;
}

.error-btn-primary:hover {
  background-color: #a82323;
}

.error-logo {
    width: 70%;
  margin-bottom: 30px;
}



.main-heading-highlight{
    display: inline-block;
}


.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 14px;
    height: 36px;
}
.form-control:focus {
    border-color: #c83232;
    box-shadow: none;
}
textarea.form-control {
    height: 60px; /* Reduced text area size */
    resize: none;
}

.admission-link {
      display: inline-block;
      margin-top: 15px;
      font-weight: 500;
      color: #e25527;
      text-decoration: none;
    }

    .admission-link:hover {
      text-decoration: underline;
    }



.campus-section .highlight-item {
      background-color: #fbdee1;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      height: 100%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      border: 1px solid #ffffff;
      transition: 0.3s;
    }

  .campus-section .highlight-item:hover {
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    }

   .campus-section .highlight-icon {
      font-size: 36px;
      color: #c83232;
      margin-bottom: 10px;
    }

  .campus-section .campus-note {
      background: linear-gradient(to right, #fef6f5, #f5fbff);
      padding: 30px;
      border-radius: 12px;
      font-size: 18px;
      margin-top: 40px;
      text-align: center;
    }

   .campus-section .cta-link {
      display: inline-block;
      margin-top: 15px;
      font-weight: 500;
      color: #e25527;
      text-decoration: none;
    }

  .campus-section .cta-link:hover {
      text-decoration: underline;
    }


.inner_banner {
    position: relative;
}
.inner_banner > img {
    width: 100%;
    height: auto;
    /* clip-path: ellipse(100% 100% at 50% 0%); */
    background: rgba(0, 0, 0, 0.1);
    height: 300px;
}
.inner_banner .banner_caption {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    color: #fff;
}
.inner_banner .main_title {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.breadcrumbs li:not(:last-child) {
    position: relative;
}
.breadcrumbs a, .breadcrumbs li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
.breadcrumbs a, .breadcrumbs li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.doti {
    font-size: 16px;
    color: #e25527;
    box-shadow: 1px 1px 9px 1px #ddd;
    border-radius: 50px;
    margin-right: 10px;
}


.step-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    border-bottom: 4px solid #e25527;
    height: 100%;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.step-icon {
    font-size: 40px;
    color: #c83232;
    margin-bottom: 15px;
}

.bottom-highlight {
    background: linear-gradient(to right, #fef6f5, #f5fbff);
    padding: 30px;
    border-radius: 12px;
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
}


.science-course-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #c83232;
    transition: all 0.3s ease;
    height: 100%;
}
.science-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.science-course-icon {
    font-size: 40px;
    color: #e25527;
    margin-bottom: 15px;
}
.science-highlight-box {
    background-color: #fbdee1;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
    height: 100%;
    transition: 0.3s;
}
.science-highlight-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.science-bottom-highlight {
    background: linear-gradient(to right, #fef6f5, #f5fbff);
    padding: 30px;
    border-radius: 12px;
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
}


.new-contact-form {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    padding: 30px;
}
.new-contact-form h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #0c2b63;
}
.new-contact-form .form-control {
    border-radius: 8px;
    margin-bottom: 15px;
}
.new-contact-form .form-control:focus {
    border-color: #e25527;
    box-shadow: 0 0 0 0.2rem rgba(226, 85, 39, 0.25);
}
.new-contact-form .submit-btn {
    background-color: #f4a187;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    transition: 0.3s;
}
.new-contact-form .submit-btn:hover {
    background-color: #e25527;
}
.new-contact-form .contact-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.new-contact-form .contact-box i {
    margin-right: 10px;
    color: #e25527;
}
.new-contact-form .connect-note {
    background: linear-gradient(to right, #fef6f5, #f5fbff);
    padding: 30px;
    border-radius: 12px;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}
.new-contact-form .cta-link {
    color: #c83232;
    font-weight: 500;
    text-decoration: none;
}
.new-contact-form .cta-link:hover {
    text-decoration: underline;
}


.topbar {
    background-color: #c83232;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
  }

  .topbar a {
    color: #fff;
    text-decoration: underline;
  }

  /* Navbar Styling */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0px;
}
.navbar-brand img{
    width: 120px;
}
.navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    margin-right: 15px;
    transition: 0.3s;
    padding: 30px 10px;
}
.navbar-nav .nav-link:hover {
    color: #c83232;
}

/* Dropdown Styling */
.dropdown-menu {
    background-color: #f8f8f8;
    border-radius: 0;
    border-color: #ddd;
    padding: 0;
}
.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    color: #333;
    transition: 0.3s;
}
.dropdown-item:hover {
    background-color: #e25527;
    color: #fff;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.bg-red{
    background-color: #c83232;
}
.bg-l-red{
    background-color: #e25527;
}

.location-float {
    position: fixed;
    bottom: 52%;
    right: 20px;
    background-color: #c83232;
    color: white;
    font-size: 20px;
    padding: 11px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50px;
    height: 50px;
    text-align: center;
}
.call-float {
    position: fixed;
    bottom: 44%;
    right: 20px;
    background-color: #002147;
    color: white;
    font-size: 20px;
    padding: 11px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50px;
    height: 50px;
    text-align: center;
}
.whatsapp-float {
    position: fixed;
    bottom: 36%;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50px;
    height: 50px;
    text-align: center;
}


.section{
    padding: 60px 0;
    scroll-margin-top: 100px;
}
.apply-form-bg {
    background-image: url(../images/admission.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    scroll-margin-top: 120px;
}
.apply-form-bg-overlay {
    background-color: rgb(0 0 0 / 64%);
    padding: 60px 0px;
}
.apply-form-heading {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.apply-form-sub-heading {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.apply-form {
    /* position: relative; */
    padding: 20px;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 16px;
    background-color: #fff;
}
.apply-form .form-heading {
    font-size: 24px;
    font-weight: 600;
    color: #07294d;
}
.admi-form-select, .admi-form-control {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(244 244 244 / 1);
    color: rgb(75 75 75 / 1);
    border-color: #ce202633;
    border-bottom-width: 2px;
    width: 100%;
    border: 0px;
    border-bottom: 2px solid #ce202633;
    font-size: 14px;
}
.btn-apply {
    background-color: #ce2026 !important;
    border: 1px solid #ce2026 !important;
    border-radius: 0px;
    color: #fff !important;
    font-size: 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 3.409px 11.847px 0px rgba(0, 0, 0, .25);
}

.main-heading{
    font-size: 36px;
    font-weight: 700;
    color: #07294d;
}
.sub-heading{
    font-size: 26px;
    font-weight: 500;
    color: #e25527;
}

.hero-section {
    background-color: #e25527;
    color: #fff;
    text-align: center;
}
.highlight-box {
    background-color: #fff;
    color: #c83232;
    padding: 20px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.highlight-box i {
    margin-right: 12px;
    color: #e25527;
    font-size: 1.5rem;
}
.btn-primary-cta {
    background-color: #fff;
    color: #c83232;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.4s;
    text-decoration: none;
}
.btn-primary-cta:hover {
    background-color: #c83232;
    color: #fff;
    transform: scale(1.05);
}
.btn-secondary-cta {
    background-color: #fff;
    color: #c83232;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.4s;
    text-decoration: none;
}
.btn-secondary-cta:hover {
    background-color: #c83232;
    color: #fff;
    transform: scale(1.05);
}

/* Sticky Apply Now Button */
.sticky-apply {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #c83232;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: 0.3s;
    text-decoration: none;
}

.sticky-apply:hover {
    background-color: #fff;
    color: #c83232;
    transform: scale(1.05);
}


.why-choose-section {
    background-color: #f8f9fa;
}
.why-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.why-points {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}
.why-points i {
    color: #e25527;
    font-size: 22px;
    margin-right: 12px;
}
.why-points .point {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}
.why-points .point:hover {
    background-color: #e25527;
    color: #fff;
    transform: translateY(-5px);
}
.why-points .point:hover i {
    color: #fff;
}


.courses-section {
    background-color: #fff;
    text-align: center;
}
.course-card {
    color: #fff;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
    text-align: left;
}
.course-card:hover {
    transform: translateY(-10px);
}
.course-card h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.course-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}
.course-card ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.course-card ul li i {
    margin-right: 10px;
    color: #fff;
}
.course-btn {
    background-color: #fff;
    color: #c83232;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}
.course-btn:hover {
    background-color: #c83232;
    color: #fff;
}


.footer {
    background-color: #fbebeb;
    color: #07294d;
    padding: 50px 0 20px 0;
}
.footer h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer p, .footer a {
    font-size: 14px;
    color: #07294d;
    text-decoration: none;
    transition: 0.3s;
}
.footer a:hover {
    color: #c83232;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    margin-bottom: 8px;
}
.footer .social-icons a {
    color: #07294d;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
}
.footer .social-icons a:hover {
    color: #c83232;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.btn-2{
    background-color: #c83232;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: 0.3s;
    text-decoration: none;
}
.btn-2:hover {
    background-color: #fff;
    color: #c83232;
    transform: scale(1.05);
}



.about-paralax-img{
    background-image: url('../images/newage-about-section-bg-paralax.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.custom-card {
    background: white;
    border-bottom: 4px solid #FFD700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px;
    transition: transform 0.3s;
    position: relative;
}
.custom-card:hover {
    transform: translateY(-5px);
}
.custom-card .icon {
    font-size: 50px;
    color: #B51218;
}
.container-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}
.custom-card .shadow-box {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80%;
    height: 20px;
    background: #FFD700;
    border-radius: 10px;
    transform: translateX(-50%);
}


.feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.feature-card {
    border-radius: 20px;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.feature-card-title{
    font-size: 20px;
    font-weight: 600;
    color: #c83232;
}
.toggle-section.active .feature-card {
    background-color: #fff;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.toggle-btn.active {
    background-color: #c83232;
    color: #fff !important;
}
.svg-icon {
    fill: #c83232;
}


.admission-bg {
    background-color: #fff8f1;
}
.admission-card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.admission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.admission-card-title{
    font-size: 24px;
    font-weight: 600;
    color: #c83232;
}
.admission-icon {
    font-size: 40px;
    color: #e25527;
    margin-bottom: 15px;
}
.admission-btn {
    background-color: #e25527;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.admission-btn:hover {
    background-color: #c83232;
}



.cta-section {
    background-color: #e25527;
    color: #fff;
    text-align: center;
    
}
.cta-section h2 {
    font-size: 36px;
    font-weight: bold;
}
.cta-section p {
    font-size: 18px;
    margin: 15px 0 25px;
}
.cta-btn {
    background-color: #fff;
    color: #e25527;
    border: none;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
}
.cta-btn i {
    margin-right: 8px;
}
.cta-btn:hover {
    background-color: #fdd8ce;
    color: #e25527;
}
.mobile-footer-sticky {
    background-color: #c83232;
}
.text-red {
    color: #ce2026;
}
.swal2-popup {
    border-radius: 5px !important;
}

.fix-btn {
    background: linear-gradient(82deg, #ec3c44 50%, #f02428 100%);
    border: none;
    color: white;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s ease;
}

@media only screen and (max-width: 680px) {

    .navbar .fix-btn {
        display: block;
        margin-top: 10px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile-call-btn {
        padding: 7px;
        background-color: #eee;
        border-radius: 8px;
    }

    .cta-section h2 {
        font-size: 22px;
    }
    .cta-section p {
        font-size: 16px;
    }
    .cta-btn {
        width: 100%;
        font-size: 16px;
    }

    .navbar-nav .nav-link {
        padding: 10px 10px;
        border-bottom: 1px solid #ddd;
    }
        
    .main-heading{
        font-size: 22px;
    }
   
    .mobile-footer-sticky {
        border-radius: 14px 14px 0px 0px;
    }
    .mobileFooter-btns {
        text-align: center;
    }
    .mob-cta-border {
        border-right: 1px solid #ae9a9a;
    }
    .mobileFooter-btns a {
        font-size: 13px;
        color: #fff;
    }
    .mobileFooter-btns a i {
        font-size: 18px;
        padding: 6px 0px;
        display: block;
        color: #fff;
    }

    .course-card h4{
        font-size: 20px;
    }
    .apply-form-heading {
        font-size: 24px;
    }
    .apply-form-sub-heading {
        font-size: 20px;
    }

    .mobile-form-bg {
        background-image: url('../images/admission.webp');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 20px 0px;
    }
    .mobile-call-btn {
        padding: 7px;
        background-color: #eee;
        border-radius: 8px;
    }

    .mobile-footer-sticky {
        border-radius: 14px 14px 0px 0px;
    }
    .apply-form-bg {
        background-image: none;
    }
    .apply-form-bg-overlay {
        background-color: #fff;
        padding: 0px;
    }
    .apply-form {
        margin-top: 20px;
    }
    .sticky-apply{
        display: none;
    }
    .footer{
        margin-bottom: 67px;
    }

	.section{
		padding: 26px 0;
	}
    .inner_banner > img{
        height: 200px;
    }
    .inner_banner .main_title{
        font-size: 24px;
    }

    .new-contact-form h4{
        font-size: 20px;
    }
}