/**======================================================================
=========================================================================
Template Name: Berry - Bootstrap Admin Template
Author: codedthemes
Support: https://codedthemes.authordesk.app
File: style.css
=========================================================================
=================================================================================== */
body {
    font-feature-settings: "salt";
}

:root {
    --bs-body-bg: #eceff1;
    --bs-body-bg-rgb: 236, 239, 241;
    --pc-heading-color: #343a40;
    --pc-active-background: #e9ecef;
    --pc-sidebar-background: #fff;
    --pc-sidebar-color: #616161;
    --pc-sidebar-color-rgb: 57, 70, 95;
    --pc-sidebar-submenu-border-color: var(--bs-gray-300);
    --pc-sidebar-active-color: #6610f2;
    --pc-sidebar-active-color-rgb: 102, 16, 242;
    --pc-sidebar-shadow: none;
    --pc-sidebar-caption-color: #212121;
    --pc-sidebar-border: none;
    --pc-header-background: #fff;
    --pc-header-color: #616161;
    --pc-header-shadow: none;
    --pc-card-box-shadow: none;
    --pc-header-submenu-background: #ffffff;
    --pc-header-submenu-color: #111936;
}

[data-pc-sidebar-theme=dark] {
    --pc-sidebar-background: #1d2630;
    --pc-sidebar-color: #ffffff;
    --pc-sidebar-color-rgb: 255, 255, 255;
    --pc-sidebar-submenu-border-color: var(--bs-gray-600);
    --pc-sidebar-caption-color: #748892;
}

section {
    padding: 100px 0;
}

.title {
    margin-bottom: 50px;
}

.title h2 {
    font-weight: 700;
}

.container {
    max-width: 1200px !important;
}

.landing-page {
    overflow-x: hidden;
}

@media (min-width: 1600px) {
    .landing-page .container {
        max-width: 1200px;
    }
}

.nav-container {
    max-width: 1280px !important;
}

.btn-primary {
    min-width: 142px;
    height: 52px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(202, 202, 202, 0.3647058824);
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.btn-primary:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.rk-navbar {
    padding: 20px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.rk-navbar .container {
    align-items: center;
}

.rk-navbar .rk-logo {
    max-width: 100px;
}

.rk-navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.rk-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.rk-navbar .rk-nav-menu {
    background: #ffffff;
    border-radius: 18px;
    padding: 5px 12px;
    gap: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.rk-navbar .rk-nav-menu .nav-link {
    position: relative;
    border-radius: 12px;
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 18px;
    transition: all 0.25s ease;
    display: inline-block;
}

.rk-navbar .rk-nav-menu .nav-link:hover {
    color: #000;
}

.rk-navbar .rk-nav-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 8px;
    width: 0;
    height: 3px;
    border-radius: 30px;
    background: #56ede7;
    transition: width 0.25s ease;
}

.rk-navbar .rk-nav-menu .nav-link:hover::after,
.rk-navbar .rk-nav-menu .nav-link.active::after {
    width: calc(100% - 36px);
}

.rk-navbar .rk-nav-menu .nav-link.active {
    font-weight: 500;
}

.rk-hero {
    position: relative;
    padding: 180px 0 0;
    overflow: hidden;
    background: #f9f9f9;
}


.rk-hero .hero-bg {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    display: block;
}


.rk-hero .extra-section {
    position: relative;
    margin-top: 130px;
    background-image: url("../images/landing/logo-outline.svg");
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto 50px;
    height: 50px;
    display: flex;
    align-items: flex-end;
}

.rk-hero .extra-section .container {
    position: relative;
    z-index: 2;
}

.rk-hero .extra-section .container .bottom-logo span {
    width: 250px;
    height: 80px;
    border-radius: 50%;
    background: #56ede7;
    display: block;
    filter: blur(71px);
    bottom: -90px;
    position: absolute;
    left: -30px;
    z-index: 1;
}

.rk-hero .extra-section .container .bottom-logo img {
    max-width: 120px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.container {
    position: relative;
    z-index: 5;
}

.rk-hero-content {
    position: relative;
    z-index: 5;
}

.rk-hero-logo {
    max-width: 230px;
    width: 100%;
    margin-bottom: 18px;
}

.rk-hero-title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
    color: #111111;
    margin-bottom: 10px;
}

.rk-hero-subtitle {
    font-size: 24px;
    line-height: 1.1;
    color: #444444;
    margin-bottom: 25px;
    font-weight: 500;
}

.rk-hero-action {
    margin-bottom: 18px;
}

.rk-trial-text {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.rk-trial-text span {
    color: #979797;
    font-weight: 400;
}

.rk-hero-image-wrapper {
    max-width: 90%;
    position: relative;
    text-align: center;
}

.rk-hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
}

.rk-floating-card {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    box-shadow: 0 4px 12px -1px #65C9B2;
    z-index: 5;
    white-space: nowrap;
}

.rk-floating-card i {
    font-size: 18px;
    color: #111111;
}

.rk-floating-card img {
    width: 18px;
    display: block;
}

.rk-card-top {
    top: -20px;
    right: 60px;
}

.rk-card-middle {
    top: 120px;
    right: -60px;
}

.rk-card-bottom {
    bottom: 30px;
    right: -20px;
}

.rk-card-left {
    left: -20px;
    bottom: 50px;
}

.rk-glow {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(86, 237, 231, 0.35);
    filter: blur(30px);
    z-index: 1;
}

.rk-glow-left {
    left: -120px;
    top: 200px;
}

.rk-glow-right {
    right: -110px;
    top: 150px;
}

/* ==========================================
============== Responsive ===================
========================================== */
@media (max-width: 1199.98px) {
    .rk-hero-title {
        font-size: 46px;
    }

    .rk-card-middle {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .rk-hero {
        padding: 140px 0 0;
        text-align: center;
    }

    .rk-hero .extra-section {
        margin-top: 60px;
    }

    .rk-hero-logo {
        margin-inline: auto;
        max-width: 150px;
    }

    .rk-hero-title {
        font-size: 30px;
    }

    .rk-hero-subtitle {
        font-size: 20px;
    }

    .rk-hero-action {
        display: flex;
        justify-content: center;
    }

    .rk-hero-image-wrapper {
        margin-top: 30px;
    }

    .rk-card-left {
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .rk-hero {
        padding: 120px 0 0;
    }

    .rk-hero-title {
        font-size: 32px;
    }

    .rk-hero-subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .rk-floating-card {
        margin: 12px auto 0;
        width: -moz-fit-content;
        width: fit-content;
    }

    .rk-hero-image-wrapper {
        transform: scale(0.8);
    }

    .rk-glow {
        width: 180px;
        height: 180px;
        filter: blur(70px);
    }
}

@media (max-width: 575.98px) {
    .rk-hero-title {
        font-size: 28px;
    }

    .rk-hero-subtitle {
        font-size: 16px;
    }

    .rk-hero-image-wrapper {
        transform: scale(1);
    }

    .rk-floating-card {
        position: static;
        margin-top: 20px;
    }

    .rk-card-top {
        margin-top: 30px;
    }

    .rk-floating-card {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }
}

/* ==========================================
=============== About Section ===============
========================================== */
.rk-about-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Heading */
.rk-about-heading {
    margin-bottom: 42px;
}

.rk-about-logo {
    max-width: 90px;
    flex-shrink: 0;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.rk-about-text {
    font-size: 26px;
    line-height: 1.45;
    font-weight: 500;
    color: #222222;
    max-width: 750px;
    margin-bottom: 0;
}

/* Feature List */
.rk-about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rk-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 17px;
    line-height: 1.7;
    color: #666666;
}

.rk-about-list li:not(:last-child) {
    margin-bottom: 14px;
}

.rk-about-list li i {
    font-size: 18px;
    color: #56ede7;
    margin-top: 5px;
    flex-shrink: 0;
}

/* ==========================================
============== Responsive ===================
========================================== */
@media (max-width: 991.98px) {
    .rk-about-heading {
        margin-bottom: 30px;
    }

    .rk-about-text {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .rk-about-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .rk-about-logo {
        max-width: 50px;
        width: 100%;
        margin-top: 7px;
    }

    .rk-about-text {
        font-size: 18px;
    }

    .rk-about-text {
        font-size: 22px;
        line-height: 1.5;
    }

    .rk-about-list li {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ==========================================
============== Features Section =============
========================================== */
.rk-features-section {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.gradient-image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: inline-block;
}

/* Card */
.rk-feature-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 28px;
    transition: all 0.3s ease;
    z-index: 2;
}

.rk-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

/* Icon */
.rk-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #F3F3F3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rk-feature-icon img {
    width: 22px;
}

/* Title */
.rk-feature-title {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #111111;
    margin-bottom: 14px;
}

/* Text */
.rk-feature-text {
    font-size: 15px;
    line-height: 1.75;
    color: #626262;
    margin-bottom: 0;
}

.scale-image {
    width: 100%;
    display: block;
}

/* ==========================================
============== Responsive ===================
========================================== */
@media (max-width: 991.98px) {
    .rk-feature-card {
        padding: 24px;
    }

    .rk-feature-title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .rk-features-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .rk-feature-card {
        border-radius: 20px;
        padding: 22px;
    }

    .rk-feature-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 18px;
    }

    .rk-feature-icon i {
        font-size: 20px;
    }

    .rk-feature-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .rk-feature-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .rk-feature-glow {
        height: 120px;
        filter: blur(70px);
    }
}

@media (max-width: 575.98px) {
    .rk-feature-card {
        padding: 20px;
    }

    .rk-feature-title {
        font-size: 18px;
    }
}

/* ==========================================
=========== Technical Features ==============
========================================== */


.rk-tech-section {
    position: relative;
    overflow: hidden;
}

/* Heading */

.rk-section-heading {
    margin-bottom: 70px;
}

.rk-section-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    margin-bottom: 14px;
}

.rk-section-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #56ede7;
    margin-bottom: 0;
}

/* Card */

.rk-tech-cards-wrapper>div:not(:last-child) {
    margin-bottom: 100px;
}

.rk-tech-cards-wrapper>div {
    position: relative;

    .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.rk-tech-card {
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    padding: 20px;
    z-index: 1;
    /* box-shadow: 1px 0 5px 0 rgb(0 0 0 / 0.1); */

    &::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        /* border thickness */

        background: linear-gradient(116deg, rgba(86, 237, 231, 0.8) 0, #ececec6e);

        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);

        -webkit-mask-composite: xor;
        mask-composite: exclude;

        z-index: -1;
    }
}

/* Content */

.rk-tech-content {
    position: relative;
    z-index: 5;
    padding: 50px 55px;
}

.rk-tech-content-right {
    text-align: right;
}

/* Number */

.rk-tech-number {
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #baf8f5;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* Title */

.rk-tech-title {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #111111;
    margin-bottom: 18px;
}

/* Text */

.rk-tech-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    max-width: 460px;
    margin-bottom: 0;
}

/* Image */

.rk-tech-image {
    z-index: 2;

    img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 490px;
    }
}

.rk-tech-image.frame2 {
    img {
        top: -100px;
    }
}

.rk-tech-card-reverse {
    &::before {
        background: linear-gradient(-116deg, rgba(86, 237, 231, 0.8) 0%, #ececec6e);
    }

    .rk-tech-image {
        img {
            left: 0;
        }
    }
}

/* Glow */

.rk-tech-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(86, 237, 231, 0.3);
    filter: blur(70px);
    z-index: 1;
}

.rk-tech-glow-left {
    left: -160px;
    top: 220px;
}

.rk-tech-glow-right {
    right: -160px;
    bottom: 100px;
}

/* ==========================================
============== Responsive ===================
========================================== */

@media (max-width: 1199.98px) {
    .rk-tech-title {
        font-size: 26px;
    }

    .rk-tech-number {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {
    .rk-section-heading {
        margin-bottom: 50px;
    }

    .rk-tech-card {
        padding: 0;
    }

    .rk-tech-content {
        padding: 30px;
    }

    .rk-tech-content-right {
        text-align: left;
    }

    .rk-tech-image {
        margin-top: 0;
    }

    .rk-tech-image img {
        position: static;
        max-width: 230px;
    }

    .rk-tech-text {
        margin-inline: auto;
    }


    .rk-tech-image {
        img {
            transform: none;
        }
    }
}

@media (max-width: 767.98px) {
    .rk-tech-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rk-tech-card {
        &:not(:last-child) {
            margin-bottom: 50px;
        }
    }

    .rk-section-title {
        font-size: 30px;
        font-weight: bold;
    }

    .rk-section-subtitle {
        font-size: 16px;
    }

    .rk-tech-card {
        border-radius: 22px;
    }

    .rk-tech-number {
        font-size: 46px;
        margin-bottom: 14px;
    }

    .rk-tech-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .rk-tech-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .rk-tech-glow {
        width: 260px;
        height: 260px;
        filter: blur(70px);
    }
}

@media (max-width: 575.98px) {
    .rk-section-heading {
        margin-bottom: 40px;
    }

    .rk-section-title {
        font-size: 26px;
    }

    .rk-tech-title {
        font-size: 20px;
    }

    .rk-tech-content,
    .rk-tech-content-right {
        text-align: center;
    }
}

/* ==========================================
============== Pricing Section ==============
========================================== */
.rk-pricing-section {
    position: relative;
}

/* Heading */
.rk-section-description {
    font-size: 20px;
    color: #666666;
    margin-bottom: 8px;
}

.rk-section-subtitle {
    font-size: 20px;
    color: #56ede7;
    margin-bottom: -25px;
}

/* Toggle */
/*.rk-pricing-toggle {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 5px;
    margin: 0 auto 40px;

    border-radius: 999px;
    margin-bottom: 70px;
    background-color: #26d9d1;
    color: #000;
}*/
.rk-pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: -45px;
    margin-bottom: 45px;
}

.rk-pricing-toggle span {
    font-size: 15px;
    color: #9a9a9a;
}

.rk-pricing-toggle span.active {
    color: #111111;
    font-weight: 500;
}

/* Switch */
.rk-switch {
    position: relative;
    width: 52px;
    height: 28px;
}

.rk-switch input {
    display: none;
}

.rk-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background: #e7e7e7;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.rk-slider::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
}

.rk-switch input:checked+.rk-slider {
    background: #56ede7;
}

.rk-switch input:checked+.rk-slider::before {
    transform: translateX(24px);
}

/* Card */
.rk-pricing-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 34px 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.rk-pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.06);
}

.rk-pricing-card.active {
    border-width: 2px;
    border-color: #56ede7;
    box-shadow: 0 18px 50px rgba(86, 237, 231, 0.15);
}

/* Badge */
.rk-popular-badge {
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    background: #56ede7;
    color: #111111;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    padding: 6px 14px;
    white-space: nowrap;
}

/* Title */
.rk-plan-title {
    font-size: 30px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
}

.rk-plan-subtitle {
    font-size: 15px;
    color: #7b7b7b;
    margin-bottom: 24px;
}

/* Price */
.rk-price-wrap {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #56ede7;
}

.rk-price {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #111111;
}

.rk-price-duration {
    font-size: 15px;
    color: #111111;
    margin-bottom: 10px;
}

/* Features */
.rk-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rk-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f5f5f;
}

.rk-plan-features li:not(:last-child) {
    margin-bottom: 12px;
}

.rk-plan-features li i {
    color: #56ede7;
    font-size: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Button */
.rk-pricing-btn {
    margin-top: 32px;
    height: 54px;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.rk-pricing-btn:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

/* ==========================================
============== Responsive ===================
========================================== */
@media (max-width: 1199.98px) {
    .rk-price {
        font-size: 48px;
    }

    .rk-plan-title {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .rk-pricing-toggle {
        margin-bottom: 50px;
    }

    .rk-pricing-card {
        padding: 30px 24px 24px;
    }

    .rk-price {
        font-size: 30px;
    }

    .rk-plan-title {
        font-size: 22px;
    }

    .rk-plan-features li {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .rk-pricing-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rk-section-description,
    .rk-section-subtitle {
        font-size: 16px;
    }

    .rk-pricing-toggle {
        margin-top: 28px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .rk-pricing-card {
        border-radius: 20px;
        padding: 26px 20px 22px;
    }

    .rk-price {
        font-size: 34px;
    }

    .rk-pricing-btn {
        height: 50px;
    }
}

/* ==========================================
================== Footer ===================
========================================== */
.rk-footer {
    position: relative;
    overflow: hidden;
}

.rk-footer img.scale-image-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0.6;
    z-index: 1;
}

/* Top */
.rk-footer-top {
    position: relative;
    padding: 109px 0 50px;
    background: linear-gradient(90deg, #b8f4f2 0%, #56ede7 100%);
}

.rk-footer-top .container {
    position: relative;
    z-index: 2;
}

/* Brand */
.rk-footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.rk-footer-logo {
    max-width: 160px;
    flex-shrink: 0;
}

.rk-footer-brand-content h3 {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;

}

.rk-footer-brand-content p {
    font-size: 18px;
    line-height: 1.4;
    color: #111111;
    margin-bottom: 0;
}

/* Menu */
.rk-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 42px;
}

.rk-footer-menu li a {
    font-size: 18px;
    color: #111111;
    transition: all 0.25s ease;
}

.rk-footer-menu li a:hover {
    opacity: 0.7;
}

/* Bottom */
.rk-footer-bottom {
    background: #000000;
    padding: 26px 0;
}

/* Copyright */
.rk-copyright {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}

/* Social */
.rk-footer-social {
    display: flex;
    justify-content: flex-end;
}

.rk-footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.25s ease;
}

.rk-footer-social a i {
    font-size: 24px;
}

.rk-footer-social a:hover {
    opacity: 0.7;
}

/* ==========================================
============== Responsive ===================
========================================== */
@media (max-width: 991.98px) {
    .rk-footer-top {
        padding: 36px 0;
    }

    .rk-footer-brand {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 16px;
    }

    .rk-footer-menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .rk-footer-brand-content h3 {
        font-size: 28px;
    }

    .rk-footer-brand-content p {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .rk-footer-bottom {
        padding: 20px 0;
    }

    .rk-copyright,
    .rk-footer-social {
        text-align: center;
        justify-content: center;
    }

    .rk-footer-brand-content h3 {
        font-size: 24px;
    }

    .rk-footer-brand-content p {
        font-size: 16px;
    }

    .rk-footer-menu {
        gap: 18px;
    }

    .rk-footer-menu li a {
        font-size: 16px;
    }

    .rk-footer-social a {
        font-size: 16px;
    }

    .rk-footer-social a i {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .rk-footer-top {
        padding: 30px 0;
    }

    .rk-footer-logo {
        max-width: 110px;
    }

    .rk-footer-brand-content h3 {
        font-size: 20px;
    }

    .rk-footer-brand-content p {
        font-size: 14px;
    }

    .rk-copyright {
        font-size: 14px;
    }
}

/* ==========================================
============== Responsive ===================
========================================== */
@media (max-width: 991.98px) {
    section {
        padding: 60px 0;
    }

    .rk-navbar {
        padding: 16px 0;
    }

    .rk-navbar .navbar-collapse {
        margin-top: 18px;
        background: #ffffff;
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    }

    .rk-navbar .rk-nav-menu {
        width: 100%;
        padding: 10px;
        margin-bottom: 16px;
        border-radius: 18px;
        box-shadow: none;
    }

    .rk-navbar .rk-nav-menu .nav-link {
        padding: 14px 14px;
    }

    .rk-navbar .rk-nav-menu .nav-link.active::after {
        left: 16px;
        right: 16px;
    }

    .rk-navbar .rk-nav-action {
        width: 100%;
    }

    .rk-navbar .rk-btn-sign {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    section {
        padding: 50px 0;
    }
}

.rk-contact-section {
    background: #fff;
    padding: 0;
}

.rk-contact-left {
    position: relative;
    height: 100%;
    min-height: 100vh;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 70%, rgba(110, 230, 230, 0.25) 100%);
    z-index: 2;
}

.rk-contact-left .register-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.rk-contact-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: repeat-y;
    background-position: left top;
    opacity: 0.08;
    pointer-events: none;
}

.rk-logo,
.rk-contact-content,
.rk-users {
    position: relative;
    z-index: 2;
}

.rk-logo {
    width: 100px;
}

.rk-contact-content {
    max-width: 420px;
}

.rk-contact-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.rk-contact-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.rk-contact-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.rk-users {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.rk-users-images {
    display: flex;
}

.rk-users-images img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.rk-users-images img:first-child {
    margin-left: 0;
}

.rk-users span {
    font-size: 15px;
    color: #444;
}

.rk-contact-right {
    height: 100%;
    min-height: 100vh;
    padding: 60px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rk-back {
    display: inline-block;
    margin-bottom: 18px;
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.rk-contact-right h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.rk-trial {
    color: #26d9d1;
    font-size: 16px;
    margin-bottom: 40px;
}

.rk-contact-right label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #111;
}

.rk-contact-right .form-control {
    height: 54px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: none;
    padding: 0 16px;
    font-size: 15px;
}

.rk-contact-right .form-control:focus {
    border-color: #26d9d1;
    box-shadow: none;
}

.rk-submit-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    background: #8ee5e2;
    color: #111;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s;
}

.rk-submit-btn:hover {
    background: #6fd9d5;
}

.rk-policy {
    margin-top: 18px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.rk-policy a {
    color: #26d9d1;
    text-decoration: none;
}

@media (max-width: 991.98px) {

    .rk-contact-left,
    .rk-contact-right {
        min-height: auto;
        padding: 40px 18px;
    }

    .rk-contact-content h2 {
        font-size: 32px;
    }

    .rk-contact-right h3 {
        font-size: 26px;
    }

    .rk-contact-content {
        margin: 40px 0;
    }
}

@media (max-width: 575.98px) {
    .rk-contact-content h2 {
        font-size: 26px;
    }

    .rk-contact-right h3 {
        font-size: 24px;
    }

    .rk-contact-content p,
    .rk-trial {
        font-size: 16px;
    }

    .rk-users {
        align-items: flex-start;
        flex-direction: column;
    }
}


html[dir='rtl'],
body[dir='rtl'] {
    direction: rtl;
    text-align: right;

    .rk-tech-image img {
        left: 0;
        right: auto;
    }

    .rk-tech-card-reverse .rk-tech-image img {
        right: 0;
        left: auto;
    }

    .rk-card-top {
        right: 10px;
    }

    .rk-card-bottom {
        right: -10px;
    }

    /* // reverse gradient direction */
    .rk-tech-card::before {
        background: linear-gradient(-116deg, rgba(86, 237, 231, 0.8) 0%, #ececec6e);
    }

    .rk-tech-card-reverse::before {
        background: linear-gradient(116deg, rgba(86, 237, 231, 0.8) 0%, #ececec6e);
    }

    .rk-card-top {
        right: 10px;
    }

    .rk-card-bottom {
        right: -10px;
    }
}
