/* ================================================= */
/* ------------------ General CSS ------------------ */
/* ================================================= */

body {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #fff;
}

a {
  font-family: "Roboto Slab", serif;
  color: #d2691e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #666;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 8px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #666;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.btn {
  font-family: "Roboto Slab", serif;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #d2691e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.image-holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}

.image-holder img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  object-position: center;
  margin-top: 20px;
}

.commitee-names {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

.image-holder a {
  color: #d2691e !important;
}

.image-holder-program {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}

.image-holder-program img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  object-position: center;
  margin-top: 20px;
}

.commitee-names-program {
  margin: 0;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}

.position {
  text-align: center;
  font-size: 17px !important;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

@media (max-width: 768px) {
  .image-holder {
    display: block;
  }

  .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 20px;
  }
}

/* ================================================= */
/* ------------------ Header CSS ------------------- */
/* ================================================= */

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}


.container1 {
  width: 100%;
  height: 500px;
  margin: 1% -10%;
  display: flex;
  margin-bottom: 35px;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

#header #logo h1 a {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -1px;
}

#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
  width: 100px;
  background: none;
}

/* ================================================= */
/* ----------------- Intro Section ----------------- */
/* ================================================= */

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 1px;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  padding: 9px;
  background: #d2691e;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  transition: 0.5s;
  margin: 10px;
  color: #ffffff;
  background: #d2691e;
}

#intro .btn-get-started:hover {
  background: #ffffff;
  color: #d2691e;
}

/* ================================================= */
/* ---------------- Important dates ----------------- */
/* ================================================= */
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.imp-dates {
  background: transparent;
  /* background-color: #00a8e8; */
  border: 5px solid black;
  width: 60%;
  margin: 0 35%;
  /* border-radius: 10px; */
  padding: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/* .imp-dates::before{
  content: "";
  position: absolute;
  background-color: rgb(73, 99, 231) !important;
  z-index: -2;
} */
.imp {
  color: #FB8122;
  font-weight: 900;
  font-size: 2.8rem;
  font-family: "Lato", "Lucida Console", Monaco, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit {
  color: #FFF;
  border: 2px solid #FB8122;
  border-radius: 0px;
  padding: 10px 36px;
  display: inline-block;
  color: black;
  margin: 0 25%;
  margin: 10px 10rem !important;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #FB8122;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.submit:hover {
  box-shadow: inset 0 100px 0 0 #FB8122;
}

.sub-cap {
  align-items: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .imp {
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .imp-dates {
    text-align: justify;
    width: 100%;
    margin: 20px;
    margin: 0 auto;
    padding: 1rem;
  }

  .submit {
    margin: 0 25%;
  }
}

/* ================================================= */
/* ---------------- Banner Section ----------------- */
/* ================================================= */

.banner {
  background: url("../img/page-bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 200px 0 25px 0;
  position: relative;
  min-height: 450px; /* Add minimum height */
  height: auto !important; /* Override fixed height */
}

@media (max-width: 767.98px) {
  .banner {
    padding: 120px 0 25px 0;
    height: auto !important;
  }
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(000, 000, 000, 0.8);
}

.banner .container {
  position: relative;
  z-index: 9;
}

.banner .banner-header {
  margin-bottom: 20px;
  text-align: left;
  font-size: 45px;
  color: #fff;
  letter-spacing: 1px;
}

.banner1-header1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 15px; /* Add padding */
  word-wrap: break-word; /* Handle long words */
}

.banner1-header1 img {
  max-width: 120px; /* Limit image size */
  height: auto;
  margin: 5px !important; /* Reduce margins */
  vertical-align: middle;
}

.conference-info {
  text-align: center;
  color: #ddd;
  white-space: normal; 
  word-wrap: break-word; 
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
}

@media (max-width: 767.98px) {
  .banner1-header1 {
    margin: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
  }
}

.banner .banner-nav {
  text-align: right;
}

.banner .banner-box {
  display: inline-block;
  padding: 5px 18px 8px 18px;
  border: 2px solid #fff;
}

.banner .banner-box a {
  font-weight: 400;
  color: #fff;
}

.banner .banner-box a:hover {
  color: #d2691e;
}

.banner .banner-box a:first-child {
  padding-right: 16px;
  border-right: 2px solid #fff;
}

.banner .banner-box a:last-child {
  padding-left: 16px;
}

/* ================================================= */
/* ----------------- Menu Section ------------------ */
/* ================================================= */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  float: right;
  margin: 0;
}

.nav-menu a {
   font-family: "Roboto Slab", serif;
  padding: 15px 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 13px; 
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #d2691e;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 8px 10px;
  color: #666;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #ffffff;
  background: #d2691e;
}

.nav-menu ul ul {
  margin: 0;
}

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #d2691e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #d2691e;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #d2691e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #d2691e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ================================================= */
/* -------------------- Section -------------------- */
/* ================================================= */

.section-header {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

#about {
  display: flex;
  flex-direction: column;
}


.section-header h3 {
  font-size: 45px;
  color: #666;
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .section-header h3 {
    font-size: 35px;
    padding-bottom: 15px;
  }
  .section-header{
    font-size: 25px !important;
    padding-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .section-header h3 {
    font-size: 25px;
    padding-bottom: 5px;
  }
}

/* ================================================= */
/* -------------- About Us Section ----------------- */
/* ================================================= */

#about {
  position: relative;
  padding: 80px 0 60px 0;
  background: #f2f2f2;
}

#about .about-col-1,
#about .about-col-2 {
  padding: 0;
}

@media (max-width: 575.98px) {

  #about .about-col-1,
  #about .about-col-2 {
    margin: 0 ;
  }
}

#about .about-col-1 {
  background: #d2691e;
}

#about .about-col-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  right: -20px;
  background: #d2691e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 767.98px) {
  #about .about-col-1::before {
    top: calc(100% - 20px);
    right: calc(50% - 20px);
  }
}

#about .about-title,
#about .about-imgs {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#about .about-title {
  padding: 30px;
  text-align: center;
}

#about .about-title h1 {
  color: #ffffff;
  font-size: 40px;
}

@media (max-width: 991.98px) {
  #about .about-title h1 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  #about .about-title h1 {
    font-size: 22px;
  }
}

#about .about-img {
  position: relative;
  overflow: hidden;
}

#about .about-img img {
  transition: 0.3s;
}

#about .about-img:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#about .about-des {
  padding: 30px 0 0 0;
  text-align: left;
}

@media (max-width: 575.98px) {
  #about .about-des {
    padding: 30px 15px 0 15px;
    margin-top: 7rem;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

#about .about-des .about-des-col {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #d2691e;
  font-size: 20px;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  margin-top: 170px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

#about .about-des p {
  margin: 0;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 300;
}

#about .about-des .about-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -20px;
  right: calc(50% - 20px);
  background: #d2691e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

#about a {
  display: inline-block;
  padding: 8px 30px;
  color: #d2691e;
  background: #ffffff;
}

#about a:hover {
  color: #ffffff;
  background: #222222;
}

/* ================================================= */
/* ----------------- Speaker Style ----------------- */
/* ================================================= */

#speaker {
  position: relative;
  padding: 80px 0 90px 0;
  background: #ffffff;
}

#speaker .img-cols,
#speaker .content-cols {
  padding: 0;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

#speaker .img-col,
#speaker .content-col {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#speaker .img-col {
  overflow: hidden;
}

#speaker .img-col img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

#speaker .img-col:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#speaker .content-cols {
  background: #d2691e;
}

#speaker .content-cols-right::before,
#speaker .content-cols-left::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  background: #d2691e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

#speaker .content-cols-right::before {
  left: -20px;
}

#speaker .content-cols-left::before {
  right: -20px;
}

@media (max-width: 767.98px) {

  #speaker .content-cols-right::before,
  #speaker .content-cols-left::before {
    top: -20px;
    left: calc(50% - 20px);
  }
}

#speaker .content-col {
  padding: 0;
  text-align: left;
}

#speaker .content-col h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
}

#speaker .content-col h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  #speaker .row {
    margin-bottom: 30px;
  }

  #speaker .row:last-child {
    margin-bottom: 0;
  }

  #speaker .content-col h3 {
    margin-top: 15px;
  }
}

#speaker .content-col p {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 0px;
}

#speaker .content-col a {
  display: inline-block;
  height: 45px;
  width: 50%;
  font-size: 22px;
  text-align: center;
  color: #d2691e;
  background: #ffffff;
  padding: 6px 0;
}

#speaker .content-col a:hover {
  background: #222222;
  color: #ffffff;
}

#speaker .content-col a:focus {
  color: #fff;
}

@media (max-width: 575.98px) {
  #speaker .content-col a {
    height: auto;
    width: 80%;
    font-size: 15px;
    padding: 5px 0;
  }
}

/* ================================================= */
/* ------------------ Agenda Style ----------------- */
/* ================================================= */

#agenda {
  margin: 0 5rem;
  width: 120%;
  position: relative;
  padding: 90px 15px 55px 0;
  background: #f2f2f2;
}

/* #agenda .container {
  max-width: 700px;
} */
.org-img {
  margin-top: 0px !important;
  width: 300px;
  height: 300px;
}

.image-holder {
  object-fit: fill;
  display: grid;
  align-items: start;
}

#agenda .row {
  padding-top: 45px;
  border-bottom: 1px dotted #666;
}

#agenda .row:first-child {
  padding-top: 0;
}

/* #agenda .container:nth-child(4) {
  padding-top: 0;
  margin-top: 200px !important;
} */

#agenda .text-right {
  border-right: 1px dotted #666;
}

#agenda h2 {
  margin: 0;
}

@media (max-width: 575.98px) {
  #agenda h2 {
    font-size: 80px;
    font-weight: 400;
  }

  #agenda {
    margin: 0 1rem;
    width: 90%;
    padding: 5% 0 5% 0;
    /* Adjusted padding for smaller screens */
  }

  .org-img {
    margin: 0 20%;
    width: 250px !important;
    /* Adjusted width for smaller screens */
    height: 350px !important;
    /* Adjusted width for smaller screens */
    max-width: none;
    /* Removed max-width for smaller screens */
    height: auto;
    /* Added to maintain aspect ratio */
  }

  .commitee-names {
    font-size: 25px !important;
  }

  .position {
    font-size: 17px !important;
  }
}

/* ================================================= */
/* ------------------ Venue Style ------------------ */
/* ================================================= */

#venue {
  position: relative;
}

#venue .col-md-6 {
  padding: 0;
}

#venue .img-col,
#venue .des-col {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#venue .img-col {
  overflow: hidden;
}

#venue .img-col img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

#venue .img-col:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#venue .des-cols {
  background: #d2691e;
}

#venue .des-cols::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: -20px;
  background: #d2691e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 767.98px) {
  #venue .des-cols::before {
    top: -20px;
    left: calc(50% - 20px);
  }
}

#venue .des-col {
  padding: 30px;
  color: #ffffff;
}

#venue h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;

  letter-spacing: 1px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  #venue h2 {
    font-size: 35px;
  }
}

@media (max-width: 575.98px) {
  #venue h2 {
    font-size: 25px;
  }
}

#venue h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}

#venue p {
  font-weight: 300;
  margin: 0;
}

/* ================================================= */
/* ------------------ Tickets Style ---------------- */
/* ================================================= */

#ticket {
  position: relative;
  padding: 80px 0 90px 0;
  text-align: center;
}

#ticket .single-ticket {
  position: relative;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  #ticket .single-ticket {
    margin-bottom: 35px;
  }
}

#ticket h2 {
  display: block;
  font-size: 45px;
  line-height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  box-shadow: 0 0 0 0px #fff inset, 0 0 5px 0 rgba(000, 000, 000, 0.5);
  color: #d2691e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#ticket .single-ticket:hover h2 {
  box-shadow: 0 0 0 10px #fff inset, 0 0 5px 0 rgba(000, 000, 000, 0.5);
  background-color: #d2691e;
  color: #fff;
}

#ticket .single-ticket h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 15px;
}

#ticket .single-ticket a {
  display: inline-block;
  padding: 8px 30px;
  color: #ffffff;
  background: #d2691e;
}

#ticket .single-ticket:hover a {
  color: #d2691e;
  background: #222222;
}

/* ================================================= */
/* ------------------- Cart Style ------------------ */
/* ================================================= */

#cart {
  position: relative;
  padding: 80px 0 90px 0;
  background: #f2f2f2;
}

#cart table {
  margin-bottom: 0;
  text-align: center;
}

#cart .quantity input {
  width: 60px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  color: #666;
  margin: 0 2px;
}

#cart .quantity .q-btn {
  display: inline-block;
  background: #d2691e;
  color: #ffffff;
  height: 30px;
  width: 30px;
  font-size: 19px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cart a {
  display: inline-block;
  background: #d2691e;
  color: #ffffff;
  padding: 5px 30px 7px 30px;
  text-align: center;
}

#cart a:hover {
  color: #d2691e;
  background: #222222;
}

/* ================================================= */
/* ----------------- Checkout Style ---------------- */
/* ================================================= */

#checkout {
  padding: 80px 0 90px 0;
  background: #ffffff;
}

#checkout .form input {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

#checkout .form input:focus {
  border-color: #d2691e;
}

#checkout .form button[type="submit"] {
  border: none;
  background: #d2691e;
  padding: 9px 30px;
  margin-left: 15px;
  color: #ffffff;
  transition: 0.4s;
  cursor: pointer;
}

#checkout .form button[type="submit"]:hover {
  background: #222222;
  color: #d2691e;
}

#checkout .cards {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#checkout .cards p {
  display: inline-block;
  margin: 0;
}

#checkout .cards img {
  max-height: 30px;
}

/* ================================================= */
/* --------------- Call To Action Style ------------ */
/* ================================================= */

#call-to-action {
  padding: 80px 0 90px 0;
  background: #d2691e;
}

#call-to-action h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 45px;
}

#call-to-action .cta-btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 30px;
  font-weight: 700;
  color: #d2691e;
  background: #ffffff;
}

#call-to-action .cta-btn:hover {
  color: #ffffff;
  background: #222222;
}

@media (max-width: 767.98px) {
  #call-to-action h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }

  #call-to-action .cta-btn {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {
  #call-to-action h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  #call-to-action .cta-btn {
    font-size: 20px;
  }
}

/* ================================================= */
/* ----------------- Contact Style ----------------- */
/* ================================================= */

#contact {
  position: relative;
  padding: 80px 0 90px 0;
}

#contact .g-map {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  #contact .g-map {
    margin-bottom: 25px;
  }
}

#contact .form {
  background: #fff;
  color: #666666;
  font-weight: 400;
}

#contact .form #sendmessage {
  color: #d2691e;
  border: 1px solid #d2691e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

#contact .form input:focus,
#contact .form textarea:focus {
  border-color: #d2691e;
}

#contact .form button[type="submit"] {
  border: none;
  background: #d2691e;
  padding: 9px 30px;
  color: #ffffff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #222222;
  color: #d2691e;
}

/* ================================================= */
/* ------------------ Login Style ------------------ */
/* ================================================= */

#login {
  position: relative;
  padding: 80px 0 90px 0;
}

#login .form {
  background: #fff;
  color: #666666;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  #login .form:first-child {
    margin-bottom: 60px;
  }
}

#login .form input {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

#login .form input:focus {
  border-color: #d2691e;
}

#login .form button[type="submit"] {
  border: none;
  background: #d2691e;
  padding: 9px 30px;
  color: #ffffff;
  transition: 0.4s;
  cursor: pointer;
}

#login .form button[type="submit"]:hover {
  background: #222222;
  color: #d2691e;
}

.custom-control-label:before {
  background: #ffffff;
  border: 1px solid #ced4da;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background: #d2691e;
  border: 1px solid #d2691e;
}

.custom-radio .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
  border: 1px solid #d2691e;
}

/* ================================================= */
/* ------------------- Footer CSS ------------------ */
/* ================================================= */

#footer {
  position: relative;
  background: #000000;
  padding: 0 0 30px 0;
  text-align: center;
}

#footer .footer-top {
  background: #222222;
  padding: 45px 0;
}

#footer .footer-top .social-links a {
  margin: 0 10px;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  box-shadow: 0 0 0 4px #d2691e inset, 0 0 5px 0 rgba(000, 000, 000, 0.5);
  color: #fff;
  transition: all 0.3s;
}

#footer .footer-top .social-links a:hover {
  box-shadow: 0 0 0 4px #d2691e inset, 0 0 5px 0 rgba(000, 000, 000, 0.5);
  background: #d2691e;
  color: #222222;
}

@media (max-width: 575.98px) {
  #footer .footer-top .social-links a {
    margin: 0 2px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#card {
  box-sizing: border-box;
  height: 304px;
  margin-top: 10px;
  width: 30%;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  margin: auto;
  margin-top: 100px;
  align-items: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  height: auto; 
  position: relative;
  width: 90%;
  max-width: 40rem;
  margin: auto;
  padding: 1rem;
  margin-right: 12%;
}

#card:hover {
  border: 1px solid black;
  transform: scale(1.05);
}

#card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}
@media (max-width: 900px) {
  #card{
    margin-right: 10%;
  }
}
@media (max-width: 767.98px) {
  #card{
    margin-right: 5%;
    height: auto;
  }
}
/* ================================================= */
/* ------------ Responsive Section Header ---------- */
/* ================================================= */

@media (max-width: 767.98px) {

  #about,
  #ticket {
    padding: 50px 0 30px 0;
  }

  #speaker,
  #agenda,
  #cart,
  #checkout,
  #call-to-action,
  #contact {
    padding: 50px 0 60px 0;
  }
}

/* ================================================= */
/* ---------------- Responsive Media --------------- */
/* ================================================= */

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {

  .banner .banner-header,
  .banner .banner-nav {
    height: auto;
    padding: 20px 0;
    text-align: center;
  }

  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

.authorbtn a {
  width: 100%;
  color: #000;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.para {
  margin-top: 2%;
  font-size: 18px;
  /* margin-left:10%;
  margin-right:10%; */
}

.img-fluid {
  width: 100%;
}

@media (max-width: 768px) {
  .img-fluid {
    width: 80%;
    text-align: center;

  }

  .img-fluid img {
    align-items: center;
    text-align: center;
  }
}

.partners {
  width: 100%;
}

@media (max-width: 768px) {
  .partners img {
    width: 30px;

  }
}

.submitbtn {
  background-color: #d2691e;
  color: #fff;
  padding: 20px;
  font-weight: 800;
}

.para1 {
  margin-top: 2%;
  font-size: 20px;
  margin-left: 10%;
  /* margin-right:10%; */
}

.para1 a {
  font-size: 20px;
}

@media (max-width: 768px) {
  .logo {
    width: 35%;
  }
}



/* ================================================= */
/* ------------------ Index Speaker Style ----------------- */
/* ================================================= */

#indexspeaker {
  position: relative;
  padding: 80px 0 5px 0;
  width: 120%;
  background: #d2691e;
}

#indexspeaker .container {
  max-width: 700px;
  width: 100%; 
  max-width: none;
  padding: 0;
}

#contact .row{
  margin-left: 1.3rem;
}

#indexspeaker .row {
  padding-top: 45px;
  margin: 0;
  border-bottom: 1px dotted #666;
}

#indexspeaker .row:first-child {
  padding-top: 0;
}

#indexspeaker .text-right {
  border-right: 1px dotted #666;
}

#indexspeaker h2 {
  margin: 0;
}

#indexspeaker h3 {
  color: #fff;
}

#indexspeaker p {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 575.98px) {
  #indexspeaker{
      width: 100%;
  }

  #indexspeaker h2 {
    font-size: 20px;
    font-weight: 400;
  }
  #contact .row{
    margin: 0;
  }
}


/* ---------------------- */
@media (max-width: 575.98px) {
  .registration {
    width: 100%;

  }
}


/* ROLLING NOTIFICATION : MARQUEE */

.notification {
  font-size: 25px;
  color: red;
}



.card {
  z-index: 1;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 600px;
  border-radius: 5px;
}

.card:hover {

  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  /* height: 200px; */
  border-radius: 5px 5px 0 0;
}

@media (max-width: 768px) {
  .card {
    width: 70% !important;
    padding: 0px;
  }

  .para {
    font-size: 1em;
  }

  .imp {
    font-size: 1.3em;
  }
}

/*@media (max-width: 480px) {
  .card {
      padding: 10px;
  }

  .para {
      font-size: 0.3em !important;
  }

  .imp {
      font-size: 0.8em;
  }
} */

.containerhome {
  /* padding: 8px 16px; */
  color: black;
  margin: auto;
  display: flex;
}

.pdfviewer {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .pdfviewer {
    width: 100%;
    height: 720px;
  }
}

.accept-btn {
  width: 18rem;
  padding: 0;
  background: rgba(217, 217, 217, 0.58) !important;
  border: none;
  border-radius: 5px;
  border: 2px solid black;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  display: block;
  bottom: -2%;
  font-family: 'Arial', sans-serif;
}

.accept-btn:hover {
  background-color: rgba(217, 217, 217, 0.8);
  transform: scale(1.05);
  border: 2px solid #d2691e;
}

.accept-btn a {
  text-decoration: none;
  color: #000;
  display: block;
  object-fit: contain;
  background: none !important;
  transition: color 0.3s ease;
}

.accept-btn:hover a {
  color: #333 !important;
}

@media (max-width: 768px) {
  .accept-btn {
    width: 100%;
    padding: 0;
  }
  #accept-btn-reg {
    width: 90%;
    padding: 0;
  }
}
#author-instructions{
  text-decoration: underline !important;
    color: inherit !important;
    outline: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
}

.schedule-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.schedule-title {
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.schedule-description {
  color: #3d3223;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
}

.schedule-button-container {
  text-align: center;
}

.schedule-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: #d2691e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #000000;
  font-weight: bold;
  transition: all 0.3s ease;
}

.schedule-button:hover {
  background: #d2691e;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(235, 235, 235, 0.2);
}


@media (max-width: 768px) {
  .schedule-section {
      margin: 1rem;
      padding: 1.5rem;
  }

  .schedule-title {
      font-size: 1.5rem;
  }

  .schedule-description {
      font-size: 1rem;
  }

  .schedule-button {
      padding: 0.8rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .speakers-button-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 20px;
  }
}

.speakers-button {
  background-color: white;
  /* color: orange; */
  padding: 10px 20px;
  border-radius: 5px;
  margin: 2px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.speakers-button-container{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.speakers-button:hover { 
  background-color: #ffffff; 
  color: white;
  transform: scale(1.05); 
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
}

.bios {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.speaker-card {
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  text-align: center;
}

.speaker-card:hover {
  transform: scale(1.03);
}

.speaker-card h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.speaker-card img {
  width: 200px;
  height: 200px;
  border-radius:8px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #d2691e;
}

.speaker-card .bio {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .bios {
      flex-direction: column;
      align-items: center;
  }

  .speaker-card {
      max-width: 90%;
  }

  .speaker-card img {
      width: 150px;
      height: 150px;
  }
}

/* Update container1 and card styles for better mobile spacing */
.container1 {
  width: 100%;
  height: auto;
  margin: 1% 0;
  display: flex;
  margin-bottom: 20px; /* Reduced from 35px */
}

#card {
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  height: auto;
  width: 90%;
  max-width: 40rem;
  margin: 80px auto 20px; /* Adjusted margins */
  padding: 1rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #card {
    width: 90%;
    margin: 40px auto 10px; /* Reduced margins */
    padding: 0.8rem;
    z-index: 0;
  }
  
  .container1 {
    margin: 0;
    padding: 0 15px;
  }

  #about .about-des {
    padding-top: 10px; /* Reduced padding */
  }
}

@media (max-width: 575px) {
  #card {
    width: 95%;
    margin: 20px auto 10px; /* Further reduced margins */
    padding: 0.5rem;
    box-shadow: 8px 12px 36px rgba(0, 0, 0, 0.18);
  }
  
  .container1 {
    padding: 0 10px;
  }

  #about .about-des {
    margin-top: 20px; /* Reduced margin */
  }
}


