/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --light-white: #f9fafb;
    --theme: #1BA265;
    --theme-2: #FA6924;
    --theme-3: #FF9D00;
    --theme-4: #C4F112;
    --theme-5: #f7f5f0;
    --theme-6: #0E0E0E;
    --theme-7: #f5f8fa;
    --theme-8: #FFFBF3;
    --theme-9: #f4f2f0;
    --header-color: #241442;
    --title-color: #111;
    --text-color: #525252;
    --text-color-2: #a9acae;
    --text-color-3: #a1a1a1;
    --text-color-4: #999;
    --text-color-5: #3a3a3a;
    --text-color-6: #d3d3d3;
    --btn-text: #252525;
    --pra-text: #505050;
    --sub-title: #bfbfbf;
    --orange: #F74F22;
    --gray1: #F6F8F0;
    --border: #D0D0D0;
    --border-2: #D4DCED;
    --bg-color: #F1F1F1;
    --bg-color-2: #F5F5F5;
    --border-color-1: #EBEDE2;
    --border-color-2: #efefef;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    --font-primary: "Plus Jakarta Sans", sans-serif;
    --font-secondary: "Plus Jakarta Sans", sans-serif;
    --font-body: "Plus Jakarta Sans", sans-serif;
    --fa: "Font Awesome 6 Pro";
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text-color);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--text-color);
    outline: none;
}

input::-moz-placeholder {
    color: #767771;
}

input::placeholder {
    color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    margin: 0px;
    padding: 0;
    color: var(--black);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 130px;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 75px;
        line-height: 75px;
    }
}

h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
}

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

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    h2 {
        text-align: center !important;
    }
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}

@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    h3 {
        text-align: center !important;
    }
}

h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
}

@media (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 24px;
    }
}

@media (max-width: 350px) {
    h4 {
        text-align: center !important;
    }
}

h5 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

@media (max-width: 350px) {
    h5 {
        text-align: center !important;
    }
}

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--pra-text);
}

@media (max-width: 991px) {
    h6 {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    h6 {
        text-align: center !important;
    }
}

h2 a {
    font-size: 100px;
    font-weight: 600;
    line-height: 110px;
    display: inline-block;
}

@media (max-width: 767px) {
    h2 a {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    h2 a {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    h2 a {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    h2 a {
        text-align: center !important;
    }
}

h3 a {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    display: inline-block;
}

@media (max-width: 991px) {
    h3 a {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    h3 a {
        text-align: center !important;
    }
}

h4 a {
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
    display: inline-block;
}

@media (max-width: 991px) {
    h4 a {
        text-align: 28px;
    }
}

@media (max-width: 575px) {
    h4 a {
        text-align: 24px;
    }
}

@media (max-width: 350px) {
    h4 a {
        text-align: center !important;
    }
}

h5 a {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
}

h6 a {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

@media (max-width: 991px) {
    h6 a {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    h6 a {
        text-align: center !important;
    }
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header-color);
    transition: all 0.4s ease-in-out;
}

a svg path {
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
}

@media (max-width: 350px) {
    p {
        text-align: center !important;
    }
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

span a {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@keyframes ellipseFloat {
    0% {
        transform: translateY(0) translateX(0) rotate(25deg);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-30px) translateX(20px) rotate(30deg);
        opacity: 1;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(25deg);
        opacity: 0.6;
    }
}

.ellipse-4 {
    animation: glowPulse 5s ease-in-out infinite;
}

@keyframes glowPulse {
    0% {
        filter: blur(100px);
        opacity: 0.5;
    }
    50% {
        filter: blur(140px);
        opacity: 0.9;
    }
    100% {
        filter: blur(100px);
        opacity: 0.5;
    }
}

.animated-path {
    fill: #F9FAFB;
    stroke: #F9FAFB;
    stroke-width: 2;
    stroke-dasharray: 10 10;
    animation: drawPath 40s linear infinite;
}

@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.svg-shape path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: drawLine 3s ease forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes scrollCards {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw);
    }
}

@keyframes glitch {
    0% {
        opacity: 1;
    }
    15% {
        opacity: 0.9;
    }
    16% {
        opacity: 1;
    }
    49% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanPulse {
    0% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scaleY(1);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scaleY(1.1);
    }
}

@keyframes scanEffect {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.active-btn {
    background-color: var(--theme);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--light-white);
    border-radius: 57px;
    padding: 11px 24px;
    display: inline-block;
    text-align: center;
}

.active-btn:hover {
    background: #21c96e;
    color: var(--light-white) !important;
}

.simple-btn {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 350px) {
    .simple-btn {
        justify-content: center;
    }
}

.theme-btn {
    display: inline-block;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--white);
    border-radius: 52px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--light-white);
    text-align: center;
}

.theme-btn.two {
    background: var(--black);
    border: 1px solid var(--white);
}

.theme-btn.two::before {
    background: var(--theme);
}

.theme-btn::before {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 52px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    display: block;
    z-index: -1;
    background: #21c96e;
}

.theme-btn:hover::before {
    width: 100%;
}

.theme-btn:hover {
    border: 1px solid transparent;
    color: var(--light-white) !important;
}

.btn-wrap-two {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.btn-wrap-two .theme-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-color-4);
    border: 1px solid var(--text-color-4);
    border-radius: 100px;
    padding: 6px 24px;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-wrap-two .theme-btn:hover svg path {
    stroke: var(--white);
}

.btn-wrap-three {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.btn-wrap-three .theme-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--black);
    border: 1px solid var(--text-color-4);
    border-radius: 100px;
    padding: 10px 24px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.btn-wrap-three .theme-btn:hover svg path {
    stroke: var(--white);
}

.auth-area {
    box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(255, 255, 255, 0.25), inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    border: 1px solid #efefef;
    border-radius: 29px;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.auth-area.style-two a {
    color: var(--black);
}

.auth-area.style-two a.active {
    color: var(--white);
}

.auth-area a {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 24px;
    border-radius: 29px;
}

@media (max-width: 1399px) {
    .auth-area a {
        font-size: 17px;
        padding: 5px 13px;
    }
}

.auth-area a.active {
    box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(255, 255, 255, 0.25), inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    background: var(--theme);
}

/*----------------------------------------------
    # Card style Start
----------------------------------------------*/
.about-card {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .about-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .about-card {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.about-card .card-ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 100%;
    background: linear-gradient(177deg, #c3e956 0%, rgba(31, 75, 44, 0.34) 76.92%);
    filter: blur(781.799987793px);
    width: 723px;
    height: 373.91px;
    z-index: 9;
    transform: rotate(41.98deg);
}

.about-card .card-item {
    padding: 24px 24px 40px 52px;
    position: relative;
    margin-bottom: 50px;
    height: 100%;
}

@media (max-width: 1199px) {
    .about-card .card-item {
        margin-bottom: 0;
    }
}

.about-card .card-item:last-child {
    margin-bottom: 0;
}

.about-card .card-item .title {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 48px;
}

@media (max-width: 1399px) {
    .about-card .card-item .title {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .about-card .card-item .title {
        font-size: 30px;
    }
}

.about-card .card-item .title span {
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    color: var(--text-color-2);
}

@media (max-width: 1399px) {
    .about-card .card-item .title span {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .about-card .card-item .title span {
        font-size: 30px;
    }
}

@media (max-width: 1399px) {
    .about-card .card-item h6 {
        font-size: 16px;
    }
}

.about-card .card-item .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-card .card-item .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.about-card .card-item .shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about-card .card-item .shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.features-card {
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: var(--theme-5);
    border-radius: 8px;
    padding: 30px 30px 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.features-card.card-1, .features-card.card-3 {
    padding: 30px 30px 0 30px;
}

.features-card.card-3 .thumb {
    justify-content: end;
}

.features-card .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intellect-card {
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: var(--theme-9);
    border-radius: 8px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.intellect-card .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intellect-card .content {
    text-align: center;
}

.intellect-card .content .title {
    margin: 0 auto;
    max-width: 235px;
}

.solution-card .thumb img {
    border-radius: 8px;
}

.articles-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.articles-card .thumb img {
    border-radius: 8px;
}

.articles-card .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intelligence-value-card {
    background: var(--theme-9);
    padding: 24px 24px 54px 24px;
    border-radius: 8px;
    height: 100%;
}

@media (max-width: 1399px) {
    .intelligence-value-card {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

.intelligence-value-card span {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
    padding: 5px 24px;
    background: var(--white);
    border-radius: 100px;
    margin-bottom: 20px;
    display: inline-block;
}

.intelligence-value-card .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 62px;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .intelligence-value-card .content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.intelligence-value-card .content .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: var(--black);
}

.intelligence-value-card .content .icon {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intelligence-value-card h6 {
    color: var(--text-color-4);
}

@media (max-width: 1399px) {
    .intelligence-value-card h6 {
        text-align: center;
    }
}

.work-process-card {
    box-shadow: inset 0 -30px 45px -33px rgba(27, 162, 101, 0.62), inset 0 -42px 46px -33px #1ba265, inset 0 -31px 26px -10px rgba(27, 162, 101, 0.5), inset 0 -28px 17px -9px rgba(255, 255, 255, 0.4), inset 0 -13px 22px -1px rgba(27, 162, 101, 0.15), inset 0 -19px 11px 0 rgba(27, 162, 101, 0.2);
    background: var(--white);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 60px 24px 163px 24px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1600px) {
    .work-process-card {
        padding: 60px 24px;
    }
}

.work-process-card .card-shape {
    position: absolute;
    top: -18px;
    left: -43px;
    width: 146px;
    height: 65px;
    border-radius: 100%;
    background: rgba(27, 162, 101, 0.5);
    filter: blur(52.9000015259px);
    transition: all 0.4s ease-in-out;
    transform: rotate(-54.11deg);
}

.work-process-card .icon {
    text-align: center;
    width: 100px;
    height: 100px;
}

@media (max-width: 1399px) {
    .work-process-card .icon {
        width: 70px;
        height: 70px;
    }

    .work-process-card .icon svg {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 991px) {
    .work-process-card .icon {
        width: 50px;
        height: 50px;
    }

    .work-process-card .icon svg {
        width: 50px;
        height: 50px;
    }
}

.work-process-card .content {
    text-align: center;
}

.work-process-card .content .title {
    width: 263px;
    margin: 0 auto 24px auto;
}

.work-process-card:hover {
    box-shadow: inset 0 -91px 40px -50px rgba(27, 162, 101, 0.5), inset 0 -21px 46px -33px rgba(250, 105, 36, 0.26), inset 0 -28px 26px -10px rgba(250, 105, 36, 0.16), inset 0 -39px 52px -61px rgba(255, 255, 255, 0.67), inset 0 -35px 12px -1px rgba(250, 105, 36, 0.15), inset 0 -25px 19px 0 rgba(27, 162, 101, 0.2);
}

.work-process-card:hover .card-shape {
    background: rgba(250, 105, 36, 0.3);
    filter: blur(52.9000015259px);
}

.pricing-card {
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: var(--white);
    padding: 44px 24px 46px 24px;
    border-radius: 20px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    transition: background-color 0.6s ease, box-shadow 0.6s ease, transform 0.6s ease;
    /* =========================
      HOVER EFFECT
  ========================== */
}

@media (max-width: 991px) {
    .pricing-card {
        padding: 25px 15px;
    }
}

.pricing-card.price-card-one {
    will-change: background-color, transform;
    height: 100%;
}

.pricing-card .pricing-shape {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.pricing-card.pricing-card-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-card .top-content {
    padding: 0 20px;
}

@media (max-width: 350px) {
    .pricing-card .top-content {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .pricing-card .top-content {
        padding: 0;
    }
}

.pricing-card .top-content p {
    border-radius: 61px;
    padding: 6px 10px 6px 6px;
    background: var(--theme);
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    line-height: 83%;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

@media (max-width: 991px) {
    .pricing-card .top-content p {
        margin-bottom: 15px;
    }
}

.pricing-card .top-content p .icon {
    width: 24px;
    height: 24px;
    border-radius: 33px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease;
}

.pricing-card .top-content h2 {
    color: var(--black);
    margin-bottom: 36px;
    transition: color 0.4s ease;
}

@media (max-width: 991px) {
    .pricing-card .top-content h2 {
        margin-bottom: 15px;
    }
}

.pricing-card .top-content h2 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 83%;
    letter-spacing: 0.03em;
    color: var(--black);
    transition: color 0.4s ease;
}

.pricing-card .top-content h6 {
    max-width: 376px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: var(--text-color-4);
    transition: color 0.4s ease;
}

.pricing-card .btn-wrap {
    margin: 44px 0;
}

@media (max-width: 991px) {
    .pricing-card .btn-wrap {
        margin: 20px 0;
    }
}

.pricing-card .btn-wrap .theme-btn {
    border: 1px solid var(--border-color-2);
    color: var(--black);
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

.pricing-card .bottom-content {
    padding: 0 20px;
}

@media (max-width: 991px) {
    .pricing-card .bottom-content {
        padding: 0;
    }
}

.pricing-card .bottom-content ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 23px;
    transition: color 0.4s ease;
}

@media (max-width: 991px) {
    .pricing-card .bottom-content ul li {
        margin-bottom: 10px;
    }
}

.pricing-card .bottom-content ul li svg path {
    transition: fill 0.4s ease;
}

.pricing-card .bottom-content ul li:last-child {
    margin-bottom: 0;
}

.pricing-card .bottom-page-content {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .pricing-card .bottom-page-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .pricing-card .bottom-page-content {
        margin-left: 20px;
    }
}

@media (max-width: 500px) {
    .pricing-card .bottom-page-content {
        margin-left: 0;
    }
}

.pricing-card .bottom-page-content h3 {
    text-decoration: underline;
    margin-bottom: 36px;
}

.pricing-card .bottom-page-content .price-service-items {
    margin-bottom: 24px;
}

.pricing-card .bottom-page-content .price-service-items h6 {
    font-weight: 400;
    color: var(--black);
    margin-bottom: 16px;
}

.pricing-card .bottom-page-content .price-service-items ul {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .pricing-card .bottom-page-content .price-service-items ul {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .pricing-card .bottom-page-content .price-service-items ul {
        margin-left: 20px;
    }
}

@media (max-width: 500px) {
    .pricing-card .bottom-page-content .price-service-items ul {
        margin-left: 0;
    }
}

.pricing-card .bottom-page-content .price-service-items ul li {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-4);
    margin-bottom: 16px;
    display: flex;
    align-items: start;
}

@media (max-width: 991px) {
    .pricing-card .bottom-page-content .price-service-items ul li {
        margin-bottom: 5px;
        font-size: 16px;
        margin-left: 10px;
    }
}

.pricing-card .bottom-page-content .price-service-items ul li span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: var(--white);
    margin-right: 12px;
}

@media (max-width: 991px) {
    .pricing-card .bottom-page-content .price-service-items ul li span {
        margin-right: 2px;
    }
}

.pricing-card .bottom-page-content .price-service-items:last-child {
    margin-bottom: 0;
}

.pricing-card:hover.price-card-one {
    background: var(--black);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.pricing-card:hover.price-card-one .pricing-shape {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pricing-card:hover.price-card-one .top-content p {
    background: var(--theme-2);
}

.pricing-card:hover.price-card-one .top-content p svg path {
    fill: var(--theme-2);
}

.pricing-card:hover.price-card-one .top-content h2,
.pricing-card:hover.price-card-one .top-content h2 span {
    color: var(--white);
}

.pricing-card:hover.price-card-one .top-content h6 {
    color: var(--text-color-6);
}

.pricing-card:hover.price-card-one .bottom-content li {
    color: var(--white);
}

.pricing-card:hover.price-card-one .bottom-content li svg path {
    fill: var(--white);
}

.pricing-card:hover.price-card-one .btn-wrap .theme-btn {
    background: var(--theme-2);
    border-color: var(--black);
}

.component-card {
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(250, 105, 36, 0.17) 28.5%, rgba(255, 255, 255, 0) 100%);
    padding: 50px 55px 24px 60px;
    height: 100%;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .component-card {
        padding: 30px;
    }
}

@media (max-width: 500px) {
    .component-card {
        padding: 20px;
    }
}

.component-card .card-content h4 {
    color: var(--black);
    max-width: 430px;
}

@media (max-width: 1199px) {
    .component-card .card-content h4 {
        font-size: 30px;
    }
}

.component-card .card-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--text-color-4);
}

.component-card .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-smart-hub-card .product-smart-hub-card-items {
    display: flex;
    align-items: center;
    gap: 93px;
    padding-bottom: 50px;
    margin-bottom: 24px;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgb(239, 239, 239) 50%, rgba(255, 255, 255, 0.35) 100%) 1;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgb(239, 239, 239) 50%, rgba(255, 255, 255, 0.35) 100%) 1;
    transition: padding 0.9s ease, border-radius 0.4s ease;
    transition: background-color 0.2s ease;
}

@media (max-width: 350px) {
    .product-smart-hub-card .product-smart-hub-card-items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
}

.product-smart-hub-card .product-smart-hub-card-items span {
    font-weight: 500;
    font-size: 150px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.1);
    width: 192px;
}

@media (max-width: 1199px) {
    .product-smart-hub-card .product-smart-hub-card-items span {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .product-smart-hub-card .product-smart-hub-card-items span {
        width: 100px;
    }
}

@media (max-width: 350px) {
    .product-smart-hub-card .product-smart-hub-card-items span {
        width: 100%;
    }
}

.product-smart-hub-card .product-smart-hub-card-items .text-content h4 {
    font-weight: 500;
    color: var(--black);
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .product-smart-hub-card .product-smart-hub-card-items .text-content h4 {
        font-size: 24px;
    }
}

.product-smart-hub-card .product-smart-hub-card-items .text-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--black);
    max-width: 913px;
}

@media (max-width: 767px) {
    .product-smart-hub-card .product-smart-hub-card-items .text-content p {
        font-size: 16px;
    }
}

.product-smart-hub-card .product-smart-hub-card-items:hover {
    background: #f7f5f0;
    border-radius: 24px;
    padding: 24px 50px;
}

.expense-card {
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 105, 36, 0.17) 71.5%);
    padding: 30px 30px 30px 24px;
    border-radius: 12px;
    height: 100%;
}

@media (max-width: 575px) {
    .expense-card {
        padding: 20px;
    }
}

.expense-card .card-content {
    display: flex;
    align-items: start;
    gap: 28px;
}

@media (max-width: 1199px) {
    .expense-card .card-content {
        flex-direction: column;
    }
}

@media (max-width: 350px) {
    .expense-card .card-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.expense-card .card-content .icon {
    width: 48px;
    height: 48px;
}

.expense-card .card-content .icon img {
    text-align: center;
}

.expense-card .card-content .text-content h3 {
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.expense-card .card-content .text-content p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: var(--text-color-4);
    max-width: 516px;
}

.solutions-overview-card {
    height: 100%;
}

@media (max-width: 350px) {
    .solutions-overview-card .solutions-overview-card-content {
        text-align: center;
    }
}

.solutions-overview-card .solutions-overview-card-content .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

@media (max-width: 350px) {
    .solutions-overview-card .solutions-overview-card-content .icon {
        display: inline-flex;
        justify-content: center;
    }
}

.solutions-overview-card .solutions-overview-card-content .text-content h3 {
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

@media (max-width: 1199px) {
    .solutions-overview-card .solutions-overview-card-content .text-content h3 {
        font-size: 22px;
    }
}

.solutions-overview-card .solutions-overview-card-content .text-content p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: var(--text-color-4);
    max-width: 516px;
    max-width: 378px;
}

/*----------------------------------------------
    # Card style End
----------------------------------------------*/
form .form-group .form-control {
    border: 1px solid var(--border-color-2);
    border-radius: 12px;
    padding: 16px 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--text-color-4);
    background: #f9f9f9;
}

form .form-group .form-control:focus {
    box-shadow: none;
}

@media (max-width: 450px) {
    form .form-group .form-control {
        padding: 10px 15px;
    }
}

form .form-group .form-control-group {
    position: relative;
}

form .form-group .form-control-group .form-control {
    padding-right: 48px;
}

form .form-group .form-control-group .toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

form .form-group .form-control-group .toggle-password .show-icon {
    display: flex;
}
form .form-group .form-control-group .toggle-password .hide-icon {
    display: none;
}
form .form-group .form-control-group .toggle-password.active .show-icon {
    display: none;
}
form .form-group .form-control-group .toggle-password.active .hide-icon {
    display: flex;
}

form .form-group .label-control {
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
}

@media (max-width: 470px) {
    form .form-group .label-control {
        font-size: 16px;
    }
}

form .form-group textarea {
    min-height: 250px;
}

/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-64 {
        --bs-gutter-x: 64px;
    }

    .gx-47 {
        --bs-gutter-x: 47px;
    }

    .gx-70 {
        --bs-gutter-x: 70px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-97 {
        --bs-gutter-x: 97px;
    }

    .gx-120 {
        --bs-gutter-x: 120px;
    }

    .gx-134 {
        --bs-gutter-x: 134px;
    }

    .gx-140 {
        --bs-gutter-x: 140px;
    }

    .gx-165 {
        --bs-gutter-x: 165px;
    }
}

.gx-0 {
    --bs-gutter-x: 0px;
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gy-24 {
    --bs-gutter-y: 24px;
}

.gy-50 {
    --bs-gutter-y: 50px;
}

.gy-100 {
    --bs-gutter-y: 100px;
}

@media (min-width: 1400px) {
    .container-xxl-custom {
        max-width: 1410px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1400px) {
    .container-xxl-2-custom {
        max-width: 1348px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fix {
    overflow: hidden;
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

.bg-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    background-position: center !important;
}

.bg-cover-2 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    background-position: center !important;
    width: 100% !important;
    height: 100% !important;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.fix {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto !important;
}

.no-cursor {
    pointer-events: auto;
    cursor: pointer;
}

.cursor-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-align: center;
    background: var(--white);
    border-radius: 100%;
    white-space: nowrap;
    z-index: 2;
}

.hover-item {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .col-xs-12 {
        width: 50% !important;
    }
}

@media (max-width: 1399px) {
    .col-xl-100 {
        width: 100% !important;
    }
}

/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
    display: none;
}

@media (max-width: 1199px) {
    .mean-container a.meanmenu-reveal {
        display: block;
    }
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--white) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme-2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a .down-arrow {
    display: none;
}

@media (max-width: 1199px) {
    .submenu .mega-menu .mega-menu-items-wrap .title {
        color: var(--white);
    }

    .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner {
        margin-left: 20px;
    }

    .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
    .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a {
        border-bottom: 1px solid #ddffe7 !important;
    }
}

@media (max-width: 1199px) {
    .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a .icon {
        border-radius: 4px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 200ms ease-in-out;
    }

    .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a .icon svg path {
        fill: var(--white);
    }

    .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a:last-child {
        margin-bottom: 10px;
    }
}

/*----------------------------------------*/
/*  1.3 Default Spacing
/*----------------------------------------*/
/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-94 {
    margin-top: 94px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-19 {
    margin-bottom: 19px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-34 {
    margin-bottom: 34px !important;
}

.mb-39 {
    margin-bottom: 39px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-94 {
    margin-bottom: 94px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pl-5 {
    padding-left: 5px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-12 {
    padding-left: 12px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-166 {
    padding-top: 166px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .mt-50 {
        margin-top: 25px !important;
    }
}

@media (max-width: 1199px) {
    .mb-50 {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .mb-50 {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 1199px) {
    .mb-100 {
        margin-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 50px !important;
    }
}

@media (max-width: 1199px) {
    .pt-50 {
        padding-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .pt-50 {
        padding-top: 25px !important;
    }
}

@media (max-width: 1199px) {
    .pb-50 {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .pb-50 {
        padding-bottom: 25px !important;
    }
}

@media (max-width: 1199px) {
    .pb-100 {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 1199px) {
    .pt-100 {
        padding-top: 60px !important;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 50px !important;
    }
}

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 20px !important;
    }
}

.scrolling-wrap.style1 {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    border-radius: 4px;
    background: var(--white);
    padding: 17px 16px;
    position: relative;
    z-index: -1;
}

.scrolling-wrap.style1 .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    cursor: pointer;
    gap: 35px;
}

.scrolling-wrap.style1 .comm .cmn-textslide-1 {
    color: var(--theme-5);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

.scrolling-wrap.style1 .comm .cmn-textslide-2 {
    color: var(--theme-5);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

.scrolling-wrap.style1:hover .comm {
    animation-play-state: paused;
}

.scrolling-wrap.style3 {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
}

@media (max-width: 575px) {
    .scrolling-wrap.style3 {
        padding-bottom: 40px;
    }
}

.scrolling-wrap.style3 .comm {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 40px;
    cursor: pointer;
}

.scrolling-wrap.style3 .comm .cmn-textslide-1 {
    color: var(--white);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 8px;
}

@media (max-width: 575px) {
    .scrolling-wrap.style3 .comm .cmn-textslide-1 {
        font-size: 40px;
    }
}

.scrolling-wrap.style3 .comm .cmn-textslide-1:nth-child(2n) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    color: transparent;
    background: transparent;
}

.scrolling-wrap.style3:hover .comm {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

/*----------------------------------------------
    # Title style Start
----------------------------------------------*/
.section-title-wrap {
    margin-bottom: 50px;
}

@media (max-width: 350px) {
    .section-title-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 350px) {
    .section-title-wrap {
        text-align: center;
    }
}

.section-title-wrap .subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--sub-title);
    border: 1px solid var(--sub-title);
    border-radius: 100px;
    padding: 6px 24px;
    display: inline-block;
}

@media (max-width: 767px) {
    .section-title-wrap .subtitle {
        font-size: 17px;
    }
}

.section-title-wrap .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 150%;
    color: var(--title-color);
}

@media (max-width: 767px) {
    .section-title-wrap .title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .section-title-wrap .title {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .section-title-wrap .title {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .section-title-wrap .title {
        text-align: center;
        font-size: 22px;
    }
}

.section-title-wrap .title span {
    color: var(--text-color-2);
    font-weight: 600;
    font-size: 48px;
    line-height: 150%;
}

@media (max-width: 1399px) {
    .section-title-wrap .title span {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-title-wrap .title span {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .section-title-wrap .title span {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .section-title-wrap .title span {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .section-title-wrap .title span {
        text-align: center;
        font-size: 22px;
    }
}

.section-title-wrap .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--pra-text);
}

@media (max-width: 470px) {
    .section-title-wrap .text {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .section-title-wrap .text {
        text-align: center;
    }
}

/*----------------------------------------------
    # Title style End
----------------------------------------------*/
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.fix-visible {
    overflow: visible;
}

.d-inline-flex {
    display: inline-flex !important;
}

.clint-cta {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 350px) {
    .clint-cta {
        flex-direction: column;
        gap: 10px;
    }
}

.clint-cta .vector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.clint-cta .vector li {
    margin-right: -24px;
}

.clint-cta .vector li img {
    border: 1px solid var(--light-white);
    border-radius: 50%;
    background: var(--white);
}

@media (max-width: 450px) {
    .clint-cta .vector li img {
        width: 80%;
    }
}

.clint-cta .clint-review h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: var(--light-white);
    display: flex;
    align-items: end;
    gap: 10px;
    margin-bottom: 6px;
}

.clint-cta .clint-review h4 span {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #d4d4d4;
}

.clint-cta .clint-review .star {
    display: flex;
    align-items: center;
}

.line-overflow {
    overflow: hidden;
    display: block;
}

.container-body {
    background: #000000;
    overflow: hidden;
    margin-bottom: 460px;
}

@media (max-width: 1199px) {
    .container-body {
        margin-bottom: 100px;
    }
}

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

.container-body .speed-indicator {
    display: none;
}

.container-body .container {
    position: relative;
    width: 100vw;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-body .container .card-stream {
    position: absolute;
    width: 100vw;
    height: 180px;
    display: flex;
    align-items: center;
    overflow: visible;
}

.container-body .container .card-stream .card-line {
    display: flex;
    align-items: center;
    gap: 60px;
    white-space: nowrap;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: transform;
}

.container-body .container .card-stream .card-line:active, .container-body .container .card-stream .card-line.dragging {
    cursor: grabbing;
}

.container-body .container .card-stream .card-line.css-animated {
    animation: scrollCards 40s linear infinite;
}

.container-body .container .card-wrapper {
    position: relative;
    width: 400px;
    height: 250px;
    flex-shrink: 0;
}

.container-body .container .card-wrapper .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}

.container-body .container .card-wrapper .card.card-normal {
    background: transparent;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    color: white;
    z-index: 2;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 var(--clip-right, 0%));
}

.container-body .container .card-wrapper .card.card-normal .card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
    filter: brightness(1.1) contrast(1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.container-body .container .card-wrapper .card.card-normal .card-image:hover {
    filter: brightness(1.2) contrast(1.2);
}

.container-body .container .card-wrapper .card.card-normal .card-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.container-body .container .card-wrapper .card.card-normal .card-info .card-holder,
.container-body .container .card-wrapper .card.card-normal .card-info .card-expiry {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.container-body .container .card-wrapper .card.card-normal .card-number {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.container-body .container .card-wrapper .card.card-normal .card-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.container-body .container .card-wrapper .card.card-ascii {
    background: transparent;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
}

.container-body .container .card-wrapper .card.card-ascii .ascii-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(220, 210, 255, 0.6);
    font-family: "Courier New", monospace;
    font-size: 11px;
    line-height: 13px;
    overflow: hidden;
    white-space: pre;
    clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
    animation: glitch 0.1s infinite linear alternate-reverse;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
}

.container-body .container .card-wrapper .card .card-chip {
    width: 40px;
    height: 30px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.container-body .container .card-wrapper .card .card-chip::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: linear-gradient(45deg, #e6c200, #f4d03f);
    border-radius: 2px;
}

.container-body .container .card-wrapper .card .contactless {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
}

.container-body .container .card-wrapper .card .contactless::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.container-body .scanner {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 300px;
    border-radius: 30px;
    background: linear-gradient(to bottom, transparent, rgba(0, 255, 255, 0.8), rgb(0, 255, 255), rgba(0, 255, 255, 0.8), transparent);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.4);
    animation: scanPulse 2s ease-in-out infinite alternate;
    z-index: 10;
}

.container-body .scanner-label {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(0, 255, 255, 0.9);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

.container-body .scan-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.4), transparent);
    animation: scanEffect 0.6s ease-out;
    pointer-events: none;
    z-index: 5;
}

.container-body .instructions {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    max-width: 200px;
    text-align: right;
    z-index: 5;
}

.container-body #particleCanvas,
.container-body #scannerCanvas {
    position: absolute;
    top: 50%;
    width: 100vw;
    pointer-events: none;
    left: 49% !important;
    transform: translate(-50%, -50%) !important;
}

@media (max-width: 991px) {
    .container-body #particleCanvas,
    .container-body #scannerCanvas {
        left: 48% !important;
    }
}

.container-body #particleCanvas#particleCanvas,
.container-body #scannerCanvas#particleCanvas {
    left: 0;
    transform: translateY(-50%);
    height: 250px;
    z-index: 0;
}

.container-body #particleCanvas#scannerCanvas,
.container-body #scannerCanvas#scannerCanvas {
    left: -3px;
    transform: translateY(-50%);
    height: 300px;
    z-index: 15;
}

.container-body .inspiration-credit {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
    font-weight: 900;
    color: #ff9a9c;
    z-index: 1000;
    text-align: center;
}

.container-body .inspiration-credit a {
    color: #ff9a9c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.container-body .inspiration-credit a:hover {
    color: #ff7a7c;
}

/*----------------------------------------------
    # Header style Start
----------------------------------------------*/
.header-section-1 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 150;
}

.header-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
}

.header-1 {
    background-color: transparent;
}

.header-1 .logo .logo-2 {
    display: none;
}

.header-1 .mega-menu-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 999px;
    background: transparent !important;
}

@media (max-width: 1399px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 30px;
    }
}

@media (max-width: 450px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 0;
    }
}

.header-1 .mega-menu-wrapper .header-main .main-menu {
    border-radius: 29px;
    padding: 15px 24px 12px 24px;
    height: 56px;
    box-shadow: inset 1px 1px 4px 0 rgba(255, 255, 255, 0.6), inset -1px -1px 1px 0 rgba(255, 255, 255, 0.25), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    position: relative;
}

@media (max-width: 1399px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu {
        height: 51.5px;
        padding: 12px 24px 12px 24px;
    }
}

@media (max-width: 1199px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu {
        height: 0;
        padding: 0;
        box-shadow: none;
    }
}

.header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--white);
    text-transform: capitalize;
}

.header-1 .mega-menu-wrapper .header-main .main-menu ul li a i {
    color: var(--white);
}

.header-1 .mega-menu-wrapper .header-main .main-menu ul li a:hover svg path {
    stroke: var(--theme-2) !important;
}

@media (max-width: 1399px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
        margin-inline-end: 20px;
    }

    .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1899px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
        left: -50px;
    }
}

.header-1 .mega-menu-wrapper .header-main .main-menu ul li .submenu a {
    padding: 12px 30px;
}

.header-1 .mega-menu-wrapper .header-main .header-right .header__canvas__hamburger .sidebar__toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    background: var(--theme);
    transition: all 0.4s ease-in-out;
}

.header-1 .mega-menu-wrapper .header-main .header-right .header__canvas__hamburger .sidebar__toggle span {
    width: 24px;
    height: 1px;
    background: var(--theme-5);
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.header-1 .mega-menu-wrapper .header-main .header-right .header__canvas__hamburger .sidebar__toggle:hover {
    background: var(--theme-2);
}

.header-1 .mega-menu-wrapper .header-main .header-right .header__canvas__hamburger .sidebar__toggle:hover span {
    background: var(--white);
}

.header-1 .header-right {
    gap: 5px !important;
}

@media (max-width: 1399px) {
    .header-1 .header-right {
        gap: 3px !important;
    }
}

@media (max-width: 450px) {
    .header-1 .header-right {
        gap: 5px !important;
    }
}

.header-1 .header-right .header-button {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .header-1 .header-right .header-button {
        display: none;
    }
}

.header-1 .header-right .sidebar__toggle {
    color: var(--white);
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .header-1 .header-right .sidebar__toggle {
        color: var(--theme);
    }
}

.header-2 {
    background-color: transparent;
}

.header-2 .mega-menu-wrapper {
    position: relative;
    z-index: 1;
    background: var(--white);
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color-2);
}

@media (max-width: 470px) {
    .header-2 .mega-menu-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 450px) {
    .header-2 .mega-menu-wrapper {
        padding: 0;
    }
}

@media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main {
        gap: 30px;
    }
}

@media (max-width: 450px) {
    .header-2 .mega-menu-wrapper .header-main {
        gap: 0;
    }
}

.header-2 .mega-menu-wrapper .header-main .main-menu {
    position: relative;
}

@media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main .main-menu ul li {
        margin-inline-end: 20px;
    }

    .header-2 .mega-menu-wrapper .header-main .main-menu ul li a {
        font-size: 14px;
    }

    .header-2 .mega-menu-wrapper .header-main .main-menu ul li a svg path {
        stroke: var(--black);
    }
}

@media (max-width: 1899px) {
    .header-2 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
        left: -50px;
    }
}

.header-2 .mega-menu-wrapper .header-main .main-menu ul li svg path {
    stroke: var(--black);
}

.header-2 .header-right {
    gap: 5px !important;
    /* Auth .theme-btn Start */
}

@media (max-width: 1399px) {
    .header-2 .header-right {
        gap: 3px !important;
    }
}

@media (max-width: 450px) {
    .header-2 .header-right {
        gap: 5px !important;
    }
}

.header-2 .header-right .header-button {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .header-2 .header-right .header-button {
        display: none;
    }
}

.header-2 .header-right .sidebar__toggle {
    color: var(--white);
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .header-2 .header-right .sidebar__toggle {
        color: var(--theme);
    }
}

.header-2 .header-right .auth-switch {
    position: relative;
    display: inline-flex;
    border-radius: 50px;
    padding: 8px;
    border: 1px solid var(--border-color-2);
    background: var(--white);
    box-shadow: inset 1px 1px 4px 0 rgba(255, 255, 255, 0.6), inset -1px -1px 1px 0 rgba(255, 255, 255, 0.25), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.header-2 .header-right #authToggle:not(:checked) ~ .auth-btn.login {
    color: var(--white);
}

.header-2 .header-right #authToggle:checked ~ .auth-btn.signup {
    color: var(--white);
}

.header-2 .header-right #authToggle:checked ~ .auth-btn.login {
    color: var(--black);
}

.header-2 .header-right #authToggle:not(:checked) ~ .auth-btn.signup {
    color: var(--black);
}

.header-2 .header-right #authToggle:checked ~ .slider {
    left: calc(var(--login-width) + 8px);
    width: var(--signup-width);
}

.main-header-wrapper {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1899px) {
    .main-header-wrapper {
        gap: 70px;
    }
}

@media (max-width: 1600px) {
    .main-header-wrapper {
        gap: 40px;
    }
}

@media (max-width: 1199px) {
    .main-header-wrapper {
        padding: 15px 0;
    }
}

.main-header-wrapper .main-header-items {
    width: 100%;
}

.main-header-wrapper .main-header-items .header-contact-info-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    border: 1px solid #d4dced;
}

@media (max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        display: none;
    }
}

@media (max-width: 575px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        gap: 30px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    border-right: 1px solid #d4dced;
    padding-right: 50px;
}

@media (max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
        border-right: none;
        padding-right: 0;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--theme);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    position: relative;
}

@media (max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(30, 32, 35, 0.1);
    transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
        width: 54px;
        height: 54px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p {
    color: var(--text-color);
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
    font-size: 20px;
    color: var(--black);
    text-transform: initial;
}

@media (max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
        font-size: 18px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a {
    color: var(--black);
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2 {
    border: none;
    padding-right: 0;
}

@media (max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn {
        font-size: 14px;
        padding: 24px 27px;
    }
}

.header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-right {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .header-right {
        gap: 5px;
    }

    .header-right .theme-btn {
        display: none;
    }
}

.sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--text-color);
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    height: 56px;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-inline-end: 50px;
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    padding: 18px 0;
    text-align: left;
    position: relative;
    color: var(--black);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .header-main .main-menu ul li a {
        letter-spacing: 1px;
    }
}

.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a.active {
    color: var(--theme-2) !important;
}

.header-main .main-menu ul li a:hover svg path, .header-main .main-menu ul li a.active svg path {
    stroke: var(--theme-2) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    overflow: hidden;
    top: 110%;
    inset-inline-start: 0;
    width: -moz-max-content;
    width: max-content;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--black);
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

@media (max-width: 1199px) {
    .header-main .main-menu ul li .submenu {
        width: 100%;
    }
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 999;
    color: var(--black);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li a.active, .header-main .main-menu ul li .submenu li a:hover {
    color: var(--black) !important;
    background: transparent !important;
}

.header-main .main-menu ul li .submenu li a.active .icon, .header-main .main-menu ul li .submenu li a:hover .icon {
    background: #ddffe7 !important;
}

.header-main .main-menu ul li .submenu li a.active .icon svg path, .header-main .main-menu ul li .submenu li a:hover .icon svg path {
    fill: var(--black) !important;
    stroke: transparent !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover > a {
    background: var(--white);
    color: var(--theme) !important;
    padding: 11px 35px;
}

.header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme-2);
}

.header-main .main-menu ul li .submenu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .submenu .mega-menu {
    padding: 30px;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap {
    margin-bottom: 30px;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap:last-child {
    margin-bottom: 0;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: var(--text-color-2);
    margin-bottom: 24px;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-around;
    gap: 24px;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-color-2);
    border-bottom: none;
    padding: 0;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a .icon {
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease-in-out;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a .icon svg path {
    fill: var(--white);
    stroke: #A9ACAE;
    transition: all 200ms ease-in-out;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a:hover {
    color: var(--black) !important;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a:hover .icon {
    background: #ddffe7;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a:hover .icon svg path {
    fill: var(--black);
    stroke: transparent !important;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a.active {
    color: var(--black) !important;
    background: transparent !important;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a.active .icon {
    background: #ddffe7 !important;
}

.header-main .main-menu ul li .submenu .mega-menu .mega-menu-items-wrap .mega-menu-items-list-inner .mega-menu-list a.active .icon svg path {
    fill: var(--black);
    stroke: transparent !important;
}

.header-main .main-menu ul li .has-homemenu {
    width: 565px;
    padding: 30px 24px 10px 24px;
    opacity: 0;
    left: -100px;
    visibility: hidden;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    position: relative;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
    border-radius: 0px !important;
    background-color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--black) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
    background-color: var(--theme-2);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.header-main .main-menu ul li:hover > a {
    color: var(--black);
}

.header-main .main-menu ul li:hover > a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.header-main .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .header-main .header-right .auth-area {
        display: none;
    }
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--black);
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.9s;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky.header-1 {
    top: 0 !important;
    background: var(--white);
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color-2);
}

.sticky.header-1 .logo {
    display: block;
    border-radius: 29px;
    padding: 15px 0 12px 0;
    height: 56px;
    text-transform: uppercase;
}

.sticky.header-1 .logo .logo-2 {
    display: block;
}

.sticky.header-1 .logo .logo-1 {
    display: none;
}

.sticky.header-1 .header-main .main-menu ul li .submenu li a {
    color: var(--black);
}

.sticky.header-1 .header-main .main-menu ul li a {
    color: var(--black);
}

.sticky.header-1 .header-main .main-menu ul li a:hover {
    color: var(--theme-2) !important;
}

.sticky.header-1 .header-main .main-menu ul li svg path {
    stroke: var(--black);
}

@media (max-width: 450px) {
    .sticky.header-1 {
        padding: 0;
    }
}

.sticky.header-1 .auth-area {
    border: 1px solid var(--border-color-2);
    box-shadow: none;
}

.sticky.header-1 .auth-area .login-btn a {
    color: var(--black) !important;
}

.sticky.header-2 {
    padding: 0 10px;
    background: var(--white);
}

.sticky.header-2 .logo {
    display: block;
}

.sticky.header-2 .mega-menu-wrapper {
    padding: 10px 0;
}

.sticky.header-2 .header-main {
    padding-top: 0;
}

.sticky.header-2 .header-main .main-menu ul li .submenu li a {
    color: var(--black);
}

.sticky.header-2 .header-main .main-menu ul li a {
    color: var(--black);
}

.sticky.header-2 .header-main .main-menu ul li a:hover {
    color: var(--theme-2) !important;
}

.sticky.header-2 .header-main .main-menu ul li a:hover svg path {
    stroke: var(--theme-2) !important;
}

@media (max-width: 450px) {
    .sticky.header-2 {
        padding: 0;
    }
}

.sticky.header-2 .theme-btn {
    background: var(--white);
    color: var(--black);
}

.offcanvas__info {
    background: var(--black) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    display: none;
}

@media (max-width: 1199px) {
    .offcanvas__info {
        display: block;
    }
}

.offcanvas__info.info-open {
    opacity: 1;
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
    background-color: var(--black);
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .auth-area {
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
}

@media (max-width: 450px) {
    .offcanvas__wrapper .offcanvas__content .auth-area {
        margin-left: 0;
    }
}

.offcanvas__wrapper .offcanvas__content .auth-area .login-btn a,
.offcanvas__wrapper .offcanvas__content .auth-area .registration-btn a {
    color: var(--white) !important;
}

@media (max-width: 450px) {
    .offcanvas__wrapper .offcanvas__content .auth-area .login-btn a,
    .offcanvas__wrapper .offcanvas__content .auth-area .registration-btn a {
        font-size: 12px;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
    justify-content: center;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--theme);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme-2);
    color: var(--black) !important;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcumb-area {
    padding-top: 117px;
}

@media (max-width: 575px) {
    .breadcumb-area {
        padding-top: 80px;
    }
}

.breadcumb-wrapper {
    padding: 150px 0;
    position: relative;
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding: 80px 0;
    }
}

@media (max-width: 470px) {
    .breadcumb-wrapper {
        padding: 50px 0;
    }
}

.breadcumb-wrapper .section-title {
    text-align: center;
}

/*----------------------------------------------
    # Header style End
----------------------------------------------*/
/*----------------------------------------------
    # Footer style Start
----------------------------------------------*/
.footer-wrapper .footer-top-wrap {
    position: relative;
}

.footer-wrapper .footer-top-wrap .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-wrapper .footer-top-wrap .left-content .footer-logo {
    margin-bottom: 28px;
}

.footer-wrapper .footer-top-wrap .left-content .main-content h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    color: var(--text-color-3);
    max-width: 529px;
}

.footer-wrapper .footer-top-wrap .left-content .main-content form .form-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 575px) {
    .footer-wrapper .footer-top-wrap .left-content .main-content form .form-group {
        flex-direction: column;
    }
}

.footer-wrapper .footer-top-wrap .left-content .main-content form .form-group .form-control {
    border-radius: 60px;
    padding: 12px 50px 12px 24px;
    width: 393px;
    height: 60px;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    background: var(--white);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--text-color-3);
    border: 1px solid transparent;
    font-weight: 400;
}

@media (max-width: 575px) {
    .footer-wrapper .footer-top-wrap .left-content .main-content form .form-group .form-control {
        width: 100%;
    }
}

.footer-wrapper .footer-top-wrap .left-content .main-content form .form-group .form-control::-moz-placeholder {
    color: var(--text-color-3);
}

.footer-wrapper .footer-top-wrap .left-content .main-content form .form-group .form-control::placeholder {
    color: var(--text-color-3);
}

.footer-wrapper .footer-top-wrap .left-content .main-content form .form-group .form-control:focus {
    border: 1px solid var(--theme);
}

.footer-wrapper .footer-top-wrap .left-content .location-info .mb-30 {
    margin-bottom: 20px !important;
}

.footer-wrapper .footer-top-wrap .menu-items.item-1 {
    margin-left: -20px;
}

@media (max-width: 1199px) {
    .footer-wrapper .footer-top-wrap .menu-items.item-1 {
        margin-left: 0;
    }
}

.footer-wrapper .footer-top-wrap .menu-items.item-2 {
    margin-left: -20px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-top-wrap .menu-items.item-2 {
        margin-left: 0;
    }
}

.footer-wrapper .footer-top-wrap .menu-items.item-3 {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-top-wrap .menu-items.item-3 {
        margin-left: 0;
    }
}

.footer-wrapper .footer-top-wrap .menu-items .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 141%;
    color: var(--black);
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-top-wrap .menu-items .title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.footer-wrapper .footer-top-wrap .menu-items ul li {
    margin-bottom: 20px;
}

.footer-wrapper .footer-top-wrap .menu-items ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-top-wrap .menu-items ul li {
        margin-bottom: 10px;
    }
}

.footer-wrapper .footer-top-wrap .menu-items ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 188%;
    color: var(--text-color-3);
}

@media (max-width: 450px) {
    .footer-wrapper .footer-top-wrap .menu-items ul li a {
        font-size: 17px;
    }
}

@media (max-width: 350px) {
    .footer-wrapper .footer-top-wrap .menu-items ul li a {
        font-size: 15px;
    }
}

.footer-wrapper .footer-top-wrap .menu-items ul li a:hover {
    color: var(--black);
}

.footer-wrapper .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

@media (max-width: 350px) {
    .footer-wrapper .footer-bottom {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }
}

.footer-wrapper .footer-bottom p {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-3);
}

@media (max-width: 767px) {
    .footer-wrapper .footer-bottom p {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .footer-wrapper .footer-bottom p {
        font-size: 14px;
    }
}

.footer-wrapper .footer-bottom p a {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-3);
}

@media (max-width: 767px) {
    .footer-wrapper .footer-bottom p a {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .footer-wrapper .footer-bottom p a {
        font-size: 14px;
    }
}

.footer-wrapper .footer-bottom p a:hover {
    color: var(--black);
}

.footer-wrapper .footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-bottom ul {
        gap: 15px;
    }
}

@media (max-width: 450px) {
    .footer-wrapper .footer-bottom ul {
        gap: 10px;
    }
}

.footer-wrapper .footer-bottom ul li a {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-3);
}

@media (max-width: 767px) {
    .footer-wrapper .footer-bottom ul li a {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .footer-wrapper .footer-bottom ul li a {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .footer-wrapper .footer-bottom ul li a {
        font-size: 12px;
    }
}

.footer-wrapper .footer-bottom ul li a:hover {
    color: var(--black);
}

/*----------------------------------------------
    # Footer style here End
----------------------------------------------*/
/*----------------------------------------------
# About style Start
----------------------------------------------*/
.about-wrapper .section-title-wrap .title {
    max-width: 787px;
    margin-bottom: 74px;
}

@media (max-width: 1199px) {
    .about-wrapper .section-title-wrap .title {
        margin-bottom: 30px;
    }
}

.about-wrapper .section-title-wrap .text {
    max-width: 763px;
}

/*----------------------------------------------
    # About style End
----------------------------------------------*/
/*----------------------------------------------
# About Page style Start
----------------------------------------------*/
.about-intro-wrapper {
    position: relative;
    padding-top: 158px;
}

.about-intro-wrapper .about-intro-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-intro-wrapper .about-intro-content .section-title h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 125%;
    text-align: center;
    color: var(--black);
    max-width: 740px;
    margin: 0 auto 24px auto;
}

@media (max-width: 767px) {
    .about-intro-wrapper .about-intro-content .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .about-intro-wrapper .about-intro-content .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .about-intro-wrapper .about-intro-content .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .about-intro-wrapper .about-intro-content .section-title h2 {
        text-align: center !important;
    }
}

.about-intro-wrapper .about-intro-content .section-title h3 {
    color: var(--text-color-4);
    text-align: center;
    max-width: 695px;
    margin: 0 auto;
}

.about-intro-wrapper .about-inner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 74px;
    margin-bottom: 100px;
}

.about-intro-wrapper .about-inner-btn .btn-wrap .theme-btn {
    border: 1px solid var(--border-color-2);
    color: var(--black);
}

.about-intro-wrapper .card-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-intro-wrapper .card-img img {
    border-radius: 12px;
}

/*----------------------------------------------
# About Page style End
----------------------------------------------*/
/*----------------------------------------------
# Why Are You style Start
----------------------------------------------*/
.why-are-you-wrapper .section-title-wrap .title {
    max-width: 514px;
}

.why-are-you-wrapper .section-title-wrap h3 {
    font-weight: 400;
    max-width: 514px;
}

.why-are-you-wrapper .why-are-you-inner {
    margin: 0 50px;
}

@media (max-width: 1399px) {
    .why-are-you-wrapper .why-are-you-inner {
        margin: 0;
    }
}

.why-are-you-wrapper .right-content {
    display: flex;
    align-items: center;
    gap: 39px;
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 105, 36, 0.17) 71.5%);
    padding: 30px 28px 30px 30px;
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .why-are-you-wrapper .right-content {
        display: block;
    }
}

@media (max-width: 450px) {
    .why-are-you-wrapper .right-content {
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .why-are-you-wrapper .right-content .thumb {
        margin-bottom: 30px;
    }
}

.why-are-you-wrapper .right-content .thumb img {
    border-radius: 8px;
}

@media (max-width: 1199px) {
    .why-are-you-wrapper .right-content .thumb img {
        width: 100%;
    }
}

.why-are-you-wrapper .right-content .counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px;
    row-gap: 65px;
    position: relative;
}

@media (max-width: 500px) {
    .why-are-you-wrapper .right-content .counter {
        gap: 30px;
    }
}

.why-are-you-wrapper .right-content .counter .shape {
    position: absolute;
    left: -98px;
    bottom: -26px;
    z-index: -1;
}

@media (max-width: 450px) {
    .why-are-you-wrapper .right-content .counter .counter-item {
        text-align: center;
    }
}

.why-are-you-wrapper .right-content .counter .counter-item span {
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: var(--black);
}

@media (max-width: 450px) {
    .why-are-you-wrapper .right-content .counter .counter-item span {
        font-size: 24px;
    }
}

.why-are-you-wrapper .right-content .counter .counter-item h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    margin-top: 12px;
}

@media (max-width: 1600px) {
    .why-are-you-wrapper .right-content .counter .counter-item h6 {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {
    .why-are-you-wrapper .right-content .counter .counter-item h6 {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .why-are-you-wrapper .right-content .counter .counter-item h6 {
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .why-are-you-wrapper .right-content .counter .counter-item h6 {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .why-are-you-wrapper .right-content .counter .counter-item h6 {
        font-size: 14px;
    }
}

/*----------------------------------------------
# Why Are You style End
----------------------------------------------*/
/*----------------------------------------------
# Value style Start
----------------------------------------------*/
.value-wrapper .value-inner {
    margin: 0 50px;
}

@media (max-width: 991px) {
    .value-wrapper .value-inner {
        margin: 0;
    }
}

@media (max-width: 1399px) {
    .value-wrapper .value-inner .section-title-wrap {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 992px) {
    .value-wrapper .value-inner .section-title-wrap {
        text-align: end !important;
    }
}

@media (max-width: 991px) {
    .value-wrapper .value-inner .section-title-wrap .subtitle {
        text-align: start !important;
    }
}

@media (min-width: 992px) {
    .value-wrapper .value-inner .section-title-wrap .subtitle {
        text-align: end !important;
    }
}

.value-wrapper .value-inner .section-title-wrap .title {
    max-width: 514px;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .value-wrapper .value-inner .section-title-wrap .title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .value-wrapper .value-inner .section-title-wrap .title {
        margin-left: 0;
        text-align: start;
    }
}

@media (max-width: 767px) {
    .value-wrapper .value-inner .section-title-wrap .title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .value-wrapper .value-inner .section-title-wrap .title {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .value-wrapper .value-inner .section-title-wrap .title {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .value-wrapper .value-inner .section-title-wrap .title {
        text-align: center !important;
    }
}

.value-wrapper .value-inner .thumb {
    border-radius: 24px;
}

.value-wrapper .value-inner .thumb img {
    border-radius: 24px;
    width: 100%;
}

.value-wrapper .value-inner ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    gap: 50px;
}

@media (max-width: 991px) {
    .value-wrapper .value-inner ul {
        text-align: start !important;
        justify-content: start !important;
        align-items: start;
    }
}

@media (max-width: 1600px) {
    .value-wrapper .value-inner ul {
        gap: 40px;
    }
}

@media (max-width: 1399px) {
    .value-wrapper .value-inner ul {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .value-wrapper .value-inner ul {
        gap: 10px;
    }
}

.value-wrapper .value-inner ul li a {
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: -0.03em;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--text-color-4);
    text-align: end;
    display: inline-flex;
    gap: 28px;
    align-items: center;
}

@media (max-width: 1399px) {
    .value-wrapper .value-inner ul li a {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .value-wrapper .value-inner ul li a {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .value-wrapper .value-inner ul li a {
        flex-direction: row-reverse;
    }
}

@media (max-width: 450px) {
    .value-wrapper .value-inner ul li a {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    .value-wrapper .value-inner ul li a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .value-wrapper .value-inner ul li a svg {
        transform: rotate(-180deg);
    }
}

.value-wrapper .value-inner ul li a:hover {
    color: var(--theme-2);
}

.value-wrapper .value-inner ul li a:hover svg path {
    stroke: var(--theme-2);
}

/*----------------------------------------------
# Value style End
----------------------------------------------*/
/*----------------------------------------------
# Value style End
----------------------------------------------*/
.articles-wrapper .section-title-wrap {
    max-width: 997px;
    margin: 0 auto;
    text-align: center;
}

.articles-wrapper .section-title-wrap h3 {
    max-width: 514px;
}

/*----------------------------------------------
# Value style End
----------------------------------------------*/
/*----------------------------------------------
    # Contact style Start
----------------------------------------------*/
.contact-page-wrapper .section-title h3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 52px;
    margin-bottom: 24px;
}

@media (max-width: 350px) {
    .contact-page-wrapper .section-title h3 {
        justify-content: center;
    }
}

.contact-page-wrapper .section-title h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -42px;
    width: 32px;
    height: 5px;
    background-color: var(--theme);
}

@media (max-width: 350px) {
    .contact-page-wrapper .section-title h3::before {
        left: 25px;
    }
}

.contact-page-wrapper .section-title h2 {
    max-width: 628px;
}

.contact-page-wrapper .contact-page-inner {
    margin: 0 35px;
}

@media (max-width: 1399px) {
    .contact-page-wrapper .contact-page-inner {
        margin: 0;
    }
}

.contact-page-wrapper .contact-meta {
    background: linear-gradient(180deg, #39db69 0%, #39db69 0%, #08653b 75.34%);
    border-radius: 24px;
    padding: 50px 60px;
}

@media (max-width: 1399px) {
    .contact-page-wrapper .contact-meta {
        padding: 30px 30px;
    }
}

.contact-page-wrapper .contact-meta .contact-meta-items {
    margin-bottom: 35px;
}

@media (max-width: 470px) {
    .contact-page-wrapper .contact-meta .contact-meta-items {
        margin-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .contact-page-wrapper .contact-meta .contact-meta-items {
        text-align: center;
    }
}

.contact-page-wrapper .contact-meta .contact-meta-items:last-child {
    margin-bottom: 0;
}

.contact-page-wrapper .contact-meta .contact-meta-items h4 {
    color: var(--white);
    margin-bottom: 24px;
}

.contact-page-wrapper .contact-meta .contact-meta-items p {
    font-weight: 500;
    font-size: 24px;
    color: var(--white);
}

@media (max-width: 450px) {
    .contact-page-wrapper .contact-meta .contact-meta-items p {
        font-size: 19px;
    }
}

@media (max-width: 350px) {
    .contact-page-wrapper .contact-meta .contact-meta-items p {
        font-size: 16px;
        text-align: center;
    }
}

.contact-page-wrapper .contact-meta .contact-meta-items a {
    font-weight: 500;
    font-size: 24px;
    color: var(--white);
    display: inline-block;
}

@media (max-width: 450px) {
    .contact-page-wrapper .contact-meta .contact-meta-items a {
        font-size: 19px;
    }
}

@media (max-width: 350px) {
    .contact-page-wrapper .contact-meta .contact-meta-items a {
        font-size: 16px;
    }
}

.contact-page-wrapper .contact-meta .contact-meta-items span {
    font-size: 16px;
    color: #b5b5b5;
    display: block;
}

.contact-page-wrapper .contact-meta .contact-meta-items ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-page-wrapper .contact-meta .contact-meta-items ul li a {
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0.48;
    display: inline-block;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--theme);
    border-right: 1px solid var(--theme);
}

@media (max-width: 1399px) {
    .contact-page-wrapper .contact-meta .contact-meta-items ul li a {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 450px) {
    .contact-page-wrapper .contact-meta .contact-meta-items ul li a {
        width: 35px;
        height: 35px;
    }

    .contact-page-wrapper .contact-meta .contact-meta-items ul li a svg {
        width: 16px;
        height: 16px;
    }
}

.contact-page-wrapper .contact-meta .contact-meta-items ul li a:hover {
    opacity: 1;
}

@media (max-width: 1399px) {
    .map-wrapper iframe {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .map-wrapper iframe {
        height: 350px;
    }
}

/*----------------------------------------------
    # Contact style End
----------------------------------------------*/
/*----------------------------------------------
    # log In Form style Start
----------------------------------------------*/
.login-page-wrapper {
    margin: 0 238px 0 250px;
    padding: 166px 0 50px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1600px) {
    .login-page-wrapper {
        margin: 0 150px;
    }
}

@media (max-width: 1399px) {
    .login-page-wrapper {
        margin: 0 100px;
    }
}

@media (max-width: 991px) {
    .login-page-wrapper {
        margin: 0 70px;
    }
}

@media (max-width: 575px) {
    .login-page-wrapper {
        margin: 0 60px;
        padding: 100px 0 50px 0;
    }
}

@media (max-width: 470px) {
    .login-page-wrapper {
        margin: 0 10px;
    }
}

.login-page-wrapper .login-left-content {
    background: var(--black);
    border-radius: 24px;
    padding: 50px 100px;
}

@media (max-width: 1800px) {
    .login-page-wrapper .login-left-content {
        padding: 50px;
    }
}

@media (max-width: 470px) {
    .login-page-wrapper .login-left-content {
        padding: 20px;
    }
}

.login-page-wrapper .login-form-top {
    text-align: center;
    margin-bottom: 24px;
}

.login-page-wrapper .login-form-top span {
    margin-bottom: 24px;
    display: inline-block;
}

.login-page-wrapper .login-form-top h4 {
    font-weight: 500;
    color: var(--white);
}

.login-page-wrapper .forget-password {
    font-weight: 400;
    font-size: 14px;
    color: var(--white);
    display: inline-block;
}

.login-page-wrapper .btn-wrap .active-btn {
    width: 100%;
}

.login-page-wrapper .close-border {
    text-align: center;
    margin-bottom: 35px;
}

.login-page-wrapper .close-border span {
    font-weight: 400;
    font-size: 14px;
    color: var(--white);
    position: relative;
}

.login-page-wrapper .close-border span::before {
    content: "";
    width: 209px;
    height: 1px;
    background: var(--white);
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.login-page-wrapper .close-border span::after {
    content: "";
    width: 209px;
    height: 1px;
    background: var(--white);
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.login-page-wrapper .other-login-btn {
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 13.5px 50px 13.5px 50px;
    background: var(--white);
    font-weight: 400;
    font-size: 24px;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 70px;
    cursor: pointer;
}

@media (max-width: 1700px) {
    .login-page-wrapper .other-login-btn {
        padding: 13.5px 30px 13.5px 30px;
        gap: 20px;
    }
}

@media (max-width: 1600px) {
    .login-page-wrapper .other-login-btn {
        font-size: 20px;
    }
}

@media (max-width: 470px) {
    .login-page-wrapper .other-login-btn {
        font-size: 16px;
        padding: 10px;
    }
}

.login-page-wrapper p {
    font-weight: 400;
    font-size: 20px;
    color: var(--text-color-4);
}

.login-page-wrapper p a {
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--white);
}

.login-page-wrapper .login-right-content {
    margin-left: 130px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .login-page-wrapper .login-right-content {
        margin-left: 70px;
    }
}

@media (max-width: 1199px) {
    .login-page-wrapper .login-right-content {
        margin-left: 0;
        margin-bottom: 50px;
    }
}

.login-page-wrapper .login-right-content .top-content {
    position: relative;
}

.login-page-wrapper .login-right-content .top-content .quotation-1 {
    position: absolute;
    top: -75px;
    left: -30px;
}

.login-page-wrapper .login-right-content .top-content .quotation-2 {
    position: absolute;
    bottom: -78px;
    right: -100px;
}

.login-page-wrapper .login-right-content .top-content h4 {
    max-width: 432px;
    color: var(--black);
    margin: 0 auto 24px auto;
    text-align: center;
}

.login-page-wrapper .login-right-content .top-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--text-color-4);
    max-width: 574px;
    margin: 0 auto 79px auto;
}

@media (max-width: 767px) {
    .login-page-wrapper .login-right-content .top-content p {
        margin: 0 auto 30px auto;
    }
}

.login-page-wrapper .login-right-content .thumb {
    text-align: center;
    position: relative;
    z-index: 1;
}

.login-page-wrapper .login-right-content .thumb .thumb-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 170px;
    left: -55px;
    z-index: 999;
}

@media (max-width: 767px) {
    .login-page-wrapper .login-right-content .thumb .thumb-content {
        display: none;
    }
}

.login-page-wrapper .login-right-content .thumb .thumb-content .item {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 105, 36, 0.17) 71.5%), #ffffff;
    border-radius: 12px;
    padding: 12px;
    gap: 24px;
    width: 278px;
}

.login-page-wrapper .login-right-content .thumb .thumb-content .item .icon {
    width: 32px;
    height: 32px;
    background: var(--white);
    border: 1px solid var(--border-color-2);
    border-radius: 100%;
}

.login-page-wrapper .login-right-content .thumb .thumb-content .item .item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.login-page-wrapper .login-right-content .thumb .thumb-content .item .item-content span {
    background: var(--theme-2);
    border-radius: 19px;
    padding: 5px 10px;
    color: var(--white);
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

/*----------------------------------------------
    # log In Form style End
----------------------------------------------*/
/*----------------------------------------------
    # Registration In Form style Start
----------------------------------------------*/
.registration-wrapper {
    padding: 166px 0 50px 0;
}

.registration-wrapper .registration-content {
    padding: 50px 294px 75px 294px;
    background-color: var(--black);
    border-radius: 24px;
}

@media (max-width: 1600px) {
    .registration-wrapper .registration-content {
        padding: 50px 100px 75px 100px;
    }
}

@media (max-width: 1199px) {
    .registration-wrapper .registration-content {
        padding: 50px 80px 75px 80px;
    }
}

@media (max-width: 991px) {
    .registration-wrapper .registration-content {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .registration-wrapper .registration-content {
        padding: 25px;
    }
}

.registration-wrapper .registration-content .top-content {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .registration-wrapper .registration-content .top-content {
        margin-bottom: 25px;
    }
}

.registration-wrapper .registration-content .top-content h4 {
    color: var(--white);
    max-width: 457px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
}

.registration-wrapper .registration-content .top-content p {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-4);
    text-align: center;
}

.registration-wrapper .registration-content .btn-wrap .active-btn {
    width: 100%;
}

@media (max-width: 450px) {
    .registration-wrapper .registration-content .btn-wrap .active-btn {
        font-size: 18px;
    }
}

/*----------------------------------------------
    # Registration In Form style End
----------------------------------------------*/
/*----------------------------------------------
    # CTA style Start
----------------------------------------------*/
.cta-wrapper .container .cta-inner {
    padding: 80px 63px 100px 100px;
    background: var(--black);
    position: relative;
    border-radius: 20px;
    z-index: 1;
}

@media (max-width: 991px) {
    .cta-wrapper .container .cta-inner {
        padding: 50px;
    }
}

@media (max-width: 500px) {
    .cta-wrapper .container .cta-inner {
        padding: 25px 10px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .container .row .col-xl-6:last-child {
        display: none;
    }
}

.cta-wrapper .container .section-title-wrap .title {
    color: var(--white);
    max-width: 574px;
    margin-bottom: 34px;
}

@media (max-width: 1399px) {
    .cta-wrapper .container .section-title-wrap .title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .cta-wrapper .container .section-title-wrap .title {
        font-size: 34px;
    }
}

@media (max-width: 500px) {
    .cta-wrapper .container .section-title-wrap .title {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 450px) {
    .cta-wrapper .container .section-title-wrap .title {
        margin-bottom: 20px;
    }
}

.cta-wrapper .container .section-title-wrap h3 {
    color: var(--white);
    max-width: 608px;
}

@media (max-width: 500px) {
    .cta-wrapper .container .section-title-wrap h3 {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .cta-wrapper .container .btn-wrap {
        text-align: center;
    }
}

.cta-wrapper .container .card-thumb {
    position: relative;
}

@media (max-width: 1399px) {
    .cta-wrapper .container .card-thumb {
        position: static;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .container .card-thumb {
        position: relative;
    }
}

.cta-wrapper .container .card-thumb .card-thumb-1 {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(60px);
}

@media (max-width: 1399px) {
    .cta-wrapper .container .card-thumb .card-thumb-1 {
        left: 500px;
        top: 80px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .container .card-thumb .card-thumb-1 {
        opacity: 1;
        left: 0;
        top: 10px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .container .card-thumb .card-thumb-1 {
        top: -27px;
    }
}

.cta-wrapper .container .card-thumb .card-thumb-2 {
    position: absolute;
    left: 100px;
    top: 75px;
    z-index: 3;
    width: 477px;
    height: 282px;
    opacity: 0;
    transform: translateY(60px);
}

@media (max-width: 1600px) {
    .cta-wrapper .container .card-thumb .card-thumb-2 {
        left: 135px;
        top: 65px;
    }
}

@media (max-width: 1399px) {
    .cta-wrapper .container .card-thumb .card-thumb-2 {
        left: 590px;
        top: 120px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper .container .card-thumb .card-thumb-2 {
        opacity: 1;
        left: 100px;
        top: 75px;
    }
}

@media (max-width: 991px) {
    .cta-wrapper .container .card-thumb .card-thumb-2 {
        top: 15px;
    }
}

.cta-wrapper .container .card-thumb .card-thumb-3 {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .cta-wrapper .container .card-thumb .card-thumb-3 {
        opacity: 0;
    }
}

/*----------------------------------------------
    # CTA style End
----------------------------------------------*/
/*----------------------------------------------
    # Faq style Start
----------------------------------------------*/
.faq-wrapper .faq-left-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 165px;
    position: relative;
    z-index: 999;
}

@media (max-width: 1199px) {
    .faq-wrapper .faq-left-content {
        gap: 40px;
    }
}

.faq-wrapper .faq-left-content .section-title-wrap {
    margin-bottom: 0;
}

.faq-wrapper .faq-left-content .section-title-wrap .title {
    font-weight: 500;
    color: var(--black);
    max-width: 405px;
}

.faq-wrapper .faq-left-content .faq-cta {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 40px 50px 35px 40px;
    margin-right: 100px;
}

@media (max-width: 1399px) {
    .faq-wrapper .faq-left-content .faq-cta {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .faq-wrapper .faq-left-content .faq-cta {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .faq-wrapper .faq-left-content .faq-cta {
        padding: 20px;
    }
}

.faq-wrapper .faq-left-content .faq-cta .btn-wrap {
    text-align: center;
}

.faq-wrapper .faq-left-content .faq-cta p {
    margin: 24px 0;
}

/*----------------------------------------------
    # Faq style End
----------------------------------------------*/
/*----------------------------------------------
    # Features style Start
----------------------------------------------*/
.features-area .section-title-wrap .title {
    max-width: 807px;
}

.features-area .section-title-wrap .text {
    max-width: 763px;
}

/*----------------------------------------------
    # Features style Start
----------------------------------------------*/
/*----------------------------------------------
    # Intro style Start
----------------------------------------------*/
.intro-wrapper {
    background: #000;
    padding-top: 156px;
    padding-bottom: 71px;
    position: relative;
    z-index: 99;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

@media (max-width: 1600px) {
    .intro-wrapper {
        padding-top: 120px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper {
        padding-top: 70px;
    }
}

.intro-wrapper .section-title-content {
    margin-bottom: 40px;
}

.intro-wrapper .section-title-content .intro-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 163%;
    color: #f9fafb;
    max-width: 858px;
}

@media (max-width: 1600px) {
    .intro-wrapper .section-title-content .intro-title {
        font-size: 65px;
        line-height: 90px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper .section-title-content .intro-title {
        font-size: 58px;
        line-height: 85px;
    }
}

@media (max-width: 1199px) {
    .intro-wrapper .section-title-content .intro-title {
        font-size: 65px;
        line-height: 90px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper .section-title-content .intro-title {
        font-size: 50px;
        line-height: 85px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper .section-title-content .intro-title {
        font-size: 45px;
        line-height: 65px;
    }
}

@media (max-width: 450px) {
    .intro-wrapper .section-title-content .intro-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 350px) {
    .intro-wrapper .section-title-content .intro-title {
        text-align: center;
    }
}

.intro-wrapper .section-title-content .intro-title span {
    font-weight: 700;
    font-size: 80px;
    line-height: 130px;
    color: #FA6924;
    position: relative;
}

@media (max-width: 1600px) {
    .intro-wrapper .section-title-content .intro-title span {
        font-size: 65px;
        line-height: 90px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper .section-title-content .intro-title span {
        font-size: 58px;
        line-height: 85px;
    }
}

@media (max-width: 1199px) {
    .intro-wrapper .section-title-content .intro-title span {
        font-size: 65px;
        line-height: 90px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper .section-title-content .intro-title span {
        font-size: 50px;
        line-height: 85px;
    }
}

@media (max-width: 500px) {
    .intro-wrapper .section-title-content .intro-title span {
        font-size: 45px;
        line-height: 65px;
    }
}

@media (max-width: 450px) {
    .intro-wrapper .section-title-content .intro-title span {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 350px) {
    .intro-wrapper .section-title-content .intro-title span {
        text-align: center;
    }
}

.intro-wrapper .section-title-content .intro-title span .svg-shape {
    position: absolute;
    left: 35px;
    bottom: -21px;
}

@media (max-width: 767px) {
    .intro-wrapper .section-title-content .intro-title span .svg-shape {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .intro-wrapper .section-title-content .intro-title span .svg-shape {
        width: 150px;
    }
}

@media (max-width: 450px) {
    .intro-wrapper .section-title-content .intro-title span .svg-shape {
        width: 120px;
    }
}

.intro-wrapper .section-title-content .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #f9fafb;
    max-width: 774px;
}

@media (max-width: 450px) {
    .intro-wrapper .section-title-content .text {
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .intro-wrapper .section-title-content .text {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .intro-wrapper .section-title-content .text {
        text-align: center;
    }
}

.intro-wrapper .inner-btn {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 450px) {
    .intro-wrapper .inner-btn {
        gap: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 350px) {
    .intro-wrapper .inner-btn {
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .intro-wrapper .inner-btn .active-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (max-width: 350px) {
    .intro-wrapper .inner-btn .active-btn {
        width: 100%;
    }
}

.intro-wrapper .inner-btn .theme-btn {
    text-align: center;
}

@media (max-width: 450px) {
    .intro-wrapper .inner-btn .theme-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (max-width: 350px) {
    .intro-wrapper .inner-btn .theme-btn {
        width: 100%;
    }
}

.intro-wrapper .left-content {
    margin-top: 90px;
}

.intro-wrapper .right-content {
    margin-right: -100px;
    position: relative;
}

.intro-wrapper .right-content .thumb {
    position: relative;
}

@media (max-width: 1199px) {
    .intro-wrapper .right-content .thumb {
        display: none;
    }
}

.intro-wrapper .right-content .thumb .cover-card-shape {
    position: absolute;
    top: 165px;
    right: 226px;
    z-index: 1;
}

@media (max-width: 1600px) {
    .intro-wrapper .right-content .thumb .cover-card-shape {
        top: 105px;
        right: 188px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper .right-content .thumb .cover-card-shape {
        top: 107px;
        right: 170px;
        width: 400px;
    }
}

.intro-wrapper .right-content .circle {
    position: absolute;
    top: 361px;
    left: 146px;
    z-index: 99;
}

@media (max-width: 1600px) {
    .intro-wrapper .right-content .circle {
        top: 298px;
        left: 59px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper .right-content .circle {
        top: 246px;
        left: 59px;
    }
}

@media (max-width: 1399px) {
    .intro-wrapper .right-content .circle svg {
        width: 500px;
    }
}

/*----------------------------------------------
    # Intro style Start
----------------------------------------------*/
/*----------------------------------------------
    # solution style Start
----------------------------------------------*/
.solution-wrapper .section-title-wrap {
    max-width: 997px;
    margin: 0 auto 50px auto;
}

.solution-details-intro-wrapper {
    padding-top: 236px;
}

@media (max-width: 991px) {
    .solution-details-intro-wrapper {
        padding-top: 150px;
    }
}

@media (max-width: 500px) {
    .solution-details-intro-wrapper {
        padding-top: 120px;
    }
}

.solution-details-intro-wrapper .solution-details-intro-inner {
    margin: 0 40px;
}

@media (max-width: 1399px) {
    .solution-details-intro-wrapper .solution-details-intro-inner {
        margin: 0;
    }
}

.solution-details-intro-wrapper .solution-details-intro-inner.style-two .thumb img {
    border-radius: 8px;
}

.solution-details-intro-wrapper .solution-details-intro-inner.style-two .solution-details-intro-content h2 {
    max-width: 650px;
}

.solution-details-intro-wrapper .solution-details-intro-content h2 {
    max-width: 733px;
    font-weight: 600 !important;
}

.solution-details-intro-wrapper .solution-details-intro-content h3 {
    max-width: 863px;
    color: var(--text-color-4);
}

.solution-details-intro-wrapper .inner-btn {
    display: flex;
    gap: 40px;
}

@media (max-width: 575px) {
    .solution-details-intro-wrapper .inner-btn {
        gap: 10px;
    }
}

@media (max-width: 470px) {
    .solution-details-intro-wrapper .inner-btn {
        flex-direction: column;
    }
}

.solution-details-intro-wrapper .inner-btn .theme-btn,
.solution-details-intro-wrapper .inner-btn .active-btn {
    border: 1px solid var(--border-color-2);
    color: var(--text-color-2);
}

@media (max-width: 575px) {
    .solution-details-intro-wrapper .inner-btn .theme-btn,
    .solution-details-intro-wrapper .inner-btn .active-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (max-width: 470px) {
    .solution-details-intro-wrapper .inner-btn .theme-btn,
    .solution-details-intro-wrapper .inner-btn .active-btn {
        width: 100%;
    }
}

.solution-details-intro-wrapper .inner-btn .active-btn {
    color: var(--white);
}

/*----------------------------------------------
    # solution style End
----------------------------------------------*/
/*----------------------------------------------
    # Solution Grow style Start
----------------------------------------------*/
.solution-grow-wrapper .section-title-wrap .title {
    max-width: 929px;
    margin: 0 auto 24px auto;
}

.solution-grow-wrapper .section-title-wrap h3 {
    max-width: 815px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
}

.solution-grow-wrapper .solution-grow-inner {
    margin: 0 40px;
}

@media (max-width: 1199px) {
    .solution-grow-wrapper .solution-grow-inner {
        margin: 0;
    }
}

.solution-grow-wrapper .contain h4 {
    font-weight: 600;
    margin-bottom: 24px;
}

.solution-grow-wrapper .contain p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    max-width: 663px;
}

.solution-grow-wrapper .thumb img {
    border-radius: 8px;
}

@media (max-width: 1199px) {
    .solution-grow-wrapper .thumb img {
        width: 100%;
    }
}

/*----------------------------------------------
    # Solution Grow style End
----------------------------------------------*/
/*----------------------------------------------
    # Solution Overview style Start
----------------------------------------------*/
.solutions-overview-wrapper .section-title-wrap .title {
    max-width: 1062px;
}

.solutions-overview-wrapper .row .col-xl-4:nth-child(3n+2) .solutions-overview-card .solutions-overview-card-content {
    margin: 0 0 0 58px;
}

@media (max-width: 991px) {
    .solutions-overview-wrapper .row .col-xl-4:nth-child(3n+2) .solutions-overview-card .solutions-overview-card-content {
        margin: 0;
    }
}

.solutions-overview-wrapper .row .col-xl-4:nth-child(3n+3) .solutions-overview-card .solutions-overview-card-content {
    margin-left: 98px;
}

@media (max-width: 991px) {
    .solutions-overview-wrapper .row .col-xl-4:nth-child(3n+3) .solutions-overview-card .solutions-overview-card-content {
        margin: 0;
    }
}

/*----------------------------------------------
    # Solution Overview style End
----------------------------------------------*/
/*----------------------------------------------
    # Pork Process style Start
----------------------------------------------*/
.work-process-wrapper {
    background: var(--theme-7);
}

.work-process-wrapper .section-title-wrap .title {
    max-width: 807px;
}

.work-process-wrapper .section-title-wrap .text {
    max-width: 763px;
}

/*----------------------------------------------
    # Pork Process style End
----------------------------------------------*/
/*----------------------------------------------
    # Integrations style Start
----------------------------------------------*/
.integrations-wrapper {
    padding-top: 290px;
    padding-bottom: 100px;
    position: relative;
}

@media (max-width: 1199px) {
    .integrations-wrapper {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .integrations-wrapper {
        padding: 50px 0;
    }
}

.integrations-wrapper .section-title-wrap {
    max-width: 706px;
    margin: 0 auto 100px auto;
}

@media (max-width: 1199px) {
    .integrations-wrapper .section-title-wrap {
        margin: 0 auto 50px auto;
    }
}

@media (max-width: 1199px) {
    .integrations-wrapper .section-title-wrap {
        margin: 0 auto 30px auto;
    }
}

.integrations-wrapper .shape {
    width: 216px;
    height: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

@media (max-width: 1199px) {
    .integrations-wrapper .shape {
        display: none;
    }
}

.integrations-wrapper .shape.integration-shape-1 {
    bottom: 146px;
    left: 160px;
}

@media (max-width: 1600px) {
    .integrations-wrapper .shape.integration-shape-1 {
        bottom: 100px;
        left: 100px;
    }
}

.integrations-wrapper .shape.integration-shape-2 {
    top: 207px;
    left: 267px;
}

@media (max-width: 1600px) {
    .integrations-wrapper .shape.integration-shape-2 {
        top: 150px;
        left: 150px;
    }
}

.integrations-wrapper .shape.integration-shape-3 {
    top: 121px;
    left: 32%;
}

@media (max-width: 1600px) {
    .integrations-wrapper .shape.integration-shape-3 {
        top: 50px;
        left: 32%;
    }
}

.integrations-wrapper .shape.integration-shape-4 {
    top: 33px;
    right: 36%;
}

@media (max-width: 1600px) {
    .integrations-wrapper .shape.integration-shape-4 {
        top: 33px;
        right: 33%;
    }
}

.integrations-wrapper .shape.integration-shape-5 {
    top: 222px;
    right: 21%;
}

@media (max-width: 1600px) {
    .integrations-wrapper .shape.integration-shape-5 {
        top: 150px;
        right: 16%;
    }
}

.integrations-wrapper .shape.integration-shape-6 {
    right: 145px;
    bottom: 155px;
}

@media (max-width: 1600px) {
    .integrations-wrapper .shape.integration-shape-6 {
        right: 100px;
        bottom: 100px;
    }
}

/*----------------------------------------------
    # Integrations style End
----------------------------------------------*/
/*----------------------------------------------
    # Pricing style Start
----------------------------------------------*/
.pricing-wrapper .title {
    max-width: 670px;
}

.pricing-wrapper h3 {
    color: var(--black);
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.pricing-wrapper .pricing-row {
    display: flex;
}

.pricing-wrapper .pricing-row > div {
    display: flex;
}

/*----------------------------------------------
    # Pricing style End
----------------------------------------------*/
/*----------------------------------------------
    # Pricing Page style Start
----------------------------------------------*/
.pricing-page-wrapper {
    padding-top: 176px;
    position: relative;
    z-index: 99;
}

.pricing-page-wrapper .bg-color {
    height: 1759px;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 644px;
    left: 0;
}

@media (max-width: 1600px) {
    .pricing-page-wrapper .bg-color {
        min-height: 100%;
    }
}

@media (max-width: 1600px) {
    .pricing-page-wrapper .bg-color img {
        min-height: 100%;
    }
}

.pricing-page-wrapper .section-title-wrap .title {
    max-width: 452px;
}

.pricing-page-wrapper .section-title-wrap h6 {
    max-width: 698px;
    margin: 0 auto;
    color: var(--text-color-4);
    text-align: center;
}

/*----------------------------------------------
    # Pricing Page style End
----------------------------------------------*/
/*----------------------------------------------
    # Compare Plans style Start
----------------------------------------------*/
.compare-plans-wrapper {
    position: relative;
    z-index: 99;
}

.compare-plans-wrapper .compare-plan-tob {
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--white);
}

.compare-plans-wrapper .compare-plan-tob .tab-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 0;
}

@media (max-width: 767px) {
    .compare-plans-wrapper .compare-plan-tob .nav-tabs {
        gap: 10px;
    }
}

@media (max-width: 450px) {
    .compare-plans-wrapper .compare-plan-tob .nav-tabs {
        grid-template-columns: repeat(1, 1fr);
    }
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .active {
    background: var(--theme);
    color: var(--white) !important;
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .active:hover::before {
    background: transparent !important;
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-link {
    display: inline-block;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #efefef;
    border-radius: 61px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--black);
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 10px;
    }
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-link::before {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 52px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    display: block;
    z-index: -1;
    background: var(--theme);
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-link:hover::before {
    width: 100%;
}

.compare-plans-wrapper .compare-plan-tob .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
    color: var(--light-white) !important;
}

.compare-plans-wrapper .compare-plan-content .accordion .accordion-item {
    background: var(--white) !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px !important;
    border: 1px solid #efefef !important;
    margin-bottom: 15px;
}

.compare-plans-wrapper .compare-plan-content .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.compare-plans-wrapper .compare-plan-content .accordion .accordion-item .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.compare-plans-wrapper .compare-plan-content .accordion .accordion-item button {
    gap: 20px;
    padding: 15px 85px 15px 30px !important;
}

@media (max-width: 450px) {
    .compare-plans-wrapper .compare-plan-content .accordion .accordion-item button span {
        margin-right: 10px;
    }
}

/*----------------------------------------------
    # Compare Plans style End
----------------------------------------------*/
/*----------------------------------------------
    # Product Intro style Start
----------------------------------------------*/
.product-intro-wrapper {
    position: relative;
    padding-top: 236px;
}

@media (max-width: 991px) {
    .product-intro-wrapper {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .product-intro-wrapper {
        padding-top: 120px;
    }
}

.product-intro-wrapper .product-intro-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.product-intro-wrapper .product-intro-content {
    margin-bottom: 50px;
}

.product-intro-wrapper .product-intro-content .section-title h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 125%;
    text-align: center;
    color: var(--black);
    max-width: 708px;
    margin: 0 auto 24px auto;
}

@media (max-width: 767px) {
    .product-intro-wrapper .product-intro-content .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 350px) {
    .product-intro-wrapper .product-intro-content .section-title h2 {
        text-align: center !important;
    }
}

.product-intro-wrapper .product-intro-content .section-title h3 {
    color: var(--text-color-4);
    text-align: center;
}

.product-intro-wrapper .product-inner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 74px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .product-intro-wrapper .product-inner-btn {
        gap: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 470px) {
    .product-intro-wrapper .product-inner-btn {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .product-intro-wrapper .product-inner-btn .btn-wrap {
        flex-direction: column;
        min-width: 100%;
    }
}

.product-intro-wrapper .product-inner-btn .btn-wrap .theme-btn {
    border: 1px solid var(--border-color-2);
    color: var(--black);
}

@media (max-width: 470px) {
    .product-intro-wrapper .product-inner-btn .btn-wrap .theme-btn {
        gap: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .product-intro-wrapper .product-inner-btn .btn-wrap .theme-btn {
        flex-direction: column;
        min-width: 100%;
    }
}

@media (max-width: 470px) {
    .product-intro-wrapper .product-inner-btn .btn-wrap .active-btn {
        gap: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 470px) {
    .product-intro-wrapper .product-inner-btn .btn-wrap .active-btn {
        flex-direction: column;
        min-width: 100%;
        margin-bottom: 0;
    }
}

.product-intro-wrapper .card-wrap {
    position: relative;
}

.product-intro-wrapper .card-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1 !important;
}

.product-intro-wrapper .card-img img {
    border-radius: 12px;
    width: 384px;
    height: 235px;
}

@media (max-width: 1199px) {
    .product-intro-wrapper .card-img {
        display: none;
    }
}

@media (min-width: 1200px) {
    .product-intro-wrapper .card-img-2 {
        display: none;
    }
}

.product-intro-wrapper .intro-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .product-intro-wrapper .intro-button {
        flex-direction: column;
        gap: 30px;
    }
}

.product-intro-wrapper .intro-button h2 {
    max-width: 457px;
    font-weight: 600;
    font-size: 56px;
    line-height: 125%;
    color: var(--black);
}

@media (max-width: 1399px) {
    .product-intro-wrapper .intro-button h2 {
        max-width: 354px;
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .product-intro-wrapper .intro-button h2 {
        max-width: 730px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .product-intro-wrapper .intro-button h2 {
        font-size: 35px;
    }
}

@media (max-width: 350px) {
    .product-intro-wrapper .intro-button h2 {
        text-align: center !important;
    }
}

.product-intro-wrapper .intro-button h3 {
    max-width: 457px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: var(--text-color-4);
}

@media (max-width: 1399px) {
    .product-intro-wrapper .intro-button h3 {
        max-width: 350px;
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .product-intro-wrapper .intro-button h3 {
        max-width: 757px;
    }
}

/*----------------------------------------------
    # Product Intro style End
----------------------------------------------*/
/*----------------------------------------------
    # Product Approval style Start
----------------------------------------------*/
.product-approval-items {
    margin: 0 113px;
}

@media (max-width: 1399px) {
    .product-approval-items {
        margin: 0 !important;
    }
}

.product-approval-items .card-2 {
    padding-bottom: 0 !important;
}

/*----------------------------------------------
    # Product Approval style End
----------------------------------------------*/
/*----------------------------------------------
    # Product Spend Control style Start
----------------------------------------------*/
.product-spend-control-wrapper .section-title-wrap .title {
    max-width: 700px;
}

.product-spend-control-wrapper .section-title-wrap .text {
    max-width: 685px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #999;
}

.product-spend-control-wrapper ul {
    list-style: disc;
    margin-left: 60px;
}

@media (max-width: 470px) {
    .product-spend-control-wrapper ul {
        margin-left: 20px;
    }
}

.product-spend-control-wrapper ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--text-color-5);
    margin-bottom: 18px;
}

.product-spend-control-wrapper .thumb {
    padding: 53px 39px 23px 42px;
    background: var(--theme-8);
    border-radius: 30px;
}

.product-spend-control-wrapper .thumb img {
    border-radius: 24px;
    width: 100%;
}

/*----------------------------------------------
    # Product Spend Control style End
----------------------------------------------*/
/*----------------------------------------------
    # Product Smart Hub style Start
----------------------------------------------*/
.product-smart-hub-wrapper .section-title-wrap .title {
    max-width: 570px;
    font-weight: 500;
    color: var(--black);
}

.product-smart-hub-card .product-smart-hub-card-items {
    position: relative;
    display: flex;
    align-items: center;
    gap: 93px;
    padding-bottom: 50px;
    margin-bottom: 24px;
    border-bottom: 1px solid;
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgb(239, 239, 239) 50%, rgba(255, 255, 255, 0.35) 100%) 1;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgb(239, 239, 239) 50%, rgba(255, 255, 255, 0.35) 100%) 1;
    overflow: hidden;
    transition: padding 0.55s ease, border-radius 0.55s ease;
}

@media (max-width: 1199px) {
    .product-smart-hub-card .product-smart-hub-card-items {
        align-items: start;
    }
}

@media (max-width: 991px) {
    .product-smart-hub-card .product-smart-hub-card-items {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .product-smart-hub-card .product-smart-hub-card-items {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.product-smart-hub-card .product-smart-hub-card-items::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f7f5f0;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 1s ease, transform 2ms ease;
    z-index: 0;
}

.product-smart-hub-card .product-smart-hub-card-items span,
.product-smart-hub-card .product-smart-hub-card-items .text-content {
    position: relative;
    z-index: 1;
}

.product-smart-hub-card .product-smart-hub-card-items:hover {
    padding: 24px 50px;
    border-radius: 24px;
}

@media (max-width: 991px) {
    .product-smart-hub-card .product-smart-hub-card-items:hover {
        padding: 20px;
    }
}

.product-smart-hub-card .product-smart-hub-card-items:hover::before {
    opacity: 1;
    transform: translateY(0);
}

/*----------------------------------------------
    # Product Smart Hub style End
----------------------------------------------*/
/*----------------------------------------------
    # Product Details style Start
----------------------------------------------*/
.product-details-intro-wrapper {
    position: relative;
    padding-top: 316px;
    padding-bottom: 160px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .product-details-intro-wrapper {
        padding-top: 200px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .product-details-intro-wrapper {
        padding-top: 150px;
    }
}

@media (max-width: 500px) {
    .product-details-intro-wrapper {
        padding-top: 110px;
    }
}

.product-details-intro-wrapper.style-3 {
    padding-top: 225px !important;
}

@media (max-width: 991px) {
    .product-details-intro-wrapper.style-3 {
        padding-top: 150px !important;
    }
}

@media (max-width: 500px) {
    .product-details-intro-wrapper.style-3 {
        padding-top: 110px !important;
    }
}

.product-details-intro-wrapper.product-intelligence {
    padding: 150px 370px 0;
}

@media (max-width: 1600px) {
    .product-details-intro-wrapper.product-intelligence {
        padding: 150px 250px 0;
    }
}

@media (max-width: 1199px) {
    .product-details-intro-wrapper.product-intelligence {
        padding: 150px 200px 0;
    }
}

@media (max-width: 1199px) {
    .product-details-intro-wrapper.product-intelligence {
        padding: 150px 100px 0;
    }
}

@media (max-width: 767px) {
    .product-details-intro-wrapper.product-intelligence {
        padding: 150px 40px 0;
    }
}

@media (max-width: 500px) {
    .product-details-intro-wrapper.product-intelligence {
        padding: 150px 20px 0;
    }
}

.product-details-intro-wrapper.product-intelligence .intelligence-content {
    background: var(--theme);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
}

@media (max-width: 1800px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content {
        gap: 20px;
    }
}

.product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card-wrap {
    padding: 50px 40px 50px 0;
}

@media (max-width: 991px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card-wrap {
        display: none;
    }
}

.product-details-intro-wrapper.product-intelligence .intelligence-content .thumb img {
    min-width: 865px;
    min-height: 420px;
}

@media (max-width: 1899px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content .thumb img {
        min-width: 700px;
    }
}

@media (max-width: 1800px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content .thumb img {
        min-width: 600px;
    }
}

@media (max-width: 1600px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content .thumb img {
        min-width: 450px;
    }
}

@media (max-width: 991px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content .thumb img {
        min-width: 100% !important;
        min-height: auto;
    }
}

.product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card {
    padding: 67px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

@media (max-width: 991px) {
    .product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card {
        display: none;
    }
}

.product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    opacity: 0.2;
    pointer-events: none;
}

.product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card .icon {
    width: 80px;
    height: 80px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 10px;
}

.product-details-intro-wrapper.product-intelligence .intelligence-content .thumb-card h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
    max-width: 125px;
}

.product-details-intro-wrapper .product-details-intro-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.product-details-intro-wrapper .section-title h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 125%;
    color: var(--black);
    max-width: 733px;
}

@media (max-width: 1199px) {
    .product-details-intro-wrapper .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-intro-wrapper .section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .product-details-intro-wrapper .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .product-details-intro-wrapper .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .section-title h2 {
        text-align: center;
    }
}

.product-details-intro-wrapper .section-title h3 {
    color: var(--text-color-4);
}

.product-details-intro-wrapper .inner-btn {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .product-details-intro-wrapper .inner-btn {
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .inner-btn {
        gap: 10px;
    }
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .inner-btn {
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .inner-btn .active-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .inner-btn .active-btn {
        width: 100%;
    }
}

.product-details-intro-wrapper .inner-btn .theme-btn {
    border: 1px solid var(--border-color-2);
    color: var(--text-color-2);
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .inner-btn .theme-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (max-width: 450px) {
    .product-details-intro-wrapper .inner-btn .theme-btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .product-details-intro-wrapper .row .col-xl-5 {
        display: none;
    }
}

.product-details-intro-wrapper .thumb-grid {
    display: flex;
    align-items: end;
    gap: 20px;
}

.product-details-intro-wrapper .thumb-grid .thumb-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-details-intro-wrapper .thumb-grid .thumb-items .thumb .img-1 {
    border-radius: 51px 0 0 0;
    width: 227px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-intro-wrapper .thumb-grid .thumb-items .thumb .img-2 {
    border-radius: 6px 6px 0 0;
    width: 227px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-intro-wrapper .thumb-grid .thumb-items .thumb .img-3 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.product-details-intro-wrapper .thumb-grid .thumb-items .thumb .img-4 {
    border-radius: 16px;
    width: 166px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-intro-wrapper .thumb-grid .thumb-items .thumb .img-5 {
    border-radius: 0 42px 42px 0;
    width: 151px;
    height: 301px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-intro-wrapper .thumb-grid .thumb-items .thumb-3 {
    width: 166px;
    height: 245px !important;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 0 42px 10px 12px;
}

/*----------------------------------------------
    # Product Details style End
----------------------------------------------*/
/*----------------------------------------------
    # Footer style Start
----------------------------------------------*/
.accordion .accordion-item .accordion-header button:after {
    display: none;
}

.accordion .accordion-item .accordion-button[aria-expanded=false]::before {
    content: "";
    position: absolute;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath d='M16.6611 1.31087C16.7183 1.25448 16.749 1.19024 16.75 1.12468C16.751 1.05912 16.7222 0.994581 16.6666 0.937613C16.6111 0.880644 16.5307 0.833278 16.4337 0.800327C16.3366 0.767375 16.2263 0.750011 16.1141 0.75H1.38591C1.27365 0.750011 1.1634 0.767375 1.06635 0.800327C0.969296 0.833278 0.888908 0.880644 0.833351 0.937613C0.777793 0.994581 0.749043 1.05912 0.750024 1.12468C0.751004 1.19024 0.78168 1.25448 0.838933 1.31087L8.20302 8.56811C8.25934 8.62353 8.33938 8.66945 8.43528 8.70134C8.53118 8.73323 8.63964 8.75 8.75 8.75C8.86036 8.75 8.96882 8.73323 9.06472 8.70134C9.16062 8.66945 9.24066 8.62353 9.29698 8.56811L16.6611 1.31087Z' fill='%23BFBFBF' stroke='%23BFBFBF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.accordion .accordion-item .accordion-button[aria-expanded=true]::before {
    content: "";
    position: absolute;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath d='M16.6611 8.18913L8.75 0.75L0.838933 8.18913Z' fill='%23BFBFBF' stroke='%23BFBFBF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.accordion .accordion-item {
    margin-bottom: 24px;
    background: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 16px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion .accordion-item button {
    gap: 20px;
    padding: 24px 85px 24px 24px !important;
    border-bottom: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: var(--black);
}

@media (max-width: 991px) {
    .accordion .accordion-item button {
        padding: 15px 62px 15px 15px !important;
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .accordion .accordion-item button span {
        margin-right: 10px;
    }
}

.accordion .accordion-item button:not(.collapsed) {
    box-shadow: none !important;
    border: none;
}

.accordion .accordion-item button:not(.collapsed) .icon-box {
    background-color: var(--theme);
}

.accordion .accordion-item button .accordion-button.collapsed {
    background: var(--white);
}

.accordion .accordion-item button .accordion-button.collapsed:after {
    display: none;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 0;
    padding-bottom: 26px;
    max-width: 725px;
}

.accordion .accordion-item .accordion-collapse .accordion-body p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    margin-left: 47px;
}

@media (max-width: 767px) {
    .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 13px;
    }
}

@media (max-width: 470px) {
    .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 10px;
    }
}

/*----------------------------------------------
    # Footer style End
----------------------------------------------*/
/*----------------------------------------------
    # Privacy, Terms and conditions style Start
----------------------------------------------*/
.privacy-wrapper p {
    font-weight: 400;
    font-size: 24px;
    color: var(--text-color-4);
}

.privacy-wrapper .main-content .main-title {
    font-weight: 500;
    font-size: 32px;
    color: var(--black);
}

.privacy-wrapper .main-content p {
    max-width: 850px;
}

.privacy-wrapper .main-content ul {
    list-style: disc;
    margin-left: 50px;
}

.privacy-wrapper .main-content ul li {
    font-weight: 500;
    font-size: 24px;
    color: var(--text-color-4);
    line-height: normal;
    margin-bottom: 5px;
}

@media (max-width: 470px) {
    .privacy-wrapper .main-content ul li {
        margin-bottom: 10px;
    }
}

.privacy-wrapper .main-content a {
    font-weight: 400;
    font-size: 24px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--text-color-4);
}


/*fix and custom class */
.iti--allow-dropdown {
    width: 100%;
}

/*----------------------------------------------
    # Privacy, Terms and conditions style End
----------------------------------------------*//*
 */

