@charset "UTF-8";
/* body {
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
} */

* {
  font-family: "Space Grotesk", sans-serif;
  box-sizing: border-box;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  text-align: center;
  color: #fff !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight:  400 !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.75);
}
.header-content {
  padding-top: 100px;
}

.flex-shrink-0 {
  margin-top: 0px;
}

/* header{
  height: 100%;
  padding-bottom: 200px;
  background: linear-gradient(273.36deg, #003166 0%, #007AFF 100%);
} */
.header-content {
  background: linear-gradient(273.36deg, #003166 0%, #007aff 100%);
  padding-bottom: 200px;
  margin-top: 0;
}

.wally-header {
  background-color: white !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bg-light.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main {
  margin-top: 0;
}
.left-container h2,
.left-container p {
  color: rgba(255, 255, 255, 1);
}

.left-container h2 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.left-container p {
  margin-bottom: 30px;
}

.wallycard-card-info {
  position: relative;
  left: 5%;
}
.wallycard-btn-white {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #003166;
  background-color: #ffffff !important;
  padding: 11px 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
}
.wallycard-btn-white-outline {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #003166;
  border: 1px solid #003166 !important;
  background-color: #ffffff;
  padding: 11px 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
}

.wallycard-btn-card a {
  background-color: #ffffff !important;
  color: #003166 !important;
  border-radius: 5px;
  position: relative;
  align-items: center;
  top: 4px;
  display: flex;
  padding: 5px 5px;
  width: 100px;
  letter-spacing: 0.05em;
  text-align: center;
}

.wallycard-card {
  width: 506px;
  height: 288.95px;
  background: #003166;
  border: 1px solid #003166;
  border-radius: 12px;
  margin: 10px auto;
  position: relative;
}

.card__figure {
  position: relative;
  height: 40px;
  margin: 0;
}

.card__figure--logo {
  --widthLogo: 130px;
  width: var(--widthLogo);
  position: absolute;
  right: 25%;
  transform: translate(calc(var(--widthLogo) / 2), 10px);
}

.card__reader {
  width: 50px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translate(33px, -40px);
  overflow: hidden;
}

.card__reader--risk {
  width: 50px;
  height: 40px;
  border-radius: 13px;
  background: transparent;
  border: 1px solid #666;
  position: absolute;
  z-index: 0;
}

.card__reader--risk-one {
  transform: translate(37px, 15px);
}

.card__reader--risk-two {
  transform: translate(15px, 30px);
}

.card__reader--risk-three {
  transform: translate(-37px, -15px);
}

.card__reader--risk-four {
  transform: translate(-15px, -30px);
}

.card__number {
  font-size: 1.3em;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2.5px;
  text-align: left;
  margin-left: 15px;
  margin-top: 80px;
  z-index: 1;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
}

.card__location {
  font-size: 0.5em;
  font-family: "Space Grotesk", sans-serif;
}

.card__dates {
  position: absolute;
  width: 20%;
  font-size: 0.5em;
  display: flex;
  color: #fff;
  bottom: 22%;
  right: 20%;
  font-family: "Space Grotesk", sans-serif;
}

.card__dates .card__valid {
  font-size: 22px;
  margin-left: 15px;
  font-weight: 900;
  margin-top: -5px;
}
.card__name {
  font-family: var(--font);
  font-size: 0.5em;
  font-weight: normal;
  color: #fff;
  left: 2.6%;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
}

.card__flag {
  right: 30px;
  top: 45%;
  border-radius: 25px;
  transform: translate(0, -28px);
  position: absolute;
  height: 110px;
  width: 80px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.card__flag--globe {
  --margin: 5px;
  width: calc(100% - (var(--margin) * 2));
  background-color: #b7b2b8;
  height: 50%;
  border-radius: 20px;
  margin: var(--margin);
  background: repeating-linear-gradient(
    0deg,
    #dbd1dc,
    #dbd1dc 5px,
    #b2aab5 7px,
    #b2aab5 5px
  );
}

.card__flag--globe::after,
.card__flag--globe::before {
  content: "\f0ac";
  font-family: FontAwesome;
  color: rgba(0, 0, 0, 0.2);
  font-size: 3em;
  top: 6px;
  left: 2px;
  position: absolute;
}

.card__flag--globe::after {
  transform: translateX(10px);
}

.card__flag--globe::before {
  transform: translateX(25px);
}

.card__flag--red {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ce0e1d;
}

.card__flag--yellow {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e39833;
}

.card__flag--yellow::after {
  content: "MasterCard";
  position: absolute;
  font-size: 0.7em;
  top: 50%;
  transform: translate(-25px, -7px);
  font-family: var(--masterFont);
  font-style: italic;
  font-weight: 800;
  color: #fff;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.partner-section .logo-section img {
  cursor: pointer;
  filter: grayscale(100%);
  margin-right: 16px;
}
img {
  max-width: 100% !important;
}

.partner-section {
  padding-top: 32px;
  padding-bottom: 22px;
}

.how-it-works-section {
  padding-top: 10px;
  padding-bottom: 40px;
}

.how-it-works-section .steps-card .card-container {
  padding: 40px;
  border: 0.5px solid #003166;
  border-radius: 8px;
  height: 100%;
}

h2.how-it-works-title {
  margin-bottom: 1.2em;
}
.how-it-works-title {
  text-align: left;
}

.footer-top {
  /* background: rgba(34, 34, 34, 0.03); */
  background: #f5f5f5;
  /* padding-bottom: 20px; */
}
.footer-top .left-side {
  background: #5b3a10;
}
.bottom-footer {
  background: #291029;
  padding: 10px;
}
.footer-top h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 45px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.social-icons > a {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50px;
}
.social-icons a i {
  font-size: 32px;
}

.footer-top p {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  display: flex;
  align-items: center;

  color: #ffffff;
}
/* .info-container{
  width: 500px;
} */
.footer-top .footer-form .form-container .contact-us-form,
.footer-top .footer-form .form-container #gform_wrapper_2 {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(82, 87, 92, 0.15);
  border-radius: 2px;
  padding: 40px;
  width: 100%;
}
#gform_fields_2 label {
  display: none;
}

.footer-top
  .footer-form
  .form-container
  .contact-us-form
  input:not([type="checkbox"]),
.footer-top .footer-form .form-container .contact-us-form textarea,
.footer-top
  .footer-form
  .form-container
  #gform_wrapper_2
  input:not([type="checkbox"]),
.footer-top .footer-form .form-container #gform_wrapper_2 textarea {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #52575c;
  padding: 17px 16px;
}
.gform_footer {
  width: 150px;
}
.divider {
  height: 1px;
  color: #123455;
  background-color: #ddd;
  border: none;
}

.office-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 25px;
  color: #ffffff;
}

.text-white {
  color: #ffff !important;
}

.text-sm,
.text-sm div > p {
  font-weight: 300;
  font-size: 14px !important;
  line-height: 21px;
  color: #ffffff;
}

.hidden {
  display: none;
}

.faq {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.accordion-item-wally {
  border-bottom: 0px !important;
}
.accordion .accordion-item-wally {
  border-bottom: 0px solid #e5e5e5;
  padding-right: 20px;
  padding-left: 20px;
}
.accordion .accordion-item-wally button[aria-expanded="true"],
.accordion .accordion-item-wally button[aria-expanded="false"] {
  border-bottom: 1px solid #e5e5e5;
}
.wally-accordion {
  padding: 30px;
  background: #ffffff;
  border-radius: 4px;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  border: none;
  background: none;
  outline: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #282938;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #282938;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #282938;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 12px;
  height: 12px;
  border: 0px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #282938;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  overflow-y: auto;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.partner-heading,
.how-it-works-title {
  color: #282938 !important;
  text-transform: capitalize !important;
  font-weight: 500;
  font-size: 24px !important;
}

.about-us-section {
  margin-top: 120px;
  margin-bottom: 80px;
}

.about-us-section .about-container {
  background: #003166;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
  padding: 30px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.about-us-section .about-container > .info_title {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #fff;
}
.about-us-section .about-container > p {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 0px;
  display: block;
  color: #fff;
}

.what-wallycard-can-do {
  padding-top: 20px;
  padding-bottom: 50px;
}
.divider-gray {
  height: 1px;
  color: #123455;
  background-color: #ddd;
  border: none;
}

.heading_text,
.heading_text {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.primary_blue_text {
  color: #003166;
}
.light_black_text,
.light_black_text p {
  color: rgba(0, 0, 0, 0.7);
}
ul.paragraph_text > li {
  list-style: none;
}
ul.paragraph_text > li a {
  color: var(--bs-body-color);
}
ul.paragraph_text > li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  height: 2.15rem;
  margin-left: -2.15rem;
  color: #003166;
  margin-top: -2.15rem;
  position: relative;
  top: 0.1rem;
  width: 2.15rem;
}

.section_right_image {
  -moz-box-pack: end;
  justify-content: flex-end;
  -moz-box-ordinal-group: 3;
  order: 2;
  text-align: right;
}
.section_image_container {
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
  justify-content: flex-start;
  position: relative;
}

/* .section_image_container .image_content,
.right-pane {
    height: auto;
    max-height: 25rem;
    max-width: 50%;
    width: auto;
} */

#contact-us-form.success:after,
#contact-us-form-header.success:after,
#whitepaper-form.success:after {
  content: "Submitted! We’ll be in touch";
  bottom: 40px;
  right: 40px;
  z-index: 100;
  position: absolute;
  padding: 6px 17px 6px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #219653;
  background: no-repeat 8px 7px url("../img/submit.svg"),
    rgba(33, 150, 83, 0.05);
  border: 1px solid #219653;
  box-sizing: border-box;
  border-radius: 2px;
}

@media screen and (max-width: 991px) {
  .steps-card {
    margin-bottom: 10px;
  }
}

.navbar-brand img {
  height: 80px !important; 
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.banner-section .right-pane {
  position: relative;
  margin-left: 15px;
  margin-top: 20px;
  height: 550px !important;
  mask-size: 480px !important;
  -webkit-mask-size: 480px;
  mask-position: 0px center;
  -webkit-mask-position: 0px center;
  mask-image: url(../img/mask-image.png);
  -webkit-mask-image: url(../img/mask-image.png) !important;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.banner-section .right-pane img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.banner-section .image:after {
  pointer-events: none;
  content: "";
  position: absolute;
  background-color: #062e64;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.about-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.grey_text {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ucmp-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
}

.ucmp-card h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #151a30;
}

.contact-us-btn a.nav-link {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff !important;
  background-color: #b07317 !important;
  padding: 10px 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
}
#gform_submit_button_2,
#gform_submit_button_1 {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 8px;
  letter-spacing: 0.05em;
  color: #ffffff !important;
  background-color: #b07317 !important;
  padding: 12px !important;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
}
#input_2_5 {
  height: 100px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 40px;
  margin-bottom: 24px;
}

div.logo {
  /* background: #fff; */
  /* padding: 10px; */
  display: table;
}

div.logo img {
  object-fit: contain;
  display: table-cell;
  vertical-align: middle;
}

.partner-section {
  background-color: #fafafa;
}

.partner-heading {
  text-transform: uppercase;
  /* padding: 0; */
  font-weight: 500;
  font-size: 14px;
  transform: translateY(0%);
  display: inline-block;
}

.text-uppercase {
  text-transform: uppercase !important;
}
.mt-left {
  margin-left: 45px;
}
.banner-section {
  background-color: #b07317;
  padding-bottom: 100px;
  margin-top: -20px;
}

.address-info-section {
  padding-bottom: 10px;
  padding-top: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.address-info-section p {
  font-weight: 500;
  font-size: 17px;
}

.event-info {
  top: 30%;
  word-wrap: break-word;
  position: relative;
}

.banner-section .event-info h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  word-wrap: break-word;
  line-height: 74px;
  color: #ffffff;
}

.banner-section .event-info p {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 48px;
  word-wrap: break-word;
  color: #ffffff;
}

.event-info a {
  margin: 0 5px 0px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.event-info a:hover {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.register-btn,
.register-btn:hover {
  background: #ffffff;
  border-radius: 4px;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #1b1c2b !important;
  padding: 6px;
}

.contact-btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 6px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}

#timer {
  background-color: #cb8928;
  padding: 8px;
  border-radius: 12px;
}

#timer span {
  margin: 0 5px 0 0;
  font-size: 28px;
  padding: 5px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#timer span.secs {
  border-right: none !important;
}
.modal-dialog-scrollable .modal-content {
  padding: 10px;
}

#ucmp-carousel {
  position: relative !important;
  width: 100%;
  /* margin-top: -20px; */
  z-index: -1;
}
.img-fluid {
  height: 75vh !important;
  width: 100% !important;
}

#ucmp-carousel img {
  object-fit: cover !important;
}

picture {
  display: block;
  width: 100% !important;
  object-fit: cover !important;
  overflow: hidden;
}

.custom-nav-bg {
  background-color: transparent !important;
  background: transparent !important;
}

.carousel-caption h1 {
  font-size: 2rem;
  line-height: 50px;
  font-weight: 500;
  text-align: left !important;
  text-transform: uppercase;
}

.carousel-caption p {
  position: relative;
  font-size: 2.125rem;
  line-height: 150%;
  text-align: left !important;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.875rem;
  font-weight: 700;
}

.carousel-caption {
  top: 50% !important;
}

.img_overlay3 {
  background: #000;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  div.logo {
    width: 150px;
    background: #fff;
    padding: 10px;
    display: table;
  }
  .partner-logos {
    display: grid;
    margin-left: 10px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 13px;
    row-gap: 10px;
    margin-bottom: 4px;
  }
  #timer span {
    font-size: 18px !important;
  }
  .banner-section .event-info h2,
  .carousel-caption h1 {
    font-size: 15px;
  }
  .banner-section .event-info p,
  .carousel-caption p {
    line-height: 18px;
    font-size: 14px;
  }
  .banner-section .right-pane {
    margin-top: 60px;
  }
  .wally-header {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .banner-section {
    margin-top: -15px;
  }
  .ucmp-card {
    margin-bottom: 20px;
  }
  .footer-top .left-side {
    padding-bottom: 70px;
  }
  .mt-left {
    margin-left: 5px;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  div.logo {
    width: 100px;
    background: #fff;
    padding: 4px;
  }

  .partner-logos {
    display: grid;
    margin-left: 10px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 13px;
    row-gap: 10px;
    margin-bottom: 4px;
  }

  #timer span {
    font-size: 11px !important;
  }

  .banner-section .event-info h2,
  .carousel-caption h1 {
    font-size: 10px !important;
    line-height: 24px;
  }

  .banner-section .event-info p,
  .carousel-caption p {
    line-height: 18px !important;
    font-size: 14px !important;
  }

  .banner-section .right-pane {
    margin-top: 60px;
  }

  .wally-header {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .banner-section {
    margin-top: -15px;
  }

  .ucmp-card {
    margin-bottom: 20px;
  }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.carousel-item {
  position: relative;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2)); /* Darker at the top and lighter at the bottom */
  z-index: 1;
}


.carousel-item img {
  position: relative;
  z-index: 0; 
}

.carousel-caption {
  position: relative;
  z-index: 2;
}


.bg-primary-1 {
  --bs-bg-opacity: 1;
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80{
  padding-top: 120px !important;
}

.bg-secondary2 {
    background-image: linear-gradient(120deg, #b07317 5%, #5b3a10);
    color: #fff;
    line-height: 40px;
}
.bg-secondary2 a,
.bg-secondary2 a:hover {
  color: #ddd;
}

.navbar-nav .nav-link:before {
    background-color: unset !important;
}

.footer-top .left-side {
    background: #f5f5f5 !important;
    color: #000 !important;
}
.footer-top p,
.footer-top h3 {
  color: #000 !important;
}

body p{
  font-size: 18px !important;
}

.why-section ul > li{
  list-style: none ;
}

.why-section ul{
  padding-left: 0 !important;
}

.contact-us-btn  > a{
  color: #fff !important;
}

.smls-grid-pad-container img{
  object-fit: contain !important;
  height: 100px !important;
}

.html-section{
  padding-top: 100px !important;
  padding-bottom: 10px;
}

/* new custom css */
 .container-fluid{
    --ar-gutter-x: 0px !important;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.heade-container{
  background-color:  rgba(0, 0, 0, 1) !important;
  padding: 40px;
  margin-bottom: 100px;
}
.menu-color-orange,
.contact-us-btn a.nav-link{
  background: #804B26 !important;
  background-color: #804B26 !important;
}

.logo img{
    max-width: 100px;
    height: 100px !important;
    width: 100% !important;
}
.swiper-button-next,
.swiper-button-prev{
  color: #000 !important;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 100% !important;
}


:root {
  --stat-highlight-gradient: linear-gradient(270deg, #2b8a3e 80%, #f7b733 100%);
}

.stat-section {
  background: var(--stat-highlight-gradient) !important;
  background-color: #2b8a3e !important; /* fallback */
  padding: 20px 0;
  color: #fff;
}
.stat-number {
  font-size: 24px !important; 
  font-weight: bold;
}
.stat-label {
  font-size: 16px !important;
}

.stat-section .col {
    border-right: 1px solid #fff;
}
.stat-section .col:first-child {
    border-left: 1px solid #fff;
}
.stat-section .col:last-child {
    border-right: none;
}
@media (max-width: 767.98px) {
    .stat-section .col-6 {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .stat-section .col-6:last-child {
        border-bottom: none;
    }
}
/* remove borders on small devices */
@media (max-width: 575.98px) {
    .stat-section .col {
        border: none;
    }
}
/* mobile devices */
@media (max-width: 575.98px) {
    .stat-section .col {
        border: none;
    }
}
.pl-0{
  padding-left: 0px !important;
}

/* Primary CTAs — same gradient, pill, type (matches stats strip) */
.custom-button,
.btn-blocks a,
.topbar-compact-btn,
.co-located .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  padding: 0.5rem 1.25rem !important;
  margin: 4px 2px;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: var(--stat-highlight-gradient) !important;
  background-image: var(--stat-highlight-gradient) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: filter 0.15s ease, border-color 0.15s ease;
  line-height: 1.25 !important;
  width: auto !important;
}

.btn-blocks a {
  margin-bottom: 0.35rem;
}

.custom-button:hover,
.btn-blocks a:hover,
.topbar-compact-btn:hover,
.co-located .btn:hover {
  color: #fff !important;
  background: var(--stat-highlight-gradient) !important;
  background-image: var(--stat-highlight-gradient) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  filter: brightness(1.06);
}

.custom-button:focus-visible,
.btn-blocks a:focus-visible,
.co-located .btn:focus-visible {
  outline: 2px solid #2b8a3e;
  outline-offset: 2px;
  filter: brightness(1.03);
}
.border-l-1,
.border-r-1{
  border-left: 1px solid #b07317;
  border-right: 1px solid #b07317;
}
/* Top announcement strip + matching CTA fill (single source of truth) */
.topbar {
  --topbar-message-bg: #b07317;
}

.topbar .message {
  background-color: var(--topbar-message-bg);
  border: 1px solid var(--topbar-message-bg);
  border-radius: 0px !important;
}

/* Compact topbar row (logos + inline CTAs) — message bar above stays classic brown */
.topbar-compact-container {
  max-width: 100%;
}

.topbar .topbar-compact-brand img {
  height: auto !important;
  max-height: 44px;
  width: auto;
  max-width: min(240px, 46vw);
  object-fit: contain;
}

.topbar-compact-venue {
  flex: 1 1 16rem;
  min-width: min(100%, 12rem);
  max-width: 100%;
  overflow: visible;
}

.topbar-compact-venue-text {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: #000;
  display: block;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: manual;
}

.topbar-compact-venue-text sup,
.topbar-compact-venue-text sub {
  font-size: 0.68em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
}

.topbar-compact-venue-text sub {
  top: 0.25em;
}

@media (min-width: 992px) {
  .topbar-compact-venue-text {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.topbar-compact-logos {
  min-width: 0;
}

.topbar-logo-slot {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
}

.topbar-logo-label {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #666;
  line-height: 1;
  flex-shrink: 0;
}

.topbar-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 112px;
  padding: 0 2px;
  box-sizing: content-box;
}

.topbar-logo-frame--wide {
  max-width: min(260px, 42vw);
}

.topbar-logo-frame img {
  max-height: 36px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

/* Top bar CTAs: smaller variant, same visual system */
.topbar-compact-btn {
  padding: 0.3rem 0.85rem !important;
  font-size: 0.6875rem !important;
  margin-bottom: 0 !important;
  max-width: 100%;
}

.topbar-compact-btn:focus-visible {
  outline: 2px solid #2b8a3e;
  outline-offset: 2px;
  filter: brightness(1.03);
}

@media screen and (max-width: 991.98px) {
  .topbar-compact-logos {
    justify-content: center !important;
    flex-basis: 100%;
    order: 4;
  }

  .topbar-compact-actions {
    flex-basis: 100%;
    justify-content: center !important;
    margin-left: 0 !important;
    order: 5;
  }

  .topbar-compact-venue {
    flex-basis: auto;
    border-left: none !important;
    padding-left: 0 !important;
    text-align: center;
  }

  .topbar-compact-brand {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

p, h1, h2, h3, h4, h5, h6{
  font-family: "IBM Plex Sans", sans-serif;
}

.bg-orange{
  background-color: #b07317 !important;
}

/* `bg-orange` follows `.stat-section` in the cascade — keep stats strip gradient */
.stat-section.bg-orange {
  background: var(--stat-highlight-gradient) !important;
  background-image: var(--stat-highlight-gradient) !important;
}

.contact-info h3{
  font-size: 12pt !important;
  font-weight: bold;
  text-transform: uppercase;
}

.border-top-1{
  border-top: 1px solid #e8e8e8;
}

/* Right-image content block (flexible: right_image_section) */
.genetic_content {
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 0;
  background: #fff;
  border: none;
}

.genetic_content__container {
  max-width: 1140px;
  padding-left: 0 !important;
}

.genetic_content__copy {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #1f2933;
}

.genetic_content__copy > *:first-child {
  margin-top: 0;
}

.genetic_content__copy h1,
.genetic_content__copy h2,
.genetic_content__copy h3,
.genetic_content__copy h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.genetic_content__copy h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
}

.genetic_content__copy h3 {
  font-size: 1.0625rem;
  font-weight: 600;
}

.genetic_content__copy p {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.genetic_content__copy p:last-child {
  margin-bottom: 0;
}

.genetic_content__copy ul,
.genetic_content__copy ol {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}

.genetic_content__copy li {
  margin-bottom: 0.35rem;
}

.genetic_content__copy li:last-child {
  margin-bottom: 0;
}

.genetic_content__copy a {
  color: #2b8a3e;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.genetic_content__copy a:hover {
  color: #237a35;
}

.genetic_content__figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #e8eaed;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

.genetic_content__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .genetic_content__media {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Full-width rich text (flexible: generic_content_section + about block) */
.generic-content-section {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 0;
  background: #fff;
  border: none;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #1f2933;
}

.generic-content-section__container {
  max-width: 1140px;
  padding-left: 0 !important;
}

.generic-content-section__inner > *:first-child {
  margin-top: 0;
}

.generic-content-section h1,
.generic-content-section h2,
.generic-content-section h3,
.generic-content-section h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0.65rem;
}

.generic-content-section h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
}

.generic-content-section h3 {
  font-size: 1.0625rem;
  font-weight: 600;
}

.generic-content-section p {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.generic-content-section p:last-child {
  margin-bottom: 0;
}

.generic-content-section ul,
.generic-content-section ol {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}

.generic-content-section li {
  margin-bottom: 0.35rem;
}

.generic-content-section li:last-child {
  margin-bottom: 0;
}

.generic-content-section a:not(.custom-button) {
  color: #2b8a3e;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.generic-content-section a:not(.custom-button):hover {
  color: #237a35;
}

.generic-content-section__actions {
  padding-top: 0.25rem;
}

/* Shortcode / Gravity Forms block (template: shortcode.php → .shortcode-container) */
.shortcode-section {
  background: #f4f6f8;
  padding-top: clamp(2rem, 5vw, 3rem) !important;
  padding-bottom: clamp(2.5rem, 6vw, 4rem) !important;
}

.shortcode-section__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin-bottom: 1.5rem !important;
  padding-bottom: 0 !important;
}

.shortcode-container {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 14px;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

/* Gravity Forms inside housing (legacy + gravity-theme + no-framework + .container on wrapper) */
.shortcode-container .gform_wrapper,
.shortcode-container .gform_wrapper.container {
  margin: 0 auto !important;
  max-width: 100% !important;
}

.shortcode-container .gform_wrapper.gravity-theme,
.shortcode-container .gform_wrapper.gform-theme--no-framework {
  --gf-color-primary: #2b8a3e;
}

.shortcode-container .gform_heading {
  margin-bottom: 1.25rem !important;
}

.shortcode-container .gform_title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin-bottom: 0.35rem !important;
}

.shortcode-container .gform_description {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  color: #64748b !important;
}

.shortcode-container .gfield_label,
.shortcode-container legend.gfield_label,
.shortcode-container .gfield_label span.gfield_required {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.02em;
  color: #1e293b !important;
}

/* Compact single-line fields — capped width (not full-bleed) */
.shortcode-container .ginput_container input[type="text"],
.shortcode-container .ginput_container input[type="email"],
.shortcode-container .ginput_container input[type="tel"],
.shortcode-container .ginput_container input[type="number"],
.shortcode-container .ginput_container input[type="url"],
.shortcode-container .ginput_container input[type="password"],
.shortcode-container .ginput_container select,
.shortcode-container .gfield input.large,
.shortcode-container .gfield input.medium,
.shortcode-container .gfield input.small,
.shortcode-container .gfield select.large {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 0.8125rem !important;
  line-height: 1.35 !important;
  width: 100% !important;
  max-width: min(19rem, 100%) !important;
  padding: 0.45rem 0.65rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0f172a !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

.shortcode-container .ginput_container textarea,
.shortcode-container .gfield textarea.textarea {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 0.8125rem !important;
  line-height: 1.45 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 5.5rem;
  padding: 0.5rem 0.65rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0f172a !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

.shortcode-container .ginput_container input:focus,
.shortcode-container .ginput_container select:focus,
.shortcode-container .ginput_container textarea:focus,
.shortcode-container .gfield input:focus,
.shortcode-container .gfield select:focus,
.shortcode-container .gfield textarea:focus {
  outline: none !important;
  border-color: #2b8a3e !important;
  box-shadow: 0 0 0 3px rgba(43, 138, 62, 0.15) !important;
}

.shortcode-container .gfield {
  margin-bottom: 0.75rem !important;
}

/*
 * Checkbox / radio lists in shortcode forms: 3-column grid when there are many
 * choices (4+). Optional: class meet-3-col on the field forces the same grid
 * for shorter lists. Skips typical single-option consent-style fields.
 */
.shortcode-container ul.gfield_checkbox:has(li:nth-child(4)),
.shortcode-container ul.gfield_radio:has(li:nth-child(4)),
.shortcode-container .gfield.meet-3-col ul.gfield_checkbox,
.shortcode-container .gfield.meet-3-col ul.gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem 0.6rem;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0.35rem 0 0 !important;
  width: 100%;
  max-width: 100%;
}

.shortcode-container ul.gfield_checkbox:has(li:nth-child(4)) > li,
.shortcode-container ul.gfield_radio:has(li:nth-child(4)) > li,
.shortcode-container .gfield.meet-3-col ul.gfield_checkbox li,
.shortcode-container .gfield.meet-3-col ul.gfield_radio li {
  margin: 0 !important;
  padding: 0.2rem 0 !important;
}

.shortcode-container ul.gfield_checkbox:has(li:nth-child(4)) .gchoice label,
.shortcode-container ul.gfield_radio:has(li:nth-child(4)) .gchoice label,
.shortcode-container .gfield.meet-3-col .gchoice label {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

@media (max-width: 767.98px) {
  .shortcode-container ul.gfield_checkbox:has(li:nth-child(4)),
  .shortcode-container ul.gfield_radio:has(li:nth-child(4)),
  .shortcode-container .gfield.meet-3-col ul.gfield_checkbox,
  .shortcode-container .gfield.meet-3-col ul.gfield_radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px) {
  .shortcode-container ul.gfield_checkbox:has(li:nth-child(4)),
  .shortcode-container ul.gfield_radio:has(li:nth-child(4)),
  .shortcode-container .gfield.meet-3-col ul.gfield_checkbox,
  .shortcode-container .gfield.meet-3-col ul.gfield_radio {
    grid-template-columns: 1fr;
  }
}

/* Gravity default markup: div.gfield_checkbox / div.gfield_radio + .gchoice */
.shortcode-container div.gfield_checkbox:has(.gchoice:nth-child(4)),
.shortcode-container div.gfield_radio:has(.gchoice:nth-child(4)),
.shortcode-container .gfield.meet-3-col div.gfield_checkbox,
.shortcode-container .gfield.meet-3-col div.gfield_radio {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem 0.6rem;
  width: 100%;
}

.shortcode-container div.gfield_checkbox:has(.gchoice:nth-child(4)) .gchoice,
.shortcode-container div.gfield_radio:has(.gchoice:nth-child(4)) .gchoice,
.shortcode-container .gfield.meet-3-col div.gfield_checkbox .gchoice,
.shortcode-container .gfield.meet-3-col div.gfield_radio .gchoice {
  margin: 0 !important;
  padding: 0.2rem 0 !important;
}

.shortcode-container div.gfield_checkbox:has(.gchoice:nth-child(4)) .gchoice label,
.shortcode-container div.gfield_radio:has(.gchoice:nth-child(4)) .gchoice label {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

@media (max-width: 767.98px) {
  .shortcode-container div.gfield_checkbox:has(.gchoice:nth-child(4)),
  .shortcode-container div.gfield_radio:has(.gchoice:nth-child(4)),
  .shortcode-container .gfield.meet-3-col div.gfield_checkbox,
  .shortcode-container .gfield.meet-3-col div.gfield_radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479.98px) {
  .shortcode-container div.gfield_checkbox:has(.gchoice:nth-child(4)),
  .shortcode-container div.gfield_radio:has(.gchoice:nth-child(4)),
  .shortcode-container .gfield.meet-3-col div.gfield_checkbox,
  .shortcode-container .gfield.meet-3-col div.gfield_radio {
    grid-template-columns: 1fr;
  }
}

.shortcode-container .gform_footer,
.shortcode-container .gform_page_footer {
  margin-top: 1.5rem !important;
  padding-top: 0 !important;
  width: auto !important;
}

.shortcode-container .gform_wrapper .gform_footer input[type="submit"],
.shortcode-container .gform_wrapper .gform_page_footer input[type="submit"],
.shortcode-container .gform_wrapper .gform_button,
.shortcode-container .gform_wrapper button[type="submit"],
.shortcode-container .gform_wrapper input[type="submit"].gform_button {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase !important;
  color: #fff !important;
  padding: 0.5rem 1.2rem !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  background: var(--stat-highlight-gradient) !important;
  background-image: var(--stat-highlight-gradient) !important;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: filter 0.15s ease;
}

.shortcode-container .gform_wrapper .gform_footer input[type="submit"]:hover,
.shortcode-container .gform_wrapper .gform_page_footer input[type="submit"]:hover,
.shortcode-container .gform_wrapper .gform_button:hover,
.shortcode-container .gform_wrapper button[type="submit"]:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

.shortcode-container .gform_validation_errors,
.shortcode-container .gform_validation_error,
.shortcode-container .validation_message {
  border-radius: 8px !important;
  font-size: 0.875rem !important;
}

.shortcode-container .gfield_checkbox .gfield-choice-input,
.shortcode-container .gfield_radio .gfield-choice-input {
  margin-top: 0.2rem;
}

@media (max-width: 575.98px) {
  .shortcode-container {
    border-radius: 12px;
    padding: 1.25rem 1rem 1.5rem;
  }
}

.hero-section {
position: relative;
background-size: cover !important;
object-fit:  cover !important;
color: white;
padding: 120px 0;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.hero-content {
position: relative;
z-index: 1;
text-align: center;
}
.stats-section {
position: relative;
margin-top: -50px; /* Adjust this value to control overlap */
padding: 10px 0;
text-align: center;
background: white;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stat {
    /* margin-bottom: 20px; */
    /* padding: 20px; */
    border-right: 1px solid #e0e0e0;
    background: white;
}
.stat:last-child {
    border-right: none;
}
.stat i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #007bff;
}

.bg-grey{
   background-color: #e6e6e6;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
}

.pt-40{
  padding-top: 40px;
}

.pb-40{
  padding-bottom: 40px;
}

.pt-50{
  padding-top: 60px;
}
.event-section{
  margin-bottom:  40px;
}
.event-section img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

p,h2,h3,h4,h5,h6, a{
  font-family: "IBM Plex Sans", sans-serif;
}

.dropdown-menu {
        border-radius: 0px !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
  .dropdown-menu li > a,
  .dropdown-menu li > a:hover {
    text-transform: capitalize;
    color: #000 !important;
  }

.navbar-nav .nav-link:before{
  background-color: transparent !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color:transparent !important;
    color: #000 !important;
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: transparent !important;
}


.co-located {
    background-color: #b07317;
    color: white;
    padding: 20px;
    margin-top: 20px;
}
.co-located h2 {
    font-weight: bold;
}
.co-located p {
    font-size: 1rem;
    margin-bottom: 20px;
}
.co-located img {
    max-width: 100%;
    border-radius: 10px;
}

.modal-content .modal-body {
  padding: 50px !important;
}

.contact-us-btn a{
  font-weight: bolder !important;
}

.navbar-brand img{
  height: 120px !important;
}

.topbar span{
  /* font-weight: bold !important; */
  color: #000 !important;
}

.topbar .message span{
  color:  #fff !important;
  font-size: 22px !important;
  font-weight: normal !important;
}

.overlay h1{
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
}
.overlay {
    position: absolute;
    left: 12%;
    width: 40%;
    top:40%;
    color: white !important;
    background-color: rgba(197, 87, 38, 0.75);
    padding: 10px;
    border-radius: 5px;
}

.swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.icon-box i{
  color: #b07317 !important;
}
/* media queries for mobile */
/* max-width 360px */

@media screen  and (max-width: 428px) {
  .navbar-brand img{
    height: 60px !important;
  }
  .hero-section {
    padding: 80px 0;
  }
   .contact-info,
   .why-attend-section {
    padding: 20px !important;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .stats-section {
    margin-top: -30px;
  }
  .stat i {
    font-size: 20px;
  }
  .stat h3 {
    font-size: 16px;
  }
  .stat p {
    font-size: 14px;
  }
  .bg-grey {
    padding: 5px;
  }
  .event-section img {
    height: 200px;
  }
  .co-located {
    padding: 10px;
  }
  .co-located h2 {
    font-size: 18px;
  }
  .co-located p {
    font-size: 14px;
  }
  .co-located .btn {
    font-size: 14px;
  }
  .modal-content .modal-body {
    padding: 20px !important;
  }
  .contact-us-btn a {
    font-size: 14px;
  }
  .topbar span {
    font-size: 14px;
  }
  .topbar .message span {
    font-size: 18px;
  }
  .nav-link.dropdown-toggle:hover .dropdown-menu {
    margin-top: 0;
  }
  .navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: block !important;
  }
  .topbar .col-lg-2,
  .topbar .col-lg-1 {
    width: 100% !important;
    align-items:  center !important;
    justify-content: center !important;
    padding-left:50px !important;
    margin-bottom: 10px !important;
  }
  .navbar-nav > li > a {
    /* color: #000 !important; */
  }
  .navbar .navbar-collapse{
    border-radius: 0px !important;
    padding:10px !important;
    background-color:  transparent !important;
    border-color:  transparent !important;
    border: 0px !important;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: 0px !important;
    color:  #fff !important;
  }
  .genetic_content {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .genetic_content .col-lg-5,
  .genetic_content__media {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .overlay h1 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    left: 5%;
    width: 90%;
    top:40%;
    color: white !important;
    background-color: rgba(197, 87, 38, 0.75);
    padding: 10px;
    border-radius: 5px;
}
.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.bg-orange .p-0{
  padding: 10px !important;
}
.bg-orange .display-6{
  font-size: 17px !important;
}
.bg-orange .col.col-lg-2{
margin-bottom: 10px !important;
}
}

@media screen  and (max-width: 412px) {
  .navbar-brand img{
    height: 60px !important;
  }
   .contact-info,
   .why-attend-section{
    padding: 20px !important;
  }
  .hero-section {
    padding: 80px 0;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .stats-section {
    margin-top: -30px;
  }
  .stat i {
    font-size: 20px;
  }
  .stat h3 {
    font-size: 16px;
  }
  .stat p {
    font-size: 14px;
  }
  .bg-grey {
    padding: 5px;
  }
  .event-section img {
    height: 200px;
  }
  .co-located {
    padding: 10px;
  }
  .co-located h2 {
    font-size: 18px;
  }
  .co-located p {
    font-size: 14px;
  }
  .co-located .btn {
    font-size: 14px;
  }
  .modal-content .modal-body {
    padding: 20px !important;
  }
  .contact-us-btn a {
    font-size: 14px;
  }
  .topbar span {
    font-size: 14px;
  }
  .topbar .message span {
    font-size: 18px;
  }
  .nav-link.dropdown-toggle:hover .dropdown-menu {
    margin-top: 0;
  }
  .navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: block !important;
  }
  .topbar .col-lg-2,
  .topbar .col-lg-1 {
    width: 100% !important;
    align-items:  center !important;
    justify-content: center !important;
    padding-left:50px !important;
    margin-bottom: 10px !important;
  }
  .navbar-nav > li > a {
    /* color: #000 !important; */
  }
  .navbar .navbar-collapse{
    border-radius: 0px !important;
    padding:10px !important;
    background-color:  transparent !important;
    border-color:  transparent !important;
    border: 0px !important;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: 0px !important;
    color:  #fff !important;
  }
  .genetic_content {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .genetic_content .col-lg-5,
  .genetic_content__media {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .overlay h1 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    left: 5%;
    width: 90%;
    top:40%;
    color: white !important;
    background-color: rgba(197, 87, 38, 0.75);
    padding: 10px;
    border-radius: 5px;
}
.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.bg-orange .p-0{
  padding: 10px !important;
}
.bg-orange .display-6{
  font-size: 17px !important;
}
.bg-orange .col.col-lg-2{
margin-bottom: 10px !important;
}
}

@media screen  and (max-width: 390px) {
  .navbar-brand img{
    height: 60px !important;
  }
   .contact-info,
   .why-attend-section{
    padding: 20px !important;
  }
  .hero-section {
    padding: 80px 0;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .stats-section {
    margin-top: -30px;
  }
  .stat i {
    font-size: 20px;
  }
  .stat h3 {
    font-size: 16px;
  }
  .stat p {
    font-size: 14px;
  }
  .bg-grey {
    padding: 5px;
  }
  .event-section img {
    height: 200px;
  }
  .co-located {
    padding: 10px;
  }
  .co-located h2 {
    font-size: 18px;
  }
  .co-located p {
    font-size: 14px;
  }
  .co-located .btn {
    font-size: 14px;
  }
  .modal-content .modal-body {
    padding: 20px !important;
  }
  .contact-us-btn a {
    font-size: 14px;
  }
  .topbar span {
    font-size: 14px;
  }
  .topbar .message span {
    font-size: 18px;
  }
  .nav-link.dropdown-toggle:hover .dropdown-menu {
    margin-top: 0;
  }
  .navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: block !important;
  }
  .topbar .col-lg-2,
  .topbar .col-lg-1 {
    width: 100% !important;
    align-items:  center !important;
    justify-content: center !important;
    padding-left:50px !important;
    margin-bottom: 10px !important;
  }
  .navbar-nav > li > a {
    /* color: #000 !important; */
  }
  .navbar .navbar-collapse{
    border-radius: 0px !important;
    padding:10px !important;
    background-color:  transparent !important;
    border-color:  transparent !important;
    border: 0px !important;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: 0px !important;
    color:  #fff !important;
  }
  .genetic_content {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .genetic_content .col-lg-5,
  .genetic_content__media {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .overlay h1 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    left: 5%;
    width: 90%;
    top:40%;
    color: white !important;
    background-color: rgba(197, 87, 38, 0.75);
    padding: 10px;
    border-radius: 5px;
}
.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.bg-orange .p-0{
  padding: 10px !important;
}
.bg-orange .display-6{
  font-size: 17px !important;
}
.bg-orange .col.col-lg-2{
margin-bottom: 10px !important;
}
.contact-info,
.why-attend-section{
    padding: 20px !important;
  }
}

@media screen  and (max-width: 360px) {
  .navbar-brand img{
    height: 60px !important;
  }
  .contact-info,
  .why-attend-section{
    padding: 20px !important;
  }
  .hero-section {
    padding: 80px 0;
  }
  .hero-content h1 {
    font-size: 24px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .stats-section {
    margin-top: -30px;
  }
  .stat i {
    font-size: 20px;
  }
  .stat h3 {
    font-size: 16px;
  }
  .stat p {
    font-size: 14px;
  }
  .bg-grey {
    padding: 5px;
  }
  .event-section img {
    height: 200px;
  }
  .co-located {
    padding: 10px;
  }
  .co-located h2 {
    font-size: 18px;
  }
  .co-located p {
    font-size: 14px;
  }
  .co-located .btn {
    font-size: 14px;
  }
  .modal-content .modal-body {
    padding: 20px !important;
  }
  .contact-us-btn a {
    font-size: 14px;
  }
  .topbar span {
    font-size: 14px;
  }
  .topbar .message span {
    font-size: 18px;
  }
  .nav-link.dropdown-toggle:hover .dropdown-menu {
    margin-top: 0;
  }
  .navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: block !important;
  }
  .topbar .col-lg-2,
  .topbar .col-lg-1 {
    width: 100% !important;
    align-items:  center !important;
    justify-content: center !important;
    padding-left:50px !important;
    margin-bottom: 10px !important;
  }
  .navbar-nav > li > a {
    /* color: #000 !important; */
  }
  .navbar .navbar-collapse{
    border-radius: 0px !important;
    padding:10px !important;
    background-color:  transparent !important;
    border-color:  transparent !important;
    border: 0px !important;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: 0px !important;
    color:  #fff !important;
  }
  .genetic_content {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .genetic_content .col-lg-5,
  .genetic_content__media {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .overlay h1 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    left: 5%;
    width: 90%;
    top:40%;
    color: white !important;
    background-color: rgba(197, 87, 38, 0.75);
    padding: 10px;
    border-radius: 5px;
}
.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.bg-orange .p-0{
  padding: 10px !important;
}
.bg-orange .display-6{
  font-size: 17px !important;
}
.bg-orange .col.col-lg-2{
margin-bottom: 10px !important;
}
}

.nav-link.dropdown-toggle:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
}

.navbar-expand-lg .dropdown:hover>.dropdown-menu{
        display: block !important;
}

.btn-secondary-1,
.btn-secondary-1:hover{
    background-color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    /* border-color: rgba(197, 87, 38, 0.75) !important; */
    color: #fff !important;
}
.btn-secondary-1 svg{
    color: #b07317 !important;
    font-size: 20px !important;
    line-height: 20px !important;
}

#primary{
  overflow-x: hidden !important;
}

.card-section .card{
  border: 0px !important;
}

.card-section .card > .card-body{
  box-shadow: 0 0 10px 0 !important;
  padding:20px !important;
}

 .why-attend-header {
            background-color: #e6e6e6;
            padding: 10px;
            text-align: left;
            margin-bottom: 20px;
        }
        .why-attend-content {
            margin-bottom: 40px;
        }
        .why-attend-content p {
            margin-bottom: 10px;
        }
        .icon-box {
            text-align: center;
            border: 1px solid #dcdcdc;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 20px;
            transition: transform 0.3s;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
        }
        .icon-box:hover {
            transform: scale(1.05);
            cursor: pointer;
        }
        .icon-box i {
            font-size: 48px;
            color: #17a2b8;
            margin-bottom: 10px;
        }
        .icon-box h3 {
            margin: 10px 0;
        }
        .why-attend-section img{
            height: 350px !important;
            width: 100%;
            object-fit: cover !important;
        }

      .list-group-item {
        background-color: #fff; /* White background for items */
        border: 1px solid #ccc; /* Light grey border */
    }
    .card {
        background-color: #fff; /* White background for the card */
        border: none; /* No border */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    }
    .card-title {
        color: #007bff; /* Bootstrap primary color */
    }

    #card-s .col-md-6{
      padding-left: 0px !important;
    }

    .item-box {
      border: 1px solid #b07317;
      padding: 20px;
      border-radius: 5px;
      transition: transform 0.3s;
      height: 100%;
  }

  a, p, span, h1, h2,h3,h4,h5,h6,
  body p,
  li, ul, div{
    font-family: "IBM Plex Sans", sans-serif;
  }

  footer {
    justify-content: space-between;
    background: linear-gradient(to right, #804B26, #b07317) !important;
    color: white;
}

.quick-links,
.contact-info,
.social-media {
    flex: 1;
    margin: 0 10px;
}

h5 {
    font-size: 1.2em !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

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

ul li {
    margin-bottom: 5px;
}

ul li a {
    color: white;
    text-decoration: none;
}

.bottom-footer {
    background: #000;
}

.btn-icon{
  padding:0px !important;
}

.footer ul li a {
    color: white !important;
    text-decoration: none !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    border-radius: 50% !important;
}

.footer-icons .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-icons a{
  margin: 0 25px 0 0 !important;
  font-size: 1.5rem !important;
}

.footer-icons .fa-2x{
  font-size: 2.5rem !important;
}
