.offCanvas__logo img {
    max-height: 100px !important;
}

.td-section-title {
    font-size: 23px !important;
    
}

.td-schedule-details.first {
background-color: #c4c8ff;
}

.td-schedule-details {
    padding: 53px 0px 0px 0px;
    padding-left: 43px !important;
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-mobile-spacing {
        padding: 0px 0px;
    }
}

@media only screen and (min-width: 412px) and (max-width: 1199px),(max-width:px)
{
  .header-mobile-spacing {
        padding: 4px 0px;
    }
}

/*.td-schedule-time {*/
/*    padding: 72px 18px;*/
/*}*/

.td-schedule-time {
    padding: 53px 18px;
}

.td-btn-large {
  display: block;
  margin: 0 auto;        
  padding: 14px 40px;     
  font-size: 18px;      
  border-radius: 8px;     
}

/* Make select look like input */
.td-input,
.td-input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  height: 52px;
  background-color: #fff;
  background-image: none;
  color: #333;
}

/* Optional: add custom dropdown arrow */
.td-input[name="gender"],
.td-input[name="qualification"] {
  background: #fff url("data:image/svg+xml;utf8,<svg fill='gray' height='12' width='12' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 12px center;
  background-size: 12px;
}

.form-hint {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  font-style: italic;
}

/* Hero slider height fix */
.td-hero-3-item,
.td-hero-3-bg {
    height: 930px !important;
    min-height: 970px !important;
    max-height: 930px !important;
    object-fit: cover;
}

@media (max-width: 1024px) {
  .td-hero-3-item,
.td-hero-3-bg {
    height: 930px !important;
    min-height: 970px !important;
    max-height: 930px !important;
    object-fit: cover;
}
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
  .td-hero-3-item,
  .td-hero-3-bg {
      height: 930px !important;
      min-height: 1094px !important;
      max-height: 930px !important;
      object-fit: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) and (max-width: 853px){

/* Center content vertically */
  .td-hero-3-item,
    .td-hero-3-bg {
        height: 930px !important;
        min-height: 1412px !important;
        max-height: 930px !important;
        object-fit: cover;
    }
}
@media only screen and (min-width: 853px) {

/* Center content vertically */
  .td-hero-3-item,
    .td-hero-3-bg {
        height: 930px !important;
        min-height: 1530px !important;
        max-height: 930px !important;
        object-fit: cover;
    }
}

.td-hero-buttons .td-btn {
  white-space: nowrap;
  padding: 12px 25px; 
}

.td-team-thumb img {
  border-radius: 0px;
}

.td-hero-5-thumb-slider {
  overflow: hidden;
  padding: 20px 0;
}

.td-hero-5-thumb img {
  width: 100%;
  display: block;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
}

.td-hero-5-thumb:hover img {
  transform: scale(1.05);
}

/*.swiper-button-next,*/
/*.swiper-button-prev {*/
/*  color: #000;*/
/*  background: rgba(255,255,255,0.7);*/
/*  border-radius: 50%;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  transition: all 0.3s;*/
/*}*/

/*.swiper-button-next:hover,*/
/*.swiper-button-prev:hover {*/
/*  background: rgba(0,0,0,0.7);*/
/*  color: #fff;*/
/*}*/

.swiper-pagination {
  margin-top: 15px;
}

.td-hero-3-bg {
  background-size: cover;
  background-position: center;
}




  .td-hero-6-area {
  height: 90vh; 
  display: flex;
  align-items: center;
}

.td-hero-6-area,
.td-hero-area {
    margin-top: 110px !important; 
}

.td-header-menu-bar button span {
    background-color: #000 !important;   /* black */
}

.tdmenu__navbar-wrap > ul > li a {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
}

.td-breadcrumb-spacing {
    margin-top: 126px;
}

.td-hero-3-spacing {
  padding: 0 !important; /* remove extra top/bottom space */
}

.td-hero-3-content {
  padding-top: 1px;
  margin-bottom: 0 !important; /* remove unnecessary margin */
}

.td-hero-buttons {
  flex-wrap: wrap;
  gap: 20px; /* spacing between buttons */
}

.td-hero-3-item {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

@media (max-width: 1024px) {
  .td-hero-3-title {
    font-size: 35px;
  }

  .td-btn {
    
    font-size: 12px;
    
    padding: 23px 18px !important;
}
}

.td-team-title-wrap { padding: 10px 15px; }
  .committee-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .td-section-title {
    margin: 0;
    font-size: 28px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .committee-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 14px;
    color: #222;
  }

  .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .contact-item .icon {
    color: #2f3f81;
    flex-shrink: 0;
  }

  .contact-item a {
    color: #2f3f81;
    text-decoration: none;
    font-weight: 600;
  }

  .contact-item a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .committee-heading {
      flex-direction: column;
      align-items: flex-start;
    }
    .committee-contact {
      align-items: flex-start;
    }
    .td-section-title {
      font-size: 22px;
    }
  }


  .grey-bg{
    background-color: #d1e4e8 !important;
  }

.sponsor-box {
    background: #fff;
    padding: 22px 25px;
    border-radius: 10px;
    border-left: 6px solid #2e3192; /* theme color */
    transition: .3s;
}
/* .sponsor-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
} */
.sponsor-box h4 {
    font-size: 20px;
    font-weight: 600;
}
.sponsor-box .amount {
    float: right;
    font-weight: 600;
    color: #000;
}
.inside-list li {
    margin-top: 5px;
    line-height: 26px;
}

select[name="sponsor"] {
    background: #fff url("data:image/svg+xml,%3Csvg fill='gray' height='12' width='12' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select {
    background: #f4f4f4 url("data:image/svg+xml,%3Csvg fill='gray' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E") 
    no-repeat right 12px center !important;
    background-size: 14px;
    padding-right: 35px !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


@media (min-width: 1400px) {
    .col-xxl-3 {
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-9 {
        width: 80%;
    }
}

/* @media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 5%;
    }
} */

/* @media (min-width: 1200px) {
    .col-xl-10 {
        flex: 0 0 auto;
        width: 95%;
    }
} */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tdmenu__navbar-wrap > ul {
        margin: 0 auto 0 -13px;
    }
}

.td-breadcrumb-spacing {
    padding-top: 67px;
    padding-bottom: 91px;
}

.td-cta-2-form .td-input {
     text-transform: none;
}

.td-postbox-form .td-contact-form-box .td-input {
    text-transform: none;
}

.td-team-item {
    border-radius: 0 !important;
    overflow: visible;
}

.td-section-title {
    text-transform: none;
}

.td-banner-title-wrap p {
  text-transform: none;
}

.td-team-member-name {
      font-size: 15px !important;
}

@media (max-width: 1200px) {
    .td-team-member-name {
        font-size: 12px !important;
    }
}
#membershipId::placeholder {
    text-transform: none !important;
}

.vertical-scroll-box {
        max-height: 400px;    
        overflow-y: auto;
        padding-right: 10px;
        scroll-behavior: smooth;
    }

    .vertical-scroll-box::-webkit-scrollbar {
        width: 8px;
    }

    .vertical-scroll-box::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 5px;
    }

    .blog-item-box {
        background: #e2e7e8;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
    }
    
    /* ===== Horizontal Scroll Fix ===== */
html, body {
    overflow-x: hidden;
}

/* About slider wrapper */
.td-about-thumb-wrap,
.td-hero-5-slider {
    overflow: hidden;
    width: 100%;
}

.td-hero-5-thumb img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*.td-hero-5-slider .swiper-button-next,*/
/*.td-hero-5-slider .swiper-button-prev {*/
/*    color: #868383;*/
/*}*/


.swiper {
    overflow: hidden;
}

/* SECTION BACKGROUND */
.workshop-area {
  background: linear-gradient(135deg, #f7f5ff, #eef2ff);
  overflow: hidden;
}

/* BLUR SHAPES */
.bg-blur {
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(99, 91, 255, 0.25);
  filter: blur(120px);
  z-index: 0;
}

.blur-1 {
  top: 10%;
  left: 5%;
}

.blur-2 {
  bottom: 10%;
  right: 8%;
}

/* TITLE */
.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1f1f1f;
}

/* CARD */
.workshop-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 32px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

/* CARD HOVER */
.workshop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(88, 80, 236, 0.25);
}

/* TEXT */
.workshop-card h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.workshop-card a {
  color: #1f1f1f;
  text-decoration: none;
}

.workshop-card:hover a {
  color: #5b3df5;
}



.sky-bg{
  background-color: #dfdee6;
}

/* BUTTON */
.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    padding: 0px 40px;
    border-radius: 30px;
    color: #3f28c9 !important;
    font-size: 14px;
   
    text-decoration: none;
    transition: all 0.35s ease;
}

.view-btn i {
  transition: transform 0.35s ease;
}

.view-btn:hover {
  color: #1a1a1a !important;
 
}
.view-btn:hover i {
  color:#1a1a1a;
  transform: translateX(6px);
}

.workshop-card:hover .view-btn {
  color: #1a1a1a;
}

.td-schedule-3-content .para {
    text-transform: none !important;
}

/* Main section */
.chairperson-section {
    background: #ffffff;
}

/* Bigger image container */
.chairperson-image-wrap.large-image {
    max-width: 520px;   /* pehle 420 tha */
    padding: 25px;
}

/* Image itself */
.chairperson-image-wrap.large-image img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
    border-radius: 20px;
}

/* Desktop extra impact */
@media (min-width: 1200px) {
    .chairperson-image-wrap.large-image {
        max-width: 560px;
    }
}

/* Mobile safe */
@media (max-width: 767px) {
    .chairperson-image-wrap.large-image {
        max-width: 100%;
        padding: 15px;
    }

    .chairperson-image-wrap.large-image img {
        min-height: auto;
    }
}

/* Content */
.chairperson-content {
    padding-left: 30px;
}

.chairperson-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

/* Text */
.chairperson-text {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

/* Highlight paragraph */
.chairperson-text.highlight {
    background: #f0f4ff;
    padding: 15px 18px;
    border-left: 4px solid #4a6cf7;
    border-radius: 6px;
}

/* Signature */
.chairperson-sign {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 2px solid #e6e9f2;
    max-width: 420px;
}

/* Name */
.chairperson-sign .sign-name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

/* Designation */
.chairperson-sign .sign-designation {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.abstract-download .abstract-text {
    display: block;
    margin-bottom: 5px; /* spacing between text and link */
}

.abstract-download .abstract-download-link {
    display: block;
    font-weight: bold;
    color: red;
}

.td-schedule-details-info-list ul li span {
    font-family: var(--td-ff-poppins);
    font-size: 15px;
    color: #4c4c53;
}

.td-contact-form-box .td-input {
    
    text-transform: none;
}

/* Sirf team card ka text center karne ke liye */
.td-team-item,
.td-team-item * {
    text-align: center !important;
}

/* span line break ke sath center rahe */
.td-team-member-position {
    text-align: center;
}

.td-team-content {
     padding-left: 0px !important;
}

.td-brands-area {
    position: relative;
    width: 100%;
    height: 860px;     /* aap control karo */
    background: #000;
    overflow: hidden;
}

.td-brands-video {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* 🔥 logo safe */
}



