/* =========================================
   Footer App Buttons
========================================= */

.our-application {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 576px) {
    .our-application {
        flex-direction: row;
        justify-content: center;
    }
}

.our-application a {
    display: flex;
    align-items: center;
    width: 180px;
    min-height: 58px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    text-decoration: none;
    background: transparent;

    transition: background-color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.our-application a:hover {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .25);
    transform: translateY(-2px);
}

.our-application .store-icon {
    flex-shrink: 0;
    width: 24px;
    margin-right: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}

.our-application .store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.our-application .store-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, .70);
    margin-bottom: 2px;
}

.our-application .store-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

@media (max-width: 767px) {
    .our-application a {
        width: 170px;
    }

    .our-application .store-title {
        font-size: 15px;
    }
}

/* =========================================
   Main Content App Store / Google Play
========================================= */

.our-app-download {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.our-app-download a {
    display: block;
    transition: transform .3s ease;
}

.our-app-download a:hover {
    transform: scale(1.05);
}

.our-app-download img {
    display: block;
    height: 50px;
    width: auto;
}

/* =========================================
   OUR CLOUD Feature Icons
========================================= */

.our-cloud-icon img {
    width: 60px;
    height: auto;
}


/* =========================================
   Supported File Icons
========================================= */

.file-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.file-icons img {
    width: 64px;
    height: 64px;
    transition: transform 0.2s ease;
}

@media (max-width: 768px) {
    .file-icons {
        justify-content: center;
        gap: 16px;
    }

    .file-icons img {
        width: 48px;
        height: 48px;
    }
}

/* =========================================
   Share Section
========================================= */

.dashboard-share-image {
    width: 120%;
    max-width: none;
    margin-left: 25px;
    transform: translateX(40px);
    border-radius: 20px;
}

.feature-item {
    max-width: 320px;
    margin: 0 auto;
}

.feature-icon-modern {
    margin: 0 auto 25px;
    text-align: center;
}

.feature-icon-modern img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: inline-block;
}

.feature-title-modern {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
}

.feature-text-modern {
    font-size: 16px;
    line-height: 1.8;
    color: #6c757d;
    margin: 0;
}

@media (max-width: 991px) {
    h2 {
        font-size: 40px !important;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 34px !important;
    }
}


/* =========================================
   Price
========================================= */


.pricing-toggle {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 35px !important;
    margin-top: 20px !important;
    flex-wrap: wrap;
}

.pricing-toggle .toggle-option {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
    color: #717580;
    margin: 0 !important;
    line-height: normal !important;
}

.pricing-toggle .toggle-option input {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
}

.pricing-toggle .toggle-option span {
    color: #28a745;
    font-weight: 700;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    padding: 45px 40px;
    height: 100%;
    position: relative;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.pricing-card.featured {
    border: 2px solid #ff6b3d;
    overflow: visible;
}

.featured-badge {
    position: absolute;
    top: 25px;
    left: 30px;
    background: #f5f5f5;
    color: #666;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.pricing-card h4 {
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #232323;
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #fff;
    border: 1px solid #ececec;
    color: #666;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    z-index: 10;
}

.pricing-desc {
    color: #717580;
    min-height: 60px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .pricing-desc {
        min-height: 30px;
        margin-bottom: 0;
    }
}

.pricing-price {
    margin: 25px 0 35px;
}

.pricing-price .amount {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #232323;
}

.pricing-price .period {
    display: block;
    margin-top: 2px;
    font-size: 15px;
    color: #717580;
    line-height: 1.2;
}

.pricing-card .btn {
    width: 100%;
    margin-bottom: 10px;
}

.pricing-card hr {
    margin: 30px 0;
    border-color: #ececec;
}

.pricing-features {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-features li {
    margin-bottom: 16px;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.pricing-features li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .pricing-card {
        padding: 35px;
    }

    .pricing-card h4 {
        font-size: 36px;
    }

    .pricing-price .amount {
        font-size: 42px;
    }

    .pricing-toggle {
        gap: 20px !important;
    }
}


.free-plan-card {
    padding: 10px 40px;
}

.free-plan-card .pricing-price {
    margin: 0 0 15px;
}

.free-plan-card h4 {
    margin-bottom: 10px;
}

.free-plan-card .pricing-desc {
    min-height: auto;
    margin-bottom: 15px;
}

.free-plan-card .pricing-features li {
    margin-bottom: 8px;
}


/* =========================================
   OUR Cloud Benefits
========================================= */

.our-cloud-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.our-cloud-benefit i {
    color: #b7b7b7;
    transition: color .25s ease,
    transform .25s ease;
}

.our-cloud-benefit span {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray);
    transition: color .25s ease;
}

.our-cloud-benefit:hover i {
    color: var(--base-color);
    transform: translateY(-3px);
}

.our-cloud-benefit:hover span {
    color: var(--base-color);
}

.submit.loading {
    pointer-events: none;
    opacity: .8;
}

.submit.loading::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: ourcloud-spin .8s linear infinite;
    vertical-align: middle;
}

@keyframes ourcloud-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Lang Swither */

.our-lang {
    position: relative;
    display: flex;
    align-items: center;
}

.our-lang__trigger {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-lang__trigger-icon {
    display: block;
    max-width: 25px;
    width: 100%;
}

.our-lang__trigger-text {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.our-lang__content {
    display: none;
    width: max-content;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-15px);
    border-radius: 4px;
    z-index: 101;
}

.our-lang__content.active {
    display: block;
}

.our-lang__list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.our-lang__item {
    display: block;
}

.our-lang__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
}

.our-lang__icon {
    display: block;
    max-width: 30px;
    width: 100%;
}

.our-lang__icon img {
    display: block;
    width: 100%;
}

.our-lang__text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* Lang Switcher END */

header .navbar-brand img {
    max-height: 30px;
}

.our-auth {
    display: flex;
    align-items: center;
    margin-right: 10px;

}

.our-auth__link {
    display: block;
    padding: 10px;
    transition: 0.3s;
}

.our-auth__link:hover {
    opacity: 0.6;
}

.our-auth__text {
    font-weight: 500;
    color: #1f242e;
    font-family: inherit;
    font-size: 16px;
}

@media (max-width: 991px) {
    .our-auth__text {
        display: none;
    }
}

.our-auth__icon {
    max-width: 27px;
    width: 100%;
    display: none;
    position: relative;
    top: 2px;
}

@media (max-width: 991px) {
    .our-auth__icon {
        display: block;
    }
}

.our-auth__icon img {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .our-iphone {
        left: -30px;
    }
}
