* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --hover-color: #c49b3f;
}
body {
  font-family: "Staatliches", sans-serif;
}
/* Preloader full screen */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a; /* خلفية داكنة */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  color: #fff;
}

#preloader p {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* Scissors image animation */
.scissors img {
  width: 60px;
  height: 60px;
  animation: swing 1s infinite ease-in-out;
  transform-origin: center bottom;
}

@keyframes swing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
#mainContent {
  display: none;
}
header img {
  width:3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
}
header ul li a {
  color: #000000a6;
}
header ul li a:hover,
header ul li a.active {
  color: var(--hover-color) !important;
}
/* <!-- first-section start  --> */
#first-section {
  position: relative;
  height: 92.1vh;
}
#first-section .carousel-item img {
  height: 92.1vh;
  object-fit: cover;
}
#first-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#first-section .logo {
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
#first-section .carousel-caption p {
  font-size: 2rem;
}
#first-section .carousel-caption .btn {
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #navCollapse .navbar-nav {
    text-align: center;
  }
  
  #navCollapse .nav-item {
    display: block;
    width: 100%;
  }

  #first-section .carousel-caption {
    width: 90%;
    max-width: none;
  }

  #first-section .carousel-caption p {
    font-size: 2.2rem;
    width: 100%;
  }

  #first-section .carousel-caption .btn {
    padding: 0.6rem 2rem;
    font-size: 1.2rem;
  }

  #first-section .logo {
    width: 6rem;
    height: 6rem;
  }
}
/* <!-- first-section end  --> */
.about-section {
  position: relative;
  overflow: hidden;
}

.section-title {
  color: black;
  letter-spacing: 2px;
}

.about-text {
  width: 80%;
  max-width: 800px;
  color: #000;
  font-size: 1.05rem;
  line-height: 1.8;
}

.highlight {
  color: #c49b3f;
  font-weight: 600;
}

/* ==== BARBER CARD ==== */
.barber-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.barber-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px #c49b3f;
  border-color: rgba(255, 255, 255, 0.2);
}

.barber-img-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--hover-color);
  box-shadow: 0 0 20px var(--hover-color);
}

.barber-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.barber-card:hover .barber-img {
  transform: scale(1.05);
}

.barber-name {
  font-size: 1.5rem;
  font-weight: 600;
}

.barber-country {
  color: #ccc;
}

.barber-link {
  color: blue;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.barber-link:hover {
  color: #feca57;
}

/* ==== RESPONSIVE ==== */
@media (max-width: 767px) {
  .about-text {
    width: 95%;
    font-size: 0.95rem;
  }

  .barber-img-wrapper {
    width: 150px;
    height: 150px;
  }
}
/* <!-- customers section start --> */
#customers .album .top {
  overflow: hidden;
}
#customers .album .top img {
  width: 120%;
  height: 35rem;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
#customers .album img,
#About img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
#customers .album img:hover,
#About img:hover {
  filter: grayscale(0%);
}
#customers .album .bottom div img {
  width: 100%;
  object-fit: cover;
}
/* <!-- customers section end --> */
/* <!-- services section start -->  */
#services {
  padding: 3.75rem 0;
}

#services .main-circle {
  position: relative;
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services .main-circle img {
  width: 21.875rem;
  height: 21.875rem;
  border-radius: 50%;
  object-fit: cover;
}

#services .service {
  display: flex;
  position: absolute;
  text-align: center;
}

#services .service .icon {
  position: relative;
  width: 5.625rem;
  height: 5.625rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
  z-index: 1;
}

#services .service .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 0.0625rem solid black;
  padding: 0.5rem;
  z-index: 2;
}

#services .service .icon::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 3px solid var(--hover-color);
  border-radius: 50%;
  transform: rotate(0deg);
  transition: transform 1s linear, border-color 2s ease;
  z-index: 1;
}

#services .service .icon:hover::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  transform: rotate(360deg);
  border-color: var(--hover-color);
}

#services .service h4 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

#services .service p {
  font-size: 0.8125rem;
  color: #666;
}

#services .service1 {
  top: 1.25rem;
  left: 50%;
  transform: translateX(18%);
}
#services .service2 {
  top: 35%;
  right: -11.125rem;
}
#services .service3 {
  bottom: 1.625rem;
  right: -9.1875rem;
}
#services .service4 {
  bottom: 1.875rem;
  left: -57%;
}
#services .service5 {
  bottom: 40%;
  left: -9.6875rem;
}
#services .service6 {
  top: 1.25rem;
  left: -2.0625rem;
}

@media (max-width: 48rem) {
  #services .main-circle {
    width: 100%;
    height: auto;
    display: block;
  }

  #services .main-circle .main-service {
    display: none;
  }
  #services .bottom {
    margin-top: 0rem;
  }
  #services .service {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.25rem auto;
    width: 90%;
    transform: translate(0);
    text-align: center;
  }
  #services .service4,
  #services .service5,
  #services .service6 {
    flex-direction: column-reverse;
  }

  #services .service .icon {
    margin: 0 0 0.625rem 0;
  }

  #services .icon-content {
    width: 100%;
  }
}

/* <!-- services section end --> */
/* <!-- work section start --> */
#work {
  position: relative;
  height: 70vh;
  background: url("imgs/work.jpg") no-repeat center center/cover;
  margin-bottom: 1rem;
  align-content: center;
}
#work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#work .work-ctn img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  margin-top: 1rem;
  cursor: pointer;
  background-color: #d7bb80;
  border-radius: 50%;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
#work .work-ctn img:hover {
  background-color: #c49b3f;
}
#work #videoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}
#work #videoWrapper video {
  width: 70vh;
  height: 100%;
  object-fit: cover;
}
#work #videoWrapper iframe {
  width: 100%;
  height: 70vh;
}
/* <!-- work section end --> */
/* <!-- Contact section start  --> */
#Contact {
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#Contact iframe {
  min-height: 21.875rem;
  border: 0;
  width: 100%;
}

#Contact .right {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

#Contact .contact-grid {
  gap: 2rem;
}

#Contact .contact-link {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

#Contact .contact-link:hover {
  text-decoration: none;
  color: inherit;
}

#Contact .contact-row {
  margin-bottom: 2rem;
  gap: 1.5rem;
}

#Contact .R-con {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(196, 155, 63, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  min-width: 180px;
  align-items: center;
  gap: 0.625rem;
  margin: 0.5rem;
}

#Contact .R-con:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(196, 155, 63, 0.3);
  border-color: var(--hover-color);
  background: rgba(255, 255, 255, 0.95);
}

#Contact .right img {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  padding: 0.5rem;
  background: linear-gradient(135deg, var(--hover-color), #d4af37);
  border-radius: 50%;
  transition: all 0.3s ease;
}

#Contact .R-con:hover img {
  transform: scale(1.1);
  background: linear-gradient(135deg, #d4af37, var(--hover-color));
}

#Contact .right p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

#Contact .right a {
  color: var(--hover-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

#Contact .right a:hover {
  color: #b8941f;
  text-decoration: underline;
}

#Contact .right span {
  color: var(--hover-color);
  font-weight: 600;
  font-size: 0.95rem;
}

#Contact .right .R-con h5 {
  margin: 0;
}

@media (max-width: 48rem) {
  #Contact .col-lg-6 {
    width: 100%;
  }

  #Contact .right {
    margin-top: 2rem;
  }

  #Contact .contact-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  #Contact .right .R-con {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem auto;
  }

  #Contact .right img {
    width: 3rem;
    height: 3rem;
  }

  #Contact .text {
    flex: 1;
  }
}

/* <!-- Contact section end  --> */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

#scrollTopBtn span {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
}

/* SVG progress ring */
.progress-ring {
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.progress-ring__circle {
  stroke-dasharray: 163.36; /* 2 * π * r (r=26) */
  stroke-dashoffset: 163.36;
  transition: stroke-dashoffset 0.25s linear;
}
