* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f3f3f3;
}

img {
  max-width: 100%;
}

/* h2 {
  background: linear-gradient(180deg, #bc9610 0%, #e3b40f 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* header-top css start */

/* header-top css start */

.nav-link,
.nav-link:focus,
.nav-link:hover,
.nav-link:active,
.nav-link:visited {
  color: #fff !important;
  outline: none;
  /* focus ring hataane ke liye */
}

.main-header {
  background-color: #000;
}

@media (max-width: 992px) {
  .offcanvas.offcanvas-start .offcanvas-body {
    width: 100% !important;
  }

  .nav-link,
  .nav-link:focus,
  .nav-link:hover,
  .nav-link:active,
  .nav-link:visited {
    color: #000 !important;
    outline: none;
    /* focus ring hataane ke liye */
  }
}

.nav-item .nav-link {
  color: #fff;
}

.navbar-brand img {
  width: 170px;
}

.container-fluid {
  width: 100%;
}

.offcanvas-body .nav-item {
  position: relative;
  display: inline-block;
  padding: 14px 20px 0 0;
  font-size: 14px;
  margin-bottom: 10px;
}

.offcanvas {
  align-items: center;
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

header .navbar .whatsapp li a i {
  font-size: 16px;
  background-color: #e56215;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
}

@media (min-width: 1220px) {
  .offcanvas-body {
    margin-left: 120px;
  }
}

@media (max-width: 1078px) {
  .offcanvas-body .nav-item {
    position: relative;
    display: inline-block;
    padding: 14px 6px 0 0;
    font-size: 14px;
    margin-bottom: 10px;
  }

  header .navbar .whatsapp li a {
    display: inline-block;
    padding: 10px 6px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
  }
}

@media (max-width: 992px) {
  .top-header {
    display: none;
  }


  .offcanvas {
    align-items: center;
  }

  .navbar-brand img {
    width: 100px;
  }

  header .navbar .whatsapp li a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    background-color: #191a1f;
  }
}

.liveclass-btn button {
  background-color: #f05c34;
  border-radius: 30px;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
}



.nav-item {
  position: relative;
}

.dropdown-menu {
  display: none;        /* hidden by default */
  position: absolute;
  background: #f9f9f9;
  min-width: 260px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-menu.show {
  display: block;       /* click hone par show class lagegi */
}

.dropdown-menu li {
    padding: 12px 10px;
    list-style: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.dropdown-menu li a {
  color: #000;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* wapas normal */
}


/* header-top css end  */

/* ======================================================= */

/* slider css start  */



.form-overlay-wrapper {
  position: relative;
}

.form-overlay {
  position: absolute;
  top: 50%;
  right: 150px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  border-radius: 10px;
  width: 380px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.form-overlay h4,
.mobile-form h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.mobile-form {
  display: none;
  background: #f8f9fa;
  padding: 30px 15px;
}

@media (max-width: 991.98px) {
  .form-overlay {
    display: none;
  }

  .carousel-item img {
    height: auto;
  }

  .mobile-form {
    display: block;
  }
}

/* slider css end  */


/* ======================================================= */

.carousel-item img {
  height: 610px;
}

@media (max-width: 992px) {
  .carousel-item img {
    height: 100%;
    object-fit: contain;
  }
}

/* ======================================================= */

/* about css start  */



@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    /* Zoom in */
  }

  100% {
    transform: scale(1);
    /* Zoom out */
  }
}

.round-ball-1,
.round-ball-2,
.round-ball-3,
.round-ball-4 {
  position: absolute;
  border-radius: 50%;
  animation: zoomInOut 2s infinite ease-in-out;
}

/* Alag-alag balls ke liye position aur color */
.round-ball-1 {
  left: 0;
  top: 30px;
  width: 54px;
  height: 54px;
  background: #9dd8d2;
}

.round-ball-2 {
  left: 50px;
  bottom: 30px;
  width: 34px;
  height: 34px;
  background: #fbcfcd;
  animation-delay: 0.3s;
}

.round-ball-3 {
  left: -150px;
  top: 200px;
  width: 24px;
  height: 24px;
  background: #f9e79f;
  animation-delay: 0.6s;
}

.round-ball-4 {
  right: 250px;
  top: 150px;
  width: 14px;
  height: 14px;
  background: #d2b4de;
  animation-delay: 0.9s;
}

.second-heading h2 {
  font-size: 50px;
  font-weight: 700;
  padding: 5px 0px;
}

#about {
  overflow: hidden;
}

.about-main p {
  color: gray;
  letter-spacing: 1px;
}

.enquiry-btn a {
  color: #fff;
  background-color: #ec582b;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 20px;
}

@media (max-width: 992px) {

  .second-heading h2 {
    font-size: 25px;
    font-weight: 700;
    padding: 5px 0px;
  }
}


/* about director css start  */


.director-page .banner {
  background: url('../images/background-director.jpg') center/cover no-repeat;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-page .banner .overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-page .banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

/* Profile */
.director-profile {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 60px 0;
}

/*.director-photo img {*/
 
/*}*/

/*.director-photo img:hover {*/
/*  transform: scale(1.05);*/
/*}*/

.director-info h2 {
  font-size: 30px;
  margin: 0 0 10px;
  color: #222;
}

.director-info h4 {
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}

.director-info p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Message */
.director-message {
  background: #fdfdfd;
  padding: 40px;
  border-left: 5px solid #f05c34;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.director-message h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.director-message blockquote {
  font-style: italic;
  color: #555;
  margin: 0;
  line-height: 1.8;
}

.director-message .signature {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  color: #222;
  font-size: 18px;
}

/* Responsive */
@media(max-width:768px) {
  .director-profile {
    flex-direction: column;
    text-align: center;
  }

  .director-photo img {
    margin-bottom: 20px;
  }
}

/* ======================================================= */

/* counter css start  */

.counter-part {
  position: relative;
  padding: 1px 0;
  background-color: #294595;
  border-radius: 30px;
}



/* Make content above background */
.counter-section .container {
  position: relative;
  z-index: 1;
  border: 3px solid #ffece1;
  border-radius: 33px;
  bottom: 100px;
  border: none;
}

.counter-all {
  color: #fff;
}

.counter-box h3 {
  font-size: 40px;
  font-weight: bold;
  /*color: #fff;*/
}

.counter-box p {
  margin: 20px;
  font-size: 18px;
  font-weight: 500;
}

.counter sup {
  font-size: 16px;
  vertical-align: super;
  margin-left: 2px;
}

@media (max-width: 992px) {
  .counter-box p {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
  }

  .counter-box h3 {
    font-size: 22px;
    font-weight: bold;
  }

  .counter-section .container {
    position: relative;
    z-index: 1;
    border: 3px solid #ffece1;
    border-radius: 33px;
    bottom: 0;
  }
}

/* =================================== */

.top-courses-section {
  padding: 50px 20px;
  background-color: #c4660d;
  position: relative;
  overflow: hidden;
  background-image: url(../images/graduation.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.top-courses-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}

.courses-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px !important;
  justify-content: center !important;
}

.course-card {
  background: white;
  border-radius: 16px;
  color: #333;
  /*width: 275px;*/
  padding: 35px 14px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-item img {
  display: inline !important;
}

.course-card img {
  width: 50px !important;
  height: 50px;
  margin-bottom: 15px;
}

.course-card p {
  font-size: 16px;
  font-weight: 500;
}

.explore-btn {
  margin-top: 40px;
  background-color: #fcb900;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}

.explore-btn:hover {
  background-color: #fff;
  border: 1px solid #fcb900;
  color: #000;
  transition: all 0.7s ease-in-out;
}

/*#modalTitle { color: #f05c34; font-size: 30px;}*/

/* Responsive */
@media (max-width: 768px) {
  .course-card {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .course-card {
    width: 100%;
  }

  .top-courses-section h2 {
    font-size: 28px;
  }
}


/* ====== Owl Carousel Navigation Fix ====== */
/* ===============================
   UNIVERSAL OWL CAROUSEL ARROWS
   =============================== */

/* Position nav buttons left–right center */
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
}

/* Button styling */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #f05c34; /* orange-red */
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #c44725;
  transform: scale(1.1);
}

/* Optional: move buttons slightly outside carousel edges */
/*.owl-carousel .owl-nav button.owl-prev {*/
/*  margin-left: -55px;*/
/*}*/
/*.owl-carousel .owl-nav button.owl-next {*/
/*  margin-right: -55px;*/
/*}*/

/* Hide nav on small devices */
@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}

/* course css end  */

/* ================================================== */

.visa-section {
  background-image: linear-gradient(rgb(9 52 112 / 0%), rgb(240 92 52 / 60%)),
    url(../images/counterbg-1.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 60px;
  position: relative;
}

.Visa-page {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f05c34;
  border-radius: 20px;
}

.visa-img img {
  border-radius: 20px;
}

.visa-name {
  text-align: center;
}

.visa-row .col-lg-3 {
  margin: 10px 0;
}

@media (max-width: 992px) {
  .visa-section {
    padding-top: 0;
  }
}

/* ================================================== */
/* gallery css start  */

#gallery-s .gallery-heading h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
}

:root {
  --gap: 1rem;
  --bg: #0f172a;
  --card-bg: #0b1220;
  --accent: #7c3aed;
}

#gallery-s h1 {
  font-size: 1.35rem;
  margin: 0 0 1rem 0;
  text-align: center
}

#gallery-s p.lead {
  opacity: 0.85;
  text-align: center;
  margin: 0 0 2rem 0
}

/* Masonry using CSS columns */
#gallery-s .gallery {
  column-count: 5;
  column-gap: var(--gap);
  max-width: 1200px;
  margin: 0 auto;
}

/* Each item must avoid breaking inside a column */
#gallery-s .card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  display: inline-block;
  width: 100%;
  /* important for column layout */
  margin: 0 0 var(--gap) 0;
  border-radius: 8px;
  overflow: hidden;
  break-inside: avoid;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.6);
  transition: transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

#gallery-s .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.7)
}

#gallery-s .card img {
  width: 100%;
  height: auto;
  display: block
}

/* Responsive columns */
@media (max-width:1000px) {
#gallery-s .gallery {
    column-count: 2
  }
}

@media (max-width:600px) {
 #gallery-s .gallery {
    column-count: 1
  }
}

/* Simple lightbox */
#gallery-s .lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.85);
  z-index: 9999;
  padding: 1rem
}

#gallery-s .lightbox.show {
  display: flex
}

#gallery-s .lightbox img {
  max-width: 95%;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.8)
}

#gallery-s .lightbox .caption {
  color: #cfe6ff;
  margin-top: 0.6rem;
  text-align: center
}

#gallery-s .lightbox .close {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.9;
  cursor: pointer
}

/* small helper for credits */
#gallery-s .credits {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.82rem;
  opacity: 0.75
}

/* ================================================================== */

.testimonial-section {
  padding: 60px 20px;
  background: #fff;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: 100%;
}

.testimonial-card div {
  align-items: center;
}

.testimonial-card div h4 {
  margin-left: 20px;
}

.testimonial-card img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-card h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 600;
}

.stars {
  color: #f8b600;
  font-size: 25px;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav button {
  background-color: #fff !important;
  color: #f05c34 !important;
  border: none !important;
  padding: 30px;
  margin: 0 5px;
  border-radius: 6px;
  font-size: 16px;
}

.owl-nav button span {
  font-size: 22px;
}

/* ================================================================= */

/* contact form css start  */

.contact-section-heading {
  text-align: center;
  padding: 50px 0;
}

.contact-section-heading h2 {
  font-size: 45px;
  color: #000;
  font-weight: 600;
}

.featured-section-details {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.contact-text {
  padding: 60px 30px;
}

.contact-text span {
  margin-right: 10px;
}

.contact-text ul li {
  list-style: none;
  font-size: 17px;
  padding: 6px 0;
}

.contact-text p {
  font-size: 19px;
  padding: 15px 0;
}

.contact-text h3 {
  font-size: 45px;
}

.form-input input {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
}

.form-input select {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
}

#submit input {
  background-color: #f05c34;
  border: none;
  color: #fff;
  border-radius: 5px;
}

#submit input:hover {
  background-color: #fff;
  border: 1px solid #f05c34;
  color: #000;
  transition: all 0.7s ease-in-out;
}

.contact-details {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background-image: url(../images/contact-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-heading h2 {
  font-size: 45px;
  font-weight: 600;
  padding: 30px 0;
}

@media (max-width: 992px) {
  .contact-text {
    padding: 60px 0px;
  }

  .form-heading h2 {
    font-size: 30px;
  }

  .contact-text h3 {
    font-size: 27px;
  }

  .contact-text p {
    font-size: 15px;
  }
}

/* contact form css end  */

/* ============================================= */

/* faq css start  */

.faq-wrapper {
  /* max-width: 800px; */
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  margin-bottom: 30px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #0077ff;
}

.faq-icon {
  transition: transform 0.3s ease;
  width: 22px;
  height: 22px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  padding-right: 10px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px;
  animation: bounceDown 0.4s ease;
}

@keyframes bounceDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  60% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .faq-title {
    font-size: 22px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }
}


/* faq css end  */

/* ============================================= */

.item {
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  padding: 30px 50px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===================================== */
/* footer css  */

.footer-area {
  background-color: #000000;
  position: relative;
  color: #fff;
  padding: 50px 0px 0px;
  /* background-image: url(../images/footer-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; */
}

.footer-logo img {
  width: 60%;
  padding: 20px;
  border-radius: 20px;
}

.footer-head {
  color: #f05c34;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
}

.footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 15px;
}

.bottom-footer {
  background-color: #3f3f3f;
  padding: 15px 0px;
}

.foot-prcy p {
  text-align: center;
}

.footer-copyright-text img {
  width: 20%;
}

.footer-contact p {
  margin: 20px 0;
}

.footer-contact a {
  color: #fff;
}

@media (max-width: 992px) {
  .footer-copyright-text img {
    width: 60%;
  }
}

/* footer css end */
/* ============================================================== */

.thanks-video video {
  width: 100%;
  height: 100vh;
}

/* ================ */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: pulseShadow 1s infinite;
  border-radius: 50%;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
}

#what-ic {
  margin-bottom: 70px;
  background: none;
}

.thanks-cnt {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .thanks-cnt {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ========================================================= */

/* study-section css start  */

.study-section {
  background-color: #0d3b82;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  gap: 30px;
  flex-wrap: wrap;
}

.slider-column {
  width: 235px;
  height: 420px;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px !important;
}

.swiper-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  position: relative;
}

.swiper-city {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
}

.text-content {
  max-width: 400px;
  text-align: center;
}

.text-content h2 {
  font-size: 30px;
  line-height: 1.4;
}

.text-content h2 span {
  font-weight: bold;
  color: #fff;
}

.text-content p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
}

.text-content button {
  margin-top: 20px;
  background: none;
  border: 1px solid #fff;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.text-content button:hover {
  background: white;
  color: #0d3b82;
}

@media (max-width: 768px) {
  .study-section {
    flex-direction: column;
  }

  .slider-column {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }

  .text-content h2 {
    font-size: 26px;
  }
}

/* study-section css end  */

/* ======================================================================= */

/* why css start  */

.why-aec-section {
  background: #fff;
  padding: 60px 20px;
}

.why-aec-section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.why-aec-section .divider {
  width: 120px;
  height: 3px;
  background: #d1861e;
  margin: 0 auto 40px;
  border-radius: 4px;
}

.aec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.aec-item {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #d6d5d5;
}

.aec-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.aec-item h3 {
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: bold;
}

.aec-item p {
  font-size: 14px;
  color: #666;
}

@media (max-width: 600px) {
  .aec-item h3 {
    font-size: 16px;
  }

  .aec-item p {
    font-size: 13px;
  }

  .aec-item img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .aec-item {
    border-right: none;
  }
}

/* why css end  */

/* =================================================== */

/* university css start  */

.top-partners-section {
  text-align: center;
  padding: 50px 20px;
}

.top-partners-section h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.top-partners-section h2 strong {
  font-weight: 700;
  position: relative;
}

.top-partners-section h2 strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: red;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.top-partners-section p {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
}

.top-partner-owl .item-a {
  padding: 15px;
}

.top-partner-owl .partner-box {
  background: #fff;
  border: 3px solid #acacac;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.top-partner-owl .partner-box img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}

/* university css end  */

.ourteam-contant {
  padding: 20px;
  background-color: #f8f9fa;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.ourteam-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}



/* ============================== */



section#contact {
  background: #f8f9fa;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

#contact .container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

#contact .content-img {
  align-content: center;
}

.content-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.heading-contact h4 {
  color: #f05c34;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.second-heading h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border 0.3s ease;
  background-color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f05c34;
  outline: none;
}

.contact-form button {
  background: #f05c34;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background:none;
  border:1px solid #f05c34;
  color:#000;
}

/* Responsive */
@media (max-width: 991px) {
  #contact .row {
    flex-direction: column;
  }

  .content-img {
    margin-bottom: 30px;
  }
}

/* ============================= */



.course-detail-section {
  background-color: #f8f9fa;
}

.course-detail-section h2,
.course-detail-section h3 {
  font-weight: 700;
}

.course-detail-section ul li {
  font-size: 16px;
  margin-bottom: 10px;
}


.course-inner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}


/*=================================*/

.banner-phone-img {
  display: none;
}

@media (max-width:992px) {
  .banner-img {
    display: none;
  }

  .banner-phone-img {
    display: block;
  }

}


/*=================================*/
/* Banner Section */

.director-page1 .banner {
  background: url('../images/education-fair-banner.jpg') center/cover no-repeat;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-page1 .banner .overlay {
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}

/* Top small heading */
.director-page1 .banner h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Overlap text box */
.banner-text {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

.banner-text .main-title {
    font-size: 100px;
    font-family: fantasy;
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: -1px -4px 1px #000000;
    margin:0;
}

.banner-text .sub-title {
    font-size: 100px;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    white-space: nowrap;
}
.banner-text .sub-title1 {
    font-size: 70px;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    white-space: nowrap;
    font-family: serif;
}

/* Date text */
.director-page1 .banner p {
    color: #fff;
    font-size: 50px;
    font-family: fantasy;
    font-weight: 400;
    margin-top: 35px;
    background-color: #f05c34;
    padding: 0 20px;
    border-radius: 10px;
}

.director-page1 .banner p:hover{
    background-color: transparent;
    border: 1px solid #f05c34;
    transition: all 1s ease-out;
}

/* Responsive */
@media (max-width: 1200px) {
  .banner-text .main-title {
    font-size: 70px;
  }
  .banner-text .sub-title {
    font-size: 55px;
  }
  .director-page1 .banner p {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .banner-text .main-title {
    font-size: 50px;
  }
  .banner-text .sub-title {
    font-size: 38px;
  }
  .director-page1 .banner h4 {
    font-size: 18px;
  }
  .director-page1 .banner p {
    font-size: 22px;
  }
  .banner-text .sub-title1{
      font-size:35px;
  }
}

@media (max-width: 480px) {
  .director-page1 .banner {
    height: 70vh;
  }
  .banner-text .main-title {
    font-size: 38px;
  }
  .banner-text .sub-title {
    font-size: 38px;
  }
  .director-page1 .banner h4 {
    font-size: 16px;
  }
  .director-page1 .banner p {
    font-size: 18px;
  }
}




#education-fair-content-1 {background-color: #b08519;}
#education-fair-content-1 .fair-content{color:#fff;}
 #education-fair-content-1 h1{ font-family: 'Oranienbaum', serif; font-size: 28px; font-weight: normal; text-transform: none; line-height: 1.8; letter-spacing: normal; color: #fff;}

#education-fair-content-1 .fair-content p{ font-size:17px; line-height: 1.8; letter-spacing: normal;}


@media (max-width:992px) {
    #education-fair-content-1 .fair-content p{ text-align:justify; }
    #education-fair-content-1 .fair-content p strong{font-size:15px;}
}

/*============================================================================*/




#education-fair-content-2 .row{ display: flex; align-items: center; justify-content: center; }

#education-fair-content-2 .why-content-img{ margin-right: 15px; background-color:#000; padding: 10px 11px; border-radius:50%;}

#education-fair-content-2 .why-content-img img{
    width: 25px; filter: brightness(0) invert(1);
}

#education-fair-content-2 .why-content { font-family: 'Oranienbaum', serif; font-size: 25px; font-weight: normal; text-transform: none; color: #00000; line-height: 1.8; letter-spacing: normal; margin:17px 0; }


@media (max-width:992px) {
      #education-fair-content-2 .why-content-img { padding: 15px 11px; }
      #education-fair-content-2 .why-content { margin: 30px 0; font-size: 16px;}
      
}
/*============================================================================*/



@media (min-width:992px) {
   #education-fair-content-3 .expertise-content-img1 img{ width: 100%; height: 333px !important; object-fit: cover; object-position: right; }
}

#education-fair-content-3{ background-image:url("../images/expertise-bg.jpg");
  background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }

#education-fair-content-3 .expertise-content-content p{ font-size: 20px; margin: 20px 0; text-align: center; font-family: serif; color:#fff;}

#education-fair-content-3 .expertise-content-last h1{ font-family: serif;  font-size: 50px; }
@media (max-width:992px) {
    #education-fair-content-3 .expertise-content-last h1{ font-size: 40px; }
    #education-fair-content-1 .fair-content p{ margin:15px 0;}
    #education-fair-content-3 .expertise-content-last{text-align:justify !important;}
    #education-fair-content-3 .experts-p{text-align:justify !important;}
    #education-fair-content-3 .row{ flex-direction: column-reverse; }
}

/*============================================================================*/



#education-fair-content-4 { background: #2f4454; padding: 60px 20px; color: #fff; }

#education-fair-content-4 .section-title { font-size: 22px; font-weight: bold;  margin-bottom: 40px; text-align: center; color: #f05c34; }

#education-fair-content-4 .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }

#education-fair-content-4 .service-box { display: flex; align-items: center; gap: 15px; text-align: left; }

#education-fair-content-4 .service-box .icon { background: #f05c34; color: #fff; font-size: 35px; border-radius: 8px; min-width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; }

#education-fair-content-4 .service-box p { font-size: 15px; margin: 0; line-height: 1.4; }



/*============================================================================*/

#education-fair-content-5 h1 {text-align:center;}
#education-fair-content-5 .events-img{ position:relative; }

#education-fair-content-5 .events-img img{ width:100%; height:315px; object-fit: cover; }

/*#education-fair-content-5 .events-cnt{ position:absolute; bottom:0; left:0; z-index:999; width:100%; }*/

#education-fair-content-5 .events-cnt p{ padding:20px 0; color:#fff;}

#education-fair-content-5 .events-btn{ display:flex; align-items:center; justify-content:center; margin:20px 0; }

#education-fair-content-5 .events-btn img{ filter: brightness(0) invert(1); width: 20px; margin-right: 10px; }

#education-fair-content-5 .events-btn a{ text-align:center; padding:10px 50px;
    background-color:#fff; color:#000; }
    
    
    .events-bottom-cnt{
    background: #f05c34;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 10px;
    color:#fff;
    text-align:center;
    }
    
    .events-bottom-cnt:hover{
        background: #6d6d6d;
        color:#fff;
    }
    
    
    .events-bottom-cnt:hover .events-btn a{
    background-color: #6d6d6d !important;
    border: 1px solid #fff;
    }
    @media (max-width:992px) {
        #education-fair-content-5 .events-cnt p { padding: 0; }
    }
    

/*============================================================================*/


.deliverables { background: #0d3b4c; padding: 60px 20px; color: #fff; }

#education-fair-content-6 .section-title { font-size: 24px; font-weight: bold; text-align: center; color: #ffcc00;  margin-bottom: 40px; position: relative; }

#education-fair-content-6 .section-title::after { content: ""; display: block; width: 120px; height: 2px; background: #ffcc00; margin: 10px auto 0; }

#education-fair-content-6 .deliverables-wrapper { display: flex; gap: 40px; flex-wrap: wrap; align-items: center; justify-content: center; }

/* Left side */
#education-fair-content-6 .deliverables-content { flex: 1 1 55%; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; }

#education-fair-content-6 .deliverable-box { text-align: center; }

#education-fair-content-6 .deliverable-box .icon { color: #ffcc00; font-size: 26px; margin-bottom: 10px; }

#education-fair-content-6 .deliverable-box p { font-size: 17px; line-height: 1.5; }

/* Right side */
#education-fair-content-6 .deliverables-image { flex: 1 1 12%; display: flex; justify-content: center; }

#education-fair-content-6 .deliverables-image img {  max-width: 100%; border-radius: 6px; }

@media (max-width:992px) {
    #education-fair-content-6 .deliverables-image{ display:none; }
    #education-fair-content-6 .deliverables-image-phone{ display:block !important; margin-bottom:20px;}
}

/*============================================================================*/






.gallery-section { background: #b08519; padding: 60px 20px; text-align: center; color: #fff; }

#education-fair-content-7 .gallery-title { font-size: 32px; font-weight: bold; margin-bottom: 10px; font-family: serif; }

#education-fair-content-7 .gallery-subtitle { font-size: 16px; margin-bottom: 20px; font-family: serif; }

#education-fair-content-7 .gallery-btn a { background: #000; color: #ffcc00; padding: 10px 20px; text-decoration: none; border-radius: 4px; display: inline-block; transition: 0.3s; }

#education-fair-content-7 .gallery-btn a:hover { background: #ffcc00; color: #000; }

#education-fair-content-7 .gallery-item img { width: 100%; border-radius: 6px; display: block; transition: transform 0.3s ease; }

#education-fair-content-7 .gallery-item img:hover { transform: scale(1.05); }


#education-fair-content-7 .gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 15px; }

#education-fair-content-7 .gallery-item { position: relative; overflow: hidden; border-radius: 6px; }

#education-fair-content-7 .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Left side big image spanning full height */
#education-fair-content-7 .gallery-item.big { grid-row: span 2; }

/* Responsive */
@media (max-width: 768px) {
 #education-fair-content-7 .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }

 #education-fair-content-7 .gallery-item.big { grid-row: auto; }
}



 .faq-form-section { padding: 50px 0; background-color: #000; }
  
#education-fair-content-8  .faq-title { color: #f1c40f; font-size: 2rem; margin-bottom: 20px; }
#education-fair-content-8  .accordion-button { background: #111; color: #fff; }
#education-fair-content-8  .accordion-button:not(.collapsed) { background: #f1c40f; color: #000; }
#education-fair-content-8  .form-control { background: transparent; border: 1px solid #ccc; color: #fff; }
#education-fair-content-8  .form-control:focus { box-shadow: none; border-color: #f1c40f; }
#education-fair-content-8  .btn-custom { background: #f1c40f; color: #000; border-radius: 25px; padding: 10px 20px; border: none; }
#education-fair-content-8  .btn-reset { background: #fff; color: #000; border-radius: 25px; padding: 10px 20px; border: none; }








/*===========================================*/




/* ===============================
   UNIVERSAL MODAL DESIGN
   =============================== */

.modal-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 900px;
  margin: 50px auto;
  position: relative;
  font-family: "Poppins", sans-serif;
  animation: modalFade 0.4s ease-in-out;
}

/* Highlight line for category type */
.modal-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e74c3c;
}

/* ===============================
   CLOSE BUTTON
   =============================== */

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e74c3c;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.close-btn:hover {
  background: #c0392b;
  transform: rotate(90deg);
}

/* ===============================
   LEFT CONTENT AREA
   =============================== */

.modal-box .left {
  flex: 1 1 45%;
  padding: 50px 40px;
}

.modal-box .left h2 {
  color: #e74c3c;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.3;
}

.modal-box .left .lead p {
  font-size: 16px;
  color: #333;
  margin: 13px 0;
  letter-spacing: 0.3px;
  line-height: 1.6;
}

#modalDesc strong {
    background: #000;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    color: #fff;
}

#modalDesc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.left .first {
    flex-direction:column;
    align-items:center;
}

.modal-box .left h2{text-align:center;}

/* ===============================
   ANIMATIONS
   =============================== */

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width: 768px) {
  .modal-box {
    flex-direction: column;
  }

  .modal-box .left,
  .modal-box .right {
    flex: 1 1 100%;
    padding: 30px 25px;
  }

  .modal-box .left h2 {
    text-align: center;
  }

  .modal-box .left .lead p {
    text-align: center;
  }

  .modal-box .right img {
    border-top: 1px solid #eee;
  }
}













/* ---- Guru Samman sections ---- */


/* ==== Guru Samman Hero Section ==== */

.guru-samman-hero {
  background: linear-gradient(135deg, rgba(11,94,215,0.08), rgba(255,183,3,0.05));
  padding: 80px 20px;
  text-align: center;
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.05);
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

/* soft accent circles in the background */
.guru-samman-hero::before,
.guru-samman-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(11,94,215,0.06);
  z-index: 0;
}
.guru-samman-hero::before {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -80px;
}
.guru-samman-hero::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  right: -100px;
}

/* inner box to control z-index & spacing */
.guru-samman-hero-box {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* main title */
.guru-samman-hero h1 {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  color: #f05c34;
  font-weight: 800;
  margin-bottom: 12px;
}

/* subtitle */
.guru-samman-hero h3 {
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 30px;
}

.guru-samman-hero h3 span {
  color: #ffb703;
  font-weight: 700;
}

/* event details list */
.event-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #1f2937;
  font-size: 1rem;
}

.event-details li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-details i {
  color: #0b5ed7;
  font-size: 1.1rem;
}

/* emphasize labels */
.event-details strong {
  color: #111827;
  font-weight: 700;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
  .guru-samman-hero {
    padding: 60px 18px;
  }
  .guru-samman-hero h1 {
    font-size: 1.8rem;
  }
  .guru-samman-hero h3 {
    font-size: 1rem;
  }
  .event-details li {
    font-size: 0.95rem;
  }
}


/* CSS variables for quick theming */
:root{
  --primary:#f05c34;        /* blue */
  --accent:#ffb703;         /* warm accent */
  --muted:#6b7280;          /* muted text */
  --bg-hero: linear-gradient(135deg, rgba(11,94,215,0.08), rgba(255,183,3,0.03));
  --card-bg: #ffffff;
  --radius: 14px;
  --container-max: 1200px;
  --max-width: 1100px;
  --shadow: 0 10px 30px rgba(16,24,40,0.06);
  --glass: rgba(255,255,255,0.7);
}

/* ensure container alignment (works with Bootstrap grid) */
.container {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Shared styles for both section blocks */
.guru-samman1-cnt,
.guru-samman2-cnt {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow);
  margin: 18px 0;
  color: #111827;
  line-height: 1.6;
  font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* HERO / Intro (first section) */
.guru-samman1-cnt {
  background: var(--bg-hero);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  padding: 48px 36px;
  border: 1px solid rgba(11,94,215,0.06);
}

/* Hero heading */
.guru-samman1-cnt h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 6px 0;
  letter-spacing: -0.01em;
  color: var(--primary);
  font-weight: 700;
}

/* Hero paragraphs */
.guru-samman1-cnt p {
  margin: 0;
  color: #222;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
}

/* second section (details & list) */
.guru-samman2-cnt {
  padding: 28px 26px;
  border: 1px solid rgba(0,0,0,0.04);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,252,0.98));
}

/* second section heading */
.guru-samman2-cnt h2 {
  font-size: clamp(1.25rem, 2.1vw, 1.6rem);
  margin: 0 0 8px 0;
  color: #0f172a;
  font-weight: 700;
}

/* lead paragraph */
.guru-samman2-cnt p {
  margin: 10px 0 16px 0;
  color: var(--muted);
  font-size: 0.98rem;
}

/* list styling (nice cards / badges for each domain) */
.guru-samman2-cnt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

/* list items */
.guru-samman2-cnt ul li {
  position: relative;
  padding: 12px 14px 12px 44px;
  background: linear-gradient(90deg, rgba(11,94,215,0.03), rgba(0,0,0,0.01));
  border-radius: 10px;
  border: 1px solid rgba(11,94,215,0.04);
  color: #0b1220;
  font-weight: 600;
  font-size: 0.98rem;
  min-height: 48px;
  display: flex;
  align-items: center;
}

/* bullet icon using pseudo-element */
.guru-samman2-cnt ul li::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--primary);
  box-shadow: 0 4px 12px rgba(11,94,215,0.15);
  transform: translateY(0);
}

/* hover/focus effect for list items (good for accessibility) */
.guru-samman2-cnt ul li:hover,
.guru-samman2-cnt ul li:focus {
  transform: translateY(-4px);
  transition: transform 180ms ease;
  box-shadow: 0 12px 30px rgba(11,94,215,0.06);
}

/* make sure long text wraps nicely */
.guru-samman2-cnt ul li span {
  display: inline-block;
  max-width: calc(100% - 8px);
  white-space: normal;
}

/* responsive: single column on narrow screens */
@media (max-width: 768px) {
  .guru-samman1-cnt,
  .guru-samman2-cnt {
    padding: 22px;
  }

  .guru-samman2-cnt ul {
    grid-template-columns: 1fr;
  }

  .guru-samman1-cnt h2 {
    text-align: left;
  }
}

/* extra polish: reduce margins when printing */
@media print {
  .guru-samman1-cnt,
  .guru-samman2-cnt {
    box-shadow: none;
    border: 1px solid #ddd;
    background: #fff;
  }
}


/* ==== Guru Samman Distinguished Guests Section ==== */

.guru-samman3-cnt {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
}

.guru-samman3-cnt h2 {
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  color: #f05c34;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.guru-samman3-cnt h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ffb703;
  margin: 10px auto 0;
  border-radius: 4px;
}

.guru-samman3-cnt p {
  color: #555;
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* ==== Guest Boxes ==== */

.guru-samman4-cnt {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.guru-samman4-cnt-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(11, 94, 215, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  max-width: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.guru-samman4-cnt-box img{
    height: 300px;
    width: 100%;
    object-fit: contain;
}

/* Subtle gradient border hover effect */
.guru-samman4-cnt-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #f05c34, #ffb703);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.guru-samman4-cnt-box:hover::before {
  opacity: 1;
}

.guru-samman4-cnt-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(11, 94, 215, 0.15);
}

/* Guest name */
.guru-samman4-cnt-box h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

/* Guest details */
.guru-samman4-cnt-box p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* ==== Responsive ==== */
@media (max-width: 992px) {
  .guru-samman4-cnt-box {
    max-width: 100%;
    padding: 24px 18px;
  }
}

@media (max-width: 768px) {
  .guru-samman3-cnt h2 {
    font-size: 1.6rem;
  }
  .guru-samman3-cnt p {
    font-size: 0.95rem;
  }
}



/* ==== Guru Samman: Celebrating Gurus & Spirit of Education ==== */

/* Section 5: Celebrating Gurus */
.guru-samman5-cnt {
  text-align: center;
  padding: 70px 20px;
  background: linear-gradient(135deg, rgba(11, 94, 215, 0.08), rgba(255, 183, 3, 0.06));
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  margin-bottom: 60px;
  transition: all 0.3s ease;
}

.guru-samman5-cnt:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(11, 94, 215, 0.1);
}

/* Title */
.guru-samman5-cnt h2 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  color: #f05c34;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

.guru-samman5-cnt h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #ffb703;
  margin: 12px auto 0;
  border-radius: 3px;
}

/* Paragraphs */
.guru-samman5-cnt p {
  max-width: 850px;
  margin: 0 auto 10px;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

/* Section 6: Spirit of Education */
.guru-samman6-cnt {
  background: #ffffff;
  border-radius: 14px;
  padding: 60px 24px;
  text-align: center;
  border: 1px solid rgba(11, 94, 215, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
}

.guru-samman6-cnt:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(11, 94, 215, 0.1);
}

/* Heading */
.guru-samman6-cnt h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

/* Paragraph */
.guru-samman6-cnt p {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
  .guru-samman5-cnt {
    padding: 50px 18px;
  }
  .guru-samman6-cnt {
    padding: 45px 18px;
  }
  .guru-samman5-cnt h2,
  .guru-samman6-cnt h2 {
    font-size: 1.6rem;
  }
  .guru-samman5-cnt p,
  .guru-samman6-cnt p {
    font-size: 0.95rem;
  }
}


