@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");



.container {
  background-color: #f0f8ff;
  width: 100%;
  height: 500px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.tab-buttons {
  display: flex;
  gap: 8px;
}

.tab-btn {
  width: 100%;
  border: none;
  color: #020617;
  background-color: #f0f8ff;
  border-radius: 8px 18px 0px 0px;
  font-weight: 500;
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tab-btn:hover {
  background-color: #a5b4fc;
}

.tab-btn.active {
  background-color: #c7d2fe;
}

.content {
  display: none;
}

.content.show {
  display: flex;
  gap: 14px;
  background-color: #c7d2fe;
  border-radius: 0px 0px 8px 8px;
  padding: 16px;
}

.content svg {
  width: 50%;
  height: 400px;
}


/* Custom styles for the right sidebar modal */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  top: 105px;
  margin: auto;
  width: 80%;
  /* Adjust the width as needed */
  max-width: 80%;
  /* Optionally, set a maximum width */
  border-radius: 20px;
  height: 90vh;
  z-index: 1050;
  background-color: white;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}


.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 1240px) {

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: hidden;
  }
}


.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/* Right */
.modal.right.fade .modal-dialog {
  right: -80%;
  /* Adjust the initial position if needed */
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
  height: 10%;
  border-bottom: 1px solid #e7e5e0;
}

/* Additional styles */
.demo {
  padding-top: 100px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 5px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #FFFFFF;
}

.btn-demo:focus {
  outline: 0;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer>a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}



/* broucher css */
.brochureDocDiv {
  padding: 0px 0px 0px 0px;
}

.brochureDocDiv .nav-item .nav-link,
.brochureDocDiv .nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.brochureDocDiv .nav-link {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.brochureDocDiv .nav-tabs {
  border: 0;
  padding: 0rem;
  margin: 5px 5px 0px 0px;
  display: inline;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #7044cd;
  list-style: none;
}

.brochureDocDiv .nav-tabs .nav-item {
  margin-right: 5px;
  /* Adjust spacing between tabs if needed */
}

.brochureDocDiv .nav-tabs .nav-link.active {
  background-color: #7044cd !important;
  border-radius: 10px 10px 0px 0px;
  color: #FFFFFF !important;
  border-bottom: 1px solid #7044cd !important;
}

.tab-content {
  padding-top: 10px;
  /* Adjust top padding of tab content area */
}

.tab-pane {
  padding: 15px;
  /* Add padding to the tab pane content */
}

.brochureDocDiv .nav-tabs>.nav-item>.nav-link {
  color: #7044cd !important;
  margin: 0;
  /* margin-right: 5px; */
  background-color: transparent;
  border: 1px solid #7044cd !important;
  /* border: 1px solid transparent; */
  border-radius: 10px 10px 0px 0px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
  border-bottom: 1px solid #FFF !important;
}

.brochureDocDiv .nav-tabs>.nav-item>.nav-link:hover {
  background-color: transparent;
}

.brochureDocDiv .nav-tabs>.nav-item>.nav-link.active {
  background-color: #7044CD !important;
  border-radius: 10px 10px 0px 0px;
  color: #FFFFFF !important;
  border-bottom: 1px solid #7044cd !important;
}

@media (min-width: 1024px) {
  .docVideos {
    width: 100%;
  }
}

.docVideos {
  display: flex;
  flex-wrap: wrap;
  /* Allows items to wrap to the next line if needed */
  justify-content: space-around;
  /* Centers the items horizontally */
  padding: 0 5px;
  margin: 5px -20px;
  /* Combined margin adjustments */
  /* border: 1px solid lightgray; */
  border-radius: 10px;

}

.docVideos li {
  list-style: none;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 20px;
  margin-left: -8px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  width: calc(25% - 20px);
  /* Adjusted width calculation */
  max-width: 310px;
  /* Ensure items do not exceed this width */

  /* 25% width minus margins to fit four items per row */
}

.docVideos li .hover-img {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 0 !important;
  max-width: 320px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.docVideos li .hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.docVideos li .hover-img:before,
.docVideos li .hover-img:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.docVideos li .hover-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.docVideos li .hover-img figcaption a:hover,
.docVideos li .hover-img figcaption a:focus,
.docVideos li .hover-img figcaption a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.docVideos li .hover-img figcaption a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.docVideos li .hover-img:hover:before,
.docVideos li .hover-img:hover:after {
  transform: scale(1);
  opacity: 1;
}

.docVideos li .hover-img:hover>img {
  opacity: 0.7;
}

.docVideos li .hover-img:hover figcaption a {
  opacity: 1;
}

.docVideos .document a .export-icon {
  color: #FFF;
}

.docVideos .document .txt-color-primary {
  margin: 0;
}

.docVideos li .txt-color-primary {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
}

/* Media Queries for Responsive Design */





@media (max-width: 1440px) {
  .docVideos li {
    width: calc(24%);

  }

  .docVideos li .hover-img img {
    max-width: 100%;
    height: auto;
  }

  .docVideos li .hover-img {
    max-width: 400px;
    min-width: 180px;
  }
}



@media (max-width: 1024px) {
  .docVideos li {
    width: calc(50% - 18px);
    /* 2 items per row */
  }

  .docVideos li .hover-img img {
    max-width: 100%;
    height: auto;
  }

}

@media (max-width: 768px) {
  .docVideos li {
    width: calc(50% - 18px);
    /* 2 items per row */
  }

  .docVideos li .hover-img img {
    max-width: 100%;
    height: auto;
  }

}

@media (max-width: 480px) {
  .docVideos li {
    width: calc(100% - 18px);
    /* 1 item per row */
  }

  .docVideos li .hover-img img {
    width: 100%;
    height: auto;
    justify-content: left;
  }

  .docVideos li .hover-img {
    max-width: 300px;
    min-width: 180px;
  }

}

@media (max-width: 320px) {
  .docVideos li {
    width: calc(100% - 10px);
    /* 1 item per row */
  }

  .docVideos li .hover-img img {
    /* width: 80%; */
    height: auto;
  }

  .docVideos li .hover-img {
    max-width: 300px;
    min-width: 180px;
  }

}

.docVideos1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 9px;
  margin: 5px -20px;
  border: 1px solid lightgray;
  border-radius: 10px;
  list-style: none;
}

.docVideos1 li {
  list-style: none;
  border: 1px solid lightgray;
  margin: 10px;
  flex: 1 1 320px;
  max-width: 350px;
  justify-content: center;
  padding: 10px;
}

.docVideos1 li iframe {
  width: 100%;
  max-width: 100%;
  height: 230px;
}
.modalMain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modalMainContent {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 380px;
  box-sizing: border-box;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
}

h5 {
  margin: 0;
}

hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.footer {
  text-align: right;
}

.footer button {
  padding: 9px 18px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.footer button:hover {
  background-color: #45a049;
}

.login-form {
  max-width: 300px;
  margin: 0 auto;
}

.login-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}