/* GLOBAL COLORS */ 

.global-light-bg{background: #f3f3f3}
.global-dark-bg{background: #212529}
.global-dark-light-bg{background: #dcf1f7;}
.global-border-color{border-color: #DBDBDB}
.global-body-txt{color:#212529}
.global-heading-txt{color:#212529}
.global-light-txt{color:#ffffff}
.global-primary-bg{background-color:#2fb0d8}
.global-primary-txt{color:#019fa4}
.global-secondary-bg{background-color:#84d0e8}
.global-secondary-txt{color:#84d0e8}
.global-accent-bg{background-color:#ed8144}

.global-site-bg{background: #fff}

.global-accent-txt{color: #019fa9}

/* FORM */
.form-request .input-group-lg>.form-control,
.form-request .input-group-lg>.form-select{
  padding: 0.7rem 1rem;
  font-size: 1rem;
}

.form-request .form-check-label{
  font-size: 0.9rem;
}

.form-request .form-headline span.fw-medium{
  color: #019fa9 !important;
  font-style: italic;
  font-size: 1.5em;
}

@media only screen and (max-width: 991px) {
  .form-request .contact-page .col-form.col-md-6{
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0.9em !important;
  }
}

@media only screen and (max-width: 575px) {
  .form-request .contact-page .row{margin: 0;}
}

/* LINKS */
a{
	color:#019fa9;
	text-decoration: none;
  transition: all 0.4s ease, transform 0.4s ease;
}
a:hover,a:active,a:focus{
	color:#037a83;
	text-decoration: none;
  transition: all 0.4s ease, transform 0.4s ease;
}

.white.btn-outline-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #2fb0d8;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #2fb0d8;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
  }

.btn-primary{
	--bs-btn-color: #fff;
  --bs-btn-bg: #2fb0d8;
  --bs-btn-border-color: #2fb0d8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #08a5b4;
  --bs-btn-hover-border-color: #08a5b4;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #08a5b4;
  --bs-btn-active-border-color: #08a5b4;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #217b97;
  --bs-btn-disabled-border-color: #217b97;
}

.card .card-body .card-link{
  font-size: 0.825em;
  font-weight: 600;
}

/* IMAGES */
.fit-img{
  object-fit: cover;
  object-position: center;
  height: 100%;
}

/* FONTS */
.font-lora{
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-lora-500{
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fs-7{font-size: 0.9rem !important;}

body{
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #42545e;
}

/* HEADER*/
.page-inner-top.container-fluid{
  background:url(/static/img/DBM/Gradient-Background-2.webp) #030d0a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-top: 6rem !important;
}

.page-inner-top.container-fluid .headline-div{padding-bottom: 2em;}

.page-inner-top .headline-div a{
  border-color: #019fa9 !important;
  color: #019fa9;
  opacity: 0.7;
}

.page-inner-top .headline-div .btn.btn-link{
  border-color: #019fa9 !important;
  color: #019fa9;
  text-decoration: none;
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;
}

.page-inner-top .single-serv.headline-div .btn.btn-link{opacity: 0.7;}

.page-inner-top .headline-div a:hover,
.page-inner-top .single-serv.headline-div .btn.btn-link:hover,
.page-inner-top .headline-div .btn.btn-link:hover{
  border-color: #fff !important;
  color: #fff;
  opacity: 1;
}

.navbar.bg-dark{
  background-color: #00000000 !important;
  z-index: 5;
}

.navbar.bg-dark.sticky-top{
  background-color:#030d0a !important;
  transition: all 0.5s ease;
}

.navbar .navbar-brand img{
  object-fit: contain;
  object-position: center;
  height: 50px;
}

.navbar .schedule-btn .btn.btn-outline-dark{
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  border: 0;
}

.btn-box {
  color: #019fa9;
  font-weight: 500;
  width: auto;
  height: auto;
  float: left;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  border:1px solid #019fa9;
  border-radius: 0.375em;
  padding: 0.5em 1em;
}

.btn-box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}

.btn-box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  transform: translateX(-100%);
}

.btn-box:hover {
 color: #ffffff;
}

.btn-box:hover:before {
  border-color: #019fa9;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .3s;
}

.btn-box:hover:after {
  border-color: #019fa9;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}

.navbar .language-selector .form-select{
  border-color: #ffffff;
  cursor: pointer;
}

.navbar .language-selector .form-select:focus{
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .15) ;
}

.site-menu .navbar-nav .nav-item .dropdown-link-container{
  position: absolute;
  top:40px;
  left: -60px;
  width: 250px;
  border:0 !important;
  transition: all 1s ease;
  height: auto;
  max-height: 0;
  overflow-y: hidden;
  padding-top: 25px;
}

.site-menu .navbar-nav .nav-item:hover .dropdown-link-container{
  opacity: 1;
  max-height: auto;
  overflow-y: visible;
  transition: all 1s ease;
}

.site-menu .navbar-nav .nav-item:hover .dropdown-link-container .dropdown-item-link{
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}


@media only screen and (max-width: 991px) {
  .page-inner-top.container-fluid .col-md-6.headline-div{
    flex: 0 0 auto;
    width: 100%;
  }


  .navbar .navbar-toggler{
    border-color: #019fa9;
  }

  .navbar .navbar-toggler:focus{
    box-shadow: 0px 0px 0px 6px rgba(1,159,169,0.23);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(1,159,169,0.23);
    -moz-box-shadow: 0px 0px 0px 6px rgba(1,159,169,0.23);
  }

  .navbar .offcanvas-body{flex-direction: column !important;} 

  .navbar .offcanvas-body .navbar-nav {
    gap: 0 !important;
    width: 100%;
    justify-content: start !important;
    flex-grow: initial !important;
    align-items: center;
    padding: 0 !important;
  }

  .navbar .offcanvas-body .schedule-btn{margin-right: 0 !important}
}

@media only screen and (max-width: 575px) {
  .page-inner-top.container-fluid .row{margin: 0;}
}


@media only screen and (max-width: 480px) {
  .offcanvas{width: 100% !important}
}


/* FOOTER*/
.footer-toggle .indicator {
  transition: transform 0.3s ease;
}

.footer-toggle[aria-expanded="true"] .indicator {
  transform: rotate(180deg);
}

.footer-placeholder{
  background:#030d0a url(/static/img/DBM/background-glows.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.footer-placeholder::before{
  content:"";
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/static/img/DBM/Pixels-Mask-left.webp);
  background-repeat: no-repeat;
  background-position: left -160px;
  background-size: cover;
} 

.footer-placeholder::after{
  content:"";
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/static/img/DBM/Pixels-Mask-right.webp);
  background-repeat: no-repeat;
  background-position: right -160px;
  background-size: cover;
} 

.footer-placeholder .container{
  position: relative;
  z-index: 4;
}

.footer-placeholder .contact-list li a{
  color: #ffffff;
  text-decoration: none;
  line-height: 2.3em;
  transition: all 0.5s ease;
}

.footer-placeholder .contact-list a:hover{
  color: #019fa9;
  opacity: 0.5;
  transition: all 0.5s ease;
}

.footer-placeholder .social-list a{
  width: 40px;
  height: 40px;
  background: #019fa933;
  color: #ffffff;
  font-size: 1.5em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
  transition: all 0.5s ease;
}

.footer-placeholder .social-list a:hover{
  background: #019fa9;
  scale: 1.1;
  transition: all 0.5s ease;
}

.footer-placeholder .container .footer-links h6,
.footer-placeholder .container .contact-list h6{
  font-weight: 600;
  margin-bottom:1.5em ;
}

.footer-placeholder .container .footer-links  li a{
  color:#019fa9 !important;
  font-size:0.9em;
  line-height: 2.3em;
  opacity: 0.8;
  transition: all 0.5s ease;
}

.footer-placeholder .container .footer-links  li a:hover{color: #ffffff !important}

.copyright a{
  color: #019fa9;
  text-decoration: none;
  transition: all 0.5s ease;
}

.copyright a:hover{
  color: #019fa9;
  opacity: 0.5;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 736px) {
  .footer-placeholder .footer-glow img{
    object-fit: cover;
    height: 500px;
  }
  
  .footer-placeholder .social-list{margin-bottom: 3rem}

  .footer-placeholder .footer-links h6{margin-bottom: 0.5em !important}

  .footer-placeholder .footer-links li{
    font-size: 1.1em;
    padding: 0 1em;
  }

  .footer-placeholder .footer-links .btn.btn-link{
    border:1px solid #019fa9;
    text-decoration: none;
    font-weight: 600;
  }

  .footer-placeholder .contact-list{
    text-align: center;
    margin-bottom: 0;
    margin-top: 1em;
  }
}

/* HEADINGS */
.section-subheadline h6{
  letter-spacing: 3px;
}

.section-headline h2 span u {
  font-weight: inherit;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
}

.section-headline h2 span u img{
  position: absolute;
  z-index: -1;
  bottom:1px;
  left: 0;
  right: 0;
  width: 100%; 
}

.title-line{
  max-width: 100px;
  border-top:2px solid #2fb0d8;
  opacity: 1;
}

/* BOOKING FRONT */
.booking-block {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
}

.booking-pg.container-fluid iframe{
  height: calc(1000px + 100px);
}

.booking-service-image {
  object-fit: cover;
  object-position: center;
  height: 215px;
}

.booking-no-image{
    height: 215px;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
}

.booking-service-box {
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 0.75rem;
  overflow: hidden;
}

.card-text.booking-service-description{ 
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.booking-service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 1rem rgba(0,0,0,0.15);
}

.booking-service-details .w-50:nth-child(1){
  border-bottom-left-radius: 0.375em;
  border-top-left-radius: 0.375em;
}

.booking-service-details .w-50:nth-child(2){
  border-bottom-right-radius: 0.375em;
  border-top-right-radius: 0.375em;
}

.booking-block .djangoAppt_page-body{
  margin-top: 0;
  padding-top:100px;
}

.booking-block .djangoAppt_service-description {padding: 0 0 0 30px;}

.booking-block .djangoAppt_service-description .staff-members-list{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  border:0;
  padding: 0;
}

.booking-block .djangoAppt_btn-request-next-slot{
  margin-left: 6px;
  width: 98%;
}

.booking-block .affiliate-code{
  border-color: #9eeaf9 !important;
}

.booking-block .affiliate-code label{width: 100%;}

.booking-block .affiliate-code label,
.booking-block .user-info-input label{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;  
}

.booking-block .user-info-input label{
  font-size: 0.9em;
  font-weight: 500;
}

.booking-block .affiliate-code label{
  font-weight: 500;
  color: #055160;
  margin-bottom: 5px;
}

.booking-block .affiliate-code .form-control{
  border-color:#9eeaf9 ;
}

.booking-block .user-info-input{padding: 1em;} 

.booking-block .user-info-input input[type="text"], 
.booking-block .user-info-input input[type="email"],
.booking-block .user-info-input input[type="tel"],
.booking-block .user-info-input select,
.booking-block .user-info-input textarea {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.375em;
  transition: border-color .15s ease-in-out; 
}

.booking-block .user-info-input select{
  max-width: 40%;
}

.booking-block .user-info-input input:focus, 
.booking-block .user-info-input select:focus,
.booking-block .user-info-input textarea:focus{
  color: #212529;
  background-color:#fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.booking-block .service-description-content{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;   
}

.booking-block .service-details-btn{
  background-color:#f1f1f1 ;
  padding: 0 20px 20px 20px;
}

@media screen and (max-device-width: 1199px) {
  .booking-block .booking-service-details{flex-direction: column !important;}

  .booking-block .booking-service-details .w-50:nth-child(1){
    width: 100% !important;
    border-top-right-radius: 0.375em;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .booking-block .booking-service-details .w-50:nth-child(2){
    width: 100% !important;
    border-bottom-left-radius: 0.375em;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .booking-block .appointment-user-info{flex: 2;}

  .booking-block .djangoAppt_service-description{padding-left:0;}

  .booking-block .djangoAppt_appointment-calendar{padding: 0;}
}

@media screen and (max-device-width: 991px) {
  .booking-block .form-placeholder{flex-direction: column !important;}

  .booking-block .appointment-user-info{padding-right: 0;}

  .booking-block  .service-description-and-pay{
    margin: 20px 0 0 0;
    width: 100%;
  }
}

@media screen and (max-device-width: 768px) {
  .booking-block .user-info-input select{max-width: 100%;}

  .booking-block .djangoAppt_btn-request-next-slot,
  .booking-block .djangoAppt_next-available-date,
  .booking-block .error-message .djangoAppt_no-availability-text{
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .booking-block .djangoAppt_slot .error-message,
  .booking-block .djangoAppt_next-available-date{
    text-align: center;
  }

  .booking-block .error-message .djangoAppt_no-availability-text{padding-left: 10px !important;}

  .booking-block .djangoAppt_slot-list{padding-left: 0 !important;}

  .booking-block .djangoAppt_body-container .row .mb-4,
  .booking-block .appointment-user-info-title.mb-5{
    margin-bottom: 0 !important;
  }

  .booking-block .djangoAppt_body-container .row .page-description{font-size: 0.9em;}

  .booking-block .djangoAppt_slot {margin-left: 0;}
}

@media screen and (max-device-width: 540px) {
  .booking-block .djangoAppt_page-body{padding-top: 90px;}
}

@media screen and (max-device-width: 375px) {
  .booking-block .djangoAppt_page-body{padding-top: 80px;}

  .booking-block .djangoAppt_appointment-calendar-title-timezone{
    flex-direction: column;
    padding: 10px 10px 0 10px;
  }

  .booking-block .djangoAppt_calendar-and-slot{padding-bottom: 10px;}

  .booking-block .djangoAppt_slot {margin-top: 20px;}

  .booking-block .djangoAppt_btn-request-next-slot{font-size: 0.85em;}

  .booking-block .djangoAppt_next-available-date{margin-top: 0;}
}

@media screen and (max-device-width: 360px) {
  .booking-block .djangoAppt_btn-request-next-slot {
    margin-top: -26px;
    margin-bottom: 5px;
  }
}