.custom-service-hover h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar-cta-box-form-cus {
    margin-top: 40px;
}

.sidebar-cta-box-form-cus h3 {
    color: #fff;
}
.sidebar-cta-box-form-cus p {
    color: #fff;
}

.sidebar-cta-box-form-cus .form-control {
    font-size: 14px;
}

.sidebar-cta-box-form-cus .btn {
    padding: 10px;
}



.sidebar-cta-box-form-cus {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.sidebar-cta-box-form-cus .custom-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.sidebar-cta-box-form-cus .custom-form .form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 14px;
}

.sidebar-cta-box-form-cus .custom-form input,
.sidebar-cta-box-form-cus .custom-form textarea {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border-radius: 30px;

    font-size: 14px;
    transition: all 0.3s ease;

}

.sidebar-cta-box-form-cus .custom-form textarea {
    border-radius: 15px;
    resize: none;
}

.sidebar-cta-box-form-cus .custom-form input:focus,
.sidebar-cta-box-form-cus .custom-form textarea:focus {
    background: #fff;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.15);
    outline: none;
}

.sidebar-cta-box-form-cus .btn-submit {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    border: none; 
    font-weight: 600;
    transition: 0.3s;
}

.sidebar-cta-box-form-cus .btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.faqs-section-title {
    margin-bottom: 30px;
}






/* Parent Wrapper */
.custom-post {
    font-family: "Helvetica Neue", Arial, sans-serif;
   
    line-height: 1.65;
    font-size: 17px;
}

/* Paragraphs */
.custom-post p {
    margin: 1em 0;
}

/* Headings */
.custom-post h1,
.custom-post h2,
.custom-post h3,
.custom-post h4 {
    font-weight: 700;
    line-height: 1.3;
    margin: 1.4em 0 0.6em;
   
}

.custom-post h2 {
    font-size: 1.6rem;
    border-left: 4px solid #3d8bfd;
    padding-left: 10px;
}

.custom-post h3 {
    font-size: 1.3rem;
  
}

/* Links */
.custom-post a {
  
    text-decoration: none;
    font-weight: 600;
}

.custom-post a:hover {
    text-decoration: underline;
}

/* Lists */
.custom-post ul {
    margin: 1em 0 1em 1.2em;
    padding: 0;
}

.custom-post ul li {
    margin: 0.4em 0;
}

/* Strong Text */
.custom-post strong {
   
    font-weight: 700;
}

/* Blockquotes (if used) */
.custom-post blockquote {
    border-left: 4px solid #c9c9c9;
    padding-left: 16px;
    margin: 1.5em 0;
    font-style: italic;
}

/* FAQ Style (Q/A) */
.custom-post p strong:first-child {
    color: #0d6efd;
}

/* Images Adjustment */
.custom-post img {
    max-width: 100%;
    border-radius: 6px;
    display: block;
    margin: 1.2em auto;
}

/* Final CTA Section */
.custom-post .cta-box {
    background: #f7faff;
    padding: 16px 20px;
    margin-top: 2em;
    border-radius: 6px;
}

.custom-post .cta-box p {
    margin: 0.6em 0;
}


.footer-links ul li:hover a {
    color: #f1b442;
}
.read-more-btn a:hover {
    color: #f1b442!important;
}

.service-single-content {
    padding-bottom: 50px;
}

.hover-section.inner-box-cus {
    padding: 20px 0 0 0px;
}
.cta-content h2{
    color:#fff;
}