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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", serif;
  margin: auto !important;
  align-items: center;
  color: #555555;
  text-decoration: none;
  max-width: 600px;
  text-align: center;
  box-shadow: 1px 2px 15px rgba(72, 72, 72, 0.2);
  background-image: url(../common/img/template1-bg.jpg);
  background-attachment: fixed;
}

.profile-sec {
  margin-top: 10px;
  position: relative;
  z-index: 99;
}
.profile-sec .profile-photo {
  width: 150px;
  height: 150px;
}
.profile-sec .profile-photo img {
  border-radius: 100px;
  border: 5px solid #582d80;
}
.profile-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #582d80;
  font-size: 24px;
  font-weight: 800;
}
.profile-sec h3 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #582d80;
  font-size: 20px;
  font-weight: 400;
}
.profile-sec h4 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #a83494;
  font-size: 18px;
  font-weight: 400;
}
.profile-sec .contact-btns ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
}
.profile-sec .contact-btns ul li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.profile-sec .contact-btns ul li a {
  color: #ffffff;
}
.profile-sec .contact-btns ul li a:hover {
  color: #582d80;
}
.profile-sec .contact-btns ul li a i {
  background-color: #582d80;
  padding: 10px 13px;
  border-radius: 30px;
}
.profile-sec .contact-btns ul li a i:hover {
  background-color: #FFAE00;
}
.profile-sec .contact-wrp {
  background-color: rgba(49, 28, 180, 0.08);
  padding: 20px 10px 0px 10px;
  border-radius: 20px;
}
.profile-sec .contact-wrp ul {
  display: block;
  list-style: none;
}
.profile-sec .contact-wrp ul li {
  margin-bottom: 10px;
}
.profile-sec .contact-wrp ul li a {
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.profile-sec .contact-wrp ul li a i {
  background-color: #a83494;
  color: #ffffff;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  margin-right: 10px;
}
.profile-sec .share-whatsapp {
  text-align: left;
  display: flex;
  margin-top: 20px;
}
.profile-sec .input-wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.profile-sec .input-wrapper label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}
.profile-sec .share-whatsapp input {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  outline: none;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  border: 2px solid #e5e5e5;
  border-radius: 10px 0 0 10px;
  width: 100%;
  padding-left: 40px;
}
.profile-sec .whatsapp-btn {
  -webkit-appearance: none;
  padding: 10px;
  font-size: 13px;
  background-color: #51B14D;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 0 10px 10px 0;
  text-decoration: none;
}
.profile-sec .btn-one a {
  background-color: #582d80;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.profile-sec .btn-one a:hover {
  background-color: #FFAE00;
  color: #000;
}
.profile-sec .social-media {
  display: flex;
  justify-content: center;
}
.profile-sec .social-media ul {
  list-style: none;
}
.profile-sec .social-media ul li {
  display: inline-block;
}
.profile-sec .social-media ul li a {
  text-decoration: none;
}
.profile-sec .social-media ul li a i {
  color: #a83494;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 3px solid #a83494;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.profile-sec .social-media ul li a i:hover {
  border-color: #FFAE00;
  color: #000;
}

.about-sec {
  border: 3px solid #a83494;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
.about-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #582d80;
  font-size: 24px;
  font-weight: 600;
}
.about-sec .download {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 0px;
  background-color: #582d80;
}
.about-sec .download .pdf-icon {
  padding: 12px;
  padding-right: 5px;
  font-size: 18px;
}
.about-sec .download .pdf-number {
  padding: 10px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-sec .download .download-icon {
  font-size: 18px;
  padding: 12px;
  border-left: 2px solid #a83494;
  color: #ffffff;
  background: #a83494;
  border-radius: 6px;
}

.service-sec {
  background-color: rgba(49, 28, 180, 0.08);
  margin: 10px;
  padding: 30px 10px 30px 10px;
  border-radius: 10px;
}
.service-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #582d80;
  font-size: 24px;
  font-weight: 600;
}
.service-sec .service-wrp ul {
  list-style: none;
  padding-left: 0px;
}
.service-sec .service-wrp ul li {
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-sec .service-wrp ul li i {
  color: #a83494;
  margin-right: 10px;
}
.service-sec .products-wrp {
  border: 1px solid #582d80;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.service-sec .products-wrp h4 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #292752;
  border-radius: 10px 0px 5px 0px;
  padding: 10px;
}
.service-sec .product-enquiry-btn {
  background-color: #a83494;
  padding: 10px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  float: right;
}
.service-sec .product-enquiry-btn:hover {
  background-color: #582d80;
}

.galley-sec {
  padding: 10px;
}
.galley-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #a83494;
  font-size: 24px;
  font-weight: 600;
}

.payment-sec {
  border: 3px solid #00ADED;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
.payment-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #00ADED;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
}
.payment-sec h3 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #292752;
  font-size: 18px;
  font-weight: 600;
}
.payment-sec .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: #ffffff;
  border-bottom-width: none;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.payment-sec .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #D9D9D9;
}
.payment-sec tbody, .payment-sec td, .payment-sec tfoot, .payment-sec th, .payment-sec thead, .payment-sec tr {
  border: none;
}

.review-btn {
  background-color: #a83494;
  padding: 10px 20px;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  display: block;
  width: 100%;
  transition: 0.5s;
}
.review-btn:hover {
  background-color: #582d80;
}

.form-sec {
  background-color: #D8DFE2;
  margin: 30px 10px 30px 10px;
  padding: 10px;
  border-radius: 10px;
}
.form-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #00ADED;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
}

.ftr {
  background-color: #a83494;
  padding: 10px;
}
.ftr a {
  font-family: "Poppins", serif;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.view-count {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  border-radius: 0px 0px 0px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  z-index: 99;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  background-color: #ffffff;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  z-index: 999;
  height: auto;
  background-color: #582d80;
  margin: 0;
  padding: 80px 0;
  color: #ffffff;
  list-style: none;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  transition-duration: 0.25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

header {
  background: white;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
}

.services-content {
  border-radius: 12px;
  border: 1px solid var(--10, #A6A6A6);
  background: var(--1, #FFF);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  padding: 10px 10px 15px 10px;
}

.btn-one {
  background-color: #292752;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  display: block;
  width: auto;
  transition: 0.5s;
}
.btn-one:hover {
  background-color: #FFAE00;
  color: #000;
}

.product-enquiry-btn {
  background-color: #a83494;
  padding: 10px;
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  float: right;
}
.product-enquiry-btn:hover {
  background-color: #582d80;
}

.sercices-details h3 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #a83494;
  font-size: 20px;
  font-weight: 600;
}

.form-sec h2 {
  font-family: "Poppins", serif;
  text-align: center;
  color: #582d80;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  touch-action: pan-y !important;
}/*# sourceMappingURL=style.css.map */