@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
*{
    padding: 0;
    margin: 0;
}
body{
  font-family:'Inter',sans-serif;
  background:#f8fafc;
}

/* .section-title{
  font-weight:800;
  font-size:2.2rem;
  overflow: hidden;
} */
.btn-main {
   background: #000;
  color: #fff !important;
  padding: 16px 43px; 
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #8f8d8d ;
  cursor: pointer;
  letter-spacing: 0.5px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-main:hover {
	background: #fff;
  color: #000 !important;

  border-color: #000;
  transform: translateY(-3px); 
  text-decoration: none !important;
}
.btn-main:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.bookfree-btn{
	background: #000;
  color: #fff !important;
  padding: 16px 48px; 
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #8f8d8d ;
  cursor: pointer;
  letter-spacing: 0.5px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bookfree-btn:hover{
	background: #fff;
  color: #000 !important;

  border-color: #000;
  transform: translateY(-3px); 
  text-decoration: none !important;
}
.topbar{
  background:#1f2432;
  color:#fff;
  font-size:14px;
}

.rjs{
	color:#e11b22 !important;
}
.navbar{
  background:#fff;
}
.navbar-brand{
  height: 55px;
}

.hero-ncsc .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  border-radius: 12px;
  padding: 10px 0;
}

/* Optional polish */
.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 22px;
}
.hero-btn {
  background: rgb(223 35 50);
  color: #fff;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  border: none;
  
}
.hero-btn:hover {
  background: #cc4a00;
  color: #fff;
}
.hero-link {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.hero-link:hover {
  text-decoration: underline;
}
.hero-video-wrapper {
  position: relative;
  z-index: 1;
}
.video-shape {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  clip-path: polygon(60% 0%,100% 0%,100% 100%,0% 100%);
}
.video-shape video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.video-shape::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0,0,0,0.08),
    transparent 45%
  );
  z-index: 1;
}
.video-shape video {
  position: relative;
  z-index: 0;
 
}
.men-container{
  margin-left: 80px;
}
@media (max-width:1025px) {
   .men-container{
  margin-left: 50px;
}
}
@media (max-width: 991px) {
  .hero-ncsc {
    padding: 60px 0;
  }

  .hero-btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .video-shape {
    margin-top: 30px;
    height: 300px;
    clip-path: none;
  }
  .hero-ncsc::before {
    display: none;
  }
  .men-container{
  margin-left: 70px;
}
@media (max-width:768px) {
   .men-container{
  margin-left: 40px;
  margin-right: 40px;
}
 .hero-ncsc {
    padding:20px 0;
  }
}
}

.section-head h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 40px;
}
.topper-card {
  position: relative;
  text-align: center;
  background: #fff;
	padding:20px 0px 10px 0;
	border-radius:10px;
	border:1px solid #d7d7d7;
}
.topper-card:hover{
	border:1px solid red ;
} 
.topper-img-wrap {
  position: relative;
  display: inline-block;
}
.topper-card:hover .topper-exam-center{
	background:#fff;   /* green */
  border: 1px solid #1a1a1a;
	color:  #e11b22;
}
.rank-badge {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: #e11b22;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;

  white-space: nowrap; 
  line-height: 1;
}
@media (max-width:768px) {
  .rank-badge{
  padding:4px  5px;
  font-size: 8px;
  }
}
@media (max-width:425px) {
  .rank-badge{
  padding:4px  5px;
  font-size: 6px;
  }
}
@media (max-width:376px) {
  .rank-badge{
  padding:4px  5px;
  font-size: 6px;
	  bottom:7px;
  }
	.topper-card h6{
		font-size:10px !important;
	}
}
@media (max-width:320px) {
  .rank-badge{
  padding:4px  5px;
  font-size: 5px;
	  bottom:7px;
  }
	.topper-card h6{
		font-size:8px !important;
	}
}
.topper-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f3f3f3;
  margin-bottom: 10px;
}
.topper-card h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #111;
}
.topper-card p {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.topper-card:hover img {
  border-color: #e11b22;
}
@media (max-width: 575px) {
  .topper-card img {
    width: 90px;
    height: 90px;
  }
  .section-head h2 {
    font-size: 22px;
  }
}
@media (max-width :426px){
	.topper-card img {
    width: 55px;
    height: 55px;
  }
}
.why-best-section {
  padding: 70px 0;
  background: #f9fafc;
}
.section-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.section-head h2 span {
  color: #e11b22;
}
.section-head p {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 50px;
}
.why-card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.why-icon {
  width: 56px;
  height: 56px;
  background: #fff3f3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.why-icon svg {
  width: 28px;
  height: 28px;
  fill: #e11b22;
}
.why-card h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}
.why-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 575px) {
  .section-head h2 {
    font-size: 24px;
  }

  .why-best-section {
    padding: 50px 0;
  }
}
.clat-mock-cta {
  padding: 70px 0;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.clat-mock-cta h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}
.clat-mock-cta h2 span {
  color: #e11b22;
  font-weight: 600;
  font-size: 22px;
}
.clat-mock-cta p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  max-width: 650px;
  margin-bottom: 26px;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-primary-mock {
  background: #e11b22;
  color: #fff;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}

.btn-primary-mock:hover {
  background: #c9181e;
  color: #fff;
}

.btn-outline-mock {
  background: transparent;
  color: #e11b22;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #e11b22;
  text-decoration: none;
}

.btn-outline-mock:hover {
  background: #e11b22;
  color: #fff;
}
.cta-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .clat-mock-cta {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .clat-mock-cta h2 {
    font-size: 22px;
  }

  .clat-mock-cta h2 span {
    font-size: 18px;
  }
}
.trust-numbers-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #fff7f7, #ffffff);
}

.section-head h2 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-head h2 span {
  color: #e11b22;
}

.section-head p {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 50px;
}
.trust-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}
.trust-icon {
  width: 60px;
  height: 60px;
  background: #fff1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.trust-icon svg {
  width: 30px;
  height: 30px;
  fill: #e11b22;
}
.trust-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.trust-card p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin: 0;
}

@media (max-width: 575px) {
  .section-head h2 {
    font-size: 24px;
  }

  .trust-numbers-section {
    padding: 50px 0;
  }

  .trust-card h3 {
    font-size: 26px;
  }
}
.toppers-video-section .section-tag {
  color: #e11b22;
  font-weight: 600;
  font-size: 13px;
}

.video-card {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #eee;
}

.video-thumb {
  position: relative;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  height: 50px;
}
.video-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-card h6 {
  font-weight: 600;
}
.video-card span {
  font-size: 13px;
  color: #777;
}
.toppers-video-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color:#e63946;
  color: #fff !important;
}
.toppers-video-nav button:hover {
  background: #000;
  color: #fff !important;
}
.text-pregrap{
  font-size: 16px;
  line-height: 1.3;
  color: #555;

  font-weight: 500;
}
.counsellor-section {
  background: #fff4ef;
}
.section-tag {
  font-size: 13px;
  font-weight: 600;
  color: #ff3d2e;
}
/* .section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
} */
.section-descc {
  color: #555;
  max-width: 520px;
}
.btn-primary-cs {
  background: #ff3d2e;
  color: #fff;
  border-radius: 30px;
  padding: 10px 26px;
  border: none;
}
.btn-primary-cs:hover {
  background: #e63629;
  color: #fff;
}
.btn-outline-cs {
  border: 1.5px solid #ff3d2e;
  color: #ff3d2e;
  border-radius: 30px;
  padding: 10px 26px;
}

.btn-outline-cs:hover {
  background: #ff3d2e;
  color: #fff;
}
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 18px;
}

.blog-tag {
  font-size: 12px;
  font-weight: 600;
  color: #e11b22;
}

.blog-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
  color: #111;
}

.blog-card p {
  font-size: 14px;
  color: #666;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #e11b22;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}
.btn-view-all {
  background-color: #e63946;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

.btn-view-all:hover {
  background: #000;
  color: #fff;
}
.blog-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e11b22;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-nav button:hover {
  background: #000;
}
.site-footer {
  background: #111;
  color: #ccc;
  padding: 60px 0 20px;
}

.footer-logo {
  max-width: 160px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #e11b22;
  display: block;
  margin-top: 6px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover {
  color: #e11b22;
}

.footer-contact li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
}
.footer-social a:hover {
  background: #e11b22;
}
.footer-bottom {
  border-top: 1px solid #222;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.footer-logo img{
  height: 100px;
  width: 100px;
}
.learner-desk-section {
  background: #FCFCFC;
}

.learner-desk-box {
  background: #FCFCFC;

  border-radius: 14px;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.desk-left h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111;
}
.desk-left p {
  font-size: 14px;
  color: #666;
  margin: 0;
  max-width: 420px;
}
.desk-right {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.desk-item {
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
  border-radius: 30px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
	justify-content:center;
  gap: 8px;
 
}

.desk-label {
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.desk-link {
  font-size: 13px;
  font-weight: 600;
  color: #e11b22;
  text-decoration: none;
  border: 1px solid #e11b22;
  padding: 10px 20px;
  border-radius: 20px;
}

.desk-link:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .learner-desk-box {
    flex-direction: column;
    align-items: flex-start;
  }
.hero-desc {
    font-size: 11px !important;
	}
}

.about-hero-section {
  background: linear-gradient(135deg, #fff7f7, #ffffff);
}
.about-hero-section h1 span {
  color: #e11b22;
}
.blog-hero {
  background: linear-gradient(135deg, #fff7f7, #ffffff);
}
.blog-hero h1 span {
  color: #e11b22;
}


.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 18px;
}

.blog-tag {
  font-size: 12px;
  font-weight: 600;
  color: #e11b22;
}

.blog-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
  color: #111;
}

.blog-card p {
  font-size: 14px;
  color: #666;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #e11b22;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* Sidebar */
.sidebar-box {
  background: #f8fafc;
  padding: 20px;
  border-radius: 14px;
}

.sidebar-box h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  margin-bottom: 10px;
}

.sidebar-list a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.sidebar-list a:hover {
  color: #e11b22;
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blog-pagination a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.blog-pagination a.active,
.blog-pagination a:hover {
  background: #e11b22;
  color: #fff;
}
.contact-card {
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.contact-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.contact-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.contact-form-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-form-box .form-control {
  font-size: 14px;
  padding: 12px;
}
.contact-map {
  height: 100%;
  min-height: 380px;
  border-radius: 18px;
  overflow: hidden;
}
.video-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.video-filters button {
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

.video-filters button.active,
.video-filters button:hover {
  background: #e11b22;
  color: #fff;
  border-color: #e11b22;
}
.video-page-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  height: 100%;
}

.video-page-card .video-thumb {
  position: relative;
  padding-top: 56.25%;
}

.video-page-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info {
  padding: 16px;
}

.video-info h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0 2px;
}
.video-info span {
  font-size: 13px;
  color: #777;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.05)
  );
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}


/* =========================
   GALLERY LIGHTBOX
========================= */

.gallery-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gallery-lightbox-overlay.active {
  display: flex;
}

.gallery-lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

/* Close button */
.gallery-lightbox-close {
  position: fixed;
  top: 20px;
  right: 25px;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  z-index: 10000;
}

.gallery-lightbox-close:hover {
  color: #e11b22;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.blog-pagination .navigation {
  display: block;
}

.blog-pagination .nav-links {
  display: flex;
  gap: 12px;
}

.blog-pagination .page-numbers {
  padding: 8px 14px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111;
  font-weight: 500;
  text-decoration: none;
  min-width: 36px;
  text-align: center;
  transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current {
  background: rgb(223 35 50);
  color: #fff;
}

.blog-pagination .page-numbers:hover {
  background: rgb(223 35 50);
  color: #fff;
}
.hero-video-wrapper{
  margin-top: -50px;
}
@media (max-width:768px) {
  .hero-video-wrapper{
    margin-top: 0px !important;
  }
}
  .blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.blog-pagination .navigation {
    display: block;
}

.blog-pagination .nav-links {
    display: flex;
    gap: 12px;
}

.blog-pagination .page-numbers {
    padding: 8px 14px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #111;
    font-weight: 500;
    text-decoration: none;
    min-width: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current {
    background: rgb(223 35 50);
    color: #fff;
}

.blog-pagination .page-numbers:hover {
    background: rgb(223 35 50);
    color: #fff;
}
.contact-info-section {
  background: linear-gradient(135deg, #fff7f7, #ffffff);
}
.contact-card-modern {
  background: #fff;
  padding: 32px 26px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.contact-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.contact-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}
.contact-icon .icon-svg {
  width: 30px;
  height: 30px;
  stroke: #e11b22;
  fill: none;
  stroke-width: 1.8;
  transition: all 0.35s ease;
}
.contact-card-modern:hover .contact-icon {
  background: #e11b22;
}
.contact-card-modern:hover .icon-svg {
  stroke: #ffffff;
}
.contact-card-modern h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.contact-card-modern p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.contact-card-modern a {
  color: #e11b22;
  font-weight: 600;
  text-decoration: none;
}

.contact-card-modern a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .contact-card-modern {
    padding: 26px 20px;
  }
}

.custom-toggler {
  border: none;
  box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: none;
  width: 26px;
  height: 2px;
  background-color: #111;
  position: relative;
  transition: all 0.3s ease;
}

/* Top & Bottom bars */
.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #111;
  left: 0;
  transition: all 0.3s ease;
}
.custom-toggler .navbar-toggler-icon::before {
  top: -8px;
   border: unset !important;
}

.custom-toggler .navbar-toggler-icon::after {
  top: 8px;
  border: unset !important;
}

/* ===== WHEN MENU OPEN (SHOW ✕) ===== */
.custom-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.custom-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-toggler:focus,
.custom-toggler:active,
.custom-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Bootstrap default focus fix */
.navbar-toggler:focus {
  box-shadow: none !important;
}
.blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.blog-pagination .navigation {
    display: block;
}

.blog-pagination .nav-links {
    display: flex;
    gap: 12px;
}
.blog-pagination .page-numbers {
    padding: 8px 14px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #111;
    font-weight: 500;
    text-decoration: none;
    min-width: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current {
    background: rgb(223 35 50);
    color: #fff;
}

.blog-pagination .page-numbers:hover {
    background: rgb(223 35 50);
    color: #fff;
}

.contact-info-section {
  background: linear-gradient(135deg, #fff7f7, #ffffff);
}
.contact-card-modern {
  background: #fff;
  padding: 32px 26px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

.contact-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

.contact-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.contact-icon .icon-svg {
  width: 30px;
  height: 30px;
  stroke: #e11b22;
  fill: none;
  stroke-width: 1.8;
  transition: all 0.35s ease;
}

.contact-card-modern:hover .contact-icon {
  background: #e11b22;
}

.contact-card-modern:hover .icon-svg {
  stroke: #ffffff;
}

.contact-card-modern h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.contact-card-modern p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.contact-card-modern a {
  color: #e11b22;
  font-weight: 600;
  text-decoration: none;
}

.contact-card-modern a:hover {
  text-decoration: underline;
}
.homeTopBanner{
	 background-image: 
    linear-gradient(to right, rgba(255,248,240,0.95), rgba(255,235,210,0.6)),
    url(../img/nohat_upscaled_x4_bZiJAj.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;

}
.homeTopBanner2{
	
    background: linear-gradient(to right, #fff8f0, #ffebd2);
}

/* Mobile Fix */
@media (max-width: 575px) {
  .contact-card-modern {
    padding: 26px 20px;
  }
}
.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:0;
  position:absolute;
  left:0px;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.footer-social a svg{
    background: unset !important;
	 color: white !important;
}
body{
  background:#f8fafc;
  font-family: Arial, Helvetica, sans-serif;
  color:#1e293b;
}
.course-container{
  max-width:1200px;
  margin:40px auto;
  padding:0 15px;
}
.course-title{
  background:#ffffff;
  border-left:6px solid #ff3400;
  padding:25px;
  margin-bottom:30px;
}
.course-title h1{font-size:28px;margin-bottom:6px;}
.course-title p{color:#475569;font-size:15px;}
.section{margin-bottom:35px;}
.section h2{
  font-size:22px;
  border-bottom:2px solid #000;
  padding-bottom:8px;
  margin-bottom:18px;
}
.exam-table{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
}
.exam-table th,
.exam-table td{
  border:1px solid #e5e7eb;
  padding:12px;
}
.exam-table th{background:#000;color:#fff;}
.notes{
  background:#fff;
  border:1px solid #e5e7eb;
   margin : 10px;
}
.syllabus-box{
  background:#fff;
  border:1px solid #e5e7eb;
  padding:25px;
  margin-bottom:25px;
}


  font-size:28px;
  margin-bottom:6px;
}
.course-title p{
  color:#475569;
  font-size:15px;
}

/* INFO BOX */
.info-box{
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:20px;
  margin-bottom:30px;
}
.info-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
	
  gap:15px;
}
.info-item{
  background:#f1f5f9;
  padding:15px;
  text-align:center;
  font-weight:bold;
}
.info-item span{
  display:block;
  margin-top:5px;
  font-weight:normal;
  color:#475569;
}

/* =========================
   EXAM DETAILS
========================= */
.exam-details{
  margin-bottom:32px;
}

.exam-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.exam-info-item{
  background:#fff3f3;
  border:1px solid #e5e7eb;
  padding:20px;
  border-radius:12px;
  text-align:center;
  transition: all 0.3s ease;   
}

.exam-info-item:hover{
  border:1px solid #dc3545;
	background:#fff;
  transform: translateY(-6px); 
}
.exam-info-item h4{
  margin-bottom:8px;
  font-size:15px;
  font-weight:600;
  color:#111;
}

.exam-info-item p{
  font-size:14px;
  line-height:1.6;
  color:#475569;
}


@media (max-width:768px){
  .exam-info-grid{
    grid-template-columns:1fr;
  }
	.navbar-text{
		font-size:10px
	}
}

.section{
  margin-bottom:35px;
}
.section h2{
  font-size:22px;
  border-bottom:2px solid #000;
  padding-bottom:8px;
  margin-bottom:18px;
}

.exam-table{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
}
.exam-table th,
.exam-table td{
  border:1px solid #e5e7eb;
  padding:12px;
  text-align:left;
}
.exam-table th{
  background:#000;
  color:#ffffff;
}

.notes{
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:20px;
}
.notes li{
  margin-bottom:8px;
}
.syllabus-box{
  background:#ffffff;
  border:1px solid #e5e7eb;
  padding:25px;
  margin-bottom:25px;
}
.syllabus-box h3{
  font-size:18px;
  color:#000;
  margin-bottom:12px;
}
.syllabus-box ul{
  padding-left:18px;
}
.syllabus-box li{
  margin-bottom:6px;
  font-size:14px;
}

@media(max-width:768px){
  .course-title h1{font-size:22px;}
}
.apo-tabs-header {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
	    justify-content: center;
    position: sticky;
    top: 10px;
}
.apo-tab-btn {
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  background: #f1f1f1;
  font-weight: 600;
  cursor: pointer;
}
.apo-tab-btn.active {
  background: #0a58ca;
  color: #fff;
}
.apo-tab-content {
  display: none;
}
.apo-tab-content.active {
  display: block;
}
.call-float-btn {
  width: 50px;
  height: 50px;
	background-color:#e63946;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.call-float-btn:hover {
  transform: scale(1.1);
	background-color:#000;
}

.call-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}

.call-popup {
  position: absolute;
  right: 70px;
  bottom: 50%;
  transform: translateY(50%);
  background: #000;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.call-popup::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
@media (hover: hover) {
  .call-wrapper:hover .call-popup {
    opacity: 1;
    transform: translate(0, 50%);
  }
}

.sir-img{
	overflow:hidden;
	height:500px;
	object-fit:cover;
}
@media(max-width:376px){
	.sir-img{
		overflow: hidden;
    height: 441px;
    object-fit: cover;
	}
}
.video{
	height:500px;
	overflow:hidden;
	object-fit:cover;
}
@media (max-width: 991px) {

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: left 0.35s ease;
    box-shadow: 4px 0 15px rgba(0,0,0,0.15);
    z-index: 9999;
    display: block !important;
  }

  .navbar-collapse.active {
    left: 0;
  }

  body.menu-open {
    overflow: hidden;
  }
}
.menu-close {
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  justify-self: end;
  margin-bottom: 20px;
}
 @media (max-width: 1025px) {
	.bsimg{
		margin-top:32px !important;
	}
} 
.topper-year-select {
  min-width: 200px;
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 500;
  border: 1px solid #ddd;
}

.topper-year-select:focus {
  box-shadow: none;
  border-color: #000;
}
:root {
  --rjs-red: #e63946;
  --dark-text: #1d3557;
  --grey-text: #457b9d;
  --glass-bg: rgba(0, 0, 0, 0.03);
  --glass-border: rgba(230, 57, 70, 0.15); 
}
.hero-content { 
	padding: 20px 0;
}

.hero-title {
 font-size: 35px !important;
  font-weight: 800;
  color: var(--dark-text);
  line-height: 1.1;
  margin: 10px 0;
}

.text-highlight { color: var(--rjs-red); }

.hero-courses-strip {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--rjs-red);
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.divider { color: var(--rjs-red); opacity: 0.5; margin: 0 5px; }

.hero-desc {
  font-size: 1rem;
  color: #555;
  max-width: 500px;
  margin-bottom: 20px;
}
.trust-badge-grey {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 50px;
  font-size: 0.75rem;
  backdrop-filter: blur(8px);
}

.trust-dot {
  width: 7px; height: 7px;
  background: var(--rjs-red);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--rjs-red);
}
.mini-glass-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--rjs-red);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s ease;
}
.mini-glass-card i { color: var(--rjs-red); font-size: 1.1rem; }
.m-title { font-size: 0.8rem; font-weight: 700; color: var(--dark-text); line-height: 1.2; }
.m-sub { font-size: 0.65rem; color: var(--rjs-red); }

.mini-glass-card:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--rjs-red);
  transform: translateY(-2px);
}
.btn-glass-dark {
  border: 1px solid var(--dark-text);
  color: var(--dark-text);
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  background: transparent;
}
@media (max-width: 768px) {
  .hero-title {
	  text-align: start;
	  font-size:22px !important;
	}
  .hero-courses-strip { font-size: 0.8rem; }
  .mini-glass-card { justify-content: flex-start; }
	.bsimg{
		margin-top:0px !important;
	}
}
@media (max-width: 500px) {
 .hero-title {
	  text-align: center;
	}	
}
.trust-numbers-section {
  background: #f8fafc;
  padding: 80px 0;
}
.trust-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}

/* Red top strip matching your course-card design */
.trust-card .card-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #e11b22, #ff6b6b);
}

.trust-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
  border-color: #e11b22;
}

.trust-icon {
  width: 70px;
  height: 70px;
  background: #fff1f1; /* Light red wash */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: 0.3s ease;
}

.trust-icon svg {
  width: 32px;
  height: 32px;
  fill: #e63946; /* Aapka primary red */
}

.trust-card:hover .trust-icon {
  background:#e63946;
  transform: scale(1.1);
}

.trust-card:hover .trust-icon svg {
  fill: #fff;
}

.trust-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}

.trust-card p {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Section Title Fix */
.trust-numbers-section .section-title span {
  color: #e11b22;
}

.section-desc {
  color: #555;
  max-width: 600px;
  font-size: 16px;
}

/* =========================
   COURSES SECTION
========================= */
.courses-section{
 
  background:#f9fafb; 
}

/* =========================
   SECTION HEADER
========================= */
.section-head{
  text-align:center; 

}
.section-head span {
	color : #e11b22;
}

.section-head h2{
  font-size:34px;
  font-weight:700;
  color:#111; 
}

.section-head p{
  font-size:15px;
  color:#666;
 
  text-align:center;              /* 🔥 ensure center */
}

/* =========================
   GRID (AUTO RESPONSIVE)
========================= */
.courses-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}
/* =========================
   GRID
========================= */
.courses-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:24px;
}

/* =========================
   CARD
========================= */
.course-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:18px 20px 20px;
  display:flex;
  flex-direction:column;
  height:100%;
  position:relative;
  transition:all 0.25s ease;
}
.course-card:hover {
	 border:1px solid #e11b22;
}

 

/* =========================
   CARD CONTENT
========================= */
.course-card h3{
  font-size:20px;
  font-weight:600;
  color:#e11b22;
  margin-bottom:10px;
}

.course-card p{
  font-size:14.5px;
  color:#444;
  line-height:1.6;
  margin-bottom:24px;
  flex-grow:1;   /* 🔥 makes button align bottom */
}

/* =========================
   CTA
========================= */
.course-btn{
  font-size:14px;
  font-weight:600;
  color:#111;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:4px;
  width:max-content;
}

.course-btn .arrow{
  color:#e11b22;
  font-size:18px;
  transition:transform 0.25s ease;
}

.course-btn:hover .arrow{
  transform:translateX(6px);
}

/* =========================
   MOBILE TWEAK
========================= */
@media(max-width:575px){
  .courses-section{
    padding:40px 0;
  }

  .section-head h2{
    font-size:26px;
  }
}




	


/* ---------- EXAM BADGE WRAPPER (CENTER FIX) ---------- */
.topper-exam-wrap{
  display:flex;
  justify-content:center;
  width:100%; 
	
 
}

/* ---------- EXAM BADGE ---------- */
.topper-exam-center{
  background:#fff;   /* green */
  border: 1px solid #e11b22;
  font-size:14px;
  font-weight:600; 
	padding : 0px 30px;
  border-radius:10px;
 
}
.topper-exam-center:hover{
	background:#fff;   /* green */
  border: 1px solid #1a1a1a;
	color:  #e11b22;
}
@media (max-width: 425px) {
  .topper-exam-center {
    font-size: 10px;
    padding: 0px 10px;
  }
}

.mm{
	margin-right:20px !important;
}
	/* Popup Close Button */
.popup-close-btn {
  position: absolute;
  top: 2px;             
  right: 8px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: #d60000;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* Hover effect */
.popup-close-btn:hover {
  background: #d60000;
  color: #ffffff;
}	
		






/* Image Decoration */
.about-img-frame {
    position: relative;
    display: inline-block;
    padding: 15px;
}

.main-about-img {
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.frame-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 70%;
    background: #dc3545; /* Aapka brand red */
    border-radius: 20px;
    z-index: 1;
    opacity: 0.1;
}

/* Feature Points Box */
.feature-point-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #dc3545;
    transition: all 0.3s ease;
}

.feature-point-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: translateX(5px);
}

.feature-point-box i {
    font-size: 1.2rem;
    color: #dc3545;
    line-height: 1;
}

.feature-point-box span {
    font-weight: 600;
    color: #2d3436;
    font-size: 0.95rem;
}

.kd-mock-cta{
background: linear-gradient(135deg,#0f172a,#1e293b);
color:#fff;
position:relative;
overflow:hidden;
border-radius:20px;
}

.badge-top{
background:#e63946;
padding:6px 14px;
border-radius:30px;
font-size:13px;
font-weight:600;
display:inline-block;
margin-bottom:15px;
}

.section-title{
font-size:40px;
font-weight:700;
line-height:1.3;
margin-bottom:15px;
}
@media (max-width: 768px) {
  .section-title{
		font-size:22px;
	}
  }
.text-red{
color:#e63946;
}

.section-desc{
color:#cbd5e1;
font-size:16px;
margin-bottom:25px;
max-width:500px;
}

.feature-grid{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:30px;
}

.feature-item{
background:rgba(255,255,255,0.05);
padding:12px 16px;
border-radius:10px;
display:flex;
align-items:center;
gap:10px;
font-size:14px;
border:1px solid rgba(255,255,255,0.08);
transition:0.3s;
}

.feature-item:hover{
transform:translateY(-4px);
background:rgba(255,255,255,0.1);
}

.feature-item i{
color:#ff2d2d;
font-size:18px;
}

.btn-red-action{
background-color:#e63946;
color:#fff;
padding:12px 24px;
border-radius:5px;
font-weight:600;
transition:0.3s;
}

.btn-red-action:hover{
background:#e00000;
transform:translateY(-2px);
}

.cta-image-container{
position:relative;
}

.main-cta-img{
border-radius:16px;
box-shadow:0 20px 50px rgba(0,0,0,0.4);
position:relative;
z-index:2;
}

.pattern-bg{
position:absolute;
width:100%;
height:100%;
top:20px;
left:20px;
background:linear-gradient(135deg,#ff2d2d,#ff6a6a);
border-radius:16px;
z-index:1;
opacity:0.2;
}

@media (max-width: 500px) {
	.section-descc {
	font-size:11px;
	}
	.text-pregrap{
		font-size:11px;
	}
}

/* Clickable Overlay on Iframe */
.video-overlay-trigger {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    cursor: pointer;
    z-index: 5;
    background: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.tp-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.tp-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 50px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    z-index: 100000;
}
.tp-close:hover { color: #ff0000; }

/* Content Box */
.tp-lightbox-content {
    width: 90%;
    max-width: 900px;
}

/* Responsive Iframe Container */
.tp-video-res {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.tp-video-res iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}
