/* navbar */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  padding: 20px 0px;
  margin: 0px 40px;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  background-color: none;
  gap: 30px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.2);
}

.nav-left {
  width: 20%;
}

.nav-mid {
  width: 55%;
  display: flex;
  gap: 40px;
}
.down-arrow{
  width: 15px;
  height: auto;
  padding-left: 5px;
}
.nav-item {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 20px 10px;
  display: none;
  flex-direction: column;
  min-width: 200px;
  height: auto;
  align-items: center;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.drop-grid{
  display: flex;
}
.drop-box{
  display: flex;
  flex-direction: column;
}

.dropdown a {
  padding: 4px 20px;
  color: #000000;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}
.dropdown a:hover{
  color: #C6AC73;
}


.nav-right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.menu-icon{
  width: 25px;
  height: auto;
  display: none;
}
.logo {
  height: 40px;
  width: auto;
}

.nav-menu {
  color: #ffffff;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
}

.cart {
  width: 25px;
  height: auto;
  color: white;
  border: 2px solid #ffffff80;
  border-radius: 50%;
  padding: 10px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Cart Circle with Icon */
.cart-circle {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart {
  font-size: 18px;
}

/* Notification Badge */
.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #C6AC73;
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  padding-bottom: 4px;
}

/* Get in Touch Button */
.contact-button {
  display: flex;
  align-items: center;
  border: 2px solid #C6AC73;
  border-radius: 30px;
  padding: 6px 8px;
  padding-left: 25px;
  background: transparent;
  color: white;
  font-size: 18px;
  cursor: pointer;
  gap: 10px;
  position: relative;
  overflow: hidden;
  font-family: "Italiana", sans-serif;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #C6AC73;
}

.contact-button .arrow {
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 6px 6px;
  padding-left: 8px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.arrow-r {
  width: 20px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* about-top-section */
.about-top-section {
    background-image: url(./images/about-top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 65vh;
    position: relative;
    padding: 0px 40px;
}

.about-head {
  font-size: 60px;
  margin: 0;
  color: white;
  font-weight: 500;
  position: absolute;
  left: 40px;
  top: 65%;
  transform: translateY(-70%) scale(0.8); /* Slightly scaled down */
  opacity: 0;
  transition: transform 1s ease, opacity 0.1s ease;
}

.about-head.animate {
  transform: translateY(-70%) scale(1); /* Zoom to normal */
  opacity: 1;
}

.path {
  font-size: 14px;
  margin: 0;
  color: #A6A8AA;
  text-transform: capitalize;
  position: absolute;
  left: 40px;
  top: 70%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;

  /* Transition effect setup */
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.path.animate {
  opacity: 1;
  transform: translateY(0);
}

.path:hover{
    color: white;
}
.path-about{
    color: white;
}

/* visit-section */
.visit-section {
  padding: 20px 20px;
}

.visit-top {
  padding: 40px 0;
  text-align: center;
  /* Center text inside elements */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center child elements horizontally */
}

.visit-top .section-subtitle {
  margin-top: 0;
}

.visit-top .choose-title {
  margin-top: 0;
}

.booking-section {
  display: flex;
  background-color: #0F1115;
  color: white;
}

.booking-left {
  width: 30%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.working-hours h3,
.visit-details h3 {
  color: #C6AC73;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
}

.working-hours p,
.visit-details p {
  font-size: 16px;
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
  color: #e0e0e0;
  font-family: "Space Grotesk", sans-serif;
}

.divider {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #444;
}

.visit-button {
  margin-top: 40px;
  padding: 12px 28px;
  background-color: transparent;
  color: white;
  border: 1.5px solid #C6AC73;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.visit-button:hover {
  background-color: #C6AC73;
  color: black;
}

.booking-right {
  width: 70%;
}

.booking-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.5s ease-in-out;
}

.booking-img.animate {
  transform: scaleX(1);
}



.visit-details .contact-button {
  border: 1px solid #C6AC73;
  margin-top: 30px;
}

.visit-details .text {
  font-size: 18px;
}
.working-hours {
  font-family: "Space Grotesk", sans-serif;
}
.working-hours,
.visit-details {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.working-hours.animate,
.visit-details.animate {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width: 767px) {

    /* navbar */
    .navbar {
        padding: 20px 20px;
        margin: 0px 0px;
    }

    .logo {
        height: 40px;
        width: auto;
    }

    .nav-mid {
        display: none;
    }

    .menu-icon {
        display: flex;
    }

    .nav-right.contact-button {
        display: none;
    }

    /* round-selector */
    .dot-navigation {
        position: absolute;
        /* or fixed if you want it always visible */
        top: 30%;
        right: 0;
        transform: translateY(-50%);
        background-color: #3a3a3a;
        padding: 12px 1px;
        border-radius: 10px 0 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 30px;
        z-index: 10;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .nav-menu {
        color: #000000;
        margin: 0;
        font-family: "Space Grotesk", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }

    

    /* second-section */
    .second-section {
        padding: 1rem 20px;
    }

    .second-container {
        display: block;
    }

    .second-left {
        width: 100%;
    }

    .second-right {
        width: 100%;
    }

    .haircut-count {
        display: none;
    }

    .section-subtitle {
        font-size: 12px;
    }

    .section-title {
        font-size: 30px;
        margin: 0;
    }

    .section-desc.animate {
        padding-top: 10px;
        margin: 0;
        line-height: 25px;
        max-width: 100%;
        font-size: 16px;
    }

    .stats {
        display: block;
    }

    .curosel-grid {
        width: 50vw;
        height: 12vw;
        padding: 70px 30px;
    }

    .curosel-grid:hover {
        display: none;
    }

    /* curosel-section */
    .curosel-section {
        padding: 30px 20px;
    }
    .curosel-img-grid {
  flex: 0 0 100%;
  display: block;
  gap: 80px;
  box-sizing: border-box;
  padding: 0 10px;
}

    .curosel-head-section {
        padding: 0px 0px;
        display: block;
    }

    .curosel-left {
        width: 100%;
    }

    .curosel-mid {
        width: 100%;
    }

    .curosel-right {
        display: none;
    }

    .curosel-para {
        font-size: 16px;
        line-height: 1.5;
    }

    .curosel-head {
        margin: 0;
        font-size: 20px;
    }

    .curosel-minihead {
        font-size: 12px;
    }

    .curosel-header-section {
        padding: 10px 0px;
    }

  

    /* team-section */
    .team-section {
        padding: 60px 20px;
    }

    .curosel-head-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .curosel-left,
    .curosel-mid,
    .curosel-right {
        width: 100%;
    }

    .gold-line {
        width: 50px;
        border: 1px solid #C6AC73;
    }

    .team-title {
        font-size: 30px;
        line-height: 1.3;
        margin-top: 10px;
        text-align: left;
        opacity: 1;
        transform: none;
        transition: none;
    }


    .section-subtitle {
        font-size: 14px;
        color: #C6AC73;
        text-transform: uppercase;
        margin: 5px 0;

    }

    .team-paragraph {
        font-size: 15px;
        line-height: 1.5;
        color: #dadada;
        margin-bottom: 20px;
        font-family: "Space Grotesk", sans-serif;
        margin-top: 0;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .navbar .contact-button {
        display: none;
    }

    .contact-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* Align content to the left */
        border: 2px solid #C6AC73;
        border-radius: 30px;
        padding: 8px 10px;
        padding-left: 16px;
        background: transparent;
        color: white;
        font-size: 14px;
        /* Smaller font */
        cursor: pointer;
        gap: 6px;
        /* Less spacing between text and arrow */
        font-family: "Italiana", sans-serif;
        transition: background-color 0.3s ease;
        width: fit-content;
        /* Shrink to content */
        margin: 20px 0px;
        /* Ensure no auto margin centering */
    }

    .contact-button .arrow {
        background-color: white;
        color: black;
        border-radius: 50%;
        padding: 6px 6px;
        padding-left: 8px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 16px;
        height: 16px;
        overflow: hidden;
    }

    .arrow-r {
        width: 14px;
        height: 14px;
    }

    .team-grid-section {
        flex-direction: column;
        gap: 30px;
        padding: 20px 0;
    }

    .team-grid {
        width: 100%;
        height: 400px;
    }

    .team-grid-name {
        font-size: 36px;
    }

    .stylist {
        font-size: 12px;
        padding-left: 10px;
    }

    .round {
        width: 10px;
        height: 10px;
    }

    .name-scroll-track {
        gap: 20px;
        animation-duration: 12s;
    }

    .team-grid-icon {
        width: 16px;
        height: 16px;
        padding: 4px;
    }

    .social-media-team-grid {
        gap: 8px;
    }

    /* visit-section */
    .visit-top {
        padding: 20px 20px;
        text-align: center;
    }

    .choose-title {
        font-size: 26px;
        line-height: 1.4;
    }

    .booking-section {
        flex-direction: column-reverse;
        /* Reverses the order */
    }

    .booking-left,
    .booking-right {
        width: 100%;
        padding: 0px;
    }

    .booking-img {
        width: 100% !important;
        /* Override the transition effect */
        height: auto;
        transition: none;
    }

    .working-hours,
    .visit-details {
        opacity: 1;
        /* Always visible */
        transform: none;
        /* No movement */
        transition: none;
        /* No animation */
        padding-bottom: 10px;
        padding: 20px;
    }

    .working-hours.animate,
    .visit-details.animate {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .working-hours h3,
    .visit-details h3 {
        font-size: 22px;
    }

    .working-hours p,
    .visit-details p {
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .visit-button,
    .visit-details .contact-button {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 10px 20px;
    }

    .visit-details .contact-button .arrow img {
        width: 16px;
    }

    .divider {
        margin: 20px 0;
    }

    .visit-button,
    .visit-details .contact-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* Align content to the left */
        border: 2px solid #C6AC73;
        border-radius: 30px;
        padding: 4px 10px;
        padding-left: 16px;
        background: transparent;
        color: white;
        font-size: 10px;
        /* Smaller font */
        cursor: pointer;
        gap: 6px;
        /* Less spacing between text and arrow */
        font-family: "Italiana", sans-serif;
        transition: background-color 0.3s ease;
        width: fit-content;
        /* Shrink to content */
        margin: 20px 0px;
        /* Ensure no auto margin centering */
    }

   
    /* footer */
    .footer {
        padding: 80px 20px 0;
    }

    .footer-container {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 20px;
    }

    .footer-column {
        padding: 0;
        border: none !important;
        text-align: left;
    }

    .footer-column.b {
        text-align: left;
    }

    .center-column {
        text-align: center;
        align-items: center;
    }

    .footer-links {
        column-count: 1;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .social-icons {
        justify-content: center;
    }

    .working-hours p {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .footer-policy a {
        margin: 0 6px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {

    /* navbar */
    .navbar {
        padding: 20px 20px;
        margin: 0px 0px;
    }

    .logo {
        height: 40px;
        width: auto;
    }

    .nav-mid {
        display: none;
    }

    .menu-icon {
        display: flex;
    }

    .nav-right.contact-button {
        display: none;
    }

    .navbar .contact-button {
        display: none;
    }

    /* DOT NAVIGATION */
    .dot-navigation {
        top: 55%;
        padding: 25px 8px;
        gap: 12px;
        width: 28px;
    }

    .dot {
        width: 14px;
        height: 14px;
    }

    /* HERO SECTION */
    .hero-section {
        padding: 0px 30px;
        padding-top: 10vh;
    }

    .hero-heading {
        font-size: 50px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .tagline {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cta-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .client-text {
        font-size: 18px;
    }

    .profile {
        height: 45px;
    }

    .line-dark {
        width: 70%;
        margin: 30px 0;
    }

    .hero-description {
        font-size: 18px;
    }

 
}
