:root {
    --theme-color: #0c2d34;
    --theme-color-light: #0c2d3426;
}
@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;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Uniform', sans-serif;
    margin: 0 auto;
    color: #0c2d34;
    text-decoration: none;
    max-width: 360px;
    text-align: center;
    /* box-shadow: 1px 2px 15px #48484833; */
    padding-bottom: 90px;
    /* background-image: url('./bgwood.jpg'); */
    /* padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px; */
}

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

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

.page-wrapper {
    background: #fff;
    box-shadow: 1px 2px 15px #484848;
    position: relative;
    background-image: url('./bg1.jpg');
    background-position: center top;
    height: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.upper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 5%;
  padding-bottom: 10px;
  margin: 0 auto;
  position: relative;
  margin-top: -10px;
}

.views-label {
  padding: 5px 10px;
  position: absolute;
  color: #0c2d34;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  font-size: 14px;
  margin-bottom: 0px;
  border-top: 0;
  background: #97bcc6;
}

.profile-pic-img {
  max-width: 120px;
  margin-bottom: 5px;
  border: 5px solid #97bcc6;
  padding: 5px;
  margin-top: 63px;

}
.profile-pic-img.no-border {
  border: 0;
  border-radius: 0;
}

.firmname {
  font-size: 17px;
  font-family: 'Uniform Medium';
  margin: 5px 0;
  text-transform: uppercase;
  color: #ffffff;
}

.firmname-underline {
  width: 40%;
  background-color: #97bcc6;
  height: 2px;
  margin-bottom: 10px;
}


.name {
  font-family: 'Uniform';
  font-size: 16px;
  margin: 4px 0 0;
  color: #ffffff;
}

.round-contact-buttons {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 10%;
}

.round-contact-buttons a {
  margin: 0 10px;
}

.contact-buttons-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 100px;
  margin-bottom: 10px;
  background-color: #97bcc6;
  color: #0c2d34;
}

.contact-buttons-text {
  color: #97bcc6;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Uniform Medium';
}


.contact-buttons {
  text-align: center;
  width: calc(100% + 40px);
  margin-top: 220px;
}

.contact-button {
  padding: 9px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
  text-align: center;
  color: #97bcc6;
  border: none;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #ffd731;
  background-color: #ffd731;
}

.lower {
  /* background-color: var(--theme-color); */
  color: var(--theme-color);
}

.contact-action-table {
  -webkit-border-vertical-spacing: 10px;
}

.contact-action-table tr {
  padding: 10px;
}

.contact-action-container-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: var(--theme-color);
  font-size: 16px;
}

.contact-action-container-text {
  color: #0c2d34;
  margin-left: 10px;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
  font-family: 'Uniform Medium';
  word-break: break-word;
}

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

.shadow-button {
  padding: 10px 2px;
  font-size: 12px;
  color: #F1F1F1;
  margin: 5px;
  background: rgba(72, 72, 72, 0.55);
  flex: 1;
  border-bottom: 6px solid #37393A;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shadow-button .shadow-button-icon {
  color: #F1F1F1;
  font-size: 14px;
  margin-right: 6px;
  margin-top: -2;
}

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



/* Section CSS Starts */

/* .section-header-design {
  height: 20px;
  background-color: var(--theme-color);
  width: 85%;
  margin: 0 auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.section-header-design2 {
  position: absolute;
  left: 0;
  width: 360px;
  background-color: var(--theme-color);
  height: 2px;
  margin-bottom: 3px;
  top: 35px;
} */

.section-header {
  background-color: var(--theme-color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  padding: 6px;

  width: 90%;
  margin: 0 auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.section-container {
  text-align: left;
  padding: 20px;
  padding-top: 0px;
  margin-top: 15px;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  box-shadow: 1px 2px 15px #484848;
  background: #97bcc6;
  word-break: break-word;
}

/* Card CSS Starts */
.card {
  text-align: left;
  /* background-color: var(--theme-color-light); */
  border: 1px solid var(--theme-color);
  padding: 15px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; */
  box-shadow: 0 6px 20px 0 #dbdbe8;
  border-radius: 7px;
}

.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%;
  margin: 0 auto;
}

.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: #555555;
}

.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%;
}

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

.product-price {
  font-size: 18px;
  font-family: "Uniform Bold";
  color: var(--theme-color);
}

.product-enquiry-btn {
  padding: 7px 15px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color) 100%);
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
}
.product-download-wrapper {
  text-align: right;
  margin-bottom: 10px;
}
.product-download-wrapper button {
  appearance: none;
  border: 1px solid #ffffff;
  background: var(--theme-color);
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}
.product-download-wrapper button:disabled {
  opacity: 0.3;
}

#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-color: var(--theme-color);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  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-color: var(--theme-color);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  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 */

/* 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: 85px;
}

.footer-menu .footer-menu-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  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 {
  color: rgba(0,0,0, 0.8);
  background-color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: -26px;
}

.copyright-wrapper-inner {
  background-color: var(--theme-color-light);
  padding: 5px;
}

.copyright-wrapper a {
  color:rgba(0,0,0,0.8);
}

/* 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 */

.pdf {
  padding-bottom: 0;
}

/* 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 */
