/*------------------------------------------------------------------
	
Project: Ennova Website 2021-2023
Author:	Miraze Dewan


[Table of contents]

- Colors
- Media
- Cookie consent
- Google Cloud
- Infopoint
- POR FSER banner
- Contact & Career form
- GPTW
- Footer


-------------------------------------------------------------------*/

/* Colors
-------------------------------------------------------------------*/

.en-primary {
  color: #ee7f00;
}

/* Global Classes
  -------------------------------------------------------------------*/

.logo__title.logo__en {
  top: 30px;
}
.logo__en img {
  width: 196px;
  height: auto;
}
.bg-white {
  color: #fff !important;
}

.cards__img.en_partners {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  background-size: contain;
}

.wiki-footer {
  position: absolute;
  width: 15vw;
  right: 150px;
  text-align: right;
  font-size: 12px;
}

.en-footer-link {
  color: #ee7f00;
  transition: all 0.25s ease-in-out;
}

.en-footer-link:hover {
  color: #f19833;
}

.menu-sidebar__switch,
.lang-sidebar__switch,
.form-sidebar__switch,
.cookie-sidebar__switch {
  transition: all 750ms ease;
}

.menu-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.en-callout {
  overflow: auto;
  display: block;
}

.en-quotes {
  padding: 7em 0;
}

/* Custom Blockqute*/

.en_bq {
  border: none;
  quotes: "\201C""\201D""\2018""\2019";
  position: relative;
  padding: 20px 70px;
}

.en_bq h2 {
  color: #16191f;
}

.en_bq h2:before {
  content: open-quote;
  color: #efefef;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 130px;
}

.sidebar-logos img {
  width: 80%;
  margin: 0 0 20px 10%;
}

.header-simple.contact-slide-bg {
  background: url(../img/contact/slider_bg_contact_2100x800.jpg);
  background-size: cover;
  background-position: center center;
}

.header-simple.career-slide-bg {
  background: url(../img/about/career_bg_2100x800.jpg);
  background-size: cover;
  background-position: center center;
}

.header-simple.vision-slide-bg {
  background: url(../img/about/vision_bg_2100x800.jpg);
  background-size: cover;
  background-position: center center;
}

.header-simple.privacy-slide-bg {
  background: url(../img/about/privacy_2100x800.jpg);
  background-size: cover;
  background-position: center center;
}

.header-simple.cookie-slide-bg {
  background: url(../img/about/cookie_2100x800.jpg);
  background-size: cover;
  background-position: center center;
}

.header-simple.clients-partners-slide-bg {
  background: url(../img/about/clients_&_partners_2100x800.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.enterprise-bg {
  background: url(../img/slides/slide_enterprise_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.mobile-bg {
  background: url(../img/slides/slide_apps_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.design-bg {
  background: url(../img/slides/slide_design_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.ai-bg {
  background: url(../img/slides/slide_ai_bigdata_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.bigdata-bg {
  background: url(../img/slides/slide_aibigdata_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.cloud-bg {
  background: url(../img/slides/slide_cloud_replatforming_2100x1200_v2.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.iot-bg {
  background: url(../img/slides/slide_iot_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.industry-bg {
  background: url(../img/slides/slide_industry_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.header-image__bg.oops-bg {
  background: url(../img/global/bg_404_2100x1200.jpg);
  background-size: cover;
  background-position: center center;
}

.job-desc-ul ul {
  margin: 25px 0 50px;
}

.job-desc-ul ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 5px;
}

#video-bg-home {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  z-index: -10;
}

.side-images__video {
  position: relative;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.events-panel__reveal.inverted {
  color: #262c36;
  background: #fff;
}

.events-panel__reveal.inverted h2 {
  text-transform: none;
}
.events-panel__reveal.inverted h2.var a:before {
  background: #ededed;
}

/* Media 
  -------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .wiki-footer {
    width: 17vw;
  }
  #video-bg-home {
    object-fit: cover;
  }
}
@media screen and (max-width: 1366px) {
  .wiki-footer {
    width: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .en-call-out {
    padding: 0 50px;
  }
  .events-panel__title > span.parent {
    margin-left: 0;
  }
  .wiki-footer {
    position: relative;
    text-align: center;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    padding: 20px 0;
  }
  .wiki-footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ee7f00;
    left: 50%;
    transform: translate(-50%);
    top: 0;
  }
  .footer__govt img {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 80px;
  }
  #video-bg-home {
    object-position: 20% 0;
  }
}

@media screen and (max-width: 426px) {
  .en-call-out {
    padding: 0 30px;
  }
}

/* Cookie Consent
  -------------------------------------------------------------------*/

input:checked + #cookieBar {
  bottom: -100%;
}

#cookieBar {
  position: fixed;
  bottom: 2.5vw;
  left: 7vw;
  width: 45vw;
  z-index: 10000;
  padding: 1.5rem;
  text-align: center;
  background: rgb(31 37 48 / 96%);
  transition: 1s ease;
  -webkit-transition: 1s ease;
  display: flex;
}

.cookie-buttons {
  display: flex;
  align-items: center;
}

.cookie-consent-style {
  cursor: pointer;
  right: -55px;
  bottom: 6rem;
  transform: rotate(-90deg);
  color: #ee7f00;
  background: #212934;
  position: fixed;
  z-index: 5000;
  font-size: 0.67em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 0;
  padding: 0 16px 8px;
  font-weight: 600;
  letter-spacing: 0.077em;
  transition: all 150ms linear 0s;
  height: 40px;
}

.cookie-consent-style:hover {
  right: -50px;
  color: #ee7f00;
  background-color: #fff;
}

#cookieBar p {
  font-size: 0.95em;
  color: #9b9fa6;
  margin: 0;
  text-align: left;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .cookie-buttons {
    display: block;
    align-items: center;
  }
  #btn-cookie-refuse {
    margin-top: 10px;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #cookieBar {
    width: calc(100vw - 14vw);
    bottom: 5vw;
  }
}

@media screen and (max-width: 425px) {
  #cookieBar {
    width: calc(84vw - 14vw);
    bottom: 7vw;
    display: block;
  }
  #cookieBar p {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* Dropdown Menu
  -------------------------------------------------------------------*/
.sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
  top: 100%;
}

.menu-item__plus__submenu {
  transform: scale(0.6);
  top: 7px;
  left: 0;
}
.menu-item__plus__submenu:after {
  background: #ee7f00;
}
.menu-item__plus__submenu:before {
  background: #ee7f00;
}

nav .sub-menu-parent a {
  text-decoration: none;
}
nav .sub-menu-parent a:hover {
  color: inherit;
}
nav .sub-menu-parent ul,
nav .sub-menu-parent ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav .sub-menu-parent ul li:before {
  background: none;
}
nav .sub-menu-parent ul li:hover {
  color: #ee7f00;
}

nav .sub-menu-parent > ul {
  text-align: center;
  margin-top: 10px;
}
nav .sub-menu-parent > ul > li {
  padding: 5px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

/* Helper Classes
  -------------------------------------------------------------------*/
.hide {
  display: none !important;
}

@media screen and (max-width: 1366px) {
  .mobile-hide {
    display: none !important;
  }
}

.bg-white {
  background: #fff;
}
.lower-case {
  text-transform: lowercase !important;
}
.font-sm {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex !important;
}
.visible {
  display: block !important;
}

.m-w-965 {
  max-width: 965px;
}
.m-w-n {
  max-width: none !important;
}
.m-w-150 {
  max-width: 150px !important;
}

.ls--125 {
  letter-spacing: -1.25pt;
}

.w-60 {
  width: 60% !important;
}
.w-100 {
  width: 100% !important;
}

.p-news {
  font-size: 1.25em;
  font-weight: 700;
}
.h-100vh {
  height: 100vh !important;
}
.w-auto {
  width: auto !important;
}

.text-center {
  text-align: center !important;
}

.p-t-10 {
  padding-top: 10px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-relative {
  position: relative !important;
}

.t--60 {
  top: -60px !important;
}
.t--100 {
  top: -100px !important;
}
.t--120 {
  top: -120px !important;
}

.bg-gray-light {
  background-color: #f1f1f1 !important;
}

@media screen and (max-width: 768px) {
  .res-t-10 {
    top: 10px;
  }
  .res-m-t-0 {
    margin-top: 0 !important;
  }
}

/* Google Cloud Offering
  -------------------------------------------------------------------*/
.gg-offer {
  color: white;
  padding-right: 10px;
  margin-right: 10px;
  padding-left: 5px;
  width: 60px;
  display: inline-block;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
}

.gg-offer.gg-01 {
  background-color: #4285f4;
}
.gg-offer.gg-02 {
  background-color: #ea4235;
}
.gg-offer.gg-03 {
  background-color: #fcbd06;
}
.gg-offer.gg-04 {
  background-color: #009925;
}

@media screen and (max-width: 1366px) {
  .content-mixed__body.reverse {
    flex-direction: column-reverse;
  }
  .content-mixed__sidebar.reverse {
    margin-top: 0;
  }
  .m-t-n {
    top: 0 !important;
  }
}

@media screen and (max-width: 1366px) {
  .content-mixed__body.reverse {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .content-mixed__sidebar.reverse {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

/* Custom InfoPoint Positions
  -------------------------------------------------------------------*/
.right-15vw {
  right: 15vw;
}

.top-30vw {
  top: 30vw !important;
}

.top-35vw {
  top: 35vw !important;
}

.left-30vw {
  left: 30vw !important;
}

.left-36vw {
  left: 36vw !important;
}

.left-50vw {
  left: 50vw !important;
}

#cookieContainer {
  display: none;
}

@media screen and (max-width: 1440px) {
  .stats__point--3 {
    bottom: 6vw;
  }
  .stats__point.right-15vw {
    right: 10vw;
    top: 14vw;
  }
  .left-top-41-23 {
    left: 41vw;
    top: 24vw;
  }
}

#prevent-reload-back-images {
  background-color: #16191f;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  top: 0;
  display: block;
}

/* POR FSER Banner
  -------------------------------------------------------------------*/

.banner-wrapper {
  max-width: 1390px;
  display: flex;
  flex-direction: row;
  margin: 70px auto;
  padding-right: 70px;
  padding-left: 70px;
}

.banner-wrapper .fser-banner-title {
  width: 60%;
}

.banner-wrapper .fser-banner-title h4 {
  margin-top: 15px;
  line-height: 1.75;
  padding-right: 80px;
}

.banner-wrapper .fser-banner-img {
  width: 40%;
  border-left: 1px solid #d1d1d1;
}

.banner-wrapper .fser-banner-img img {
  width: 100%;
  padding-left: 80px;
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.banner-wrapper .fser-banner-img img:hover {
  transform: scale(1.077);
}

@media screen and (max-width: 768px) {
  .banner-wrapper {
    flex-direction: column;
    margin: 50px 0;
    padding-right: 40px;
    padding-left: 40px;
  }
  .banner-wrapper .fser-banner-title {
    width: 100%;
  }
  .banner-wrapper .fser-banner-title h4 {
    margin-top: 0;
    padding-right: 0;
  }
  .banner-wrapper .fser-banner-img {
    width: 90%;
    margin-top: 30px;
    border: 0;
    padding: 0;
    text-align: center;
  }
  .banner-wrapper .fser-banner-img img {
    padding-left: 0;
  }
}

/* Contact & Career Form Container
  -------------------------------------------------------------------*/
.form-sidebar__switch {
  transition: all 0.3s ease;
}

.form-sidebar__switch.hidden,
.lang-sidebar__switch.hidden,
.cookie-sidebar__switch.hidden {
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.form-container {
  width: 36%;
  height: 100%;
  position: fixed;
  right: -40%;
  z-index: 100;
  background-color: #21252e;
  padding: 3rem;
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.24);
  overflow-y: scroll;
  transition: all 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.form-container .form-close {
  position: relative;
  top: 0rem;
  left: -14px;
  margin-bottom: 1.5rem;
  width: 48px;
  height: 48px;
  z-index: 101;
  cursor: pointer;
  opacity: 0.5;
  /* border: 1px solid rgb(255 255 255 / 40%); */
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.form-container .form-close:after,
.form-container .form-close:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 50%;
  margin-right: -15px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  z-index: 102;
}
.form-close:after {
  transform: rotate(45deg);
}
.form-close:before {
  transform: rotate(-45deg);
}

.form-container .form-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}

.form-container::-webkit-scrollbar {
  width: 4px;
}

.form-container::-webkit-scrollbar-track {
  background-color: #212934;
}

.form-container::-webkit-scrollbar-thumb {
  background-color: #303747;
}

.form-container.active {
  right: 120px;
}

.validation-message,
.wpcf7 form .wpcf7-response-output {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  margin: 1.5rem 0 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.44;
  letter-spacing: 0.18em;
  font-family: "Poppins";
  position: relative;
}

.validation-message.success,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  background: rgb(112 224 0 / 20%);
  border: 1px solid rgb(112 224 0 / 70%);
  color: #85ac5d;
  transition: all 150ms ease-out;
}

.validation-message.success:hover,
.wpcf7 form .wpcf7-response-output:hover {
  border: 1px solid rgb(112 224 0 / 100%);
}

.validation-message.error,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgb(220 47 2 / 10%);
  border: 1px solid rgb(220 47 2 / 70%);
  color: #dc2f02;
  transition: all 150ms ease-out;
}

.validation-message.error:hover,
.wpcf7 form.failed .wpcf7-response-output:hover,
.wpcf7 form.aborted .wpcf7-response-output:hover,
.wpcf7 form.spam .wpcf7-response-output:hover,
.wpcf7 form.invalid .wpcf7-response-output:hover,
.wpcf7 form.unaccepted .wpcf7-response-output:hover {
  border: 1px solid rgb(220 47 2 / 100%);
}

.validation-message .close-message {
  right: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transform-origin: center center;
  transition: all 150ms ease-out;
}

.validation-message .close-message:hover {
  filter: brightness(120%);
  transform: translateY(-50%) scale(1.25);
}

@media screen and (min-width: 1600px) {
  .form-container {
    width: 22%;
  }
}

@media screen and (max-width: 1366px) {
  .form-container.active {
    right: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .form-container {
    width: calc(100% - 64px);
    right: -106%;
    padding: 3rem 1.5rem;
  }
  .form-container.active {
    width: calc(100% - 64px);
    right: 64px;
    padding-bottom: 100px;
  }
}

.form-container h3 {
  color: #fff;
  letter-spacing: 0.17em;
}

.form-container p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Space Mono", sans-serif;
}

input,
textarea {
  width: 100%;
  padding: 0 0 5px;
  box-sizing: border-box;
  background: none;
  color: #ffffff;
  outline: none;
  resize: none;
  border: 0;
  font-family: Roboto, sans-serif;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.career-form {
  background: #f6f6f6;
  padding: 3rem;
}

.career-form h5 {
  margin-bottom: 2rem;
  margin-top: 0 !important;
}

.form-light p:before {
  content: attr(type);
  display: block;
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  font-family: "Space Mono", sans-serif;
}

.form-light input,
.form-light textarea {
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
}

input.error,
textarea.error,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-bottom: 1px solid rgb(220 47 2 / 100%);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.form-light input::placeholder,
.form-light textarea::placeholder {
  color: rgba(0, 0, 0, 0.24);
}

input:hover,
textarea:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  transition: all 0.4 ease;
}

.form-light input:hover,
.form-light textarea:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

input:focus,
textarea:focus {
  border-bottom: 1px solid #ffffff;
  transition: all 0.4 ease;
}

.form-light input:focus,
.form-light textarea:focus {
  border-bottom: 1px solid #000;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: all 0.4s ease;
}

.sidebar-image.career {
  min-height: 600px;
  margin-bottom: 2rem;
}

.form-light .d-flex {
  display: flex;
  gap: 2rem;
}

.form-light .d-flex div.form-group {
  width: 50%;
  margin-bottom: 28px;
}

.c-form.content-mixed__content {
  margin-left: 40px;
}

@media screen and (max-width: 1366px) {
  .c-form.content-mixed__content {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .c-form.content-mixed__wrap {
    padding: 0;
  }
  .career-form {
    padding: 1.5rem;
  }
  .career-form .d-flex {
    display: block;
  }
  .career-form .d-flex div.form-group {
    width: 100%;
  }
}

/* Upload File */

.uploadFile {
  font-size: 15px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: "UPLOAD";
  display: inline-block;
  margin-right: 10px;
  padding: 2px 15px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.75rem;
  font-family: "Space Mono", sans-serif;
  background-color: #e6e6e6;
  color: #020202;
  transition: all 150ms ease;
}

.custom-file-input:hover::before {
  color: #fff;
  background: #ee7f00;
}

.custom-file-input:active::before {
  background: #ee7f00;
}

/* Custom Select */

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.custom-select.disabled {
  pointer-events: none;
}

.select-selected {
  background-color: #f6f6f6;
}

.custom-select.disabled .select-selected {
  background-color: #e7e7e7;
  padding-left: 5px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 9px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  line-height: 18px;
}

.select-selected {
  color: rgba(0, 0, 0, 0.75);
  padding: 7px 0;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.36) transparent;
  cursor: pointer;
  transition: all 0.4 ease;
}

.select-selected:hover {
  border-color: transparent transparent rgba(0, 0, 0, 1) transparent;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f6f6f6;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.16);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #e6e6e6;
}

/* Checkbox */ /* The container */
label.checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.811rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 768px) {
  label.checkbox-container {
    text-align: left;
  }
}

.form-light label.checkbox-container {
  color: rgba(0, 0, 0, 0.75);
}

/* Hide the browser's default checkbox */
label.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: all 0.4s ease;
}

.form-light .checkmark {
  border: 1px solid rgba(0, 0, 0, 0.36);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.form-light .checkbox-container:hover input ~ .checkmark {
  border: 1px solid rgba(0, 0, 0, 1);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  border: 1px solid rgba(255, 255, 255, 1);
}

.form-light .checkbox-container input:checked ~ .checkmark {
  border: 1px solid rgba(0, 0, 0, 0.45);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #ee7f00;
  transition: all 0.4s ease;
}
.google-recaptcha-msg {
  font-size: 0.711rem;
  line-height: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgb(255 255 255 / 7%);
  padding: 0.75em;
  margin: 2em 0;
}

.google-recaptcha-msg.light {
  color: rgba(0, 0, 0, 0.75);
  margin-left: 3.5em;
  margin-bottom: 3em;
  background: rgb(0 0 0 / 5%);
}

/* GPTW
  -------------------------------------------------------------------*/
.gptw-content {
  margin: 5rem 0 3rem;
  background-color: #f6f6f6;
  display: flex;
  gap: 2.5rem;
}

.gptw-content .gptw-bg {
  width: 34%;
  margin: 0;
  background: url("../img/about/img_gptw.jpg") center center;
  background-size: cover;
  display: grid;
}

.gptw-content .gptw-paragraph {
  width: 56%;
  color: #16191f;
  padding: 2.5rem 0;
}

.gptw-content .gptw-paragraph h5 {
  margin-bottom: 1rem;
}

.gptw-content .gptw-badge {
  width: 10%;
  margin-right: 2.5rem;
  align-self: center;
}
.gptw-content .gptw-badge img {
  width: 120px;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .content-primary.gptw {
    margin-bottom: 80px;
  }
  .gptw-content {
    padding: 1.5rem 3rem;
  }
  .gptw-content .gptw-bg {
    display: none;
  }
  .gptw-content .gptw-paragraph {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .gptw-content {
    padding: 1.5rem 2rem;
  }
  .gptw-content .gptw-paragraph {
    width: 80%;
    padding: 0;
  }
  .gptw-content .gptw-badge {
    width: 20%;
    margin-right: 0;
  }
  .gptw-content .gptw-badge img {
    width: 110px;
  }
}

@media screen and (max-width: 600px) {
  .gptw-content {
    flex-direction: column-reverse;
  }
  .gptw-content .gptw-paragraph {
    width: 100%;
    text-align: center;
  }
  .gptw-content .gptw-badge {
    width: 100%;
    text-align: center;
  }
}

/* Footer
  -------------------------------------------------------------------*/

.group-info {
  border-top: 1px solid hsla(0, 0%, 100%, 0.11);
  padding-top: 20px;
  margin-top: 30px;
  background: rgb(60, 105, 151);
  /* background: linear-gradient(270deg, rgba(60,105,151,1) 0%, rgba(0,168,120,1) 100%); */
  background: linear-gradient(
    270deg,
    rgba(0, 168, 120, 1) 10%,
    rgba(60, 105, 151, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
}

.group-info a {
  display: inline-block;
}

.group-info a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: linear-gradient(
    270deg,
    rgba(60, 105, 151, 1) 0%,
    rgba(0, 168, 120, 1) 100%
  );
  margin-top: 1px;
  transition: all 0.5s ease;
}

.group-info a:hover {
  background: linear-gradient(
    270deg,
    rgba(221, 115, 115, 1) 0%,
    rgba(245, 183, 0, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.group-info a:hover::after {
  background: transparent;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1460px) {
  .group-info {
    margin-left: 30px;
    margin-top: 0;
    border-top: none;
    border-left: 1px solid hsla(0, 0%, 100%, 0.11);
    padding: 14px 30px;
    align-self: center;
    height: auto;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .group-info {
    font-size: 17px;
    padding: 12px 24px;
    margin-top: 30px;
    margin-left: 10px;
    text-align: center;
    border-left: none;
    border-top: 1px solid hsla(0, 0%, 100%, 0.11);
  }
}
