/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  background: url("../images/hero-banner.jpeg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.choose-card{
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 100% 0%, rgba(184,137,43,.08), transparent 55%),
      linear-gradient(165deg, #FFFFFF, #FAF7F0 130%);
    border:1px solid #E7E1D3;
    border-radius:10px;
    padding:46px 32px 40px;
    text-align:center;
    transition:transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
    box-shadow:0 20px 40px -20px rgba(0,0,0,.5);
    opacity:0;
    animation:rise .6s ease forwards;
  }
  .choose-card:nth-child(1){animation-delay:.05s;}
  .choose-card:nth-child(2){animation-delay:.15s;}
  .choose-card:nth-child(3){animation-delay:.25s;}
  @keyframes rise{
    from{opacity:0; transform:translateY(16px);}
    to{opacity:1; transform:translateY(0);}
  }
  .choose-card::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:3px;
    background:linear-gradient(90deg, #B8892B, #1E3F66);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s ease;
  }
  .choose-card:hover::before{ transform:scaleX(1); }
  .choose-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 50px -16px rgba(0,0,0,.55);
    border-color:transparent;
    background:
      radial-gradient(circle at 100% 0%, rgba(184,137,43,.16), transparent 55%),
      linear-gradient(165deg, #FFFFFF, #F3E4C4 160%);
  }


.badge{
    position:relative;
    width:66px;
    height:66px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#F3E4C4;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .3s ease, transform .3s ease, box-shadow .3s ease;
  }
  .card:hover .badge{
    background:#132C4C;
    transform:scale(1.08) rotate(-4deg);
    box-shadow:0 10px 20px -6px rgba(19,44,76,.35);
  }
  .badge svg{
    width:28px;
    height:28px;
    stroke:#132C4C;
    fill:none;
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:stroke .3s ease;
  }
  .card:hover .badge svg{ stroke:#F3E4C4; }

.min-vh-hero {
  min-height: 520px;
}

.hero-content h1 {
  font-size: 46px;
  line-height: 1.15;
 font-weight: 500;
  color: #141827;
  margin-bottom: 22px;
}

.hero-content h1 span {
  color: #005baa;
}

.hero-content p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 32px;
}

.hero-buttons {
  margin-bottom: 42px;
}

.btn-apply {
  background: #f7b500;
  color: #111;
  border-radius: 40px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}

.btn-apply span {
  margin-left: 18px;
  font-size: 18px;
}

.btn-apply:hover {
  background: #e6a700;
  color: #111;
}

.btn-brochure {
  background: #ffffff;
  color: #005baa;
  border: 1.8px solid #005baa;
  border-radius: 40px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
}

.btn-brochure span {
  margin-left: 14px;
  font-size: 18px;
}

.halfwhitehalftransparent {
    background: #2A7B9B;
    background: linear-gradient(90deg, rgb(255 255 255) 10%, rgb(87 199 133 / 0%) 50%, rgb(237 221 83 / 0%) 100%);
    margin-top: -30px;
    margin-bottom: -30px;
}

.btn-brochure:hover {
  background: #005baa;
  color: #ffffff;
}

.hero-trust {
  font-size: 14px;
  color: #111;
  font-weight: 600;
}

.stars {
  color: #f7b500;
  letter-spacing: 2px;
  font-size: 16px;
}

.hero-image {
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* Bottom Right Shape */
.corner-shape {
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 180px;
  height: 180px;
  pointer-events: none;
}

.mobileon
{
	display:none;
}

.blue-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: #005baa;
  border-radius: 100% 0 0 0;
}

.yellow-shape {
  position: absolute;
  right: 34px;
  bottom: -10px;
  width: 120px;
  height: 155px;
  border-left: 18px solid #f7b500;
  border-radius: 100% 0 0 0;
  transform: rotate(12deg);
}

/* Why Choose Section */
.why-choose-section {
  background: #ffffff;
  padding: 60px 0 45px;
  position: relative;
}

.section-title span {
  display: inline-block;
  color: #333;
  font-size: 13px;
 font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: 34px;
  line-height: 1.25;
 font-weight: 500;
  color: #005baa;
  margin-bottom: 8px;
}

.title-line {
  width: 44px;
  height: 4px;
  background: #f7b500;
  border-radius: 20px;
  margin: 0 auto 14px;
}

.section-title p {
  color: #333;
  font-size: 15px;
  margin-bottom: 36px;
}

/* Cards */
/* .choose-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 26px 18px 24px;
  text-align: center;
  height: 100%;
  min-height: 255px;
  border: 1px solid #edf1f7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
} */

/* .choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0, 91, 170, 0.16);
} */

.icon-circle {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  background: #eef5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005baa;
  font-size: 35px;
}

.choose-card h5 {
  font-size: 15px;
  line-height: 1.35;
 font-weight: 500;
  color: #111827;
  margin-bottom: 18px;
}

.choose-card p {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* Fee Pill */
.fee-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #005baa;
  color: #ffffff;
  padding: 13px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 91, 170, 0.28);
}

.fee-pill span {
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #005baa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.fee-pill:hover {
  background: #004b91;
  color: #ffffff;
}

/* Learning Journey Section */
.learning-journey-section {
  background: #f8fbff;
     padding: 55px 0 100px;
}

.journey-title h2 {
  font-size: 32px;
 font-weight: 500;
  color: #005baa;
  margin-bottom: 8px;
}

.title-line {
  width: 44px;
  height: 4px;
  background: #f7b500;
  border-radius: 20px;
  margin: 0 auto 35px;
}

/* Journey Card */
.journey-card {
  position: relative;
  min-height: 310px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 32px 24px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef2f7;
  transition: all 0.3s ease;
}

.journey-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0, 91, 170, 0.14);
}

.journey-content {
  position: relative;
  z-index: 2;
  width: 52%;
}

.journey-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
 font-weight: 500;
  margin-bottom: 32px;
}

.journey-heading i {
  font-size: 24px;
}

/* List */
.journey-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.journey-content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}

.journey-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
 font-weight: 500;
}

/* Card Images */
.journey-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  text-align: right;
  z-index: 1;
  top: 0;
  overflow: hidden;
}

.journey-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
  margin: 0;
  padding: 0;
}

/* Arrow Button */
.journey-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 3;
  font-size: 18px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.journey-arrow:hover {
  color: #ffffff;
  transform: scale(1.05);
}

/* Colour Variants */
.orange-text {
 color: #005baa;
}

.blue-text {
  color: #005baa;
}

.yellow-text {
  color: #005baa;
}

.orange-card ul li::before,
.orange-bg {
  background: #005baa;
}

.blue-card ul li::before,
.blue-bg {
  background: #005baa;
}

.yellow-card ul li::before,
.yellow-bg {
  background: #005baa;
}

/* Section 4: Campus CTA Banner */
.campus-cta-section {
  position: relative;
  min-height: 250px;
  background-image: url("../images/bg.jpeg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.campus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 17, 32, 0.82) 0%,
    rgba(5, 17, 32, 0.65) 28%,
    rgba(5, 17, 32, 0.18) 58%,
    rgba(5, 17, 32, 0.02) 100%
  );
  z-index: 1;
}

.campus-cta-section .container {
  position: relative;
  z-index: 2;
}

.campus-cta-content {
  padding: 46px 0;
}

.campus-cta-content h2 {
  font-size: 34px;
  line-height: 1.2;
 font-weight: 500;
  color: #ffffff;
  margin-bottom: 14px;
}

.campus-cta-content p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}

.campus-btn {
  background: #f7b500;
  color: #111111;
  border-radius: 40px;
  padding: 13px 28px;
  font-size: 14px;
 font-weight: 500;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 8px 20px rgba(247, 181, 0, 0.28);
}

.campus-btn span {
  font-size: 18px;
  line-height: 1;
}

.campus-btn:hover {
  background: #e6a700;
  color: #111111;
}

/* Section 5: Admission Steps */
.admission-steps-section {
  background: #ffffff;
  padding: 55px 0 50px;
}

.steps-title h2 {
  font-size: 30px;
 font-weight: 500;
  color: #141827;
  margin-bottom: 8px;
}

.title-line {
  width: 42px;
  height: 4px;
  background: #f7b500;
  border-radius: 30px;
  margin: 0 auto 36px;
}

/* Steps Layout */
.steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.step-box {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 210px;
}

.step-icon-wrap {
  position: relative;
  flex-shrink: 0;
}

.step-icon {
  width: 112px;
  height: 112px;
  background: #eaf8fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005baa;
  font-size: 42px;
}

.step-number {
  position: absolute;
  top: 14px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: #005baa;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
 font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 91, 170, 0.25);
}

.step-content h5 {
  font-size: 15px;
 font-weight: 500;
  color: #111827;
  margin-bottom: 9px;
}

.step-content p {
  font-size: 12px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  font-weight: 500;
}

.step-arrow {
  color: #b5c2d1;
  font-size: 28px;
  flex-shrink: 0;
}

/* Section 6: What Parents Say */
.parents-say-section {
  background: #f8fbff;
  padding: 50px 0 48px;
  position: relative;
  border-bottom: 4px solid #005baa;
}

.parents-heading h2 {
  font-size: 28px;
 font-weight: 500;
  color: #111827;
  margin-bottom: 8px;
}

.parents-heading span {
  display: block;
  width: 38px;
  height: 4px;
  background: #f7b500;
  border-radius: 20px;
  margin: 0 auto 34px;
}

/* Slider Area */
.parents-slider-area {
  position: relative;
  overflow: hidden;
}

.parents-slider-area .row {
  display: flex;
  transition: transform 0.5s ease;
}

/* Testimonial Card */
.testimonial-card {
  background: #ffffff;
  border-radius: 8px;
  min-height: 275px;
  padding: 28px 28px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid #eef2f7;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}

.quote-icon {
  position: absolute;
  top: 15px;
  left: 24px;
  font-size: 58px;
  line-height: 1;
 font-weight: 500;
  color: #e4e8ee;
  font-family: Georgia, serif;
}

.testimonial-text {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 1.75;
  color: #222222;
  text-align: center;
  margin: 38px 0 18px;
  min-height: 78px;
  font-weight: 500;
}

.testimonial-card .stars {
  color: #f7b500;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 22px;
}

.parent-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.parent-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.parent-info h5 {
  font-size: 13px;
 font-weight: 500;
  color: #111827;
  margin-bottom: 3px;
}

.parent-info p {
  font-size: 11px;
  color: #333333;
  margin: 0;
}

/* Video Card */
.parent-video-card {
  min-height: 275px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.parent-video-card img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 13, 26, 0.56);
}

.video-content {
  position: absolute;
  inset: 0;
  padding: 28px;
  color: #ffffff;
}

.video-content h4 {
  font-size: 16px;
 font-weight: 500;
  margin: 0;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #005baa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 42px;
  box-shadow: 0 8px 22px rgba(0, 91, 170, 0.35);
}

.play-btn i {
  margin-left: 5px;
}

.play-btn:hover {
  background: #005baa;
  color: #ffffff;
}

.watch-video {
  position: absolute;
  left: 28px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

/* Arrows */
.parents-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #005baa;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-size: 17px;
}

.parents-arrow-left {
  left: -18px;
}

.parents-arrow-right {
  right: -18px;
}

.parents-arrow:hover {
  background: #005baa;
  color: #ffffff;
}

/* Dots */
.parents-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}

.parents-dots span {
  width: 8px;
  height: 8px;
  background: #d8dee8;
  border-radius: 50%;
  display: inline-block;
}

.parents-dots span.active {
  background: #005baa;
}

/* Section 7: Admission CTA */
.admission-cta-section {
  background: linear-gradient(90deg, #004fa8 0%, #005fca 50%, #004fa8 100%);
  padding: 0;
}

.admission-cta-box {
  background: linear-gradient(90deg, #004fa8 0%, #005fca 50%, #004fa8 100%);
  min-height: 95px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}

/* Subtle Background Pattern */
.admission-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08), transparent 28%),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.07), transparent 28%);
  pointer-events: none;
}

.admission-cap-icon {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 66px;
  line-height: 1;
  opacity: 0.9;
  margin-right: 28px;
  flex-shrink: 0;
}

.admission-cta-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.admission-cta-content h2 {
  font-size: 30px;
 font-weight: 500;
  color: #ffffff;
  margin-bottom: 6px;
}

.admission-cta-content p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
}

.admission-cta-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Apply Button */
.admission-apply-btn {
  background: #f7b500;
  color: #111111;
  border-radius: 40px;
  padding: 13px 32px;
  font-size: 14px;
 font-weight: 500;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 150px;
  justify-content: center;
}

.admission-apply-btn:hover {
  background: #e6a700;
  color: #111111;
}

/* Visit Button */
.admission-visit-btn {
  background: #ffffff;
  color: #005baa;
  border-radius: 40px;
  padding: 13px 34px;
  font-size: 14px;
 font-weight: 500;
  border: none;
  min-width: 190px;
}

.admission-visit-btn:hover {
  background: #eef5ff;
  color: #005baa;
}

/* Footer Section */
.site-footer {
  background: linear-gradient(180deg, #111923 0%, #0b1118 100%);
  color: #ffffff;
  padding: 34px 0 0;
}

.footer-main {
  padding-bottom: 28px;
}

.footer-logo {
  max-width: 210px;
  height: auto;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  color: #d9dee7;
  margin-bottom: 18px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.footer-social a:nth-child(1) {
  background: #1877f2;
}

.footer-social a:nth-child(2) {
  background: #e4405f;
}

.footer-social a:nth-child(3) {
  background: #ff0000;
}

.footer-social a:nth-child(4) {
  background: #0a66c2;
}

.footer-social a:hover {
  transform: translateY(-3px);
}

/* Footer Widgets */
.footer-widget h4 {
  font-size: 15px;
 font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 9px;
}

.footer-widget ul li a {
  color: #d9dee7;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-widget ul li a:hover {
  color: #f7b500;
  padding-left: 4px;
}

/* Contact */
.footer-contact p {
  font-size: 13px;
  line-height: 1.65;
  color: #d9dee7;
  margin-bottom: 8px;
}

.footer-contact i {
  color: #f7b500;
  margin-right: 7px;
}

.footer-contact a {
  color: #d9dee7;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #f7b500;
}

/* Map */
.footer-map {
  width: 100%;
  height: 112px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.footer-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom Footer */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer-bottom p {
  font-size: 12px;
  color: #cbd2dd;
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom-links a,
.footer-bottom-links span {
  font-size: 12px;
  color: #cbd2dd;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #f7b500;
}

 body {
      margin: 0;
      /* font-family: Arial, sans-serif; */
        font-family: 'Poppins', sans-serif;
        background: #FCFAE7;
    }

    .main-header {
      background: #ffffff;
      padding: 10px 0;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    .navbar-brand img {
    height:75px;
      width: auto;
    }

    .navbar-nav .nav-link {
      color: #222;
      font-size: 14px;
      font-weight: 500;
      margin: 0 8px;
      position: relative;
    }

    .navbar-nav .nav-link.active {
      color: #005baa;
      font-weight: 700;
    }

    .navbar-nav .nav-link.active::after {
      content: "";
      position: absolute;
      left: 8px;
      right: 8px;
      bottom: -6px;
      height: 3px;
      background: #005baa;
      border-radius: 10px;
    }

    .btn-admission {
      background: #f9a51a;
      color: #111;
      font-size: 13px;
      font-weight: 700;
      padding: 9px 18px;
      border-radius: 30px;
      border: none;
      white-space: nowrap;
    }

    .btn-visit {
      background: #ffffff;
      color: #005baa;
      font-size: 13px;
      font-weight: 700;
      padding: 8px 18px;
      border-radius: 30px;
      border: 2px solid #005baa;
      white-space: nowrap;
    }

    .btn-admission:hover {
      background: #e69512;
      color: #111;
    }

    .btn-visit:hover {
      background: #005baa;
      color: #ffffff;
    }
    .owl-carousel .owl-item .testimonial-card .parent-info img {
    width: auto;
}

   









/* ==========================================================================
   Admission Enquiry Form — Unique Design
   Paste this into your theme's stylesheet or Additional CSS panel.
   ========================================================================== */

.admission-form-box {
  --af-primary: #ff6b35;
  --af-primary-dark: #e0501e;
  --af-navy: #1c2541;
  --af-bg: #ffffff;
  --af-border: #e2e6ee;
  --af-radius: 14px;

  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 36px;
  background: var(--af-bg);
  border-radius: var(--af-radius);
  box-shadow:
    0 1px 2px rgba(28, 37, 65, 0.06),
    0 20px 45px -20px rgba(28, 37, 65, 0.25);
  border: 1px solid var(--af-border);
  overflow: hidden;
}

/* decorative accent stripe */
.admission-form-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--af-primary), var(--af-navy));
}

/* decorative corner blob */
.admission-form-box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.10), transparent 70%);
  top: -80px;
  right: -80px;
  border-radius: 50%;
  pointer-events: none;
}

.admission-form-box .row {
  position: relative;
  z-index: 1;
}

/* ---------- Fields ---------- */
.admission-form-box .form-control {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--af-navy);
  background: #f7f8fb;
  border: 1.5px solid var(--af-border);
  border-radius: 10px;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.admission-form-box .form-control::placeholder {
  color: #97a0b3;
}

.admission-form-box .form-control:hover {
  border-color: #c9cfdd;
}

.admission-form-box .form-control:focus {
  outline: none;
  background: #ffffff;
  border-color: var(--af-primary);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.15);
}

.admission-form-box textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* custom select arrow */
.admission-form-box select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b35' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 42px;
  cursor: pointer;
}

/* ---------- Submit button ---------- */
.admission-form-box .admission-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 28px;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--af-primary), var(--af-primary-dark));
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(255, 107, 53, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.admission-form-box .admission-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -8px rgba(255, 107, 53, 0.65);
  filter: brightness(1.05);
}

.admission-form-box .admission-submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px -6px rgba(255, 107, 53, 0.5);
}

/* ---------- Contact Form 7 status / validation styling ---------- */
.admission-form-box .wpcf7-not-valid {
  border-color: #e0501e !important;
  background: #fff5f2 !important;
}

.admission-form-box .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12.5px;
  color: #e0501e;
}

.admission-form-box .wpcf7-response-output {
  margin-top: 18px !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  border-color: var(--af-border) !important;
  font-size: 14px;
}

.admission-form-box .wpcf7-mail-sent-ok {
  border-color: #2fae60 !important;
  color: #1d7d45;
  background: #eefbf3;
}

.admission-form-box .wpcf7-validation-errors,
.admission-form-box .wpcf7-mail-sent-ng {
  border-color: #e0501e !important;
  color: #9c3316;
  background: #fff5f2;
}

/* spinner accent */
.admission-form-box .wpcf7-spinner {
  filter: hue-rotate(-10deg) saturate(2);
}

.inner-page-banner {
    width: 100%;
    min-height: 235px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
	    border-top: 5px solid #ac003a;
}

.inner-page-banner-overlay {
    width: 100%;
    min-height: 235px;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
}

.inner-page-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.inner-page-breadcrumb {
    color: #fff;
    font-size: 15px;
}

.inner-page-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.inner-page-breadcrumb a:hover {
    text-decoration: underline;
}

.inner-page-breadcrumb span {
    margin: 0 6px;
}

.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bord_img img {
    width: 100%;
    height: auto;
}
.porto-icon.advanced {
    position: absolute;
    left: 112px;
}
.form-count2 .bord_img {
    background: #fff;
    padding: 20px 40px;
}
li.isotope-item {
    width: 33%;
    float: left;
    list-style: none;
	margin-bottom:40px;
}
html {
    margin-top: 0px !important;
}
.career_bg {
    background: #ffffff;
    padding: 40px;
    height: auto;
    display: inline-block;
}