/* navbar */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
  }

/* styleheading */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");

.styleheading {
  font-family: "Luckiest Guy", cursive !important;
  padding-top: 4rem;
  font-size: 60px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: slideIn 1s ease-in-out forwards;
  gap: 5px;
}

.nitish,
.pjt {
  color: #000B38;
}

.nitish{
  margin-right: 20px;
}

@keyframes slideIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: rotate(-20deg) translateY(0);
  }
  50% {
    transform: rotate(-20deg) translateY(-10px);
  }
}

@media (max-width: 768px) {
  .styleheading {
    font-size: 12vw;
  }

  .grid {
    width: 90%;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .styleheading {
    font-size: 14vw;
    flex-direction: column;
  }

  .grid {
    width: 95%;
    height: 120px;
  }

  .k {
    -webkit-text-stroke: 1.5px #a52a2a;
  }
}

/* call for paper */
.downloadPaper {
  background: #535353;
  color: white;
  border-radius: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.downloadPaper p {
  margin: 0;
  font-size: 1rem;
  padding-left: 1rem;
}



/* ADVISORY COMMITTEE PAGE*/
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none
}

a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

img {
  max-width: 100%;
  height: auto
}

.sec-title {
  position: relative;
  margin-bottom: 50px
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit
}

.speakers-section-three {
  position: relative;
  margin-top: 190px;
  /* padding: 200px 0 50px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px
}



.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  border-radius: 15px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url("./images/Frame\ 2[1].png");
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: ""
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border: 2px solid #0d0403;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px;
  padding-right: 10px;
  background-color: #41AADD
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #41AADD;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0
}

.speaker-block-three .info-box .name {
  position: relative;
  font-size: 13px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500
}

.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.speaker-block-three .info-box .name a:hover {
  color: #fff
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  font-weight: 400
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px)
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #ec7561
}

/* for organising committee */
.container-1st{
  margin-top: 160px;
}

.headingP{
  margin-left: 30px;
}



/* hero-section */
  
    .nav-mar-top {
      margin-top: 9rem;
      /* background-image: url(""); */
      background-size: cover;

    }

    .hero-sec {
      gap: 4vw;
      padding: 2vw;
      display: flex;
      flex-direction: column;
    }

    .hero-sec h1 {
      /* padding: 4vw 4vw 0 4vw; */
      font-size: 1.8rem;
      font-weight: bolder;
    }

    .hero-sec h2 {
      font-weight: bold;
      font-size: xxx-large;
      padding: 0vw 4vw;
    }

    .center-wrapper {
      /* padding-top: 1rem; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .left-heading {
      max-width: 85%;
      background-color: rgba(0, 0, 0, 0.3); /* dark background with transparency */
      /* padding: 1rem 2rem; */
      color: #f0f0f0;
      font-weight: bolder;
      border-radius: 0.5rem; /* optional: soft corners */
      text-align: center;
    }

    .dates {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      font-size: 1rem;
      margin: 1rem auto;     /*just for adjustment*/
      color: #f0f0f0; /* or use your brand color */
      margin-top: 2rem;
      background: rgba(0, 0, 0, 0.4); /* optional background for contrast */
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      max-width: fit-content;
      /* margin-bottom: 3rem; */
    }
    
    .calendar-icon {
      font-size: 1.5rem;
      color: #ffcc00; /* gold-ish tone to stand out */
    }
    
    .october {
      margin: 0;
      font-weight: 500;
    }
    

    /* submit button */
    .button-body{
      /* max-width: 10px; */
      opacity: 0.8;
    }
    .available-for-btn {
      height: 1.3rem;
      width: 13rem;
      font-family:system-ui, math;
      --animation: 2s ease-in-out infinite;
      display: flex;
      align-items: center;
      column-gap: 2px;
      color: #178d00;
      background-color: #e1f9dc;
      border-radius: 100px;
      /* padding: 1rem 1.5rem 1rem 0.5rem; */
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.3rem;
      outline: none;
      border: none;
      font-weight: 600;
      position: relative;
      transition: 0.2s ease-in-out;
      cursor: pointer;
      font-size: 1rem;
    }
    .available-for-btn:hover {
      background-color: #ffffff;
    }
    .available-for-btn:active {
      background-color: #e1f9dc;
      border: solid 2px #178d00;
    }
    .circle {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 25px;
      height: 25px;
      border: solid 2px #178d00;
      border-radius: 50%;
      margin: 0 10px;
      background-color: transparent;
      animation: circle-keys var(--animation);
    }
    
    .circle .dot {
      position: absolute;
      transform: translate(-50%, -50%);
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background-color: #178d00;
      animation: dot-keys var(--animation);
    }
    
    .circle .outline {
      position: absolute;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px;
      border-radius: 50%;
      animation: outline-keys var(--animation);
    }
    .circle:nth-child(2) {
      animation-delay: 0.3s;
    }
    .circle:nth-child(2) .dot {
      animation-delay: 0.3s;
    }
    .circle:nth-child(1) .outline {
      animation-delay: 0.9s;
    }
    .circle:nth-child(2) .outline {
      animation-delay: 1.2s;
    }
    @keyframes circle-keys {
      0% {
        transform: scale(1);
        opacity: 1;
      }
    
      50% {
        transform: scale(1.5);
        opacity: 0.5;
      }
    
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }
    
    @keyframes dot-keys {
      0% {
        transform: scale(1);
      }
    
      50% {
        transform: scale(0);
      }
    
      100% {
        transform: scale(1);
      }
    }
    
    @keyframes outline-keys {
      0% {
        transform: scale(0);
        outline: solid 20px var(--color);
        outline-offset: 0;
        opacity: 1;
      }
    
      100% {
        transform: scale(1);
        outline: solid 0 transparent;
        outline-offset: 20px;
        opacity: 0;
      }
    }
    

    /* DIV CONTAINING BUTTON AND CNTDWN */
    .buttonAndCntdwn{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3rem;
      padding-bottom: 5rem;
    }
    /* About ka main */
    section h4 {
      text-align: center;
      font-size: 3rem;
      font-weight: 500;
    }
    .paragraph{
      font-size: 1.2rem;
      font-weight: 400;
    }
    .about-flex-box {
      display: flex;
      margin: 1vw 3vw;
    }
    
    .about-image {
      padding: 1vw;
    }

    .about-flex-box img {
      height: 17rem;
      width: 250rem;
      object-fit: cover;
    }

    .about-flex-box-message {
      display: flex;
      align-items: center;
      text-align: justify;
      font-size: larger;
      padding: 0vw 2vw;
    }

    .swagatam{
      text-align: center;
      padding-top: 3rem;
      padding-bottom: 3rem;
      
    }
    .swagat{
      width: 60rem;
    }

/* COUNTDOWN */
@import url(https://fonts.bunny.net/css?family=aclonica:400|economica:400,700);

countdownBody {
  background-color: #91a1b0;
  font-family: "Aclonica", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--clr-primary);
}
countdownBody::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.pexels.com/photos/1303098/pexels-photo-1303098.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.paracntdwn{
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
  /* align-items: center; */
  font-size: 1.5rem;
  font-weight: 600;
  /* background: rgba(0, 0, 0, 0.4); */
}
h1 {
  font-size: clamp(1.2rem, 4.5vw - 0.5rem, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.countdown {
  width: min(100% - 2rem, 48rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  color: #0a3d4c;
  font-size: clamp(2rem, 4.5vw - 0.5rem, 3rem);
}
.countdown > div:last-child {
  grid-column-end: 4;
}

@media (min-width: 500px) {
  .countdown {
    grid-template-columns: repeat(10, 1fr);
  }
  .countdown > div:last-child {
    grid-column-end: auto;
  }
}
.countdown > div {
  grid-column: span 2;

  background-color: rgba(5 46 22 / .75);
  color: white;
  padding: 0.5rem 1rem 1rem;
  padding-bottom: 30px;
  border-radius: 0.5rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  transition: all 0.2s;
}
.countdown > div > span {
  display: grid;
  place-content: center;
  font-weight: bold;
  transition: translate 150ms ease, scale 150ms ease;
}
.countdown > div::after {
  content: attr(data-desc);
  font-size: 0.8rem;
  position: absolute;
  text-transform: capitalize;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  @starting-style {
    scale: 0;
    opacity: 0;
    translate: 0 100px;
  }
  transition: 300ms ease-in-out var(--d);
}


    /* NEW FOOTER */
    .footerBody {
      font-family: 'Poppins', Arial, sans-serif;
      /* min-height: 50vh; */
      display: flex;
      flex-direction: column;
  }
  
  .content {
      flex: 1;
      padding: 20px;
  }
  
  .footer {
      background-color: #f8f8f8;
      color: black;
      padding: 15px 0;
      width: 100%;
  }
  
  .footer h5 {
      color: black;
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 16px;
      text-align: center;
  }
  
  .footer-links {
      list-style: none;
      padding-left: 0;
  }
  
  .footer-links li {
      margin-bottom: 8px;
  }
  
  .footer-links a {
      color: rgba(0, 0, 0, 0.73);
      text-decoration: none;
      transition: color 0.3s;
      font-size: 14px;
  }
  
  .footer-links a:hover {
      color: #000000fd;
  }
  
  .social-icons {
      display: flex;
      justify-content: center;
      gap: 10px;
  }
  
  .social-icons a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #343a40fd;
      color: #fff;
      transition: all 0.3s;
  }
  
  .social-icons a:hover {
      background-color: #0d6efd;
      transform: translateY(-2px);
  }
  
  .logo-section {
      padding: 15px 0;
      border-bottom: 1px solid #343a40;
      text-align: center;
  }
  
  .logo-section h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      color: black;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
  }
  
  .logo-section h3:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 2px;
      background: #4e9af1;
  }

  .logo-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      align-items: center;
      gap: 60px;
      margin-top: 15px;
  }
  
  .logo-item {
      height: 60px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      transition: transform 0.3s ease;
  }
  
  .logo-item:hover {
      transform: scale(1.05);
  }
  
  .logo-item img {
      max-height: 100%;
      max-width: 100%;
      justify-content: space-around;
      object-fit: contain;
  }
  
  .footer-bottom {
      padding-top: 15px;
      margin-top: 15px;
      border-top: 1px solid #343a40;
      font-size: 13px;
  }

  .visitor-counter {
      width: 25rem;
      text-align: center;
      background-color: #f0f0f0;
      /* padding: 10px 0; */
      border-top: 1px solid #ddd;
  }
  
  .visitor-counter h5 {
      margin-bottom: 5px;
      font-size: 14px;
  }
  
  .counter-display {
      font-size: 16px;
      font-weight: 600;
      color: #0d6efd;
      background-color: #fff;
      display: inline-block;
      padding: 3px 10px;
      border-radius: 5px;
      border: 1px solid #ddd;
      letter-spacing: 2px;
  }
  
  .quick-links-section {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  .links-container {
      display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
  }
  
  .links-left {
      text-align: right;
      padding-right: 15px;
      flex: 1;
  }
  
  .links-right {
      text-align: left;
      padding-left: 15px;
      flex: 1;
  }
  
  @media (max-width: 768px) {
      .footer-section {
          flex: 0 0 100%;
          padding-right: 0;
      }
      
      .logo-container {
          gap: 40px;
      }
      
      .logo-item {
          justify-content: space-around;
          height: 50px;
      }
      
      .logo-section h3 {
          font-size: 16px;
      }
      
      .links-left,
      .links-right {
          text-align: center;
          padding: 0;
      }
      
      .links-container {
          flex-direction: column;
      }
  }

  

  .hero-section {
    position: relative !important;
    overflow: hidden !important;
  }
  
  .bg-video {
    max-width: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1; /* Keeps it behind your content */
    opacity: 0.7; /* Optional: dim it a bit for readability */
  }

  .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(to right, #d0f0ff, #3BACEF);
    padding: 10px;
  }
  
  .marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 30s linear infinite;
    font-size: 1.2rem; /* or your desired size */
  }
  .marquee-wrapper:hover .marquee-text {
    animation-play-state: paused;
  }
  .toAddSpace{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  @keyframes scroll-text {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  


  /* RAHUL'S CSS */


  .bgcol {
    background: linear-gradient(to top, #00ADF2, #0067B4, #000B38);
  }
  
  .rowAB {
    display: grid;
    grid-template-columns: 26vw 1fr;
    position: relative;
    top: 30px;
  }
  
  .col-md-2 {
    margin-top: 5rem;
  }
  
  /* .col-md-2:hover {
    transform: scale(1.1);
  }  */
  
  .id-card {
    font-family: Arial, sans-serif;
    width: 350px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
  }
  
  .header {
    font-size: 30px;
    background: #333;
    color: #fff;
    padding: 20px;
  }
  
  .profile-section {
    justify-items: center;
    background: linear-gradient(to bottom, #00ADF2, #0067B4, #000B38);
    padding: 30px 20px;
  }
  .profile-section img {
    transition: transform 0.3s ease;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
  }
  
  .profile-section img:hover {
    transform: scale(1.1);
    border-radius: 30%;
  }
  
  .info-section {
    padding: 20px;
    color: #333;
  }
  

  /* yeh pta nhi kiska h bss dikkat de rha h */
  /* h3 {
    font-size: 22px;
    margin-bottom: 5px;
  } */
  
  .role {
    color: #6ec6cc;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .details p {
    font-size: 14px;
    line-height: 1.2;
  }
  
  .messageDetails {
    display: grid;
    gap: 30px;
  }
  
  .message-head {
    font-family: Helvetica;
    font-weight: 500;
    text-align: center;
    background-color: #333;
    color: white;
    border-radius: 10px;
  }
  
  .message {
    font-family: Arial;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-size: large;
    padding-left: 34px;
    padding-bottom: 12px;
  }
  
  @media (max-width: 1350px) {
    .rowAB {
      grid-template-columns: 40vw 1fr;
      position: relative;
      top: 10px;
    }
  }
  
  @media (max-width: 860px) {
    .message-head {
      border-radius: 6vw;
    }
  
    .rowAB {
      position: relative;
      top: 40px;
      justify-content: center;
      margin: -30px;
      gap: 41px;
      grid-template-columns: repeat(1, 1fr);
    }
  }

  /* ContactUs */






.containerBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-left: 80px;
  margin-right: 80px;
}

.box2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 15px;
  align-content: center;
  justify-items: center;
  align-items: center;
  /* height: 10vw; */
  width: 100%;
  transition: transform 0.3s ease;
}

.box2:hover {
  transform: scale(0.9);
}

.large {
  color: black;
  font-size: xx-large;
  font-weight: 900;
}

.textAB {
  font-family: Arial;
  color: black;
  opacity: 1;
  font-size: larger;
  font-weight: 300;
}

.card2 {
  
  padding: 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Background circles */
.card2::before,
.card2::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
  filter: blur(60px);
}

/* Top right blue circle */
.card2::before {
  width: 150px;
  height: 150px;
  background: #00adf2;
  /* Light Blue */
  top: -50px;
  right: -50px;
}

/* Bottom left purple circle */
.card2::after {
  width: 150px;
  height: 150px;
  background: #0067b4;
  /* Soft Purple */
  bottom: -40px;
  left: -40px;
}

.form {
  margin-bottom: 4vw;
  margin-top: 4vw;
  display: flex;
  justify-content: center;
  /* transition: transform 0.3s ease; */
}

.formCard {
  /* transition: transform 0.3s ease; */
  background: linear-gradient(to bottom, rgba(0, 173, 242, 0.4), rgba(0, 103, 180, 0.4), rgba(0, 11, 56, 0.4));
}

@media (max-width: 1170px) {
  .containerBox {
      grid-template-columns: repeat(2, 1fr);
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media (max-width: 770px) {
  .containerBox {
      grid-template-columns: repeat(1, 1fr);
      margin-left: 50px;
      margin-right: 50px;
  }
  .formCard{
      margin: 30px;
      cursor: pointer;
  }
}


.impDates{
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 30px;
  margin-top: 20px;
}
.crucialdates{
  font-weight: 600;
  font-family: Helvetica;
  text-shadow: 4px 4px 5px #000b38;
}

@media (max-width: 1170px) {
  .impDates {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}
@media (max-width: 750px) {
  .impDates {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
  }
} 


.Submit-Paper{
  margin: 1vw;
  display: flex;
  justify-content: center;
}


/* INDEX SPONSORS */
.conference-sponsor-section {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}
.conference-sponsor-section h4{
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.sponsor-two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
}

.sponsor-block {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.knowledgepartner{
  margin: 0 auto 2rem auto;
  width: 60%;
}
.titlesponsor{
  margin: 0 auto 2rem auto;
  width: 60%;
}
.sponsor-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.sponsor-group img {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 9rem;
  max-height: 80px;
  object-fit: contain;
}

.signature-sponsor-block img {
  max-height: 100px;
}

.highlight-purple {
  color: #5c5bc0;
}

/* Responsive layout */
@media (max-width: 768px) {
  .sponsor-two-grid {
    grid-template-columns: 1fr;
  }
}

.rightlogo {
  transition: transform 0.3s ease;
}

.rightlogo:hover {
  transform: scale(1.1);
}

 