.cmn_call_btn .elementor-button-text span {
    font-size: 12px;
    text-align: left;
}

.cmn_call_btn .elementor-button-icon svg {
    height: auto;
    width: 28px;
    height: auto;
}

.cmn_call_btn span.elementor-button-text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cmn_call_btn span.elementor-button-text br {
    display: none;
}

.top_header .follow_us ul li {
    display: flex;
    flex-direction: row-reverse;
}

/* contact form styling */

.contact_form_section .contact_form form {
    position: relative;
    overflow: hidden;
}

.contact_form_section .contact_form form .inline_names {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.contact_form_section .contact_form form p {
    margin-bottom: 15px;
}

.contact_form_section .contact_form form p br {
    display: none;
}

.contact_form_section .contact_form form p label {
    width: 100%;
        font-family: "Heebo", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px; 
	  color: #1D1D1D;
}

.contact_form_section .contact_form form p input {
    margin-top: 3px;
       font-family: "Heebo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 30px;
    height: 45px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
}

.contact_form_section .contact_form form p input::placeholder {
     font-family: "Heebo", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #BDB6B6;
}

.contact_form_section .contact_form form p textarea {
    margin-top: 3px;
    border: 1px solid #D4D4D4;
    height: 100px;
    border-radius: 5px;
    outline: none;
      font-family: "Heebo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1D1D1D;
}

.contact_form_section .contact_form form p textarea::placeholder {
       font-family: "Heebo", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #BDB6B6;
}

/* .contact_form_section .sub_btn_container{
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.contact_form_section .sub_btn {
    display: inline-block;
}

.contact_form_section .sub_btn p {
    display: flex;
    width: fit-content;
    margin: auto;
    position: relative;
    transition: 0.4s ease;
}
 */
.contact_form_section .contact_form form p .wpcf7-submit {
       font-family: "Heebo", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    color: #ffffff;
    background: #ED1D26;
    border: 1px solid #ED1D26 !important;
/*     padding-left: 50px;
    padding-right: 65px; */
    width: fit-content;
    margin: auto;
}

.contact_form_section .contact_form form p .wpcf7-submit:hover {
        color: #ED1D26;
    background: #ffffff;
}


.contact_form_section span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact_form_section .wpcf7-not-valid-tip {
    display: none;
}

.contact_form_section .wpcf7-not-valid {
    border: 1px solid #9C1B1F !important;
}

.contact_form_section .impt{
	color:#FF383C;
}

/* Installation section css */

.installation_box, .common_testi{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	height: 100%;
}

/* faq section css */

.faq_section .faq_accordion .e-n-accordion-item {
    border-radius: 12px !important;
    /* background: red; */
    border: 1px solid #E5E5E5;
	overflow: hidden;
}

.faq_section .faq_accordion summary.e-n-accordion-item-title, .faq_section .faq_accordion summary.e-n-accordion-item-title {
    border: unset !important;
}

.faq_section .faq_accordion .e-n-accordion-item .elementor-element {
    border: 1px 0 0 0;
    border-width: 1px 0 0 0;
    border-color: #E5E5E5;
}

.map_sec{
	position: relative;
}

.map_absolute{
position: absolute;
	width: 380px;
	content:"";
	left: 320px;
	top:50%;
	transform: translatey(-50%);
/* 	padding: 30px; */
}

/* contact page styling */

.ctnt_pg_fm{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* blog page css */

.blog_section .blogs .elementor-post__read-more{
	position: relative;
	transition: 0.4s ease;
}

.blog_section .blogs .elementor-post__read-more::before {
    content: "";
    position: absolute;
    background-image: url(https://rfloresroofing.com/wp-content/uploads/2026/02/flores-diagnol-arrow.svg);
    width: 11px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 100%;
    bottom: 6px;
    transform: translateX(6px);
}
.blog_section .blogs h3.elementor-post__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog_section .blogs .elementor-post__read-more:hover{
	color: #ED1D26;
	opacity: 0.5;
}

.blog_section .blogs p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogs .page-numbers {
    border: 1px solid #DFE3E8;
    padding: 2px 10px;
	    min-width: 30px;
    min-height: 28px;
	background: #ED1D26;
	color: #ffffff;
}

.blogs .page-numbers.current {
    border: 1px solid #000000;
	  background: #ffffff;
	color: #000000;
}

.blogs nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs .page-numbers.prev {
    width: 30px;
    height: 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid #DFE3E8;
    align-items: center;
    justify-content: center;
    font-size: 0;
	  display: none;
}

.blogs .page-numbers.prev::before {
	  content: "";
	  position: absolute;
	  background-image: url(https://kebapp.customer-devreview.com/wp-content/uploads/2025/12/to-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
    width: 17px;
    height: 13px;
	left: 50%;
	top: 50%;
    transform: translate(-30%, -50%);
}

.blogs .page-numbers.next {
    width: 30px;
    height: 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid #ED1D26;
    align-items: center;
    justify-content: center;
    font-size: 0;
	  background: #ED1D26;
}

.blogs .page-numbers.next::before {
	  content: "";
	  position: absolute;
	  background-image: url(https://rfloresroofing.com/wp-content/uploads/2026/02/flores-pagination-next.svg);
	background-repeat: no-repeat;
	background-size: contain;
    width: 17px;
    height: 13px;
	  left: 50%;
	top: 50%;
    transform: translate(-30%, -50%);
}

.blogs a.page-numbers.prev {
    background: #ED1D26;
	  border: 1px solid #ED1D26;
}

.blogs a.page-numbers.next {
    background: #ED1D26;
	  border: 1px solid #ED1D26;
}

/* single post page styling */

.single_post_content .post_heading h1{
	font-family: "Titillium Web", Sans-serif !important;
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 58px !important;
	 color: #2C2C2C;
}

.single_post_content .main_ctnt h4{
	font-family: "Titillium Web", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
	 color: #2C2C2C;
}

.single_post_content .main_ctnt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	 color: #6B6B6B;
	font-family: "Heebo", Sans-serif;
}

.single_post_content .main_ctnt ul{
	 padding: 0;
	margin: 0;
}

.single_post_content .main_ctnt ul li{
	  position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	 color: #6B6B6B;
	font-family: "Heebo", Sans-serif;
	padding-left: 25px;
	list-style-type: none;
	margin-bottom: 4px;
}

.single_post_content .main_ctnt ul li::before{
	  content: "";
	  position: absolute;
    background-image: url(https://rfloresroofing.com/wp-content/uploads/2026/02/flores-circle-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	left: 0;
	top: 4px;
}

.roofing_service_sec .roofing_service{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.roofing_service_sec .roofing_service .elementor-button svg{
	width: 10px;
	height: 10px;
	margin-top: 1px;
}

/* about page styling */

.about_core_sec ul li b{
	color: #2C2C2C;
}

/* .about_page_why_sec .why_choose_carousel .e-n-carousel {
    padding: 10px;
} */

.testimonial_section .e-n-carousel{
    padding: 10px;
}

.about_core_sec .cmn_call_btn a.elementor-button:hover svg path{
	fill: #ED1D26 !important;
}

.dynamic_map_box > div {
    width: 100%;
}

/* responsive css */

@media (min-width:1025px) and (max-width:1499px) {
.header .menu_items {
    width: 45% !important;
}
	
	.header .logo_container {
    width: 10% !important;
}

}

@media(max-width:1399px){
	.header .menu_items ul li a{
    font-size: 15px !important;
    margin: 14px !important;
}
}

@media (min-width:1025px) and (max-width:1199px) {
    .header_btn_box {
        min-width: 105px !important;
        width: fit-content !important;
    }
	
	.header_btn_box #header_btn {
    padding: 15px 15px !important;
    font-size: 14px;
}
	
	.header .menu_items ul li a {
    font-size: 14px !important;
    margin: 12px !important;
}
}

@media(max-width:1024px){
	.contact_form {
    width: 100%;
}
	
	.hero_sec h1 br {
    display: none;
}
}

@media(max-width:767px){
.map_absolute {
    position: absolute;
    width: 300px;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
	
	.logo_container {
    display: flex;
    align-items: start;
}
	
	.testimonial_section .elementor-swiper-button {
    display: none !important;
}
	
	.tabs_section .e-n-tabs-heading {
    display: flex;
    gap: 0;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
	
	.tabs_section .e-n-tabs-heading button:first-child {
    margin: 0 !important;
}
	
	.single_post_content .post_heading h1{
    font-size: 34px;
    line-height: 42px !important;
}
	
/* 	.testimonial_section .e-n-carousel{
    padding: 0;
} */
}

@media(max-width:575px){
	.left_list ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
	
	.contact_form_section .contact_form form .inline_names {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    gap: 0;
}
}