.makeup {
  display: flex;
  width: 100%;
  max-height: 100vh;
  flex-wrap: wrap;
  background-image: url(/images/radiaance\ 1920\ x\ 500.png);
  background-repeat: no-repeat;
}

.form-section {
  width: 50%;
  margin-left: 40%;
  flex: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #000;
}

.description {
  font-size: 1rem;
  margin-bottom: 10px;
}

.offer {
  color: #1e5128;
  font-weight: bold;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
}

input {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

button {
  padding: 12px;
  background-color: #ffffff;
  color: #1e5128;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #ffffff;
}
button a{
  color: rgb(0, 0, 0);
}
.container {
  position: relative;
}

.hours-text {
  background-color: #c2e766;
}

.content {
  text-align: center;
  margin: 1rem;
  max-width: 1500px;
  margin: auto;
}


.content h1 {
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic 0;
  color: #66705b; 
  font-size: 36px;
}

.content p {
  font-size: 24px;
}

.hero-text {
  flex: 1;
  padding: 60px 40px;
  background-color: #fefee5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hero-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #111;
}

.hero-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.hero-text strong {
  font-weight: bold;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider {
  position: relative;
  width: 1500px;
  height: 550px;
  background: #f5f5f5;
  box-shadow: 0 30px 50px #dbdbdb;
  overflow: hidden;
  border-radius: 10px;
  margin: 150px auto;
  margin-top: 50px;
}
.slider .slide .item {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: center;
  background-size: cover;
  display: inline-block;
  transition: 0.5s;
  overflow: hidden;
}

/* ADD THIS: dark overlay on background image */
.slider .slide .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity here */
  border-radius: 20px;
  z-index: 0;
}

/* Make sure content is on top of the overlay */
.slider .slide .item .cont {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.slide .item:nth-child(3) {
  left: 50%;
}

.slide .item:nth-child(4) {
  left: calc(50% + 220px);
}

.slide .item:nth-child(5) {
  left: calc(50% + 440px);
}

.slide .item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.item .cont {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 45%;
  text-align: left;
  color: #f5f5f5;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
}

.slide .item:nth-child(2) .cont {
  display: block;
}

.cont .name {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}

.cont .des {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.cont button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  animation: animate 1s ease-in-out 0.6s 1 forwards;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }

  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.button {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.slider .button {
  width: 100%;
  display: flex;
  justify-content: baseline;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 4%;
}
.button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0 9px;
  /* border: 1px solid #000; */
  transition: 0.3s;
}

.button button i {
  text-align: center;
}

.button button:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

/* bridal_service */


.bridal-services {
  text-align: center;
  padding: 40px 20px;
}

.bridal-services h1 {
  font-size: 48px;
  color: #201e1e;
  margin-bottom: 40px;
  font-family: 'Cursive', sans-serif;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

.service-card {
  background: #c4c1c2;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.book-btn {
  padding: 10px 25px;
  background: transparent;
  border: 2px solid #6f7b63;
  color: #fcfdf9;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-btn:hover {
  background: #6f7b63;
  color: #fff;
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bridal-services h1 {
    font-size: 36px;
  }
  .makeup {
  
    background: none;
    background-color: #6f7b63 !important;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .bridal-services h1 {
    font-size: 28px;
  }
}

.Trail {
  margin-top: -10rem;
  background-color: #6A7E5F;
  padding: 2rem;
  border-radius: 20px;
}

.Trail h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 5rem;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.Trail p {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  line-height: 1.6;
}

.Trail .Trail_img img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 700px) {
 

  .faq-title {
    font-size: 2.2rem;
    margin-bottom: 36px;
  }

  .faq-question {
    font-size: 1.05rem;
    padding: 20px 18px 18px 14px;
  }

  .faq-answer {
    padding-left: 14px;
    padding-right: 18px;
    font-size: 0.98rem;
  }
}

@media (max-width: 430px) {
  .container {
    padding: 10px 2vw 24px;
  }

  .faq-title {
    font-size: 1.4rem;
  }

  .faq-question {
    font-size: 0.98rem;
    padding: 16px 10px 14px 8px;
  }

  .faq-answer {
    font-size: 0.92rem;
  }
}

@media (min-width: 250px) and (max-width:766px) {



  .form-section {
    width: 100%;
    background-color: #6f7b63;
    margin-left: 0px;
  }

  .content h1 {
    font-size: 24px;
  }

  .content p {
    font-size: 16px;
    text-align: left;
    margin: 15px;
    color: black !important;
  }

  .slider {
    position: relative;
    width: 90%;

  }

  .item .cont {
    width: 45%;
    margin-left: -40px;
      padding: 5px !important;
  }

  .item .cont .name {
    font-size: 22px;
  }

  .item .cont .des {
    font-size: 12px;
  }

  .Trail h1 {
    font-size: 3rem;
  }
}

@media (min-width: 767px) and (max-width:900px) {
  .makeup {
    height: 700px;
  }

  .form-section {
    width: 40%;
    height: 200px;
    margin-left: 60%;

  }

  input {
    height: 20px;
  }



  .item .cont .des {
    font-size: 14px;
  }

  .item .cont {
    margin-left: -1rem;
  }

}

@media (min-width: 1024px) and (max-width:1200px) {

  .form-section {
    margin-left: 50%;
  }

}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    flex-direction: column !important;
    padding: 22px 2vw 36px;

  }
 
  .form-section {
    padding: 20px;
  }

  h1 {
    font-size: 1.5rem;
  }
}





main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}

main > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

main > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #000000;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main > div hr {
  display: block;
  background: #000000;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

main > div p {
  line-height: 1.6;
  color: black;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

main > div > a:hover {
  border: 0.125rem solid #005baa;
  color: #005baa;
}

.swiper {
  width: 100%;
  height: 350px;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {

  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/15.png")
      no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/12.png")
      no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/13.png")
      no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/26.png")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/16.png")
      no-repeat 50% 50% / cover;
}
.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/31.jpeg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/32.jpeg")
      no-repeat 50% 50% / cover;
}
.swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("../images/bridal_service/33.jpeg")
      no-repeat 50% 50% / cover;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
  main {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}

.swiper-con{
  display: flex !important;
  flex-direction: column;
  height: 350px;
  justify-content: end;
  align-items: baseline;
  margin: auto;
}

