/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 16.0.5.1764142559
Updated: 2025-11-26 07:35:59
*/
/* ************ Global ************* */
*,
*:before,
*:after {
    box-sizing: border-box;
}

:root {
    --primary: #2972bb;
    --secondry: #f9f9f9;
    --accent: #ef6f22;
    --white: #fff;
    --black: #000;
}

html {
    height: 100%;
}

html body {
    min-height: 100%;
    position: relative;
    margin: 0 !important;
    font-family: "Roboto", sans-serif !important;
    background-color: var(--white);
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}

html img {
    width: 100%;
    height: auto;
}

html img,
html svg,
html iframe {
    vertical-align: top;
}

html body a {
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* color: var(--accent) !important; */
    text-decoration: none !important;
    display: inline-block;
}

/* html body a:hover {
	color: var(--black);
} */
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--black);
}

html p {
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 0px;
}

html p:last-of-type {
    margin-bottom: 0 !important;
}

html body ul {
    margin: 0px;
    padding: 0px;
}

html body ul li {
    list-style: none;
    margin: 0;
}

body h1 {
    font-size: 60px;
    line-height: 70px;
}

body h2 {
    font-size: 50px;
    line-height: 60px;
}

body h3 {
    font-size: 40px;
    line-height: 50px;
}

body h4 {
    font-size: 30px;
    line-height: 40px;
}

body h5 {
    font-size: 26px;
    line-height: 36px;
}

body h6 {
    font-size: 22px;
    line-height: 32px;
}

select,
select:focus,
button,
button:hover,
img,
img:focus,
a,
a:focus,
button:focus {
    outline: none !important;
}

.btn_wrap {
    display: flex;
    gap: 35px;
    width: fit-content;
}

.btn_wrap a,
body .gform_wrapper form .gform_button,
.gform-theme-button,
body .gform_wrapper .gform-footer .gform_button {
    padding: 14px 28px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    display: flex;
    background-color: var(--accent) !important;
    color: var(--white) !important;
    justify-content: center;
    border: 1px solid var(--accent) !important;
    min-width: 120px !important;
    border-radius: 6px !important;
    font-family: "Roboto", sans-serif;
    margin: 10px 0px !important;
    outline: none !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.btn_wrap a:hover,
body .gform_wrapper form .gform_button:hover,
.gform-theme-button:hover,
body .gform_wrapper .gform-footer .gform_button:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    opacity: .87;
}

a {
    color: var(--primary);
    text-decoration: none;
}

section {
    padding: 80px 0px;
    position: relative;
}

.container {
    max-width: 1280px;
    padding: 0px 20px;
    margin: auto;
    width: 100%;
}

.main_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main_wrapper .sec_intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

#search-outer {
    display: none;
}

/*  */
.owl-carousel .owl-nav button {
    background: transparent !important;
}

.owl-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: calc(50% - 29px);
    transform: translate(-50%, -50%);
    justify-content: space-between;
    left: 50%;
    right: 0;
    z-index: 1;
    margin: 0;
    width: calc(100% + 50px);
    margin: 0px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel button.owl-prev span::before {
    left: 16px !important;
}

.owl-carousel .owl-nav button span::before {
    content: "\f105";
    position: absolute;
    font-size: 24px;
    color: white;
    top: 9px;
    left: 17px;
    font-family: "FontAwesome";
    transform: rotate(180deg);
    font-weight: 500;
}

.owl-carousel .owl-nav span {
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    font-size: 0px;
    width: 42px;
    height: 42px;
    position: relative;
    background-color: var(--primary);
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}

.owl-carousel .owl-nav button {
    margin: 0 !important;
}

.owl-carousel button.owl-next span::before {
    content: "\f104";
}

/*  */
/* ************ Global ************* */
/* ** contact form** */
.gform_wrapper {
    font-family: "Roboto", sans-serif !important;
}

body .gform_wrapper .gform_fields {
    grid-row-gap: 18px;
}

body .gform_wrapper .top_label .gfield_label {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
}

body .gform_wrapper .gfield_required {
    font-size: .9em;
    color: var(--accent);
}

.gform_wrapper form .gfield--input-type-name .ginput_container--name {
    column-gap: 3px;
}

body .gform_wrapper .gfield select,
body .gform_wrapper .gfield input,
body .gform_wrapper .gfield textarea {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
    padding: 10px 16px;
    transition: all 500ms ease;
    line-height: 24px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
}

body .gform_wrapper .gfield textarea {
    height: 180px;
    min-height: unset;
    min-block-size: unset !important;
}

body .gform_wrapper .ginput_complex label {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

body .gform_wrapper .gfield.gfield--type-textarea .gfield_description,
body .gform_wrapper .gfield .charleft {
    display: none;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gform_confirmation_message {
    border: 1px solid var(--primary);
    padding: 10px;
}

.get_started {
    /* background: #2972bb29; */
    background-color: var(--secondry);
}

.get_started .main_wrapper .sec_intro h2 {
    color: var(--primary);
}

.get_started .main_wrapper .get-form {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.get_started .main_wrapper .gform_wrapper {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.gform_wrapper .gform_heading {
    display: none;
}

body .gform_wrapper .gform_fields .ginput_container_checkbox {
    padding-top: 10px;
}

body .gform_wrapper .gform_fields .gchoice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

body .gform_wrapper .gform_fields .gchoice label {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

body .gform_wrapper .gform_fields .gchoice input[type="checkbox"],
body .gform_wrapper .gform_fields .gchoice input[type="radio"] {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid var(--accent);
    margin-top: 2px;
}

body .gform_wrapper .gform_fields .gchoice input[type="radio"] {
    border-radius: 50%;
}

body .gform_wrapper .gform_fields .gchoice input[type="radio"]::before {
    top: 4px !important;
    left: 4px !important;
    color: var(--primary) !important;
    width: 10px;
    height: 10px;
}

body .gform_wrapper .gform_fields .gchoice input[type="checkbox"]::before,
body .gform_wrapper .gform_fields .gchoice input[type="radio"]::before {
    top: 2px;
    position: absolute;
    left: 2px;
    color: var(--primary);
}

body .gform_wrapper .gform_fields .gfield_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-bottom: 20px;
}

.gform_validation_errors {
    display: none !important;
}

.gform_wrapper .gf_progressbar_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    color: var(--primary);
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    background: #eee;
    height: 12px;
}

body .gform_wrapper .gform_fields .gsection_title {
    font-size: 24px;
    line-height: 1.3;
}

.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    height: 12px;
    background-color: var(--accent);
}

/* ** contact form** */
/** Faq **/
.page-template-contact .faqs_sec {
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

.faqs_sec .main_wrapper .sec_title {
    text-align: center;
}

.faqs_sec .main_wrapper .sec_title h2 {
    color: var(--primary);
}

.faqs_sec ul.accordion_list {
    padding: 0;
    margin: auto;
    max-width: 1100px;
}

.faqs_sec ul.accordion_list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--secondry);
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.faqs_sec ul.accordion_list h3 {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 15px 40px 15px 20px;
}

.faqs_sec ul.accordion_list li h3::before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-family: auto;
}

.faqs_sec ul.accordion_list div.answer {
    position: relative;
    padding: 24px;
    background: #fff;
    display: none;
}

.faqs_sec ul.accordion_list div.answer ul>li {
    background: transparent;
    border: 0px;
}

/* * Faq * */
/* *********** areas-we-serve ************ */
.hero_sec {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: 50% 50%;
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.hero_sec .container,
.global-post__sec .container {
    padding-top: 101px;
}
.hero_sec::before {
    content: '';
    background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0%, #0099f2 100%);
    opacity: 0.8;
    position: absolute;
    inset: 0;
}
.hero_sec .main_wrapper {
    max-width: 900px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: auto;
}
.page-template-service .faqs_sec {
	background: linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
}
.service-area-sec .main_wrapper .sec_intro .sec-desc ul {
    flex-wrap: wrap;
    flex-direction: row;
}

.service-area-sec .main_wrapper .sec_intro .sec-desc ul li {
    width: 100%;
}

.sec-desc ul {
    margin: 20px 0px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 20px;
}

.sec-desc ul:has(+*) {
    margin-bottom: 20px;
}

.sec-desc ul li {
    list-style: disc;
    position: relative;
}

.sec-desc ul li::marker {
    color: var(--accent);
}

.hero_sec .main_wrapper .sec_intro .sec-desc,
.hero_sec .main_wrapper .sec_intro .sec-title h1 {
    color: #fff !important;
}

.Wilshire_sec .main_wrapper .sec-title {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.Orange_sec {
    background: var(--secondry);
}

.Orange_sec .main_wrapper {
    align-items: center;
}

.Orange_sec .main_wrapper .orange_info_wrapper {
    width: 100%;
    max-width: 920px;
}

.Orange_sec .main_wrapper .orange_info_wrapper .orange_info_box {
    display: flex;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}

.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
    width: calc(33.33% - 16.66px);
    font-size: 18px;
    line-height: 28px;
}

.Orange_sec .main_wrapper .sec-title h2 {
    color: var(--primary);
}

.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content a {
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: var(--black);
}

.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content a::before {
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    content: "\f058";
    color: var(--primary);
}

.repair_Luxury_sec {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.repair_Luxury_sec::before {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}

.repair_Luxury_sec .main_wrapper {
    align-items: center;
}

.repair_Luxury_sec .main_wrapper .sec_intro {
    display: flex;
    flex-direction: column;
    gap: 11px;
    text-align: center;
    max-width: 900px;
}

.repair_Luxury_sec .main_wrapper .sec_intro .sec_title h5,
.repair_Luxury_sec .main_wrapper .sec_intro .sec_sub-title h6 {
    color: var(--white);
}

.services-detail-section {
	padding-top: 0px;
}
.services-detail-section .sec_intro {
	padding-top: 80px;
}
.our_services_section::before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    min-height: 350px;
    z-index: 1;
}

.our_services_section .sec_intro {
    text-align: center;
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.our_services_section .sec_intro .sec_sub-title h6,
.our_services_section .sec_intro .sec_title h3 {
    color: var(--white);
}

.our_services_section .offers-cards__inner.offers-cards__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
    align-items: stretch;
	position:relative;
	z-index:1;
}
.services-detail-section .main_wrapper {
	gap: 50px;
}
.our_services_section .offers-cards__inner .offers-card {
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    height:auto; 
}

.offers-cards__inner .offers-card .offers-card__img-main {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.offers-cards__inner .offers-card .offers-card__img-main .offers-card__icon{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 50%;
  background: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px dashed #fff;
  outline-offset: 6px;
  z-index: 1;
}
.offers-card .offers-card__img-main .offers-card__icon::after {
	content: '';
	background: var(--primary);
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	transition: all .3s ease-in-out;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center;
}
 .offers-card:hover .offers-card__icon::after {
	transform: translate(-50%, -50%) scale(1);
}
 .offers-card:hover .offers-card__icon-img{
filter: invert(1);
 }
 .offers-card .offers-card__img-main .offers-card__icon .offers-card__icon-img{
    width: 36px;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all .3s ease-in-out;
 }

 .offers-card:hover .offers-card__img-main > img {
	transform: scale(1.06);
}
 .offers-card .offers-card__img-main img {
    aspect-ratio: 402/280 !important;
    object-fit: cover;
    width: 100%;
    min-height: 220px;
    transition: all 0.3s ease-in-out;
}
 .offers-card:hover .offers-card__img-main::after{
    opacity: 0.7;
}
.offers-card .offers-card__img-main::after {
	content: '';
	position: absolute;
	background: var(--primary);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0; 
	transition: all .5s ease-in-out;
}
.offers-cards__inner .offers-card .offers-card__content .btn_wrap {
    margin-top: auto;
}

.offers-cards__inner .offers-card .offers-card__content {
    padding: 24px 26px 32px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.offers-cards .offers-cards__inner .offers-card:hover img {
    transform: scale(1.1);
}

.request-contact_sec {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    position: relative;
    background-position: 50% 50%;
    padding: 80px 0px;
}

.request-contact_sec::after {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.2;
}

.request-contact_sec .main_wrapper {
    display: flex;
    align-items: center;
    z-index: 1;
}

.request-contact_info .request-contact_wrap {
    max-width: 600px;
    width: 100%;
}

.request-contact_sec .main_wrapper .request-contact_form .sec-title h3 {
    color: var(--white);
}

.request-contact_sec .main_wrapper .request-contact_form .sec-title {
    background-color: var(--primary);
    text-align: center;
    padding: 28px;
}

.request-contact_sec .request-contact_form {
    max-width: 718px;
    background: rgba(255, 255, 255, .8);
    width: 100%;
}

.request-contact_sec .main_wrapper .request-contact_form .request-contact_info {
    height: 100%;
    width: 100%;
    padding: 35px 30px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.gform_wrapper form .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.gform_wrapper form .gform_body .gform_fields fieldset {
    width: 100%;
}

.gform_wrapper form .gform_body .gform_fields fieldset .ginput_container--name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0px;
}

.gform_wrapper form .gform_body .gform_fields fieldset .ginput_container--name span {
    padding: 0px;
}

.gform_wrapper form .gform_body .gform_fields .gfield--type-phone,
.gform_wrapper form .gform_body .gform_fields .gfield--type-email {
    width: calc(50% - 9px);
}

.gform_wrapper form .gform_body .gform_fields .gfield--type-textarea {
    width: 100%;
}

.gform_wrapper form .gform_body .gform_fields fieldset legend {
    font-weight: 600;
}

/* ************ areas-we-serve *********** */
/* ************ contact *********** */
.contact_sec .sec_title {
    text-align: center;
}

.contact_sec.sec_title h2 {
    color: var(--primary);
}

.contact_sec .contact_detail_wrapper {
    display: flex;
    background-color: var(--secondry);
    width: 100%;
    margin: auto;
    max-width: 1110px;
}

.contact_sec .contact_detail {
    width: 45%;
    background-color: rgb(242 105 34 / 10%);
    padding: 50px 50px 40px;
}

.contact_sec .contact_detail ul li {
    list-style: none;
    padding-left: 50px;
    position: relative;
    border-bottom: 1px dashed var(--primary);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact_sec .contact_detail ul li i {
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 0;
    color: var(--accent);
}

.contact_sec .contact_detail ul li h4 {
    letter-spacing: .4px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 30px;
}

.contact_sec .contact_detail ul li a {
    font-size: 14px;
    line-height: 22px;
}

.contact_sec iframe:not([title="reCAPTCHA"]) {
    width: calc(100% + 100px) !important;
    margin-inline: -50px;
    margin-bottom: -40px;
    aspect-ratio: 1;
    height: 360px !important;
    max-width: none;
    margin-top: 35px;
    vertical-align: top;
}

.contact_detail_wrapper .contact_form {
    width: 65%;
    padding: 50px 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ************ contact *********** */
/* ************ about us *********** */
.owner_section .main_wrapper {
    flex-direction: row;
    align-items: center;
}

.owner_section .main_wrapper .img_wrapper {
    width: calc(50% - 22.5px);
}

.owner_section .main_wrapper .img_wrapper img {
    width: calc(100% - 20px);
    object-fit: cover;
    aspect-ratio: 597/390;
/*     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
}

.owner_section .content_wrapper {
    width: calc(50% - 22.5px);
}

.our_mission_section {
    background: var(--primary);
}

.our_mission_section .main_wrapper {
    align-items: center;
}

.our_mission_section .sec_intro .sec-title h3,
.our_mission_section .sec_intro .sec-desc {
    color: var(--white);
}

.owner_section .content_wrapper .sec_intro {
    align-items: flex-start;
}

.our_mission_section .sec_intro {
    text-align: center;
    max-width: 800px;
}

.featured_section .featured_wrapper {
    display: flex;
    gap: 30px;
    width: 100%;
}

.featured_section .featured_wrapper .featured-card {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    padding-inline: 50px;
    position: relative;
    transition: all 0.3s linear;
    border-left: 2px solid var(--accent);
    cursor: pointer;
    gap: 16px;
}

.featured-card .featured-card_icon-wrap {
    position: relative;
    display: flex;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    border: 1px dashed var(--accent);
    align-items: center;
    justify-content: center;
}

.featured-card .featured-card_icon-wrap .featured-card_icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: scale(0, 0);
    z-index: -1;
    border-radius: 50%;
    transition: all 500ms ease;
    background-color: var(--accent);
}

.featured-card .featured-card_icon-wrap .featured-card_icon {
    position: relative;
    display: flex;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 60px;
    color: #fff;
    background: #f8eae8;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    align-items: center;
    justify-content: center;
}

.featured-card:hover .featured-card_icon-wrap .featured-card_icon::before {
    transform: scale(1, 1) !important;
}

.featured-card:hover .featured-card_icon-wrap .featured-card_icon img {
    filter: invert(100%);
}

.featured-card .featured-card_icon-wrap .featured-card_icon img {
    width: 60px;
}

.trust_section .sec_intro {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.trust_section .trust_wrapper {
    display: flex;
    gap: 50px;
    /* align-items: flex-start; */
}

/* .trust_list .trust_list_info .trust_list_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */
.trust_list:hover .icon_box img {
    filter: invert(1);
}

.trust_section .trust_wrapper .img_wrapper {
    width: calc(30% - 25px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.trust_section .trust_wrapper .img_wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.trust_list .trust_list_info .trust_list_title h5 {
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.trust_list .trust_list_info .trust_list_title h5 a {
    color: var(--primary);
}

.trust_section .trust_wrapper .img_wrapper .info_wrap {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 45px 25px 40px 25px;
    text-align: center;
    box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 0.35);
}

.trust_section .trust_wrapper .img_wrapper .info_wrap h3 {
    display: flex;
    font-size: 70px;
    font-weight: 700;
    width: 170px;
    height: 170px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 2px dashed var(--accent);
    margin-bottom: 20px;
    color: var(--primary);
    justify-content: center;
    align-items: center;
}

.trust_section .trust_wrapper .trust_content_wrapper {
    width: calc(70% - 25px);
    gap: 60px 30px;
    display: flex;
    flex-wrap: wrap;
}

.trust_section .trust_wrapper .trust_content_wrapper .trust_list {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

/* .trust_content_wrapper .trust_list .icon_box::before {
    position: absolute;
    content: "";
    background: var(--primary);
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: -1;
    transition: all 500ms ease;
	border-radius:50%;
} */
.trust_content_wrapper .trust_list .icon_box {
    width: 100px;
    height: 100px;
    line-height: 155px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 500ms ease;
}

.trust_content_wrapper .trust_list .icon_box img {
    width: 40px;
    transition: all 0.3s linear;
}

/* .trust_section .trust_wrapper .trust_content_wrapper .trust_list:hover .icon_box::before {
    height: 100%;
} */
.trust_section .trust_wrapper .trust_content_wrapper .trust_list:hover .icon_box {
    background: var(--primary);
}

.trust_list .trust_list_info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cta_sec {
    background: var(--primary);
}

.cta_sec .sec_intro {
    text-align: center;
    max-width: 800px;
    margin: auto;
    color: var(--white);
}

.cta_sec .sec_intro .sec-title h4 {
    color: var(--white);
}

.cta_sec .sec_intro .sec-desc p>a,
.cta_sec .sec_intro .sec-desc p> span >a {
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 0.3em;
}

.cta_sec .sec_intro .sec-desc p .alignnone {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.cta_sec .sec_intro .sec-desc p>a:hover,
.cta_sec .sec_intro .sec-desc p> span >a:hover {
    color: var(--accent) !important;
}

.cta_sec .sec-desc img {
    vertical-align: middle;
    display: inline-block;
}

.cta_sec .sec_intro .sec-desc a:hover {
    color: var(--black);
}

.founder_section .main_wrapper .sec_intro {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.founder_section .main_wrapper .sec_intro .sec_sub-title h6,
.trust_section .sec_intro .sec_sub-title h6 {
    color: var(--primary);
}

.founder_section .founder_wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}

.founder_wrapper .img_wrapper {
    width: calc(50% - 25px);
    aspect-ratio: 630/432;
    position: relative;
}

.founder_wrapper .img_wrapper .video_wrap {
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.founder_wrapper .img_wrapper .video_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding: 20px;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.founder_wrapper .img_wrapper .video_wrap iframe {
    width: 100% !important;
    height: 100% !important;
    scale: 1.35 !important;
    position: absolute;
    inset: 0;
}

.founder_wrapper .img_wrapper .video_wrap .sound_btn_wrap {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}

.founder_wrapper .img_wrapper .video_wrap .sound_btn_wrap img {
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
    box-shadow: none !important;
    object-fit: cover;
    object-position: top;
}

.founder_wrapper .img_wrapper .video_wrap .sound_btn_wrap.active img.play {
    opacity: 1 !important;
    visibility: visible !important;
}

.video_wrap .sound_btn_wrap img.play,
.video_wrap .sound_btn_wrap.active img.mute {
    opacity: 0;
    visibility: hidden;
}

.founder_wrapper .content_wrapper {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.founder_wrapper .content_wrapper h3 {
    margin: 0;
    color: var(--primary);
}

.founder_wrapper .content_wrapper .designation {
    font-weight: 500;
}

.founder_wrapper .content_wrapper .bio::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://yougotithvac.wpenginepowered.com/wp-content/uploads/2025/11/quote-1.png);
    background-size: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(56%) sepia(51%) saturate(3269%) hue-rotate(346deg) brightness(95%) contrast(96%);
}

.founder_wrapper .content_wrapper .social_link {
    display: flex;
    gap: 20px;
}

.founder_wrapper .content_wrapper .social_link a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent);
    border-radius: 50%;
}

.founder_wrapper .content_wrapper .social_link a:hover {
    background-color: var(--primary);
}

.founder_wrapper .content_wrapper .social_link a i {
    color: var(--white);
    top: 0;
}

.award_sec {
    background: var(--primary);
}

.award_sec .main_wrapper .sec-title h2 {
    color: var(--white);
}

.award_sec .main_wrapper .sec-title {
    text-align: center;
}

.award_sec .awrd_main_wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 40px;
    background: var(--white);
    border-radius: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.awrd_main_wrapper .awards_slider.owl-carousel {
    width: calc(55% - 25px);
    padding: 0px 30px;
}

.awrd_main_wrapper .awards_slider.owl-carousel .owl-stage {
    margin: 0 20px;
}

.awrd_main_wrapper .awards_slider.owl-carousel .awrd_item img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 100px;
}

.awrd_main_wrapper .awards_slider.owl-carousel .owl-nav {
    top: 50%;
}

.awrd_main_wrapper .awards_slider.owl-carousel .owl-nav button span::before {
    content: "\f105";
    top: 8px;
    left: 18px;
}

.awrd_main_wrapper .awards_slider.owl-carousel .owl-nav button.owl-next span::before {
    content: "\f105";
    transform: rotate(0deg);
    top: 6px;
}

.awrd_main_wrapper .awards_slider.owl-carousel .owl-nav button.owl-prev span::before {
    left: 14px !important;
}

.award_sec .awrd_main_wrapper .description {
    width: calc(45% - 25px);
}

.team_section .team_wrapper .team_member {
    height: 100%;
}

/* .team_wrapper .owl-carousel .owl-stage-outer {
	display: flex;
	justify-content: center;
} */
.team_wrapper .owl-carousel .owl-stage {
    margin: auto;
}

.team_wrapper .owl-carousel .owl-nav.disabled {
    display: none !important;
}

/* .team_section .main_wrapper .team_wrapper {
	width: fit-content;
	margin: auto;
} */
.team_section .team_wrapper .team_member .img_wrapper {
    height: 325px;
}

.team_section .team_wrapper .team_member .img_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.team_section .team_wrapper .team_member .content_wrapper::before {
    content: "";
    background: var(--accent);
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
    position: absolute;
    z-index: -1;
}

.team_section .team_wrapper .team_member .content_wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    background-color: rgba(182, 50, 32, 0.1);
    text-align: center;
    gap: 12px;
    align-items: center;
    position: relative;
    border-bottom: 3px solid var(--accent);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.team_section .team_wrapper .team_member .content_wrapper {
    text-align: center;
}

.team_section .team_wrapper .team_member .content_wrapper * {
    margin: 0;
    text-transform: capitalize;
}

.team_section .team_wrapper .team_member .content_wrapper .social_link {
    display: flex;
    gap: 18px;
}

.team_section .team_wrapper .team_member:hover .content_wrapper::before {
    height: calc(100% - 3px);
}

.team_member:hover .content_wrapper .social_link a,
.team_member:hover .content_wrapper,
.team_member:hover .content_wrapper h5 {
    color: var(--white);
}

.team_section .sec_intro {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.team_section {
    background: var(--secondry);
}

/* ************ about us *********** */
/* ************ blog single *********** */
.post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none;
}

.blog_post_sec .main_title .heading-h2 {
    display: none;
}

.entry-header-inner.section-inner.medium {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.single .table_content_wrapper {
    display: flex;
    flex-direction: column;
    background: var(--white);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 30px 30px 0;
    padding: 20px 12px 24px 16px;
    width: 250px;
    position: fixed;
    top: 190px;
    box-sizing: border-box;
    z-index: 999;
    bottom: 30px;
    overflow: auto;
    scrollbar-width: none;
    left: 0px;
}

.single .table_content_wrapper .sync_wrapper .sync_item.active,
.single .table_content_wrapper .sync_wrapper .sync_item:hover {
    background-color: #eee;
}

.single .table_content_wrapper h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 12px;
}

.single .table_content_wrapper .progress_wrapper {
    background: #e0e0e0;
    height: 5px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.single .table_content_wrapper .progress_wrapper .progress_bar {
    /* height: 100%; */
    height: 5px;
    background-color: var(--accent);
    border-radius: 12px;
}

.single .table_content_wrapper .sync_wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.single .table_content_wrapper .sync_wrapper .sync_item {
    display: flex;
    align-items: center;
    padding: 4px 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.2s ease-in-out;
    font-size: 14px;
    line-height: 22px;
}

main#site-content {
    padding: 60px 20px;
    padding-top: 100px;
    border: 0px !important;
}

.single-post #site-content:not(.main_sync) article {
    max-width: 1340px;
    margin: auto;
    width: auto;
    /* padding: 0 20px; */
    display: block !important;
}

.single header.entry-header .entry-title {
    margin: 20px auto 30px auto;
    font-size: 45px;
    line-height: 1.3;
    max-width: 850px;
}

.single .entry-categories .entry-categories-inner a:hover {
    text-decoration: underline !important;
    text-underline-offset: 0.1em;
}

.single .entry-categories .entry-categories-inner a {
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.post-meta-wrapper.post-meta-single.post-meta-single-top .post-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.post-meta-wrapper.post-meta-single.post-meta-single-top .post-meta .post-author.meta-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.singular .entry-content {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.singular .featured-media {
    padding: 40px 0px;
}

.featured-media .featured-media-inner.section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-media .featured-media-inner.section-inner img {
    max-width: 900px;
    width: 100%;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 25px 0px 10px 0px;
}

.custom-post-content .entry-content p,
.custom-post-content .entry-content ul {
    margin-bottom: 1.2em;
}

.single .entry-content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    background: #2972bb70;
    padding: 40px 24px 24px;
    position: relative;
    margin-block: 40px;
}

main#site-content .entry-content,
.single-post #site-content:not(.main_sync) article h1 {
    max-width: 900px;
    margin: auto;
    width: 100%;
}

.single-post #site-content:not(.main_sync) article h1 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
}

.single .entry-content ul::before {
    content: "";
    width: 50px;
    height: 50px;
    display: flex;
    background-image: url(/wp-content/uploads/2025/11/lamp.png);
    position: absolute;
    top: -23px;
    background-color: var(--accent);
    border-radius: 50%;
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
}

.single .entry-content ol {
    margin: 15px 0px 8px 0px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.singular .entry-content figure {
    display: flex;
    justify-content: center;
}

.singular .entry-content figure img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 30px 0px;
    border-radius: 15px;
}

.pagination-single {
    margin-top: 3rem;
}

.entry-content hr,
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 2px;
    overflow: visible;
    position: relative;
    color: var(--accent);
    margin: 2.5rem 0;
}

body hr.styled-separator {
    color: var(--accent);
}

.entry-content hr::after,
hr.styled-separator::after {
    right: calc(50% - 0.5rem);
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
    background: currentColor;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    transform: rotate(22.5deg);
    width: 2px;
}

.entry-content hr::before,
hr.styled-separator::before {
    left: calc(50% - 0.5rem);
}

.pagination-single-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.pagination-single a {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    letter-spacing: -0.0275em;
    text-decoration: none;
    flex: 1;
    color: var(--primary);
}

.single .pagination-single-inner .arrow,
.single .pagination-single-inner .title-inner {
    color: var(--primary);
    font-size: 22px;
    line-height: 32px;
}

.pagination-single .next-post .arrow {
    margin: 0 0 0 1.4rem;
}

.pagination-single a .arrow {
    margin: 0 1.4rem 0 0;
}

.pagination-single .next-post {
    flex-direction: row-reverse;
    text-align: right;
}

.single .pagination-single-inner a span {
    transition: all 0.3s ease-in-out;
}

.single .pagination-single-inner a:hover span {
    color: var(--accent) !important;
}

.single .comments-wrapper {
    padding: 50px 0px 0;
    display: none;
}

#site-content .comment-reply-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
}

.comments-wrapper.section-inner .comments {
    display: none;
}

.comments-wrapper.section-inner hr {
    display: none;
}

.comments-wrapper .comment-respond {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    max-width: 580px;
    margin: auto;
}

.comments-wrapper .comment-respond form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.comments-wrapper .comment-respond form .comment-form-comment {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.comment-form-comment textarea {
    height: 150px !important;
}

.comment-respond p:not(.comment-notes) {
    width: 100%;
}

.comment-respond label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.comment-respond .logged-in-as {
    text-align: center;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1rem) !important;
}

.comment-form-cookies-consent {
    display: grid !important;
    grid-template-columns: 15px 1fr;
    align-items: baseline;
    gap: 10px;
}

.comments-wrapper .comment-notes {
    text-align: center !important;
}

.comment-respond textarea:focus {
    outline: none !important;
}

.comment-respond input[type="checkbox"] {
    font-size: 15px;
    line-height: 1.25;
}

/* ************ blog single *********** */
/* ******************* Blog Page ******************* */
.global-post__sec .main_title {
    text-align: center;
}

.global-post__sec .search-form {
    align-items: stretch;
    display: flex;
    width: 100%;
    gap: 10px;
    max-width: 400px;
    align-self: center;
}

.global-post__sec .search-form .search-widget-btn {
	background: var(--accent);
	padding-inline: 2rem;
	font-size: 16px;
	line-height: 1;
	transition: all .3s ease;
	padding: 7px 11px;
	border: none;
	color: #fff;
	cursor: pointer;
	width: auto;
	font-weight: 600;
	min-width: 110px;
	border-radius: 6px;
}

.global-post__sec .search-form .search-widget-btn:hover {
    background: var(--primary);
}

.global-post__sec .search-form .search-widget-btn .icon-salient-search {
    display: none;
}

.global-post__sec .search-form .search-field {
	border-radius: 6px;
	font-weight: 500;
	box-shadow: unset;
	color: #000;
	background: #efefef;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	border: none;
	transition: all .2s ease;
	padding: 10px 15px;
    outline: none !important;
}

.global-post__sec .search-field:focus {
    border-color: var(--accent) !important;
}

.blog-category__list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 1rem;
}

.blog-category_name a {
    text-align: center;
    background-color: #2972bb26;
    color: var(--primary);
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 1.5rem;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-category_name a:hover {
    color: var(--white);
    background-color: var(--primary);
}

.blog-category_name.active a {
    color: var(--white);
    background-color: var(--primary);
}

.blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    gap: 2rem;
}

.blog-item {
    position: relative;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 15px 40px;
    overflow: hidden;
}

.blog-item__absloute-link {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.blog-item__info {
    padding: 20px;
}

.blog-item__title {
    font-size: 20px;
    line-height: 1.5;
}

.blog-item__image {
    position: relative;
    overflow: hidden;
}

span.blog_icon_class {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: var(--white);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 2;
}

.blog-item__image img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all .5s ease-in-out;
}

.blog-item:hover span.blog_icon_class {
    opacity: 1;
}

.blog-item:hover .blog-item__image img {
    transform: scale(1.2);
}

.case-study-post__sec .main_wrapper {
    gap: 4rem;
}

/* ******************* Blog Page ******************* */
/* ******************* Case Study Detail Template ******************* */
.csd-title {
    line-height: 1.4;
    font-size: 40px;
}

.case-study-detail-template .hero_sec {
    min-height: 400px;
}

.project-details__title {
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
}

.project-details__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.project_main_wrap {
    display: block;
}

.map_video_wrap {
    float: right;
    margin-left: 10px;
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 20px;
    padding-left: 20px;
}

.map_video_wrap .col_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map_video_wrap h2 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 !important;
}

.map_video_wrap .video_popup img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.map_video_wrap .video_popup {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.map_video_wrap .video_popup:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    inset: 0;
    opacity: .3;
}

.map_video_wrap .video_popup .icon_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--accent);
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "fontawesome";
    color: #fff;
    border-radius: 50%;
}

.map_video_wrap .video_popup .icon_wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map_video_wrap .video_popup .icon_wrap::after,
.map_video_wrap .video_popup .icon_wrap::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffd;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: button-ripple 3s infinite;
    animation-delay: 0s;
    opacity: .6;
    z-index: 0
}

.map_video_wrap .video_popup .icon_wrap::after {
    animation-delay: 0.3s;
}

.map_video_wrap .video_popup .icon_wrap::before {
    animation-delay: 0.9s;
}

.map_video_wrap iframe {
    width: 100%;
    height: 350px;
    aspect-ratio: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 15px #fff;
        opacity: 0
    }

    100% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0
    }
}

.project_main_wrap :is(h2, h3, h4, h5) {
    margin: 3rem 0 1rem;
    line-height: 1.4;
}

.project_main_wrap>*:nth-child(2) {
    margin-top: 0;
}

.project_main_wrap h3 {
    font-size: 32px;
}

.project_main_wrap h4 {
    font-size: 28px;
}

.project_main_wrap ul,
.project_main_wrap ol {
    padding-left: 1.5em;
    margin-block: 20px;
}

.project_main_wrap ul {
    list-style: disc;
}

.consulation_sec {
    padding-top: 0;
    margin-top: -20px;
}

.consulation_sec_inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #333;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.consulation_sec_left {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 60%;
    text-align: left;
    gap: 19px;
}

.consulation_sec_right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 40%;
}

.consulation_sec .video_wrap {
    height: 100%;
}

.consulation_sec .video_wrap a {
    position: relative;
    display: block;
    height: 100%;
}

.consulation_sec .video_wrap img {
    width: 100%;
    object-fit: cover;
    height: 420px;
}

.consulation_sec .video_wrap a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
    position: absolute;
    background-color: #000;
    opacity: .3;
}

.consulation_sec_right .video_wrap a .icon_box::after,
.consulation_sec_right .video_wrap a .icon_box::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffd;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: 0;
}

.consulation_sec_right .video_wrap a .icon_box {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.consulation_sec_right .video_wrap a .icon_box i {
    top: 0;
    font-size: 18px;
    line-height: 0;
    margin-left: 3px;
}

.consulation_sec_right .video_wrap a .icon_box::before {
    animation-delay: .3s;
}

.consulation_sec_right .video_wrap a .icon_box::after {
    animation-delay: .9s;
}

.case-study-testimonial-sec {
    background: var(--secondry);
}

.case-study-testimonial-sec .case-study-testimonial__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.case-study-testimonial-sec .case-study-testimonial__inner .case-study-testimonial::after {
    content: '';
    height: 100%;
    width: 10px;
    background-color: var(--accent);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.case-study-testimonial-sec .case-study-testimonial__inner .case-study-testimonial {
    background-color: #ef6f223d;
    padding: 20px 20px 20px 40px;
    position: relative;
}

.case-study__slider .case-study__slider-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.case-study__slider .case-study__slider-inner .case-study-slider-title {
    margin: 0px;
    text-align: center;
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img img,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 637/400;
    border: 2px solid var(--accent);
    height: 100%;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content::after,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content::after {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: linear-gradient(0deg, var(--accent), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    transform: translate(-50%);
    left: 50%;
    color: var(--white);
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content h2,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content h2 {
    margin: 0px;
    position: relative;
    z-index: 11;
    color: var(--white);
}

.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content::after,
.case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content::after {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: linear-gradient(0deg, var(--accent), transparent);
    opacity: 0.5;
    pointer-events: none;
}

.page-template-case-study .case-study__slider .owl-carousel .owl-nav {
    display: none !important;
}

/* ******************* Case Study Detail Template ******************* */
/* ******************* service ******************* */
.slider-twenty-sec .main_wrapper .slider-twenty_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.slider-twenty-sec .main_wrapper {
    gap: 80px;
}

.slider-twenty-sec .main_wrapper .slider-twenty_row.reverse .slider-twenty_wrap {
    grid-row: 1;
}

.slider-twenty_wrap .twentytwenty-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 355px !important;
}

.twentytwenty-wrapper :not(.twentytwenty-handle):not(.twentytwenty-handle *),
.twentytwenty-wrapper {
    height: 100% !important;
}

.slider-twenty-sec .main_wrapper .slider-twenty_row .sec_intro {
    align-items: flex-start;
}

.slider-twenty_wrap .twentytwenty-wrapper .twentytwenty-container img {
    height: 337.5px;
    width: 100%;
    object-fit: cover;
    background-color: #fff;
    border: 1px solid transparent;
    transition: unset;
}

.slider-twenty_row .slider-twenty_wrap {
    position: relative;
}
/* 
.slider-twenty-img-wrap>img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */

.slider-twenty-sec .main_wrapper .slider-twenty_row .slider-twenty-img-wrap img {
    width:calc(100% - 20px);
    object-fit: cover;
    aspect-ratio: 550/350;
    min-height: 280px;
}

.services_section {
    background: var(--secondry);
}

.services-detail-sec .main_wrapper {
    display: block;
}

.services_section .main_wrapper .sec_intro {
    max-width: 900px;
    text-align: center;
    margin: auto;
}

.services_section .main_wrapper {
    display: block;
}

.services_section .main_wrapper .service-carousel {
    padding-top: 40px;
}

.service-carousel .owl-carousel .item .img-wrap a {
    display: block;
}

.service-carousel .owl-carousel .item .img-wrap a img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.service-carousel .owl-carousel .owl-nav,
.surface-client-slider .owl-nav {
    display: flex !important;
    gap: 20px;
    margin-top: 30px !important;
    justify-content: center;
    position: static;
    transform: unset;
    width: 100% !important;
}

.surface-client-sec .main_wrapper .google-review-trustindex {
    margin-top: 40px;
}

.surface-client-sec {
    overflow: hidden;
}

.surface-client-sec .main_wrapper .sec_intro .sec-title {
    text-align: center;
    max-width: 900px;
}

.surface-client-sec .main_wrapper {
    display: block;
}

.surface-client-sec .main_wrapper .surface-client-slider {
    padding-top: 40px;
}

.surface-client-slider .surface-client_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.surface-client-slider #owl-demo .owl-stage-outer {
    overflow: visible;
}

.surface-client-slider .owl-carousel .owl-stage {
    display: flex;
}

.surface-client-slider .surface-client-slide-content {
    margin: 0 15px;
    background: #fff;
    padding: 65px 30px 30px;
    border-radius: 16px;
    border: 1px solid #ccc;
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 35px;
    background-image: var(--wpr-bg-60c8ecfb-726e-462b-acf8-f1cb5c309512);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: left 30px top 15px;
    height: 100%;
}

.surface-client-slider .surface-client-slide-content {
    --wpr-bg-60c8ecfb-726e-462b-acf8-f1cb5c309512: url('https://yougotithvac.wpenginepowered.com/wp-content/uploads/2025/11/quate.svg');
}

.surface-client-slider .surface-client-slide-content .client-slide-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 30px;
}

.surface-client-slider .surface-client-slide-content .info_wrap {
    font-style: normal;
    margin-top: 1rem;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 30px;
}

.surface-client-slider .surface-client-slide-content .info_wrap p {
    font-size: 14px;
    line-height: 1.7;
}

.surface-client-slider .client_detail {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    position: relative;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    gap: 20x;
}

.surface-client-slider .client_detail .client_rating {
    display: flex;
    align-items: center;
    padding: 0;
    width: auto;
    gap: 2px;
}

.surface-client-slider .client_rating .checked {
    color: var(--accent);
}

.surface-client-slider .client_rating span {
    cursor: pointer;
    font-size: 16px;
}

.get_started .main_wrapper .sec_intro,
.services-detail-sec .main_wrapper .sec_intro {
    max-width: 900px;
    text-align: center;
    margin: auto;
}

.services-detail-sec .main_wrapper .sec_intro {
    padding-bottom: 40px;
}

/* ******************* service ******************* */
/* ******************* ty page ******************* */
/* .page-template-thank-you .hero_sec::before {
    content: '';
    background: #000 !important;
    opacity: 0.7 !important;
} */

.reg-form_sec section {
    padding: 0px !important;
}

.reg-form_sec .main_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.reg-form_sec .main_wrapper .faqs_sec .main_wrapper {
    display: flex;
    gap: 30px;
}

.reg-form_sec section .container {
    padding: 0;
    margin: unset;
}

.reg-form_sec .faqs_sec .sec_title {
    text-align: left;
}

.reg-form_sec .faqs_sec .sec_title h2,
.reg-form_sec .reg-form_right .sec-title h4 {
    font-size: 36px;
    line-height: 1.2;
    color: var(--primary);
}

.reg-form_sec .reg-form_right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reg-form_sec .reg-form_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.reg-form_sec .reg-form_inner::before {
    content: "";
    border-left: 2px solid var(--accent);
    position: absolute;
    top: 5px;
    bottom: 5%;
    left: 12px;
}

.reg-form_sec .reg-form_inner .reg_form_step {
    padding-left: 45px;
    position: relative;
    z-index: 2;
}

.reg-form_sec .reg-form_inner .reg_form_step .reg_form_step_count h6 {
    width: 26px;
    height: 26px;
    border-radius: 24px;
    background-color: var(--accent);
    color: var(--white);
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    font-variant: lining-nums;
}

.reg_form_step .reg_form_step-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.page-template-thank-you .surface-client-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

/* ******************* ty page ******************* */
/* ******************* header ******************* */
#header-space {
    height: auto !important;
}

.header-top-bar {
    background: var(--accent);
    padding: 10px 0px;
    text-align: center;
    color: var(--white);
}
.header-top-bar p a{
    font-weight: 600;
}
.header-top-bar p a:hover {
    color: var(--black);
}

.page-header-no-bg {
    padding-top: 135px !important;
}

.site-header {
    padding: 18px 0px;
    position: fixed;
    transition: all .3s ease-in-out;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.small-nav .site-header,
.scrolled-down .site-header {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    /* padding: 15px 0px; */
    position: fixed;
    top: 0;
}

.small-nav .site-header_row .site-header_logo img {
    height: 50px;
}

.site-header .site-header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.site-header .site-header_row .site-header_logo-wrap {
    width: auto;
}

.site-header .site-header_row .site-header_logo img {
    height: 60px;
    object-fit: contain;
    width: auto;
    transition: all 0.3s ease-in-out;
}

.site-header_menu-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    width: auto;
}

.site-header ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.site-header ul>li>a {
    color: var(--black);
     font-weight: 500; 
}

.site-header ul>li>a:hover {
    color: var(--accent);
}

.site-header ul .btn_wrap>a {
    padding: 12px 20px !important;
    color: var(--white);
}

.site-header ul .btn_wrap>a:hover {
    background-color: transparent !important;
    color: var(--accent) !important;
    transform: unset !important;
    box-shadow: unset !important;
}

.site-header_menu-wrap .mobile-icon {
    display: none;
}

/* *Mobile menu* */
.site-header #mobile-menu {
    padding: 20px 0px 0px 0px !important;
    border-top: 1px solid #eee;
    display: none;
    margin-top: 26px;
    overflow: auto;
    height: 100svh;
    padding-bottom: 125px !important;
}

.site-header #mobile-menu ul {
    flex-direction: column;
    align-items: flex-start;
}

.site-header ul li {
    font-size: 18px;
    line-height: 1.3;
}

.site-header ul li.mega-menu.menu-item-has-icon>a .sf-sub-indicator {
    display: none;
}

.site-header #mobile-menu ul li.mega-menu>ul.sub-menu {
    display: none;
    position: static;
    width: 100%;
    transform: unset !important;
    min-width: auto !important;
    gap: 26px !important;
}

.site-header #mobile-menu ul li.mega-menu>ul.sub-menu .mega-menu_wrap {
    width: 100%;
    padding-right: 0px;
}

body .site-header #mobile-menu ul li.mega-menu>ul.sub-menu .mega-menu_shop {
    width: 100% !important;
}

body .site-header .lines-button {
    line-height: 0;
    font-size: 0
}

.site-header .lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block
}

.site-header .lines-button:hover {
    opacity: 1
}

.site-header .lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: .3s;
    position: relative
}

.site-header .lines:after,
.site-header .lines:before {
    display: block;
    width: 1.4rem;
    height: 3px;
    background: #ecf0f1;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: .142rem center
}

.site-header .lines:before {
    top: 6px
}

.site-header .lines:after {
    top: -6px
}

.site-header .slide-out-widget-area-toggle .lines-button:after {
    background-color: rgba(0, 0, 0, .4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform .45s ease, opacity .2s ease, background-color .2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1, 1)
}

.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #999
}


.site-header .slide-out-hover-icon-effect.small .lines-button {
    top: 10px
}

.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    top: 0 !important
}

.site-header .slide-out-widget-area-toggle.mobile-icon .lines {
    background-color: transparent;
}

.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button:after,
.site-header .slide-out-widget-area-toggle.mobile-icon .lines:after,
.site-header .slide-out-widget-area-toggle.mobile-icon .lines:before {
    height: 2px !important;
    width: 22px !important
}

.site-header .slide-out-widget-area-toggle a>span {
    transition: transform .33s .3s ease-in;
    transform-origin: center;
    display: block;
    height: 21px
}

.site-header .slide-out-widget-area-toggle.mobile-icon a>span {
    height: 20px
}
.site-header .lines-button.close {
  transform:scale3d(.8,.8,.8)
}
.site-header .lines-button.arrow.close .lines:after,
.site-header .lines-button.arrow.close .lines:before {
  top:0;
  width:1.11111rem
}
.site-header .slide-out-widget-area-toggle .lines-button.close .lines:before {
  transform:translateY(-6px) rotateZ(-45deg)
}
.site-header .slide-out-widget-area-toggle .lines-button.close .lines:after {
  transform:translateY(6px) rotateZ(45deg)
}
.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before {
  transform:translateY(2px) rotateZ(-45deg);
}
.site-header .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after {
  transform:translateY(2px) rotateZ(45deg);
}
.site-header .slide-out-widget-area-toggle .lines-button.close:after {
  transform:scale(0,1)
}
.site-header .lines-button.minus.close .lines:after,
.site-header .lines-button.minus.close .lines:before {
  transform:none;
  top:0;
  width:1.4rem
}
.site-header .lines-button.x.close .lines {
  background:0 0!important
}
.site-header .lines-button.x.close .lines:after,
.site-header .lines-button.x.close .lines:before {
  transform-origin:50% 50%;
  top:0;
  width:1.4rem
}

/* *Mobile menu* */
/* ********** mega menu ********** */

.site-header .menu-items-wrap ul {
    gap: 20px;
}

.site-header .mega_menu>span.icon::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 1;
    transition: 0.3s all;
    color: var(--white);
    position: absolute;
    right: 0;
    top: 0;
}

.site-header ul>li.menu-item-has-children {
    display: flex;
    gap: 8px;
    align-items: center;
    transition: all .3s ease-in-out;
    flex-wrap: wrap;
    /* cursor: pointer; */
}

.site-header ul li.mega-menu.menu-item-has-icon>a,
.site-header ul li.mega-menu.menu-item-has-icon>a>span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 6px;
}

.site-header ul li.mega-menu.menu-item-has-icon>.submenu-arrow {
    display: none;
}

.site-header ul li.mega-menu.menu-item-has-icon>a>i,
.site-header ul li.mega-menu.menu-item-has-icon>.submenu-arrow i {
    font-size: 12px;
    line-height: 1;
    margin-top: 4px;
}

.site-header ul li.mega-menu>ul.sub-menu .submenu-arrow {
    display: none;
}

.site-header ul li.mega-menu.menu-item-has-icon.sfHover>.submenu-arrow i,
.site-header ul li.mega-menu.menu-item-has-icon.sfHover>a>i {
    transform: rotate(180deg);
}

.site-header ul li.mega-menu {
    position: static;
}

.site-header ul li.mega-menu.sfHover>ul.sub-menu {
    display: flex !important;
}
.site-header ul li.mega-menu > ul.sub-menu::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 100%;
	top: -35px;
	background-color: transparent;
	left: 0px;
	pointer-events: none;
}
.site-header ul li.mega-menu>ul.sub-menu {
    position: absolute;
    top: 80px;
    left: 50%;
    background-color: var(--white);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
    transition: 0.3s all ease-in;
    max-width: 800px;
    padding: 20px;
    transform: translateX(-50%);
    z-index: 10;
    display: none !important;
    width: 100%;
    align-items: flex-start;
    border: 1px solid #eee;
    border-radius: 10px;
    width: 100%;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_wrap {
    width: 60%;
    /* padding-right: 30px; */
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_wrap>a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    width: 100%;
    color: var(--black);
    padding: 0px 0px 15px 0px;
    font-family: "Roboto", sans-serif;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_wrap>a .sf-sub-indicator {
    display: none;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_wrap>.sub-menu {
    padding: 0;
    width: 100%;
    list-style: none;
    column-gap: 20px;
    display: flex;
    position: static;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_wrap>.sub-menu>.mega-menu_inner>a {
    display: none;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_wrap>.sub-menu>.mega-menu_inner {
    width: 100%;
}

.site-header #mobile-menu .inner .menu-items-wrap>ul {
    padding-left: 0px;
}

.mega-menu_inner>ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: static;
    width: 100%;
    padding: 0px !important;
}

.mega-menu_inner>ul.sub-menu>li>a {
    width: 100%;
    display: inline-block;
}

.mega-menu_inner>ul.sub-menu>li>a>span {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    transition: all .3s ease-in-out;
}

.mega-menu_inner>ul.sub-menu>li>a:hover>span {
    color: var(--accent);
}

.mega-menu_inner>ul.sub-menu>li>a>span>img {
    border: 1px solid #eee;
    background-color: var(--white);
    width: 100%;
    max-width: 65px;
    border-radius: 5px;
    margin-right: 12px;
    float: left;
    height: 50px;
    object-fit: cover;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop {
    width: 40%;
    opacity: unset;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop>a {
    display: none;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu {
    width: 100%;
    column-gap: 30px;
    position: static;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ef6f223d !important;
    border-radius: 8px;
    padding: 16px;
    gap: 10px;
    flex-direction: column;
}

.site-header ul li.mega-menu > ul.sub-menu .mega-menu_shop .sub-menu .look_to {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.4;
}
.site-header ul li.mega-menu > ul.sub-menu .mega-menu_shop .sub-menu > .btn_wrap a {
	margin-bottom: 0 !important;
	padding: 10px 14px !important;
	font-size: 14px !important;
}
.site-header ul li.mega-menu > ul.sub-menu .mega-menu_wrap > a > .menu-title-text {
	font-size: 16px;
}
.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu>.main_img {
    width: 100%;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu>.main_img>a {
    display: block;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu>.main_img>a>span img {
    max-width: 100%;
    object-fit: cover;
    margin: auto;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    aspect-ratio:260/155;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu>.look_to>a {
    padding: 0px !important;
}

.site-header ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu>.look_to>a>span {
    color: var(--black);
}

/* ********** mega menu ********** */
/* ******************* header ******************* */
/* ******************* footer ******************* */
.site_footer {
    padding: 60px 0px 0px;
    border-top: 4px solid var(--accent);
    background-color: var(--primary);
}

.site_footer .site_footer_row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site_footer .site_footer_row .site_footer_item:nth-child(1) {
    width: 40%;
}

.site_footer .site_footer_row .site_footer_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
}

.site_footer .site_footer_row .site_footer_item .widget_media_image figure {
    margin: 0;
}

.site_footer .site_footer_row .site_footer_item .widget_media_image figure img {
    width: 100% !important;
    max-width: 100px;
    object-fit: contain;
}

.site_footer .site_footer_row .site_footer_item .widget_text {
    margin-top: 10px;
    max-width: 424px;
    color: var(--white);
}

.site_footer .site_footer_row .site_footer_item .widget {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site_footer .site_footer_row .site_footer_item .widget h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: var(--white);
}

.site_footer .site_footer_row .site_footer_item .widget ul {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding-left: 20px;
    gap: 10px;
}

.site_footer .site_footer_row .site_footer_item .widget_nav_menu .menu-quick-links-container .menu li {
    list-style: disc;
    font-size: 18px;
    line-height: 1.4;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.site_footer .site_footer_row .site_footer_item .widget_nav_menu .menu-quick-links-container .menu li a {
    color: var(--white);
}

.site_footer .site_footer_row .site_footer_item .widget_nav_menu .menu-quick-links-container .menu li:hover,
.site_footer .site_footer_row .site_footer_item .widget_nav_menu .menu-quick-links-container .menu li a:hover {
    color: var(--accent) !important;
}

.site_footer .copyright {
    background: var(--primary);
    padding: 12px 0px;
    margin-top: 60px;
    border-top: 1px solid var(--white);
}

.site_footer .copyright .copyright_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    color: var(--white);
}

.site_footer .copyright .copyright_inner .social_icons {
    display: flex;
    gap: 26px;
}

.site_footer .site_footer_row .site_footer_item #nav_menu-3 ul li {
    font-size: 18px;
    line-height: 1.4;
}

.site_footer .copyright .copyright_inner .social_icons li a {
    color: var(--white);
}

.site_footer .copyright .copyright_inner .social_icons li a:hover {
    color: var(--accent);
}

.site_footer .copyright .copyright_inner .social_icons li {
    font-size: 20px;
    line-height: 1.3;
}

.site_footer .site_footer_row .site_footer_item .widget ul li a {
    color: var(--white);
    position: static;
}

.site_footer .site_footer_row .site_footer_item .widget ul li a:hover {
    color: var(--accent);
}

.site_footer .site_footer_row .site_footer_item .widget .menu-company {
    padding: 0px;
}

.site_footer .site_footer_row .site_footer_item .widget .menu-company li {
    position: relative;
    padding-left: 30px;
}

.site_footer .site_footer_row .site_footer_item .widget .menu-company li a i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 20px;
}

/* ******************* footer ******************* */
#to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #cccc;
    padding: 10px;
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    z-index: 99999;
}

#to-top .top-icon {
    display: none;
}

#to-top i {
    color: var(--primary);
    font-size: 18px;
}

/* *********************** home ***************************** */

.home-hero-banner .main_wrapper {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr 45%;
    align-items: center;
}

.home-hero-banner .main_wrapper .sec_intro {
    align-items: flex-start;
    text-align: left;
    max-width: 800px;
}

.page-template-home-new .home-hero-banner .main_wrapper .sec_intro .sec-title h1 {
    font-size: 70px;
    line-height: 1.3;
}

.home-hero-banner .main_wrapper .sec_intro .sec-desc {
    font-size: 20px;
    line-height: 30px;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video {
    max-width: 558px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video a {
    display: block;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 260px;
    aspect-ratio: 558/380;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--accent);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50%;
    z-index: 3;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video .play_btn::before,
.hero_sec .hero_sec_video-wrap .hero_sec_video .play_btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffd;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: 0;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video .play_btn::after {
    animation-delay: 0.3s;
}

.hero_sec .hero_sec_video-wrap .hero_sec_video .play_btn::before {
    animation-delay: 0.9s;
}

@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 35px #fff;
        opacity: 0;
    }

    100% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0;
    }
}

.page-template-home-new .our_services_section .sec_intro .sec_sub-title h6{
    color: var(--primary);
}
.page-template-home-new .our_services_section .sec_intro .sec_title h3 {
    color: var(--black);
}

.page-template-home-new .our_services_section::before {
    display: none;
}

.map_section {
    position: relative;
    padding-top: 0;
}

.map_section .container {
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.map_section .main_wrapper {
    height: 100%;
    display: block;
}

.map_section .main_wrapper iframe {
    position: relative;
    inset: 0;
    height: 500px !important;
    width: 100% !important;
}

.map_section .map_inner {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 45px;
    background-color: var(--white);
    max-width: 1170px;
    box-shadow: 0 10px 40px 10px rgba(0, 0, 0, .05);
    margin-top: -350px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}

.map_section .map_inner .map_inner_left {
    width: calc(60% - 22.5px);
    padding: 40px 0 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.map_section .map_inner .map_inner_left .sec_intro {
    align-items: flex-start;
    text-align: left;
    gap: 10px;
}

.map_section .map_inner .map_inner_left .sec_intro .sec_sub-title h6 {
    color: var(--primary);
}

.map_section .map_inner .map_inner_left .map_info-wrp {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.map_section .map_inner .map_inner_left .map_info-wrp>p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    max-width: 500px;
}

.map_section .map_inner .map_inner_left .map_info-wrp ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 20px;
}

.map_section .map_inner .map_inner_left .map_info-wrp ul li {
    position: relative;
    width: 33.333%;
    padding-left: 26px;
    margin: 0;
    list-style: none;
}

.map_section .map_inner .map_inner_left .map_info-wrp ul li:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 700;
    left: 0;
    top: 0;
    content: "\f058";
    color: var(--accent);
}

.map_section .map_inner .map_inner_right {
    width: calc(40% - 22.5px);
    position: relative;
}

.map_section .map_inner .map_inner_right > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 445/550;
}

.map_section .map_inner .map_inner_right::after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.map_section .map_inner .map_inner_right .map_inner_wrap {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    z-index: 1;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.page-template-home-new .faqs_sec {
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

.cta-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-section:before {
    position: absolute;
    content: '';
    inset: 0;
    background: #000;
    opacity: 0.65;
    width: 100%;
    height: 100%;
}

.cta-section .main_wrapper {
    align-items: center;
    text-align: center;
}

.cta-section .main_wrapper .sec_intro .sec-title h2 {
    color: var(--white);
}

.cta-section .main_wrapper .sec_intro {
    max-width: 800px;
    color: var(--white);
}

.service-area-sec .main_wrapper {
    flex-direction: row;
    align-items: center;
}

.service-area-sec.reverse .main_wrapper {
    flex-direction: row-reverse;
}

.service-area-sec .main_wrapper .sec_intro {
    align-items: unset;
    width: calc(55% - 20px);
}

.service-area-sec .main_wrapper .sec_intro .sec-desc {
    font-size: 18px;
}

.service-area-sec .main_wrapper .service-area_img-wrap {
    width: calc(45% - 20px);
}

.service-area-sec .main_wrapper .service-area_img-wrap .service-area_img {
    aspect-ratio: 538/500;
    object-fit: cover;
    object-position: top;
    border-radius: 14px;
}
.imge-shadow {
	box-shadow: 10px 10px 10px 0px var(--accent);
	width: calc(100% - 10px);
}
.service-area-sec {
    background-color: rgba(0, 0, 0, 0.02);
}

.service-updates-sec .main_wrapper_inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 100px;
    font-size: 18px;
    padding: 40px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.service-updates-sec .main_wrapper_inner .sec_intro {
    align-items: unset;
}

.service-updates-sec .btn_wrap {
    width: 100%;
    justify-content: center;
}

.contact-form-sec {
    background-color: rgba(0, 0, 0, 0.02);
}

.contact-form-sec .main_wrapper {
    max-width: 650px;
    margin-inline: auto;
}

.contact-form-sec .main_wrapper .sec-desc,
.contact-form-sec .main_wrapper .contact-form-wrap_content {
    font-size: 18px;
    text-align: center;
}

.contact-form-sec .main_wrapper .contact-form-wrap_content h3 {
    font-size: 24px;
    line-height: 1.3em;
    margin-top: 20px;
}

.contact-form-sec .main_wrapper .contact-form-wrap_content h4 {
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

/* *********************** home ***************************** */
/* *********************** estimate form ***************************** */
.estimate_sec .main_wrapper {
    max-width: 750px;
    margin: auto;
}

.estimate_sec .container {
    padding-top: 80px;
}

.estimate_sec .main_wrapper .sec-title {
    text-align: center;
}

.estimate_sec .estimate-form {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
}

.estimate_sec .estimate-form h5 {
    text-align: center;
}

body .estimate_sec .estimate-form .gform_wrapper .gform_fields {
    margin-top: 10px;
}

body .estimate_sec .estimate-form .gform_wrapper .gform_fields fieldset {
    margin-top: 18px;
}

/* *********************** estimate form ***************************** */
/* *************************** responsive ******************************** */
@media (max-width: 1450px) {
    .single-post #site-content:not(.main_sync) article {
        max-width: none;
        margin: 0 0 0 auto;
        width: calc(100% - 250px);
    }
}

@media(max-width:1024px) {

    .site-header ul li.mega-menu > ul.sub-menu {
	 min-width: 800px; 
     max-width: unset;

}
    .single-post #site-content:not(.main_sync) article {
        max-width: none;
        margin: auto;
        width: 100% !important;
    }

    .single .table_content_wrapper {
        display: none;
    }

    .blog-list {
        grid-template-columns: 1fr 1fr;
    }

    .project_main_wrap .map_video_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .project_main_wrap .video_wrapper {
        margin-bottom: 35px;
    }

    .consulation_sec_inner {
        flex-direction: column;
    }

    .consulation_sec_left {
        width: 100%;
    }

    .consulation_sec_right {
        width: 100%;
    }

    .owl-carousel .owl-nav {
        width: calc(100% + 30px);
    }

    .contact_sec .contact_detail {
        padding: 40px 30px 40px;
    }

    .contact_detail_wrapper .contact_form {
        padding: 40px 30px;
    }

    .slider-twenty-sec .main_wrapper .slider-twenty_row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .slider-twenty_row .slider-twenty_wrap {
        width: 70%;
    }

    .slider-twenty-sec .main_wrapper .slider-twenty_row.reverse .slider-twenty_wrap {
        grid-row: unset;
    }

    .owner_section .main_wrapper {
        flex-direction: column;
    }

    .owner_section .main_wrapper .img_wrapper {
        width: 100%;
        max-width: 700px;
    }

    .owner_section .content_wrapper {
        width: 100%;
    }

    .featured_section .featured_wrapper {
        flex-wrap: wrap;
    }

    .featured_section .featured_wrapper .featured-card {
        width: calc(50% - 15px);
        padding-inline: 30px;
    }

    .trust_section .trust_wrapper {
        flex-direction: column;
    }

    .trust_section .trust_wrapper .img_wrapper {
        width: 100%;
    }

    .trust_section .trust_wrapper .trust_content_wrapper {
        width: 100%
    }

    .trust_section .trust_wrapper .trust_content_wrapper .trust_list {
        width: calc(50% - 15px);
    }

    .award_sec .awrd_main_wrapper {
        flex-direction: column;
        gap: 35px;
    }

    .founder_section .founder_wrapper {
        flex-direction: column;
        align-items: unset;
        gap: 30px;
    }

    .founder_wrapper .content_wrapper {
        width: 100%;
    }

    .award_sec .awrd_main_wrapper .description {
        width: 100%;
    }

    .founder_wrapper .img_wrapper {
        width: 70%;
    }

    .home-hero-banner .main_wrapper {
        grid-template-columns: 1fr;
    }

    .site_footer .site_footer_row .site_footer_item {
        width: 40%;
    }

    .site_footer .site_footer_row .site_footer_item:nth-child(1) {
        width: 100%;
    }

    .site_footer .site_footer_row {
        justify-content: flex-start;
    }

    body .reg-form_sec .main_wrapper {
        grid-template-columns: 1fr;
    }

    .map_section .map_inner .map_inner_left .map_info-wrp ul li {
        width: 50%;
    }

    .awrd_main_wrapper .awards_slider.owl-carousel {
        width: 56%;
    }
    .our_services_section .offers-cards__inner .offers-card {
	width: calc(50% - 15px);
}
}

@media(max-width:1000px) {
    .site-header .site-header_row .site-header_logo img {
        height: 40px;
    }

    .site-header ul li.mega-menu.menu-item-has-icon>.submenu-arrow {
        display: block;
        cursor: pointer;
    }

    .site-header ul li.mega-menu.menu-item-has-icon>a>span i {
        display: none;
    }

    .site-header ul li.mega-menu .submenu-arrow.active+.sub-menu.active {
        display: flex !important;
    }
}

@media(max-width:992px) {
    .site-header_menu-wrap .mobile-icon.simple {
        display: block;
    }

    .hero_sec .container,
    .global-post__sec .container {
        padding-top: 85px;
    }
}

@media(max-width:768px) {
    .blog-list {
        grid-template-columns: 1fr;
    }

    .consulation_sec .video_wrap img {
        height: 350px;
    }

    .Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
        width: calc(50% - 12.5px);
    }

    .contact_sec .contact_detail_wrapper {
        flex-direction: column;
    }

    .contact_sec .contact_detail,
    .contact_detail_wrapper .contact_form {
        width: 100%;
    }

    .contact_sec iframe:not([title="reCAPTCHA"]) {
        width: calc(100% + 60px) !important;
        height: 300px !important;
        margin: 0px 0px 0px -30px !important;
    }

    .contact_sec .contact_detail {
        padding-bottom: 0px;
    }

    body .slider-twenty_row .slider-twenty_wrap {
        width: 100%;
    }

    .slider-twenty-sec .main_wrapper {
        gap: 60px !important;
    }

    .award_sec .awrd_main_wrapper {
        padding: 30px 20px;
    }

    /*****************************************************/
    section {
        padding-block: 60px;
    }

    .featured_section .featured_wrapper .featured-card {
        width: 100%;
    }

    .founder_wrapper .img_wrapper {
        width: 100%;
    }

    .trust_content_wrapper .trust_list .icon_box img {
        width: 30px;
    }

    #desktop_hero .wpb_wrapper {
        padding-top: 60px;
    }

    .reg-form_sec .faqs_sec .sec_title h2,
    .reg-form_sec .reg-form_right .sec-title h4 {
        font-size: 28px;
    }

    .map_section .map_inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    .map_section .map_inner .map_inner_left,
    .map_section .map_inner .map_inner_right {
        width: 100%;
    }

    .map_section .map_inner .map_inner_left {
        padding: 20px 20px 0 20px;
    }

    .service-area-sec .main_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .service-area-sec.reverse .main_wrapper {
        flex-direction: row;
    }

    .service-area-sec .main_wrapper .sec_intro,
    .service-area-sec .main_wrapper .service-area_img-wrap {
        width: 100%;
    }

    .service-updates-sec .main_wrapper_inner {
        grid-template-columns: 1fr;
    }

    .service-updates-sec .main_wrapper_inner,
    .service-area-sec .main_wrapper .sec_intro .sec-desc,
    .contact-form-sec .main_wrapper .sec-desc,
    .contact-form-sec .main_wrapper .contact-form-wrap_content {
        font-size: 16px;
    }

    .contact-form-sec .main_wrapper .contact-form-wrap_content h3 {
        font-size: 20px;
    }

    .contact-form-sec .main_wrapper .contact-form-wrap_content h4 {
        font-size: 18px;
    }

    .faqs_sec ul.accordion_list h3 {
        line-height: 1.4em;
    }

    .team_section .team_wrapper .team_member .img_wrapper img {
        object-position: center 16%;
    }

    .awrd_main_wrapper .awards_slider.owl-carousel {
        width: 100% !important;
        padding: 0px 30px;
    }
    .service-updates-sec .main_wrapper_inner{
        gap: 60px;
    }
    .service-area-sec .main_wrapper .sec_intro .sec-desc ul li{
        width: 100% !important;
    }
    .our_services_section .offers-cards__inner .offers-card {
	width: 100%;
    max-width: 500px;
}
}

@media(max-width:575px) {
    body h1 {
        font-size: 35px;
        line-height: 45px;
    }

    body h2 {
        font-size: 32px;
        line-height: 42px;
    }

    body h3 {
        font-size: 30px;
        line-height: 40px;
    }

    body h4 {
        font-size: 26px;
        line-height: 36px;
    }

    body h5 {
        font-size: 20px;
        line-height: 30px;
    }

    body h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .single-post #site-content:not(.main_sync) article h1 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .main_wrapper {
        gap: 35px;
    }

    .global-post__sec .search-form {
        flex-direction: column;
    }

    .global-post__sec .search-form .search-widget-btn {
        font-size: 16px;
        min-height: 48px;
    }

    .case-study-post__sec .main_wrapper,
    .project-details__inner {
        gap: 35px;
    }

    .map_video_wrap h2 {
        font-size: 20px;
    }

    .map_video_wrap iframe {
        height: 300px;
    }

    .map_video_wrap .video_popup .icon_wrap {
        width: 50px;
        height: 50px;
    }

    .project_main_wrap h3 {
        font-size: 24px;
    }

    .project_main_wrap :is(h2, h3, h4, h5) {
        margin: 1.5rem 0 0.7rem;
        line-height: 1.4;
    }

    .consulation_sec .video_wrap img {
        height: 300px;
    }

    .consulation_sec_left {
        padding: 40px 20px;
    }

    .case-study__slider .case-study__slider-inner {
        gap: 35px;
    }

    .case-study__slider-wrap .owl-carousel .item .slider-image-wrap {
        flex-direction: column;
    }

    .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img,
    .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img {
        width: 100%;
    }

    .project-details__title {
        font-size: 34px;
    }

    .Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
        width: 100%;
    }

    .Orange_sec .main_wrapper .orange_info_wrapper .orange_info_box {
        gap: 10px;
    }

    .request-contact_sec .main_wrapper .request-contact_form .request-contact_info {
        padding: 35px 20px;
    }

    .request-contact_sec .main_wrapper .request-contact_form .sec-title {
        padding: 20px;
    }

    .contact_sec .contact_detail {
        padding: 40px 20px 0px;
    }

    .contact_detail_wrapper .contact_form {
        padding: 40px 20px;
    }

    .contact_sec iframe:not([title="reCAPTCHA"]) {
        width: calc(100% + 40px) !important;
        height: 300px !important;
        margin: 0px 0px 0px -20px !important;
    }

    .contact_sec .contact_detail ul li {
        padding-left: 38px;
    }

    body .gform_wrapper .gfield textarea {
        height: 150px;
    }

    .contact_sec .contact_detail ul li h4 {
        letter-spacing: .4px;
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 26px;
    }

    .csd-title {
        font-size: 26px;
    }

    .hero_sec {
        min-height: 400px;
    }

    .slider-twenty-sec .main_wrapper {
        gap: 40px !important;
    }

    .slider-twenty-sec .main_wrapper .slider-twenty_row .sec_intro {
        gap: 10px;
    }

    .surface-client-slider .owl-carousel .owl-stage .owl-item.active .item .surface-client-slide-content {
        margin: 0;
    }

    .surface-client-slider .surface-client-slide-content {
        padding: 65px 20px 30px;
    }

    .owl-carousel .owl-nav button span::before {
        font-size: 20px !important;
    }

    /* .services-detail-sec .main_wrapper .detail-img img {
        height: 50px;
    } */
    body .gform_wrapper .gform_fields .gfield_checkbox {
        grid-template-columns: 1fr;
    }

    /* ******************************************************** */

    .trust_section .trust_wrapper .trust_content_wrapper .trust_list {
        width: 100%;
    }

    .featured-card .featured-card_icon-wrap {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    .featured-card .featured-card_icon-wrap .featured-card_icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .featured-card .featured-card_icon-wrap .featured-card_icon img {
        width: 40px;
    }

    .featured_section .featured_wrapper .featured-card {
        padding-inline: 20px;
    }

    .trust_section .trust_wrapper .img_wrapper .info_wrap h3 {
        font-size: 52px;
        width: 150px;
        height: 150px;
        line-height: 60px;
        margin: auto;
    }

    .trust_content_wrapper .trust_list .icon_box {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .site-header #mobile-menu .mega-menu_inner>ul.sub-menu {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px !important;
    }

    .site-header #mobile-menu ul li.mega-menu>ul.sub-menu .mega-menu_wrap>a {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .site-header #mobile-menu .mega-menu_inner>ul.sub-menu>li>a>span>img {
        max-width: 70px;
        margin-right: 10px;
        height: 50px;
    }

    .site-header #mobile-menu ul li.mega-menu>ul.sub-menu {
        gap: 18px !important;
        box-shadow: unset !important;
    }

    .site-header #mobile-menu ul li.mega-menu>ul.sub-menu .mega-menu_shop .sub-menu {
        padding: 16px;
    }

    .site_footer {
        padding: 60px 0px 0px;
    }

    .site_footer .site_footer_row .site_footer_item .widget_media_image figure img {
        max-width: 80px;
    }

    .site_footer .site_footer_row .site_footer_item {
        width: 100%;
    }

    .site_footer .site_footer_row {
        gap: 30px;
    }

    .site_footer .copyright {
        margin-top: 40px;
    }

    .site_footer .site_footer_row .site_footer_item .widget h4 {
        font-size: 28px;
    }

    .site_footer .site_footer_row .site_footer_item .widget_nav_menu .menu-quick-links-container .menu li,
    .site_footer .site_footer_row .site_footer_item #nav_menu-3 ul li {
        font-size: 16px;
    }

    .site_footer .site_footer_row .site_footer_item .widget ul {
        gap: 8px;
    }

    .estimate_sec .container {
        padding-top: 40px;
    }

    body .gform_wrapper .gform_fields .gsection_title {
        font-size: 20px;
    }

    .gform_wrapper form .gform_body .gform_fields fieldset .ginput_container--name {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gform_wrapper form .gform_body .gform_fields {
        gap: 16px;
        flex-direction: column;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield--type-phone,
    .gform_wrapper form .gform_body .gform_fields .gfield--type-email {
        width: 100% !important;
    }

    .page-template-home-new .home-hero-banner .main_wrapper .sec_intro .sec-title h1 {
        font-size: 56px !important;
        line-height: 1.3;
    }
        .service-updates-sec .main_wrapper_inner{
        gap: 40px !important;
    }
    .service-updates-sec .main_wrapper_inner {
	padding: 40px 20px;
}
.offers-cards__inner .offers-card .offers-card__content {
	padding: 24px 20px 32px;
}
.services-detail-section .sec_intro {
	padding-top: 60px;
}
	.services-detail-section .main_wrapper {
	gap: 40px;
}
}

/* *************************** responsive ******************************** */
.service-updates-sec .main_wrapper .sec_title {
	text-align: center;
}
.service-updates-sec .main_wrapper_inner .sec-title  h4{
    color:var(--primary);
}
