/*
Theme Name: Monument Capital - Child
Theme URI: https://totalwptheme.com/
Template: Total
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Tags: custom-colors,accessibility-ready,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 6.2.1747651960
Updated: 2025-05-19 10:52:40

*/
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    outline: 0 !important;
}
:root {
    --primary: #C45629;
    --secondary: #14284B;
    --text: #1E1E1E;
    --accent: #C45629;
    --light: #FFFFFF;
    --black: #000000;
    --sidebar-width: 110px;
}
html {
    margin-top: 0 !important;
}
html body {
    padding-left: var(--sidebar-width);
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p {
    margin-top: 0;
}
html ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
body {
/*     max-width: 1728px;
    margin-left: auto;
    margin-right: auto; */
    background-color: #FFF;
}
html {
    background-color: #000;
}
html a {
    text-decoration: none;
    transition: all 0.4s;
}
html a:hover {
    color: var(--text);
}
.elementor a {
    text-decoration: none;
}
html p:last-child {
    margin-bottom: 0;
}
.elementor-container {
    padding-left: 50px;
    padding-right: 50px;
}
.elementor-container .elementor-container{
    padding-left: 0;
    padding-right: 0;
}
.elementor-section-full_width .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
main .page-header {
    display: none;
}
.elementor-heading-title b {
    font-weight: 500;
}
.icon-btn .elementor-button .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    transition: all 0.4s;
}
.icon-btn .elementor-button .elementor-button-icon svg {
    width: auto;
}
.icon-btn .elementor-button:hover .elementor-button-content-wrapper {
    gap: 30px !important;
}
html .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    font-weight: inherit;
}
.elementor-location-footer footer .elementor-widget-wrap {
    box-shadow: 0px -45px 18px rgba(237, 237, 237, 0.01), 0px -25px 15px rgba(237, 237, 237, 0.05), 0px -11px 11px rgba(237, 237, 237, 0.09), 0px -3px 6px rgba(237, 237, 237, 0.1);
}

.elementor-location-header header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--sidebar-width);
    background: var(--light);
    box-shadow: 153px 0px 61px rgba(133, 133, 133, 0.01), 86px 0px 52px rgba(133, 133, 133, 0.05), 38px 0px 38px rgba(133, 133, 133, 0.09), 10px 0px 21px rgba(133, 133, 133, 0.1);
}
.elementor-location-header header .elementor-container {
    padding: 0;
    height: 100%;
}
.elementor-location-header header .elementor-widget-wrap {
    flex-direction: column;
}
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before, 
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after { 
    background-color: transparent !important;
}
#menutoggle .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#menutoggle .elementor-icon {
    display: block;
    cursor: pointer;
    position: relative;
}
#menutoggle .elementor-icon svg {
    transition: all 0.4s;
}
.menushow #menutoggle .elementor-icon svg {
    opacity: 0;
    transform: scale(0.5);
}
#iconmenu {
    margin-top: auto;
}
#menutoggle .elementor-icon:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2025/05/close-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px;
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.menushow #menutoggle .elementor-icon:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
#iconmenu .elementor-icon-list-item {
    justify-content: center;
}
#iconmenu .elementor-icon-list-item a {
    width: auto;
    position: relative;
}
#iconmenu .elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#iconmenu .elementor-icon-list-item .elementor-icon-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
    transition: all 0.4s;
    border-radius: 50px;
}
#iconmenu .elementor-icon-list-item a:hover .elementor-icon-list-icon {
    background: #8585851A;
}
#iconmenu .elementor-icon-list-item .elementor-icon-list-text {
    padding: 4px 30px;
    background: var(--light);
    border-radius: 50px;
    white-space: nowrap;
    position: absolute;
    left: calc(100% + 50px);
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
#iconmenu .elementor-icon-list-item a:hover .elementor-icon-list-text {
    opacity: 1;
    visibility: visible;
}
#navmenu .elementor-widget-container {
    position: fixed;
    width: 0px;
    left: var(--sidebar-width);
    top: 0;
    bottom: 0;
    background: #F2F2F2;
    box-shadow: 153px 0px 61px rgba(133, 133, 133, 0.01), 86px 0px 52px rgba(133, 133, 133, 0.05), 38px 0px 38px rgba(133, 133, 133, 0.09), 10px 0px 21px rgba(133, 133, 133, 0.1);
    display: block;
    transition: all 0.5s;
    overflow-x: hidden;
	    opacity: 1;
    visibility: visible;
}
.menushow #navmenu .elementor-widget-container {
    transform: translateX(0);
	width : 315px
}
#navmenu .elementor-widget-container nav {
    height: 100%;
    align-items: flex-end;
	padding : 30px
}
#navmenu .elementor-widget-container ul {
    display: block;
    width: 100%;
}
#navmenu .elementor-widget-container ul .menu-item + .menu-item {
    margin-top: 20px;
}

.blog_post .elementor-post__text {
    display: flex !important;
    height: 100%;
}
.blog_post .elementor-post__text .elementor-post__meta-data {
    margin-top: auto;
    margin-bottom: 60px;
}
.blog_post .elementor-post__text .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.blog_post .elementor-post__text .elementor-post__read-more:hover {
    gap: 30px;
}
.blog_post .elementor-post__text .elementor-post__read-more:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/orrange-arrow.png);
    height: 10px;
    width: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ad_slider .elementor-background-overlay {
    width: 50%;
    border-radius: 10px 0px 0px 10px;
}
.ad_slider .swiper-slide-bg {
    border-radius: 10px;
}
.ad_slider .swiper-slide-contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ad_slider .swiper-slide-contents .elementor-button.elementor-slide-button {
    margin-top: auto;
    max-width: 250px;
    padding: 0 50px;
}
.ad_slider .elementor-slide-description {
    max-width: 640px;
}
.ad_slider .elementor-swiper-button i {
    font-size: 0;
}
.swiper-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 50%;
    bottom: 33px;
    z-index: 1;
    gap: 50px;
    padding-right: 60px;
}
.ad_slider .elementor-swiper-button {
    height: 40px;
    width: 100px;
    background-image: url(/wp-content/uploads/2025/05/arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    cursor: pointer;
    transform: none !important;
    position: static !important;
}
.ad_slider .elementor-swiper-button.elementor-swiper-button-prev {
    transform: scaleX(-1) !important;
}
.blog_post .elementor-posts-container {
    margin: 0 -50px;
}
.blog_post article.elementor-post {
    padding: 20px 50px;
    position: relative;
    border-left: 1px solid var(--primary);
}
.blog_post article.elementor-post:last-child {
    border-right: 1px solid var(--primary);
}
#site-scroll-top:hover {
    background-color: #c45629;
}
.blog_post article h3.elementor-post__title a:Hover {
    color: var(--primary);
}
.elementor-location-header header:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    content: "";
    z-index: 99;
    pointer-events: none;
    opacity: 1;
}
.header_section .elementor-widget-container a,
.header_section .elementor-widget-container .elementor-icon,
.header_section ul.elementor-icon-list-items{
    position: relative;
    z-index: 111;
}
.founder_box .elementor-flip-box__layer{
    background-color: #fff;
    box-shadow: 0px 243px 97px rgba(150, 150, 150, 0.01), 
                0px 137px 82px rgba(150, 150, 150, 0.05), 
                0px 61px 61px rgba(150, 150, 150, 0.09), 
                0px 15px 33px rgba(150, 150, 150, 0.1);
    overflow: hidden;
}
.founder_box .elementor-flip-box__back .elementor-flip-box__layer__inner {
    display: flex;
    flex-direction: column;
}
.founder_box .elementor-flip-box__back .elementor-flip-box__layer__description{
    order: -1;
}
.founder_box .elementor-flip-box__back .elementor-flip-box__button{
    cursor: auto;
}
.cms_sec_wrap{
    overflow: hidden;
 }
 .cms_sec_wrap .image_wrap{
    width: 100% !important;
    transition: all 0.5s;
 }
 .cms_sec_wrap:hover .image_wrap{
    width: 37% !important;
 }
 .cms_sec_wrap .content_wrap{
    width: 0% !important;
    transition: all 0.5s;
 }
 .cms_sec_wrap:hover .content_wrap{
    width: 62% !important;
    margin-right: 20px;
 }
 .cms_sec_wrap .content_wrap .elementor-widget-heading ,
 .cms_sec_wrap .content_wrap .elementor-widget-text-editor{
    min-width: 780px;
}
.blog_posts article.elementor-post {
    padding: 20px;
    border: 1px solid #C45528;
    transition: all 0.5s;
}
.blog_posts article.elementor-post:hover {
    box-shadow: 0px 0px 1px 2px #C45528 inset;
}
.blog_posts article.elementor-post .elementor-post__title {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_posts article.elementor-post a.elementor-post__read-more{
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s;
    gap: 20px;
}
.blog_posts article.elementor-post a.elementor-post__read-more:after {
    content: "";
    display: inline-block;
    width: 67px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/05/news-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.blog_posts article.elementor-post a.elementor-post__read-more:hover{
    gap: 30px;
}
body.single-post .elementor-inline-items.elementor-post-info{
    justify-content: space-between;
}
body.single-post .elementor-widget-theme-post-content p{
    margin-bottom: 30px;
}
body.single-post blockquote{
    margin: 80px 0px;
    padding: 70px 0px;
    border-top: 1px solid #C45629;
    border-bottom: 1px solid #C45629;
}
body.single-post blockquote p{
    max-width: 960px;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    color: #1E1E1E;
    margin: 0px auto !important;
    letter-spacing: -0.019em;
}
body.single-post blockquote:before,
body.single-post blockquote:after{
    content: "";
    height: 64px !important;
    width: 64px !important;
    display: block;
    position: absolute;
    height: var(--wpex-blockquote-icon-size);
    width: var(--wpex-blockquote-icon-size);
    mask-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1;
}
body.single-post blockquote:before{
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2025/05/format_quote-1.png);
}
body.single-post blockquote:after{
    background-image: url(/wp-content/uploads/2025/05/format_quote-2.png);
    right: 0;
    bottom: 0;
}
body.single-post ul.post-pagination {
    padding: 0px 20px;
}
body.single-post .wpex-post-cards-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}
body.single-post .wpex-post-cards-entry {
    padding: 20px;
    box-shadow: 0 0 0 1px #C45528 inset;
    width: 100%;
    transition: all 0.5s;
}
body.single-post .wpex-post-cards-entry:hover{
    box-shadow: 0px 0px 1px 2px #C45528 inset;
}
body.single-post .wpex-card-inner.wpex-text-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
body.single-post .wpex-post-cards-entry .wpex-card-title a{
    font-family: "Albert Sans", Sans-serif;
    font-weight: 200;
}
body.single-post .wpex-card-title a:hover{
    color: var(--secondary);
}
body.single-post .wpex-hover-underline {
    font-size: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Albert Sans", Sans-serif;
    transition: all 0.5s;
    line-height: 26px;
}
body.single-post .wpex-hover-underline:hover{
    text-decoration: none;
    gap: 15px;
}
body.single-post .wpex-hover-underline:before {
    content: "Read More";
    font-size: 22px;
    color: #C45528;
    font-weight: 300;
}
body.single-post .wpex-hover-underline:after{
    content: "";
    display: inline-block;
    width: 67px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/05/news-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
body.single-post .elementor-post-info a{
    font-family: "Albert Sans", Sans-serif;
}
body.single-post .post-pagination-wrap,
.blog_posts article.elementor-post .elementor-post__thumbnail__link{
    display: none;
}
body.single-post .wpex-post-cards-entry h2 {
    line-height: 120%;
    letter-spacing: -0.019em;
    color: #14284B;
    margin-bottom: 49px;
    min-height: 126px;
}
.blog_detail_meta time, .blog_detail_meta span {
    font-weight: 300;
}
body.single-post .elementor-widget-theme-post-content p:last-child {
    margin-bottom: 0;
}
.border_link h3.elementor-icon-box-title a {
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
    text-decoration-line: underline !important;
    text-decoration-skip-ink: none;
}
.border_link h3.elementor-icon-box-title{
    text-decoration: none !important;
}
body.single-post .wpex-row {
    margin-inline: 0 !important;
}

@media (max-width:1728px) {
     .cms_sec_wrap .content_wrap .elementor-widget-heading ,
    .cms_sec_wrap .content_wrap .elementor-widget-text-editor{
        min-width: 550px !important;
    }
}
@media (max-width:1320px) {
     .cms_sec_wrap .content_wrap .elementor-widget-heading ,
    .cms_sec_wrap .content_wrap .elementor-widget-text-editor{
        min-width: 400px !important;
    }
}
@media (min-width: 1728px){
/*     .elementor-location-header header {
        left: 50%;
        margin-left: -866px;
    } */
/*     #navmenu .elementor-widget-container {
        left: 50%;
		margin-left : -757px
    } */
}
@media (min-height: 600px) and (max-height: 700px) {
    header.elementor-section .elementor-column {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .elementor-117 .elementor-element.elementor-element-04d5430 > .elementor-widget-container {
        margin-bottom: 10px !important;
    }
}
@media (min-height: 1000px){
   #iconmenu {
        margin-top: 200px;
    }
    /* #iconmenu {
        margin-top: auto;
    } */
#navmenu .elementor-widget-container nav {
    align-items: flex-start;
    padding-top: 360px;
}
}
@media (max-width:1024px) {
    html body {
        padding-left: 0;
    }
    .elementor-location-header header {
        position: fixed;
        width: 100%;
        background: var(--light);
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .elementor-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .ad_slider .elementor-swiper-button i {
        bottom: 80px;
        left: 220px;
    }
    .ad_slider .elementor-swiper-button.elementor-swiper-button-prev i {
        left: 100px;
    }
    .blog_post article.elementor-post {
        padding: 15px 20px;
    }
    .blog_post .elementor-posts-container {
        margin: 0;
    }
    .blog_post article.elementor-post h3.elementor-post__title {
        min-height: 220px;
    }
    .blog_post .elementor-post__meta-data {
        margin-bottom: 20px;
    }
    .blog_post .elementor-post__text .elementor-post__meta-data {
        margin-bottom: 20px;
    }
    .swiper-buttons-wrapper {
        left: 50%;
        right: 0;
        bottom: 25px;
        padding-right: 0;
        filter: brightness(0);
    }
    .elementor-location-header header .elementor-widget-wrap {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    div#iconmenu {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%);
        transition: all 0.4s;
        background-color: #FFF;
        z-index: 11;
        box-shadow: 0px 172px 69px rgba(150, 150, 150, 0.01), 0px 97px 58px rgba(150, 150, 150, 0.05), 0px 43px 43px 
        rgba(150, 150, 150, 0.09), 0px 11px 24px rgba(150, 150, 150, 0.1);
    }
    .menushow div#iconmenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(88px);
    }
    div#iconmenu .elementor-widget-container {
        padding: 180px 70px;
    }
    #iconmenu .elementor-icon-list-item {
        justify-content: start;
    }
    #iconmenu .elementor-icon-list-item .elementor-icon-list-icon {
        padding: 0;
        background: transparent;
        height: auto;
        width: auto;
        min-width: auto;
    }
    #iconmenu .elementor-icon-list-item .elementor-icon-list-text {
        background: transparent;
        padding: 0 0;
        opacity: 0;
        visibility: hidden;
        position: static;
        padding-left: 26px;
        margin-bottom: -5px;
        display: inline-block;
    }
    .menushow #iconmenu .elementor-icon-list-item .elementor-icon-list-text {
        opacity: 1 !important;
        visibility: visible !important;
    }
    #iconmenu .elementor-icon-list-item a:hover .elementor-icon-list-icon {
        background: transparent;
    }
    #menutoggle .elementor-icon-wrapper {
        justify-content: flex-end;
    }
    body {
        padding-top: 90px;
    }
    .ad_slider .swiper-buttons-wrapper {
        left: 22px;
        bottom: 22px;
        filter: unset;
        right: auto;
    }
    .ad_slider .swiper-slide-inner {
        padding-bottom: 84px !important;
    }
    .founder_box .elementor-flip-box__back .elementor-flip-box__layer__description{
        margin-bottom: 0px !important;
    }
    .founder_box .elementor-flip-box__layer .elementor-flip-box__image{
        margin-bottom: 34px !important;
    }
    .founder_team_box .elementor-flip-box__layer .elementor-flip-box__image{
        margin-bottom: 20px !important;
    }
    .cms_sec_wrap .content_wrap .elementor-widget-heading, .cms_sec_wrap .content_wrap .elementor-widget-text-editor {
        min-width: 400px;
    }
    .cms_sec_wrap:hover .image_wrap {
        width: 35% !important;
    }
    .cms_sec_wrap:hover .content_wrap {
        width: 65% !important;
        margin-right: 0px;
    }
    body.single-post blockquote p{
        font-size: 18px;
    }
    body.single-post .wpex-post-cards-entry .wpex-card-title a{
        font-size: 30px;
    }
}
@media (min-width:1366px) and (max-width:1490px){
    .counter_section .elementor-counter-number-wrapper {
        font-size: 72px !important;
    }
    .counter_section .elementor-counter-title {
        font-size: 26px !important;
    }
    .swiper-buttons-wrapper {
        right: 50%;
        gap: 20px;
        padding-right: 30px;
    }
    .ad_slider .swiper-slide-inner {
        padding-left: 30px !important;
    }
}
@media (min-width:1025px) and (max-width:1365px){
    .counter_section .elementor-counter-number-wrapper {
        font-size: 58px !important;
    }
    .counter_section .elementor-counter-title {
        font-size: 20px !important;
    }
    .image_inner_sec .elementor-widget-container h3 {
        font-size: 34px !important;
    }
    .ad_slider .swiper-slide-inner {
        padding: 28px !important;
    }
    footer a.elementor-item {
        font-size: 20px !important;
        margin: 0 15px !important;
    }
    .ad_slider .swiper-buttons-wrapper {
        right: auto;
        padding-right: 0;
        filter: unset;
        left: 30px;
        bottom: 30px;
    }
    .cms_sec_wrap .image_wrap h2 {
        font-size: 50px !important;
    }
    .cms_sec_wrap .image_wrap p {
        font-size: 28px !important;
    }
}
@media (min-width:1250px) and (max-width:1365px) {
    .ad_slider .swiper-buttons-wrapper {
        bottom: 32px;
        padding-right: 30px;
        gap: 30px;
        filter: unset;
        right: 50%;
    }
    .ad_slider .swiper-slide-contents .elementor-button.elementor-slide-button {
        max-width: 200px;
        padding: 0 20px;
    }
}
@media (min-width:1025px) and (max-width:1249px) {
    .ad_slider .swiper-slide-inner {
        padding-bottom: 90px !important;
    }
}
@media (max-width:1199px){
        .elementor-flip-box__back .elementor-flip-box__layer__title,
         .elementor-flip-box__back .elementor-flip-box__button{
            display: none;
        }
        .elementor-flip-box__layer__overlay {
            padding-bottom: 30px !important;
        }
        .elementor-flip-box__back .elementor-flip-box__layer__description{
            margin-bottom: 0px !important;
        }
        .elementor-flip-box__back .elementor-flip-box__layer__overlay{
            padding-top: 0px !important;
        }
}
@media (min-width:1025px) and (max-width:1199px) {
    .elementor-flip-box__back .elementor-flip-box__layer__description{
        font-size: 19px !important;
    }
    .elementor-flip-box__image img{
        height: 420px;
    }
      .elementor-flip-box{
            height: 570px !important;
        }
}
@media (max-width:767px) {
    html body {
        padding-left: 0;
    }
    .elementor-container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .ad_slider .elementor-background-overlay {
        width: 100%;
        border-radius: 10px;
    }
    .ad_slider .swiper-slide-contents .elementor-button.elementor-slide-button {
        margin-top: 25px;
        max-width: 100%;
    }
    .ad_slider .elementor-swiper-button.elementor-swiper-button-prev i {
        left: 20px;
    }
    .ad_slider .elementor-swiper-button i {
        bottom: 20px;
        left: auto;
        right: 20px;
    }
    .blog_post article.elementor-post {
        padding: 20px 8px;
        border-top: 1px solid var(--primary);
        border-left: 0;
        min-height: 290px;
    }
    .blog_post article.elementor-post h3.elementor-post__title {
        min-height: 0;
    }
    .blog_post article.elementor-post:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--primary);
    }
    .blog_post .elementor-post__text .elementor-post__meta-data {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .blog_post .elementor-post__text .elementor-post__read-more {
        margin-top: auto;
    }
    .swiper-buttons-wrapper {
        left: 0;
        right: 0;
        bottom: 0;
        padding-right: 0;
        filter: unset;
        justify-content: space-between;
        padding: 20px;
    }
    .elementor-location-footer footer .elementor-nav-menu {
        display: block;
    }
    .elementor-location-footer footer .elementor-nav-menu a {
        margin: 0 !important;
        display: block;
        text-align: center;
    }
    .elementor-location-footer footer .elementor-nav-menu .menu-item + .menu-item {
        margin-top: 20px;
    }
    .menushow div#iconmenu {
        transform: translateY(68px);
    }
    div#iconmenu .elementor-widget-container {
        padding: 160px 70px;
    }
    body {
        padding-top: 68px;
    }
    .ad_slider .swiper-buttons-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        bottom: 0;
        left: 0;
    }
    .founder_box .elementor-flip-box__layer .elementor-flip-box__layer__title{
        margin-bottom: 12px !important;
    }
    .founder_box:after {
        position: absolute;
        content: "";
        height: 24px; 
        width: 24px;
        background-image: url(/wp-content/uploads/2025/05/Vector.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 8px;
    }
    .founder_box.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front,
    .founder_box.elementor-flip-box--effect-flip.elementor-widget.elementor-widget-flip-box.active .elementor-flip-box__layer.elementor-flip-box__back{
        transform: unset !important;
    }
    .founder_box.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{
        transform: rotateX(0) rotateY(-180deg) !important;
    }
    .founder_box.elementor-flip-box--effect-flip.elementor-widget.elementor-widget-flip-box.active .elementor-flip-box__layer.elementor-flip-box__front {
        transform: rotateX(0) rotateY(180deg) !important;
    }
    .cms_sec_wrap:hover .image_wrap{
        width: 100% !important;
    }
    .cms_sec_wrap .content_wrap{
        width: 100% !important;
    }
    .cms_sec_wrap:nth-child(2) .elementor-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .cms_sec_wrap .content_wrap .elementor-widget-heading, .cms_sec_wrap .content_wrap .elementor-widget-text-editor {
        min-width: fit-content !important;
    }
    body.single-post .elementor-widget-theme-post-content p {
        margin-bottom: 20px;
    }
    body.single-post .elementor-widget-theme-post-content p:last-child{
        margin-bottom: 0px;
    }
    body.single-post blockquote {
        margin: 56px 0px;
        padding: 80px 0px;
    }
    body.single-post blockquote p{
        font-size: 18px;
    }
    body.single-post .wpex-post-cards-grid{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 12px;
    }
    body.single-post .wpex-post-cards-entry{
        margin-bottom: 0px;
    }
    body.single-post .wpex-card-title{
        line-height: 100%;
    }
    body.single-post ul.post-pagination{
        display: none;
    }
    .cms_sec_wrap:hover .content_wrap{
        width: 100% !important;
    }
    #menutoggle .elementor-icon {
        display: block;
        width: 44px;
        min-width: 44px;
        height: 44px;
        padding: 5px;
    }
    #menutoggle .elementor-icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }
}