/*
Theme Name: Gerow Child
Theme URI: https://www.themedox.com/gerow/
Author: Brenda Nyokabi
Author URI: https://themeforest.net/user/themedox/
Description: Gerow - Business Consulting WordPress Theme
Version: 1.0
Template: gerow
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gerow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Add this CSS at the end of your theme's stylesheet or in a custom CSS section */


    
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	height:120px !important;
	background: #463C3B !important;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 948px;
    width: 100%;
    box-sizing: border-box;
}


.privacy-text {
  color: #483C3B !important;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
 
}  
  
a.privacy-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 17px; 
  color: #483C3B !important;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
}

a.privacy-link:hover {
  text-decoration: underline;
  color: #483C3B !important;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}



.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Styles for the modal button */
#openModalBtn {
    width: 162px; /* Fixed width */
    height: 50px; /* Fixed height */
    padding: 15px 8px; /* Padding: top 15px, right 8px, bottom 15px, left 8px */
    border-radius: 40px; /* Border-radius: 40px */
    background-color: #fff; /* White background */
    color: #ff0000; /* Red text */
    border: 1px solid #FFAE00; /* Yellow border */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Add transition for smooth effect */
}

#openModalBtn:hover {
    background-color: #FFAE00; /* Yellow background on hover */
    color: #fff; /* White text on hover */
}

/* Add background styling to the WPForms container */
.wpforms-container wpforms-container-full wpforms-render-modern {
    background-color: #fff !important;
    padding: 20px; 
    border-radius: 10px; 
 }

/* testimonial-two */
.testimonial-bg-two {
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}
.white-title .sub-title {
	background: #1E376A;
	color: var(--tg-white);
}
.testimonial-item-two {
    display: flex;
    flex-direction: row-reverse; /* Reverse the order of the flex container to move avatar to the right */
}
.testimonial-item-two {
	background: var(--tg-white);
	border-radius: 10px;
	padding: 50px 50px;
}

.testimonial-content-two {
    flex: 1; /* Take remaining space */
    padding-left: 20px; /* Adjust as needed */

}

.testimonial-content-two > p {
    font-weight: 300;
    font-size: 18px !important;
    margin-bottom: 25px;
	color: #483C3B !important;
	font-family: 'Readex Pro',  sans-serif;
	line-height: 24px;
	padding-top: 50px;
}

.testimonial-avatar {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align the avatar to the right */

}
.testimonial-avatar .avatar-thumb {
    width: 500px; /* Set the width as needed */
    height: 625px; /* Set the height as needed */
    flex: 0 0 auto;
    margin-right: 30px;
    overflow: hidden; /* Ensure that the image doesn't overflow the container */
	border-radius: 12px;
	
}
.testimonial-avatar .avatar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.testimonial-content-two {
    padding-right: 50px; /* Adjust as needed */
	padding-top: 200px;

}


.testimonial-content-two .avatar-info span {
	font-family: 'Readex Pro', sans-serif;
	display: block;
	font-weight: 300;
	color:#483C3B;
	font-size: 18px;	

}

.testimonial-content-two .avatar-info .title{
	font-size: 18px;
	font-family: 'Readex Pro', sans-serif;
	font-weight: 500;
	overflow: hidden;
	color:#483C3B;

}

.testimonial-content-two .avatar-info {
	line-height: 18px !important;
}

.testimonial-nav-two .slick-arrow {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50px;
	line-height: 0;
	color: var(--tg-white);
	font-size: 22px;
	background: #483C3B;
	position: absolute;
	left: -10px;
	top: 50% !important;
	margin: -2rem;
	transform: translateY(-40%);
}


.testimonial-nav-two .slick-arrow.slick-next {
	left: auto;
	right: -10px;
}
.testimonial-nav-two .slick-arrow.slick-prev i {
	transform: rotate(-180deg);
}
.testimonial-nav-two .slick-arrow:hover {
	color: #483C3B;
	background: var(--tg-white);
}

.testimonial-section {
    position: relative;
}

.testimonial-header {
    position: absolute;
	z-index: 1;/* Ensure the header is above the content */;
	padding-top: 150px;
	width: 100%;
	opacity: 0; 
	transition: opacity 0.5s ease-in-out;
}


.testimonial-header .testimonial-header-text {
    color: #483C3B !important;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 500;
    font-size: 48px;
	line-height: 60px;
	padding-left: 1.5em; /* Adjust as needed */
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
    .testimonial-header .testimonial-header-text {
        font-size: 36px; /* Adjust font size for small screens */
        padding-left: 1em; /* Adjust padding for small screens */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-header .testimonial-header-text {
        font-size: 40px; /* Adjust font size for medium screens */
    }
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
    .testimonial-content-two > p {
        font-size: 16px; /* Adjust font size for small screens */
		
    }

    .testimonial-avatar .avatar-thumb {
        width: 100%; /* Set the width to 100% for small screens */
        height: auto; /* Allow height to adjust proportionally for small screens */
        margin-right: 0; /* Remove margin for small screens */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-content-two > p {
        font-size: 18px; /* Adjust font size for medium screens */
    }
}

/* Media query for smaller devices */
@media (max-width: 767px) {
    .testimonial-avatar .avatar-info .title {
        font-size: 15px !important; /* Adjust font size for smaller screens */
    }
}



/* blog-four */
.blog-post-thumb-four {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.blog-post-thumb-four img {
	width: 100%;
}
.blog-post-content-four {
	border: 1px solid #E7E7E7;
	border-radius: 0 0 10px 10px;
	border-top: none;
	padding: 40px 35px 35px;
	position: relative;
	margin-bottom: 30px;
}
.blog-post-content-four .tag {
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
	background: #483C3B !important;
	color: var(--tg-white);
	position: absolute;
	left: 30px;
	top: -18px;
	padding: 8px 16px;
	border-radius: 30px;
}

.blog-meta-two .list-wrap li i {
	font-size: 20px;
	margin-right: 8px;
	color: #483C3B !important;
}


.blog-post-content-four .link-btn {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #483C3B !important;
	border-radius: 30px !important;
	background: #fff !important;
	left: 30px;
	top: -18px;
	padding: 8px 16px;
	box-shadow: 0 8px 16px #00000040; /* Adjust the shadow values as needed */

	
}

.blog-post-content-four .link-btn i {
    line-height: 0;
    font-size: 20px;
    color: #483C3B !important;
    margin-left: 10px;
}

.blog-post-content-four .link-btn:hover {
	color: #fff !important;
	background-color: #483C3B !important;
}
/* .blog-post-content-four .link-btn i:hover {
	color: #fff !important;
	background-color: #483C3B !important;
} */

h4 a{
    color: #483C3B !important;
}

.blog-post-content-four .link-btn i {
    line-height: 0;
    font-size: 20px;
    color: #483C3B !important;
    margin-left: 10px;
}

.check-marks li{
	content: " ";
	font-size: 16px;
	list-style: none;
	list-style-image: none;
	position: relative;
	padding-left: 1.5em;
	line-height: 30px;
	padding-top: 10px;


}
.check-marks li:before{
	content: " ";
	display: block;
	border: solid .5em #483C3B;
	border-radius: .1em;
	position: absolute;
	left: 0px;
	top: 40%;

}
.check-marks li:after{
	content: " ";
	display: block;
	width: .3em;
	height: .6em;
	border: solid white;
	border-width: 0 .05em 0.05em 0;
	position: absolute;
	left: .35em;
	top: 40%;
	transform: rotate(45deg);
}

.faq-content > p {
    margin-bottom: 30px;
    width: 85%;
}
.faq-content .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.faq-content .accordion-item {
	background-color: transparent;
	border: none;
	/* border-radius: 6px; */
	overflow: hidden;
	margin-bottom: 10px;
}
.faq-content .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-content .accordion-button {
	position: relative;
	padding: 17px 50px 17px 30px;
	font-weight: 500;
	font-size: 16px;
	color: #483C3B;
	text-align: left;
	background-color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}
.faq-content .accordion-button:not(.collapsed) {
	color: #262626;
	background-color: #FFFFFF;
	box-shadow: none;
}
/* .faq-content .accordion-button:focus {
	border-color: #DFDFDF;
	box-shadow: none;
} */
.faq-content .accordion-body {
	padding: 20px 30px 30px;
	/* border: 1px solid #DFDFDF; */
	border-top: none;
	background-color: #FFFFFF;
}
.faq-content .accordion-body p {
	margin-bottom: 0;
	color: #606060;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.faq-content .accordion-button::after {
	content: "\f102";
	width: auto;
	height: auto;
	background-image: none;
	font-family: "flaticon";
	font-size: 16px;
	position: absolute;
	right: 25px;
	top: 18px;
	color: #262626;
}
.faq-content .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-180deg);
}

/* Target all WPForms confirmation containers */
.wpforms-confirmation-container {
    background: #fff !important;
    border: 1px solid #fff !important;
    box-sizing: border-box !important;
}

/* Optional: Add styles for specific confirmation types */
.wpforms-confirmation-container-full {
    background: #fff !important;
    border: 1px solid #fff !important;
    box-sizing: border-box !important;
}

/* Optional: Add styles for submit-success confirmations */
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 1px solid #fff !important;
    box-sizing: border-box !important;
}


