.service-banner{
  background-image: url('../../assets/images/nikah-at-makkah/services/nikah-at-makkah.webp'); /* Replace with actual path */
  background-size: cover;
}
.news-service{
   background-image: url('../../assets/images/nikah-at-makkah/services/newletter-bg.webp'); /* Replace with actual path */
  background-size: cover;
}
.service-desc-content{

}
.service-desc-content-title{
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;

}
.service-desc-content-paragraph{
    font-size: 14px;
    color: #383838;
    font-weight: 400;
}

.service-desc-image-content-box img{width:100%; height: 100%; border-radius: 6px;}
.service-sec-sub-title{
    line-height: 1.5;
}

/* === Accordion Style Start === */
.common-acordion .accordion-button{
    color: #066759;
    font-weight: 600;
    font-size: 16px;
}

.custom-card {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #C6C6C6; /* bottom border */
  }

  .custom-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-card-title {
    color: #066759;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
  }

  .custom-drop-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
  }
  .service-banner-bottom-sec {
    padding: 60px 0px 0px;
}
  .custom-card-desc {
    margin-top: 8px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
  }
  .our-service {
    padding: 30px 0px;
  }
/* === Accordion Style End === */
.service-desc-content{
  padding-top: 36px;
}
.section-header-responsive{
  margin-bottom: 0px;
}
@media(max-width:991px){
  .section-header .sec-title{font-size: 24px;}
  .service-desc-content-title{font-size: 24px;}
  .we-the-best h2{font-size: 24px;}
  .banner-caption{font-size: 24px;}
  .inner-banner-title{font-size: 24px;}
  .service-banner {
    background-position: calc(50% - 177px) center;
}
}
@media(min-width:992px){
    .service-desc-content-title{
        font-size: 36px;
        color: #000;
        font-weight: 600;
    }   
    .service-desc-content-paragraph{
        font-size: 16px;
    }  
    .service-banner-bottom-sec{
      padding: 80px 0px;
  } 
  .service-desc-content{
    padding-top: 0px;
  }
  .our-service{
    padding: 60px 0px;
  }
  .section-header-responsive {
    margin-bottom: 52px;
  }
  .service-desc-image-content-box {padding-right: 50px;
}
}