:root {
  --main-color: #007367;
  --main-light-color: #e5f0ef;
  --main-dark-color: #054f47;
  --text-color: #212529;
}

body {
  font-family: "Inter Regular";
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.7;
}

.form-select option,
select option,
textarea {
  font-family: "Inter Regular" !important;
}

.custom-list {
  line-height: 2;
}

.listItems li {
  margin-bottom: 8px;
}

/*
.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #A58255;
  /* Gold-ish bullet 
font-size: 22px;
line-height: 14px;
}

*/
/* button,
input,
select {
  letter-spacing: 1.5px;
} */

/* .bg-secondary {
  background-color: #A58255 !important;
  color: #fff;
} */

.mainClr {
  color: var(--main-color);
}

.SecondaryClr {
  color: #a58255;
  margin-bottom: 10px !important;
}

/* .bg-yellowlight {
  background-color: #FEF4E4 !important;
} */

.btn-primary {
  color: #fff;
  background-color: #007367 !important;
  border-color: #007367 !important;
  border-radius: 1px;
  width: fit-content;
  padding: 11px 23px;
}

.btn-secondary {
  color: #fff;
  background-color: #a58255 !important;
  border-color: #a58255 !important;
  border-radius: 1px;
  width: fit-content;
  padding: 11px 23px;
}

a {
  color: #000;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #007367;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2f9d90;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #077367;
  border-top-color: #e2e5fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
#hero {
  width: 100%;
  background: #fff;
  text-align: center;
}

.hero {
  padding-top: 20px;
}

.hero {
  position: relative;
  background: url(../../assets/img/event-banner.png) center / cover no-repeat !important;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f4e4c9;
  border-radius: 0px !important;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  top: 40%;
  bottom: 0;
}
/* .registration-card h2 {
  text-align: center;
} */

.registration-card {
  /* width: 100%;
  background: white;
  border-radius: 25px; */
  /* border: 0.54px solid #e1e1e1; */
  /* box-shadow: -0.54px 8.66px 15.37px rgba(0, 0, 0, 0.12); */
  /* z-index: 1; */
}

/* .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 29px;
  border: 0.54px solid #e1e1e1;
  width: 100%;
  background: white;
  border-radius: 25px;
  padding: 35px;
} */

.card-body p {
  font-size: 14px;
}

.form-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #007367;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.42px;
  line-height: 38.9px;
  white-space: nowrap;
  /* padding: 5.41px; */
  margin-bottom: 0px;
}

.captcha-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  justify-content: center;
  /* margin-bottom: 30px; */
  flex-wrap: wrap;
}

.captcha-image {
  width: 155px;
  height: 41px;
  object-fit: cover;
}

/* .captcha-input {
  width: 219px;
  height: 40px;
  padding: 10.2px 12.99px;
  background: #f5f5f5;
  border-radius: 13.53px;
  border: 0.54px solid #d9d9d9;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  text-align: center;
  line-height: 19.2px;
} */

.submit-button,
.submit-button:hover {
  /* display: flex;
  align-items: center;
  margin: auto; */
  padding: 6px 30px;
  background-color: #007367;

  color: #fff;
}

.form-control:focus {
  border-color: #a7cfcb;
  outline: 0;
  box-shadow: none;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#header {
  background: #077367;
  transition: all 0.5s;
  z-index: 997;
  padding: 2px 0;
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#header .logo a {
  color: #2d405f;
}

.gitamlogo {
  width: 160px;
  margin-left: 20px;
}

#header .logo img {
  max-height: 59px;
}

.mobile-img {
  display: none;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 10px 0 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover > a {
  color: #8bcbb7;
}

.navbar .active,
.navbar .active:focus {
  color: #fff;
}

.mobile-nav-toggle {
  color: #f2e0c1;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.box-inner {
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 41, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2d405f;
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
  color: #077367;
}

#hero {
  width: 100%;
  background: #fff;
  text-align: center;
}

#hero .container {
  /* padding-top: 35px;
  padding-bottom: 35px; */
  margin-top: 15px;
}

/* #hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #141d2b;

  color: #2d405f
} */

/* #hero h2 {
  color: #466393;
  margin: 15px 0 0 0;
  font-size: 24px;
  color: #2d405f
} */

#hero .hero-img {
  max-width: 60%;
  margin-top: 40px;
}

@media (max-width: 992px) {
  #hero h1 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }

  .event-date {
    font-size: 16px !important;
  }

  #hero h2 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0px;
  }

  #hero .hero-img {
    max-width: 90%;
  }

  .hero-content {
    top: -70px !important;
  }

  .info-bar {
    width: 100%;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
    justify-content: space-between;
  }
}

section {
  padding: 40px 0;
  overflow: hidden;
}

/* .subsecpadding {
  padding: 70px 0;
  overflow: hidden
} */

.venueec {
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 15px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.register_button {
  position: fixed;
  right: 46px;
  top: 25%;
  z-index: 9999;
  text-align: center;
  line-height: initial;
  width: auto;
  color: #fff;
  background-color: var(--main-color);
  font-size: 16px;
  padding: 0 1.5625rem;
  height: 45px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  transform: rotate(-90deg);
  transform-origin: right top;
}

.register_button:hover {
  color: #fff;
}

.register_button1 {
  top: 60% !important;
}

.mobile-banner {
  display: none;
}

.banner-section {
  position: relative;
}

.desktop-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-title {
  font-size: 35px;
  color: #007367;
  margin-bottom: 15px;
  font-family: "Forma DJR Display Medium";
  letter-spacing: 1.5px;
}

.sub-title {
  font-family: "Inter Medium";
  /* color: #a58255; */
  margin-bottom: 15px;
}

.bg-border {
  border: 1px solid #c4ece8;

  padding: 25px;
  border-radius: 15px;
  color: #007367;
}

.bg-yellow {
  background-color: #f7e6cb;
  border-radius: 15px;
  padding: 25px;
  /* color: #A58255; */
}

.text-justify {
  text-align: justify;
}

/* tabs */
.tabsContainer .tabsLine .nav-tabs .nav-link {
  margin-bottom: inherit;
  border: none;

  padding: 10px 10px 8px 10px;
  margin-right: 13px;
  text-align: center;
  color: var(--text-color);
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabsContainer .tabsLine .nav-tabs .nav-item.show .nav-link,
.tabsContainer .tabsLine .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--main-color);
  color: var(--main-color);
  font-family: "Inter Medium";
}

.tabsContainer .tabsLine .nav-item {
  white-space: nowrap;
}

.carousel {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  /* width: 100%; */
  border-radius: 15px;
}

.slick-list {
  padding: 0px !important;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
  border-radius: 16px;
}

.slick-prev::before,
.slick-next::before {
  color: var(--main-color);
  font-size: 30px;
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: 100%;
  width: 40px;
  height: 40px;
}

.slick-next {
  right: 48%;
}

.slick-prev {
  left: 45%;
}

.card-title {
  font-size: 15px !important;
  font-family: "Inter Medium" !important;
  margin-bottom: 0px;
  color: #077367;
}

.patrons .card {
  /* background: #f7e6cb; */
  border: none;
  padding: 0;
}

.card {
  border: none;
  border: 1px solid #f7e6cb;
  border-radius: 15px;
  padding: 25px;
}

.Keynote .card {
  border: none;
  border-radius: 0;
  padding: 0;
}

/* highlight */
.section-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-right: 10px;
}

.highlight-item .icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 10px;
}

.info-section {
  display: flex;
  align-items: flex-start;

  border-radius: 15px;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.highlight-item {
  /* padding: 15px;
  border-radius: 15px; */
  display: flex;
  align-items: flex-start;
}

.highlight-title {
  font-size: 18px;
  font-family: "Inter Medium" !important;
}

.agenda-time {
  color: #a58255;
  font-family: "Inter Medium" !important;
}

.speakers .card {
  padding: 15px;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 15px;
  /* border: 1px solid #ceece9; */
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.our-team-sec .card {
  padding: 15px;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 15px;
  border: none !important;
  box-shadow:
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.our-team-sec .mainClr {
  color: #077367 !important;
  margin-bottom: 10px !important;
}

.our-team-sec p,
.committee p {
  font-size: 14px;
}

.our-team-sec .agenda-speaker,
.committee .agenda-speaker {
  color: #555a66 !important;
  font-weight: 600;
  font-size: 14px;
}

.committee .card,
.sponsors .card {
  border: none;
  background: #fff;
}

.contact-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 40px;
  padding: 25px 30px;
  width: fit-content;
  min-width: 300px;
  display: inline-block;
  margin: 20px;
  text-align: center;
}

/* Title Badge */
.contact-title {
  position: absolute;
  top: -15px;
  left: 25%;
  transform: translateX(-50%);
  background: #b2885c;
  color: white;
  padding: 6px 18px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
  white-space: nowrap;
}

/* Contact Info */
.contact-info {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #9a7b59;
}

.contact-info i {
  color: #b28a5e;
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 600px) {
  .contact-card {
    width: 95%;
    padding: 25px 15px;
  }

  .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}

hr {
  color: #bb8c43;
}

.chair-icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  /* background: #008374; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  margin-right: 5px;
  font-size: 15px;
}

.managementChairs {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.chair-name {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}

.footer {
  background: #077367;
  color: #fff;
  padding: 20px;
}

table {
  border-color: #fbefdb !important;
}

table th {
  color: var(--main-color) !important;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 16px;
  padding: 12px !important;
  white-space: nowrap;
}

table thead th {
  background-color: #fff6e8 !important;
}

.registration tr {
  border-bottom: 1px solid 1px solid #fbefdb;
}

/* .borderBottom {
  border-bottom: 1px solid #ccc !important;
} */

td {
  color: #a58255 !important;
  font-family: "Inter Medium";
  font-size: 15px;
}

.list-group-item {
  border-bottom: 0px;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* contact */
.contact .details {
  margin-top: 10px;
  border: 1px solid #c4ece8;
  padding: 15px;
  border-radius: 10px;
}

.contact .details h3 {
  color: #007367;
  font-size: 17px;
}

.contact .details i {
  color: #dd7a34;
}

@media (max-width: 480px) {
  .cardImg {
    display: flex;
    justify-content: center;
  }

  .card-body {
    text-align: center;
  }
}

.gallery .slick-slide img {
  width: 100% !important;
  border-radius: 15px;
}

@media (max-width: 768px) {
  /* .desktop-banner {
    border-radius: 30px;

  } */

  .hero {
    background: url(../../assets/img/mobile-banner.png) center / cover no-repeat !important;
  }
  /* 
  .mobile-banner {
    display: block;
  }

  .desktop-banner {
    display: none;
  } */

  .info-item {
    font-size: 15px;
  }

  /* 
  section {
    padding: 40px 0;
  } */

  .seperator {
    display: none;
  }

  .back-to-top {
    bottom: 52px;
  }

  #hero .container {
    margin-top: 15px;
  }

  /* section {
    padding: 25px 0;
    overflow: hidden;
  } */

  .subsecpadding {
    padding-bottom: 55px;
    overflow: hidden;
  }

  .slick-slider {
    margin-bottom: 0px;
  }

  /* .mobile-banner {
    display: none
  } */

  .section-title {
    font-size: 28px;

    margin-bottom: 5px;
  }

  /* .registration-card {
    margin-bottom: 60px;
  } */

  .register_button {
    position: fixed;
    left: 49%;
    bottom: 0;
    top: 93%;
    z-index: 9999;
    text-align: center;
    line-height: initial;
    width: 51%;
    font-size: 16px;
    padding: 0;
    height: 56px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    transform: rotate(0deg);
    transform-origin: right top;
    font-size: 14px;
  }

  .register_button1 {
    right: 50%;
    left: 0;
    bottom: 0% !important;
    top: 93% !important;
    width: 49%;
    border-right: 3px solid #054f47;
  }
}

@media only screen and (max-width: 992px) {
  .slick-prev {
    left: 35%;
  }

  .slick-next {
    right: 40%;
  }

  .tabsContainer .tabsLine .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .info-bar.container {
    max-width: 100% !important;
    text-align: center !important;
    /* gap: 1rem !important; */
    padding: 10px 5px!important;
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .info-bar.container {
    max-width: 100% !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 991px) {
  .slick-prev {
    left: 44%;
  }

  .slick-next {
    right: 44%;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .slick-prev {
    left: 43%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar a,
  .navbar a:focus {
    padding: 10px 0 10px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Dark overlay */
.conference-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  /* show above overlay */
  max-width: 900px;
}

.banner-content h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.banner-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0;
}

.date-box {
  display: inline-block;
  background: #333;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: "Inter Medium";
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.location i {
  color: #dd7a34;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.location h6 {
  font-size: 15px;
  color: #545050;
  font-weight: 400;
  line-height: 25px;
}

.cardImg {
  height: auto;
  overflow: hidden;
  /* border-radius: 15px; */
}

.patrons .cardImg {
  border-radius: 15px;
}

.cardImg {
  border-radius: 15px;
}

.sponsors .agenda-speaker {
  font-size: 18px;
}

.sponsors .highlight-title {
  font-size: 25px;

  margin-top: 10px;
}

.main_top1 {
  background: #054f47;
  padding: 3px 0px;
  overflow-x: hidden;
}

.main_top1 h6 {
  color: #000;
  margin-top: 6px;
  /* font-weight: 600; */
  margin: 5px;
}

.main_top1 h6 a {
  color: #fff;
}

marquee {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.main_top1 .border_left {
  margin-left: 50px;
  margin-right: 50px;
}

.contact {
  padding-bottom: 80px;
}

/* Show arrows clearly on top of image */
.slick-lightbox-slick .custom-lightbox-prev,
.slick-lightbox-slick .custom-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.slick-lightbox-slick .custom-lightbox-prev {
  left: 25px;
}

.slick-lightbox-slick .custom-lightbox-next {
  right: 25px;
}

/* Hide slider arrows when lightbox is open */

.bxs-chevron-left::before,
.bxs-chevron-right::before {
  display: none !important;
}

.badge {
  font-weight: 500;
  font-family: "Inter Medium";
  font-size: 14px;
}

.info-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #004d40;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  /* width: 69%; */
  z-index: 2;
}

.event-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #f4e4c9;
}

.event-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  gap: 10px;
}

.event-date::before,
.event-date::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
  opacity: 0.8;
}

.info-img {
  width: 40px;
  height: auto;
}

.info-text-left {
  text-align: left;
}

.info-item {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.info-item h6 {
  font-size: 18px;
  font-weight: 600;
  color: #a58255;
}

.accordion-button:not(.collapsed) {
  color: #077367;
  background-color: #ffffff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color) #dee2e6;
}

.mainClr {
  color: #0e0e0e;
}

.regdbtn {
  background-color: #f7e6cb;
  color: #077367 !important;
  padding: 5px 10px !important;
  margin-left: 30px;
  border-radius: 7px;
}

body.footer-visible {
  padding-bottom: 70px !important;
  /* move content above buttons */
}

@media (max-width: 525px) {
  .highlight-item {
    display: block;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 55vh;
    /* justify-content: flex-start; */
  }

  .event-date::before,
  .event-date::after {
    display: none;
  }
}

.date-item {
  width: 100%;
  padding: 20px;
  border: 1px solid #007367;
  border-radius: 12px;
  /* background: #fafafa; */
  transition: transform 0.3s;
  text-align: center;
}
.date-item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #007367;
  margin-bottom: 5px;
}
.date-item p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
#workshops a{
  color: #007467;
  text-decoration: underline;
  font-weight: 600;
}
.navbar .dropdown {
    position: relative;
}

.navbar .dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 26px;
    min-width: 200px;
    background: #fff;
    padding: 0px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    z-index: 999;
}

.navbar .dropdown:hover > ul {
    display: block;
}

.navbar .dropdown ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.navbar .dropdown ul li a:hover {
    background: #f5f5f5;
}

.navbar .dropdown i {
    margin-left: 5px;
    font-size: 12px;
}

.navbar-mobile .dropdown ul {
    display: none;
    position: static !important;
    padding: 0;
    margin: 8px 0 0 20px;
    background: #f5f5f5;
    border-radius: 4px;
}

.navbar-mobile .dropdown ul.dropdown-active {
    display: block !important;
}

.navbar-mobile .dropdown ul li a {
    padding: 10px 15px;
    display: block;
    font-size: 14px;
}

.workshop-card{
    position:relative;
    background:#fff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.workshop-card:hover{
    transform:translateY(-6px);
}

/* Badge */
.badge-workshop{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #007467;
    color: #fff;
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 12px;
}

/* Image wrapper */
.workshop-img-wrapper{
    position:relative;
    border-radius:12px;
    overflow:hidden;
}

/* Reduced height */
.workshop-img{
    width:100%;
    height:230px;   /* 👈 reduced height */
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

/* Button overlay */
.preview-btn{
    position:absolute;
    bottom:12px;
    right:12px;
    font-size:12px;
    border-radius:20px;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

/* Hover zoom */
.workshop-img-wrapper:hover .workshop-img{
    transform:scale(1.05);
}
@media (max-width: 480px) {
  .hero-content .mb-5{
    margin-bottom: 1rem !important;
  } 
}

 /* chiefguest section */

 .chief-guest-section {
    background: #f8fafb;
}

.keynote-box {
    background: linear-gradient(135deg, #007367, #009688);
    color: #fff;
    padding: 24px;
    border-radius: 16px;
}

.keynote-box .badge {
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.chief-guest-section .card {
    transition: transform .3s ease;
}

.chief-guest-section .card:hover {
    transform: translateY(-4px);
}

/* contactus with email */
.contact-email-box{
    display:flex;
    align-items:center;
    gap:16px;

    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;

    padding:18px 24px;

    box-shadow:0 6px 20px rgba(0,0,0,0.06);
}

.contact-icon{
    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#007367;
    color:#fff;

    border-radius:50%;
    font-size:1.3rem;
}

.contact-label{
    font-size:0.85rem;
    color:#666;
    margin-bottom:2px;
}

.contact-email{
    color:#007367;
    text-decoration:none;
    font-size:1.1rem;
    font-weight:600;
}

.contact-email:hover{
    color:#005f56;
}

@media (max-width:767px){

    .contact-email-box{
        flex-direction:column;
        text-align:center;
        padding:20px;
    }

    .contact-email{
        font-size:1rem;
        word-break:break-word;
    }
}
/* new national speaker section */
.cardImg .img-fluid{
  border-radius: 15px;
}
.tabsContainer {
    margin-top: 30px;
}

.tabsContainer .nav-tabs {
    border-bottom: 1px solid #d9d9d9;
    gap: 10px;
}

.tabsContainer .nav-link {
    border: none;
    color: #555;
    font-weight: 500;
    padding: 12px 18px;
    background: transparent;
}

.tabsContainer .nav-link.active {
    color: #007367;
    border-bottom: 3px solid #007367;
    background: transparent;
}

.sub-title {
    color: #8b6a3e;
    font-weight: 500;
    margin-bottom: 30px;
}

.workshop-speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.workshop-speaker-card {
    flex: 0 0 calc(50% - 12px);
    text-align: center;
}

.workshop-speaker-image {
    width: 100%;
    max-width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    background: #ececec;
}

.workshop-speaker-name {
    color: #007367;
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 767px) {

    .workshop-speaker-card {
        flex: 0 0 100%;
    }

    .workshop-speaker-image {
        max-width: 220px;
        height: 280px;
    }

    .tabsContainer .nav-link {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
}

.speaker-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;

    display: flex;
    flex-direction: column;

    transition: all 0.3s ease;
}

.speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 115, 103, 0.12);
}

.speaker-card img {
    width: 100%;
    display: block;
}

.speaker-content {
    padding: 16px;
    text-align: center;
    margin-top: auto;
}

.speaker-content h5 {
    color: #007367;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    min-height: 44px;
}

.speaker-content p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
    min-height: 54px;
}
 