html,
body {
  font-family: "Poppins";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i'); */

.bgbanner {
  background: #0c3539;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-top {
  background: #0c3539;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerpadding {
  padding-top: 80px;
  margin-top: 20px;
  /* position: relative; */
}

.bgbanner nav * {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.bgbanner nav *:focus {
  color: #a17f5c !important;
}
.bgbanner nav *:hover {
  color: #a17f5c !important;
}

/* Mega Menu adjustments */
.nav-item.dropdown.dropdown-mega {
  color: #a17f5c;
  position: static;
}
.dropdown-menu {
  background-image: url("../img/banner.png");
  width: 100%;
  top: 90%;
  height: 80vh;
  /* left: 5%; */
}

.dropdown:hover > .dropdown-menu {
  display: block;
  left: 0%;
  top: 100%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.mega-content h5 a {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #a17f5c;
  text-align: left;
  text-transform: capitalize !important;
  text-decoration: none;
}

.list-group a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: white !important;
  text-transform: capitalize !important;
  word-spacing: normal !important;
  background-color: #0c3539;
  border: none;
  margin-left: -16px;
}

.bgbanner .bannerSection {
  left: 220px;
}

.bannertext {
  margin-top: 150px;
  background-image: url("/img/rightimg.png");
}

.bannertext h1 {
  font-family: Inter;
  font-size: 65px;
  font-weight: 800;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.bannertext h2 {
  font-family: Inter;
  font-size: 25px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: right;
  color: #a17f5c;
  padding-right: 180px;
}

.imgbanner {
  height: 450px;
}

.navbar {
  background-color: #0c3539;
  padding: 10px 0;
  transition: top 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
}

/* About Page */

.abtbg {
  background-image: url("../img/abtbg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.abtheader {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #016f7a;
  margin-left: 50px;
}

.abtpara {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  color: #a17f5c;
  margin-left: 50px;
  padding-right: 54px;
}
.img-class {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .bannertext h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
  }

  .bannertext h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
  }
  .abtpara {
    padding-right: 5px;
  }
}

/* Service Page */

.servicebg {
  /*background-image: url("../img/servicebanner.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #918344;
}

.serviceheader {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.servicebg p {
  font-family: Inter;
  font-size: 15px;
  font-weight: 900;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
/* New CSS for the hover effect */
.servicebg .col-lg-2:hover img,
.servicebg .col-12:hover img {
  transform: scale(1); /* Slightly zoom in on hover */
  border: 1px solid #016f7a; /* Add a white border on hover */
  transition: transform 0.3s ease; /* Add smooth transition for the zoom effect */
  border-radius: 50%;
}

/* Hair Treatment */

.hairtreatment {
  position: relative;
}

.hairtreatment h1 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #016f7a;
  text-align: center;
}

.hairtreatment h2 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #a17f5c;
}

.hairtreatment p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .hairtreatment img {
    width: 250px;
    position: relative;
  }

  .hairtreatment .firsthairrow {
    margin-top: 350px;
  }
}

/* PlateletSection Section */

.PlateletSection {
  background-image: url("../img/PlateletBG.png");
  background-position: left center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.PlateletSection h1 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  color: #016f7a;
  text-align: center;
}

.PlateletSection h2 {
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #a17f5c;
  width: 60%;
}

.PlateletSection img {
  width: 550px;
}

.PlateletSection p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  color: #a17f5c;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .PlateletSection img {
    width: 370px;
  }
}
/* BODY DETAILS section */

.bodydetailsSection h1 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  color: #016f7a;
  text-align: center;
}

.bodydetailsSection p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  color: #a17f5c;
}

.bodydetailsSection img {
  width: 300px;
  text-align: center;
}

.content {
  position: relative;
  width: 90%;
  max-width: 300px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(50, 104, 92, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 13px;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 600;

  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 20px;
  text-align: center;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.footer-section {
  background: #0c3539;
  position: relative;
}

.footer-social-icon a {
  color: #f6e069;
  font-size: 26px;
  border-radius: 22px;
  margin: 8px;
}

.footer-section h3 {
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.footer-widget ul {
  padding-left: 10px !important;
}
.footer-widget ul a {
  text-decoration: none;
  padding-top: 10px;
  color: #ffffff;
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.phone {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #e1e1e1;
}

.copytext {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.copytextright {
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.clearfix {
  padding: 60px;
}
/* Style the "Book Appointment" link as a button */
.book-appointment-btn {
  padding: 8px 16px;
  background-color: #007bff; /* Change this to the desired background color */
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Change the background color of the icon on hover */
.book-appointment-btn:hover .calendar-icon {
  background-color: #ffffff; /* Change this to the desired icon background color on hover */
  color: #007bff; /* Change this to the desired icon color on hover */
}

/* animation button */

.btn-container .btn {
  background: #016f7a;
  width: 200px;
  height: 40px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
}

.btn-container .btn:hover {
  background: #918344;
}

.btn-container .btn span {
  position: relative;
}
.btn-container a {
  text-decoration: none;
}

.btn-container .btn.animate.shake:hover {
  animation: shake 0.6s ease-in-out both;
}

.btn-container .btn.animate.shake:hover span {
  animation: shakeText 0.5s ease-in-out both 0.05s;
}

.btn-container .btn.animate.float:hover {
  animation: float 1.8s ease-in-out both infinite;
}

.btn-container .btn.animate.float:hover span {
  animation: floatText 1.8s ease-in-out both infinite 0.05s;
}

.btn-primary {
  background: var(--brand-primary);
  color: #ffffff;
}

.btn-container .btn-outline {
  background: transparent;
  border: solid 1px var(--brand-gray);
}

.btn-container .btn-primary.btn-outline {
  border: solid 1px var(--brand-primary);
  background: transparent;
  color: var(--brand-primary);
}

@keyframes shake {
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes shakeText {
  0% {
    right: 4px;
  }
  33% {
    right: -4px;
  }
  66% {
    right: 4px;
  }
  100% {
    right: 0;
  }
}

@keyframes float {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes floatText {
  0% {
    top: -2px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: -2px;
  }
}

/*Breadcrumb */
.bread-crumb {
  padding-top: 36px;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-family: Inter;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: hsl(0, 0%, 30%);
}

.breadcrumbs li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0, 0%, 30%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.breadcrumbs li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  margin-top: 5px;

  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;

  position: absolute;
  right: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}

.breadcrumbs li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/* heading */
.headingforall {
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: center;
  color: #016f7a;
}
.paragraphforall {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #a17f5c;
  margin: 40px;
  font-style: italic;
}

.contentforall h2 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  color: #016f7a;
}
.contentforall h2 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  color: #016f7a;
  text-align: center;
  text-transform: uppercase;
}
.contentforall p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  color: #a17f5c;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 80%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.customer-logos h2 {
  padding-top: 12px;
}
.sliderwhat h1 {
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #016f7a;
}

.sliderwhat h2 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}
.section4 img {
  width: 50%;
}

.newoffers {
  padding: 20px 0;
}

.newoffers .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.newoffers .row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; /* Create some spacing between columns */
}

.newoffers .col-12 {
  flex-basis: 100%;
  max-width: 100%;
  padding: 10px; /* Add spacing between columns */
}

@media (min-width: 768px) {
  .newoffers .col-md-4 {
    flex-basis: calc(33.3333% - 20px); /* Adjust for spacing */
    max-width: calc(33.3333% - 20px); /* Adjust for spacing */
  }
}

.image-link {
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.image-link img {
  width: 100%;
  height: auto;
}

.image-link:hover img {
  transform: scale(0.9);
}

#slider {
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
}

.slides {
  overflow: hidden;
  animation-name: fade;
  animation-duration: 1s;
  display: none;
}

#slider img {
  width: 100%;
}

#dot {
  margin: 0 auto;
  text-align: center;
}
.dot {
  display: inline-block;
  border-radius: 50%;
  background: #d3d3d3;
  padding: 8px;
  margin: 10px 5px;
}

#slider .active {
  background: black;
}

@media (max-width: 567px) {
  #slider {
    width: 100%;
  }
}

/* whats app Chat */

/* CSS Multiple Whatsapp Chat */

.wtsapp a:link,
a:visited {
  color: white;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.wtsapp h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  text-decoration: none;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #0c3539;

  color: #fff;
  padding: 20px;

  & h3 {
    margin: 0 0 10px;
  }

  & p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }

  .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
}

.whatsapp-chat-avatar {
  position: relative;

  &::after {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    /* background-color: #4ad504; */
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    /* border: 2px solid #095e54; */
    left: 40px;
    top: 38px;
  }

  img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
  }
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
  } */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 30px;
  outline: none;
  resize: none;
  padding: 5px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 5px 9px 0;
  background: #eee;
  border-radius: 10px;

  svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;

  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }

  15% {
    background-color: rgb(17, 17, 17);
  }

  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }

  25% {
    background-color: rgb(17, 17, 17);
  }

  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }

  35% {
    background-color: rgb(17, 17, 17);
  }

  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;

  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    /* background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg); */
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);

  &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.section9 button a {
  color: #fff;
  text-decoration: none;
}

.custom-dropdown-container {
  position: relative;
}

.custom-dropdown-toggle::after {
  content: " ▼";
  font-size: 0.6em;
}

/* Hidden by default */
.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0c3539;
  min-width: 160px;
  /* border: 1px solid #ccc; */
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

/* Dropdown menu items */
.custom-dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.custom-dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

/* Show on hover for desktop */
@media (min-width: 768px) {
  .custom-dropdown-container:hover .custom-dropdown-menu {
    display: block;
  }
}
