.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;
}

/**** Search ***********/
.header-search {
    position: relative;
}

.search-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.search-popup {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: none;
    /*width: 250px;*/
	z-index:9;
}

.search-popup form {
    display: flex;
}

.search-popup input {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ddd;
}

.search-popup button {
    border: none;
    background: #194893;
    color: #fff;
    padding: 6px 12px;
}

.search-popup button:focus-visible{
	border: 1px solid #194893;;
}
/**** Search ***********/

/***********Sidebar Form***********/
/* Only target CF7 inside sidebarform */
.custom-sidebar .sidebarform {
    background: #0f4f97;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

/* Form Group */
.custom-sidebar .sidebarform .form-group {
    position: relative;
    margin-bottom: 20px;
}

/* Icons */
.custom-sidebar .sidebarform .form-group i {
    position: absolute;
    left: 15px;
    top: 26px;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
	z-index:9;
}

/* Inputs */
.custom-sidebar .sidebarform input,
.custom-sidebar .sidebarform textarea {
    width: 100%;
    padding: 12px 15px 12px 42px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Textarea icon fix */
.custom-sidebar .sidebarform .textarea-group i {
    top: 18px;
    transform: none;
}

/* Focus Effect */
.custom-sidebar .sidebarform input:focus,
.custom-sidebar .sidebarform textarea:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
    outline: none;
}

/* Submit Button */
.custom-sidebar .sidebarform input[type="submit"] {
    width: 100%;
    padding: 12px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-sidebar .sidebarform input[type="submit"]:hover {
    background: #333;
}

.custom-sidebar .sidebarform .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.custom-sidebar .sidebarform  .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.custom-sidebar .sidebarform h2,
.custom-sidebar .sidebarform p{
	color: #fff;
}


.service-catagery-list{
	display:none;
}

.service-catagery-list.our-services,
.service-catagery-list.active-box{
	display:block;
}

/************Sidebar form**************/

.custom-service-hover.promisecontent{
	background: var(--accent-color);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
	margin:50px 0;
}
.custom-service-hover.promisecontent p,
.custom-service-hover.promisecontent h2,
.custom-service-hover.promisecontent h3,
.custom-service-hover.promisecontent h4{
	color:#fff;
	margin-bottom:20px;
}

.team-content h3 a{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
	line-height: 1.2em;
    color: var(--primary-color);
}