body{
  font-family: 'Poppins', sans-serif;
}
.logo{
  width: 140px;
  height: 50px;
}

.navbar{
  background:#0B1F3A;
}

.navbar-brand{
  font-weight:700;
  color:#fff !important;
}

.nav-link{
  color:#ffffffcc !important;
  margin-right:12px;
  font-weight:500;
}

.nav-link:hover{
  color:#FACC15 !important;
}

.btn-cta{
  background:#FACC15;
  color:#000;
  font-weight:600;
  padding:8px 16px;
  border-radius:6px;
}

.btn-cta:hover{
  background:#eab308;
}

.hero-section{
  padding:40px 0;
  background:#F8FAFC;
}

.hero-badge{
  background:#FACC15;
  color:#000;
  font-size:14px;
  padding:8px 14px;
  border-radius:20px;
  font-weight:600;
}

.hero-title{
  font-size:42px;
  font-weight:700;
  color:#0B1F3A;
  line-height:1.2;
}

.hero-title span{
  color:#1E40AF;
}

.hero-subtitle{
  font-size:16px;
  color:#475569;
  line-height:1.6;
}

.hero-points{
  list-style:none;
  padding-left:0;
  color:#334155;
}

.hero-points li{
  margin-bottom:8px;
  font-weight:500;
}

.hero-buttons .btn{
  padding:12px 22px;
  font-weight:600;
  border-radius:8px;
    background:#1E40AF;

}

.hero-img{
  max-width:90%;
}

/* Mobile Optimization */
@media(max-width:768px){
  .hero-title{
    font-size:25px;
  }
  .hero-section{
    padding:30px 0;
  }
}

.exam-box{
  background:#ffffff;
  border-radius:14px;
  padding:10px;
  max-width:520px;
}

.exam-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.exam-pill{
  background:#F8FAFC;
  color:#1E40AF;
  border:1px solid #CBD5E1;
  padding:6px 14px;
  border-radius:20px;
  font-size:14px;
  font-weight:500;
}

.faculty-line{
  font-size:15px;
  color:#475569;
  margin-bottom:0;
}

/* Mobile Center Alignment */
@media(max-width:768px){
  .exam-box{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  .exam-tags{
    justify-content:center;
  }
}.exam-box{
  border:2px dotted  #1E40AF;
}


.courses-compact{
  padding:50px 0;
  background:#0B1D37;
}

.section-title{
  font-size:26px;
  font-weight:700;
  color:#0B1F3A;
}

.course-mini{
  /* background:#F8FAFC; */
  border:1px solid #E2E8F0;
  border-radius:10px;
  padding:14px 8px;
  text-align:center;
  font-weight:600;
  font-size:14px;
  color:white;
  transition:0.2s;
}

.course-mini:hover{
  background:#1E40AF;
  color:#ffffff;
}

/* Desktop */
@media(min-width:768px){
  .course-mini{
    font-size:15px;
    padding:18px 10px;
  }
}


.section-title{
  font-size:26px;
  font-weight:700;
  color:#0B1F3A;
}

.why-card{
  border:2px dotted #1E40AF;
  border-radius:10px;
  padding:16px 10px;
  text-align:center;
  height:100%;
}

.why-card i{
  font-size:20px;
  color:#1E40AF;
  margin-bottom:6px;
}

.why-card p{
  font-size:14px;
  font-weight:500;
  color:black;
  margin:0;
}

/* Desktop enhancement */
@media(min-width:768px){
  .why-card{
    padding:22px 14px;
  }
}

.section-title{
  font-size:26px;
  font-weight:700;
  color:#0B1F3A;
}

.section-subtitle{
  font-size:14px;
  color:#64748B;
}

.approach-card{
  position:relative;
  background:#F8FAFC;
  border:1px solid #E2E8F0;
  border-radius:14px;
  padding:26px 18px 22px;
  text-align:center;
  height:100%;
  transition:0.3s;
}

.approach-card i{
  font-size:22px;
  color:#1E40AF;
  margin-bottom:8px;
}

.approach-card h6{
  font-weight:600;
  color:#0B1F3A;
  margin-bottom:4px;
}

.approach-card p{
  font-size:14px;
  color:#475569;
  margin-bottom:0;
}

.step-circle{
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  background:#1E40AF;
  color:#fff;
  width:26px;
  height:26px;
  border-radius:50%;
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
}

.approach-card:hover{
  background:#ffffff;
  box-shadow:0 10px 28px rgba(0,0,0,0.08);
  transform:translateY(-4px);
}

/* Mobile fine-tune */
@media(max-width:768px){
  .approach-card{
    padding:22px 14px;
  }
}


.cta-section{
  background:#1E40AF;
  padding:30px 0;
  margin:50px 0;
}

.cta-title{
  color:#ffffff;
  font-weight:700;
  font-size:24px;
  margin-bottom:4px;
}

.cta-subtitle{
  color:#E0E7FF;
  font-size:14px;
  margin-bottom:0;
}

.btn-call{
  background:#FACC15;
  color:#000;
  font-weight:600;
  padding:10px 18px;
  border-radius:8px;
}

.btn-call:hover{
  background:#eab308;
}

.btn-whatsapp{
  background:#ffffff;
  color:#1E40AF;
  font-weight:600;
  padding:10px 18px;
  border-radius:8px;
}

.btn-whatsapp:hover{
  background:#F8FAFC;
}

/* Mobile Optimization */
@media(max-width:768px){
  .cta-title{
    font-size:20px;
  }

  .btn-call,
  .btn-whatsapp{
    width:100%;
    margin:6px 0;
  }
}
.contact-section{
  padding:60px 0;
  background:#F8FAFC;
}

.section-title{
  font-size:26px;
  font-weight:700;
  color:#0B1F3A;
}

.section-subtitle{
  font-size:14px;
  color:#64748B;
}

.contact-info{
  background:#ffffff;
  border-radius:14px;
  padding:26px 20px;
  border:1px solid #E2E8F0;
}

.contact-info h5{
  font-weight:600;
  color:#1E40AF;
}

.contact-info p{
  font-size:14px;
  color:black;
}

.info-btn{
  display:block;
  text-decoration:none;
  padding:10px 14px;
  border-radius:8px;
  font-weight:600;
  margin-bottom:10px;
  text-align:center;
}

.info-btn.call{
  background:#FACC15;
  color:#000;
}

.info-btn.whatsapp{
  background:#1E40AF;
  color:#ffffff;
}

.location{
  font-size:14px;
  color:black;
  margin-top:10px;
}

.contact-form-box{
  background:#ffffff;
  border-radius:14px;
  padding:26px 22px;
  border:1px solid #E2E8F0;
}

.submit-btn{
  width:100%;
  background:#1E40AF;
  color:#ffffff;
  font-weight:600;
  padding:12px;
  border-radius:8px;
}

.submit-btn:hover{
  background:#163A9A;
}

/* Mobile */
@media(max-width:768px){
  .contact-section{
    padding:50px 0;
  }
}
.footer-new{
  background:linear-gradient(180deg, #0B1F3A, #081628);
  color:#E5E7EB;
  padding:55px 0 25px;
}

.footer-brand{
  color:#ffffff;
  font-weight:700;
  font-size:20px;
  margin-bottom:10px;
}

.footer-brand i{
  color:#FACC15;
}

.footer-desc{
  font-size:14px;
  color:#CBD5E1;
  line-height:1.6;
}

.footer-heading{
  font-size:16px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:12px;
  position:relative;
}

.footer-heading::after{
  content:"";
  display:block;
  width:40px;
  height:2px;
  background:#FACC15;
  margin-top:6px;
}

.footer-list{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-list li{
  font-size:14px;
  color:#CBD5E1;
  margin-bottom:6px;
}

.footer-contact{
  font-size:14px;
  color:#CBD5E1;
  margin-bottom:8px;
}

.footer-contact i{
  color:#FACC15;
  margin-right:8px;
}

.footer-divider{
  height:1px;
  background:#1F2937;
  margin:30px 0 15px;
}

.footer-bottom{
  text-align:center;
  font-size:13px;
  color:#9CA3AF;
}

/* Mobile */
@media(max-width:768px){



}


.faq-section{
  padding:55px 0;
  background:#ffffff;
}

.section-title{
  font-size:26px;
  font-weight:700;
  color:#0B1F3A;
}

.section-subtitle{
  font-size:14px;
  color:#64748B;
}

.faq-accordion .accordion-item{
  border:1px solid #E2E8F0;
  border-radius:10px;
  margin-bottom:10px;
  overflow:hidden;
}

.faq-accordion .accordion-button{
  font-weight:600;
  font-size:14px;
  color:#0B1F3A;
  background:#F8FAFC;
}

.faq-accordion .accordion-button:not(.collapsed){
  background:#E0E7FF;
  color:#1E40AF;
}

.faq-accordion .accordion-body{
  font-size:14px;
  color:#475569;
  background:#ffffff;
}

/* Mobile spacing */
@media(max-width:768px){
  .faq-section{
    padding:45px 0;
  }
}


.cta-box{
  background:#ffffff;
  border-radius:16px;
  padding:22px 24px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  border-left:5px solid #1E40AF;
}

.cta-badge{
  display:inline-block;
  background:#E0E7FF;
  color:#1E40AF;
  font-size:13px;
  font-weight:600;
  padding:4px 10px;
  border-radius:20px;
  margin-bottom:6px;
}

.cta-heading{
  font-size:22px;
  font-weight:700;
  color:#0B1F3A;
  margin-bottom:4px;
}

.cta-text{
  font-size:14px;
  color:#475569;
  margin-bottom:0;
}

.btn-cta-call{
  background:#1E40AF;
  color:#ffffff;
  font-weight:600;
  padding:10px 18px;
  border-radius:8px;
}

.btn-cta-whatsapp{
  background:#FACC15;
  color:#000;
  font-weight:600;
  padding:10px 18px;
  border-radius:8px;
}

.btn-cta-call:hover{
  background:#163A9A;
}

.btn-cta-whatsapp:hover{
  background:#eab308;
}

/* Mobile */
@media(max-width:768px){
  .cta-box{
    text-align:center;
  }

  .cta-heading{
    font-size:20px;
  }

  .btn-cta-call,
  .btn-cta-whatsapp{
    width:100%;
    margin:6px 0;
  }
}


.youtube-section{
  background:#ffffff;
}

.section-title{
  font-size:26px;
  font-weight:700;
  color:#0B1F3A;
}

.section-subtitle{
  font-size:14px;
  color:#64748B;
}

.video-box{
  border-radius:14px;
  overflow:hidden;
  border:1px solid #E2E8F0;
  background:#000;
}

.video-box iframe{
  width:100%;
  height:220px;
  border:none;
}

/* CTA */


.btn-youtube-cta{
  background:#1E40AF;
  color:#ffffff;
  font-weight:600;
  padding:10px 22px;
  border-radius:8px;
}

.btn-youtube-cta:hover{
  background:#163A9A;
  color: white;
}

/* Mobile Optimization */
@media(max-width:768px){
  .video-box iframe{
    height:200px;
  }
}

.social-links{
  display:flex;
  gap:12px;
}
.social-links a{
  text-decoration: none;
}

.social-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  color:#ffffff;
  transition:0.3s;
}

/* Brand Colors */
.social-icon.instagram{ background:#E1306C; }
.social-icon.youtube{ background:#FF0000; }
.social-icon.facebook{ background:#1877F2; }
.social-icon.linkedin{
  background:#0A66C2;
  
}
.social-icon.whatsapp-channel{
  background:#25D366;
}

.social-icon:hover{
  transform:translateY(-3px);
  opacity:0.9;
}

/* Mobile center align */
@media(max-width:768px){
  .social-links{
    justify-content:center;
  }
}


.sticky-bottom-bar{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  display:flex;
  z-index:999;
  
}

.bottom-call,
.bottom-whatsapp{
  flex:1;
  text-align:center;
  padding:14px 0;
  color:#fff;
  font-weight:600;
  font-size:15px;
  text-decoration:none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bottom-call{
  background:#1E40AF;
}

.bottom-whatsapp{
  background:#25D366;
}

/* Desktop pe hide */
@media(min-width:992px){
  .sticky-bottom-bar{
    display:none;
  }
}






.my-custom-carousel .my-carousel-item {
  padding: 20px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  background-color: #f8f8f8;
}

.my-review-card img.my-review-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
}


.my-review-card img.my-review-img2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  margin-top: 50px;
  margin-left: -25px;
}

.my-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.my-review-name {
  font-weight: bold;
  margin-left: 12px;
}

.my-review-verified {
  color: #3498db;
  margin-left: 6px;
}

.my-review-date {
  font-size: 13px;
  color: #7f8c8d;
  margin-left: 10px;
}

.my-review-rating {
  color: #fcbf02;
  margin: 12px 0;
}

.my-review-text {
  font-size: 16px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #3498db;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button.owl-prev {
  left: -55px;
}

.owl-nav button.owl-next {
  right: -55px;
}

/* Media Queries */
@media (max-width: 768px) {
  .my-custom-carousel .my-carousel-item {
    padding: 15px;
  }

  .my-review-card img.my-review-img {
    width: 60px;
    height: 60px;
  }

  .my-review-text {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .my-custom-carousel .my-carousel-item {
    padding: 10px;
  }

  .my-review-card img.my-review-img {
    width: 50px;
    height: 50px;
  }

  .my-review-text {
    font-size: 13px;
  }
}








/* Media query for mobile devices */
@media (max-width: 768px) {
  .googlereview {
    text-align: center;
  }

  .star-rating {
    font-size: 15px;
  }
}

.googlelogofull {
  width: 100px;
  height: 40px;
  margin-right: 10px;
}

.googlereview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-rating {
  margin-left: 10px;
}

.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.bgreviews {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}


