﻿.image-name {
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background-color: #fff;
  width: 100%;
  padding-top: 5px;
}

.gallery-container {
  column-count: 1;
  column-gap: 20px;
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 2;
  }
  .columns-2 .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 2;
  }
  .columns-2 .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 2;
  }
  .columns-2 .gallery-container {
    column-count: 3;
  }
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) 0% 0% no-repeat padding-box;
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 2.5rem;
}
.gallery-container .img-holder span {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  /*z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: $white;
  font-weight: $font-weight-semibold;
  line-height: 1.3;*/
}
.gallery-container .img-holder span:not(caption) {
  position: absolute !important;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after, .gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
html:not(.touch) .gallery-container .img-holder:hover:before, html:not(.touch) .gallery-container .img-holder:hover:after, html:not(.touch) .gallery-container .img-holder:hover span {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}
.gallery-container.linkedin-videos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.gallery-container.linkedin-videos .image-name {
  font-size: 14px;
}
.gallery-container.linkedin-videos .img-holder:after {
  content: "";
}
.gallery-container.linkedin-videos .img-holder:before {
  background: none;
}
@media (min-width: 576px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .gallery-container.linkedin-videos {
    grid-template-columns: repeat(5, 1fr);
  }
}

#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  height: 90vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .img-holder span {
  display: block;
  color: #fff;
  margin-top: 4px;
  font-weight: 600;
  margin-right: auto;
  font-size: 1.25rem;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c757d;
}
#gallerySwiper .swiper-btn-next:hover, #gallerySwiper .swiper-btn-prev:hover {
  background-color: #ffc107;
  color: #6c757d;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

/* Chatbot Button Container */
.chatbot-button-container {
  position: fixed;
  bottom: 64px;
  right: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 16px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
  max-width: 420px;
  /* Smooth fade transition */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}

.chatbot-button-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  background-color: #EAEAEA;
}

.chatbot-button-container.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Chatbot Label (Text to the left) */
.chatbot-label {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  /*background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  border-right: none;*/
  transition: all 0.3s ease;
  padding-right: 85px;
}

/* Chatbot Toggle Button */
.chatbot-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  /*width: 56px;
  height: 56px;*/
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none; /* Make button ignore clicks so container handles them */
}

.chatbot-toggle-button:hover {
  transform: translateY(-2px);
}

/*.chatbot-button-container:hover .chatbot-label {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}*/
.chatbot-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.chatbot-arrow {
  display: none; /* Hide arrow when button is separate */
}

.chatbot-toggle-button.active .chatbot-arrow {
  transform: rotate(180deg);
}

.chatbox-container {
  position: fixed;
  bottom: 64px;
  right: 24px;
  width: 450px;
  height: 600px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform-origin: bottom right;
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  visibility: hidden;
  /* Only animate transform & opacity (no max-height) */
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease-out, visibility 0s linear 420ms; /* delay visibility switch until after anim */
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.chatbox-container:not(.hidden) {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), opacity 380ms ease-out, visibility 0s; /* visible immediately */
}

/* Hidden state (replace old scaleY fold + max-height) */
.chatbox-container.hidden {
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Chat Header */
.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.chat-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-header-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.chat-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  margin: 0;
}

.chat-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chatbox-new-conv,
.chatbox-close {
  padding: 8px;
  border: none;
  border-radius: 6px;
  background-color: transparent;
  color: #283943;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 1.6rem;
}

.chatbox-new-conv:hover,
.chatbox-close:hover {
  background-color: #e0e0e0;
}

/* Chat Description */
.chat-description {
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}

/* Preset Prompts */
.example-container {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.chip {
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  background-color: black;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s;
  text-align: left;
}

.chip:hover {
  background-color: #1a1a1a;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
}

/* Messages Container */
.chat-messages {
  flex: 1;
  padding: 16px 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.message {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  position: relative;
  min-width: 130px;
}

.message.user {
  align-self: flex-end;
  background-color: black;
  color: #ffffff;
  border-bottom-right-radius: 4px;
}

.message.assistant {
  align-self: flex-start;
  background-color: #EAEAEA;
  color: #283943;
  border-bottom-left-radius: 4px;
}

.timestamp {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 4px;
}

.message-content {
  line-height: 1.5;
  word-wrap: break-word;
}

.copy-button {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.copy-button:hover {
  opacity: 1;
}

.message.user .copy-button {
  color: #ffffff;
}

.message.assistant .copy-button {
  color: #283943;
}

/* Input Area */
.chatbox-input-wrapper {
  padding: 16px 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background-color: #ffffff;
}

.chatbox-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-size: 1.2rem;
  font-family: Arial, Roboto, Helvetica, sans-serif;
  resize: none;
  min-height: 44px;
  max-height: 120px;
  overflow-y: hidden;
  transition: border-color 0.2s;
  transition: height 0.1s ease-out, border-color 0.2s;
}

.chatbox-input:focus {
  outline: none;
  border-color: #283943;
}

.chatbox-send-button {
  padding: 0;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.6rem;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.chatbox-send-button.disabled {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.6;
}

.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  visibility: hidden;
  width: max-content;
  background-color: #283943;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 6px 10px;
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  font-size: 1.2rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
}

.tooltip-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .chatbot-button-container {
    bottom: 16px;
    right: 16px;
  }
  .chatbot-label {
    display: none; /* Hide label on mobile to save space */
  }
  .chatbox-container {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    height: calc(100vh - 100px);
    max-height: 600px;
    /* Match desktop animation */
    transform-origin: bottom center;
    transition: transform 0.6s ease-out, opacity 0.5s ease, visibility 0.6s ease, max-height 0.6s ease-out;
  }
  .chatbox-container.hidden {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}

.global-header {
  padding: 2rem 0;
}

.navbar-brand img {
  width: 100px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 144px;
  }
}

@media (max-width: 767.98px) {
  .menu-active .main-nav {
    position: fixed;
    display: block;
  }
}
.menu-trigger {
  color: #000;
  border: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .menu-trigger {
    display: none;
  }
}

.jumbotron {
  text-align: center;
  /*overflow: hidden;*/
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .jumbotron {
    text-align: left;
    margin-top: 0.625rem;
    margin-bottom: 4.375rem;
  }
}
.jumbotron a {
  text-decoration: none;
  color: #000;
}
.jumbotron h1 {
  font-size: 2rem;
  line-height: 1.0968571429;
  text-decoration: none;
}
.jumbotron h1:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml;utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'%3e%3cpolygon points='100 100 0 200 0 0 100 100' style='fill-rule:evenodd;'/%3e%3c/svg%3e");
  top: 0.375rem;
  width: 0.75rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 4.375rem;
    margin: 0;
  }
  .jumbotron h1:after {
    top: 1rem;
    width: 1.5625rem;
    height: 3.125rem;
    margin-left: 0.75rem;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jumbotron-circle {
  animation: rounder1 2s linear 0s infinite alternate;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  background-color: #f6f6f6;
  border-radius: 50rem;
  margin: 1.5625rem auto 1.875rem;
}
@media (min-width: 992px) {
  .jumbotron-circle {
    width: 35rem;
    height: 35rem;
  }
}
.jumbotron-circle:before, .jumbotron-circle:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 15rem;
  position: absolute;
  height: 1px;
  background-color: #e0e0e0;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .jumbotron-circle:before, .jumbotron-circle:after {
    transition: none;
  }
}
@media (min-width: 992px) {
  .jumbotron-circle:before, .jumbotron-circle:after {
    width: 35rem;
  }
}
.jumbotron-circle:before {
  transform: translateX(-50%) translateY(-50%) rotate(50deg);
}
.jumbotron-circle:after {
  transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}

.jumbotron-circle-text {
  z-index: 10;
  font-size: 1.5625rem;
  line-height: 1.3;
  width: 7.75rem;
  height: 7.75rem;
  background-color: #181818;
  color: #fff;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .jumbotron-col {
    max-width: 390px;
    position: absolute;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .jumbotron-col-1 {
    right: 50%;
    margin-right: 8.75rem;
  }
}

.jumbotron-col-2 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .jumbotron-col-2 {
    text-align: right;
    left: 50%;
    margin-left: 10rem;
  }
}

p {
  margin: 0;
}

.jumbotron-footer {
  font-size: 0.6875rem;
  text-align: center;
  margin-top: 1.625rem;
}
@media (min-width: 992px) {
  .jumbotron-footer {
    margin-top: 2.5rem;
  }
}

.newsletter {
  padding: 2.375rem 0;
  background-color: #EAEAEA;
}
@media (min-width: 992px) {
  .newsletter {
    text-align: center;
    line-height: 1.3;
    font-size: 1.125rem;
    padding: 5.625rem 0;
  }
}

.newsletter-form {
  text-align: left;
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-form input {
  border: none;
}
@media (max-width: 991.98px) {
  .newsletter-form input, .newsletter-form button {
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.newsletter-text {
  margin-bottom: 0.9375rem;
}
.newsletter-text br {
  display: none;
}
@media (min-width: 992px) {
  .newsletter-text {
    margin-bottom: 1.5625rem;
  }
  .newsletter-text br {
    display: block;
  }
}

.newsletter-footer {
  margin-top: 0.625rem;
  color: #898989;
}
@media (min-width: 992px) {
  .newsletter-footer {
    text-align: center;
  }
}

.global-footer-top {
  line-height: 1.3;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .global-footer-top {
    padding: 4.375rem 0;
  }
}
.global-footer-top img {
  height: 1.5rem;
}
@media (min-width: 992px) {
  .global-footer-top img {
    height: 1.875rem;
  }
}
.global-footer-top a {
  color: #000;
  text-decoration: none;
}
html:not(.touch) .global-footer-top a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .footer-logo-item:nth-child(odd) {
    text-align: left;
  }
}

.global-footer-bottom {
  background-color: #EAEAEA;
  color: rgb(108, 117, 125);
  text-align: center;
}
.global-footer-bottom p {
  font-size: 0.75rem;
  padding: 0.625rem 0;
  margin: 0;
}
@media (min-width: 992px) {
  .global-footer-bottom p {
    padding: 1.125rem 0;
  }
}

.border-animation {
  z-index: 0;
  display: block;
  width: 240px;
  height: 240px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .border-animation {
    width: 100%;
    height: 100%;
  }
}

.border-animation {
  z-index: 1;
}

.ba1 {
  animation: rounder1 2s linear 0s infinite alternate;
  background: rgba(246, 246, 246, 0.6);
}

@keyframes rounder1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.ba2 {
  animation: rounder2 2s linear 0s infinite alternate;
  background: rgba(246, 246, 246, 0.5);
}

@keyframes rounder2 {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.ba3 {
  animation: rounder3 2s linear 0s infinite alternate;
  background: rgba(246, 246, 246, 0.4);
}

@keyframes rounder3 {
  from {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(1.25);
  }
}
.global-header-nav-item {
  position: relative;
}
.global-header-nav-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.global-header-nav-link {
  text-decoration: none;
  color: #000;
}
html:not(.touch) .global-header-nav-link:hover {
  text-decoration: underline;
}
.offcanvas .global-header-nav-link {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/svg+xml;utf8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3e%3cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3e%3c/path%3e%3c/svg%3e");
  background-size: 24px auto;
  display: block;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px) {
  .global-header-nav-link {
    font-size: 1.125rem;
  }
}

/*Cookies*/
.button-area {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.button-area .btn {
  font-weight: 600;
  font-size: 16px;
  margin-right: 30px;
  padding: 8px 15px;
  height: unset;
  background-color: #000;
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .button-area {
    margin: 20px auto 0;
    width: 340px;
    justify-content: space-between;
    flex-flow: column;
    gap: 20px;
  }
  .button-area .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.cookie-modal {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  margin: 0 auto;
  top: 5%;
  height: 90%;
  right: 0;
  left: 0;
  width: 95%;
  max-width: 975px;
  z-index: 2147483647;
  box-shadow: 0px 2px 10px -3px #999;
  overflow: hidden;
  padding-bottom: 10px;
  transition: all 0.5s ease;
}
.cookie-modal .header-panel {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .header-panel h3 {
  color: #DF202E;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
}
.cookie-modal .header-panel .header-buttons {
  display: flex;
}
.cookie-modal .header-panel .header-buttons .btn {
  font-weight: 600;
  font-size: 16px;
  margin-left: 30px;
  padding: 0 15px;
  height: 45px;
  min-width: 160px;
}
.cookie-modal .header-panel .header-buttons .btn img {
  height: 15px;
  width: 15px;
}
.cookie-modal .header-panel .header-buttons .close-btn {
  min-width: 45px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .header-panel {
    flex-wrap: wrap;
  }
  .cookie-modal .header-panel .header-buttons {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .header-panel {
    padding: 15px;
  }
  .cookie-modal .header-panel h3 {
    margin-top: 0;
  }
  .cookie-modal .header-panel .header-buttons .btn {
    margin-top: 5px;
    height: 27px;
  }
}
.cookie-modal .body-panel {
  height: 100%;
  max-height: 82%;
}
.cookie-modal .body-panel .section-1 {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.cookie-modal .body-panel .section-1 h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.cookie-modal .body-panel .dropdown-info {
  padding-left: 0;
  list-style: none;
}
.cookie-modal .body-panel .dropdown-info li {
  background-color: #E5E5E5;
  padding: 25px;
  margin-bottom: 10px;
}
.cookie-modal .body-panel .dropdown-info li button {
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 35px;
  color: #000;
  width: 100%;
  text-align: left;
}
.cookie-modal .body-panel .dropdown-info li button:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  left: 0;
  font-size: 23px;
  top: -5px;
  transition: all 0.5s ease;
}
.cookie-modal .body-panel .dropdown-info li button.open:before {
  transform: rotate(90deg);
}
.cookie-modal .body-panel .dropdown-info li .ot-answer {
  margin-top: 20px;
}
.cookie-modal .body-panel .dropdown-info li .ot-answer p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19.5px;
  color: #000;
}
.cookie-modal .body-panel .section-2 {
  padding: 20px 30px;
}
.cookie-modal .body-panel .section-2 h3 {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.cookie-modal .body-panel .section-2 ul {
  padding-left: 15px;
}
.cookie-modal .body-panel .section-2 ul li {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled {
  display: flex;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-enable {
  border-left: 1px solid #00A075;
  padding: 0px 20px 0px;
}
.cookie-modal .body-panel .section-2 .ot-enable-disabled .ot-disable {
  border-left: 1px solid #B76877;
  padding: 0px 20px 0px;
}
@media screen and (max-width: 1200px) {
  .cookie-modal .body-panel {
    max-height: 68%;
  }
}
@media screen and (max-width: 768px) {
  .cookie-modal .body-panel {
    max-height: 82%;
  }
}

/*Cookie end*/
.form-mandatory .form-label:after {
  position: relative;
  top: -2px;
  content: "*";
  font-size: 0.875em;
}

.thanks-message {
  display: none;
}
.thanks-message p {
  margin-bottom: 0 !important;
}

.submitted > * {
  display: none;
}
.submitted .thanks-message {
  display: block;
}
