*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

body{
  background:#faf8f1;
}


.services-section{
  padding-top: calc(var(--header-height, 120px) + 48px); 
  padding-bottom: 60px;
}


.services-container{
  max-width:1200px;
  margin:0 auto;
}


.services-title{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  font-weight: 700;
  text-align:center;
  margin-top:20px;        
  margin-bottom:6px;
  line-height:1.15;
}

.services-motto{
  font-family:'Raleway', sans-serif;
  font-size:22px;
  letter-spacing:3px;
  text-align:center;
  margin-bottom:28px;
  color:#070707;
}


.services-intro{
  font-family:'Raleway', sans-serif;
  max-width:950px;
  margin:0 auto 36px;
  font-size:18px;
  line-height:1.6;
  color:#0c0c0c;
  text-align:center;
}


.services-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 32px;   
  justify-items: center;
  max-width: 900px;   
  margin: 0 auto;
}


.service-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}


.service-item img{
  width:100%;
  max-width:280px;
  display:block;
  margin-bottom:14px;
}


.service-text{
  max-width:260px;
  font-family:'Raleway', sans-serif; 
  font-size:14px;
  line-height:1.4;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#0f0f0f;
  margin-bottom:14px;
}


.view-more-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:8px 22px;
  border:2px solid #000;
  border-radius:999px;

  font-family:'Raleway', sans-serif;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:1px;

  text-decoration:none;
  color:#000;
  background:#fff;

  transition:all 0.25s ease;
}


.view-more-btn .icon-circle{
  width:24px;
  height:24px;
  border-radius:50%;
  border:2px solid #000;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:14px;
  line-height:1;
}


.view-more-btn:hover{
  background:#000;
  color:#fff;
}

.view-more-btn:hover .icon-circle{
  border-color:#fff;
}

.service-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  height:100%;                
}

.service-text{
  margin-bottom:14px;
}

.view-more-btn{
  margin-top:auto;             
}




@media(max-width:900px){
  .services-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
}

@media(max-width:600px){

  .services-container{
    padding-left: 18px;
    padding-right: 18px;
  }

  .services-intro{
    margin-bottom:28px;
    font-size:16px;
    line-height:1.6;
  }

  .service-item img{
    max-width:240px;
    margin-bottom:12px;
  }

  .service-text{
    font-size:11.5px;
    margin-bottom:12px;
  }

  .view-more-btn{
    margin-top:4px; 
  }
}




.faq-section{
  position: relative;
  padding: 60px 20px;              
  background-image: url("images/FAQs home page.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;          
  overflow: hidden;                
}


.faq-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
}


.faq-container{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
}


.faq-title{
  font-family:"Playfair Display SC", serif;
  font-size:52px;
  text-align:center;
  color:#fff;
  margin-bottom:6px;
}

.faq-motto{
  text-align:center;
  font-size:22px;
  font-family:'Raleway', sans-serif; 
  letter-spacing:3px;
  color:#fff;
  margin-bottom:36px;
}


.faq-item{
  background:#FAF7F2;
  border-radius:24px;
  margin-bottom:16px;
  overflow:hidden;
}


.faq-question{
  width:100%;
  background:#f2558f;
  border:none;
  padding:14px 22px;
  font-family:'Raleway', sans-serif; 
  font-size:16px;
  font-weight:600;
  color:#131212;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  border-radius:24px;
}

.faq-question i{
  color:#fff;
  transition:transform 0.3s ease;
}


.faq-answer{
  padding:18px 22px 20px;
  display:none;
}

.faq-answer p{
  font-family:'Raleway', sans-serif; 
  font-size:16px;
  line-height:1.6;
  color:#2B2B2B;
}


.faq-item.active .faq-answer{
  display:block;
}

.faq-item.active .faq-question{
  border-radius:24px 24px 0 0;
}

.faq-item.active .faq-question i{
  transform:rotate(180deg);
}


@media(max-width:600px){
  .faq-section{
    padding: 50px 16px;   
  }

  .faq-title{
    font-size:30px;
  }

  .faq-question{
    font-size:14px;
  }

  .faq-answer p{
    font-size:14px;
  }
}


.newsletter-section{
  font-family:'Raleway', sans-serif; 
  background:#FAF7F2; 
  padding:90px 20px;
}

.newsletter-box{
  max-width:520px;
  margin:0 auto;
  background:#ffffff;
  border:2px solid #F4C430; 
  border-radius:14px;
  padding:40px 32px;
}


.newsletter-title{
  font-family:'Raleway', sans-serif; 
  font-size:36px;
  text-align:center;
  color:#0c0c0c;
  margin-bottom:10px;
}

.newsletter-subtitle{
  text-align:center;
  font-size:15px;
  color:#0a0a0a;
  margin-bottom:26px;
}


.newsletter-form input[type="email"],
.newsletter-form input[type="text"]{
  width:100%;
  padding:12px 14px;
  margin-bottom:14px;
  border-radius:6px;
  border:1px solid #ccc;
  font-size:14px;
}


.newsletter-btn{
  width:100%;
  background:#E67E22; 
  color:#fff;
  border:none;
  padding:12px;
  border-radius:6px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  margin:10px 0 18px;
}

.newsletter-btn:hover{
  background:#d96f18;
}


.newsletter-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:13px;
  color:#0a0a0a;
  margin-bottom:14px;
  line-height:1.5;
}

.newsletter-check input{
  width:16px;
  height:16px;
  margin-top:4px;
  flex-shrink:0;
  accent-color:#E67E22;
  cursor:pointer;
}


.newsletter-provider{
  font-size:12px;
  color:#0f0f0f;
  margin-top:10px;
  text-align:left;
}


@media(max-width:600px){
  .newsletter-box{
    padding:32px 22px;
  }

  .newsletter-title{
    font-size:28px;
  }
}

.newsletter-check span{
  display:block;   
}

.newsletter-check a{
  color:#E67E22;
  text-decoration:underline;
}