@font-face {
    font-family: 'Gordita';
    src: url(../fonts/Gordita-Bold.woff2) format('woff2'), url(../fonts/Gordita-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gordita';
    src: url(../fonts/Gordita-Medium.woff2) format('woff2'), url(../fonts/Gordita-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gordita';
    src: url(../fonts/Gordita-Black.woff2) format('woff2'), url(../fonts/Gordita-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gordita';
    src: url(../fonts/Gordita-Regular.woff2) format('woff2'), url(../fonts/Gordita-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --bs-primary: #5abb5b;
    --bs-secondary: #1c1c25;
    --bs-gray: #606060;
    --bs-success: #0CC556;
    --bs-info: #19197D;
    --bs-warning: #ec1111;
    --bs-light: #F8F9FF;
    --bs-dark: #181234
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Heebo", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--bs-gray)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Gordita';
    color: var(--bs-secondary)
}

a {
    color: var(--bs-secondary);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

a:focus,
a:active,
a:hover {
    color: var(--bs-primary)
}

.bg-primary {
    background-color: var(--bs-primary) !important
}

.bg-warning {
    background-color: var(--bs-warning) !important
}

.bg-info {
    background-color: var(--bs-info) !important
}

.bg-light {
    background-color: var(--bs-light) !important
}

.bg-dark {
    background-color: var(--bs-dark) !important
}

.text-primary {
    color: var(--bs-primary) !important
}

.text-secondary {
    color: var(--bs-secondary) !important
}

.text-warning {
    color: var(--bs-warning) !important
}

.text-gray {
    color: var(--bs-gray) !important
}

.text-dark {
    color: var(--bs-dark) !important
}

.btn {
    --bs-btn-padding-x: 32px;
    --bs-btn-padding-y: 12px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 400;
    border-radius: 50px
}

.btn-sm {
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 20px;
    --bs-btn-font-size: 14px
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-warning);
    --bs-btn-active-border-color: var(--bs-warning);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary)
}

.btn-light {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary)
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: var(--bs-white);
    ;
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-outline-light {
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--bs-white);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    ;
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.progress-bar {
    color: var(--bs-white);
    background-color: var(--bs-primary)
}

.shadow {
    -webkit-box-shadow: 0 15px 38px rgb(0 0 0 / .15) !important;
    box-shadow: 0 15px 38px rgb(0 0 0 / .15) !important
}

.border-primary {
    border-color: var(--bs-primary) !important
}

img {
    max-width: 100%
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

input::-webkit-input-placeholder {
    color: var(--bs-gray)
}

input::-moz-placeholder {
    color: var(--bs-gray)
}

input:-ms-input-placeholder {
    color: var(--bs-gray)
}

input:-moz-placeholder {
    color: var(--bs-gray)
}

ol,
ul {
    padding-left: 1.25rem
}

a {
    text-decoration: none
}

hr {
    color: var(--bs-gray);
}

select {
    color: var(--bs-gray);
}

.secSpacingOuter {
    margin: 120px 0
}

.secSpacingInner {
    padding: 120px 0
}

.titleSpacing {
    margin-bottom: 60px
}

@media screen and (max-width:992px) {
    .secSpacingOuter {
        margin: 80px 0
    }

    .secSpacingInner {
        padding: 80px 0
    }

    .titleSpacing {
        margin-bottom: 32px
    }
}

.SearchFormModal {
    max-width: 800px;
    background-color: #0000007c;
    padding: 30px;
    margin: auto
}

.SearchFormModal .btn img {
    width: 24px;
    height: 24px
}

.SearchFormModal .btn:hover {
    background-color: var(--bs-primary)
}

.SearchModalClose img {
    width: 40px;
    height: 40px
}

.headerSearchFade .SearchFormModal {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.headerSearchFade.mfp-ready .SearchFormModal {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.headerSearchFade.mfp-removing .SearchFormModal {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.headerSearchFade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.headerSearchFade.mfp-ready.mfp-bg {
    opacity: .8
}

.headerSearchFade.mfp-removing.mfp-bg {
    opacity: 0
}

@-webkit-keyframes preloaderWrap {
    0% {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.5, 1.5);
        transform: translateZ(0) scale(1.5, 1.5)
    }

    100% {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
        transform: translateZ(0) scale(1, 1)
    }
}

@keyframes preloaderWrap {
    0% {
        opacity: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.5, 1.5);
        transform: translateZ(0) scale(1.5, 1.5)
    }

    100% {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
        transform: translateZ(0) scale(1, 1)
    }
}

.preloader {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--bs-dark);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.preloaderWrap {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0) scale(.78);
    transform: translateZ(0) scale(.78);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.preloaderWrap div>div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--bs-primary);
    -webkit-animation: preloaderWrap 2.27s linear infinite;
    animation: preloaderWrap 2.27s linear infinite
}

.preloaderWrap div:nth-child(1)>div {
    left: 74px;
    top: 44px;
    -webkit-animation-delay: -2.21s;
    animation-delay: -2.21s
}

.preloaderWrap>div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 80px 50px;
    transform-origin: 80px 50px
}

.preloaderWrap div:nth-child(2)>div {
    left: 74px;
    top: 49px;
    -webkit-animation-delay: -2.15s;
    animation-delay: -2.15s
}

.preloaderWrap>div:nth-child(2) {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    -webkit-transform-origin: 80px 55px;
    transform-origin: 80px 55px
}

.preloaderWrap div:nth-child(3)>div {
    left: 73px;
    top: 53px;
    -webkit-animation-delay: -2.10s;
    animation-delay: -2.10s
}

.preloaderWrap>div:nth-child(3) {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    -webkit-transform-origin: 79px 59px;
    transform-origin: 79px 59px
}

.preloaderWrap div:nth-child(4)>div {
    left: 71px;
    top: 58px;
    -webkit-animation-delay: -2.045s;
    animation-delay: -2.045s
}

.preloaderWrap>div:nth-child(4) {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
    -webkit-transform-origin: 77px 64px;
    transform-origin: 77px 64px
}

.preloaderWrap div:nth-child(5)>div {
    left: 68px;
    top: 62px;
    -webkit-animation-delay: -1.98s;
    animation-delay: -1.98s
}

.preloaderWrap>div:nth-child(5) {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-transform-origin: 74px 68px;
    transform-origin: 74px 68px
}

.preloaderWrap div:nth-child(6)>div {
    left: 65px;
    top: 65px;
    -webkit-animation-delay: -1.93s;
    animation-delay: -1.93s
}

.preloaderWrap>div:nth-child(6) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 71px 71px;
    transform-origin: 71px 71px
}

.preloaderWrap div:nth-child(7)>div {
    left: 62px;
    top: 68px;
    -webkit-animation-delay: -1.87s;
    animation-delay: -1.87s
}

.preloaderWrap>div:nth-child(7) {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
    -webkit-transform-origin: 68px 74px;
    transform-origin: 68px 74px
}

.preloaderWrap div:nth-child(8)>div {
    left: 58px;
    top: 71px;
    -webkit-animation-delay: -1.81s;
    animation-delay: -1.81s
}

.preloaderWrap>div:nth-child(8) {
    -webkit-transform: rotate(63deg);
    transform: rotate(63deg);
    -webkit-transform-origin: 64px 77px;
    transform-origin: 64px 77px
}

.preloaderWrap div:nth-child(9)>div {
    left: 53px;
    top: 73px;
    -webkit-animation-delay: -1.76s;
    animation-delay: -1.76s
}

.preloaderWrap>div:nth-child(9) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    -webkit-transform-origin: 59px 79px;
    transform-origin: 59px 79px
}

.preloaderWrap div:nth-child(10)>div {
    left: 49px;
    top: 74px;
    -webkit-animation-delay: -1.70s;
    animation-delay: -1.70s
}

.preloaderWrap>div:nth-child(10) {
    -webkit-transform: rotate(81deg);
    transform: rotate(81deg);
    -webkit-transform-origin: 55px 80px;
    transform-origin: 55px 80px
}

.preloaderWrap div:nth-child(11)>div {
    left: 44px;
    top: 74px;
    -webkit-animation-delay: -1.64s;
    animation-delay: -1.64s
}

.preloaderWrap>div:nth-child(11) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50px 80px;
    transform-origin: 50px 80px
}

.preloaderWrap div:nth-child(12)>div {
    left: 39px;
    top: 74px;
    -webkit-animation-delay: -1.59s;
    animation-delay: -1.59s
}

.preloaderWrap>div:nth-child(12) {
    -webkit-transform: rotate(99deg);
    transform: rotate(99deg);
    -webkit-transform-origin: 45px 80px;
    transform-origin: 45px 80px
}

.preloaderWrap div:nth-child(13)>div {
    left: 35px;
    top: 73px;
    -webkit-animation-delay: -1.53s;
    animation-delay: -1.53s
}

.preloaderWrap>div:nth-child(13) {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    -webkit-transform-origin: 41px 79px;
    transform-origin: 41px 79px
}

.preloaderWrap div:nth-child(14)>div {
    left: 30px;
    top: 71px;
    -webkit-animation-delay: -1.47s;
    animation-delay: -1.47s
}

.preloaderWrap>div:nth-child(14) {
    -webkit-transform: rotate(117deg);
    transform: rotate(117deg);
    -webkit-transform-origin: 36px 77px;
    transform-origin: 36px 77px
}

.preloaderWrap div:nth-child(15)>div {
    left: 26px;
    top: 68px;
    -webkit-animation-delay: -1.42s;
    animation-delay: -1.42s
}

.preloaderWrap>div:nth-child(15) {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
    -webkit-transform-origin: 32px 74px;
    transform-origin: 32px 74px
}

.preloaderWrap div:nth-child(16)>div {
    left: 23px;
    top: 65px;
    -webkit-animation-delay: -1.36s;
    animation-delay: -1.36s
}

.preloaderWrap>div:nth-child(16) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 29px 71px;
    transform-origin: 29px 71px
}

.preloaderWrap div:nth-child(17)>div {
    left: 20px;
    top: 62px;
    -webkit-animation-delay: -1.30s;
    animation-delay: -1.30s
}

.preloaderWrap>div:nth-child(17) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    -webkit-transform-origin: 26px 68px;
    transform-origin: 26px 68px
}

.preloaderWrap div:nth-child(18)>div {
    left: 17px;
    top: 58px;
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s
}

.preloaderWrap>div:nth-child(18) {
    -webkit-transform: rotate(153deg);
    transform: rotate(153deg);
    -webkit-transform-origin: 23px 64px;
    transform-origin: 23px 64px
}

.preloaderWrap div:nth-child(19)>div {
    left: 15px;
    top: 53px;
    -webkit-animation-delay: -1.19s;
    animation-delay: -1.19s
}

.preloaderWrap>div:nth-child(19) {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
    -webkit-transform-origin: 21px 59px;
    transform-origin: 21px 59px
}

.preloaderWrap div:nth-child(20)>div {
    left: 14px;
    top: 49px;
    -webkit-animation-delay: -1.13s;
    animation-delay: -1.13s
}

.preloaderWrap>div:nth-child(20) {
    -webkit-transform: rotate(171deg);
    transform: rotate(171deg);
    -webkit-transform-origin: 20px 55px;
    transform-origin: 20px 55px
}

.preloaderWrap div:nth-child(21)>div {
    left: 14px;
    top: 44px;
    -webkit-animation-delay: -1.07s;
    animation-delay: -1.07s
}

.preloaderWrap>div:nth-child(21) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 20px 50px;
    transform-origin: 20px 50px
}

.preloaderWrap div:nth-child(22)>div {
    left: 14px;
    top: 39px;
    -webkit-animation-delay: -1.02s;
    animation-delay: -1.02s
}

.preloaderWrap>div:nth-child(22) {
    -webkit-transform: rotate(189deg);
    transform: rotate(189deg);
    -webkit-transform-origin: 20px 45px;
    transform-origin: 20px 45px
}

.preloaderWrap div:nth-child(23)>div {
    left: 15px;
    top: 35px;
    -webkit-animation-delay: -0.96s;
    animation-delay: -0.96s
}

.preloaderWrap>div:nth-child(23) {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
    -webkit-transform-origin: 21px 41px;
    transform-origin: 21px 41px
}

.preloaderWrap div:nth-child(24)>div {
    left: 17px;
    top: 30px;
    -webkit-animation-delay: -0.90s;
    animation-delay: -0.90s
}

.preloaderWrap>div:nth-child(24) {
    -webkit-transform: rotate(207deg);
    transform: rotate(207deg);
    -webkit-transform-origin: 23px 36px;
    transform-origin: 23px 36px
}

.preloaderWrap div:nth-child(25)>div {
    left: 20px;
    top: 26px;
    -webkit-animation-delay: -0.85s;
    animation-delay: -0.85s
}

.preloaderWrap>div:nth-child(25) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    -webkit-transform-origin: 26px 32px;
    transform-origin: 26px 32px
}

.preloaderWrap div:nth-child(26)>div {
    left: 23px;
    top: 23px;
    -webkit-animation-delay: -0.79s;
    animation-delay: -0.79s
}

.preloaderWrap>div:nth-child(26) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform-origin: 29px 29px;
    transform-origin: 29px 29px
}

.preloaderWrap div:nth-child(27)>div {
    left: 26px;
    top: 20px;
    -webkit-animation-delay: -0.73s;
    animation-delay: -0.73s
}

.preloaderWrap>div:nth-child(27) {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    -webkit-transform-origin: 32px 26px;
    transform-origin: 32px 26px
}

.preloaderWrap div:nth-child(28)>div {
    left: 30px;
    top: 17px;
    -webkit-animation-delay: -0.68s;
    animation-delay: -0.68s
}

.preloaderWrap>div:nth-child(28) {
    -webkit-transform: rotate(243deg);
    transform: rotate(243deg);
    -webkit-transform-origin: 36px 23px;
    transform-origin: 36px 23px
}

.preloaderWrap div:nth-child(29)>div {
    left: 35px;
    top: 15px;
    -webkit-animation-delay: -0.625s;
    animation-delay: -0.625s
}

.preloaderWrap>div:nth-child(29) {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    -webkit-transform-origin: 41px 21px;
    transform-origin: 41px 21px
}

.preloaderWrap div:nth-child(30)>div {
    left: 39px;
    top: 14px;
    -webkit-animation-delay: -0.56s;
    animation-delay: -0.56s
}

.preloaderWrap>div:nth-child(30) {
    -webkit-transform: rotate(261deg);
    transform: rotate(261deg);
    -webkit-transform-origin: 45px 20px;
    transform-origin: 45px 20px
}

.preloaderWrap div:nth-child(31)>div {
    left: 44px;
    top: 14px;
    -webkit-animation-delay: -0.51s;
    animation-delay: -0.51s
}

.preloaderWrap>div:nth-child(31) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 50px 20px;
    transform-origin: 50px 20px
}

.preloaderWrap div:nth-child(32)>div {
    left: 49px;
    top: 14px;
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s
}

.preloaderWrap>div:nth-child(32) {
    -webkit-transform: rotate(279deg);
    transform: rotate(279deg);
    -webkit-transform-origin: 55px 20px;
    transform-origin: 55px 20px
}

.preloaderWrap div:nth-child(33)>div {
    left: 53px;
    top: 15px;
    -webkit-animation-delay: -0.39s;
    animation-delay: -0.39s
}

.preloaderWrap>div:nth-child(33) {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
    -webkit-transform-origin: 59px 21px;
    transform-origin: 59px 21px
}

.preloaderWrap div:nth-child(34)>div {
    left: 58px;
    top: 17px;
    -webkit-animation-delay: -0.34s;
    animation-delay: -0.34s
}

.preloaderWrap>div:nth-child(34) {
    -webkit-transform: rotate(297deg);
    transform: rotate(297deg);
    -webkit-transform-origin: 64px 23px;
    transform-origin: 64px 23px
}

.preloaderWrap div:nth-child(35)>div {
    left: 62px;
    top: 20px;
    -webkit-animation-delay: -0.28s;
    animation-delay: -0.28s
}

.preloaderWrap>div:nth-child(35) {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
    -webkit-transform-origin: 68px 26px;
    transform-origin: 68px 26px
}

.preloaderWrap div:nth-child(36)>div {
    left: 65px;
    top: 23px;
    -webkit-animation-delay: -0.22s;
    animation-delay: -0.22s
}

.preloaderWrap>div:nth-child(36) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: 71px 29px;
    transform-origin: 71px 29px
}

.preloaderWrap div:nth-child(37)>div {
    left: 68px;
    top: 26px;
    -webkit-animation-delay: -0.17s;
    animation-delay: -0.17s
}

.preloaderWrap>div:nth-child(37) {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
    -webkit-transform-origin: 74px 32px;
    transform-origin: 74px 32px
}

.preloaderWrap div:nth-child(38)>div {
    left: 71px;
    top: 30px;
    -webkit-animation-delay: -0.11s;
    animation-delay: -0.11s
}

.preloaderWrap>div:nth-child(38) {
    -webkit-transform: rotate(333deg);
    transform: rotate(333deg);
    -webkit-transform-origin: 77px 36px;
    transform-origin: 77px 36px
}

.preloaderWrap div:nth-child(39)>div {
    left: 73px;
    top: 35px;
    -webkit-animation-delay: -0.05s;
    animation-delay: -0.05s
}

.preloaderWrap>div:nth-child(39) {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
    -webkit-transform-origin: 79px 41px;
    transform-origin: 79px 41px
}

.preloaderWrap div:nth-child(40)>div {
    left: 74px;
    top: 39px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.preloaderWrap>div:nth-child(40) {
    -webkit-transform: rotate(351deg);
    transform: rotate(351deg);
    -webkit-transform-origin: 80px 45px;
    transform-origin: 80px 45px
}

.preloaderSpinner {
    width: 78px;
    height: 78px;
    display: inline-block;
    overflow: hidden;
    background: #fff0
}

.header-section {
    z-index: 100
}

.navbar-nav>li {
    margin: 0 12px
}

.navbar-nav>li>a {
    position: relative;
    color: var(--bs-white) !important;
    padding: 4px 12px !important;
    border-bottom: 1px solid #fff0
}

.navbar-nav>li:not(.dropdown)>a::before {
    content: "";
    background-color: var(--bs-primary);
    width: 60%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.navbar-nav>li>a:hover::before,
.navbar-nav>li>a.active::before {
    opacity: 1;
    visibility: visible
}

.dropdown-menu {
    padding: 8px !important
}

.dropdown-item {
    padding: 4px 8px !important;
    border-radius: 4px
}

@media screen and (max-width:992px) {
    .navbar-collapse {
        background-color: var(--bs-secondary) !important;
        padding: 30px 0
    }

    .navbar-nav {
        margin-bottom: 15px
    }

    .navbar-nav>li:not(.dropdown)>a:hover,
    .navbar-nav>li:not(.dropdown)>a.active {
        color: var(--bs-primary) !important
    }

    .navbar-nav>li:not(.dropdown)>a::before {
        display: none
    }
}

.navbar-nav>li:not(.dropdown)>a:hover,
.navbar-nav>li:not(.dropdown)>a.active {
    border-bottom: 1px solid #ffffff3d
}

.dropdown-item.active,
.dropdown-item {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary)
}

@media screen and (min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1
    }
}

.searchModal {
    width: 40px;
    height: 40px;
    padding: 7px 10px
}

.searchModal img {
    width: 18px;
    height: 18px
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>')
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill="%23fff"/></svg>')
}

.header-sticky {
    background-color: var(--bs-black);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / .2);
    box-shadow: 0 2px 5px rgb(0 0 0 / .2);
    position: fixed !important
}

@-webkit-keyframes zoom-in-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.swiper-slide {
    overflow: hidden
}

.heroSliderItem {
    padding-top: 240px;
    padding-bottom: 380px
}

@media screen and (max-width:992px) {
    .heroSliderItem {
        padding-top: 100px;
        padding-bottom: 240px
    }

    .hero-section .swiper-pagination {
        display: none !important
    }
}

.heroSliderItem .hero-bg img {
    -webkit-animation: zoom-in-out 20s ease infinite;
    animation: zoom-in-out 20s ease infinite
}

.heroThumbItem {
    padding: 30px
}

.hero-bg::before {
    content: "";
    background-color: var(--bs-black);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .7
}

.hero-content p {
    max-width: 600px
}

.heroThumb-btn {
    margin-bottom: 60px
}

.heroThumbItem::before {
    content: "";
    background: #1C1C25;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(86%, rgb(28 28 37)));
    background: linear-gradient(180deg, #fff0 0%, rgb(28 28 37) 86%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.heroThumbItem::before,
.heroThumbItem .heroThumb-bg {
    opacity: 0;
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

.swiper-slide-thumb-active .heroThumbItem::before {
    opacity: .8
}

.swiper-slide-thumb-active .heroThumbItem .heroThumb-bg {
    opacity: 1
}

.swiper-slide-thumb-active .heroThumb-btn {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important
}

.swiper-pagination {
    width: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    left: auto !important;
    right: 80px
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: var(--bs-white);
    position: static !important;
    opacity: 1 !important
}

.swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: var(--bs-primary) !important
}

.paginationNav .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white)
}

.paginationNav li a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.paginationNav li a.active,
.paginationNav li a:hover {
    color: var(--bs-primary) !important
}

.section-label {
    font-size: 14px
}

.about-year-box {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 48px;
    right: -48px
}

.about-year-box::before {
    content: "";
    background-image: url(../images/about-arrow.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.about-image-1 {
    max-width: calc(100% - 150px);
    padding-bottom: 118px
}

.about-image-1 img {
    height: 405px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-image-2 {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0
}

.about-image-2 img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.shape-bg-1 img {
    width: 200px;
    height: 200px;
    -o-object-position: left;
    object-position: left;
    -o-object-fit: contain;
    object-fit: contain
}

.shape-bg-2 img {
    width: 100px;
    height: 100px;
    -o-object-position: right;
    object-position: right;
    -o-object-fit: contain;
    object-fit: contain;
    right: 80px;
    position: relative
}

.shape-bg-3 img {
    width: 100px;
    height: 100px;
    -o-object-position: right;
    object-position: right;
    -o-object-fit: contain;
    object-fit: contain;
    left: 10px;
    bottom: -25px;
    position: relative
}

.service-box {
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-box:hover {
    background-color: var(--bs-primary)
}

.service-box::before {
    content: "";
    width: 3px;
    height: 60px;
    background-color: var(--bs-white);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-box::after {
    content: "";
    width: 3px;
    height: 60px;
    background-color: var(--bs-white);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-box:hover::before {
    bottom: 50px
}

.service-box:hover::after {
    top: 50px
}

.service-box .service-icon img {
    width: 56px;
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-box:hover .service-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-box:hover * {
    color: var(--bs-white) !important
}

.service-box .service-content::before {
    content: "";
    background-image: url(../images/service-dots.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0
}

.service-box .btn {
    background-image: url(../images/service-arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
    width: 40px;
    height: 40px;
    padding: 5px !important;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto
}

.service-box:hover .btn {
    background-image: url(../images/service-arrow-h.svg);
    background-color: var(--bs-white) !important
}

.imageBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.imageBox img {
    border-right: 20px;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.imageBox img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.project-bg img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.project-content {
    background: #1C1C25;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(86%, rgb(28 28 37)));
    background: linear-gradient(180deg, #fff0 0%, rgb(28 28 37) 86%);
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.project-box:hover .imageBox img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.project-box:hover .imageBox img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.project-box:hover .project-content {
    visibility: visible;
    opacity: 1
}

.project-box .btn {
    width: 40px;
    height: 40px;
    padding: 5px !important;
    position: absolute;
    right: 32px;
    bottom: 32px
}

.project-box .btn:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.projectNav li {
    margin: .2rem !important
}

.projectNav li a.active {
    color: var(--bs-primary)
}

.mixitup-control-active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important
}

.team-box:hover .imageBox img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.team-box:hover .imageBox img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.team-box .team-content {
    padding: 30px;
    margin: -100px 20px 0 20px
}

.team-social li {
    margin: 0 !important
}

.team-social li a {
    width: 40px;
    height: 40px
}

.team-social li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--bs-primary);
    position: absolute;
    left: -100%;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden
}

.team-social li a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible
}

.team-social li a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-social li a:hover img {
    -webkit-filter: none;
    filter: none
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / .7);
        box-shadow: 0 0 0 0 rgb(0 0 0 / .7)
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 0 10px #fff0;
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / .7);
        box-shadow: 0 0 0 0 rgb(0 0 0 / .7)
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 0 10px #fff0;
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 0 0 #fff0
    }
}

.counter-bg::before {
    content: "";
    background-color: var(--bs-black);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .7
}

.counter-box .counter-icon {
    width: 64px;
    height: 64px;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite
}

.counter-box .counter-icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.pricing-box {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-box:hover {
    -webkit-box-shadow: 0 15px 38px rgb(0 0 0 / .15) !important;
    box-shadow: 0 15px 38px rgb(0 0 0 / .15) !important
}

.pricing-list .list-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.pricing-list li {
    margin: 20px 0
}

.pricing-button {
    padding: 30px
}

.testimonial-image {
    aspect-ratio: 1.132;
    clip-path: polygon(84.07% .13%, 99.03% 30.86%, 94.26% 70.58%, 64.35% 92.16%, 29.28% 98.75%, 5.33% 70.73%, 1.75% 33.85%, 22.93% 13.77%, 50.85% 13.77%, 84.07% .13%);
    clip-path: polygon(84.07% .13%, 99.03% 30.86%, 94.26% 70.58%, 64.35% 92.16%, 29.28% 98.75%, 5.33% 70.73%, 1.75% 33.85%, 22.93% 13.77%, 50.85% 13.77%, 84.07% .13%);
    -webkit-clip-path: shape(from 84.07% .13%, curve to 99.03% 30.86% with 92.94% 1.48%/97.18% 16.17%, curve to 94.26% 70.58% with 100.88% 45.55%/100.48% 60.23%, curve to 64.35% 92.16% with 88.18% 80.92%/76.53% 86.76%, curve to 29.28% 98.75% with 52.31% 97.55%/39.74% 102.35%, curve to 5.33% 70.73% with 18.83% 95.31%/10.49% 83.46%, curve to 1.75% 33.85% with .16% 57.99%/-1.69% 44.5%, curve to 22.93% 13.77% with 5.33% 23.06%/14.33% 15.27%, curve to 50.85% 13.77% with 31.66% 12.42%/40% 17.22%, curve to 84.07% .13% with 61.84% 10.32%/75.21% -1.37%, close);
    clip-path: shape(from 84.07% .13%, curve to 99.03% 30.86% with 92.94% 1.48%/97.18% 16.17%, curve to 94.26% 70.58% with 100.88% 45.55%/100.48% 60.23%, curve to 64.35% 92.16% with 88.18% 80.92%/76.53% 86.76%, curve to 29.28% 98.75% with 52.31% 97.55%/39.74% 102.35%, curve to 5.33% 70.73% with 18.83% 95.31%/10.49% 83.46%, curve to 1.75% 33.85% with .16% 57.99%/-1.69% 44.5%, curve to 22.93% 13.77% with 5.33% 23.06%/14.33% 15.27%, curve to 50.85% 13.77% with 31.66% 12.42%/40% 17.22%, curve to 84.07% .13% with 61.84% 10.32%/75.21% -1.37%, close);
    max-width: 500px
}

.testimonial-star img {
    width: 16px;
    height: 16px
}

.whychoose-year-box {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 48px;
    left: -48px
}

.whychoose-image-1 {
    max-width: calc(100% - 150px);
    padding-bottom: 118px
}

.whychoose-image-1 img {
    height: 405px;
    -o-object-fit: cover;
    object-fit: cover
}

.whychoose-image-2 {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0
}

.whychoose-image-2 img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.whychoose-icon {
    width: 40px;
    height: 40px
}

.process-image img {
    width: 250px;
    width: 250px;
    aspect-ratio: 1.132;
    clip-path: polygon(84.07% .13%, 99.03% 30.86%, 94.26% 70.58%, 64.35% 92.16%, 29.28% 98.75%, 5.33% 70.73%, 1.75% 33.85%, 22.93% 13.77%, 50.85% 13.77%, 84.07% .13%);
    clip-path: polygon(84.07% .13%, 99.03% 30.86%, 94.26% 70.58%, 64.35% 92.16%, 29.28% 98.75%, 5.33% 70.73%, 1.75% 33.85%, 22.93% 13.77%, 50.85% 13.77%, 84.07% .13%);
    -webkit-clip-path: shape(from 84.07% .13%, curve to 99.03% 30.86% with 92.94% 1.48%/97.18% 16.17%, curve to 94.26% 70.58% with 100.88% 45.55%/100.48% 60.23%, curve to 64.35% 92.16% with 88.18% 80.92%/76.53% 86.76%, curve to 29.28% 98.75% with 52.31% 97.55%/39.74% 102.35%, curve to 5.33% 70.73% with 18.83% 95.31%/10.49% 83.46%, curve to 1.75% 33.85% with .16% 57.99%/-1.69% 44.5%, curve to 22.93% 13.77% with 5.33% 23.06%/14.33% 15.27%, curve to 50.85% 13.77% with 31.66% 12.42%/40% 17.22%, curve to 84.07% .13% with 61.84% 10.32%/75.21% -1.37%, close);
    clip-path: shape(from 84.07% .13%, curve to 99.03% 30.86% with 92.94% 1.48%/97.18% 16.17%, curve to 94.26% 70.58% with 100.88% 45.55%/100.48% 60.23%, curve to 64.35% 92.16% with 88.18% 80.92%/76.53% 86.76%, curve to 29.28% 98.75% with 52.31% 97.55%/39.74% 102.35%, curve to 5.33% 70.73% with 18.83% 95.31%/10.49% 83.46%, curve to 1.75% 33.85% with .16% 57.99%/-1.69% 44.5%, curve to 22.93% 13.77% with 5.33% 23.06%/14.33% 15.27%, curve to 50.85% 13.77% with 31.66% 12.42%/40% 17.22%, curve to 84.07% .13% with 61.84% 10.32%/75.21% -1.37%, close)
}

.process-number {
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    margin: auto;
    padding: 8px;
    border-radius: 50px
}

.process-number::before {
    content: "";
    width: 1px;
    height: 70px;
    border-left: 1px dashed var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.process-wrapper:before {
    content: "";
    width: 100%;
    max-width: 880px;
    height: 1px;
    border-bottom: 1px dashed var(--bs-primary);
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin: auto
}

@media screen and (max-width:768px) {
    .process-wrapper:before {
        height: 100%;
        width: 1px;
        border-left: 1px dashed red;
        left: 0;
        right: auto
    }

    .process-number {
        left: -20px;
        bottom: 0;
        top: 35px;
        right: auto
    }

    .process-number::before {
        border-bottom: 1px dashed red;
        height: 1px;
        width: 20px;
        top: 0;
        left: -50px
    }
}

.accordion {
    --bs-accordion-active-bg: var(--bs-white);
    --bs-accordion-active-color: var(--bs-dark)
}

.accordion-item {
    border-color: var(--bs-light);
    margin-bottom: 12px
}

.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0 !important
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid var(--bs-secondary);
    -webkit-box-shadow: 5px 5px var(--bs-white);
    box-shadow: 5px 5px var(--bs-white)
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--bs-light)
}

.accordion-collapse {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.accordion-button:not(.collapsed) {
    -webkit-box-shadow: inset 0 calc(-1 * 1px) 0 var(--bs-light);
    box-shadow: inset 0 calc(-1 * 1px) 0 var(--bs-light)
}

.blog-image img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-image .btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-box:hover .blog-image .btn {
    opacity: 1;
    visibility: visible
}

.blog-content {
    padding: 30px
}

.blog-calendar {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 30px;
    bottom: -20px
}

.blog-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: 2px
}

.blog-box:hover .imageBox img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.blog-box:hover .imageBox img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.author-image {
    width: 64px;
    width: 64px
}

.author-social a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.pagination .page-link {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border: 1px solid var(--bs-primary);
    margin: 0 4px
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--bs-light);
    border-color: var(--bs-secondary)
}

.pagination .page-link img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.sidebar-widget .sidebar-title {
    display: inline-block;
    position: relative;
    padding-right: 46px
}

.sidebar-widget .sidebar-title::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--bs-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.search-sidebar input {
    border-radius: 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 45px;
    border-color: var(--bs-white)
}

.search-sidebar .btn {
    border-radius: 8px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 45px;
    padding: 10px 22px
}

.search-sidebar .btn img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

.post-sidebar .post-image {
    width: 70px;
    height: 70px
}

.post-sidebar .post-meta {
    font-size: 14px
}

.category-sidebar .category-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: 2px
}

.tag-sidebar li {
    margin: 4px !important
}

.tag-sidebar li .btn {
    color: var(--bs-secondary)
}

.tag-sidebar li .btn:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 16px
}

.entry-content blockquote {
    text-align: right;
    padding: 30px;
    -webkit-box-shadow: 0 15px 38px rgb(0 0 0 / .15) !important;
    box-shadow: 0 15px 38px rgb(0 0 0 / .15) !important;
    font-style: italic
}

.entry-content blockquote span {
    display: inline-block;
    position: relative;
    padding-left: 46px
}

.entry-content blockquote span::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--bs-primary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.single-social li a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.single-social li a:hover img {
    -webkit-filter: none;
    filter: none
}

.comment-box .comment-avatar {
    width: 70px;
    height: 70px
}

.comment-box .comment-btn .comment-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-box .comment-btn {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-box .comment-btn:hover {
    color: var(--bs-primary)
}

.comment-box .comment-btn:hover .comment-icon {
    -webkit-filter: none;
    filter: none
}

.error-logo img {
    max-width: 400px
}

.contact-icon {
    width: 40px;
    height: 40px
}

.contact-icon img {
    width: 20px;
    height: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -o-object-fit: contain;
    object-fit: contain
}

.contact-content a {
    color: var(--bs-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

.contact-content a:hover {
    color: #fff;
    

}

.contact-share li img {
    width: 20px;
    height: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -o-object-fit: contain;
    object-fit: contain
}

.contactMap iframe {
    width: 100% !important
}

.contactMap small {
    width: 64px;
    height: 64px
}

.footerList li {
    margin: 12px 0
}

.footerList li .footer-dot {
    width: 8px;
    height: 8px;
    background-color: var(--bs-light);
    display: inline-block;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.footerList li a {
    color: var(--bs-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    list-style: none !important;
    text-decoration: none;
}

.footerList li a:active,
.footerList li a:hover,
.footerList li a:focus {
    color: #000
}

.footerList li a:active .footer-dot,
.footerList li a:hover .footer-dot,
.footerList li a:focus .footer-dot {
    background-color: var(--bs-primary)
}

.footerLink li a {
    color: var(--bs-white);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.footerLink li a:active,
.footerLink li a:hover,
.footerLink li a:focus {
    color: var(--bs-primary)
}

.footer-icon {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-icon img {
    width: 20px;
    height: 20px
}

.footer-form input {
    padding: 12px
}
.bg-black1{
    background: #198754 !important;
}
.display-3{
    font-size: 50px;
}

:root{
    --fin-blue:#1236AA;
    --fin-green:#44D26D;
    --fin-dark:#071028;
    --fin-text:#6B7280;
    --fin-light:#F8FAFC;
}

body{
 
    background:#fff;
}

/* =========================
SECTION
========================= */

.fintech-section{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:
    radial-gradient(circle at top right, rgba(18,54,170,0.06), transparent 30%),
    radial-gradient(circle at bottom left, rgba(68,210,109,0.08), transparent 35%),
    linear-gradient(135deg,#ffffff,#f8fbff);
}

/* GRID EFFECT */

.fintech-grid{
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(18,54,170,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,54,170,0.03) 1px, transparent 1px);
    background-size:60px 60px;
    mask-image:linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.2));
}

/* FLOATING ORBS */

.fin-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.25;
    z-index:0;
}

.fin-orb.one{
    width:300px;
    height:300px;
    background:#44D26D;
    top:-100px;
    left:-100px;
    animation:float1 8s ease-in-out infinite;
}

.fin-orb.two{
    width:350px;
    height:350px;
    background:#1236AA;
    bottom:-120px;
    right:-120px;
    animation:float2 10s ease-in-out infinite;
}

@keyframes float1{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(35px);}
}

@keyframes float2{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-30px);}
}

/* =========================
TOP HERO
========================= */

.fintech-wrapper{
    position:relative;
    z-index:2;
}

.fintech-badge{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:12px 24px;
    border-radius:100px;
    background:rgba(255,255,255,0.75);
    border:1px solid rgba(18,54,170,0.08);
    backdrop-filter:blur(12px);
    color:var(--fin-blue);
    font-size:13px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    box-shadow:0 10px 35px rgba(15,23,42,0.05);
}

.fintech-badge::before{
    content:'';
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--fin-green);
    box-shadow:0 0 18px var(--fin-green);
}

/* =========================
HEADING
========================= */



.fintech-heading span{
    position:relative;
    background:linear-gradient(135deg,var(--fin-blue),var(--fin-green));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.fintech-sub{
    margin-top:30px;
   
}

/* =========================
LOGO PANEL
========================= */

.fintech-logo-panel{
    position:relative;
    background:rgba(255,255,255,0.72);
    border:1px solid rgba(255,255,255,0.5);
    backdrop-filter:blur(16px);
    border-radius:36px;
    padding:50px;
    overflow:hidden;
    box-shadow:
    0 20px 80px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.fintech-logo-panel::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(135deg, rgba(68,210,109,0.08), transparent 35%),
    linear-gradient(320deg, rgba(18,54,170,0.08), transparent 40%);
}

.fintech-logo-panel img{
    position:relative;
    z-index:2;
    max-width:100%;
    animation:logoFloat 6s ease-in-out infinite;
    filter:drop-shadow(0 20px 40px rgba(18,54,170,.12));
}

@keyframes logoFloat{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
}

/* =========================
SMART CARDS
========================= */

.fin-card{
    position:relative;
    height:100%;
    border-radius:30px;
    overflow:hidden;
    background:rgba(255,255,255,0.75);
    border:1px solid rgba(255,255,255,0.5);
    backdrop-filter:blur(12px);
    padding:40px;
    transition:.5s ease;
    box-shadow:
    0 15px 45px rgba(15,23,42,0.05),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.fin-card:hover{
    transform:translateY(-12px);
    box-shadow:
    0 25px 80px rgba(18,54,170,.14),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.fin-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(135deg, rgba(68,210,109,.08), transparent 35%),
    linear-gradient(315deg, rgba(18,54,170,.06), transparent 45%);
    opacity:0;
    transition:.5s;
}

.fin-card:hover::before{
    opacity:1;
}

.fin-icon-wrap{
    position:relative;
    width:82px;
    height:82px;
    border-radius:24px;
    background:linear-gradient(135deg,var(--fin-blue),#295DFF);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    box-shadow:
    0 20px 40px rgba(18,54,170,.22);
}

.fin-icon-wrap::after{
    content:'';
    position:absolute;
    inset:-10px;
    border-radius:28px;
    border:1px dashed rgba(18,54,170,.18);
    animation:rotateRing 12s linear infinite;
}

@keyframes rotateRing{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.fin-card h4{
    font-size:26px;
   
    margin-bottom:18px;
    letter-spacing:-0.5px;
}

.fin-card p{
    font-size:16px;
    line-height:2;
    color:var(--fin-text);
    margin:0;
}

/* =========================
BOTTOM CTA
========================= */

.fintech-bottom{
    margin-top:80px;
}

.fintech-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:20px 42px;
    border-radius:18px;
    background:linear-gradient(135deg,var(--fin-blue),#295DFF);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:800;
    overflow:hidden;
    transition:.5s;
    box-shadow:
    0 20px 50px rgba(18,54,170,.22);
}

.fintech-btn::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.16);
    transform:skewX(30deg);
    transition:.8s;
}

.fintech-btn:hover::before{
    left:120%;
}

.fintech-btn:hover{
    color:#fff;
    transform:translateY(-5px);
    box-shadow:
    0 30px 70px rgba(18,54,170,.28);
}

/* =========================
FINTECH STAT PANEL
========================= */

.fin-stats{
    margin-top:70px;
    padding:25px;
    border-radius:24px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(255,255,255,.5);
    backdrop-filter:blur(14px);
    box-shadow:0 15px 45px rgba(15,23,42,.05);
}

.fin-stat-box{
    text-align:center;
    padding:20px;
}

.fin-stat-box h3{
    font-size:38px;
    font-weight:800;
    color:var(--fin-blue);
    margin-bottom:10px;
}

.fin-stat-box p{
    margin:0;
    font-size:15px;
    color:var(--fin-text);
    font-weight:600;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .fintech-heading{
        font-size:48px;
    }

    .fintech-logo-panel{
        margin-top:60px;
    }

}

@media(max-width:576px){

    .fintech-section{
        padding:80px 0;
    }

    .fintech-heading{
        font-size:36px;
        letter-spacing:-1px;
    }

    .fintech-sub{
        font-size:16px;
    }

    .fin-card{
        padding:30px;
    }

}
:root{
    --blue:#3156E6;
    --blue-dark:#2343C4;
    --green:#67D26F;
    --dark:#0B1220;
    --text:#6B7280;
    --light:#F8FAFF;
}



/* ====================================
SECTION
==================================== */

.nbfc-next-step{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:
    linear-gradient(180deg,#ffffff,#f8fbff);
}

/* GRID EFFECT */

.nbfc-next-step::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(49,86,230,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49,86,230,.03) 1px, transparent 1px);
    background-size:70px 70px;
    mask-image:linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.2));
}

/* GLOW EFFECTS */

.nbfc-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    opacity:.18;
}

.nbfc-glow.one{
    width:350px;
    height:350px;
    background:var(--green);
    top:-140px;
    left:-100px;
}

.nbfc-glow.two{
    width:420px;
    height:420px;
    background:var(--blue);
    bottom:-180px;
    right:-140px;
}

/* ====================================
MAIN LAYOUT
==================================== */

.nbfc-main{
    position:relative;
    z-index:2;
}

/* LEFT PANEL */

.nbfc-content{
    position:relative;
    padding-right:70px;
}

/* FLOAT LABEL */

.nbfc-label{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 24px;
    border-radius:100px;
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
    box-shadow:
    0 10px 35px rgba(15,23,42,.04);
    color:var(--blue);
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.nbfc-label::before{
    content:'';
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--green);
    box-shadow:0 0 12px var(--green);
}

/* TITLE */



.nbfc-title span{
    position:relative;
    color:var(--blue);
}

/* TEXT */

.nbfc-text{
    margin-top:34px;
    max-width:620px;
    font-size:18px;
    line-height:2;
    color:var(--text);
}

/* ====================================
RIGHT CTA STACK
==================================== */

.nbfc-actions{
    position:relative;
}

/* CONNECTOR LINE */

.nbfc-actions::before{
    content:'';
    position:absolute;
    top:40px;
    left:42px;
    width:2px;
    height:calc(100% - 80px);
    background:
    linear-gradient(to bottom,
    rgba(103,210,111,.4),
    rgba(49,86,230,.4));
}

/* CTA CARD */

.nbfc-action-card{
    position:relative;
    display:flex;
    align-items:center;
    gap:28px;
    overflow:hidden;
    padding:34px;
    margin-bottom:28px;
    border-radius:34px;
    background:
    linear-gradient(135deg,
    rgba(255,255,255,.98),
    rgba(255,255,255,.86));
    border:1px solid rgba(15,23,42,.06);
    box-shadow:
    0 25px 60px rgba(15,23,42,.05);
    transition:.5s ease;
    text-decoration:none;
}

.nbfc-action-card:hover{
    transform:translateX(10px);
    box-shadow:
    0 30px 80px rgba(49,86,230,.12);
}

/* LIGHT HOVER */

.nbfc-action-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(135deg,
    rgba(103,210,111,.08),
    transparent 40%),
    linear-gradient(315deg,
    rgba(49,86,230,.08),
    transparent 45%);
    opacity:0;
    transition:.5s;
}

.nbfc-action-card:hover::before{
    opacity:1;
}

/* ICON */

.nbfc-icon{
    position:relative;
    z-index:2;
    flex-shrink:0;
    width:84px;
    height:84px;
    border-radius:28px;
    background:
    linear-gradient(135deg,#F4F8FF,#EDF3FF);
    border:1px solid rgba(49,86,230,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--blue);
    font-size:30px;
    font-weight:700;
    transition:.45s ease;
}

.nbfc-action-card:hover .nbfc-icon{
    background:
    linear-gradient(135deg,var(--blue),#5576FF);
    color:#fff;
    box-shadow:
    0 20px 45px rgba(49,86,230,.22);
}

/* TEXT AREA */

.nbfc-action-text{
    position:relative;
    z-index:2;
    flex:1;
}

.nbfc-action-text span{
    display:block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    color:var(--blue);
    text-transform:uppercase;
    margin-bottom:12px;
}

.nbfc-action-text h4{
    font-size:30px;
    line-height:1.3;
    font-weight:700;
    color:var(--dark);
    margin:0;
    letter-spacing:-1px;
}

/* ARROW */

.nbfc-arrow{
    position:relative;
    z-index:2;
    width:56px;
    height:56px;
    border-radius:18px;
    background:#F4F8FF;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--blue);
    font-size:20px;
    transition:.45s ease;
}

.nbfc-action-card:hover .nbfc-arrow{
    background:var(--green);
    color:#fff;
    transform:translateX(5px);
}

/* ====================================
RESPONSIVE
==================================== */

@media(max-width:991px){

    .nbfc-content{
        padding-right:0;
        margin-bottom:50px;
    }

    .nbfc-title{
        font-size:56px;
        letter-spacing:-2px;
    }

}

@media(max-width:576px){

    .nbfc-next-step{
        padding:90px 0;
    }

    .nbfc-title{
        font-size:42px;
        line-height:1.05;
    }

    .nbfc-text{
        font-size:16px;
    }

    .nbfc-action-card{
        flex-direction:column;
        align-items:flex-start;
        padding:28px;
    }

    .nbfc-arrow{
        margin-top:10px;
    }

    .nbfc-action-text h4{
        font-size:24px;
    }

    .nbfc-actions::before{
        display:none;
    }

}

.img-sec{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.text{
    color: #fff;
}

/* Card */
.feature-card{
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    overflow: hidden;
    transition: 0.4s ease;
    border: 1px solid rgba(33, 77, 181, 0.08);
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    z-index: 1;
}

/* Top Border */
.feature-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #58c95f, #214db5);
}

/* Hover Effect */
.feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.10);
}

/* Decorative Glow */
.feature-card::after{
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(88,201,95,0.06);
    top: -90px;
    right: -90px;
    z-index: -1;
}

/* Number */
.card-number{
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #58c95f, #214db5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
}

/* Heading */
.feature-card h3{
    /* font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    color: #1d3f8f;
    margin-bottom: 22px; */
}

/* Paragraph */
.feature-card p{
    /* font-size: 16px;
    line-height: 1.9;
    color: #5d6675;
    margin: 0; */
}

/* Responsive */
@media(max-width:991px){

    .feature-card{
        padding: 35px;
    }

    .feature-card h3{
        font-size: 24px;
    }
}

@media(max-width:576px){

    .feature-card{
        padding: 28px;
        border-radius: 22px;
    }

    .card-number{
        font-size: 52px;
    }

    .feature-card h3{
        font-size: 21px;
    }

    .feature-card p{
        font-size: 15px;
    }
}

.approach-section{
    background: linear-gradient(135deg, #f5f9ff 0%, #eef8ef 100%);
    
    overflow: hidden;
    position: relative;
}

/* Main Wrapper */
.approach-wrapper{
    background: #ffffff;
    border-radius: 34px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0,0,0,0.08);
}

/* Top Gradient Border */
.approach-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #58c95f, #214db5);
}

/* Mini Title */
.mini-title{
    color: #58c95f;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 18px;
    animation: fadeDown 1s ease;
}

/* Heading */
.approach-content h2{
    /* font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d3f8f;
    margin-bottom: 25px;
    animation: fadeUp 1s ease; */
}

/* Subtitle */
.approach-content h5{
  
  
    color: #58c95f;
 
    margin-bottom: 20px;
    animation: fadeUp 1.2s ease;
}

/* Paragraph */
.approach-content p{
    /* font-size: 17px;
    line-height: 2;
    color: #5d6675;
    margin-bottom: 35px; */
    animation: fadeUp 1.4s ease;
}

/* Highlight */
.highlight-line{
    font-size: 22px;
    line-height: 1.7;
    font-weight: 600;
    color: #214db5;
    margin-bottom: 40px;
    animation: glowText 3s infinite alternate;
}

/* CTA Buttons */
.cta-group{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.custom-btn{
    padding: 16px 34px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: 0.4s ease;
}

/* Primary Button */
.primary-btn{
    background: linear-gradient(135deg, #58c95f, #214db5);
    color: #fff;
    box-shadow: 0 15px 30px rgba(33,77,181,0.18);
}

.primary-btn:hover{
    transform: translateY(-4px);
    color: #fff;
}

/* Secondary Button */
.secondary-btn{
    border: 2px solid #214db5;
    color: #214db5;
    background: #fff;
}

.secondary-btn:hover{
    background: #214db5;
    color: #fff;
    transform: translateY(-4px);
}

/* Design Card */
.design-card{
    height: 100%;
    min-height: 500px;
    background: linear-gradient(135deg, #214db5 0%, #18326d 100%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Design Content */
.design-content{
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px;
}

.icon-box{
    width: 130px;
    height: 130px;
    margin: auto;
    margin-bottom: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 3s infinite;
}

.design-content h3{
   color: #ffffff;
    /* font-size: 34px; */
    line-height: 41px;
    /* font-weight: 600; */
    text-transform: uppercase;
}

/* Decorative Circles */
.circle{
    position: absolute;
    border-radius: 50%;
}

/* Circle One */
.circle.one{
    width: 280px;
    height: 280px;
    background: rgba(88,201,95,0.10);
    top: -80px;
    right: -80px;
    animation: float 8s infinite ease-in-out;
}

/* Circle Two */
.circle.two{
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.05);
    bottom: -50px;
    left: -40px;
    animation: float 6s infinite ease-in-out;
}

/* Circle Three */
.circle.three{
    width: 90px;
    height: 90px;
    background: rgba(88,201,95,0.15);
    top: 60%;
    right: 10%;
    animation: pulse 4s infinite;
}

/* =========================
   Animations
========================= */

@keyframes fadeUp{
    from{
        opacity: 0;
        transform: translateY(30px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown{
    from{
        opacity: 0;
        transform: translateY(-20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-18px);
    }
    100%{
        transform: translateY(0px);
    }
}

@keyframes pulse{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes glowText{
    from{
        opacity: 0.7;
    }
    to{
        opacity: 1;
    }
}

/* =========================
   Responsive
========================= */

@media(max-width:991px){

    .approach-wrapper{
        padding: 45px;
    }

    .approach-content h2{
        font-size: 42px;
    }

    .design-content h3{
        font-size: 28px;
    }

    .design-card{
        min-height: 420px;
    }
}

@media(max-width:576px){

    .approach-wrapper{
        padding: 30px 25px;
        border-radius: 24px;
    }

    .approach-content h2{
        font-size: 32px;
    }

    .approach-content h5{
        font-size: 20px;
    }

    .highlight-line{
        font-size: 18px;
    }

    .design-content h3{
        font-size: 22px;
    }

    .custom-btn{
        width: 100%;
        text-align: center;
    }
}
.bg-info1{
    background: #117e3d;
}
/* =========================
   PROFESSIONAL DISCLAIMER
========================= */

.nbfc-disclaimer-section{
    padding:90px 0;
    background:#f8fafc;
}

.nbfc-disclaimer-wrapper{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:60px;
}

/* LEFT */

.nbfc-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    color:#16a34a;
    letter-spacing:1px;
    margin-bottom:18px;
}

.nbfc-left h2{
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#111827;
    margin-bottom:22px;
}

.nbfc-left p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

/* RIGHT */

.nbfc-points{
    border-left:1px solid #e5e7eb;
    padding-left:40px;
}

.nbfc-point{
    display:flex;
    align-items:flex-start;
    gap:24px;
    padding-bottom:28px;
    margin-bottom:28px;
    border-bottom:1px solid #f1f5f9;
}

.nbfc-point span{
    min-width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f3f4f6;
    color:#16a34a;
    font-size:16px;
    font-weight:700;
}

.nbfc-point p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#374151;
}

/* RESPONSIVE */

@media(max-width:991px){

    .nbfc-disclaimer-wrapper{
        padding:40px 25px;
    }

    .nbfc-left h2{
        font-size:34px;
    }

    .nbfc-points{
        border-left:none;
        padding-left:0;
    }

}

@media(max-width:576px){

    .nbfc-disclaimer-section{
        padding:70px 0;
    }

    .nbfc-left h2{
        font-size:28px;
    }

    .nbfc-point{
        gap:16px;
    }

    .nbfc-point span{
        min-width:44px;
        height:44px;
        font-size:14px;
    }

    .nbfc-left p,
    .nbfc-point p{
        font-size:15px;
        line-height:1.8;
    }

}
/* =========================
   REFUND & CANCELLATION
========================= */

.refund-policy-section{
    padding:90px 0;
    background:#ffffff;
}

.refund-policy-wrapper{
    border-top:1px solid #e5e7eb;
    padding-top:60px;
}

/* LEFT */

.policy-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    color:#16a34a;
    margin-bottom:18px;
}

.policy-heading h2{
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    color:#111827;
    margin-bottom:22px;
}

.policy-heading p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

/* RIGHT */

.policy-list{
    border-left:1px solid #e5e7eb;
    padding-left:40px;
}

.policy-item{
    padding-bottom:26px;
    margin-bottom:26px;
    border-bottom:1px solid #f1f5f9;
}

.policy-item h6{
    font-size:18px;
    font-weight:700;
    color:#111827;
    margin-bottom:12px;
}

.policy-item p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

    .refund-policy-wrapper{
        padding-top:40px;
    }

    .policy-heading h2{
        font-size:34px;
    }

    .policy-list{
        border-left:none;
        padding-left:0;
    }

}

@media(max-width:576px){

    .refund-policy-section{
        padding:70px 0;
    }

    .policy-heading h2{
        font-size:28px;
    }

    .policy-heading p,
    .policy-item p{
        font-size:15px;
        line-height:1.8;
    }

}
/* =========================
   PRIVACY POLICY DESIGN
========================= */

.privacy-policy-section{
    padding:100px 0;
    background:#f8fafc;
}

/* =========================
   TOP AREA
========================= */

.privacy-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:60px;
    margin-bottom:70px;
    padding-bottom:35px;
    border-bottom:1px solid #e5e7eb;
}

.privacy-title-area{
    width:55%;
}

.privacy-description{
    width:45%;
}

.privacy-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    color:#16a34a;
    letter-spacing:1px;
    margin-bottom:18px;
}

.privacy-title-area h2{
    font-size:50px;
    line-height:1.15;
    font-weight:700;
    color:#111827;
    margin:0;
}

.privacy-description p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

/* =========================
   POLICY LAYOUT
========================= */

.privacy-policy-layout{
    position:relative;
}

.privacy-policy-layout::before{
    content:'';
    position:absolute;
    left:24px;
    top:0;
    width:1px;
    height:100%;
    background:#dbe3ea;
}

.privacy-policy-item{
    display:flex;
    align-items:flex-start;
    gap:35px;
    padding-bottom:45px;
    position:relative;
}

.privacy-policy-item:last-child{
    padding-bottom:0;
}

.privacy-number{
    min-width:50px;
    height:50px;
    border-radius:50%;
    background:#ffffff;
    border:1px solid #dbe3ea;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:700;
    color:#16a34a;
    position:relative;
    z-index:2;
}

.privacy-content{
    flex:1;
    padding-top:5px;
}

.privacy-content h5{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:14px;
}

.privacy-content p{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
    max-width:900px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .privacy-top{
        flex-direction:column;
        align-items:flex-start;
        gap:30px;
    }

    .privacy-title-area,
    .privacy-description{
        width:100%;
    }

    .privacy-title-area h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .privacy-policy-section{
        padding:70px 0;
    }

    .privacy-top{
        margin-bottom:50px;
    }

    .privacy-title-area h2{
        font-size:30px;
    }

    .privacy-policy-item{
        gap:20px;
        padding-bottom:35px;
    }

    .privacy-number{
        min-width:42px;
        height:42px;
        font-size:13px;
    }

    .privacy-content h5{
        font-size:18px;
    }

    .privacy-content p,
    .privacy-description p{
        font-size:15px;
        line-height:1.8;
    }

}
/* =========================================
   TERMS & CONDITIONS DESIGN
========================================= */

.nbfc-terms-section{
    padding:100px 0;
    background:#ffffff;
}

/* HEADER */

.terms-header{
    max-width:900px;
    margin-bottom:70px;
}

.terms-label{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    color:#16a34a;
    margin-bottom:18px;
}

.terms-header h2{
    font-size:52px;
    font-weight:700;
    line-height:1.15;
    color:#111827;
    margin-bottom:24px;
}

.terms-header p{
    font-size:17px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

/* TERMS LIST */

.terms-list{
    border-top:1px solid #e5e7eb;
}

.terms-item{
    display:flex;
    align-items:flex-start;
    gap:35px;
    padding:40px 0;
    border-bottom:1px solid #e5e7eb;
}

.terms-number{
    min-width:70px;
    font-size:20px;
    font-weight:700;
    color:#16a34a;
    line-height:1;
    padding-top:4px;
}

.terms-content{
    flex:1;
}

.terms-content h5{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin-bottom:18px;
}

.terms-content p{
    font-size:16px;
    line-height:2;
    color:#4b5563;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

    .terms-header h2{
        font-size:40px;
    }

    .terms-item{
        gap:24px;
    }

}

@media(max-width:576px){

    .nbfc-terms-section{
        padding:70px 0;
    }

    .terms-header{
        margin-bottom:50px;
    }

    .terms-header h2{
        font-size:30px;
    }

    .terms-header p,
    .terms-content p{
        font-size:15px;
        line-height:1.9;
    }

    .terms-item{
        flex-direction:column;
        gap:16px;
        padding:30px 0;
    }

    .terms-number{
        min-width:auto;
        font-size:18px;
    }

    .terms-content h5{
        font-size:20px;
    }

}