/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child/
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/

/* Import the parent theme's style */
@import url("../hello-elementor/style.css");

body:not(.elementor-editor-active) {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #262b2e;
}

body:not(.elementor-editor-active) html {
    height: 100%;
}

body:not(.elementor-editor-active) header {
    max-width: 100%;
}

body:not(.elementor-editor-active) main,
body:not(.elementor-editor-active) footer {
    width: 100%;
}


/* Header Start */
.main-header .header-logo .elementor-widget-theme-site-logo a {
    width: 115px !important;
}

.main-header.scrolled {
    background: rgba(38, 43, 46, .9);
    padding: 17px 0;
}

.main-header {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    background: 0 0;
    overflow: visible;
    height: 100px;

}

.main-header.scrolled .header-logo img {
    filter: invert(1);
}

.header-menu {
    min-height: 100vh !important;
    justify-content: flex-start !important;
    background-color: #262b2e;
}

.header-social-icons .elementor-social-icon svg path.cls-1 {
    stroke: none !important;
}

.elementor-social-icon svg path.cls-1 {
    stroke: none !important;
}

.elementor-social-icon {
    background-color: transparent !important;
}


/* Header End */

/* Footer Start */
/* footer {
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.site-main {
    height: 100%;
}

.main-footer .elementor-social-icon svg path.cls-1 {
    stroke: none !important;
}

.main-footer .footer-wrap .footer-column p a {
    font-weight: 700;
}

.main-footer .footer-column nav ul li a {
    padding: 0 !important;
}

.main-footer .footer-column nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Footer End */

/* Home Hero Start */
.home-hero .play-icon img {
    animation: floatUpDown 2s ease-in-out infinite;
}


.menu-item-has-children ul.sub-menu {
    display: none !important;
    /* hidden by default */
}



.menu-item-has-children:hover>ul.sub-menu {
    display: none !important;
    /* hidden by default */
}

.menu-item-has-children.open>ul.sub-menu {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    background-color: transparent;
}

.menu-item-has-children.open>ul.sub-menu li {
    margin: 10px 0;
}

.menu-item-has-children.open>ul.sub-menu li a {
    color: #f7f5f0;
    font-size: 14px;
    letter-spacing: .2em;
    border-inline-start: 0 solid transparent;
    font-weight: 400 !important;
    justify-content: end;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* moves up */
    }

    100% {
        transform: translateY(0);
        /* back to normal */
    }
}

/* Home Hero End */

/* Fifty Fifty Section Start */
.ff-img .elementor-widget-image {
    height: 100%;
}

.ff-bg-img {
    pointer-events: none;
}

.fifty-fifty-section .swiper-slide-active,
.fifty-fifty-section .swiper-slide-visible {
    opacity: 1 !important;
}

.fifty-fifty-section .swiper-slide {
    opacity: 0;
}

.common-button-class a {
    background-color: transparent;
}

.common-button-class a svg path {
    fill: #d93c38;
}

.common-button-class .elementor-button-text {
    margin-top: 4px;
}

.common-button-class a .elementor-button-content-wrapper {
    align-items: center;
}

.common-button-class .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.common-button-class .elementor-button-text {
    transition: color 0.3s ease;
}

.common-button-class .elementor-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.common-button-class .elementor-button-icon svg {
    transition: transform 0.3s linear;
    transform-origin: center center;
    display: block;
    width: 30px;
    height: 30px;
}

/* Hover effect */
.common-button-class .elementor-button:hover .elementor-button-text {
    color: #d93c38;
}

.common-button-class .elementor-button:hover .elementor-button-icon svg {
    transform: rotate(360deg);
}

.ff-common-container {
    padding-right: calc((100% - 1096px) / 2) !important;

}

.ff-common-container-left {
    padding-left: calc((100% - 1096px) / 2) !important;
}

.ff-fit::before {
    background-color: #F7F5F0;
}

/* Fifty Fifty Section End */

/* Expertise Section Start */
.ff-expertise::before {
    background-color: #97744B;
}

.expertise-section .expertise-row ul {
    padding: 0;
}

.expertise-section .expertise-row ul li {
    list-style-type: none;
    padding-left: 16px;

}

.expertise-section .expertise-row ul li::before {
    content: "+";
    position: absolute;
    left: 0;
}


a {
    font-weight: 700 !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

/* Expertise Section End */
.cta-button a {
    padding: 17px 54px !important;
}

/* Real Section Start */
.real-section .real-loop-grid {
    height: 100%;
}

.real-section .real-loop-grid .elementor-loop-container {
    height: 100% !important;

}

.real-section .elementor-widget-theme-post-featured-image img {
    height: 100% !important;
}

.real-section .real-loop-grid .elementor-widget-heading {
    display: none;
}

.real-section .real-img {
    height: 100% !important;
}
.real-loop-grid .e-parent .e-child .elementor-widget-theme-post-featured-image a {
height:100% !important;
}
.real-loop-grid .e-parent,
.real-loop-grid .e-parent .e-child,
.real-loop-grid .e-parent .e-child .elementor-widget-theme-post-featured-image {
    height: 100%;
}

.real-loop-grid {
    position: relative;
}

/* Real Section End */

/* LeaderShip Sectio Start */
.leadership.profile-active {
    border: 7px solid #d93c38;
}

.leadership.profile-active .real-icon .leadership-loop h2 {
    color: #f7f5f0;
}

.leadership:hover .leadership-loop h2 {
    transition: 0.5s;
    color: #f7f5f0 !important;
}

.leadership .e-child {
    height: 100%;
}


.real-icon {
    pointer-events: none;
}

/* LeaderShip Sectio End */


/* Case Study Start */
.case-study-goal .case-study-loop .elementor-widget-theme-post-featured-image img {
    box-shadow: 6px 11px 8px 0 rgba(38, 43, 46, 0.6);
    -webkit-box-shadow: 6px 11px 8px 0 rgba(38, 43, 46, 0.6);
    -moz-box-shadow: 6px 11px 8px 0 rgba(38, 43, 46, 0.6);
}

.case-study-goal .case-study-loop h2.elementor-heading-title {
    margin-top: 30px;
    color: #3c3f42 !important;
}


.case-study-loop .elementor-widget-theme-post-title h3 a {
    font-family: "Liberator", Sans-serif;
    letter-spacing: 0;
}

.case-study-section .case-study-loop .category-case-studies h2 {
    margin-top: 20px;
}
.case-study-own .elementor-widget-heading p {
color: #262b2e !important;
}

/* Case Study End */

/* Featured projects Start */
.featured-project h3 a,
.project-list h3 a{
    font-family: "Liberator", Sans-serif;
    letter-spacing: 0;
    font-size: 20px !important;
    line-height: 20px;

}

/* .featured-project .elementor-widget-theme-post-title h3 {
    line-height: 20px !important;
} */

/* .featured-project .featured-project-loop .elementor-widget-heading h2 {
    margin-top: 15px;
    line-height: 15px !important;
} */

.featured-project .swiper-pagination-bullet-active {
    background-color: #d93c38 !important;
}

.featured-project .cls-1 {
    stroke: none;
}

/* Featured projects End */

/* Our Section Start */

.our-difference ul,
.our-industries ul {
    padding: 0;

}

.our-difference ul li {
    position: relative;
    list-style-type: none;
    padding-left: 20px;

}

.our-industries ul li {
    list-style-type: none;
}

.our-difference ul li::before {
    content: "-";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Our Section End */


/* Our Process Start */
.our-process-meeting p a {
    transition: 0.5s;
    font-weight: 500 !important;
    font-family: "Hind", Sans-serif !important;
    letter-spacing: 0;
    font-size: 15px !important;

}

.our-process-meeting p a:hover {
    color: #262b2e !important;
}

/* Our Process End */

/* Our Services Start */
.entry-title {
    display: none !important;
}

.our-services {
    position: relative !important;
}

.our-services::before {
    content: '' !important;
    position: absolute !important;
    top: -1px !important;
    left: -1px !important;
    right: 0 !important;
    width: 101% !important;
    height: 150px !important;
    background-color: #262b2e !important;
}

.our-services .service h2 a {
    font-family: "Liberator", Sans-serif !important;
    letter-spacing: 0;
}

.our-services .service h2 a:hover {
    color: #97744B !important;
}

.learn-more a:hover {
    color: #d93c38 !important;
    text-decoration: underline;
}

/* Our Services End */
.sub-arrow {
    display: none !important;
}

.content-section {
    position: relative !important;
}

.swiper-button-lock {
    display: none !important;
}

/* Form Design Start */

.frm-show-form .frm_primary_label {
    display: none !important;
}

.frm-show-form textarea::placeholder,
.frm-show-form input::placeholder {
    color: #686868 !important;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Hind", Sans-serif !important;
    font-weight: 400 !important;
}

.frm-show-form textarea:focus,
.frm-show-form input:focus,
.frm-show-form select:focus {
    background-color: transparent !important;
    border-color: rgb(151, 116, 75) !important;
    box-shadow: 0px 0px 5px 0px rgba(151, 115, 75, 0.6) !important;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 2px solid #FFFFFF73 !important;
    border-radius: 3px !important;
}

select {
    height: 53px !important;
}

select option {
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Hind", Sans-serif !important;
    font-weight: 400 !important;
    background: #262b2e;
    border: 2px solid #FFFFFF73 !important;
    border-radius: 3px !important;
    background-color: #262b2e !important;



}

a:hover {
    color: #f7f5f0 !important;
}

.frm-show-form textarea,
.frm-show-form input,
.frm-show-form select {
    color: #f7f5f0 !important;
    background-color: transparent !important;
    letter-spacing: 1px;
}

.frm_submit .frm_button_submit {
    background-color: transparent !important;
    border: 2px solid #d93c38 !important;
    box-shadow: none !important;
    color: #d93c38 !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 14px 30px !important;
}

.frm_submit .frm_button_submit:hover {
    border-color: #97744B !important;
    color: #f7f5f0 !important;
}

.frm_error {
    color: #d93c38 !important;
    margin-top: 5px !important;
    letter-spacing: 1px;
}

.frm_dropzone .dz-message {
    background: #262b2e !important;
    display: block !important;
}

.fallback {
    display: none;
}

.dz-message .needsclick svg path {
    fill: #97744B !important;
}

.frm_upload_text button {
    color: #f7f5f0 !important;
}

.frm_compact_text button {
    color: #f7f5f0 !important;
}

.frm_form_field:not(.frm_compact) .frm_dropzone {
    max-width: 100% !important;
}

.frm_dropzone {
    background-color: transparent !important;
}

/* Target all select fields in Formidable Forms */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/select-aarrow.png') no-repeat right 10px center;
    background-size: 16px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Optional: For Firefox */
.frm_forms select::-ms-expand {
    display: none;
}

/* Form Design End */
/* Contact Form Start */
.contact-form .first-name,
.contact-form .email-filed {
    width: 85%;

}

.contact-form .email-filed input,
.contact-form .email-filed .frm_error {
    margin-left: -60px;
}

.contact-form .email-filed input,
.contact-form .first-name {
    position: relative;
}

.contact-form .submit-button {
    position: absolute;
    bottom: 6px;
    right: 0;
}

.contact-form .submit-button.has-error {
    bottom: 27px;
}

.frm_message {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;

}

.close-btn {
    font-family: "Hind", Sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 3.1px !important;
    fill: #d93c38 !important;
    color: #d93c38 !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #d93c38 !important;
    padding: 16px 44px 16px 44px !important;

}

.close-btn:hover,
.close-btn:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.custom-thankyou p {
    font-size: 15px !important;
    color: #f7f5f0 !important;
    margin: 30px 0 !important;
    letter-spacing: 0.7px;
}

.custom-thankyou h2 {
    font-family: "Liberator", Sans-serif !important;
    color: #97744b !important;
}

/* Contact Form End */

/* Accordion Section Start */
.accordion-section .e-n-accordion .e-n-accordion-item-title h4 {
    color: #97744B !important;

}

.accordion-form 
.accordion-section .e-n-accordion-item-title-icon svg path {
    fill: #d93c38 !important;
    stroke: none !important;
}
.accordion-section .elementor-widget-n-accordion .e-n-accordion-item-title {
border-width:0 !important;
}
.accordion-section .e-con-boxed{
padding:0 !important;
}
.accordion-section .e-closed svg g{
fill: #D93C38 !important;
}
.accordion-section .e-n-accordion-item-title-icon svg {
    width: 30px;
    height: 30px !important;
}

.accordion-section .e-n-accordion-item {
    border-bottom: 2px solid #FFFFFF73;
    padding-bottom: 30px;
}

.accordion-section .frm_form_fields fieldset {
    padding-bottom: 0 !important;
}

/* Accordion Section End */

/* Project Filter Start */

.project-filter .wpc-filter-set-widget-title h5 {

    font-size: 57px;
    color: #97744B;
    text-align: center;
    margin-bottom: 60px;
    line-height: 57px;
    font-family: "Liberator", Sans-serif !important;

}

.project-filter {
    position: relative !important;
}

.project-filter::after {
    content: '';
    position: absolute !important;
    top: -55px !important;
    right: 0 !important;
    left: 0 !important;
    width: 101% !important;
    height: 100% !important;
    background-image: url('images/project-shadow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;


}


.project-filter .wpc-filters-widget-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.project-filter .wpc-filters-section {
    width: 200px;
    margin-bottom: 0;
}

.project-filter .wpc-dropdown-default {
    color: #FFFFFF73 !important;
}

.project-filter .wpc-filter-content select {
    color: #fff;
    margin-bottom: 0;
    font-family: "Hind", Sans-serif !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 14px;
    background-color: #262b2e;
    position: relative;
    z-index: 9;
    border-color: #ffffff52 !important;
    text-overflow: ellipsis;
}

.post-info ul li a:hover {
    color: #97744B !important;
}

.wpc-edit-filter-set {
    display: none;
}

.project-loop-grid .elementor-widget-theme-post-title h2 a {
    font-family: "Liberator", Sans-serif;
    letter-spacing: 0;
}


.wpc-filter-title {
    display: none !important;
}

/* Project Filter End */

body.post-type-archive-project .main-header .header-logo img,
body.page-id-1622 .main-header .header-logo img,
body.page-id-33 .main-header .header-logo img,
body.page-id-391 .main-header .header-logo img,
body.error404 .main-header .header-logo img,
body.single-leadership .main-header .header-logo img,
body.single-project .main-header .header-logo img,
body.page-id-1687 .main-header .header-logo img,
body.privacy-policy .main-header .header-logo img,
body.service-template-default .main-header .header-logo img,
body.page-id-1768 .main-header .header-logo img,
body.page-id-1773 .main-header .header-logo img,
body.page-id-1775 .main-header .header-logo img,
body.page-id-1776 .main-header .header-logo img {
    filter: invert(1) !important;
}

body.single-project .main-header {
    background:#262b2ef0;
    padding: 17px 0;
position: relative;
    width: 100%;
    left: auto;

}
body.single-project .main-header.scrolled {
position:fixed;
}
body.single-project header {
width:100%;
}
body {
    background-color: #262b2e;

}

body {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;

}

body.page-id-1675 header .main-header {
    right: 0;
}

body header .main-header,
body footer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;

}

.elementor-location-single {
    width: 100%;
}


.video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.video-embed iframe,
.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    /* set to 10px or 20px if you want controlled spacing */
}

.video-img-wrap img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.elementor-location-archive {
    width: 100%;
}

.privacy-policy {
    color: #d93c38 !important;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.services-form .frm_fields_container {
    display: flex !important;
    grid-gap: 10px !important;
    width: 100% !important;
    justify-content: space-between !important;
}

.services-form .frm_first {
    width: 100% !important;
}

.services-form .frm_button_submit {
    margin: 0 !important;
}

.services-form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0 !important;
}

.services-form .with_frm_style .frm_form_fields>fieldset {
    padding-bottom: 0;
}

.project-stats {
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stat-item {
	width: 25%;
	padding-bottom: 20px;
}
.stat-title {
    color: #f7f5f0;
    font-family: "Hind", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.1px;
	display: block;
	margin-bottom: 10px;
}

.stat-value {
	font-family: "Liberator", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
	color: #97744b;
}
.project-state-counter .project-grid .elementor-counter .elementor-counter-number-wrapper {
	display:block !important;
}

@media(max-width:1099px) {

    .contact-form .email-filed input,
    .contact-form .email-filed .frm_error {
        margin-left: 0;
    }

    .contact-form .submit-button {
        position: unset;

    }

    .contact-form .first-name,
    .contact-form .email-filed {
        width: 100%;

    }


    .main-footer .footer-wrap {
        display: grid !important;
        grid-gap: 30px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .main-footer .footer-wrap .footer-column {
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-footer .footer-wrap .footer-column.arrow .elementor-widget-image {
        text-align: justify;
    }

    .main-footer .footer-wrap .footer-column.footer-menu-bar ul li a {
        padding: 8px 0;
    }

    .real-section .real-img {
        height: auto !important;
    }

}

@media(max-width:767px) {
    .real-icon {
        height: auto !important;
    }

    .leadership .elementor-widget-theme-post-featured-image img {
        height: auto !important;
    }


    .project-filter .wpc-filter-set-widget-title h5 {
        font-size: 40px;
        line-height: 40px;

    }

    .content-logo-img .elementor-absolute {
        bottom: 29px !important;
    }
	
	.stat-item {
		width: 33.33%;
	}
	.leader-leader .leadership .leadership-loop .common-button-class {
   		 display:none !important;
	}
}
@media(max-width:540px) {
    .main-footer .footer-wrap {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .project-filter .wpc-filters-section {
        width: 100%;
    }

    .project-filter .wpc-filters-widget-wrapper {
        flex-direction: column;
    }

    .project-filter .wpc-filter-set-widget-title h5 {
        margin-bottom: 0;

    }
	
	.stat-item {
		width: 50%;
		padding-bottom:30px;
	}

}


.quote-section {
    padding: 100px 0;
    margin: 0 auto;
    width: 100%
}

.quote-section .container {
    max-width: 750px;
    position: relative;
    margin: 0 auto;
    padding: 0 120px;
}

.quote-section .container:before {
    content: "";
    background-image: url('https://sovrn.agency/wp-content/uploads/2025/09/right-quoat.svg');
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
}

.quote-section .container:after {
    content: "";
    background-image: url('https://sovrn.agency/wp-content/uploads/2025/09/left-quoat.svg');
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
}

.quote-section h3 {
    color: #fff !important;
    font-family: "Hind", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.1px !important;
    text-transform: capitalize !important;
    line-height: 2 !important;
}

.quote-section p {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #97744B;
    font-family: "Liberator", Sans-serif;
}


.content-section {
    padding: 50px 0;
}


.content-section .container{
    max-width: min(100%, 1096px);
    margin: 0 auto;
}
.content-section .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content-section .content-title {
    width: 40%;
}

.content-section .content-title h2 {
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    color: #97744B;
    font-family: "Liberator", Sans-serif;
}

.content-section .content ul {
    padding-left: 15px;
}

.content-section .content p,
.content-section .content li{
    font-family: "Hind", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    color: #F7F5F0;
}

.content-section .content {
    width: 60%;
}

@media(max-width:1024px) {
    .content-section {
        padding: 50px 20px;
    }
    .content-section .container{
        max-width: min(100%, 1024px);
        margin: 0 auto;
    }
    .content-section .content-title h2 { 
        font-size: 40px;
    }
    .quote-section p {
        font-size: 25px;
    }
}
@media(max-width:767px) {
    .quote-section .container {
        padding: 30px;
    }
    .quote-section .container:before {
        content: "";
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .quote-section .container:after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media(max-width:540px) { 
    .content-section .content-title {
        width: 100%;
    }
    .content-section .content {
        width: 100%;
    }

}

.project-list img {
        width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}