/*!
Theme Name: Acara Strategy
Theme URI: https://acarastrategy.com/
Author: Deepak Raj giri
Author URI: https://deepakgiri.com.np
Description: Acara Strategy, is a reputation management agency
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acara
*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.search-form .form-control, 
.search-form .input-group-text {
  border-radius: 50px !important;
}


/******final update********/
.lead_about {
    font-size: 35px !important;
    max-width: 560px;
}

.bellow-chess {
    max-width: 920px;
    margin: 0 auto;
}

.sumarry-section-subtitle div {
    color: var(--heading-color);
    margin: 10px 0 0 0;
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--heading-font);
    line-height: normal;
}
.summary-sec-content p {
    font-size: 20px;
    font-family: var(--default-font);
    line-height: 130%;
    font-weight: 400;
}
.summary-expertise span {
    display: block;
}
.contact-subtitle {
    font-size: 1.57rem !important;
    text-align: center;
}

.wpcf7-form {
    margin: 0 auto;
    max-width: 936px;
}

.wpcf7-form-control-wrap input, textarea {
    margin: 10px 0;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ccc;
}

.wpcf7-form-control-wrap input::placeholder, 
textarea::placeholder {
  color: #fff; 
  opacity: 20%;
  font-size: 20px;
   
}
.wpcf7-form-control-wrap  
textarea::placeholder {
 padding-top: 180px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 2px 20px;
    font-size: 25px;
    margin: 20px 0;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #041129;     
    color: #FFF;          
    border-color: #fff;   
    cursor: pointer;       
}
@media (max-width: 768px) {
 .contact-wrap {
    padding: 0px;
}

.contact-section .container::before {
    content: "";
    display: block;
    position: absolute;
    top: 66%;
    right: -5px;
    transform: translateY(-28%);
    width: 71%;
    height: 90%;
    background: url('../img/contact-banner.png') no-repeat right center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}
.contact-email {
    font-size: 20px !important;
}
.contact-email .p-4 {
    padding: 9px !important;
}
.video-background {
    height: 82.25vw !important;
    min-height: 85vh !important;
    }
}

/*************blog Single **************/

.insight-single {
    background: #F4F5F7;
    z-index: 111;
    margin: -10% 0 50px 0;
}

.blog-hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(20px);   /* creates extended effect */
  transform: scale(1.1);
}
.blog-hero-img {
  position: relative;
  max-height: 700px;
  max-width: 100%;
  margin: auto;
  display: block;
  z-index: 2;
}

