/*
Theme Name: Equiton Digital
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyone

*/
:root{
    --white: #ffffff;
    --gray900: #404042;
    --black: #000000;
    --fontPrimary: 'Maison Neue'
}
@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Book.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Book.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Book.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BookItalic.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BookItalic.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BookItalic.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-LightItalic.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-LightItalic.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-ExtraBold.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Medium.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Medium.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Medium.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-MediumItalic.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-MediumItalic.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-DemiItalic.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-DemiItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-DemiItalic.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-DemiItalic.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-DemiItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BoldItalic.eot');
    src: url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/equiton-digital/fonts/MaisonNeue-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body{
    margin: 0;
    padding: 0;
    font-family: var(--fontPrimary);
    box-sizing: border-box;
    overflow-x: hidden;
	position: relative;
}


h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p{
    margin: 0;
    padding: 0;
}


.hl-xxl{
    font-family: var(--fontPrimary);
    font-size: 78px;
    line-height: 80px;
    font-weight: 600;
}
.hl-1{
    font-family: var(--fontPrimary);
    font-size: 63px;
    line-height: 66px;
    font-weight: 600;
}
.hl-2{
    font-family: var(--fontPrimary);
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
}
.hl-3{
    font-family: var(--fontPrimary);
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
}

.p{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    font-style: italic;
}
.secondary-bg {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

/* css for header start */

.site-header{
    top: 0;
    left: 0;
    z-index: 5;
	padding: 0 40px;
}
.site-header .logo{
    margin-top: 13px;
}
.site-header .navbar .nav-item .nav-link{
    font-family: var(--fontPrimary);
    font-size: 17px;
    font-style: italic;
    padding: 0;
    margin: 0 20px;
    line-height: 22px;
    color: var(--white);
    border-bottom: 2px solid #ffffff00;
}
.site-header .navbar .nav-item .nav-link:last-child{
    margin-right: 0;
}
.site-header .navbar .nav-item .nav-link.active, .site-header .navbar .nav-item:not(.nav-item:last-child) .nav-link:hover{
    border-bottom: 2px solid #ffffff;
}
.site-header .navbar .nav-item:not(.nav-item:last-child) .nav-link{
	font-weight: 500;
}
.site-header .dropdown-toggle::after{
    position: absolute;
    width: 14px;
    height: 8px;
    border: none;
    margin: 0;
    top: 7px;
    right: 2px;
    left: auto;
    transition: all 0.3s ease-out;
    background: url("data:image/svg+xml;utf8, <svg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.15234 0.846062L6.84375 6.53818L12.5371 0.846062' stroke='white' stroke-width='1.5'/></svg>");
}
.site-header .dropdown-toggle.show::after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.site-header .navbar .dropdown-box span{
    font-family: var(--fontPrimary);
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: var(--white);
    left: 50%;
    top: 50%;
    z-index: 2;
	width: 100%;
    white-space: normal;
    transform: translate(-50%, -50%);
}
.site-header .navbar .dropdown-box::after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.32);
}
.site-header .navbar .dropdown-item:hover .dropdown-box::after{
    background-color: rgba(0, 0, 0, 0.42);
}

.site-header .navbar .dropdown-menu{
    padding: 20px;
    border: none;
    border-radius: 0px;
    background-color: var(--secondary);
}
/*
.site-header .navbar .dropdown-menu li:not(:last-child){
    margin-right: 10px;
}
*/
.site-header .navbar .dropdown-menu.show{
    display: flex;
    left: -140px;
    right: auto;
    top: 32px;
}
.site-header .navbar .nav-item:last-child .nav-link{
    font-style: normal;
    padding: 12px 30px;
    color: var(--secondary);
    background-color: var(--primary);
}

.site-header .navbar .nav-item:last-child .nav-link:hover{
    color: var(--primary);
    background-color: var(--secondary);
}

/* css for header ends */


/* css for index page starts */
.main-banner {
	height: 105vh;
}
.banner-carousel .carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.banner-carousel .carousel-indicators-wrap{
    right: 52px;
    bottom: 106px;
    z-index: 3;
}
.banner-carousel .carousel-indicators-wrap .num-count{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 24px;
    color: var(--white);
}
.banner-carousel .carousel-indicators{
    width: auto;
    height: auto;
    right: 26px;
    left: auto;
    bottom: 7px;
    margin: 0;
    padding: 0;
    display: block;
}
.banner-carousel .carousel-indicators button{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 17px;
    text-indent: 0;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    border: none;
    display: none;
    color: var(--white);
    background-color: transparent;
}
.banner-carousel .carousel-indicators button.active{
    opacity: 1;
    display: block;
}
.banner-carousel .carousel-item .carousel-desc{
    font-family: var(--fontPrimary);
    font-size: 19px;
    line-height: 26px;
}

.banner-carousel .carousel-item .carousel-caption{
    font-family: var(--fontPrimary);
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    position: absolute;
    left: auto;
    bottom: 94px;
    right: 214px;
    opacity: 1;
    z-index: 3;
    padding: 0;
}
.banner-carousel .carousel-arrow-wrap{
    right: 112px;
    bottom: 90px;
}

.carousel-control-next, 
.carousel-control-prev{
    width: 34px;
    height: 34px;
    top: auto;
    z-index: 3;
    opacity: 1;
    left: auto;
    right: 0;
    border-radius: 50px;
    border: 2px solid var(--white);
}

.main-banner .banner-overlay{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
    /* background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%) */
}

.banner-overlay .banner-overlay-inner{
    bottom: 0;
    left: 0;
    padding-left: 40px;
    padding-bottom: 80px;
}
 #registration-popup .popup-inner {
    max-height: 95vh;
    overflow-y: scroll;
    margin-top: auto;
    margin-bottom: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}
#registration-popup .popup-inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
#registration-popup *{
    font-family: var(--fontPrimary);
    color: var(--secondary);
}

#registration-popup .gform_validation_errors *, #registration-popup .validation_message{
	color: #c02b0a;
}
#registration-popup input:not([type="submit"]), #registration-popup select, #registration-popup .custom-multiselect-dropdown {
    background-color: var(--primary);
    height: 48px;
    border: 2px solid var(--secondary);
    padding: .5rem;
    font-style: italic;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
}
button.popup-close {
    top: 30px !important;
    display: inline-flex;
    border: 1.5px solid !important;
    border-radius: 45px;
    width: 30px;
    height: 30px;
    padding: 0;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    font-size: 1.5rem !important;
    right: 25px !important;
}
#registration-popup *:focus, #registration-popup *:focus-visible {
    border: 2px solid var(--secondary);
    outline: none;
}
#registration-popup .gfield.gfield--type-html{
    font-style: italic;
}
#registration-popup .gform-footer.gform_footer.top_label {
    display: flex;
    justify-content: center;
}
#registration-popup .custom-multiselect-dropdown .dropdown-display {
    width: 100%;
    cursor: default;
}
#registration-popup .custom-multiselect-dropdown .dropdown-options {
    left: -2px;
    right: -2px;
    padding: .5rem;
    z-index: 10;
    top: -2px;
    border: 2px solid var(--secondary);
    background-color: var(--primary);
    overflow: auto;
}
#registration-popup .custom-multiselect-dropdown .dropdown-options > div {
    height: 1.75rem;
    margin: .5rem 0;
}
#registration-popup .custom-multiselect-dropdown .dropdown-options > div input[type="checkbox"]{
    appearance: inherit;
    aspect-ratio: 1;
    height: 5px;
    border: 2px solid;
}
#registration-popup .custom-multiselect-dropdown .dropdown-options > div input[type="checkbox"]:checked {
    background: var(--secondary);;
}
#registration-popup input[type="submit"]{
    font-family: var(--fontPrimary);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid var(--secondary);
    background-color: var(--secondary);
    margin-top: 34px;
    color: var(--primary);
    transition: all 0.3s ease-out;
}
 #registration-popup input[type="submit"]:hover{
    border: 2px solid var(--secondary);
    background-color: var(--primary);
    color: var(--secondary);
}
.gform_required_legend {
    display: none;
}
#registration-popup .gform_title {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

#registration-popup .gform_fields.top_label {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
}
#registration-popup .gform_fields.top_label .gfield {
    width: calc(50% - 0.625rem);
    position: relative;
}
#registration-popup .gform_fields.top_label .gfield * {
    /*width: 100%;*/
    box-sizing: border-box;
}
#registration-popup .gform_fields.top_label .gfield.gfield--type-email, #registration-popup .gfield.gfield--type-select, #registration-popup .gfield.gfield--type-select + div ,  #registration-popup .gfield.gfield--type-multi_choice, #registration-popup .gfield.gfield--type-html {
    width: 100% !important;
}
#registration-popup label.gfield_label.gform-field-label, #registration-popup fieldset.gfield--type-multi_choice legend {
    font-style: italic;
    font-weight: 600;
	font-size: 17px;
}
#registration-popup fieldset.gfield--type-multi_choice legend {
	margin-bottom: -8px;
}
.banner-overlay .banner-overlay-inner .btn-cta{
    color: var(--secondary);
    margin-top: 34px;
    background-color: var(--primary);
}

.banner-overlay .banner-overlay-inner .btn-cta:hover{
    color: var(--primary);
    background-color: var(--secondary);
}

.btn-cta, .site-header .navbar .nav-item:last-child .nav-link{
    font-family: var(--fontPrimary);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.scroll-section {
    position: relative;
}
.scroll-section::-webkit-scrollbar, .scroll-section .scrollable-content::-webkit-scrollbar, *::-webkit-scrollbar {
    display: none;
}

.scroll-section .scroll-inner {
    position: relative;
    min-height: 100vh;
    max-height: 100vh;
    background-color: var(--primary);
    z-index: 1; 
    width: 100%;
}

.scroll-section .scrollable-content {
    z-index: 5; 
    width: 95%;
    margin: auto;
    background: var(--secondary);
    color: var(--primary);
    padding: 50px 100px;
    display: flex;
    gap: 170px;
   /* overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;*/
}

.scroll-section .scrollable-content > div {
    min-width: calc(50% - 85px);
}
.scroll-section .scrollable-content .acf-content h4{

}
/* .scroll-section .scrollable-content .acf-values {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
} */

.scroll-section .scrollable-content .acf-values .acf-value {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}
.scroll-section .scrollable-content .acf-values .acf-value .acf-value-main {
    font-size: 180px;
    line-height: 1.1;
}
.scroll-section .scrollable-content .acf-values .acf-value-text {
    z-index: 3;
}
.scroll-section .scrollable-content .acf-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	    position: sticky;
    height: 100vh;
    /*top: 100px;*/
}
/*.scroll-section .scrollable-content .acf-content p.p:last-child {
    margin-top: auto;
}*/
.text-with-image{
    padding: 12px 40px 40px 40px;
    background-color: var(--primary);
    z-index: 2;
    position: relative;
}
.text-with-image .sec-left{
    max-width: 440px;
    margin-left: 84px;
}
.text-with-image .sec-left p{
    margin-top: 36px;
}

.text-with-image .sec-right{
    max-width: 900px;
}

.development-carousel .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.development-carousel .carousel-indicators-wrap{
    right: 52px;
    bottom: 56px;
    z-index: 3;
}
.development-carousel .carousel-indicators-wrap .num-count{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 24px;
    color: var(--white);
}
.development-carousel .carousel-indicators{
    width: auto;
    height: auto;
    right: 26px;
    left: auto;
    bottom: 7px;
    margin: 0;
    padding: 0;
    display: block;
}
.development-carousel .carousel-indicators button{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 17px;
    text-indent: 0;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    border: none;
    display: none;
    color: var(--white);
    background-color: transparent;
}
.development-carousel .carousel-indicators button.active{
    opacity: 1;
    display: block;
}
.development-carousel .carousel-item .carousel-desc{
    font-family: var(--fontPrimary);
    font-size: 19px;
    line-height: 26px;
}

.development-carousel .carousel-arrow-wrap{
    right: 112px;
    bottom: 40px;
}

.development-carousel .carousel-control-next, 
.development-carousel .carousel-control-prev{
    width: 34px;
    height: 34px;
    top: auto;
    z-index: 3;
    opacity: 1;
    left: auto;
    right: 0;
    border-radius: 50px;
    border: 2px solid var(--white);
}

.text-with-image .development-overlay{
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.text-with-image .development-overlay::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(0,0,0,0.72) 100%);
}

.text-with-image .development-overlay-inner{
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.text-with-image .btn-cta{
    margin-top: 24px;
    color: var(--secondary);
    background-color: var(--primary);
}

.text-with-image .btn-cta:hover{
    color: var(--primary);
    background-color: var(--secondary);
}

.why-equiton{
    z-index: 2;
}

.why-equiton .figure-wrap .figure{
    width: 25%; 
}
.why-equiton .figure-wrap .figure img{
    width: 100%;
    height: 654px;
    object-fit: cover;
    object-position: top center;
}

.why-equiton .slogan{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading-with-text{
    width: 100%;
    padding-top: 112px;
    padding-bottom: 82px;
    z-index: 2;
    position: relative;
}
.heading-with-text .heading-with-text-inner{
    max-width: 790px;
}

.heading-with-text .heading-with-text-inner p{
    margin-top: 40px;
}
.heading-with-text .heading-with-text-inner .btn-cta{
    margin-top: 28px;
    color: var(--primary);
    background-color: var(--secondary);
}

.news{
    padding-top: 100px;
    padding-bottom: 127px;
    padding-left: 40px;
    background-color: var(--secondary);
    z-index: 2;
}
.news .btn-cta{
    padding: 8px 24px;
    color: var(--secondary);
    background-color: var(--primary);
}
.news .news-slider .news-cont{
    max-width: 497px;
    margin-right: 77px;
}
.news .news-img img{
    width: 100%;
    height: 286px;
    object-fit: cover;
    object-position: top center;
}
.news .news-info .post-date{
    font-family: var(--fontPrimary);
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
    color: var(--primary);
}
.news .news-info .news-title{
    text-decoration: none;
}
.news .news-arrow-wrap{
    top: 90px;
    right: 100px;
}

.news-arrow-wrap button{
    width: 34px;
    height: 34px;
    z-index: 3;
    opacity: 1;
    padding: 0;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid var(--white);
}

.news .slider-action{
    top: 100px;
    right: 40px;
}

.news .slick-dots{
    display: none !important;
}

.news .slider-action .current-slide,
.news .slider-action .total-slide{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 17px;
    color: var(--white);
}
/* css for home page ends */


/* css for our differences pages starts */

.main-banner .static-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.our-belive{
    padding: 170px 0px;
    background-color: var(--primary);
}

.our-belive .our-belive-inner{
    max-width: 790px;
}
.our-belive .our-belive-inner p{
    margin-top: 40px;
}
.our-belive-system .belive-system-col{
    padding: 68px;
    max-width: 33.33%;
    min-height: 834px;
}
.our-belive-system .belive-system-col .p{ 
    max-width: 300px;
}
.our-belive-system .belive-system-col.odd-num{
    background-color: #313474;
}
.commitment{
    padding-top: 160px;
    padding-bottom: 120px;
    background-color: var(--primary);
}

.commitment .commitment-inner{
    max-width: 1400px;
}
.commitment-inner .sec-left{
    max-width: 450px;
}
.commitment-inner .sec-left p{
    margin-top: 40px;
}
.commitment-inner .sec-right{
    max-width: 660px;
}
.commitment-inner .commitment-wrap{
    min-height: 628px;
    padding: 25px 40px;
    border: 1.5px solid var(--secondary);
}

.commitment-inner .commitment-wrap p{
    max-width: 390px;
}
.commitment-slider .carousel-indicators-wrap{
    right: 10px;
    bottom: auto;
    z-index: 3;
    top: -27px;
}
.commitment-slider .carousel-indicators-wrap .num-count{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 24px;
    color: var(--secondary);
}
.commitment-slider .carousel-arrow-wrap{
    top: -12px;
    right: 60px;
}
.commitment-slider .carousel-indicators{
    width: auto;
    height: auto;
    right: 25px;
    left: auto;
    bottom: 7px;
    margin: 0;
    padding: 0;
    display: block;
}
.commitment-slider .carousel-indicators button{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 17px;
    text-indent: 0;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    border: none;
    display: none;
    color: var(--secondary);
    background-color: transparent;
}
.commitment-slider .carousel-indicators button.active{
    opacity: 1;
    display: block;
}

.commitment-slider .carousel-control-next, 
.commitment-slider .carousel-control-prev{
    border-color: var(--secondary);
}

.shaping-the-future{
    padding: 30px 40px;
	gap: 9rem;
}
.shaping-the-future .sec-left{
    width: 46%;
    margin-left: 84px;
}
.shaping-the-future .sec-left .btn-cta{
    color: var(--secondary);
    background-color: var(--primary);
}


/* css for our differences page ends */


/* css for product line page */

.product-heading{
    padding-top: 206px;
    padding-bottom: 104px;
}
.product-line{
    padding: 0 40px;
}
.product-line .product-line-inner .product-img{
    width: 100%;
    height: 755px;
    object-fit: cover;
    object-position: top center;
}
.product-line .product-line-inner .maxium-icon,
.product-line .product-line-inner .maxium-text{
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%); z-index:999;
}
.product-line .product-line-inner .btn-cta{
    left: 50%;
    top: 80%;
    z-index: 3;
    transform: translateX(-50%);
    color: var(--secondary);
    background-color: var(--primary);
}
.product-line .product-line-inner .btn-cta:hover{
    color: var(--primary);
    background-color: var(--secondary);
}
.product-line .product-line-inner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,.6) 100%);
}
.page-template-project-detail .text-with-image .sec-right img {
    object-fit: contain;
    height: fit-content;
}
.page-template-project-detail .text-with-image .sec-left {
    margin-left: 0;
    max-width: 500px;
}
.page-template-project-detail .text-with-image-inner {
    padding: 0px 8rem;
}
.page-template-project-detail .text-with-image .sec-right {
	padding-left: 5rem;
}

.main-banner .overlay-image{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	object-fit: contain;
}

.maxium-area-carousel .carousel-indicators-wrap{
    right: calc(100% - 130px);
    bottom: -56px;
    z-index: 3;
}
.maxium-area-carousel .carousel-indicators-wrap .num-count{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 17px;
    color: var(--secondary);
}
.maxium-area-carousel .carousel-indicators{
    width: auto;
    height: auto;
    right: 30px;
    left: auto;
    bottom: 7px;
    margin: 0;
    padding: 0;
    display: block;
}
.maxium-area-carousel .carousel-indicators button{
    font-family: var(--fontPrimary);
    font-size: 17px;
    line-height: 17px;
    text-indent: 0;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    border: none;
    display: none;
    color: var(--secondary);
    background-color: transparent;
}
.maxium-area-carousel .carousel-indicators button.active{
    opacity: 1;
    display: block;
}
.maxium-area-carousel .carousel-item .carousel-desc{
    font-family: var(--fontPrimary);
    font-size: 19px;
    line-height: 26px;
}

.maxium-area-carousel .carousel-arrow-wrap{
    right: calc(100% - 80px);
    bottom: -70px;
}

.maxium-area-carousel .carousel-control-next, 
.maxium-area-carousel .carousel-control-prev{
    width: 34px;
    height: 34px;
    top: auto;
    z-index: 3;
    opacity: 1;
    left: auto;
    right: 0;
    border-radius: 50px;
    border: 2px solid var(--secondary);
}
.projects{
    padding-top: 100px;
    background-color: var(--primary);
}
.projects .project-heading{
    padding: 0 40px;
	flex-wrap: wrap;
	gap: 20px;
}

.project-heading .actions{
    max-width: 285px;
}
.project-heading .actions .btn-all{
    font-size: 17px;
    line-height: 17px;
    border: none;
    padding: 0;
    color: var(--secondary);
    background-color: transparent;
}
.project-heading .actions .view-filter{
    border: none;
    box-shadow: none;
    color: var(--primary);
    background-color: var(--secondary);
}
.projects .project-cont img{
    width: 100%;
    height: 890px;
    object-fit: cover;
    object-position: top center;
}

.projects .project-overly{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(0,0,0,0.7) 100%);
}

.projects .project-overly .project-name{
    max-width: 400px;
    top: 100px;
    left: 40px;
    position: relative;
}

.projects .project-overly .units{
    font-size: 17px;
    line-height: 24px;
    left: 40px;
    top: 175px;
    font-style: italic;
}
.projects .project-overly .status-badge{
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 40px 15px 20px;
    color: var(--gray900);
    right: 0;
    top: 105px;
    background-color: var(--white);
}
.projects .project-overly .status-badge.selling{
    color: var(--primary);
    background-color: var(--secondary);
}

.projects .project-overly .btn-cta{
    left: 40px;
    bottom: 70px;
    color: var(--primary);
    background-color: var(--secondary);
}

.projects .project-overly .btn-cta:hover{
    color: var(--secondary);
    background-color: var(--primary);

}

body.open-modal{
    overflow: hidden;
}

.backdrop{
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
    transition: all 0.3s ease-out;
    background-color: rgba(79, 83, 156, 0.7);
}

.sidebar-inner{
    width: 100%;
    max-width: 415px;
    height: 100%;
    top: 0;
    z-index: 10;
    right: -416px;
    padding: 74px 40px 0;
    transition: all 0.3s ease-out;
    background-color: var(--secondary);
}

.sidebar-inner ul li{
    display: block;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    cursor: pointer;
    color: var(--primary);
}

.sidebar-inner ul li.active{
    padding-left: 30px;
    position: relative;
}

.sidebar-inner ul li.active::after{
    position: absolute;
    content: "";
    width: 18px;
    height: 20px;
    top: 14px;
    left: 0;
    background: url("/wp-content/themes/equiton-digital/images/check.svg") no-repeat;
}

.sidebar-inner .btn-cta{
    color: var(--secondary);
    background-color: var(--primary);
}
.sidebar-inner .btn-close{
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    padding: 0;
    opacity: 1;
    top: 30px;
    right: 40px;
    background: url("/wp-content/themes/equiton-digital/images/close.svg") no-repeat center center;
    border: 1.5px solid var(--primary);
}
/* Product line details ends */

/* Our Communities css */
.banner-overlay .sec-right{
    padding-right: 40px;
}
.map-section{
    padding: 100px 0px;
    background-color: var(--primary);
}
.map-section .map-section-inner{
    max-width: 1323px;
}
.map-section-inner .sec-left{
    max-width: 522px;
}
.map-section-inner .sec-right{
    max-width: 656px;
}
.gallery .gallery-img.style-1{
    height: 440px;
    overflow: hidden;
}
.gallery .gallery-img.style-3{
    height: 825px;
}
.gallery .gallery-img img{
    height: 100%;
    object-fit: cover;
    object-position: top center;

}
/* Our communities css ends */

/* Css for about us page */
.gallery .gallery-heading{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 0px 16px;
}
.usefull-links{
    padding: 0 40px 100px;
    column-gap: 15px;
    row-gap: 25px;
    background-color: var(--primary);
}

.usefull-links .link-wrap{
    padding: 24px;
    min-height: 294px;
    max-width: calc(33% - 5px);
    border: 2px solid var(--secondary);
}

.team-leaders{
    padding: 130px 0px;
    background-color: var(--secondary);
}
.team-leaders .heading{
    max-width: 650px;
}
.team-leaders .leaders{
    max-width: 1270px;
    margin-top: 60px;
}

.team-leaders .leaders-wrap{
    max-width: 590px;
    height: 700px;
}
.team-leaders .leaders-wrap img{
    object-fit: cover;
    object-position: top center;
}
.team-leaders .leaders-wrap .hl-1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-leaders .leaders-wrap .designation{
    max-width: 315px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.team-members{
    background-color: var(--primary);
}
.team-members .team-wrap{
    max-width: 25%;
    height: auto;
}
.team-members .team-wrap img{
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.team-leaders .leaders-wrap .overlay,
.team-members .team-wrap .overlay{
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    transition: all 0.3s ease-out;
    background-color: var(--primary);
}
.team-leaders .leaders-wrap,
.team-members .team-wrap{
    overflow: hidden;
}

.team-leaders .leaders-wrap:hover .overlay,
.team-members .team-wrap:hover .overlay{
    bottom: 0;
}
.team-leaders .leaders-wrap .overlay .p,
.team-members .team-wrap .overlay .p{
    width: 100%;
    max-width: 325px;
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.team-members .team-wrap .hl-3{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.team-members .team-wrap .designation{
    width: 200px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}
.btn-by{
    color: var(--primary) !important;
    background-color: var(--secondary) !important;
}
.text-with-image-inner.row-reverse .sec-left{
    margin-left: 0;
    margin-right: 84px;
}

/* css for about us page ends */

/* css for news page start */
.page-template-news-php{
    background-color: var(--primary);
}
.news.news-page{
    padding: 170px 40px 90px 40px;
    background-color: var(--primary);
}
/* .news.news-page .news-cont{
    max-width: 49.5%;
} */
.news.news-page .news-img img{
    height: auto;
	aspect-ratio: 2 / 1.2;
    object-fit: cover;
    max-height: 350px;
    min-height: 300px;
}
.news.news-page .news-info .post-date{
    color: var(--secondary);
}
.news.news-page .news-info .news-title{
    max-width: 650px;
    color: var(--secondary);
}

.pagination-links .btn-preginate{
    width: 34px;
    height: 34px;
    border-radius: 50px;
    border: 1.5px solid var(--secondary);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-links .btn-preginate.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination-links ul li{
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    margin: 0 5px;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination-links ul li a{
    color: var(--secondary);
    text-decoration: none;
}

.pagination-links ul li.active{
    border: 1.5px solid var(--secondary);
}

/* css for news page ends */

/* css for news details */

.news-details .main-banner .sec-right{
    max-width: 300px;
}
.news-details .main-banner .sec-right .btn-cta{
    font-size: 16px;
    padding: 11px 26px;
    background-color: var(--white);
}
.news-details .main-banner .sec-right .btn-cta:hover{
    background-color: var(--secondary);
}
.videoarea{
    width: 100%;
    height: 900px;
}
.videoarea .video-tour{
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}
.videoarea .btn-play{
    border: none;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

/* css for news details ends */

/* css for resources page */

.payment-chart .line-chart{
    width: 100%;
    min-width: 1200px;
}
.navigate-experience{
    padding: 100px 40px;
    background-color: var(--secondary);
}

.navigate-experience .heading{
    max-width: 790px;
}

.navigate-experience .navigate-inner{
    margin-top: 100px;
    row-gap: 25px;
    column-gap: 10px;
}

.navigate-inner .navigate-cont{
    max-width: calc(25% - 10px);
    padding: 24px;
    min-height: 294px;
    border: 1.5px solid var(--primary);
}

/* css for resource pages ends */




/* css for footer starts */


.site-footer{
    background-color: var(--primary);
    position: relative;
    z-index: 2;
}

.site-footer .footer-top{
    padding: 60px 40px 60px 40px;
}
.site-footer .footer-top .sec-left{
    max-width: 730px;
}

.site-footer .footer-top .sec-left .btn-cta{
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
    color: var(--primary);
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
.site-footer .footer-top .sec-left .btn-cta:hover{
    color: var(--secondary);
    background-color: var(--primary);
    border: 1px solid var(--secondary);
}

.site-footer .footer-top .sec-right{
    max-width: 656px;
}
.site-footer  .more-link span{
    font-family: var(--fontPrimary);
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: var(--secondary);
}
.site-footer  .more-link a{
    font-family: var(--fontPrimary);
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
    color: var(--secondary);
}
.site-footer  .more-link a:hover{
    text-decoration: underline;
}
.site-footer .office-address{
    max-width: 190px;
}
.site-footer .office-address span{
    font-family: var(--fontPrimary);
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: var(--secondary);
}
.site-footer .office-address p{
    font-family: var(--fontPrimary);
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    color: var(--secondary);
}
.site-footer .social{
    max-width: 153px;
}
.site-footer .social span{
    font-family: var(--fontPrimary);
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: var(--secondary);
}

.site-footer .footer-btm{
    padding: 40px;
}
.site-footer .footer-btm::before{
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 1px;
    left: 40px;
    top: 0;
    background-color: var(--secondary);
}
.site-footer .footer-btm .level-1 p{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
.site-footer .footer-btm .level-1 a{
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: var(--fontPrimary);
    text-decoration: underline;
}
.site-footer .footer-btm .level-1 a:hover{
    text-decoration: underline;
}
.site-footer .footer-btm .sec-left{
    max-width: 250px;
}

.site-footer .footer-btm .sec-right{
    max-width: 1084px;
    color: var(--secondary);
}
.footer-btm .sec-right p.p {
    font-size: 12px;
	line-height:1;
	font-weight: 400;
}
#registration-popup .popup-inner {
    background-color: var(--primary);
}
.team_leader_modal .modal-content,
.team_member_modal .modal-content,
.useful_links_modal .modal-content,
.footerPopup .modal-content {
    background: var(--primary);
    color: var(--secondary);
}
.team_leader_modal .modal-content .modal-header,
.team_member_modal .modal-content .modal-header,
.useful_links_modal .modal-content .modal-header {
	border-color: color: var(--secondary);
}
@media(max-width: 1680px){
    .news .news-slider .news-cont{
        margin-right: 60px;
    }
}

@media(max-width: 1600px){
    .text-with-image .sec-right{
        max-width: 800px;
    }
    .team-leaders .leaders{
        max-width: 1070px;
    }
    .team-leaders .leaders-wrap {
        max-width: 500px;
        height: 600px;
    }
    .team-leaders .leaders-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .scroll-section .scrollable-content .acf-values .acf-value .acf-value-main {
        font-size: 130px;
    }
}

@media(max-width: 1440px){
	/*
    .site-header .navbar {
        margin-right: 30px;
    }
	*/
    .site-header .navbar .nav-item .nav-link:last-child {
        margin-right: 0px;
    }
    .banner-overlay .banner-overlay-inner{
        padding-bottom: 60px;
    }
    .banner-overlay .banner-overlay-inner .btn-cta{
        margin-top: 20px;
    }
    .hl-xxl{
        font-size: 54px;
        line-height: 72px;
    }
    .hl-1{
        font-size: 56px;
        line-height: 60px;
    }
    .hl-2{
        font-size: 40px;
        line-height: 50px;
    }
    .hl-3{
        font-size: 28px;
        line-height: 30px;
    }
    .text-with-image .sec-right {
        max-width: 650px;
        height: auto;
    }
    .text-with-image .sec-left{
        margin-left: 40px;
    }
    .site-footer .footer-btm .sec-right{
        max-width: 900px;
    }
    .news .news-slider .news-cont{
        max-width: 440px;
        margin-right: 30px;
    }
    
    .site-footer .footer-top .sec-right {
        max-width: 550px;
    }

    .commitment .commitment-inner {
        max-width: 1170px;
    }
    .commitment-inner .sec-right {
        max-width: 580px;
    }
    .shaping-the-future .sec-right {
        max-width: 670px;
    }
    .our-belive-system .belive-system-col{
        padding: 52px;
    }
    .product-heading {
        padding-top: 170px;
        padding-bottom: 70px;
    }
    .projects .project-overly .status-badge{
        font-size: 20px;
        line-height: 20px;
        padding: 12px 36px 12px 15px;
    }
    .projects .project-cont img{
        height: 650px;
    }
    .sidebar-inner ul li{
        font-size: 24px;
        line-height: 40px;
    }
    .gallery .gallery-img.style-3 {
        height: 700px;
    }
    .usefull-links .link-wrap{
        max-width: calc(32.7% - 5px);
    }
    .team-leaders{
        padding: 100px 0px;
    }
    .news.news-page{
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .videoarea{
        height: 800px;
    }
    .videoarea .video-tour{
        height: 800px;
    }
    .gallery .gallery-img img{
        height: 600px;
    }
    .navigate-experience .navigate-inner{
        margin-top: 70px;
    }
}

@media(max-width: 1366px){
    .site-header .logo{
        margin-left: 0;
        /*margin-top: 0;*/
    }
    .news .news-slider .news-cont{
        max-width: 420px;
        margin-right: 20px;
    }
    .btn-cta{
        font-size: 15px;
        padding: 10px 24px;
    }
    .site-header .navbar .nav-item:last-child .nav-link{
        font-size: 15px;
        line-height: 18px;
        padding: 10px 24px;
    }
    .shaping-the-future .sec-left{
        margin-left: 20px;
    }
    .product-line .product-line-inner .product-img{
        height: 610px;
    }
    .projects .project-overly .project-name{
        top: 50px;
        left: 30px;
    }
    .projects .project-overly .units{
        left: 30px;
        top: 150px;
    }
    .projects .project-overly .status-badge{
        top: 60px;
    }
    .projects .project-cont img{
        height: 600px;
    }
    .heading-with-text{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .map-section .map-section-inner {
        max-width: 1150px;
    }
    .map-section-inner .sec-left {
        max-width: 450px;
    }
    .map-section-inner .sec-right {
        max-width: 600px;
    }
    .gallery .gallery-img.style-1 {
        height: 360px;
        overflow: hidden;
    }
    .team-leaders .leaders-wrap {
        max-width: 450px;
        height: 530px;
    }
    .team-leaders .leaders {
        max-width: 970px;
    }
    .team-members .team-wrap .overlay .p{
        max-width: 250px;
    }
    .news.news-page .news-info .news-title {
        max-width: 540px;
    }
    .news.news-page {
        padding: 150px 20px 50px 20px;
    }
    .videoarea {
        height: 700px;
    }
    .videoarea .video-tour {
        height: 700px;
    }
    .navigate-inner .navigate-cont{
        min-height: 270px;
    }
    .sidebar-inner .text-cont{
        max-height: 450px;
        overflow-y: auto;
    }
    .navigate-experience {
        padding: 70px 20px;
    }
}

@media(max-width: 1280px){
	/*
    .site-header .navbar .dropdown-menu{
        padding: 12px;
    }
    .site-header .navbar .dropdown-menu li{
        width: 200px;
    }
    .site-header .navbar .dropdown-menu li img{
        width: 200px;
    }
    .site-header .navbar .dropdown-box span{
        font-size: 18px;
        line-height: 22px;
    }
    .site-header .navbar .dropdown-menu.show{
        left: -110px;
    }
	*/
    .banner-carousel .carousel-item img{
        height: 100%;
    }
    .hl-xxl{
        font-size: 56px;
        line-height: 70px;
    }
    .hl-1{
        font-size: 52px;
        line-height: 56px;
    }
    .hl-2{
        font-size: 36px;
        line-height: 44px;
    }
    .hl-3{
        font-size: 28px;
        line-height: 30px;
    }
    .text-with-image .sec-right{
        max-width: 580px;
    }
    .why-equiton .figure-wrap .figure img{
        height: 470px;
    }
    .news .news-slider .news-cont{
        max-width: 390px;
    } 
    .site-footer .footer-btm .sec-right {
        max-width: 800px;
    }
    .shaping-the-future .sec-right {
        max-width: 600px;
    }
    .commitment{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .gallery .gallery-img.style-3 {
        height: 620px;
    }
    .scroll-section .scrollable-content .acf-values .acf-value .acf-value-main {
        font-size: 100px;
    }
}

@media(max-width: 1199px){
    .hl-xxl{
        font-size: 44px;
        line-height: 52px;
    }
    .hl-1{
        font-size: 40px;
        line-height: 44px;
    }
    .hl-2{
        font-size: 30px;
        line-height: 36px;
    }
    .hl-3{
        font-size: 24px;
        line-height: 28px;
    }
    .logo img {
        max-width: 180px;
        height: auto;
    }
    .site-header .navbar .nav-item .nav-link{
        font-size: 15px;
    }
    .main-banner{
        height: 95vh !important;
    }
    .static-banner{
        height: 95 !important;
    }
    .text-with-image .sec-left{
        max-width: 400px;
        margin-left: 0;
    }
    .text-with-image .sec-left p{
        margin-top: 24px;
    }
    .text-with-image .development-overlay-inner img{
        width: 330px;
        height: auto;
    }
	.page-template-project-detail .text-with-image-inner { padding: 0px 0rem; }
    .text-with-image .sec-right {
        max-width: 480px;
    }
    .development-carousel .carousel-indicators-wrap{
        right: 30px;
        bottom: 36px;
    }
    .development-carousel .carousel-arrow-wrap {
        right: 80px;
        bottom: 18px;
    }
    .why-equiton .figure-wrap .figure img {
        height: 380px;
    }
    .banner-overlay .banner-overlay-inner{
        padding-left: 40px;
		padding-right: 40px;
        padding-bottom: 40px;
    }
    .news .news-slider .news-cont{
        max-width: 310px;
    }
    .news .news-img img{
        height: auto;
    }
    .site-footer .footer-btm .level-1 p{
        font-size: 16px;
    }
    .site-footer .footer-btm .level-1 a{
        font-size: 16px;
    }
    .site-footer .footer-btm .sec-right {
        max-width: 640px;
    }
    .site-footer .footer-btm .sec-right p:last-child{
        font-size: 14px;
        line-height: 20px;
    }
    .site-footer .footer-top .sec-right {
        max-width: 450px;
    }
    .our-belive-system .belive-system-col {
        padding: 32px;
    }
    .our-belive-system .belive-system-col{
        min-height: 650px;
    }
    .commitment .commitment-inner {
        max-width: 920px;
    }
    .commitment-inner .sec-right {
        max-width: 440px;
    }
    .commitment-inner .commitment-wrap {
        min-height: 500px;
        padding: 24px 30px;
    }
    .shaping-the-future .sec-left {
        max-width: 400px; 
        margin-left: 0;
    }
    .shaping-the-future .sec-right {
        max-width: 500px;
    }
    .product-heading {
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .product-line .product-line-inner .product-img {
        height: 520px;
    }
    .product-line .product-line-inner .maxium-icon{
        max-width: 400px;
    }
    .projects .project-overly .project-name{
        max-width: 270px;
    }
    .projects{
        padding-top: 70px;
    }
    .sidebar-inner{
        max-width: 350px;
        right: -350px;
    }
    .banner-overlay-inner .sec-right .marquis-icon{
        width: 100px;
        height: auto;
    }
    .map-section{
        padding: 70px 0px;
    }
    .map-section .map-section-inner {
        max-width: 920px;
    }
    .map-section-inner .sec-left {
        max-width: 400px;
    }
    .map-section-inner .sec-right {
        max-width: 450px;
    }
    .gallery .gallery-img.style-1 {
        height: 290px;
        overflow: hidden;
    }
    .gallery .gallery-img.style-3 {
        height: 490px;
    }
    .heading-with-text .heading-with-text-inner {
        max-width: 600px;
    }
    .heading-with-text .heading-with-text-inner p {
        margin-top: 30px;
    }
	.usefull-links {
		justify-content: space-around !important;
	}
    .usefull-links .link-wrap {
        padding: 20px;
        min-height: 230px;
		max-width: 250px;
    }
    .team-leaders .leaders {
        max-width: 810px;
    }
    .team-leaders .leaders-wrap {
        max-width: 380px;
        height: 440px;
    }
    .text-with-image-inner.row-reverse .sec-left{
        margin-right: 0px;
    }
    .team-members .team-wrap .overlay .p {
        max-width: 210px;
        font-size: 14px;
        line-height: 20px;
    }
    .news.news-page {
        padding: 100px 20px 50px 20px;
    }
    .gallery .gallery-img img {
        height: 480px;
    }
    .videoarea {
        height: 600px;
    }
    .videoarea .video-tour {
        height: 600px;
    }
}

@media(max-width: 991px){
    .hl-xxl{
        font-size: 40px;
        line-height: 52px;
    }
    .hl-1{
        font-size: 32px;
        line-height: 36px;
    }
    .hl-2{
        font-size: 30px;
        line-height: 36px;
    }
    .hl-3{
        font-size: 24px;
        line-height: 28px;
    }
    .banner-overlay .banner-overlay-inner{
        padding-left: 20px;
		padding-right: 20px;
        padding-bottom: 20px;
		flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        gap: 1rem;
    }
    .banner-carousel .carousel-arrow-wrap {
        right: 80px;
        bottom: 50px;
    }
    .banner-carousel .carousel-indicators-wrap {
        right: 30px;
        bottom: 67px;
        z-index: 3;
    }
	section.payment-chart,
    .text-with-image {
        padding: 40px 24px 40px 24px;
    }
    .text-with-image .development-overlay-inner img {
        width: 290px;
    }
    .development-carousel .carousel-indicators-wrap{
        bottom: 33px;
    }
    .text-with-image .development-overlay::after{
        height: 200px;
    }
    .why-equiton .figure-wrap .figure img {
        height: 260px;
    }
    .heading-with-text .heading-with-text-inner {
        max-width: 650px;
    }
    .heading-with-text{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .heading-with-text .heading-with-text-inner p {
        margin-top: 30px;
    }
    .news{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
    }
    .news .news-arrow-wrap {
        top: 47px;
        right: 70px;
    }
    .news .slider-action {
        top: 55px;
        right: 20px;
    }
    .site-footer .footer-top {
        padding: 40px 20px 40px 20px;
    }
	.site-header {
		padding: 0px 20px 20px 20px;
	}
    .site-footer .footer-btm {
        padding: 0px 20px 20px 20px;
    }
    .site-footer .footer-top .sec-right{
        max-width: 100%;
    }
    .site-footer .footer-btm .sec-right {
        max-width: 100%;
    }
    .site-footer .footer-btm::before{
        width: calc(100% - 40px);
        left: 20px;
    }
    .our-belive-system .belive-system-col {
        min-height: 600px;
    }
    .commitment {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .commitment .commitment-inner {
        max-width: 100%;
        padding: 0 20px;
    }
    .commitment-inner .sec-left {
        max-width: 370px;
    } 
    .commitment-inner .sec-right {
        max-width: 380px;
    }
    .commitment-inner .commitment-wrap{
        padding: 20px;
        min-height: 450px;
    }
    .commitment-inner .sec-left p {
        margin-top: 24px;
    }
    .shaping-the-future{
        padding: 30px 20px;
		gap: 4rem;
    }
    .shaping-the-future .sec-left{
        max-width: 450px;
		width: 100%;
    }
    .shaping-the-future .sec-right{
        max-width: 450px;
    }
    .product-line {
        padding: 0 20px;
    }
    .projects .project-cont img {
        height: 400px;
    }
    .projects .project-overly .project-name {
        max-width: 250px;
        top: 30px;
        left: 20px;
    }
    .projects .project-overly .status-badge {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 20px 10px 10px;
    }
    .projects .project-overly .units {
        left: 20px;
        top: 110px;
    }
    .projects .project-overly .btn-cta {
        left: 20px;
        bottom: 30px;
    }
    .projects .project-heading {
        padding: 0 24px;
    }
    .projects {
        padding-top: 50px;
    }
    .main-banner .overlay-image{
        max-width: 350px;
    }
    .text-with-image .sec-right {
        max-width: 350px;
    }
    .map-section{
        padding: 50px 20px;
    }
    .map-section-inner .sec-left {
        max-width: 100%;
    }
    .map-section-inner .sec-right {
        max-width: 100%;
    }
    .gallery .gallery-img.style-1 {
        height: 200px;
        overflow: hidden;
    }
    .gallery .gallery-img.style-3 {
        height: 380px;
    }
    .heading-with-text .heading-with-text-inner {
        max-width: 600px;
    }
    .heading-with-text .heading-with-text-inner p {
        margin-top: 30px;
    }
    .usefull-links .link-wrap {
        padding: 16px;
        min-height: 180px;
    }
    .team-leaders {
        padding: 40px 0px;
    }
    .team-leaders .leaders{
        margin-top: 60px;
    }
    .team-leaders .leaders-wrap {
        max-width: 340px;
        height: 390px;
    }
    .team-leaders .leaders-wrap {
        max-width: 340px;
        height: 390px;
    }
    .team-leaders .leaders {
        max-width: 710px;
    }
    .team-leaders .leaders-wrap .designation{
        max-width: 280px;
    }
    .team-members .team-wrap{
        max-width: 33%;
    }
    /*
	.page-template-news-php .site-header .navbar{
        background-color: var(--primary);
    }
	*/
    .pagination-links ul li{
        margin: 0;
    }
    .news-details .main-banner .sec-right {
        max-width: 220px;
        padding-right: 20px;
    }
    .gallery .gallery-img img {
        height: 100%;
		width: 100%;
        object-fit: cover;
    }
    .videoarea {
        height: 450px;
    }
    .videoarea .video-tour {
        height: 450px;
    }
    .navigate-inner .navigate-cont{
        max-width: calc(50% - 10px);
    }
	.banner-overlay .sec-left {
		width: 100% !important;
	}
	.banner-overlay .sec-right {
    	margin: unset !important;
    	padding: unset !important;
		width: 80vw !important;
    	padding-bottom: 1rem !important;
	}
	.site-footer .footer-btm .sec-left {
		padding: 2rem 0 !important;
	}

}

.product-line .product-line-inner .maxium-icon {
	object-fit: contain;
}

@media(max-width: 767px){
	/*
    .site-header .navbar .dropdown-menu.show{
        flex-flow: column;
    }
    .site-header .navbar .dropdown-menu li:not(:last-child){
        margin-right: 0;
        margin-bottom: 12px;
    }
    .site-header .navbar .dropdown-menu li {
        width: 150px;
    }
    .site-header .navbar .dropdown-menu li img {
        width: 150px;
    }
    .site-header .navbar .dropdown-box span {
        font-size: 14px;
        line-height: 20px;
    }
	*/
    .hl-xxl{
        font-size: 36px;
        line-height: 40px;
    }
    .hl-1{
        font-size: 28px;
        line-height: 32px;
    }
    .hl-2{
        font-size: 24px;
        line-height: 28px;
    }
    .hl-3{
        font-size: 20px;
        line-height: 24px;
    }
    .text-with-image .sec-left {
        max-width: 100%;
    }
    .text-with-image .sec-right {
        max-width: 100%;
    }
    .banner-overlay .banner-overlay-inner .btn-cta {
        margin-top: 20px;
    }
    .banner-overlay .banner-overlay-inner {
        padding-left: 16px;
		padding-right: 16px;
        padding-bottom: 26px;
    }
	section.payment-chart,
    .text-with-image {
        padding: 40px 16px 40px 16px;
    }
    .heading-with-text{
        padding: 50px 16px;
    }
    .news{
        padding-left: 16px;
    }
    .site-footer .more-link a{
        font-size: 14px;
    }
    .site-footer .office-address p{
        font-size: 14px;
    }
    .our-belive-system .belive-system-col{
        max-width: 100%;
        min-height: 420px;
    }
    .commitment {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .commitment-inner .sec-left {
        max-width: 100%;
    }
        .commitment-inner .sec-right {
        max-width: 100%;
    }
    .shaping-the-future .sec-left {
        max-width: 100%;
    }
    .shaping-the-future .sec-right {
        max-width: 100%;
    }
    .product-line .product-line-inner .product-img {
        height: 350px;
    }
    .product-line .product-line-inner .maxium-icon {
        max-width: 250px;
    }
    .product-line .product-line-inner::after{
        height: 150px;
    }
    .product-heading {
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .product-line {
        padding: 0 16px;
    }
    .main-banner .overlay-image {
        max-width: 300px;
    }
    .maxium-area-carousel .carousel-arrow-wrap{
        bottom: -50px;
    }
    .maxium-area-carousel .carousel-indicators-wrap{
        bottom: -36px;
    }
    .sidebar-inner{
        max-width: 300px;
        padding: 60px 24px 0;
        right: -300px;
    }
    .sidebar-inner ul li {
        font-size: 20px;
        line-height: 36px;
    }
    .project-cont{
        width: 100% !important;
    }
    .projects .project-overly .units{
        top: 90px;
    }
    .banner-overlay-inner .sec-right .marquis-icon {
        width: 80px;
    }
    .banner-overlay .sec-right {
        padding-right: 16px;
    }
    .gallery .gallery-img.style-3 {
        height: 290px;
    }
    .gallery .gallery-img.style-1{
        /* width: 100% !important;*/
        overflow: hidden;
    }
    .team-leaders .heading {
        max-width: 90%;
    }
    .team-leaders .leaders-wrap {
        max-width: 100%;
        height: auto;
    }
    .team-members .team-wrap {
        max-width: 50%;
    }
    .news.news-page {
        padding: 80px 16px 30px 16px;
    }
    .news.news-page .news-cont{
        width: 100% !important;
        max-width: 100%;
    }
    .news-details .main-banner .sec-right {
        padding-right: 16px;
    }
    .site-footer .footer-btm {
        padding: 0px 16px 16px 20px;
    }
    .navigate-experience {
        padding: 50px 20px;
    }
    .navigate-experience .navigate-inner {
        margin-top: 50px;
    }
    .navigate-inner .navigate-cont {
        max-width: calc(50% - 10px);
    }
	
	.page-template-project-detail .text-with-image .sec-right{
		padding-left: 0px;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media(max-width: 480px){
    .hl-xxl{
        font-size: 30px;
        line-height: 34px;
    }
    .hl-1{
        font-size: 35px;
        line-height: 36px;
    }
    .hl-2{
        font-size: 20px;
        line-height: 24px;
    }
    .hl-3{
        font-size: 18px;
        line-height: 22px;
    }
    .p{
        font-size: 14px;
    }
    .logo img{
        max-width: 130px;
    }
    .site-header .dropdown-toggle::after{
        top: 35px;
    }
    .banner-carousel .carousel-indicators{
        right: 26px;
    }
    .btn-cta {
        font-size: 17px;
        padding: 14px 27px;
    }
    .site-header .navbar .nav-item .nav-link{
        font-size: 14px;
        padding: 8px 15px;
    }
    .banner-carousel .carousel-arrow-wrap {
        right: 56px;
        bottom: 17px;
    }
    .banner-carousel .carousel-indicators-wrap {
        right: 20px;
        bottom: 32px;
    }
    .development-carousel .carousel-indicators{
        right: 28px;
    }
    .text-with-image .development-overlay-inner img {
        width: 230px;
    }
    .why-equiton .figure-wrap .figure{
        width: auto;
    }
    .why-equiton .figure-wrap .figure img{
        height: auto;
    }
    .heading-with-text .heading-with-text-inner p {
        margin-top: 20px;
    }
    .heading-with-text .heading-with-text-inner .btn-cta{
        margin-top: 20px;
    }
    .site-footer .footer-btm .sec-left{
        max-width: max-content;
    }
    .site-footer .footer-btm .sec-left .logo-footer{
        width: 180px;
    }
    .site-footer .footer-top {
        padding: 40px 16px 40px 16px;
    }
    .site-footer .footer-btm {
        padding: 0px 16px 16px 20px;
    }
    .site-footer .footer-top .sec-right{
        flex-wrap: wrap;
		gap:15px;
    }
    .site-footer .office-address {
        max-width: 190px;
/*         margin: 15px 0px; */
    }
    .our-belive-system .belive-system-col{
        min-height: 400px;
        padding: 20px;
    }
    .commitment {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .commitment-inner .sec-left {
        max-width: 100%;
    }
        .commitment-inner .sec-right {
        max-width: 100%;
    }
    .shaping-the-future .sec-left {
        max-width: 100%;
    }
    .shaping-the-future .sec-right {
        max-width: 100%;
    }
    .product-line .product-line-inner .product-img {
        height: 250px;
    }
    .product-line .product-line-inner .maxium-icon {
        max-width: 200px;
    }
    .product-line .product-line-inner::after {
        height: 120px;
    }
    .product-heading {
        padding-top: 130px;
        padding-bottom: 30px;
    }
    .product-line {
        padding: 0 16px;
    }
    .main-banner .overlay-image {
        max-width: 230px;
    }
    .maxium-area-carousel .carousel-arrow-wrap{
        bottom: -50px;
    }
    .maxium-area-carousel .carousel-indicators-wrap{
        bottom: -36px;
    }
    .sidebar-inner{
        max-width: 300px;
        padding: 60px 24px 0;
        right: -300px;
    }
    .sidebar-inner ul li {
        font-size: 20px;
        line-height: 36px;
    }
    .project-cont{
        width: 100% !important;
    }
    .projects .project-overly .units{
        top: 90px;
    }
    .banner-overlay-inner .sec-right .marquis-icon {
        width: 80px;
    }
    .banner-overlay .sec-right {
        padding-right: 16px;
    }
    .gallery .gallery-img.style-3 {
        height: 290px;
    }
    .gallery .gallery-img.style-1{
        width: 100% !important;
        overflow: hidden;
    }
    .team-leaders .heading {
        max-width: 90%;
    }
    .team-leaders .leaders-wrap {
        max-width: 100%;
        height: auto;
    }
    .team-members .team-wrap {
        max-width: 50%;
    }
    .news.news-page {
        padding: 80px 16px 30px 16px;
    }
    .news.news-page .news-cont{
        width: 100% !important;
        max-width: 100%;
    }
    .news-details .main-banner .sec-right {
        padding-right: 16px;
    }
    .site-footer .footer-btm {
        padding: 0px 16px 16px 20px;
    }
    .navigate-experience {
        padding: 50px 20px;
    }
    .navigate-experience .navigate-inner {
        margin-top: 50px;
    }
    .navigate-inner .navigate-cont {
        max-width: calc(50% - 10px);
    }
}

/* Show dropdown on hover for desktop */
@media (min-width: 1200px) {
    .navbar .nav-item.dropdown > .dropdown-menu {
        display: none;
    }
	.page-template-news-php .site-header .navbar .dropdown-menu{
		background-color: var(--secondary);
	}
	.page-template-news-php .site-header .navbar .nav-item .nav-link{
		color: var(--secondary);
	}
	.page-template-news-php .site-header .navbar .nav-item .nav-link.active, .page-template-news-php .site-header .navbar .nav-item .nav-link:not(.btn-cta):hover{
		border-color: var(--secondary);
	}

	.page-template-news-php .site-header .dropdown-toggle::after{
		background: url("/wp-content/themes/equiton-digital/images/menu-arrow-blue.svg")
	}
	.page-template-news-php .site-header .navbar .nav-item:last-child .nav-link{
		color: var(--primary);
		background-color: var(--secondary);
	}
}
@media(max-width: 1199px){
	
	.site-header {
		padding: 10px 40px;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.site-header.mb_colored_bg {
		background-color: var(--secondary);
	}
	.site-header.mb_colored_bg .navbar{
		border-top: 1px solid white;
	}

    .site-header .navbar{
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: var(--secondary);
    }
    .site-header .navbar-toggler{
        top: 13px;
        right: 10px;
        padding: 2px 4px;
        position: absolute;
        border-radius: 4px;
        border: 2px solid var(--white);
    }
    .site-header .navbar-toggler-icon{
       background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    .site-header .dropdown-toggle::after{
        top: 21px;
        right: auto;
        margin-left: 8px;
    }
    .site-header  .navbar-toggler:focus{
        box-shadow: none;
    }
    .site-header .navbar .nav-item .nav-link{
        margin: 15px 0;
        text-align: center;
    }
    .site-header .navbar .dropdown-menu.show{
        position: relative;
        left: 0;
        top: 0;
    }
	
	/* MOBILE CHANGES STARTS */
	.navbar-nav > .nav-item {
		border-bottom: 1px solid white;
		width: 100%;
	 }
	.navbar-nav > .nav-item:last-child {
		border-bottom: none !important;
	}

	.navbar-nav .nav-item .nav-link {
		text-align: left;
		display: flex;
		align-items: center;
	}

	.navbar-nav .nav-item:not(:last-child) .nav-link {
		height: 45px;
		margin: 0 !important;
		padding: 0px 40px !important;
	}
	.navbar-nav .nav-item .nav-link.dropdown-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navbar-nav .nav-item .nav-link.dropdown-toggle::after {
		position: relative;
		inset: unset !important;
		padding: 15px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.navbar-nav .nav-item:last-child .nav-link {
		margin: 15px;
		max-width: 150px;
	}
	.site-header .navbar .dropdown-menu li img {
		display: none;
	}

	.site-header .navbar .dropdown-menu {
		display: block;
		padding: 0px 0px 0px 40px !important;
		border-top: 1px solid #fff;
	}
	.site-header .navbar .dropdown-menu li {
		display: block;
		width: 100%;
	}
	.site-header .navbar .dropdown-menu li a {
		padding: 8px 0px !important;

	}

	.site-header .navbar .dropdown-menu li:not(:last-child) a {
		border-bottom: 1px solid #fff;
	}

	.site-header .navbar .dropdown-box::after {
		display: none !important;
	}
	.site-header .navbar .dropdown-box span {
		padding-left: 10px !important;
		font-size: 14px;
		line-height: 20px;
		display: block;
		position: relative !important;
		transform: none;
		inset: unset !important;
		color: white !important;
		text-align:left !important;
	}
	
	.site-header .navbar .dropdown-menu li a.dropdown-item:hover {
		background: var(--primary)!important;
		
	}
	.site-header .navbar .dropdown-menu li a.dropdown-item:hover span {
		color: var(--secondary) !important;
	}
	.site-header .navbar .dropdown-menu li a.dropdown-item.active, 
	.site-header .navbar .dropdown-menu li a.dropdown-item:active {
		background: var(--primary);
		color: var(--secondary) !important;
	}
	.site-header .navbar .dropdown-menu li a.dropdown-item.active span, 
	.site-header .navbar .dropdown-menu li a.dropdown-item:active span{
		background: var(--primary);
		color: var(--secondary) !important;
	}
		/* MOBILE CHANGES ENDS */
}

.calculator-title{display:none}
.payment-chart{padding:0 40px 100px;}
.calculator-mortgage i, .calculator-affordability i, .calculator-ownership i{background-color: #000 !important;}
.calculator-mortgage .calculator-row, .calculator-affordability .calculator-row, .calculator-ownership .calculator-row{border-top: 1px var(--secondary) solid !important;}

.calculator-link a {
    font-weight: bold !important;
}
div#mortgage-calculator {
    border-top: 1px solid var(--secondary) !important;
    padding: 50px 0px 50px 0px !important;
}
.calculator-row label b {
    font-weight: 600 !important;
}
.calculator-row select, .calculator-row input {
    font-weight: 600 !important;
}
.calculator-footer a {
    color: unset !important;
    text-decoration: underline !important;
}
#calculator-mortgage-result {
    color: unset !important;
    font-size: 24px !important;
}
.calculator-mortgage .calculator-footer {
    border-top-color: var(--secondary) !important;
}
.calculator-footer {
    position: relative !important;
    top: 30px !important;
}
.calculator-row:first-child {
    border-top: none !important;
}

.acf-value-main .char-uncover {
    display: inline-block;
    position: relative;
    height: 1em;
    vertical-align: bottom;
}
.acf-value-main .char-reveal {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: 1;
}
.acf-value-main .char-mask {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    z-index: 2;
    pointer-events: none;
    transition: transform 0.2s cubic-bezier(.5,1.5,.5,1);
}

.footerPopup .modal-dialog{max-width: 75% !important;}
.footerPopup .modal-header{padding: 15px; border:none}
.footerPopup .modal-body{padding: 15px 35px 65px;}
.footerPopup .modal-body p{margin-bottom: 20px;}
.footerPopup h1{font-weight: 700;
    margin-bottom: 12px;
    color: var(--secondary);}


.acf-value-main {
  font-size: 8vw;
  display: flex;
}

.char-uncover {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.char-reveal {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.char-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 2;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateY(0);
}

.char-uncover.from-top .char-mask {
  transform: translateY(-100%);
}

.char-uncover.from-bottom .char-mask {
  transform: translateY(100%);
}

.acf-value-main.reveal .char-mask {
  transform: translateY(0);
  opacity: 0;
  pointer-events: none;
}

.from-top .char-mask {
  transform: translateY(0%);
}

.from-bottom .char-mask {
  transform: translateY(0%);
}

.reveal .from-top .char-mask {
  transform: translateY(-100%);
}

.reveal .from-bottom .char-mask {
  transform: translateY(100%);
}

.scroll-section {
  position: relative;
}

.scrollable-content {
  display: flex;
  position: sticky;
  top: 0;
}

.acf-content {
  flex: 1;
  padding: 2rem;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
}


.number-section {
    height: 80vh;
    display: flex;
    align-items: center !important;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-direction: column-reverse;
}
.number-section:before {
    content: attr(data-text);
}

/*.number-section:last-child{justify-content: flex-end;}*/
.acf-value-main {
  font-size: 10vw;
  display: flex;
	font-weight:700;
}

.char {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.number-section.visible .char {
  opacity: 1;
  transform: translateY(0);
}

.parallax-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.parallax-bg img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 0.1s linear;
}

/* home page banner start */
.carousel-inner {
	height: 100%;
}
.carousel-inner .carousel-item {
	height: 100%;
}
/* home page banner end */

/* Number animation blue section Start */
@media(max-width: 1200px){
	.scrollable-content {
		padding: 50px 0px !important;
	}
}
@media(max-width: 900px){
	.scrollable-content {
		flex-direction: column !important;
	}

	.scrollable-content .acf-content {
		position: relative !important;
	}
}
/* Number animation blue section End */
/* single post page Start */
.single-post {
	background-color: var(--primary);
    color: var(--secondary);
}
/* single post page Start */
.post_categories_ul {
	display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.post_categories_ul li {
	padding: 8px 17px;
    color: var(--primary);
    background-color: var(--secondary);
	border: 1px solid var(--primary);
    margin: 13px 0px 0px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}