body {
  font-family: "Red Rose", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.fs-16 {
  font-size: 16px;
}

.font-bold {
  font-weight: 700;
}

.section-padding {
  padding: 100px 0;
}

.secondary-color {
  color: #f0a500;
}

.grey {
  color: #bfc2c68a;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.95;
}

header .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: "montserrat", sans-serif;
}

header .nav-link:hover {
  color: #f0a500;
}

header .nav-link:focus,
.nav-link:hover {
  color: #f0a500;
}

header .logo-image {
  height: 100px;
  margin-top: -13px;
}

#home {
  height: 100vh;
  background: url("../images/home-banner.jpg") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 48px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

.banner-heading {
  color: #f6f6f9;
  text-shadow: 5px 5px 18px rgba(0, 0, 0, 0.42);
  font-size: 100px;
  font-weight: 700;
  line-height: 0.9em;
  letter-spacing: -1px;
}

.background-overlay {
  background-image: url(https://hector.1onestrong.com/wp-content/uploads/2023/04/BG-02.png);
  background-position: center center;
  background-size: cover;
  opacity: 0.95;
  inset: 0;
  position: absolute;
}

.home-banner-text-wrapper {
  position: relative;
}

.home-banner-btn {
  background-color: #1c1c1cab;
  border: 5px solid #f0a500;
  border-style: double;
  border-radius: 0;
  margin-top: 25px;
  border-width: medium;
}

.home-banner-btn:hover {
  background-color: #1c1c1cab !important;
  border-color: #ce9c6b !important;
  transform: translateY(-8px);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.home-banner-btn:focus,
.home-banner-btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #1c1c1cab !important;
  border-color: #ce9c6b !important;
}

.home-banner-about-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
}

.home-banner-about-wrapper p {
  margin-bottom: 0px;
}

.home-banner-about-wrapper .fa {
  font-size: 24px;
  margin-right: 10px;
  color: #f0a500;
}

.banner-more-info {
  background-color: #121212;
  margin-top: -110px;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
  padding: 30px 0px;
}

.hr-line {
  border-top: 3px solid #ffb43a;
  width: 100%;
  opacity: 0.6;
  margin-bottom: 3%;
  border-style: double;
}

.about-text {
  color: #bfc2c6;
}

.fa-diamond {
  color: #f0a500;
}

.about-story {
  color: #ffb43a;
  letter-spacing: 1px;
}
.about-section {
  background-color: #1c1c1c;
  color: #f6f6f9;
}

.about-section h1 {
  color: #f6f6f9;
  font-family: "Red Rose", serif;
  font-size: 56px;
  stroke-width: 0.3px;
  stroke: #ffb43a;
  -webkit-text-fill-color: #f6f6f9;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffb43a;
  font-weight: 700;
}

.about-section p {
  color: #bfc2c6;
  font-size: 14px;
  font-weight: 400;
}

.about-us-photo-tiles img {
  width: 100%;
  height: 450px;
}

.about-us-photo-tiles {
  position: relative;
  overflow: hidden;
}

.about-us-photo-tiles::before,
.about-us-photo-tiles::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  pointer-events: none;
}

.about-us-photo-tiles::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0), rgba(35, 34, 33, 0));
}

.about-us-photo-tiles::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0), rgba(35, 34, 33, 0));
}

.hair-cut-tiles-wrapper {
  background-image: url("../images//cleancut-border-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  height: 345px;
}

.hair-cut-tiles-wrapper:hover {
  background-image: url("../images/cleancut-border-green-img.png");
}

.hair-cut-tiles-wrapper img {
  width: 100px;
}

.hair-cut-tiles-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffb43a;
}

.hair-cut-tiles-wrapper p {
  color: #bfc2c6;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.haircut-tiles-section {
  background-color: #1c1c1c;
  color: #f6f6f9;
}

.services-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider-line {
  display: inline-block;
  width: 90px;
  height: 2px;
  background: #e3b23c;
  opacity: 0.7;
}
.divider-dot {
  width: 12px;
  height: 12px;
  background: #e3b23c;
  border-radius: 50%;
  display: inline-block;
}
.service-title {
  font-size: 18px;
}
.service-dash {
  border-bottom: 1px dashed #e3b23c;
  height: 1px;
  min-width: 40px;
  opacity: 0.7;
}
.service-price {
  font-size: 18px;
  color: #222;
}
@media (max-width: 767.98px) {
  .service-title {
    font-size: 1.15rem;
  }
  .divider-line {
    width: 40px;
  }
}

.barber-services-section h3 {
  color: #ffb43a;
  margin-bottom: 20px;
  font-size: 24px;
}

.service-heading-wrapper,
.review-heading-wrapper {
  background-image: url("../images/our-services-bg");
  margin: 0px 0px 30px 0px;
  padding: 30px 0px 30px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-heading-wrapper h1 {
  color: #1c1c1c;
  font-family: "Red Rose", serif;
  font-size: 56px;
  stroke-width: 0.3px;
  stroke: #ffb43a;
  -webkit-text-fill-color: #1c1c1c;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffb43a;
  font-weight: 700;
  margin-bottom: 0px;
}

.review {
  background-color: #1c1c1c;
  color: #f6f6f9;
}

.review-heading-wrapper h1 {
  color: #f6f6f9;
  font-family: "Red Rose", serif;
  font-size: 56px;
  font-weight: 700;
}

.review .hair-cut-tiles-wrapper {
  padding: 90px !important;
}

.review-card {
  background: url("../images/cleancut-border-img.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  min-height: 180px;
  box-shadow: 0 0 0 2px #232221, 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  padding-top: 36px;
  padding-bottom: 36px;
}

.review-card .review-quote i {
  color: #fff;
  opacity: 0.7;
}
.review-card .review-stars i {
  color: #2ecc97;
  font-size: 1.25rem;
  margin: 0 2px;
}

.review-card p {
  color: #bfc2c6;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.overall-stars i {
  font-size: 16px;
  vertical-align: middle;
}
.overall-reviews {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .review-card {
    min-height: 0;
    margin-bottom: 32px;
  }
}

/* ... existing styles ... */

/* Appointment Booking Section */
.book-an-appoinment {
  background: #1c1c1c;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.appointment-container {
  background: url("../images/cleancut-book-oppinment-bg-img.png") no-repeat;
  position: relative;
  min-height: 600px;
  background-size: 100% 100%;
}

/* Image Column */
.appointment-image-col {
  padding: 40px;
}

.appointment-image-wrapper {
  max-width: 400px;
  width: 100%;
}

.appointment-image {
  position: absolute;
  width: 30%;
  bottom: 0;
  left: -2%;
}

/* Form Column */
.appointment-form-col {
  padding: 60px 50px;
}

/* Heading and Decorative Elements */
.appointment-heading-decoration {
  margin-bottom: 40px;
}

.decoration-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #d4af37 50%,
    transparent 100%
  );
  margin: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decoration-dot {
  width: 8px;
  height: 8px;
  background: #d4af37;
  border-radius: 50%;
  position: absolute;
}

.appointment-heading {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

/* Form Styling */
.appointment-label {
  color: #ffb43a;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.appointment-input,
.appointment-select {
  background: #333333;
  border: 1px solid #555555;
  color: #ffffff;
  padding: 12px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.appointment-input:focus,
.appointment-select:focus {
  background: #404040;
  border-color: #ffb43a;
  color: #ffffff;
}

.appointment-input::placeholder {
  color: #999999;
}

.appointment-select option {
  background: #333333;
  color: #ffffff;
}

/* Date input specific styling */
.appointment-input[type="date"] {
  color-scheme: dark;
}

.appointment-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* Submit Button */
.appointment-btn {
  background: #ffb43a;
  border: none;
  color: #000000;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 15px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.appointment-btn:hover {
  background: #ffb43a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
  color: #000000;
}

.appointment-btn:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .appointment-form-col {
    padding: 40px 30px;
  }

  .appointment-image-col {
    padding: 30px;
    min-height: 300px;
  }

  .appointment-heading {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .book-an-appoinment {
    padding: 40px 0;
  }

  .appointment-container {
    margin: 20px;
    min-height: auto;
  }

  .appointment-form-col {
    padding: 30px 20px;
  }

  .appointment-image-col {
    padding: 20px;
    min-height: 250px;
  }

  .appointment-heading {
    font-size: 1.5rem;
  }

  .appointment-btn {
    font-size: 1rem;
    padding: 12px 25px;
  }
}

@media (max-width: 575.98px) {
  .appointment-container {
    margin: 10px;
  }

  .appointment-form-col {
    padding: 20px 15px;
  }

  .appointment-image-col {
    padding: 15px;
  }
}

.appointment-form-wrapper h1 {
  font-size: 36px;
  font-weight: 400;
}

.divider-section {
  background-color: #1c1c1c;
}

.book-hr {
  margin: 0;
  border-top: 3px solid #fff;
  border-style: double;
  margin: 0 auto;
}

/* ... existing styles ... */

/* Contact Section */
.contact-section {
  background: #1c1c1c;
  min-height: 100vh;
}

.contact-info-col {
  padding: 80px 60px;
}

.contact-info-wrapper {
  max-width: 500px;
  width: 100%;
}

/* Contact Header */
.contact-diamond-icon {
  color: #ffb43a;
  font-size: 1rem;
}

.contact-us-text {
  color: #ffb43a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-main-heading {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.1;
  margin: 0;
}

/* Contact Details */
.contact-item {
  margin-bottom: 2rem;
}

.contact-icon {
  color: #ffb43a;
  font-size: 1.2rem;
  margin-top: 2px;
  width: 20px;
  text-align: center;
}

.contact-main-text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
}

.contact-sub-text {
  color: #888888;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  margin: 0;
}

/* Social Media Buttons */
.social-btn {
  background: transparent;
  border: 1px solid #ffb43a;
  color: #ffb43a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.social-btn:hover {
  background: #ffb43a;
  color: #000000;
  border-color: #ffb43a;
}

/* Map Column */
.contact-map-col {
  position: relative;
  overflow: hidden;
}

.map-container {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 600px;
}

.map-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
  position: relative;
  overflow: hidden;
}

/* Map Grid Lines */
.map-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.3;
}

.map-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.05) 2px,
      transparent 2px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 2px, transparent 2px);
  background-size: 180px 180px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-info-col {
    padding: 60px 40px;
  }

  .contact-main-heading {
    font-size: 2.8rem;
  }

  .map-container {
    min-height: 400px;
  }
}

@media (max-width: 767.98px) {
  .contact-info-col {
    padding: 40px 30px;
  }

  .contact-main-heading {
    font-size: 2.2rem;
  }

  .social-btn {
    font-size: 0.8rem;
    padding: 10px 15px;
  }

  .marker-circle {
    width: 60px;
    height: 60px;
  }

  .marker-icon {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .contact-info-col {
    padding: 30px 20px;
  }

  .contact-main-heading {
    font-size: 1.8rem;
  }

  .map-container {
    min-height: 300px;
  }
}

.contact-work-col table td,
.contact-work-col table th {
  color: #fff;
  border-color: #3a3a3a;
}

.contact-work-col table {
  width: 80%;
}

.contact-work-col table td.work-hours {
  text-align: right;
}

footer {
  background: #101010;
  padding: 20px 0;
  text-align: center;
}

.footer-links {
  margin: 0;
  font-weight: 500;
  padding: 0px;
  list-style-type: none;
}

.footer-links li {
  display: inline;
  margin: 0 15px;
}

.footer-links li a {
  color: #ffb43a;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .social-buttons {
  margin-top: 30px;
  text-align: center;
}

footer .social-btn {
  width: 150px;
  margin-right: 20px;
}

.footer-copyright {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}

.external-footer-site {
  color: #ffb43a;
  text-decoration: none;
}

.external-footer-site:hover {
  color: #ffb43a;
  text-decoration: underline;
}

.footer-hr {
  border-top: 1px solid #fff;
  margin-top: 50px;
}

/* SVG-based Folded Page Effect */
.svg-fold-divider {
  width: 100%;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 60px solid #1c1c1c;
  display: block;
  position: relative;
}

.svg-footer-fold-divider {
  width: 100%;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 60px solid #101010;
  display: block;
  position: relative;
}

.arrow-section-down,
.arrow-section-up {
  position: relative;
  overflow: hidden;
}

.arrow-section-up {
  background: #101010;
}

.footer-logo-image {
  margin-top: -71px;
  position: relative;
  z-index: 1;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("../images/menu-icon.png") !important;
  margin-top: -38px;
}

.footer-links li a:hover {
  color: #fff;
}
