.invitation-section {
  position: relative;
  background: #fff;
}

.sub-title {
  color: #e91e63;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.text-theme {
  color: #e91e63;
}

.overview-title h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.overview-title p {
  color: #666;
  line-height: 1.9;
  font-size: 13px;
}

.event-info-box {
  /* border: 1px solid #f1f1f1; */
  transition: all .3s ease;
}

.event-info-box:hover {
  transform: translateY(-5px);
}

.event-info-icon {
  min-width: 55px;
  height: 55px;
  background: #e91e63;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.event-info-icon i {
  font-size: 20px;
}

.event-info-box h5 {
  font-size: 18px;
  font-weight: 700;
}

.event-info-box small {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.chairman-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all .4s ease;
}

.chairman-card:hover {
  transform: translateY(-8px);
}

.chairman-img {
  padding: 15px;
}

.chairman-img img {
  width: 100%;
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
}

.chairman-content {
  padding: 0 5px 5px;
}

.chairman-content h4 {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 700;
}

.chairman-content span {
  color: #e91e63;
  font-weight: 600;
  font-size: 11px;
}

.special-invite-box {
  background: linear-gradient(135deg, #e91e63, #ff5f8f);
  padding: 25px;
  border-radius: 20px;
  color: #fff;
  margin-top: 30px;
  box-shadow: 0 10px 35px rgba(233, 30, 99, 0.25);
}

.special-invite-box i {
  font-size: 32px;
}

.special-invite-box h5 {
  font-size: 22px;
  font-weight: 700;
}

.special-invite-box p {
  font-size: 14px;
  line-height: 1.8;
}

@media(max-width:991px) {

  .overview-title h2 {
    font-size: 32px;
  }

  .chairman-img img {
    height: 280px;
  }

  .overview-left {
    margin-bottom: 40px;
  }
}

@media(max-width:575px) {

  .overview-title h2 {
    font-size: 26px;
  }

  .event-info-box {
    padding: 20px !important;
  }

  .chairman-img img {
    height: auto;
  }

  .special-invite-box {
    text-align: center;
  }

  .special-invite-box .d-flex {
    flex-direction: column;
  }

  .special-invite-box i {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}

/* partner part  */
.partners-section {
  background: #f7f7f7;
  position: relative;
}

.section-title .sub-title {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.section-title h2 span {
  color: #e91e63;
}

.section-title p {
  max-width: 700px;
  margin: auto;
  color: #666;
  line-height: 1.9;
  font-size: 15px;
}

.partner-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.partner-card {
  padding: 20px 30px;
  position: relative;
}

.border-start-lg {
  border-left: 1px solid #ddd;
}

.partner-label {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #555;
  margin-bottom: 20px;
  position: relative;
}

.partner-label::after {
  content: '';
  width: 60%;
  height: 3px;
  background: #e91e63;
  position: absolute;
  left: 20%;
  bottom: -8px;
  border-radius: 30px;
}

.partner-logo {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.partner-logo img {
  max-width: 250px;
  width: 100%;
  object-fit: contain;
  transition: all .3s ease;
}

.partner-card:hover .partner-logo img {
  transform: scale(1.05);
}

.partner-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.partner-card p {
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.partner-card p i {
  color: #e91e63;
  margin-right: 8px;
}

@media(max-width:991px) {

  .section-title h2 {
    font-size: 34px;
  }

  .border-start-lg {
    border-left: 0;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 40px;
  }
}

@media(max-width:767px) {

  .partner-card {
    padding: 20px 10px;
  }

  .partner-card h3 {
    font-size: 24px;
  }

  .partner-label {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 28px;
  }
}


/* ======================================
   CONFERENCE FEATURE SECTION
  ====================================== */

.conference-feature {
  position: relative;
  padding: 50px 0;
  overflow: hidden;

 background-color: #004571;
}

/* OVERLAY */
.feature-overlay {
  position: absolute;
  inset: 0;
  background: url('images/patterns/dots.png');
  opacity: .04;
}

/* ======================================
   COUNTER SECTION
  ====================================== */

.counter-wrapper {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 35px;
  padding: 15px 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.30);
  margin-bottom: 0px;
}

/* COUNTER BOX */
.counter-box {
  position: relative;
  padding: 0px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: .4s;
}

.counter-box:hover {
  transform: translateY(-8px);
}

/* ICON */
.counter-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #004571;
  font-size: 30px;
  box-shadow:
    0 15px 35px rgba(37, 99, 235, 0.30);
}

/* NUMBER */
.counter-box h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}

/* TEXT */
.counter-box p {
  margin: 0;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 500;
}

/* ======================================
   SECTION TITLE
  ====================================== */

.section-title {
  margin-bottom: 60px;
}

.sub-title {
  display: inline-block;
  text-align: center;
  padding: 10px 22px;
  border-radius: 50px;
  background: linear-gradient(45deg, #2563eb, #7c3aed);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

/* TITLE */
.section-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}

.section-title h2 span {
  background: linear-gradient(45deg, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* DESCRIPTION */
.section-title p {
  max-width: 720px;
  margin: auto;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.8;
}

/* ======================================
   FEATURE CARD
  ====================================== */

.feature-card {
  position: relative;
  height: 100%;
  padding: 15px 10px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition: .4s;
  overflow: hidden;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.22);
}

/* HOVER EFFECT */
.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(96, 165, 250, 0.30);
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.18);
}

/* TOP GLOW */
.feature-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(96, 165, 250, 0.12);
  border-radius: 50%;
  top: -40px;
  right: -40px;
  filter: blur(20px);
}

/* FEATURE ICON */
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #004571;
  font-size: 32px;
  margin-bottom: 28px;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.28);
}

/* TITLE */
.feature-card h4 {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #26fdf3;
  margin-bottom: 10px;
}

/* DESCRIPTION */
.feature-card p {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

/* MOBILE RESPONSIVE */

@media(max-width:991px) {

  .conference-feature {
    padding: 80px 0;
  }

  .counter-box {
    border-right: none;
  }

  .section-title h2 {
    font-size: 40px;
  }

}

@media(max-width:576px) {

  .conference-feature {
    padding: 60px 0;
  }

  .counter-wrapper {
    padding: 25px 15px;
    border-radius: 25px;
    margin-bottom: 50px;
  }

  .counter-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
    border-radius: 18px;
  }

  .counter-box h2 {
    font-size: 34px;
  }

  .counter-box p {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 14px;
  }

  .feature-card {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 26px;
    border-radius: 20px;
  }

  .feature-card h4 {
    font-size: 21px;
  }

  .feature-card p {
    font-size: 14px;
  }

}

/* =========================
     Faculty Section
    ========================= */

.faculty-section {
  background: #f8f9fc;
  position: relative;
}

.faculty-title .sub-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

.faculty-title h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.faculty-title h2 span {
  color: #e91e63;
}

.faculty-title p {
  max-width: 700px;
  margin: auto;
  color: #666;
  line-height: 1.9;
  font-size: 15px;
}

.faculty-wrapper {
  margin-top: 30px;
}

.faculty-box {
  background: #fff;
  border-radius: 18px;
  padding: 15px 15px;
  text-align: center;
  height: 100%;
  transition: all .4s ease;
  border: 1px solid #eee;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.faculty-box:hover {
  transform: translateY(-8px);
  border-color: #e91e63;
  box-shadow: 0 15px 40px rgba(233, 30, 99, 0.12);
}

.faculty-box h5 {
  font-size: 17px;
  font-weight: 500;
  color: #111;
  /* margin-bottom: 10px; */
  line-height: 1.5;
}

.faculty-box span {
  display: inline-block;
  color: #e91e63;
  font-size: 15px;
  font-weight: 600;
}

.faculty-btn {
  display: inline-block;
  background: linear-gradient(135deg, #e91e63, #ff5f8f);
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s ease;
}

.faculty-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.25);
}

@media(max-width:991px) {

  .faculty-title h2 {
    font-size: 34px;
  }
}

@media(max-width:767px) {

  .faculty-title h2 {
    font-size: 28px;
  }

  .faculty-box {
    padding: 15px 15px;
  }

  .faculty-box h5 {
    font-size: 20px;
  }
}


/* =========================
     EVENT SECTION
    ========================= */
.aa {
  width: 100%;
  max-width: 100%;
  /* padding-right: calc(var(--bs-gutter-x) * .5); */
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

*,
::after,
::before {
  box-sizing: border-box;
}

.event-showcase {
  background: #f8fafc;
}

/* IMAGE BOX */
.event-image-box {
  position: relative;
  /* border-radius: 35px; */
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.event-image-box img {
  width: 100%;
  /* border-radius: 35px; */
  transition: .5s;
}

.event-image-box:hover img {
  /* transform: scale(1.03); */
}

@media(max-width:576px) {

  .event-image-box {
    border-radius: 0px;
  }

  .event-image-box img {
    border-radius: 0px;
  }

  .countdown-section {
    border-radius: 25px;
    padding: 30px 20px;
  }

  .count-box {
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }

  .count-box span {
    font-size: 28px;
  }

  .count-box small {
    font-size: 10px;
    margin-top: 8px;
  }

  .countdown-header h2 {
    font-size: 26px;
  }

  .countdown-header p {
    font-size: 14px;
  }

}

/* =========================
   COUNTDOWN SECTION
    ========================= */

.event-countdown-section {
  position: relative;
  padding: 0px 0;
  overflow: hidden;
  background-color: #ffffff;
  /* background:
        radial-gradient(circle at top left,
          rgba(37, 99, 235, 0.35) 0%,
          transparent 35%),

        radial-gradient(circle at bottom right,
          rgba(139, 92, 246, 0.25) 0%,
          transparent 35%),

        linear-gradient(135deg,
          #020617 0%,
          #0f172a 35%,
          #111827 65%,
          #030712 100%); */
}

/* OPTIONAL GLOW EFFECT */
.event-countdown-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.15);
  filter: blur(120px);
  top: -150px;
  left: -120px;
}

.event-countdown-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.12);
  filter: blur(100px);
  bottom: -120px;
  right: -100px;
}

/* MAIN BOX */
.countdown-main {
  position: relative;
  z-index: 2;
  padding: 35px 25px;
}

/* BADGE */
.countdown-badge {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 50px;
  background: linear-gradient(45deg, #2563eb, #7c3aed);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
}

/* TITLE */
.countdown-title {
  font-size: 30px;
  font-weight: 800;
  color: #004571;
  margin-top: 18px;
  margin-bottom: 8px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

/* SUBTITLE */
.countdown-subtitle {
  font-size: 13px;
  color: #000;
  margin-bottom: 30px;
}

/* COUNTDOWN */
.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* BOX */
.count-box {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* HOVER */
.count-box:hover {
  transform: translateY(-6px);
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.22), rgba(124, 58, 237, 0.18));
}

/* NUMBER */
.count-box span {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(45deg, #e91e63, #022246, #44377c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.count-box small {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

/* MOBILE */
@media(max-width:576px) {

  .event-countdown-section {
    padding: 0px 0;
  }

  .countdown-main {
    padding: 25px 15px;
    border-radius: 22px;
  }

  .countdown-title {
    font-size: 24px;
  }

  .countdown-subtitle {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .count-box {
    width: 75px;
    height: 75px;

    border-radius: 16px;
  }

  .count-box span {
    font-size: 24px;
  }

  .count-box small {
    font-size: 9px;
  }

}


/* gallery  */
.gallery-card {
  border-radius: 12px;
  transition: all .3s ease;
  background: #fff;
}

.gallery-card img {
  transition: all .4s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 15px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  border-radius: 0 0 12px 12px;
}

.gallery-caption h6 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .3px;
}


.welcome-marquee{
    background:#f21d62;
    color:#fff;
    padding:5px 0;
    font-size:15px;
    font-weight:600;
    border-top:2px solid #ffffff20;
    border-bottom:2px solid #ffffff20;
}

.welcome-marquee marquee{
    color:#fff;
}

.welcome-marquee i{
    color:#ffffff;
    margin-right:12px;
    font-size:20px;
}