.service-content{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
margin:20px 0;
}
.service-content h2{
font-size:28px;
font-weight:700;
margin-bottom:20px;
color:#222;
border-bottom:2px solid #e5e5e5;
padding-bottom:10px;
}
.service-content h3{
font-size:22px;
font-weight:600;
color:#8B5A5A;
margin-top:25px;
margin-bottom:10px;
}
.service-content p{
font-size:16px;
line-height:1.8;
color:#555;
margin-bottom:15px;
text-align:justify;
}
@media(max-width:768px){
.service-content{
padding:15px;
}
.service-content h2{
font-size:24px;
}
.service-content h3{
font-size:20px;
}
.service-content p{
font-size:15px;
}
}
.service-content .row > div{
background:#fff;
border:1px solid #eee;
border-radius:10px;
padding:15px;
}
.service-content .row h3{
font-size:18px;
margin-bottom:10px;
color:#8B5A5A;
}
.service-content .row p{
margin-bottom:0;
}
.escort-card{
background:#fff;
border-radius:15px;
padding:25px;
text-align:center;
height:100%;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
transition:all .35s ease;
border:1px solid #f1f1f1;
}
.escort-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.escort-card i{
font-size:42px;
color:#d63384;
margin-bottom:15px;
}
.escort-card h3{
font-size:20px;
font-weight:700;
margin-bottom:12px;
color:#222;
}
.escort-card p{
font-size:15px;
line-height:1.7;
color:#666;
margin:0;
}
.intro-text{
font-size:16px;
line-height:1.8;
margin-bottom:30px;
color:#555;
}
@media(max-width:768px){
.escort-card{
padding:20px;
}
.escort-card i{
font-size:36px;
}
.escort-card h3{
font-size:18px;
}
}
.client-testimonials-section{
padding:80px 0;
background:linear-gradient(135deg,#f8f9fa,#ffffff);
}
.testimonial-header{
text-align:center;
margin-bottom:50px;
}
.testimonial-badge{
display:inline-block;
background:#000;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:14px;
margin-bottom:15px;
}
.testimonial-header h2{
font-size:38px;
font-weight:700;
color:#111;
margin-bottom:10px;
}
.testimonial-header p{
color:#666;
font-size:16px;
}
.testimonial-card{
background:#fff;
border-radius:18px;
padding:30px;
height:100%;
position:relative;
box-shadow:0 8px 30px rgba(0,0,0,.08);
transition:.35s;
border-top:4px solid #c9a227;
}
.testimonial-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,.15);
}
.quote-icon{
width:60px;
height:60px;
border-radius:50%;
background:#fff7db;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:15px;
}
.quote-icon i{
color:#c9a227;
font-size:22px;
}
.stars{
color:#f4b400;
font-size:22px;
letter-spacing:2px;
margin-bottom:15px;
}
.testimonial-card p{
color:#555;
line-height:1.9;
font-size:15px;
margin-bottom:25px;
}
.client-info{
border-top:1px solid #eee;
padding-top:15px;
}
.client-info h5{
margin:0;
font-size:18px;
font-weight:700;
color:#111;
}
.client-info span{
color:#888;
font-size:13px;
}
@media(max-width:768px){
.client-testimonials-section{
padding:50px 0;
}
.testimonial-header h2{
font-size:28px;
}
.testimonial-card{
padding:20px;
}
}
.banner-slider{
min-height:350px;
overflow:hidden;
}
.banner-slider img{
width:100%;
height:auto;
display:block;
}
/* H1 */
.page-title{
color:#f63546;
text-align:center;
min-height:70px;
font-size:36px;
line-height:1.3;
margin-bottom:20px;
}
/* Paragraph */
.lead-content{
font-size:18px;
line-height:1.8;
max-width:1000px;
margin:auto;
}
/* Mobile */
@media(max-width:768px){
.banner-slider{
min-height:180px;
}
.page-title{
font-size:24px;
min-height:55px;
}
.lead-content{
font-size:16px;
}
}

.faq h2 {
text-align: center;
margin-bottom: 30px;
/*color: #fff;*/
}
.faq h3 {
margin-top: 20px;
font-size: 1.2em;
color: red;
font-weight:700;
}
.faq p, .faq ol, .faq li {
margin-top: 5px;
margin-bottom: 15px;
/*color: #fff;*/
line-height: 1.5;
}
.faq a {
color: #1e90ff;
text-decoration: underline;
}
@media (max-width: 768px) {
.faq h3 {
font-size: 1em;
}
}