.faq-modern{
max-width:800px;
margin:auto;
padding:50px 20px;
font-family:Arial;
}

.faq-title{
text-align:center;
margin-bottom:30px;
font-size:28px;
}

.faq-box{
display:flex;
flex-direction:column;
gap:15px;
}

.faq-item{
background:#fff;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
overflow:hidden;
}

.faq-question{
padding:18px 20px;
font-weight:600;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
font-size:16px;
}

.faq-question:hover{
background:#f7f7f7;
}

.faq-icon{
font-size:22px;
transition:0.3s;
}

.faq-answer{
padding:0 20px;
max-height:0;
overflow:hidden;
transition:all 0.4s ease;
color:#555;
}

.faq-item.active .faq-answer{
padding:15px 20px;
max-height:200px;
}

.faq-item.active .faq-icon{
transform:rotate(45deg);
}
.makeup-steps{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(250px,1fr));
gap:20px;
margin-top:20px;
}

.step-box{
background:#fafafa;
padding:20px;
border-radius:8px;
border:1px solid #eee;
}

.step-box h4{
margin-bottom:8px;
color:#d48aa6;
font-size:18px;
}

.step-box p{
font-size:15px;
line-height:1.6;
margin:0;
}
.locations-grid{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(150px,1fr));
gap:10px;
}

.location-box{
background:#e3e3e3;
padding:10px 12px;
border-radius:6px;
font-size:15px;
}

.location-box i{
color:#d48aa6;
margin-right:6px;
}
.consultation-top{
display:flex;
align-items:center;
gap:40px;
flex-wrap:wrap;
}

.consultation-text{
flex:1;
min-width:280px;
}

.consultation-image{
flex:1;
min-width:280px;
}

.consultation-image img{
width:100%;
border-radius:10px;
}

.consultation-bottom{
margin-top:15px;
}
.bridal-sections{
display:flex;
gap:50px;
}

.section-box{
width:50%;
}

.makeup-benefits{
list-style:none;
padding:0;
}

.makeup-benefits li{
margin-bottom:10px;
}

.makeup-benefits i{
margin-right:8px;
color:#d4af37;
}
.makeup-benefits {
list-style: none;
padding: 0;
}

.makeup-benefits li {
margin-bottom: 10px;
font-size: 16px;
}

.makeup-benefits i {
color: #d48aa6;
margin-right: 8px;
}
.makeup-services-list{
padding-left:0;
margin-top:20px;
}

.makeup-services-list li{
list-style:none;
margin-bottom:18px;
padding:15px 18px;
background:#fff;
border-left:4px solid #e91e63;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.makeup-services-list li strong{
display:block;
font-size:16px;
margin-bottom:5px;
}

.makeup-services-list li p{
margin:0;
font-size:14px;
color:#555;
line-height:1.6;
}
    /* Section Styling */
    .makeup-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.makeup-list{
padding:0;
margin:20px 0;
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}

.makeup-list li{
list-style:none;
padding:10px 14px;
background:#fff;
border-radius:8px;
border-left:4px solid #e91e63;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.makeup-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

@media(max-width:768px){

.makeup-grid{
grid-template-columns:1fr;
}

.makeup-list{
grid-template-columns:1fr;
}

}

#makeup-services{
    padding:80px 0;
    background:#fafafa;
}

/* Headings */

#makeup-services h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:25px;
}

#makeup-services h2{
    font-size:38px;
    font-weight:600;
    margin-top:40px;
    text-align: left;
    margin-bottom:15px;
    color:#222;
}

#makeup-services h3{
    font-size:28px;
    font-weight:600;
    margin-top:25px;
}

/* Paragraph */

#makeup-services p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

/* List Styling */

#makeup-services ul{
    padding-left:0;
    margin-top:15px;
}

#makeup-services ul li{
    list-style:none;
    padding:10px 15px;
    margin-bottom:8px;
    background:#ffffff;
    border-radius:8px;
    border-left:4px solid #e91e63;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    font-size:15px;
}

/* FAQ */

#makeup-services p b{
    color:#000;
}

/* Container Width */

#makeup-services .container{
    max-width:1100px;
}

/* Responsive */

@media (max-width:768px){

#makeup-services h1{
    font-size:28px;
}

#makeup-services h2{
    font-size:22px;
}

#makeup-services p{
    font-size:15px;
}

}
.experience-section{
  background:#fafafa;
}

.experience-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.experience-text h4{
  margin-top:20px;
  font-size:20px;
  color:#222;
}

.experience-text p{
  margin-top:8px;
  color:#555;
  line-height:1.6;
}

.experience-image img{
  width:100%;
  height: 515px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

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