.elementor-kit-6{--e-global-color-primary:#19304E;--e-global-color-secondary:#F04123;--e-global-color-text:#404040;--e-global-color-accent:#61CE70;--e-global-color-1e20a6a:#E16444;--e-global-color-23fbcdc:#D9D9DE;--e-global-color-722b949:#19304E;--e-global-color-a286dde:#3D4C6C;--e-global-color-c836763:#646985;--e-global-color-5146847:#8D8EA3;--e-global-color-0fd2992:#A4A5B7;--e-global-color-2b8a98e:#FFFFFF;--e-global-color-4633450:#404040;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#main__wrapper {
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@media (max-width:1024px) {
    #main__wrapper {
        width: 100vw;
        height: auto;
        transform: none;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
#inner__main {
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    display: flex;
    flex-direction: row;
    width: 600vw;
    height: auto;
}
#inner__main__about {
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    display: flex;
    flex-direction: row;
    width: 400vw;
    height: auto;
}
@media (max-width:1024px) {
    #inner__main, #inner__main__about {
        transform: none;
        transform-origin: top left;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: auto;
    }
}
.inner__section {
    width: 100vw;
    height: 100vh;
    scroll-snap-align: start;
}
@media (max-width:1024px) {
    .inner__section {
        width: 100vw;
        height: auto;
        scroll-snap-align: start;
    }
}
::-webkit-scrollbar {
    display: none
}

.home--banner--left {
    max-width: 600px;
}
.home--product img {
    max-height: 80vh;
    width: auto;
}
@media(max-width:1024px) {
    .home--product img {
        max-height: auto;
        width: 100%;
    }
}

.home--product--title .elementor-heading-title {
    min-height: 60px;
}
footer {
    display: none;
}
.container__right {
    width: 30%;
    height: auto;
    padding: 70px;
}
.container__left__about {
    width: 100%;
    height: auto;
}
.container__left__full{
    width: 100%;
}
.container__left {
    width: 70%;
    height: auto;
    padding: 70px;
}
.container__left__content__about {
    width: 100%;
    max-width: 100%;
}
.container__left__content__full{
    width: 100%;
    max-width: 100%;
}
.container__left__content {
    width: 100%;
    max-width: 830px;
}
@media (max-width:1024px) {
    .container__left__content {
        max-width: 100%;
    }
}
@media (max-width:1500px) {
    .container__right {
        padding: 50px;
    }
    .container__left {
        padding: 50px;
    }
}
@media (max-width:1366px) {
    .container__right {
        padding: 40px;
    }
    .container__left {
        padding: 40px;
    }
}
@media (max-width:1024px) {
    .container__right {
        width: 100%;
        padding: 40px 24px;
    }
    .container__left {
        width: 100%;
        padding: 40px 24px;
    }
}
.right__scroll {
    width: 100%;
    height: calc(100vh - 212px);
    overflow-y: auto;
    padding-right: 20px;
}
@media (max-width:1024px) {
    .right__scroll {
        height: auto;
        overflow-y: visible;
        padding-right: 0;
    }
}
.right__scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.right__scroll::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

/* Handle */
.right__scroll::-webkit-scrollbar-thumb {
    background-color: #395889;
    border-radius: 10px;
}

.left__scroll {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    padding-right: 20px;
}
@media (max-width:1024px) {
    .left__scroll {
        height: auto;
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }
}
.left__scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.left__scroll::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(204, 204, 203, 0.2);
    border-radius: 10px;
}

/* Handle */
.left__scroll::-webkit-scrollbar-thumb {
    background-color: #395889;
    border-radius: 10px;
}

.stepper__container .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;

}
.stepper__container div.step--item {
    width: 24px;
    height: 4px;
    background-color: #395889;
}
.stepper__container div.active {
    background-color: #E78868;
}
.home__products {
    height: auto;
    overflow-y: auto;
    align-items: start;
}
.home__products::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.home__products::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(204, 204, 203, 0.2);
    border-radius: 10px;
}

/* Handle */
.home__products::-webkit-scrollbar-thumb {
    background-color: #395889;
    border-radius: 10px;
}
.home__product {
    height: auto;
    min-height: 100vh;
}
.about--full {
    max-width: 100%;
}
.custom__header__mobile {
    width: 100%;
    height: 66px;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    z-index: 1000;
}
.custom__header {
    height: 66px;
    width: 100dvh;
    position: fixed;
    bottom: 0;
    left: 66px;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1) !important;
}
.custom__header.active,
.custom__header__mobile.active {
    background-color: rgba(255, 255, 255, 1) !important;
}
.custom__header .social--normal {
    display: flex;
}
.custom__header .social--active {
    display: none;
}
.custom__header.active .social--normal {
    display: none;
}
.custom__header.active .social--active {
    display: flex;
}
.custom__header .logo--active,
.custom__header__mobile .logo--active {
    display: none;
}
.custom__header .logo--normal,
.custom__header__mobile .logo--normal {
    display: block;
}
.custom__header.active .logo--active,
.custom__header__mobile.active .logo--active {
    display: block;
}
.custom__header.active .logo--normal,
.custom__header__mobile.active .logo--normal {
    display: none;
}
.custom__header__mobile.active .e-font-icon-svg {
    fill: #19304E !important;
}
.custom__header .header--social {
    max-width: 84px;
}
.custom__header .logos {
    max-width: 22px;
}
.custom__header__mobile .logos {
    max-width: 42px;
    left: 24px !important;
    top: 20px !important;
}
.custom__header .custom--menu .sub-menu {
    transform: rotate(90deg) !important;
}
.custom__header.active .elementor-item {
    color: black !important;
}
.custom__header.active .sub-arrow {
    fill: #404040;
}
.custom__header .elementor-sub-item:hover {
    background-color: transparent !important;
}

.product--btn a {
    width: 110px;
    height: 44px;
    border: 1px solid #fff;
    background-color: transparent !important;
    border-right: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.product--btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: transparent;
}
.explore--btn a {
    width: 110px;
    height: 44px;
    border: 1px solid #F14123;
    background-color: #F14123 !important;
    border-right: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.explore--btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-top: 1px solid #F14123;
    border-right: 1px solid #F14123;
    background: #F14123;
}
.archieve--btn a,
.casestudy--right a,
.casestudy--left a{
    width: 110px;
    height: 44px;
    border: 1px solid #FFFFFF !important;
    background-color: #A4A5B8 !important;
    border-right: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    transition: none;
}
.archieve--btn a:hover,
.casestudy--right a:hover,
.casestudy--left a:hover{
    border: 1px solid #FFFFFF !important;
    background-color: #F04123 !important;
    transition: none;
}
.casestudy--right a,
.casestudy--left a{
    width: 80px !important;   
}
.casestudy--left a{
    padding: 0 10px 0 0 !important;
}
.archieve--btn a::after,
.casestudy--right a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #A4A5B8;
    transition: none;
}
.archieve--btn a:hover::after,
.casestudy--right a:hover::after{
    right: -15px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    background: #F04123;
}
.casestudy--left a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background: #A4A5B8;
    transition: none;
}
.casestudy--left a:hover::before{
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background: #F04123;
}
.elementor-button-text {
    position: relative;
    z-index: 1;
}
#formSubmit {
    width: 110px;
    height: 44px;
    border: 1px solid #FFFFFF;
    background-color: #A4A5B8 !important;
    border-right: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    transition: none;
}
#formSubmit:hover{
    border-top: 1px solid #FFFFFF;
    background-color: #F14123 !important;
}
#formSubmit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #A4A5B8;
    transition: none;
}
#formSubmit:hover::after {
border-top: 1px solid #FFFFFF;
    background-color: #F14123 !important;
}
.about--btn a {
    width: max-width;
    height: 44px;
    border: 1px solid #FFFFFF;
    background-color: #A4A5B8 !important;
    border-right: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    transition: none;
}
.about--btn a:hover{
    border-top: 1px solid #FFFFFF;
    background-color: #F14123 !important;
}
.about--btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #A4A5B8;
    transition: none;
}
.about--btn a:hover::after {
border-top: 1px solid #FFFFFF;
    background-color: #F14123 !important;
}
.custom--menu .sub-menu::before {
    content: '';
    position: fixed;
    width: calc(100% + 20px);
    height: 120vh;
    background-color: #E16444;
    top: -50vh;
    left: 12px;
    z-index: 0;
}
.custom--menu--mobile nav {
    min-height: 100vh;
    width: calc(100% + 70px);
    position: fixed;
    top: 40px;
    left: -35px;
}
.custom--menu--mobile .elementor-nav-menu {
    margin: 0 24px
}
.custom--menu--mobile ul li ul {
    padding-left: 20px;

}
.custom--menu--mobile .menu-item {
    padding: 10px 0;
    border-bottom: 1px solid #DBDBDB;
}
.custom--menu--mobile .menu-item a {
    padding-right: 2px;
    padding-left: 2px;
}
.custom--menu--mobile .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .custom--menu--mobile .elementor-nav-menu--dropdown .elementor-item.highlighted {
    background-color: transparent !important;
    color: #33373d !important;
}

.custom--menu--mobile .elementor-nav-menu a:hover {
    padding: 10px 0 !important;
}
.custom--menu--mobile ul li ul .menu-item {
    border: none !important;
    padding: 0;
    background-image: url('/wp-content/uploads/2025/05/right-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}
.custom--menu--mobile .menu-item a.has-submenu .sub-arrow {
    background-image: url('/wp-content/uploads/2025/05/down-arrow.png');
    background-repeat: no-repeat;
    background-position: right 4px center;
    width: 25px;
    height: 8px;
}

.casestudy__inner__left{
    max-width: 735px;
    
}
@media(max-width:1024px){
    .casestudy__inner__left{
         max-width: 100%;
    }
}
@media(max-width:1280px){
    .casestudy__inner__left{
        width:65% !important;
    }
}
@media(max-width:1024px){
    .casestudy__inner__left{
        width:100% !important;
    }
}
.elementor-sub-item.elementor-item-active{
    background-color: transparent !important;
}
.elementor-sub-item.elementor-item-active{
    color:#FFFFFF !important;
    font-weight: 700 !important;
}
@media(max-width:1024px){
.elementor-sub-item.elementor-item-active{
    color:#33373d !important;
    font-weight: 700 !important;
}
}/* End custom CSS */