/* General/Footer/Header */
html, body{

    overflow-x:hidden;
       margin:0;
       background-color: #FAFAFA;
         max-width: 100%;
}
p,h1,h2{
    font-family:Oswald, Arial;
}
div{
    font-family:Oswald, Arial;
}
* {
  box-sizing: border-box;
}

footer{
   background-color: #001f3f;
    height: 80px;
    color: white;
    font-size:24px;
    display: flex;
    padding-left: 50px;
    align-items: center;
    width: 100%;
    font-family: Oswald, Arial;
    bottom: 0;
}
@media(max-width:800px){
    footer{
   background-color: #001f3f;
    height: 80px;
    color: white;
    font-size:20px;
    display: flex;
    padding-left: 30px;
    align-items: center;
    width: 100%;
    font-family: Oswald, Arial;
    bottom: 0;
}
}
header {
  background-color: #001f3f;
  color: #F9F1E5;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1000;
}
header a{
  text-decoration: none;
  color:white 
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
  height: 100%;
  padding-left: 20px;
  font-size: 25px;
}
.menu-header a:hover{
  color: #D22B2B;
  transition: color 0.15s;
}
.left-section {
  display: flex;
  align-items: center;
  gap: 20px; /* spacing between logo and menu items */
}

.logo-img {
  height: 100px;
}
.logo-img:hover {
   transform: scale(1.03);
   cursor: pointer;
}
.social-medias {
  display: flex;
  gap: 25px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 20px;
  color: white;
  padding-top: 10px;
  fill:white;
  
}
.social-medias a svg{
  height: 32px;
}
svg:hover{
  fill:#D22B2B;
  transition: fill 0.15s;
}
.left-section ul,
.social-medias ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.left-section li,
.social-medias li {

  align-items: center;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 79%;
  z-index: 999;
  background-color: #001f3f93;
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  color: black;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
 display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push content to top and bottom */
  padding: 20px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Push content to top and bottom */
  padding: 20px;
}

.sidebar-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-top: auto; /* Push to bottom */
}

.sidebar-socials a svg {
  height: 28px;
  fill: white;
  transition: fill 0.2s ease;
}

.sidebar-socials a svg:hover {
  fill: #D22B2B;
}
.sidebar.active {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
}
svg{
  fill: white;
  
}

@media(max-width:800px)
{
   .hideOnMobile{
    display: none;
    
  }
  header{
    height:80px;
  }
   .logo-img{
    height: 80px;
   }



  
}
@media(min-width:801px)
{
  .menu-button{
    display: none;
    left: 0;
  
  }

   
}
.removeSidebar {
  margin-top: 40px; /* Adjust this value to your liking */
}
.sidebar {
  overflow: hidden;
} 






 
 /* Main page */
 .main{
    margin-top: 200px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title {
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 50px;
    font-weight: 700px;
    padding-bottom: 50px;
}


.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {
    height: 80%;
    width: 70%;
    object-fit: cover;
    height: 700px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 300px;
    margin-bottom: 10px;
}



.barber-infos img{
    height: 80%;
    width: 70%;
    object-fit: cover;
    
}
.iliaz-info{

    text-align: center;

}
.ahmed-info{

     text-align: center;
}
.iliaz-info, .ahmed-info p{
    font-size: 30px;
    font-weight: 700;
  
}

.iliaz-img, .ahmed-img{
    border-radius: 30px;
}

.certificates{
     display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
}

.ahmed-certificates img, .iliaz-certificates img{
        height: 500px;
              object-fit:contain;

}
.ahmed-certificates p, .iliaz-certificates p{
    font-size: 24px;
    font-weight: 700;
}

.carousel-wrapper {
  position: relative;
  max-width: 1800px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
}
.carousel-wrapper img{
    height: 70px;
    width: 70px;
}
.all-reviews-carousel {
  overflow: hidden;
  flex: 1;

  padding: 0 5px;
}
.review-img-container {
  display: flex;
  align-items: center;
  gap: 10px; 
   width: 50px; 
  height: 50px;
  border-radius: 50%; 
  object-fit: cover;
}

.reviews-track {
  display: flex;
  transition: transform 0.4s ease;
  margin: 0;
}

.review-container {
  flex-shrink: 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0 10px;
  border: 2px solid black;
  min-height: 150px;
}

.arrow {
  background: #0008;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 8px;
  flex-shrink: 0;
}

.arrow:hover {
  background: #000a;
}

/* Stars */
.checked {
  color: gold;
}





/* 1) Extra‑Small Phones (≤ iPhone SE2) */
@media (min-width: 0px) and (max-width: 376px) {
 
    .main{
    margin-top: 100px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 350px;
    object-fit: cover;
    height: 300px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 250px;
    width: 350px;
    margin-bottom: 10px;
          object-fit:contain;
}

  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 15px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.book-button-container{
    display: none;
}
}

/* 2) Average Phones (Pixel 7) */
@media (min-width: 376px) and (max-width: 411px) {
   .main{
    margin-top: 100px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 350px;
    object-fit: cover;
    height: 300px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 250px;
    margin-bottom: 10px;
          object-fit:contain;
}
  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 15px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.book-button-container{
    display: none;
}
}

/* 3) Large Phones (iPhone 16 Pro Max) */
@media (min-width: 411px) and (max-width: 440px) {
    .main{
    margin-top: 100px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 350px;
    object-fit: cover;
    height: 300px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 250px;
    margin-bottom: 10px;
          object-fit:contain;
}
  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 15px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.book-button-container{
    display: none;
}
}

/* 4) 8″ Tablets (e.g. iPad Mini) */ 
@media (min-width: 440px) and (max-width: 769px) {
   .main{
    margin-top: 100px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 550px;
    object-fit: cover;
    height: 400px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 400px;
    margin-bottom: 10px;
          object-fit:contain;
}
  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 25px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.review-stars{
    margin-top: 10px;
}
.review-username{
    width: 500px;
}
.book-button-container{
    display: none;
}
}

/* 5) 10″ Tablets (e.g. iPad 10) */
@media (min-width: 769px) and (max-width: 810px) {
    .main{
    margin-top: 100px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 550px;
    object-fit: cover;
    height: 400px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 400px;
    margin-bottom: 10px;
          object-fit:contain;
}
  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 25px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.review-stars{
    margin-top: 10px;
}
.review-username{
    width: 500px;
}
.book-button-container{
    display: none;
}
}

/* 6) 11″ iPad Pro */
@media (min-width: 811px) and (max-width: 835px) {
   .main{
    margin-top: 120px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 550px;
    object-fit: cover;
    height: 400px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 60px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 380px;
    margin-bottom: 10px;
          object-fit:contain;
}
  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 25px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.review-stars{
    margin-top: 10px;
}
.review-username{
    width: 500px;
}
.book-button-container{
    display: none;
}
}

/* 7) 13″ iPad Pro */
@media (min-width: 835px) and (max-width: 1032px) {
      .main{
    margin-top: 130px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    font-weight: 700px;
    padding-bottom: 50px;
}

.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {

    width: 700px;
    object-fit: cover;
    height: 580px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 490px;
    margin-bottom: 10px;
          object-fit:contain;
}
  .review-container {
    width: calc(100% - 20px); /* 1 review per row with margins */
    font-size: 27px;
    
  }
    .carousel-wrapper img{
        height: 50px;
        width: 50px;
}
.review-stars{
    margin-top: 10px;
}
.review-username{
    width: 500px;
}
.book-button-container{
    display: none;
}

}

/* 8) Full‑HD PCs (1080p) */
@media (min-width: 1033px) and (max-width: 1921px) {
  .main{
    margin-top: 200px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 50px;
    font-weight: 700px;
    padding-bottom: 50px;
}


.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {
    height: 80%;
    width: 70%;
    object-fit: cover;
    height: 700px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 100px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 300px;
    margin-bottom: 10px;
}



.barber-infos img{
    height: 80%;
    width: 70%;
    object-fit: cover;
    
}
.iliaz-info{

    text-align: center;

}
.ahmed-info{

     text-align: center;
}
.barber-column p{
    font-size: 30px;
    font-weight: 700;
  
}

.iliaz-img, .ahmed-img{
    border-radius: 30px;
}

.certificates{
     display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
}

.ahmed-certificates img, .iliaz-certificates img{
        height: 500px;
              object-fit:contain;

}
.ahmed-certificates p, .iliaz-certificates p{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 100px;
}

.carousel-wrapper {
  position: relative;
  max-width: 1800px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
}
.carousel-wrapper img{
    height: 70px;
    width: 70px;
}
.all-reviews-carousel {
  overflow: hidden;
  flex: 1;
  padding: 0 5px;
}
.review-img-container {
  display: flex;
  align-items: center;
  gap: 10px; 
   width: 50px; 
  height: 50px;
  border-radius: 50%; 
  object-fit: cover;
}

.reviews-track {
  display: flex;
  transition: transform 0.4s ease;
  margin: 0;
}

.review-container {
  flex-shrink: 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0 10px;
  border: 2px solid black;
  min-height: 150px;
}

.arrow {
  background: #0008;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 8px;
  flex-shrink: 0;
}

.arrow:hover {
  background: #000a;
}

/* Stars */
.checked {
  color: gold;
}
  .review-container {
    width: calc(33.333% - 20px); /* 3 reviews per row with margins */
   
  }

}

/* 9) QHD PCs (1440p) */
@media (min-width: 1921px) and (max-width: 2561px) {
  .main{
    margin-top: 200px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 8px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 70px;
    height: 5px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 50px;
    font-weight: 700px;
    padding-bottom: 50px;
}


.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {
    height: 80%;
    width: 70%;
    object-fit: cover;
    height: 700px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
       margin: 0;
    margin-bottom: 100px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 300px;
    margin-bottom: 10px;
    
}



.barber-infos img{
    height: 80%;
    width: 70%;
    object-fit: cover;
    
}
.iliaz-info{

    text-align: center;

}
.ahmed-info{

     text-align: center;
}
.barber-column p{
    font-size: 30px;
    font-weight: 700;
  
}

.iliaz-img, .ahmed-img{
    border-radius: 30px;
}

.certificates{
     display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
}

.ahmed-certificates img, .iliaz-certificates img{
        height: 500px;
        object-fit:contain;
        

}
.ahmed-certificates p, .iliaz-certificates p{
    font-size: 24px;
    font-weight: 700;
}

.carousel-wrapper {
  position: relative;
  max-width: 2500px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 25px;
}
.carousel-wrapper img{
    height: 70px;
    width: 70px;

}
.all-reviews-carousel {
  overflow: hidden;
  flex: 1;
  padding: 0 5px;
}
.review-img-container {
  display: flex;
  align-items: center;
  gap: 10px; 
   width: 50px; 
  height: 50px;
  border-radius: 50%; 
  object-fit: cover;
}

.reviews-track {
  display: flex;
  transition: transform 0.4s ease;
  margin: 0;
}

.review-container {
  flex-shrink: 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0 10px;
  border: 2px solid black;
  min-height: 150px;
}

.arrow {
  background: #0008;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 8px;
  flex-shrink: 0;
}

.arrow:hover {
  background: #000a;
}

.checked {
  color: gold;
     padding-top: 20px;
}
  .review-container {
    width: calc(33.333% - 20px); /* 3 reviews per row with margins */
  }

}

/* 10) UHD PCs (4K) */
@media (min-width: 2561px) and (max-width: 3840px) {
 .main{
    margin-top: 200px;
    background-color:  #FAFAFA;;
}
.book-button-container{
    position:fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    
}
.book-button{
    background-color:#001f3fc0;
    font-weight: bold;
    color:white;
    border-width: 2px;
    height: 70px;
    width: 150px;
    border-radius: 10px;
    border-style: none;
    font-size: 20px;

}
.book-button:hover{
        scale:1.05;
;   cursor: pointer;
    transition: scale 0.3s;
    background-color: #001f3f;
    transition: background-color 0.3s;
}

.title{
    margin: 50px;
    
}
.title p{
    margin: 0;
    padding: 0;
}
.line{
    background-color: #D22B2B;
    margin-top: 20px;
  left: 50%;
  transform: translate(-50%, -50%); 
    width: 200px;
    height: 10px;
    position: absolute;
}
.introduction-text{
    
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 90px;
    font-weight: 700px;
    padding-bottom: 50px;
}


.whole-info{
    display: flex;
    flex-direction: column;
}
.barber-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
}
.barber-column {
    text-align: center;
    
}

.barber-column img {
    
    width: 1300px;
    object-fit: cover;
    height: 1000px;
    
}

.barber-column p {
    font-size: 24px;
    font-weight: 700;
       margin: 0;
    margin-bottom: 200px;
}

.ahmed-certificates img,
.iliaz-certificates img {
    height: 1000px;
    margin-bottom: 10px;
    
}




.iliaz-info{

    text-align: center;

}
.ahmed-info{

     text-align: center;
}
.barber-column p{
    font-size: 30px;
    font-weight: 700;
   
}

.iliaz-img, .ahmed-img{
    border-radius: 30px;
}

.certificates{
     display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
}

.ahmed-certificates img, .iliaz-certificates img{
        height: 800px;

}
.ahmed-certificates p, .iliaz-certificates p{
    font-size: 24px;
    font-weight: 700;
}

.carousel-wrapper {
  position: relative;
  max-width: 2500px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 45px;
}
.carousel-wrapper img{
    height: 70px;
    width: 70px;
}
.all-reviews-carousel {
  overflow: hidden;
  flex: 1;
  padding: 0 5px;
}
.review-img-container {
  display: flex;
  align-items: center;
  gap: 10px; 
   width: 50px; 
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews-track {
  display: flex;
  transition: transform 0.4s ease;
  margin: 0;
}

.review-container {
  flex-shrink: 0;
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 0 10px;
  border: 2px solid black;
  min-height: 150px;
  padding-top: 50px;
}


.arrow {
  background: #0008;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 8px;
  flex-shrink: 0;
}

.arrow:hover {
  background: #000a;
}


.checked {
    padding-top: 50px;
  color: gold;
}
  .review-container {
    width: calc(33.333% - 20px); /* 3 reviews per row with margins */
   
  }

}