@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/***********************************************************/
#hero {
  width: 100%;
  min-height: calc(100vh - 70px);
  padding: 0;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
  margin-top: 70px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
/* Blinking */

.blinking-link {
  color: red;
  font-weight: bold;
  animation: blinking 1.5s infinite;
  text-decoration: underline;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  */
#kumbh-section {
  padding: 2rem 0;
}
.kumbh-container {
  position: relative;
}
.kumbh-section-title {
  text-align: center;
}
.kumbh-carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.kumbh-carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%; /* Width accommodates all images */
}
.kumbh-carousel-slide img {
  width: 100%;
  height: auto;
}

/*  */

.partner img {
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.partner h3 {
  text-align: center;
}



/*  */
.hero-text {
  text-align: center;
  margin: 20px;
}

.container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; /* Adjust for spacing between logos and text */
  margin: 20px auto;
}

.text-content {
  flex: 1;
  text-align: center;
}

.nlogo {
  height: 220px; /* Increased size for desktop */
  width: auto;
}

.organised-by {
  margin-top: 20px;
}

.logo-mobile {
  display: none; /* Hidden on desktop */
}

/* Responsive Design for Small Screens */
@media (max-width: 768px) {
  .container-flex {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .nlogo {
    height: 120px; /* Increased size for mobile view */
  }

  .logo-mobile {
    display: block; /* Show IMME logo above 'Organized by' */
    margin-top: 20px;
  }

  .left-logo {
    display: none; /* Hide left logo in the main section for mobile */
  }

  .text-content h3,
  .text-content h4 {
    margin-top: 10px;
  }
}


/*  */

#hero .hero-text {
  border-top: #00aeff 4px solid;
  border-bottom: #00aeff 4px solid;
  border-radius: 8px;
  width: 70%;
  position: relative;
  color: white;
  font-size: 1rem;
  z-index: 20;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: inherit;
}

@media (max-width: 900px) {
  #hero .hero-text {
    width: 90%;
  }
}

@media (max-width: 900px) {
  #hero .hero-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  #hero .hero-text {
    font-size: 0.75rem;
  }
}

#hero .hero-text h1,
#hero .hero-text h2,
#hero .hero-text h3,
#hero .hero-text h4,
#hero .hero-text h5,
#hero .hero-text h6 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

#hero .hero-text h1 {
  color: #00aeff;
  letter-spacing: 0.2ch;
  font-size: 3em;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#hero .hero-text h1 sub {
  letter-spacing: 0.2ch;
  font-size: 0.5;
  margin-bottom: 1rem;
}

#hero .hero-text h1 img {
  max-height: 3em;
  max-width: 3em;
}

#hero .hero-text h2 {
  letter-spacing: 0.1ch;
  font-size: 1.6em;
  margin-top: 1rem;
}

#hero .hero-text h3 {
  letter-spacing: 0.1ch;
  font-size: 1.5em;
  margin-top: 1rem;
}

#hero .hero-text h4 {
  letter-spacing: 0.1ch;
  font-size: 1.4em;
  margin-top: 1rem;
}

#hero .hero-text sup {
  color: #00aeff;
}

#hero .hero-text h5 {
  letter-spacing: 0.13ch;
  font-size: 1.35em;
}

#hero .hero-text h6 {
  font-size: 1em;
  text-decoration: underline;
}

#hero .hero-text .organised-by {
  margin-top: 1rem;
}

#hero #topCarousel {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

#hero #topCarousel .carousel-inner {
  height: 100%;
}

#hero #topCarousel .carousel-inner .carousel-item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero #topCarousel .carousel-control-next-icon,
#hero #topCarousel .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(40, 58, 90, 0.9);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  width: 4rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  #hero #topCarousel .carousel-control-next-icon,
  #hero #topCarousel .carousel-control-prev-icon {
    display: none;
  }
}

/***********************************************************/
#about {
  font-size: 1.2rem;
}

#about .section-title h2 {
  letter-spacing: 0.05ch;
  font-size: 2.5rem;
}

#about .content p {
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: justify;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #about .content p {
    text-align: justify;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 768px) {
  #about .content p {
    font-size: 1.05em;
    font-weight: 700;
  }
}

/***********************************************************/
#call-papers-themes > .container > p.description {
  letter-spacing: 0.05ch;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

#call-papers-themes > .container > p {
  letter-spacing: 0.05ch;
  margin-top: -1rem;
}

/***********************************************************/
@media screen and (min-width: 768px) {
  /* Style the tab */
  .tab {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#137ae0), to(#378fe7));
    background: linear-gradient(90deg, #137ae0 0%, #378fe7 100%);
    /* border-radius: 18px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
  }
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.25rem;
    margin: 0.5em;
    border-radius: 100px;
    color: white;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1ch;
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: rgba(221, 221, 221, 0.15);
  }
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: rgba(255, 255, 255, 0.3);
  }
  /* Style the tab content */
  .call_for_paper_tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  /* Style the tab */
  .tab {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#137ae0), to(#378fe7));
    background: linear-gradient(90deg, #137ae0 0%, #378fe7 100%);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    /* grid-column-gap: 0.5rem;
                grid-row-gap: 0.5rem;
                grid-gap: 0.5rem; */
    border-radius: 1.5rem;
  }
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
    /* margin: 0.5em; */
    border-radius: 1.5rem;
    color: white;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1ch;
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: rgba(221, 221, 221, 0.178);
  }
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: rgba(255, 255, 255, 0.301);
  }
  /* Style the tab content */
  .call_for_paper_tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
  }
}

.tab button.active {
  -webkit-animation: tab-background 1.25s infinite;
          animation: tab-background 1.25s infinite;
}

.tab-data .call_for_paper_tabcontent {
  margin-top: 1.5rem;
  background-color: white;
  border-radius: 0.5rem;
  letter-spacing: 0.05ch;
}

.tab-data h2 {
  margin-top: 1.5rem;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.08ch;
}

.tab-data ul {
  text-align: left;
  list-style: none;
  padding: 0;
  letter-spacing: 0.08ch;
}

.tab-data ul li {
  margin-bottom: 0.25em;
}

.tab-data ul li span {
  border-bottom: 0.5px solid transparent;
}

@media screen and (min-width: 768px) {
  .tab-data ul {
    margin-top: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#material-design {
  display: block;
}

/***********************************************************/
#publication {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.5rem;
  letter-spacing: 0.05ch;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/***********************************************************/
#registration, #mode-of-payment {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2em 1em;
  background-color: #f9f9fb;
}

#registration .container, #mode-of-payment .container {
  background-color: white;
  padding: 2em;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1100px; /* Ensure container width doesn't go too wide */
}

.section-title h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1c3157;
  margin-bottom: 1.5em;
  text-align: center;
}

/* Registration Fee Section Styling */
#Registration-Fee {
  padding: 1.5em;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2em; /* Space between sections */
}

#Registration-Fee h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

#Registration-Fee table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  table-layout: fixed; /* Ensures consistent column widths */
  overflow-x: auto;
}

#Registration-Fee table th, #Registration-Fee table td {
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  border: 1px solid #ddd;
  word-wrap: break-word; /* Allows text wrapping for long content */
  overflow-wrap: break-word;
}

#Registration-Fee table th {
  background-color: #e8f4fc; /* Light blue background for header */
  color: #333;
}

#Registration-Fee table thead th {
  font-weight: 600;
  color: #1c3157;
}

#Registration-Fee .extra-info {
  padding: 1em;
  background-color: #f0f7ff;
  border: 1px solid #ddd;
  margin-top: 0.5em;
  font-size: 0.95rem;
  border-radius: 0.25rem;
}

#Registration-Fee .extra-info strong {
  color: #333;
}

/* Adjust column widths */
#Registration-Fee table th:nth-child(1),
#Registration-Fee table td:nth-child(1),
#Registration-Fee table th:nth-child(2),
#Registration-Fee table td:nth-child(2) {
  width: 20%;
}

#Registration-Fee table th:nth-child(3),
#Registration-Fee table td:nth-child(3) {
  width: 30%; /* Default width for "Publication in conference proceedings" */
}

#Registration-Fee table th:nth-child(4),
#Registration-Fee table td:nth-child(4) {
  width: 14%; /* Decreased width for "Publication in Journals" */
}

#Registration-Fee table th:nth-child(5),
#Registration-Fee table td:nth-child(5) {
  width: 13%; /* Increased width for "Participation Only" */
}

/* Responsive behavior for mobile */
@media (max-width: 767px) {
  #Registration-Fee table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* Adjust column widths for mobile */
  #Registration-Fee table th:nth-child(1),
  #Registration-Fee table td:nth-child(1),
  #Registration-Fee table th:nth-child(2),
  #Registration-Fee table td:nth-child(2) {
    width: 20%; /* Category columns remain compact */
  }

  #Registration-Fee table th:nth-child(3),
  #Registration-Fee table td:nth-child(3) {
    width: 20%; /* Reduced width for "Publication in conference proceedings" */
  }

  #Registration-Fee table th:nth-child(4),
  #Registration-Fee table td:nth-child(4) {
    width: 18%; /* Compact for "Publication in Journals" */
  }

  #Registration-Fee table th:nth-child(5),
  #Registration-Fee table td:nth-child(5) {
    width: 17%; /* Compact for "Participation Only" */
  }

  /* Reduce font size and padding */
  #Registration-Fee table th, #Registration-Fee table td {
    font-size: 0.8rem; /* Smaller font size */
    padding: 0.5rem; /* Reduced padding for compact layout */
  }

  #Registration-Fee h3 {
    font-size: 1.2rem;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  /* Adjust container padding on mobile */
  #registration .container, #mode-of-payment .container {
    padding: 1.5em;
  }
}

/***********************************************************/
#Mode-of-payment {
  letter-spacing: 0.05ch;
  display: -ms-grid;
  display: grid;
  /* background-color: #eaefff; */
  /* background-color: rgba(28, 49, 87, 0.9); */
  padding: 2em;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.1);
  border-top: 0.25rem solid;
  border-top-color: #47b2e4;
}

#Mode-of-payment h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  /* text-align: center; */
  /* border-bottom: solid 0.5px grey; */
}

#Mode-of-payment table tr {
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #ddd;
}

#Mode-of-payment table td:nth-child(2) {
  text-align: right;
}

#Mode-of-payment table td {
  padding: 0.5em;
}

/***********************************************************/
#Advertisement-Tariffs .section-title p {
  letter-spacing: 0.05ch;
}

#Advertisement-Tariffs a,
#Advertisement-Tariffs a:focus {
  color: inherit;
}

#Advertisement-Tariffs a:hover {
  color: blue;
}

#Advertisement-Tariffs > .container > div > div {
  display: -ms-grid;
  display: grid;
}

#Advertisement-Tariffs table {
  border-collapse: collapse;
  background-color: white;
  border-radius: 0.5rem;
}

#Advertisement-Tariffs table td {
  padding: 1em 1.5em;
  border-bottom: 0.5px #ddd solid;
  letter-spacing: 0.05ch;
}

#Advertisement-Tariffs table tr:last-child td {
  border-bottom: 0.5px transparent;
}

#Advertisement-Tariffs table tr td:nth-child(2) {
  text-align: right;
}

/***********************************************************/
.sponsorship-call-cards {
  padding: 0 1rem;
  letter-spacing: 0.05ch;
}

.sponsorship-call-cards > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 2px 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 0.75rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .sponsorship-call-cards > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sponsorship-call-cards ul {
  padding-left: 1rem;
  margin: 0;
}

.sponsorship-call-cards li {
  font-size: 1.1rem;
  list-style: none;
  margin-top: 0.6em;
  position: relative;
}

.sponsorship-call-cards i {
  color: #00b800;
  padding-right: 0.5rem;
  font-size: 1.3em;
  vertical-align: baseline;
}

.image {
  min-width: 1.25rem;
  min-height: 2.5rem;
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.Sponsorship-call-data-section {
  padding: 1.5em;
  color: inherit;
}

.Sponsorship-call-data-section h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

.Sponsorship-call-data-section h4 {
  font-size: 1.75rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .Sponsorship-call-data-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .Sponsorship-call-data-section > div {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 992px) {
  .Sponsorship-call-data-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Sponsorship-call-data-section h4 span {
  font-size: 1.1em;
  margin-right: 0.25rem;
}

/***********************************************************/
#Call-for-Sponsorship-Lists {
  overflow-x: auto;
}

#Call-for-Sponsorship-Lists table tr {
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #ddd;
}

#Call-for-Sponsorship-Lists table td {
  padding: 1em 0.5em;
}
/*# sourceMappingURL=custom.css.map */