/**
Theme Name:xappox - App Landing Page
Author:Freekytheme
Version:1.0;

*/
/**
* Table of Contents
  * 1.0 - Fonts
 * 2.0 - Reset css
 * 3.0 - Common
 * 4.0 - Navbar
 * 5.0 - Banner
 * 6.0 - Counter
 * 7.0 - Feature
 * 8.0 - testimonial
 * 9.0 - Screenshot
 * 10.0 - Pricing
 * 11.0 - Blog
 * 12.0 - FAQ
 * 13.0 - Multiscroll
 * 14.0 - Fixed-scroll
 * 15.0 - Footer
 * 16.0 - Responsive

/* ==========================================================================
   1.0 Fonts
   ========================================================================== */

/*Roboto*/

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-light-webfont.eot');
    src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-light-webfont.woff2') format('woff2'),
        url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),
        url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-medium-webfont.eot');
    src: url('../fonts/roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
        url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'),
        url('../fonts/roboto/roboto-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto/roboto-regular-webfont.eot');
    src: url('../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
        url('../fonts/roboto/roboto-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

/* ==========================================================================
   2.0 Reset css
   ========================================================================== */
body,
html {
    overflow-x: hidden;
    font-size: 1.030em;
    color: #869ab8;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.03em;
    white-space: normal;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #161C2D;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

h1 {
    font-size: 4.5em;
    line-height: 1.1;
}

h2 {
    font-size: 3.55em;
    line-height: 1.2;
}

h3 {
    font-size: 3.25em;
    line-height: 1.25em;
}

h4 {
    font-size: 2.5em
}

h5 {
    font-size: 1.25em
}

h6 {
    font-size: 1.025em
}

ul {
    padding: 0
}

li {
    list-style: none;
    margin-bottom: 10px
}

a {
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
    outline: 0;
    color: inherit
}

.nav>li>a:focus,
.nav>li>a:hover,
li>a:focus,
li>a:hover {
    background-color: transparent;
    border-color: transparent
}

.nav>li>a,
ul {
    padding: 0
}

a,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

a,
a:active,
a:focus a:hover {
    text-decoration: none !important;
}

.btn i,
.btn p,
.btn span,
.overly * {
    z-index: 1
}

.btn,
.meta-head {
    letter-spacing: .2px;
}

.btn,
.meta {
    line-height: 1;
}

li {
    list-style: none;
    margin-bottom: 10px;
}

a {
    transition: .5s;
    -webkit-transition: .5s;
    color: inherit;
}

.nav>li>a:focus,
.nav>li>a:hover,
li>a:focus,
li>a:hover {
    background-color: transparent;
    border-color: transparent;
}

a:active,
a:focus {
    -moz-outline: 0;
}

a:hover {
    color: #1f0040;
}


/* ==========================================================================
   3.0 Common css
   ========================================================================== */
.sec-pad {
    padding-top: 100px;
    padding-bottom: 100px
}

.sec-pad-sm {
    padding-top: 60px;
    padding-bottom: 60px
}

.sec-pad-lg {
    padding: 50px 0
}

img {
    max-width: 100%;
    height: auto
}

.section-text {
    max-width: 800px;
    margin: 0 0 0 0;
}

.section-text.text-center {
    margin: 0 auto 70px auto;
}

.heading-lg {
    font-size: 80px;
}

.meta {
    font-size: 12px;
}

.meta-head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #9699a8;
}

p.large {
    font-size: 1.2em
}

.light {
    color: #fff
}

.light .icon,
.light .meta-head,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
    color: #fff
}

.icon {
    color: #cacbcc;
    margin-bottom: 5px
}

.icon-lg {
    font-size: 3em;
    margin-bottom: 5px;
}

.icon-md {
    font-size: 2.5em
}

.icon-sm {
    font-size: 1.5em
}

.icon-xs {
    font-size: 1.5em
}

.parallax-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bg-mesh {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
    animation: 400ms ease-out 0ms 1 normal both running bcCCNc;
    background: 600% 500%/90% 90% radial-gradient(closest-side, rgba(236, 56, 188, 1), rgba(228, 79, 79, 0)) no-repeat,
        600% 180%/90% 90% radial-gradient(closest-side, rgba(236, 56, 188, 1), rgba(228, 79, 79, 0)) no-repeat,
        100% 150%/75% 50% radial-gradient(closest-side, rgba(250, 250, 218, .2), rgba(250, 250, 218, 0)) no-repeat,
        -400% -100%/90% 80% radial-gradient(closest-side, rgba(250, 250, 218, .3), rgba(250, 250, 218, 0)) no-repeat,
        -100% -250%/85% 80% radial-gradient(closest-side, rgba(94, 225, 249, .8), rgba(94, 225, 249, 0)) no-repeat,
        -170% 100%/70% 60% radial-gradient(closest-side, rgba(94, 225, 249, .6), rgba(94, 225, 249, 0)) no-repeat,
        50% 50%/100% 100% linear-gradient(30deg, #6e10ce 10%, rgba(110, 16, 206, 0) 70%, hsla(0, 0%, 100%, 0) 90%) no-repeat,
        linear-gradient(144deg, rgba(233, 235, 104, 0), rgba(233, 235, 104, .3)) no-repeat,
        linear-gradient(90deg, rgba(104, 184, 235, .11), rgba(15, 216, 223, .11)) no-repeat, #fff;
}


.logo img {
    max-width: 150px;
}

.sub-input .custom-form {
    position: relative;
    margin: 0 auto;
    width: 500px;
}

.sub-input .custom-form.inline {
    width: auto;
}

.blog .sub-input .custom-form {
    width: auto;
}

.sub-input .custom-form .form-control {
    height: 60px;
    border: 1px solid #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    padding: 0 0 0 20px;
    font-size: 14px
}

.sub-input .custom-form .form-control::placeholder {
    color: #fff;
}

.blog .sub-input .custom-form .form-control::placeholder {
    color: inherit;
}

.custom-form .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0)
}

.sub-input .result-box {
    font-size: 16px;
    font-weight: 400;
}

.sub-input .custom-form .btn {
    position: absolute;
    margin: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 0 transparent;
    font-size: 16px;
}

.sub-input .custom-form .btn:focus {
    color: #fff;
}

.bg-gray {
    background: rgba(227, 232, 255, 1);
}

.grdnt-blue:not(.overly) {
    background-image: -webkit-linear-gradient(90deg, #491eb8 0, #844ffc 51%, #491eb8 100%);
    background-image: linear-gradient(90deg, #491eb8 0, #844ffc 51%, #491eb8 100%)
}

.grdnt-tranquil:not(.overly) {
    background-image: -webkit-linear-gradient(135deg, #fed192 0, #9946b2 51%, #fed192 100%);
    background-image: linear-gradient(135deg, #fed192 0, #9946b2 51%, #fed192 100%);
}

.grdnt-cyan:not(.overly) {
    background-image: -webkit-linear-gradient(45deg, #2fb8ff 0, #9eecd9 51%, #2fb8ff 100%);
    background-image: linear-gradient(45deg, #2fb8ff 0, #9eecd9 51%, #2fb8ff 100%)
}

.grdnt-purple:not(.overly) {
    background-image: linear-gradient(135deg,
            #005A9C 0%,
            #0070C0 50%,
            #2A9DF4 100%);
}

.icon-shad [class*=icon-bg-].grdnt-purple,
.icon-shad [class*=icon-bg].grdnt-purple {
    box-shadow:
        0 12px 24px rgba(0, 112, 192, 0.18),
        0 24px 48px rgba(0, 112, 192, 0.25);
}

.grdnt-pink:not(.overly) {
    background-image: -webkit-linear-gradient(45deg, #7356b6 0, #d782d9 51%, #7356b6 100%);
    background-image: linear-gradient(45deg, #7356b6 0, #d782d9 51%, #7356b6 100%)
}

.grdnt-orange:not(.overly) {
    background-image: -webkit-linear-gradient(45deg, #b13cff 0, #fd9d52 51%, #b13cff 100%);
    background-image: linear-gradient(45deg, #b13cff 0, #fd9d52 51%, #b13cff 100%)
}

.grdnt-blue.overly:before {
    background-image: -webkit-linear-gradient(90deg, #491eb8 0, #844ffc 51%, #491eb8 100%);
    background-image: linear-gradient(90deg, #491eb8 0, #844ffc 51%, #491eb8 100%);
}

.grdnt-purple.overly:before {
    background-image: -webkit-linear-gradient(135deg, #6D41BE 0, #e458fc 51%, #6D41BE 100%);
    background-image: linear-gradient(135deg, #6D41BE 0, #e458fc 51%, #6D41BE 100%)
}

.grdnt-cyan.overly:before {
    background-image: -webkit-linear-gradient(45deg, #2fb8ff 0, #9eecd9 51%, #2fb8ff 100%);
    background-image: linear-gradient(45deg, #2fb8ff 0, #9eecd9 51%, #2fb8ff 100%)
}

.grdnt-tranquil.overly:before {
    background-image: -webkit-linear-gradient(130deg, #fed192 0, #9946b2 51%, #fed192 100%);
    background-image: linear-gradient(130deg, #fed192 0, #9946b2 51%, #fed192 100%)
}

.grdnt-pink.overly:before {
    background-image: -webkit-linear-gradient(130deg, #7356b6 0, #d782d9 51%, #7356b6 100%);
    background-image: linear-gradient(130deg, #7356b6 0, #d782d9 51%, #7356b6 100%)
}

.grdnt-orange.overly:before {
    background-image: -webkit-linear-gradient(130deg, #b13cff 0, #fd9d52 51%, #b13cff 100%);
    background-image: linear-gradient(130deg, #7356b6 0, #b13cff 0, #fd9d52 51%, #b13cff 100%)
}

a[class*=grdnt-],
p[class*=grdnt-],
button[class*=grdnt-],
div[class*=grdnt-],
div[class*=grdnt-].overly:before,
footer[class*=grdnt-],
footer[class*=grdnt-].overly:before,
header[class*=grdnt-],
header[class*=grdnt-].overly:before,
input[class*=grdnt-],
nav[class*=grdnt-],
section[class*=grdnt-],
section[class*=grdnt-].overly:before {
    transition: .5s;
    -webkit-transition: .5s;
    background-size: 250% auto
}

a[class*=grdnt-]:hover,
button[class*=grdnt-],
input[class*=grdnt-]:hover {
    color: #fff;
    background-position: right center
}

[class*=bg-trans]:before,
[class*=style-]:after {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 0;
}

.bg-trans-1:before {
    background: url(../image/bg-trans-1.png) right top no-repeat;
    background-size: cover;
}

.bg-trans-2:before {
    background: url(../image/bg-trans-2.png) left center no-repeat;
    background-size: cover;
}

.bg-trans-3:before {
    background: url(../image/bg-trans-3.png) right center no-repeat;
    background-size: cover;
}

.bg-trans-4:before {
    background: url(../image/bg-trans-4.png) right center no-repeat;
    background-size: cover;
}

.bg-shape {
    background: url(../image/bg-shape.png) right bottom no-repeat;
    background-size: 100%;
}

.bg-shape-after {
    background: url(../image/bg-shape-after.png) right top no-repeat;
    background-size: 100%;
    position: relative;
}

.bg-shape-after * {
    position: relative;
    z-index: 1;
}

.bg-shape-after:after {
    position: absolute;
    content: '';
    background: #1f0040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.bg-grad-shad {
    background-image: -webkit-linear-gradient(-90deg, rgba(227, 232, 255, 1) 0%, rgba(227, 232, 255, 0) 100%);
    background-position: top center;
}

.bg-dark {
    background: #1f0040;
}

.bg-rotate {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

}

.bg-rotate+img {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.style-curve:after {
    background: url(../image/img-curve.png) bottom right no-repeat;
    z-index: 1;
    bottom: -10px;
    background-size: 100%;
}

.style-wave:after {
    background: url(../image/img-wave.png) bottom right no-repeat;
    z-index: 1;
    bottom: -1px;
    background-size: 100%;
}

.overly {
    position: relative
}

.overly * {
    position: relative;
    z-index: 2
}

.overly:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
}

.brdr-btm {
    border-bottom: 1px solid #e1e1e1;
}

.pd-10 {
    padding: 10px
}

.pd-20 {
    padding: 20px
}

.pd-30 {
    padding: 30px
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.p-0 {
    padding: 0
}

.mg-0 {
    margin: 0
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.scroll-item {
    position: absolute
}

.spce {
    clear: both;
    height: 20px;
    width: 100%
}

.spce.xs {
    height: 5px
}

.spce.sm {
    height: 10px
}

.spce.md {
    height: 40px
}

.spce.lg {
    height: 60px
}

.flx-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.align-flx-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-flx-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center
}

.nav-tabs li a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: 0 0;
    border: 0;
    color: inherit
}

.nav-tabs {
    border-bottom: 0
}

.list-style {
    position: relative;
    margin-top: 30px
}

.list-style li {
    padding-left: 30px
}

[class*=grdnt-] .list-style li:before,
div[class*=grdnt-] .list-style li:before {
    color: #fff
}

.list-style li:before {
    position: absolute;
    content: '\f00c';
    left: 0;
    top: 3px;
    color: #0facf3;
    font-family: FontAwesome
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.clr-green {
    color: #46da60
}

.clr-blue {
    color: #6d48e5
}

.clr-red {
    color: #ed3e44
}

.clr-cyan {
    color: #4693f8
}

.social-holder a {
    margin-right: 15px
}

.social-holder a:last-child {
    margin-right: 0
}

.btn-holder {
    margin-top: 30px
}

.btn-holder>a img {
    margin-right: 10px;
    max-width: 180px;
}

/* =========================================
   HERO CAROUSEL — Custom (Bootstrap-independent)
   ========================================= */

/* Outer wrapper — clips the track */
.hero-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Track: slides sit side-by-side horizontally */
.hc-track {
    display: flex;
    width: 100%;
    transition: transform 0.75s cubic-bezier(0.77, 0, 0.18, 1);
    will-change: transform;
}

/* Each slide is exactly 100% of the wrapper width */
.hc-slide {
    position: relative;
    min-width: 100%;
    /* never shrink */
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.hero-slide-1 {
    background-image: url('../image/hero-1.png');
    background-color: #1a0d3d;
}

.hero-slide-2 {
    background-image: url('../image/hero-1.png');
    background-color: #0d2240;
}

.hero-slide-3 {
    background-image: url('../image/hero-1.png');
    background-color: #0d3320;
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            rgba(10, 5, 30, 0.80) 0%,
            rgba(10, 5, 30, 0.55) 55%,
            rgba(10, 5, 30, 0.18) 100%);
    z-index: 1;
}

/* Content sits above overlay */
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Eyebrow tag */
.hero-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.intro-text h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.intro-text p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.img-pre img,
.hero-phone {
    max-width: 62%;
    display: block;
    margin-left: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

/* ---- Dot indicators ---- */
.hc-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.hc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}

.hc-dot.active {
    background: #fff;
    transform: scale(1.4);
}

/* ---- Arrows ---- */
.hc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s;
}

.hc-arrow:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%) scale(1.1);
}

.hc-prev {
    left: 24px;
}

.hc-next {
    right: 24px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .intro-text h2 {
        font-size: 42px;
    }

    .hero-phone {
        max-width: 75%;
    }
}

@media (max-width: 767px) {
    .hc-slide {
        min-height: 100svh;
        background-position: center center;
    }

    .hero-content {
        padding: 100px 0 60px;
        text-align: center;
    }

    .intro-text h2 {
        font-size: 32px;
    }

    .intro-text p {
        font-size: 15px;
    }

    .hero-tag {
        font-size: 11px;
    }

    .hero-image {
        display: none;
    }

    .hc-dots {
        bottom: 20px;
    }

    .hc-arrow {
        display: none;
    }

    .btn-holder {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 18px 28px;
    background: 0 0;
    font-family: 'open sans';
    font-weight: 600;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 5px;
    border: 0;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 1em;
}

.btn.btn-primary {
    background: #6d48e5
}

.btn.btn-primary:hover {
    box-shadow: 0 10px 25px 0 rgba(181, 27, 223, .5);
}

.btn span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    text-align: left;
    margin: 0;
    text-transform: capitalize
}

.btn i {
    margin-right: 8px;
    font-size: 22px;
    z-index: 1;
    position: relative
}

.btn i+span {
    vertical-align: top;
    margin-top: 3px;
    display: inline-block
}

.btn-sm {
    font-size: .575em;
    padding: 10px 30px
}

.btn-round {
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    border-radius: 50%;
    font-size: 22px;
    height: 80px;
    width: 80px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.btn-round:not([class*="grdnt-"]) {
    background: #fff;
}

.btn-round:after {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, .8);
    width: 80%;
    height: 80%;
    animation: grow-scnd 1.5s infinite;
    -o-animation: grow-scnd 1.5s infinite;
    -moz-animation: grow-scnd 1.5s infinite;
    -webkit-animation: grow-scnd 1.5s infinite;
    -ms-animation: grow-scnd 1.5s infinite;
    animation-delay: 0s;
    animation-timing-function: ease-in-out
}

.btn-round span {
    color: #fff;
    font-size: 18px
}

.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1d1148;
}

.btn-border {
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    box-shadow: 0 0 0 transparent
}

.btn-border:hover {
    background: #fff;
    color: #3e2a75;
}

.btn-over {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

[class*=grdnt-].btn.fill {
    color: #6b1aff
}

[class*=grdnt-].btn.fill:before {
    position: absolute;
    content: '';
    background: #fff;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50px;
    transition: .5s;
}

[class*=grdnt-].btn.fill:hover:before {
    background: transparent;
}

[class*=grdnt-].btn.fill:hover .clip-txt {
    -webkit-text-fill-color: #fff;
}

.btn-dark {
    background: #1f0040;
    color: #fff;
}

.btn-dark:hover {
    background: #1f0040;
    color: #fff;
}

input.btn:hover {
    color: #fff
}

[class*=icon-bg-],
[class*=icon-bg] {
    border-radius: 30%;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.text-center [class*=icon-bg-],
.text-center [class*=icon-bg] {
    margin: 0 auto;
}

.icon-shad [class*=icon-bg-].grdnt-orange,
.icon-shad [class*=icon-bg].grdnt-orange {
    box-shadow: 0 20px 38px rgba(244, 186, 75, .7);
}

.icon-shad [class*=icon-bg-].grdnt-purple,
.icon-shad [class*=icon-bg].grdnt-purple {
    box-shadow:
        0 10px 20px rgba(0, 112, 192, 0.18),
        0 20px 40px rgba(0, 112, 192, 0.28);
}

.icon-shad [class*=icon-bg-].grdnt-cyan,
.icon-shad [class*=icon-bg].grdnt-cyan {
    box-shadow: 0 20px 38px rgba(59, 190, 255, .4);
}

.icon-shad [class*=icon-bg-].grdnt-blue,
.icon-shad [class*=icon-bg].grdnt-blue {
    box-shadow: 0 20px 38px rgba(65, 2, 255, 0.4);
}

.icon-bg {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    font-size: 2.5em
}

.icon-bg-md {
    width: 60px;
    height: 60px;
    font-size: 1.5em
}

.icon-bg-lg {
    width: 80px;
    height: 80px;
    font-size: 2em
}

.icon-bg-sm {
    width: 50px;
    height: 50px;
    font-size: 1em
}


.fx-wdth {
    max-width: 600px;
    margin: 0 auto;
}

.hover-grow [class*=icon-bg-],
.hover-grow [class*=icon-bg] {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    z-index: 1
}

.hover-grow [class*=icon-bg-]:after,
.hover-grow [class*=icon-bg-]:before,
.hover-grow [class*=icon-bg]:after,
.hover-grow [class*=icon-bg]:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    z-index: -1;
    display: block
}

.hover-grow .list:hover [class*=icon-bg-],
.hover-grow .list:hover [class*=icon-bg] {
    transform: scale(1.3)
}

.hover-grow .list:hover [class*=icon-bg-]:before,
.hover-grow .list:hover [class*=icon-bg]:before {
    background: rgba(0, 0, 0, .3);
    width: 0;
    height: 0;
    animation: grow 1.5s infinite;
    -o-animation: grow 1.5s infinite;
    -moz-animation: grow 1.5s infinite;
    -webkit-animation: grow 1.5s infinite;
    -ms-animation: grow 1.5s infinite;
    animation-delay: 0s;
    animation-timing-function: ease-in-out
}

.hover-grow .list:hover [class*=icon-bg-]:after,
.hover-grow .list:hover [class*=icon-bg]:after {
    background: rgba(0, 0, 0, .3);
    width: 0;
    height: 0;
    animation: grow-scnd 1.5s infinite;
    -o-animation: grow-scnd 1.5s infinite;
    -moz-animation: grow-scnd 1.5s infinite;
    -webkit-animation: grow-scnd 1.5s infinite;
    -ms-animation: grow-scnd 1.5s infinite;
    animation-delay: 0s;
    animation-timing-function: ease-in-out
}

.hover-grow [class*=icon-bg-],
.hover-grow [class*=icon-bg] {
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    z-index: 1
}

.hover-grow [class*=icon-bg-]:after,
.hover-grow [class*=icon-bg-]:before,
.hover-grow [class*=icon-bg]:after,
.hover-grow [class*=icon-bg]:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    z-index: -1;
    display: block
}

[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg-]:before,
[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg]:before {
    background: rgba(255, 255, 255, .8)
}

[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg-]:after,
[class*=grdnt-] .hover-grow .list:hover [class*=icon-bg]:after {
    background: rgba(255, 255, 255, .8)
}

@-webkit-keyframes grow {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes grow-scnd {
    0% {
        width: 0;
        height: 0;
        opacity: 1
    }

    50% {
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}



[class*=grad-] .clip-txt,
[class*=grad-] .meta-head:before,
[class*=grad-] .owl-item .profile-img:before,
[class*=grad-] .faq .more-less,
[class*=grad-] .owl-item:after,
[class*=grad-] .pricing-btn .toggler--is-active {
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}



.grad-prple .clip-txt,
.grad-prple .owl-item .profile-img:before,
.grad-prple .faq .more-less,
.grad-prple .pricing-btn .toggler--is-active,
.grad-prple .team-mem-col .team-hover .team-hover-content a:hover i {
    background-image: linear-gradient(90deg, #6D41BE 0, #e458fc 100%);
    background-image: -webkit-linear-gradient(90deg, #6D41BE 0, #e458fc 100%);
}

.grad-prple .owl-item:after {
    background: linear-gradient(135deg, #6D41BE 0, #e458fc 100%);
    background: -webkit-linear-gradient(135deg, #6D41BE 0, #e458fc 100%)
}


.grad-blue .clip-txt,
.grad-blue .owl-item .profile-img:before,
.grad-blue .faq .more-less,
.grad-blue .pricing-btn .toggler--is-active,
.grad-blue .team-mem-col .team-hover .team-hover-content a:hover i {
    background-image: linear-gradient(90deg, #491eb8 0, #844ffc 100%);
    background-image: -webkit-linear-gradient(90deg, #491eb8 0, #844ffc 100%);
}

.grad-blue .owl-item:after {
    background: linear-gradient(135deg, #491eb8 0, #844ffc 100%);
    background: -webkit-linear-gradient(135deg, #491eb8 0, #844ffc 100%)
}

.grad-tranquil .clip-txt,
.grad-tranquil .owl-item .profile-img:before,
.grad-tranquil .faq .more-less,
.grad-tranquil .pricing-btn .toggler--is-active,
.grad-tranquil .team-mem-col .team-hover .team-hover-content a:hover i {
    background-image: linear-gradient(130deg, #fed192 0, #9946b2 100%);
    background-image: -webkit-linear-gradient(130deg, #fed192 0, #9946b2 100%);
}

.grad-tranquil .owl-item:after {
    background: linear-gradient(130deg, #fed192 0, #9946b2 100%);
    background: -webkit-linear-gradient(130deg, #fed192 0, #9946b2 100%)
}

.grad-cyan .clip-txt,
.grad-cyan .owl-item .profile-img:before,
.grad-cyan .faq .more-less,
.grad-cyan .pricing-btn .toggler--is-active,
.grad-cyan .team-mem-col .team-hover .team-hover-content a:hover i {
    background-image: linear-gradient(130deg, #2fb8ff 0, #9eecd9 100%);
    background-image: -webkit-linear-gradient(130deg, #2fb8ff 0, #9eecd9 100%);
}

.grad-cyan .owl-item:after {
    background: linear-gradient(130deg, #2fb8ff 0, #9eecd9 100%);
    background: -webkit-linear-gradient(130deg, #2fb8ff 0, #9eecd9 100%)
}

.grad-pink .clip-txt,
.grad-pink .owl-item .profile-img:before,
.grad-pink .faq .more-less,
.grad-pink .pricing-btn .toggler--is-active,
.grad-pink .team-mem-col .team-hover .team-hover-content a:hover i {
    background-image: linear-gradient(130deg, #7356b6 0, #d782d9 100%);
    background-image: -webkit-linear-gradient(130deg, #7356b6 0, #d782d9 100%);
}

.grad-pink .owl-item:after {
    background: linear-gradient(130deg, #7356b6 0, #d782d9 100%);
    background: -webkit-linear-gradient(130deg, #7356b6 0, #d782d9 100%)
}

.grad-orange .clip-txt,
.grad-orange .owl-item .profile-img:before,
.grad-orange .faq .more-less,
.grad-orange .pricing-btn .toggler--is-active,
.grad-orange .team-mem-col .team-hover .team-hover-content a:hover i {
    background-image: linear-gradient(130deg, #b13cff 0, #fd9d52 100%);
    background-image: -webkit-linear-gradient(130deg, #b13cff 0, #fd9d52 100%);
}

.grad-orange .owl-item:after {
    background: linear-gradient(130deg, #b13cff 0, #fd9d52 100%);
    background: -webkit-linear-gradient(130deg, #b13cff 0, #fd9d52 100%)
}

.dropdown>a {
    position: relative;
}

.dropdown>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-weight: 100;
    font-size: 14px;
}

.dropdown-menu {
    position: absolute;
    min-width: 13.625rem;
    -webkit-box-shadow: 0 0.375rem 2.75rem rgba(0, 0, 0, 0.17);
    box-shadow: 0 0.375rem 2.75rem rgba(0, 0, 0, 0.17);
    border-radius: 0.313rem;
    background-color: #fff;
    padding: .625rem 10px;
    border: 0;
    z-index: 98;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    width: 250px;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.rating-list li,
.social-holder a {
    display: inline-block;
    margin-bottom: 0
}

.bg-mockup {
    position: relative;
    display: inline-block;
    margin-top: -60px;
    z-index: -1;
}

.rating {
    padding: 0 0 50px 0;
    box-shadow: rgba(24, 32, 79, 0.25) 0px 40px 80px -70px;
    background: rgba(255, 255, 255, .95);
    z-index: -1;
}

.rating [class*='col-']:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.rating-list li {
    margin-right: 3px;
    line-height: 1;
    font-size: 18px;
}


.rating-list li i {
    color: #ffdd65;
}

.rating-card {
    border-radius: 10px;
    padding: 20px 40px;
}

.social-holder a {
    margin-right: 15px;
    font-size: 12px;
}

.social-holder a:last-child {
    margin-right: 0
}

.app-store li {
    display: inline-block;
    margin: 0 10px;
}

.scroll-item {
    position: fixed;
}


.social-holder li {
    display: inline-block
}

.social-holder a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .2)
}

.social-holder a:hover {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

.screen .owl-dots {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.screen .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    background: rgba(0, 0, 0, .2);
}

.screen .owl-dot.active {
    background: #6d48e5;
}

[class*=grdnt] .screen .owl-dot,
div[class*=grdnt] .screen .owl-dot {
    background: rgba(255, 255, 255, .3)
}

[class*=grdnt] .screen .owl-dot.active,
div[class*=grdnt] .screen .owl-dot.active {
    background: #fff
}

[class*=bg-trans],
[class*=style-] {
    position: relative;
}

[class*=bg-trans] * {
    z-index: 1;
}

.video-wrapper {
    position: relative;
}

.video-wrapper.rad {
    border-radius: 20px;
}

.video-over {
    position: relative;
    margin-bottom: -300px;
}

.contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 transparent;
    height: 45px;
}

.contact-single .contact-form .form-control {
    background-color: rgba(245, 246, 255, 1);
}

.contact-form textarea.form-control {
    height: 70px;
    padding-top: 15px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }

}


#preloader {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #fff;
}

#status {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/claimit-loader.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scroll-item {
    position: absolute;
}

.skrollr-mobile {
    overflow: visible !important;
}

/* ==========================================================================
    4.0 Navbar Styling
   ========================================================================== */
.navbar-custom {
    border: none;
    padding: 35px 0;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent
}

.navbar-custom .left-nav .nav {
    margin-left: 30px;
}

.navbar-custom .container-fluid {
    margin-left: 5%;
    margin-right: 5%;
}

.navbar-custom.nav-light ul li a {
    color: #fff;
}

.navbar-custom:not(.navbar-fixed-top) {
    z-index: 10
}

.navbar-custom.affix {
    position: fixed
}

.navbar-custom .right-nav .nav-btn {
    float: right;
    margin-left: 20px
}

.navbar-custom.affix .right-nav .nav-btn .btn.btn-white {
    border-color: #702dda;
    color: #702dda
}

.navbar-custom.affix .right-nav .nav-btn .btn.btn-white:hover {
    background: #702dda;
    color: #fff
}

.navbar-custom .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    transition: .5s;
    -webkit-transition: .5s
}

.navbar-custom.affix .navbar-brand {
    padding: 0
}

.navbar-custom .navbar-brand.logo-clr,
.navbar-custom.affix .navbar-brand.logo-light {
    opacity: 0;
    width: 0
}

.navbar-custom .navbar-brand.logo-light,
.navbar-custom.affix .navbar-brand.logo-clr {
    opacity: 1;
    width: auto;
    height: auto
}


.navbar-custom .navbar-toggle {
    border: 0;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 0;
    padding: 0 0 0 12px;
    transition: .5s;
    -webkit-transition: .5s
}

.navbar-custom .navbar-toggle:hover {
    background: 0 0;
    opacity: .7
}

.navbar-custom.affix .navbar-toggle {
    color: #37404d
}

.navbar-custom .navbar-nav>li {
    margin: 0 15px;
}

.navbar-custom ul li a {
    opacity: .9;
    padding: 10px 3px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.007em;
}

.navbar-custom .dropdown-menu li a {
    padding: 10px;
}

.navbar-custom.nav-light .dropdown-menu li a {
    color: inherit;
}

.navbar-custom.affix ul li a {
    color: inherit
}

.navbar-custom.affix ul li a:hover,
.navbar-custom.affix ul li.active a {
    color: #424242
}

.navbar-custom ul li.active a {
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
}

.navbar-custom ul li a:hover {
    opacity: 1;
}

.navbar-custom.affix {
    padding: 20px 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: #fff
}

.navbar-custom .nav-btn .btn {
    padding: 14px 25px;
    margin: 0;
}

.navbar-custom:not(.affix) .nav-btn .btn {
    background: #fff;
    color: #1d1148;
    box-shadow: rgba(24, 32, 79, 0.25) 0 0 100px;
}

.navbar-custom .nav-btn .btn:not([class*="grdnt-"]):hover) {
    background: #120932;
}

.navbar-custom .nav-btn .btn.shadow {
    background: #fff;
    color: #764fe0;
    box-shadow: rgba(0, 0, 0, .2) 0px 12px 50px;
}

.navbar-custom .nav-btn .btn.shadow:hover {
    box-shadow: rgba(0, 0, 0, .5) 0px 12px 50px;
    background: #fff;
    color: #764fe0;
}

/* ==========================================================================
   5.0 Banner Styling
   ========================================================================== */
.hero {
    position: relative;
}

.hero.bg-mesh {
    max-height: 800px;
}

.hero.style-curve {
    padding-top: 120px;
    padding-bottom: 120px;
    height: auto;
    overflow: hidden;
}

.hero.bg-shape {
    padding-top: 120px;
    padding-bottom: 0;
}

.style-wave .img-pre img {
    min-width: 160%;
    margin-right: -400px
}

.hero.style-wave {
    padding-top: 150px;
}

.hero-content {
    z-index: 3;
    position: relative;
}

.hero .img-pre.right {
    position: absolute;
    right: -300px;
    bottom: 0;
    max-width: 900px;
    z-index: 0;
}

.hero .meta-head {
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 14px;
}

.intro-text {
    margin-top: 250px;
    z-index: 4;
    position: relative;
}

.hero-single {
    padding-top: 100px;
    padding-bottom: 150px;
}

.hero-single .intro-text {
    padding-top: 70px;
    max-width: 600px;
    margin: 0 auto;
}

.hero .hero-content.intro-center {
    position: static;
    padding-top: 150px
}

.hero-content .sub-input .btn {
    right: 8px
}

.hero-content .intro-text .intro-heading {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 60px
}

/* ==========================================================================
    6.0 Counter Styling
   ========================================================================== */
.count-over {
    background: #fff;
    padding: 50px 20px;
    box-shadow: rgba(24, 32, 79, 0.25) 0px 100px 100px, rgba(255, 255, 255, 0.5) 0px 0px 0px 0.5px inset;
    position: relative;
    margin-top: -100px;
}

.count .item {
    border-radius: 50px;
}

.count .item:not([class*="grdnt-"]) {
    background: rgba(0, 0, 0, .2);
}

.count .icon {
    font-size: 24px;
    float: left;
    line-height: 1;
    border-radius: 50%;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    margin: 10px;
}

.count .text {
    overflow: hidden;
    margin-top: 10px;
}

.count .heading {
    line-height: 1;
    font-size: 24px;
    margin: 0;
}

.count p {
    font-size: 14px;
}

/* ==========================================================================
    7.0 feature Styling
   ========================================================================== */
.left-dir-col {
    text-align: right
}

.left-dir-col .icon {
    float: right;
}

.left-dir-col .text {
    margin-right: 80px;
    overflow: hidden;
}

.right-dir-col .icon,
.right-dir-col [class*=icon-] {
    float: left;
}

.right-dir-col .flx-container .icon,
.right-dir-col .flx-container [class*=icon-] {
    margin: 0;
}

.right-dir-col .text {
    padding-left: 20px;
    overflow: hidden;
}

.left-dir-col .list,
.right-dir-col .list {
    transition: .6s;
    -webkit-transition: .6s;
    cursor: default;
    padding: 10px;
}

.left-dir-col.pad-40 .list,
.right-dir-col.pad-40 .list {
    padding: 40px 10px;
}

.shad-box-list {
    position: relative;
    left: 60px;
    z-index: 1;
    min-width: 500px;
}

.shad-box-list .list {
    box-shadow: 0 0 100px rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.95);
    transition: 0.5s;
    cursor: pointer;
}

.shad-box-list .list:hover {
    transform: translateX(10px);
}

.feat-slide .owl-item:after {
    content: "";
    display: block;
    height: .25em;
    position: absolute;
    top: 100%;
    width: 0%;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    background-size: 200% auto
}

.left-dir-col [class*=icon-],
.left-dir-col.icon,
.navbar-custom .right-nav {
    float: right
}

.shad-item:not(.light) .item {
    box-shadow: rgba(24, 32, 79, 0.25) 0px 40px 80px, rgba(255, 255, 255, 0.5) 0px 0px 0px 0.5px inset;
    border-radius: 40px 40px 40px 40px;
    padding: 30px 40px;
    background: #fff;
    transition: 0.5s;
    cursor: pointer;
    background: rgba(255, 255, 255, .95);
}

.shad-item.light .item {
    border-radius: 10px;
    padding: 30px 40px;
    transition: 0.5s;
}

.shad-item .before-bg {
    width: 220px;
    height: 280px;
    border-radius: 0px 40px 40px;
    transform: skewY(8deg);
    transform-origin: left top 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
}

.shad-item:not(.light) .item:hover {
    transform: translateY(-3px);
    box-shadow: rgba(24, 32, 79, 0.25) 0px 100px 100px, rgba(255, 255, 255, 0.5) 0px 0px 0px 0.5px inset;
}

.shad-item:not(.light) [class*='col-']:hover .before-bg {
    transform: skewY(15deg);
    width: 200px;
}

.shad-item.style-2 .item {
    background: #F0F1FF;
    border: 0;
}

.ft-list li {
    margin-top: 15px;
}

.ft-list li .text {
    padding-left: 10px;
    padding-top: 6px;
}

.gray-box .item {
    padding: 60px 30px;
    border-radius: 10px;
    background: #f6f9fe;
    transition: 0.5s;
    cursor: pointer;
}

.ft-sq-rad [class*="col-"] {
    padding: 0 40px;
}

.ft-sq-rad [class*="icon-bg"] {
    background: rgba(0, 0, 0, .1);
    border-radius: 30px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.ft-sq-rad [class*="icon-bg"]:after {
    position: absolute;
    content: '';
    background: url("../image/bg-mesh.png") center no-repeat;
    z-index: -1;
    top: 0%;
    right: 0;
    left: 0;
    bottom: 0;
}

.ft-bg-items {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px;
}

.ft-bg-items .list {
    padding: 20px 0;
}

.ft-bdr [class*="icon-"] {
    position: relative;
}

.ft-bdr .list {
    padding: 15px 10px;
}

.ft-bdr .list:hover [class*="icon-"]:after {
    left: -10px;
    top: -10px;
}

.ft-bdr [class*="icon-"]:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110%;
    width: 110%;
    border-radius: 50%;
    border: 1px solid #1f0040;
    transition: .5s;
}

.ft-dark .item {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 50px 20px;
}

.ft-dark .item .heading {
    font-size: 30px;
}

.ft-2col .item {
    padding-right: 50px;
}

.ft-2col .item .heading {
    font-size: 30px;
}

/* ==========================================================================
   8.0 screenshot Styling
   ========================================================================== */
.screenshot .swiper-slide {
    width: 300px;
}



/* ==========================================================================
   10.0 Pricing Styling
   ========================================================================== */
.pricing-btn .toggle,
.toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px
}

.pricing-btn .toggler {
    transition: .2s;
    font-weight: 700
}

.pricing-btn .toggler--is-active {
    color: #6d48e5
}

.pricing-btn .b {
    display: block
}

.pricing-btn .toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #6d48e5;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05)
}

.pricing-btn .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6
}

.pricing-btn .check:checked~.switch {
    right: 2px;
    left: 57.5%;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: .08s, 0s
}

.pricing-btn .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.pricing .model {
    height: auto;
    transition: .3s
}

.pricing .none {
    height: 0;
    overflow: hidden;
    opacity: 0
}

.pricing .pricing-table {
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 20px;

}

.pricing .pricing-table:not([class*="grdnt-"]) {
    background: #fff;
    border: 1px solid aliceblue;
}

.pricing .pricing-table.feat {
    box-shadow: 0 1px 25px rgba(0, 0, 0, .1);
    border: 0
}

.pricing .pricing-header {
    padding: 40px 0;
}

.pricing .pricing-footer {
    padding: 30px 0;
}

.pricing .pricing-footer .btn {
    width: 80%;
}



/* ==========================================================================
   12.0 Faqs Styling
   ========================================================================== */
.faq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: 0px;
}

.faq .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    border: 0px;
}

.faq .panel-title,
.glyphicon {
    font-size: 16px;
    font-weight: 600;
}

.glyphicon {
    padding: 8px;
    font-size: 24px;
}

.faq .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.faq .panel-title>a:hover {
    color: inherit;
}

.faq .more-less {
    color: #fff;
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0px;
}

.faq-items [class*="icon-bg"] {
    height: 25px;
    width: 25px;
    font-size: .7em
}





/* ==========================================================================
   15.0 Footer Styling
   ========================================================================== */

.footer-wrapper .navbar-brand {
    display: block;
    height: auto;
    padding: 0;
}

.footer-wrapper li a,
.footer-wrapper p {
    opacity: .9;
}

.footer-wrapper li a:hover {
    opacity: 1;
}

.footer-wrapper .copyright {
    font-size: .9em;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    opacity: .7;
}

.footer-wrapper .subscribe-box {
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-bottom: 60px;
    padding: 30px 20px;
    line-height: 0;
}

.footer-wrapper .subscribe-box .heading {
    margin-bottom: 0;
}

.footer-wrapper .subscribe-box .form-group {
    margin-bottom: 0;
}

.footer-wrapper .subscribe-box .btn:hover {
    color: #fff;
}

/* ==========================================================================
   16.0 Responsive Styling
   ========================================================================== */
@media only screen and (min-width :1900px) {

    .bg-trans:before,
    [class*=bg-trans]:before,
    [class*=style-]:after {
        background-size: 100% !important
    }

    .hero .img-pre.right {
        max-width: 950px;
        right: 0;
    }
}

@media only screen and (max-width :1199px) {
    .hero .img-prlx img {
        width: 150px;
    }

    .heading-lg {
        font-size: 60px;
    }
}

@media only screen and (max-width :992px) {
    body {
        font-size: .9em
    }

    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 2.75em
    }

    h3 {
        font-size: 2.5em
    }

    h4 {
        font-size: 1.75em
    }

    h5 {
        font-size: 1.5em
    }

    h6 {
        font-size: 1.25em
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .icon-bg-md {
        width: 50px;
        height: 50px
    }

    .count .item {
        margin-bottom: 10px;
    }

    .sec-pad {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .sec-pad-lg {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .pt-0 {
        padding-top: 0
    }

    .pb-0 {
        padding-bottom: 0
    }

    .p-0 {
        padding: 0
    }

    .parallax-bg.cta {
        visibility: hidden;
    }

    .social-holder a {
        height: 40px;
        width: 40px
    }

    .res-center {
        text-align: center;
        padding: 70px;
        float: none
    }

    .res-center .icon {
        float: none;
        margin-bottom: 10px
    }

    .res-center .left-dir-col .text,
    .res-center .right-dir-col .text {
        text-align: center;
        margin: 0
    }

    .res-margin {
        margin-bottom: 70px
    }

    .shad-box-list {
        min-width: 400px;
    }

    .flx-off-sm {
        display: block
    }

    .btn {
        padding: 10px 24px;
        margin-right: 5px
    }

    .btn i {
        font-size: 16px
    }

    .btn span {
        font-size: 12px
    }

    .btn i+span {
        margin-top: 2px
    }

    .navbar-custom .navbar-nav>li {
        margin: 0 8px
    }

    .navbar-custom ul li a {
        font-size: 14px;
    }

    .navbar-custom .nav-btn .btn {
        padding: 13px 15px;
        font-size: 13px;
    }

    .hero {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .hero.fixed-parallax {
        padding-bottom: 0;
        padding-top: 0;
    }

    .hero .img-prlx img {
        width: 100px;
    }

    .style-wave .img-pre img {
        margin-right: -300px;
    }

    .hero .img-pre.right {
        max-width: 800px;
    }

    .hero .img-pre .circle-bg {
        height: 350px;
        width: 350px;
    }

    .hero-content .mockup {
        top: 30px;
        max-width: 350px
    }

    .hero-single {
        height: 400px;
        padding-top: 90px;
    }

    .count {
        font-size: 48px;
    }

    .count+p {
        padding-left: 10px;
        margin-top: 0px;
    }

    .feature .section-text {
        padding: 0 40px 10px 40px
    }

    .footer-wrapper .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .video-over {
        position: relative;
        margin-bottom: -200px;
    }

    .ft-dark .item .heading {
        font-size: 24px;
    }

    .ft-bdr .list {
        padding: 5px 10px;
    }
}

@media only screen and (max-width :767px) {
    .container {
        padding-left: 80px;
        padding-right: 80px;
        max-width: 100%
    }

    .navbar-custom ul li a:hover:before,
    .navbar-custom ul li.active a:before {
        width: 0%
    }

    .navbar-custom:not(.affix) .nav-btn .btn {
        background: #1d1148;
        color: #fff;
    }

    .res-center-sm {
        padding: 50px;
        text-align: center;
        float: none
    }

    .res-center-sm .left-dir-col {
        text-align: center;
    }

    .res-center-sm .right-dir-col .flx-container .icon,
    .res-center-sm .right-dir-col. .flx-container [class*="icon-"] {
        margin: 0 auto 10px auto;
    }

    .res-center-sm .icon,
    .res-center-sm [class*="icon-"] {
        float: none;
        margin: 0 auto 10px auto;
    }

    .res-center-sm .left-dir-col .text,
    .res-center-sm .right-dir-col .text {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .shad-box-list {
        position: static;
        left: 0px;
    }

    .steps:before {
        height: 100%;
        left: 50%;
        right: 50%;
        width: 1px;
    }

    .video-over {
        position: relative;
        margin-bottom: 0px;
    }

    .pt-0 {
        padding-top: 0
    }

    .pb-0 {
        padding-bottom: 0
    }

    .p-0 {
        padding: 0
    }



    .hero.style-wave {
        padding-top: 150px;
        height: 1000px;
    }

    .hero .img-prlx img {
        opacity: .5;
    }

    .count {
        float: none;
        text-align: center;
    }

    .count+p {
        padding: 0;
        text-align: center;
    }



    .navbar-header {
        max-width: 100%
    }

    .tab-horizon .tab-menu .tab-list li {
        padding: 10px
    }

    .flx-off-xs {
        display: block
    }

    .res-margin,
    .res-margin-sm {
        margin-bottom: 50px
    }

    .ms-left,
    .ms-right {
        width: 70% !important;
        height: 50% !important;
    }

    .ms-section.z-item {
        position: relative;
        z-index: 4;
    }

    .sub-input .custom-form {
        width: auto;
    }

    .fixed-parallax {
        height: 100vh;
        background-position: center left;
    }

    .hero:not(.style-angle, .style-flate) {
        height: 100%;
        padding: 100px 0;
    }

    .hero .img-pre {
        margin-top: 30px;
        width: auto;
    }

    .hero .img-pre.right {
        max-width: 500px;
        right: -100px;
        bottom: -50px;
    }

    .shad-box-list {
        min-width: auto;
    }

    .navbar-custom,
    .navbar-custom.affix {
        padding: 5px 0;
        background: #fff;
    }

    .navbar-custom .navbar-brand {
        padding: 6px 0 0 0
    }

    .navbar-custom ul li {
        margin: 0 10px
    }

    .navbar-custom ul li a,
    .navbar-custom.nav-light ul li a {
        font-weight: 400;
        color: inherit;
        padding-left: 30px;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-custom ul li a:hover {
        color: #0facf3;
    }

    .navbar-custom ul li a:hover,
    .navbar-custom ul li.active a {
        color: #424242;
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-custom .nav-btn .btn {
        margin: 15px 0;
        border-color: rgba(0, 0, 0, .2);
    }

    .navbar-custom:not(.navbar-fixed-top) .container {
        width: 100%
    }

    .navbar-custom ul li a::after {
        height: 0
    }

    .navbar-custom .right-nav {
        float: none
    }

    .navbar-custom .right-nav .nav-btn {
        text-align: left;
        float: none
    }

    .navbar-collapse {
        background: #fff;
        padding: 0;
        overflow-x: hidden;
        margin-top: 15px
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .sec-pad,
    .sec-pad-lg {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .pt-0 {
        padding-top: 0
    }

    .pb-0 {
        padding-bottom: 0
    }

    .p-0 {
        padding: 0
    }

    .spce {
        height: 15px;
    }

    .spce.lg {
        height: 40px
    }

    .tab-container {
        margin-left: 0
    }

    .tab-list li {
        display: block
    }

    .tab-list li a {
        padding: 3px 6px
    }

    .btn-holder {
        margin-top: 10px
    }

    .count .icon {
        margin-top: 10px;
        padding: 13px;
        height: 50px;
        width: 50px;
        margin: 10px auto 0 auto;
    }

    .pricing {
        padding: 0 40px 0 40px
    }

    .pricing .pricing-table,
    .pricing .pricing-table.main {
        transform: scale(1)
    }

    .parallaxie {
        background-attachment: scroll !important;
        background-position: 50% 50% !important
    }

    .ft-dark .item {
        margin-bottom: 30px;
    }

    .ft-2col .item {
        padding-right: 0px;
    }

    .tools-item {
        padding: 0 10px 10px;
    }
}

@media only screen and (max-width :480px) {
    .pt-0 {
        padding-top: 0
    }

    .pb-0 {
        padding-bottom: 0
    }

    .p-0 {
        padding: 0
    }

    .btn {
        padding: 10px 15px;
        font-size: .775em
    }

    .icon-bg {
        width: 80px;
        height: 80px;
        font-size: 2em
    }

    .sub-input .custom-form .form-control {
        height: 50px
    }

    .app-slide img {
        width: 176px !important
    }

    .tab-horizon .tab-menu .tab-list li {
        padding: 5px 7px;
        font-size: 10px
    }

    .res-center-xs {
        text-align: center;
        float: none
    }

    .res-center-xs .icon {
        float: none;
        margin-bottom: 10px
    }

    .res-center-xs .left-dir-col .text,
    .res-center-xs .right-dir-col .text {
        text-align: center;
        margin: 0
    }

    .res-center-sm,
    .res-center-xs {
        padding: 20px
    }

    .res-margin,
    .res-margin-sm,
    .res-margin-xs {
        margin-bottom: 25px
    }

    .pricing {
        padding: 0
    }

    .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .section-text {
        margin: 0 auto 40px auto
    }

    .blog .sub-input .custom-form .btn {
        width: auto;
        position: absolute;
        height: 100%
    }

    .sub-input .custom-form label {
        top: 14%;
    }
}

@media only screen and (max-width :360px) {
    .navbar-brand img {
        width: 120px;
        margin-top: 8px;
        margin-bottom: 8px
    }

    .pt-0 {
        padding-top: 0
    }

    .pb-0 {
        padding-bottom: 0
    }

    .p-0 {
        padding: 0
    }
}



/* =================================
   CONTACT SECTION
================================= */

.contact-section {
    position: relative;
    padding: 120px 7%;
    overflow: hidden;
}

/* Background Glow */

.contact-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: var(--yellow);
    opacity: .12;
    top: -220px;
    left: -180px;
    filter: blur(100px);
}

.contact-section::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: var(--blue);
    opacity: .08;
    bottom: -280px;
    right: -250px;
    filter: blur(120px);
}

.contact-wrapper {
    max-width: 1280px;
    margin: auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;

    align-items: center;

    position: relative;
    z-index: 2;
}

/* =================================
   LEFT CONTENT
================================= */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #fff4cc;
    color: #d89b00;

    padding: 10px 18px;
    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;

    margin-bottom: 24px;
}

.contact-left h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #000;

    max-width: 560px;

    margin-bottom: 24px;
    letter-spacing: -1.5px;
}

.contact-left h2 span {
    color: #000;
}

.contact-left p {
    max-width: 540px;

    font-size: 17px;
    line-height: 1.9;
    color: var(--text);

    margin-bottom: 50px;
}

/* =================================
   CONTACT DETAILS
================================= */

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.detail {
    display: flex;
    align-items: center;
    gap: 18px;
}

.icon {
    width: 58px;
    height: 58px;

    border-radius: 20px;

    background: linear-gradient(135deg,
            var(--blue),
            #3b82f6);

    color: rgb(21, 34, 212);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;

    box-shadow:
        0 15px 35px rgba(0, 87, 255, .18);

    flex-shrink: 0;
}

.detail h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
}

.detail span {
    color: var(--text);
    font-size: 15px;
}

/* =================================
   RIGHT SIDE
================================= */

.contact-right {
    position: relative;
}

.contact-right::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: var(--blue);
    opacity: .08;

    top: -50px;
    left: -60px;

    filter: blur(25px);
}

.contact-right::after {
    content: "";
    position: absolute;

    width: 140px;
    height: 140px;

    border-radius: 50%;

    background: var(--yellow);
    opacity: .15;

    bottom: -30px;
    right: -20px;

    filter: blur(20px);
}

/* =================================
   FORM
================================= */

.contact-form {
    position: relative;

    background: rgba(255, 255, 255, .82);

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    padding: 45px;

    border-radius: 32px;

    box-shadow:
        0 30px 80px rgba(15, 23, 42, .08);

    overflow: hidden;
}

.contact-form::before {
    content: "";
    position: absolute;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    background: var(--yellow);

    opacity: .15;

    top: -40px;
    right: -40px;
}

.contact-form h3 {
    position: relative;
    z-index: 2;

    font-size: 28px;
    color: #000;

    margin-bottom: 28px;
}

/* Inputs */

.contact-form input,
.contact-form textarea {
    width: 100%;

    border: none;
    outline: none;

    background: #f8fafc;

    border-radius: 18px;

    padding: 18px 22px;

    margin-bottom: 16px;

    font-size: 15px;

    transition: .3s ease;

    box-shadow:
        inset 0 0 0 1px rgba(15, 23, 42, .06);
}

.contact-form textarea {
    resize: none;
    min-height: 140px;
}

.contact-form input:focus,
.contact-form textarea:focus {

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(0, 87, 255, .08),
        inset 0 0 0 1px var(--blue);
}

/* Button */

.contact-form button {
    border: none;
    cursor: pointer;

    margin-top: 10px;

    padding: 18px 34px;

    border-radius: 999px;

    background: linear-gradient(135deg,
            var(--blue),
            #3b82f6);

    color: #fff;

    font-size: 15px;
    font-weight: 600;

    transition: .3s ease;

    min-width: 220px;
}

.contact-form button:hover {

    transform: translateY(-3px);

    box-shadow:
        0 18px 40px rgba(0, 87, 255, .25);
}

/* =================================
   RESPONSIVE
================================= */

@media(max-width:1100px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-left h2 {
        max-width: 100%;
    }
}

@media(max-width:768px) {

    .contact-section {
        padding: 90px 24px;
    }

    .contact-left h2 {
        font-size: 38px;
    }

    .contact-left p {
        font-size: 16px;
    }

    .contact-form {
        padding: 32px;
        border-radius: 28px;
    }

    .icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }
}

@media(max-width:480px) {

    .contact-left h2 {
        font-size: 32px;
    }

    .contact-form {
        padding: 24px;
    }

    .contact-form button {
        width: 100%;
    }
}

/* Floating Social Sidebar */
.social-sidebar {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #1e3a8a;

    border-radius: 18px;

    text-decoration: none;
    font-size: 22px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.08);

    transition: all 0.35s ease;
    backdrop-filter: blur(10px);
}

.social-icon:hover {
    transform: translateX(8px) scale(1.08);
    background: #FFD54A;
    color: #0F2E6D;
    box-shadow:
        0 15px 35px rgba(255, 213, 74, 0.35),
        0 5px 15px rgba(0, 0, 0, 0.12);
}

/* Individual Colors */
.facebook:hover {
    background: #1877f2;
    color: #fff;
}

.instagram:hover {
    background: linear-gradient(45deg,
            #f09433,
            #e6683c,
            #dc2743,
            #cc2366,
            #bc1888);
    color: #fff;
}

.linkedin:hover {
    background: #0077b5;
    color: #fff;
}

.twitter:hover {
    background: #000;
    color: #fff;
}

.youtube:hover {
    background: #ff0000;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .social-sidebar {
        left: 15px;
    }

    .social-icon {
        width: 22px;
        height: 22px;
        font-size: 18px;
        border-radius: 14px;
    }
}

/* Hide Social Icons on Mobile */
@media (max-width: 768px) {
    .social-sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .intro-text {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .responsive-box {
        max-width: 80%;
    }
}

@media (max-width: 768px) {

    .right-dir-col {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
        margin: 0;
    }

    .right-dir-col li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        list-style: none;
        flex: 1;
    }

    .right-dir-col .icon-bg-sm {
        margin-bottom: 10px;
    }

    .right-dir-col .text {
        font-size: 14px;
        line-height: 1.4;
    }
}


.ad-benefits{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.ad-benefit{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 20px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    transition:all .3s ease;
}

.ad-benefit:hover{
    transform:translateY(-4px);
    border-color:#0d6efd;
    box-shadow:0 10px 25px rgba(13,110,253,.12);
}

.ad-benefit__icon{
    width:32px;
    height:32px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background:linear-gradient(135deg,#0d6efd,#4da3ff);
    color:#fff;
    font-size:16px;
}

.ad-benefit__title{
    margin:0;
    font-size:16px;
    font-weight:500;
    line-height:1.4;
    color:#1f2937;
}

@media (max-width: 767px){

    .ad-benefits{
        grid-template-columns:1fr;
    }

    .ad-benefit{
        padding:16px;
        gap:14px;
    }

    .ad-benefit__icon{
        width:50px;
        height:50px;
        font-size:18px;
    }

    .ad-benefit__title{
        font-size:16px;
    }
}



.zone-section{
    padding:80px 0;
}

.formats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.format-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    overflow:hidden;
    backdrop-filter:blur(10px);
    transition:all .3s ease;
    height:100%;
}

.format-card:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,.12);
}

.format-image{
    padding:15px 15px 0;
}

.format-image img{
    width:100%;
    display:block;
    object-fit:contain;
}

.format-content{
    padding:18px 20px 24px;
}

.format-content h4{
    margin:0 0 10px;
    font-size:26px;
    line-height:1.2;
    font-weight:700;
    color:#fff;
}

.format-content p{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:rgba(255,255,255,.85);
}

/* Large Desktop */
@media (max-width:1400px){

    .formats-grid{
        gap:16px;
    }

    .format-image img{
        height:460px;
    }

    .format-content h4{
        font-size:22px;
    }

    .format-content p{
        font-size:14px;
    }
}

/* Laptop */
@media (max-width:1200px){

    .formats-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .format-image img{
        height:420px;
    }
}

/* Tablet */
@media (max-width:991px){

    .formats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .format-image img{
        height:380px;
    }

    .format-content{
        padding:15px;
    }

    .format-content h4{
        font-size:20px;
    }
}

/* Mobile */
@media (max-width:767px){

    .zone-section{
        padding:60px 0;
    }

    .formats-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .format-card{
        max-width:420px;
        margin:0 auto;
        width:100%;
    }

    .format-image img{
        height:360px;
    }

    .format-content h4{
        font-size:20px;
    }

    .format-content p{
        font-size:14px;
    }
}

.claimit-process-section {
    padding: 100px 0;
    background: #f5f7ff;
}

.claimit-process-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.claimit-process-header h4 {
    margin-bottom: 20px;
}

.claimit-process-header p {
    font-size: 18px;
    line-height: 1.8;
    color: #6d7d9b;
}

.claimit-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.claimit-process-card {
    background: #ffffff;
    border-radius: 36px;
    padding: 22px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    box-shadow:
        0 25px 60px rgba(15, 23, 42, 0.08),
        0 8px 24px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
}

.claimit-process-card:hover {
    transform: translateY(-8px);
}

.claimit-process-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: #f3f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.claimit-process-icon i {
    font-size: 26px;
    color: #2d39d1;
}

.claimit-process-card h5 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1c2540;
}

.claimit-process-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #7b8baa;
    margin: 0;
}

/* Tablet */
@media (max-width: 1199px) {
    .claimit-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .claimit-process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .claimit-process-card {
        min-height: auto;
        padding: 30px;
    }

    .claimit-process-card h5 {
        font-size: 24px;
    }

    .claimit-process-header p {
        font-size: 16px;
    }
}


.claimit-zones-section {
    padding: 100px 0;
    background: #f7f8fc;
}

.claimit-zones-header {
    max-width: 750px;
    margin: 0 auto 60px;
    text-align: center;
}

.claimit-zones-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(82, 92, 235, .1);
    color: #525ceb;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.claimit-zones-header h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.claimit-zones-header p {
    font-size: 18px;
    line-height: 1.8;
    color: #6d7890;
}

.claimit-zones-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.claimit-zone-card {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .35s ease;
    height: 100%;
}

.claimit-zone-card:hover {
    transform: translateY(-8px);
}

.claimit-zone-image {
    height: 350px;
    overflow: hidden;
}

.claimit-zone-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.claimit-zone-content {
    padding: 35px;
}

.claimit-zone-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 30px;
    background: #eef1ff;
    color: #525ceb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.claimit-zone-content h3 {
    font-size: 34px;
    margin-bottom: 15px;
}

.claimit-zone-content p {
    color: #6d7890;
    line-height: 1.8;
    margin-bottom: 25px;
}

.claimit-zone-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.claimit-zone-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.claimit-zone-list li:last-child {
    margin-bottom: 0;
}

.claimit-zone-list li i {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #f3f5ff;
    color: #525ceb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.claimit-zone-list li span {
    font-size: 16px;
    font-weight: 600;
    color: #1d2433;
}

/* Tablet */

@media (max-width: 991px) {

    .claimit-zones-grid {
        grid-template-columns: 1fr;
    }

    .claimit-zone-image {
        height: 250px;
    }

    .claimit-zones-header h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .claimit-zones-section {
        padding: 70px 0;
    }

    .claimit-zone-content {
        padding: 25px;
    }

    .claimit-zones-header h2 {
        font-size: 32px;
    }

    .claimit-zone-content h3 {
        font-size: 28px;
    }

    .claimit-zone-image {
        height: 220px;
    }
}


.claimit-metrics{
    padding:60px 0;
}

.claimit-metrics-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.claimit-metric-card{
    display:flex;
    align-items:center;
    gap:18px;
    padding:14px;
    border-radius:80px;
    color:#fff;
    transition:.3s ease;
}

.claimit-metric-card:hover{
    transform:translateY(-5px);
}

.claimit-metric-icon{
    width:64px;
    height:64px;
    min-width:64px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.12);
    backdrop-filter:blur(8px);
}

.claimit-metric-icon i{
    font-size:22px;
}

.claimit-metric-content h4{
    margin:0;
    font-size:34px;
    line-height:1;
    font-weight:700;
    color:#fff;
}

.claimit-metric-content p{
    margin:6px 0 0;
    font-size:15px;
    color:rgba(255,255,255,.95);
}

/* Colors */
.metric-peach{
    background:linear-gradient(135deg,#f3b17d,#c35ea3);
}

.metric-purple{
    background:linear-gradient(135deg,#4320d6,#6a43ff);
}

.metric-cyan{
    background:linear-gradient(135deg,#39b7ff,#82d9c8);
}

.metric-blue{
    background:linear-gradient(135deg,#0059b8,#0f75c6);
}

/* Tablet */
@media(max-width:991px){
    .claimit-metrics-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:576px){
    .claimit-metrics-grid{
        grid-template-columns:1fr;
    }

    .claimit-metric-content h4{
        font-size:28px;
    }
}


/* =========================================================
   POLICY PAGES
   ========================================================= */
.policy-header {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 100px 0 0;
  box-shadow: none;
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .policy-container {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}

.policy-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.policy-header .updated {
  margin-top: 0.65rem;
  color: var(--muted-foreground);
  font-size: 0.95rem;
  font-weight: 500;
}

.policy-content {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(var(--layout-columns), minmax(0, 1fr));
  gap: 0.85rem;
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .policy-content {
    margin-top: 2rem;
    gap: 1.15rem;
  }
}

.policy-section {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0.35rem 0;
  box-shadow: none;
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .policy-section { padding: 1.35rem 1.35rem; }
}

.policy-section h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.25;
  color: var(--foreground);
}

.policy-section p,
.policy-section li {
  margin-top: 0.7rem;
  color: var(--muted-foreground);
  line-height: 1.72;
  font-size: 0.985rem;
}

.policy-section ul {
  margin-top: 0.25rem;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.policy-section li {
  position: relative;
  padding-left: 1rem;
}

.policy-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 9999px;
  background: var(--primary);
}


.claimit-faq-section{
    padding:100px 0;
    background:#f8f9fd;
}

.claimit-faq-header{
    text-align:center;
    max-width:700px;
    margin:0 auto 50px;
}

.claimit-faq-header h2{
    font-size:42px;
    margin-bottom:15px;
}

.claimit-faq-header p{
    color:#718096;
    font-size:17px;
    line-height:1.8;
}

.claimit-faq-list{
    max-width:900px;
    margin:0 auto;
}

.claimit-faq-item{
    background:#fff;
    border-radius:18px;
    margin-bottom:16px;
    overflow:hidden;
    border:1px solid #edf2f7;
}

.claimit-faq-question{
    width:100%;
    border:none;
    background:none;
    text-align:left;
    padding:24px 30px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.claimit-faq-question span{
    font-size:24px;
    font-weight:400;
}

.claimit-faq-answer{
    display:none;
    padding:0 30px 25px;
}

.claimit-faq-answer p{
    margin:0;
    color:#718096;
    line-height:1.8;
}

.claimit-faq-item.active .claimit-faq-answer{
    display:block;
}

.claimit-faq-item.active .claimit-faq-question span{
    transform:rotate(45deg);
}

@media(max-width:768px){

    .claimit-faq-section{
        padding:70px 0;
    }

    .claimit-faq-header h2{
        font-size:32px;
    }

    .claimit-faq-question{
        font-size:16px;
        padding:20px;
    }

    .claimit-faq-answer{
        padding:0 20px 20px;
    }
}