:root {
  --theme-color: #FFDB6E;

}
@font-face {
  font-family: "Uniform Light";
  src: url("../template2/fonts/Uniform\ Light.ttf");
}
@font-face {
  font-family: "Uniform";
  src: url("../template2/fonts/Uniform.ttf");
}
@font-face {
  font-family: "Uniform Medium";
  src: url("../template2/fonts/Uniform\ Medium.ttf");
}
@font-face {
  font-family: "Uniform";
  src: url("../template2/fonts/Uniform\ Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Uniform Black";
  src: url("../template2/fonts/Uniform\ Black.ttf");
}
@font-face {
  font-family: "Uniform Bold";
  src: url("../template2/fonts/Uniform\ Bold.ttf");
}
@font-face {
  font-family: "Uniform Ultra";
  src: url("../template2/fonts/Uniform\ Ultra.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Uniform', sans-serif;
  margin: 0 auto;
  color: #d6d6d6;
  text-decoration: none;
  max-width: 450px;
  text-align: center;
  background-color: #010101;
  word-break: break-word;
  padding: 20px 10px 90px 10px;
}

a {
  text-decoration: none;
  color: var(--theme-color);
}

strong, b {
  font-family: 'Uniform Medium';
}


/* Main section */

.page-wrapper {
  background-color: #1e1e1f;
  border: 1px solid #383838;
  border-radius: 20px;
  box-shadow: -4px 8px 24px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 20px;
}

.upper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}

.views-label {
  top: 0px;
  right: 0px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #383838;
  padding: 10px 10px;
  position: absolute;
  color: var(--theme-color);
  font-size: 12px;
  margin-bottom: 0px;
}

.profile-pic-img {
  max-width: 110px;
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  padding: 5px;
  margin-right: 25px;
}
.profile-pic-img.no-border {
  border: 0;
  border-radius: 0;
}

.firm-text-details {
  text-align: left;
}

.firmname {
  font-size: 16px;
  font-family: 'Uniform Medium';
  margin: 0 0 10px 0;
  color: #FCFCFC;
}

.firmname-underline {
  width: 30%;
  background-color: var(--theme-color);
  height: 1px;
  margin-bottom: 10px;
}

.name {
  font-family: 'Uniform';
  font-size: 14px;
  margin: 10px 0 0;
  color: #FCFCFC;
}

.seperator {
  height: 1px;
  width: 100%;
  background: #383838;
  margin: 30px 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  color: #FCFCFC;
  font-size: 13px;
  text-align: left;
  margin-bottom: 22px;
}

.icon-box {
  background: linear-gradient(155deg, var(--theme-color) 0%, #FFBC5E00 50%);
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 16px;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.25);
  height: 50px;
  width: 50px;
  color: var(--theme-color);
  margin-right: 15px;
}

.icon-box::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(135deg, #FFDB6E40 0%, #FFBC5E00 59.86%), #202021;
  border-radius: inherit;
  z-index: -1;
}

.contact-info-block {
color: #FCFCFC;
}

.contact-info-caption {
  display: block;
  font-size: 11px;
  color: #9C9C9C;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-info-text {
  display: block;
  font-size: 14px;
  color: #D6D6D6;
  font-weight: 300;
}

.shadow-buttons {
  display: flex;
  justify-content: center;
}

.shadow-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(135deg, rgba(45, 45, 46, 0.25) 0%, rgba(27, 27, 28, 0) 100%), #202021;
  border-radius: 14px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px, solid, #383838;
  position: relative;
  z-index: 0;
  padding: 10px 2px;
  font-size: 13px;
  color: #F1F1F1;
  margin: 5px;
  flex: 1;
}

.shadow-button .shadow-button-icon {
  color: #F1F1F1;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 10px;
  margin-top: -2;
}

.save-card-button {
  display: none;
}

/* Main section End */


/* Section CSS Starts */

.section-header {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-header-underline {
  width: 10%;
  background-color: var(--theme-color);
  height:2px;
  margin-bottom: 30px;
}

.section-container {
  background-color: #1e1e1f;
  border: 1px solid #383838;
  border-radius: 20px;
  box-shadow: -4px 8px 24px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 20px;

  text-align: left;
  margin-top: 20px;
  line-height: 22px;
  font-size: 14px;
  word-break: break-word;
  color: #fff;

}
/* Section CSS Completed */

/* Card CSS Starts */

.card {
  background: linear-gradient(155deg, var(--theme-color) 0%, #FFBC5E00 50%);
  z-index: 0;
  border-radius: 14px;
  box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.25);
  text-align: left;
  padding: 15px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(135deg, #FFDB6E0a 0%, #FFBC5E00 100%), #1E1E1F;
  border-radius: inherit;
  z-index: -1;
}

.card .card-title {
  font-size: 15px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Uniform Medium';
}
/* Card CSS Completed */

/* About us info classes start */
.about-us-table {
  font-size: 14px;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.about-us-table tr {
  text-align: -webkit-left;
  vertical-align: top;
}

.about-us-table .table-row-label {
  text-align: left;
  min-width: 150px;
  vertical-align: top;
  position: relative;
}

.about-us-table .table-row-label .table-row-label-text {
  display: inline-block;
  margin: 0;
  font-family: 'Uniform Medium';
  font-size: 14px;
}

.about-us-table .table-row-label .table-row-label-separator {
  position: absolute;
  right: 0;
}

.speciality-label {
  font-family: 'Uniform Medium';
}

.about-us-text {
  text-align: left;
  max-width: 95%;
  color: #D6D6D6;
}

.document-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #555555;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #ffffff;
}

.document-wrapper .pdf-icon {
  padding: 12px;
  padding-right: 5px;
  font-size: 18px;
}

.document-wrapper .pdf-number {
  padding: 10px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-wrapper .download-icon {
  font-size: 18px;
  padding: 12px;
  border-left: 2px solid #555555;
  color: var(--theme-color);
}

.other-links-wrapper .other-links-header {
  font-family: 'Uniform Medium';
}

.other-links-wrapper .other-links-link {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  word-break: break-all;
}

.other-links-wrapper .other-links-link i {
  margin-right: 10px;
}

/* About us info classes completed */

/* Product css starts */
.product-description {
  text-align: left;
  max-width: 100%;
  color: #D6D6D6;
}

.product-enquiry-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 16px;
  color: var(--theme-color);
}

.product-enquiry-btn {
  background: linear-gradient(155deg, var(--theme-color) 0%, #FFBC5E00 50%);
  color: var(--theme-color);
  border: 0;
  border-radius: 14px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 7px 15px;
  font-size: 14px;
  display: inline-block;
  z-index: 0;
  margin-left: 5px;
}

.product-enquiry-btn::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(135deg, #FFDB6E0a 0%, #FFBC5E00 100%), #1E1E1F;
  border-radius: inherit;
  z-index: -1;
}

.product-enquiry-section:disabled {
  opacity: 0.3;
}

.product-enquiry-section #downloading {
  display: none;
}
/* Product css completed */

/* Payment CSS Start */
.qr-image {
  max-width: 250px;
  width: 100%;
}
/* Payment CSS Completed */

/* Gallery CSS Starts */
.images-container {
  column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0;
  -webkit-column-gap: 0;
}

.images-container .image-wrapper {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  padding: 3px;
}

.images-container .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.images-container .image-wrapper img:hover {
  opacity: 0.7;
}
/* Gallery CSS Completed */

/* Feedback form CSS start */
.feedback-form input[type=text],select,textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
  outline: none;
  font-size: 14px;
  font-family: 'Uniform', sans-serif;
}

#feedback-section input[type=button] {
  background: linear-gradient(135deg, rgba(45, 45, 46, 0.25) 0%, rgba(27, 27, 28, 0) 100%), #202021;
  border-radius: 14px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px, solid, var(--theme-color);
  color: white;
  padding: 12px 20px;
  cursor: pointer;
  margin: 6px 0;
  font-family: 'Uniform', sans-serif;
}

#feedback-section input[type=button]:disabled {
  opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
  flex: 1;
  margin-right: 5px;
}

.feedback-form .feedback-email {
  flex: 1;
  margin-left: 5px;
}

.feedback-list .feedback-wrapper {
}

.feedback-list .feedback-wrapper .feedback-name-wrapper {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 500;
}

.feedback-list .feedback-wrapper .gl-star-rating-stars > span {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

#feedback-section hr {
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0.5px;
}

.feedback-form {
  margin-bottom: 0;
  padding: 15px;
  margin-top: 20px;
}

.feedback-form .feedback-form-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.feedback-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.feedback-button-wrapper input[type=button] {
  padding: 6px 12px !important;
}
/* Feedback form CSS Completed */

/* Enquiry form CSS start */
.enquiry-form input[type=text],select,textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
  outline: none;
  font-size: 14px;
  font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=button] {
  background: linear-gradient(135deg, rgba(45, 45, 46, 0.25) 0%, rgba(27, 27, 28, 0) 100%), #202021;
  border-radius: 14px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px, solid, var(--theme-color);

  color: white;
  padding: 12px 20px;
  cursor: pointer;
  margin: 6px 0;
  font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=button]:disabled {
  opacity: 0.3;
}

.enquiry-form .enquiry-phoneNumber {
  flex: 1;
  margin-right: 5px;
}

.enquiry-form .enquiry-email {
  flex: 1;
  margin-left: 5px;
}
/* Enquiry form CSS Completed */

/* Social links CSS specific to template Starts */
.social-links {
  margin-top: -10px;
  justify-content: flex-start;
}
.social-links .social-link i {
  background: none;
}
/* Social links CSS specific to template Completed */

/* Footer Menu CSS Starts */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.footer-menu {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  position: relative;
  background: white;
  /* border-radius: 20px 20px 0 0; */
  display: flex;

  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
  flex: 1;
  min-width: 80px;
}

.footer-menu .footer-menu-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  color: #555555;
}

.footer-menu .footer-menu-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--theme-color);
}

.footer-menu .footer-menu-text {
  font-size: 12px;
}

/* Footer Menu CSS Completed */

/* Copyright css start */
.copyright-wrapper {
  text-align: center;
}
/* Copyright css completed */

/* Extra util classes */
.p-30 {
  padding-top: 30px;
}

.p-20 {
  padding-top: 20px;
}
.orderedList {
  list-style: decimal;
  padding-left: 16px;
}

.unorderedList {
  list-style: disc;
  padding-left: 16px;
}

.flex {
  display: flex;
}
/* Extra util classes completed */


/* whatsapp input flag css */
.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/img/flags@2x.png");}
}

.iti {
  width: 100%;
}

.iti__country-name, .iti__flag-box {
  color: #555555;
}
/* whatsapp input flag css completed */

/* Overriding common CSS for this theme start */
.qr-code-wrapper .qr-code-label {
color: #ffffff;
}

.whatsapp-share-container .whatsapp-input-label {
color: #ffffff;
}

.whatsapp-share-container {
  margin-bottom: 30px;
}
/* Overriding common CSS for this theme completed */




@media only screen and (min-width: 1100px) {
  body {
      min-width: 1100px;
      padding: 40px 10px 90px 10px;
  }

  /* Main section */
  .page-wrapper { 
      padding: 20px 50px;
  }

  .firmname {
      font-size: 20px;
  }

  .contact-info {
      flex-wrap: wrap;
      flex-direction: unset;
  }
  
  .contact-info-item {
      flex: 0 0 48%;
      margin-right: 10px;
  }
  /* Main section ends*/

  /* Section CSS Starts */
  .section-container { 
      padding: 20px 50px;
  }
  .section-header {
      font-size: 32px;
      margin-bottom: 24px;
  }
  /* Section CSS ends */

  /* Product Section Start */
  .product-section-wrapper {
      display: flex;
      flex-wrap: wrap;
  }

  .product-card {
      flex: 0 0 43%;
      margin: 0;
      margin-right: 30px;
      margin-bottom: 30px;
  }
  /* Product Section end */

  /* Payment options section Start */
  .qr-codes-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .po-qr-code-wrapper {
    flex: 0 0 30%;
    margin: 0;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* Payment options section End */

  .social-links .social-link i {
    height: 40px;
    width: 40px;
  }
}

/* Link card CSS override start */
.link-card {
  color: #ffffff;
}
/* Link card CSS override completed */