.input {
    margin: 5px !important;
    
}

.form-control-lg {
    
    margin: 20px !important;
    
}

.form-control {
    
    border-radius: 20px !important;
    display: inline !important;
    margin: 10px 0px;
    
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)
{
    
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

/*----------------------------Logo------------------------- */
.logo, a.logo:hover {
    font-size: 18px;
    font-weight: 600 !important;
    text-decoration: none;
    color: #8335bc;
}


/*----------------------------Navigation Menu------------------------- */

.main-nav.transparent {
    background: #ffffff !important;
    
}

.purple-mode {
   color: #8235bb;
 
}

.main-nav{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    /* height: var(--menu-bar-height) !important; */
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: #ffffff;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.025),0px 1px 1px 0px rgba(0, 0, 0, 0.01),0px 0px 50px 0px rgba(0, 0, 0, 0.07); */
    z-index: 1030;
    transition: all 0.2s var(--ease-default);
}

.btn-animate-y-1{
    display: block;
    transition: all .37s var(--ease-out-short), opacity .37s linear;
    color: #000 !important;
}

.btn-animate-y-2{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    color:  #8335bc;
    transform: translate(0,100%);
    transition: all .37s var(--ease-out-short), opacity .37s linear;
}

/*----------------------------Home Page------------------------- */

.btn-mod.btn-border{
    color: #8335bc !important;
    border: 1px solid #8335bc !important;
    background: #6a5acd;
}




/*----------------------------Share Button------------------------- */

.share-container {
    position: relative;
    display: inline-block;
}

.share-button {
    
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.share-button:hover {
    background-color: #0056b3;
}

.share-options {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease;
}

.share-options a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    text-align: left;
    transition: background-color 0.3s ease;
}

.share-options a:hover {
    background-color: #f0f0f0;
}

.share-options a:last-child {
    border-bottom: none;
}

.share-container.active .share-options {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0s 0s, transform 0.3s ease;
}

@media (max-width: 600px) {
    .share-button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .share-options a {
        font-size: 12px;
    }
}


.page-link {
    
    background-color: #8030b9 !important;
}


.mobile-on .desktop-nav ul li a {
    background: #8130b9 !important;
}

.inner-nav ul li .mn-sub li a, .mn-group-title {
    background: #8130b9 !important;
    
}

@media (prefers-reduced-motion:reduce),print{
    .appear-animate .linesAnimIn .word{
        opacity: 1 !important;
        transform: none !important;
    }
}
.linesAnimIn.animated .word,
.mobile .linesAnimIn .word{
    opacity: 1;   
    transform: none;
}
.mfp-bg {
    background: var(--color-dark-1);
}
.steps-1-number{
    background: var(--color-primary-1);
}
.light-content .steps-1-number{
    color: #fff;
    background: var(--color-primary-1);
}
.light-content .map-section{
    background: rgba(16,24,40, .92);
}
.light-content .map-section:hover{
    background: rgba(16,24,40, .88);
}
@media only screen and (max-width: 1440px) {
    :root{
        --section-padding-y: 120px;
    }
}
@media only screen and (max-width: 1366px) {
    .container{
        max-width: var(--container-width);
    }
    .hs-title-1{
        font-size: 20px !important;
    }
    .section-title{
        font-size: calc(1.582rem + 2.25vw);
    }
    .section-title-small{
        font-size: calc(1.635rem + 0.57vw);
    }
    .section-descr{
        font-size: 19px;
    }
    .features-list,
    .number-1-descr{
        font-size: calc(0.962rem + 0.19vw);
    }
    .works-grid.work-grid-fancy .work-title,
    .post-prev-title{
        font-size: calc(0.967rem + 0.48vw);
    }
}
@media only screen and (max-width: 1200px) {
    .inner-nav ul li{
        margin: 0 12px;
    }
}
@media only screen and (max-width: 767px) {    
    .tpl-minimal-tabs > li{
        margin: 2px !important;
        width: 48%;
    }
    .tpl-minimal-tabs > li > a.active:after,
    .tpl-minimal-tabs > li > a:hover:after{
        transform: none;
    }
    .tpl-minimal-tabs > li > a:before,
    .tpl-minimal-tabs > li > a:after{
        width: 100%;
        margin-left: 0;
    }
    .tpl-minimal-tabs > li > a:before{
        border: 1px solid var(--color-dark-1) !important;
    }
    .tpl-minimal-tabs > li > a:before,
    .tpl-minimal-tabs > li > a:after{
        border-radius: 100px;
    }
}
@media only screen and (max-width: 480px) {
    .section-descr-medium{
        font-size: 22px;
        line-height: 1.37;
    }    
    .tpl-minimal-tabs > li{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }   
}


/*----------------------------Mobile - Calculation Page------------------------- */

.btn-mod.btn-border{
    color: #8335bc !important;
    border: 1px solid #8335bc !important;
    background: #ffffff;
}
@media only screen and (max-width: 767px) {
    .pt-sm-40 {
        padding-top: 90px !important;
    }
}