/* Acute  */

/*

Theme Name: Acute

Theme URI: 

Author: 

Author URI: 

Description: 

Version: 1.0.0   

Text Domain: 

 */

/*** 



/*** 



====================================================================

	Additional Styling

====================================================================



 ***/

* {
	margin: 0px;

	padding: 0px;

	border: none;

	outline: none;

	font-size: 100%;

	line-height: inherit;
}
span.wpcf7-list-item-label {
    position: relative;
    padding-left: 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}
span.wpcf7-spinner {
	position: absolute;
}
.bread-crumb a.home {
    font-size: 14px;
    line-height: 20px;
    color: #395b6c;
	margin-right:8px;
}
.bread-crumb span.post.post-page.current-item {
	font-size: 14px;
    line-height: 20px;
	color: #8a7c61;
}
.bread-crumb span.post {
	margin-left:6px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
    list-style: none;
    margin: 0 0 12px;
}
.wpcf7-list-item input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
    top: 2px;
	height:16px !important;
}
.contact-two span.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #191b1d;
    font-size: 15px;
    line-height: 20px;
    padding-left: 10px;
    margin: 0;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0 !important;
}
.form-box.project-form .wpcf7-list-item {
	width:auto !important;
}
.form-box.project-form span.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    line-height: 24px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    top: -4px;
}
.page-numbers {
    position: relative;
    display: inline-block;
    color: #ffffff;
    line-height: 24px;
    padding: 6px 2px;
    font-size: 15px;
    font-weight: 500;
    background: #ff5000;
    text-align: center;
    min-width: 36px;
    border-radius: 18px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin: 0 3px;
}
.page-numbers:hover, span.page-numbers.current {
	background-color:#fff;
	    color: #ff5000;
}
a.prev.page-numbers, a.next.page-numbers {
    display: none !important;
}
.bread-crumb ul span span {
    position: relative;
    float: left;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    margin-right: 30px;
    list-style: none;
	color:#fff;
}
.bread-crumb ul span a {
    position: relative;
    color: #ffffff;
}
.bread-crumb ul span a:hover {
    position: relative;
    color: #ff5000;
}
.page-info .bread-crumb a {
    color: #626262;
    margin-left: 10px;
    margin-right: 10px;
}
.post-detail .post-info .author-info a {
    color: #222;
}
.single-title h2 a {
	color:#222;
}
.post-detail .post-info .share-post li {
    float: left;
}
.post-detail .post-info .share-post {
    float: right;
    width: 164px;
}
.site-container .left-bar .navigation > li.current-menu-item > a {
    font-family: 'Gotham_Bold', sans-serif;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@media only screen and (max-width: 479px) {
}

/* Full Width Text Block Styling */
.service-details.services-singles.alternate .col-12 .inner {
    max-width: 100%;       /* content ki width limit kardi */
    margin: 0 auto;         /* center align */
    text-align: center;     /* text center */
    padding: 40px 20px;     /* upar neeche aur side padding */
    font-size: 16px;        /* thoda bara text */
    line-height: 1.8;       /* readable spacing */
    color: #333;            /* text color */
}

/* Agar headings ho to unko alag style */
.service-details.services-singles.alternate .col-12 .inner h2,
.service-details.services-singles.alternate .col-12 .inner h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

/* Responsive design (mobile view k liye) */
@media (max-width: 768px) {
    .service-details.services-singles.alternate .col-12 .inner {
        font-size: 16px;
        padding: 30px 15px;
    }
}


