.outfit-300 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}  
.inter-500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Background Motion Styles */
.background-motion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.animated-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0b0c0d, #1a1a1a, #0b0c0d, #2a2a2a);
    opacity: 0.8;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: float 3s ease-in-out infinite;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.shape-2 {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 5%;
    animation-delay: 5s;
}

.shape-3 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 30%;
    animation-delay: 10s;
}

.shape-4 {
    width: 250px;
    height: 250px;
    top: 30%;
    right: 20%;
    animation-delay: 15s;
}

.shape-5 {
    width: 180px;
    height: 180px;
    bottom: 40%;
    left: 60%;
    animation-delay: 20s;
}

.shape-6 {
    width: 120px;
    height: 120px;
    top: 20%;
    right: 0%;
    animation-delay: 25s;
}

.shape-7 {
    width: 90px;
    height: 90px;
    bottom: 10%;
    right: 30%;
    animation-delay: 30s;
}

.shape-8 {
    width: 140px;
    height: 140px;
    top: 50%;
    left: 15%;
    animation-delay: 35s;
}

.shape-9 {
    width: 100px;
    height: 100px;
    bottom: 60%;
    right: 10%;
    animation-delay: 40s;
}

.shape-10 {
    width: 160px;
    height: 160px;
    top: 70%;
    left: 80%;
    animation-delay: 45s;
}

.shape-11 {
    width: 80px;
    height: 80px;
    top: 15%;
    left: 10%;
    animation-delay: 50s;
}

.shape-12 {
    width: 120px;
    height: 120px;
    top: 85%;
    right: 15%;
    animation-delay: 55s;
}

.shape-13 {
    width: 60px;
    height: 60px;
    top: 40%;
    left: 85%;
    animation-delay: 60s;
}

.shape-14 {
    width: 100px;
    height: 100px;
    bottom: 25%;
    left: 5%;
    animation-delay: 65s;
}

.shape-15 {
    width: 140px;
    height: 140px;
    top: 5%;
    right: 25%;
    animation-delay: 70s;
}

.shape-16 {
    width: 70px;
    height: 70px;
    bottom: 50%;
    right: 40%;
    animation-delay: 75s;
}

.shape-17 {
    width: 110px;
    height: 110px;
    top: 60%;
    left: 45%;
    animation-delay: 80s;
}

.shape-18 {
    width: 90px;
    height: 90px;
    top: 25%;
    right: 60%;
    animation-delay: 85s;
}

.shape-19 {
    width: 130px;
    height: 130px;
    bottom: 10%;
    left: 70%;
    animation-delay: 90s;
}

.shape-20 {
    width: 50px;
    height: 50px;
    top: 75%;
    left: 20%;
    animation-delay: 95s;
}

@keyframes float {
    0% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.2;
    }
    25% {
        transform: translateY(-30px) translateX(10px) rotate(90deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-60px) translateX(-5px) rotate(180deg);
        opacity: 0.3;
    }
    75% {
        transform: translateY(-30px) translateX(15px) rotate(270deg);
        opacity: 0.6;
    }
    100% {
        transform: translateY(0px) translateX(0px) rotate(360deg);
        opacity: 0.2;
    }
}

.grain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcz4KICAgIDxmaWx0ZXIgaWQ9Im5vaXNlIj4KICAgICAgPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuOSIgbnVtT2N0YXZlcz0iNCIgc3RpdGNoVGlsZXM9InN0aXRjaCIvPgogICAgPC9maWx0ZXI+CiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNub2lzZSkiIG9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K');
    opacity: 0.1;
    mix-blend-mode: overlay;
}

body {
	background: #000000 url(../images/main-bg.png) no-repeat right top;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#fff;
    font-weight: 500;
	line-height: 1.2;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

body.loaded {
	    opacity: 1;
}

/* Flash Text Styles */
#flash-text {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    font-weight: bold;
    color: #b9fd50;
    text-shadow: 0 0 20px rgba(185, 253, 80, 0.8);
    z-index: 10000;
    animation: flash 1s ease-in-out 0.5s forwards;
    pointer-events: none;
}

@keyframes flash {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
    10%, 90% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.2);
    }
}
strong {font-weight: 700;}
h1 {
	font-size: 64px;
	margin-bottom: 11px;
	font-weight: 700;
}
h2 {
    font-size: 60px;
    margin-bottom: 17px;
	font-weight: 600;
}
h3 {
    font-size: 28px;
    margin-bottom: 14px;
	font-weight: 600;
}
p {
    margin-bottom: 21px;
}
img {
    max-width: 100%;
    height: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*,
*:after,
*:before{
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
/* Flex Start
======================*/
.flex{display: flex;}.flex-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important } .flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important } .flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important } .flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important } .flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important } .justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-center { -ms-flex-align: center !important; align-items: center !important } .align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } @media (min-width:576px) { .flex-sm{display: flex;}.flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important } .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important } .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important } .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important } .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important } .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:768px) { .flex-md{display: flex;}.flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important } .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important } .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important } .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important } .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-md-center { -ms-flex-align: center !important; align-items: center !important } .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:992px) { .flex-lg{display: flex;}.flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important } .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important } .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important } .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important } .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important } .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } } @media (min-width:1200px) { .flex-xl{display: flex;}.flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important } .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important } .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important } .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important } .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important } .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important } .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important } .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important } .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important } .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important } .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important } .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important } .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important } .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important } .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important } .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important } .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important } }
/* Flex End
======================*/
/* Progress Bar */
#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #78ae40, #b9fd50);
    z-index: 1000;
    transition: width 0.3s ease;
}

/* Skeleton Loaders */
.skeleton {
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.skeleton-service {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 200px 100%;
    border-radius: 25px;
    padding: 92px 20px 47px;
    margin-bottom: 83px;
    position: relative;
}

.skeleton-icon {
    width: 35px;
    height: 35px;
    background: #4a4a4a;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 20px;
}

.skeleton-line {
    background: #4a4a4a;
    border-radius: 4px;
}

.skeleton-service-title {
    height: 28px;
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}

.skeleton-service-text {
    height: 18px;
    width: 90%;
    margin: 14px auto 0;
}

/* About Us Skeleton */
.skeleton-about-text {
    background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
    background-size: 200px 100%;
    border-radius: 4px;
    margin-bottom: 21px;
}

.skeleton-about-title {
    height: 60px;
    width: 100%;
}

.skeleton-about-para {
    height: 18px;
    width: 100%;
}

.skeleton-about-para:nth-child(2) {
    width: 80%;
}

.skeleton-about-para:nth-child(3) {
    width: 60%;
}

/* Helper classes
======================*/
.text-gray { color: #ccc; }
.text-success { color: #78ae40; }
.text-xs {font-size: 12px;}

.font-light {font-weight: 300;}
.font-medium {font-weight: 500;}
.font-semibold {font-weight: 600;}
.font-bold {font-weight: 700;}

.uppercase { text-transform: uppercase; }
.ml-auto { margin-left: auto; }
.text-center {text-align: center;}
.relative {position: relative;}

/* Text Interaction Effects */
a, button, .btn, .main-nav a, .footer-links a, .social-icon a {
    transition: color 0.3s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

a:hover, button:hover, .btn:hover, .main-nav a:hover, .footer-links a:hover, .social-icon a:hover {
    color: #b9fd50 !important;
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(185, 253, 80, 0.5);
}

a:active, button:active, .btn:active, .main-nav a:active, .footer-links a:active, .social-icon a:active {
    transform: scale(0.95);
    text-shadow: 0 0 5px rgba(185, 253, 80, 0.3);
}

/* Specific text elements hover effects */
h1:hover, h2:hover, h3:hover, p:hover, span:hover {
    color: #b9fd50;
    transition: color 0.3s ease;
}

.services .item:hover h3, .services .item:hover p {
    color: #fff;
    transform: translateY(-2px);
    transition: color 0.3s ease, transform 0.3s ease;
}

.testimonial-box:hover p, .testimonial-box:hover h3 {
    color: #b9fd50;
    transition: color 0.3s ease;
}

/* Gradient Divider */
.gradient-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(120, 174, 64, 0.3), transparent);
    opacity: 0.3;
    box-shadow: 0 0 10px rgba(120, 174, 64, 0.2);
    margin: 20px 0;
}
.container {
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
}
.btn {
	display: inline-block;
	text-decoration: none;
}
.btn-success {
	min-width: 191px;
	background-color: #62b22f;
	color: #fff;
	border-radius: 12px;
	padding: 18px 16px 17px;
	transition: background 0.3s, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-success:hover {
	background-color: #4e9622;
	transform: scale(1.03);
	box-shadow: 0 0 10px rgba(98, 178, 47, 0.5);
}
.btn-outline-transparent {
    min-width: 141px;
	font-size: 16px;
    text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 17px;
	transition: background 0.3s, color 0.3s, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-outline-transparent:hover {
	background-color: #fff;
	color: #000;
	transform: scale(1.03);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.theme-btn{
    border-radius: 100px;
    border: 1px solid #7EBA28;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 226px;
    height: 58px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 14px;
}
.theme-btn:hover{
    background: #7EBA28;
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(126, 186, 40, 0.5);
}
/* Header start
=====================*/
.header {
	margin-bottom: 50px;
	padding-top: 33px;
}

@keyframes fadeInGlass {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.turning-t {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    color: #78ae40;
    animation: flip 2s linear infinite;
    margin-left: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(120, 174, 64, 0.1);
    box-shadow: 0 0 20px rgba(120, 174, 64, 0.5);
}
@keyframes flip {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes logoFlash {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll:nth-child(1) { transition-delay: 0s; }
.animate-on-scroll:nth-child(2) { transition-delay: 0.2s; }
.animate-on-scroll:nth-child(3) { transition-delay: 0.4s; }
.animate-on-scroll:nth-child(4) { transition-delay: 0.6s; }
.animate-on-scroll:nth-child(5) { transition-delay: 0.8s; }
.animate-on-scroll:nth-child(6) { transition-delay: 1s; }

/* Word-by-word fade-up animation */
.word-fade-up {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    animation: fadeUp 0.6s ease-out forwards;
}

.word-fade-up:nth-child(1) { animation-delay: 0s; }
.word-fade-up:nth-child(2) { animation-delay: 0.1s; }
.word-fade-up:nth-child(3) { animation-delay: 0.2s; }
.word-fade-up:nth-child(4) { animation-delay: 0.3s; }
.word-fade-up:nth-child(5) { animation-delay: 0.4s; }
.word-fade-up:nth-child(6) { animation-delay: 0.5s; }
.word-fade-up:nth-child(7) { animation-delay: 0.6s; }
.word-fade-up:nth-child(8) { animation-delay: 0.7s; }
.word-fade-up:nth-child(9) { animation-delay: 0.8s; }
.word-fade-up:nth-child(10) { animation-delay: 0.9s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Clip-mask reveal for images */
.clip-reveal {
    clip-path: inset(0 100% 0 0);
    animation: revealClip 1s ease-out forwards;
}

@keyframes revealClip {
    to {
        clip-path: inset(0 0 0 0);
    }
}

/* Typewriter cursor */
.typewriter::after {
    content: '|';
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}
.header-inner a {
	text-decoration: none;
}
.logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-left: 120px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInGlass 1s ease-in-out 1.5s forwards;
}

.logo-glassy {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 10px;
}
.logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    animation: logoFlash 1s ease-in-out;
    z-index: 1;
    border-radius: 50%;
}
.logo img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
.main-nav {
	margin-right: 18px;
}
.main-nav li {
	margin: 0 7px;
}
.main-nav a {
	color: #fff;
	padding: 10px;
	transition: color 0.3s;
}
.main-nav a:hover {
	color: #7eba28;
}

/* Menu Btn Styles 
=====================*/
.menu {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent;
    position: relative;
    display: none;
}
.menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
}
.menu.active span {
    background: transparent;
}
.menu span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 3px;
    background: #ffffff;
}
.menu.active span::before {
    transform: rotate(45deg);
}
.menu span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 3px;
    background: #ffffff;
}
.menu.active span::after {
    transform: rotate(-45deg);
    top: 10px;
}
/* Header end 
======================*/

/* Banner start
======================*/
.banner-wrap {
    margin-bottom: 50px;
    position: relative;
    z-index: 555;
}
.banner-wrap:before {
	display: none;
}
.banner {
	background: url(../images/pattern.png) no-repeat;
	padding-top: 178px;
}
.rating {
    display: inline-block;
	margin-bottom: 6px;
}
.rating .star {
    vertical-align: middle;
	margin-right: 8px;
}
.rating .star:last-child {
    margin-right: 4px;
}
.rating-info {
	display: inline-block;
	color: #808080;
}
.banner {
    position: relative;
    z-index: 55;
}
.cta {
	color: #62b22f;
	column-gap: 14px;
    margin-left: 10px;
}
.cta:before {
	content: '';
	display: inline-block;
	background-color: #62b22f;
	width: 1px;
    height: 24px;
}
.cta .btn {
    margin-left: 12px;
}
/* Banner end 
======================*/

/* Brands Start 
==================*/
.brands {
	background: rgba(34, 34, 34, 0.7);
	max-width: 1279px;
	margin: 0 auto 226px;
	border-radius: 22px;
	padding: 33px 62px;
}
.brands img {
    width: 100%;
    height: 100%;
}
.brands-title {
	display: block;
	font-size: 15px;
	margin-bottom: 36px;
}
.brands-title:before,
.brands-title:after {
	display: inline-block;
	content: '';
	background-color: #b9fd50;
	width: 50px;
	height: 2px;
	vertical-align: middle;
	margin: 0 14px;
}
.brand-logo {
	margin: 0 21px;
}

/* About Us start
======================*/
.about-us {
    margin-bottom: 50px;
    column-gap: 71px;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 555;
}
.about-us .sec-title {
    display: block;
    font-size: 14px;
    color: #5eb138;
    letter-spacing: 1px;
    margin-bottom: 23px;
}
.about-us .sec-title:before {
	display: none;
}
.about-us .title {
    color: #fff;
    letter-spacing: -1.7px;
}
.about-us .content {
    width: 100%;
    max-width: 670px;
}
.about-us .photos {
    column-gap: 18px;
}
.about-us .photos img {
    width: 100%;
}
.about-us .photos .indented {
    padding-top: 94px;
}
.about-us p {
    color: #7d818d;
    font-weight: 300;
    line-height: 1.78;
}
.achievements {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    column-gap: 53px;
    padding: 0 6px;
}
.achievement {
    padding-top: 59px;
}
.achievement .val {
    display: block;
    color: #b6b6b6;
    padding-top: 2px;
}
.achievement-1 {
    background: url(../images/projects.svg) no-repeat center top;
    animation: iconPulse 2s ease-in-out infinite;
}

.achievement-2 {
    background: url(../images/clients.svg) no-repeat center top;
    animation: iconPulse 2s ease-in-out infinite 0.5s;
}

.achievement-3 {
    background: url(../images/experience.svg) no-repeat center top;
    animation: iconPulse 2s ease-in-out infinite 1s;
}

.achievement-4 {
    background: url(../images/company.svg) no-repeat center top;
    animation: iconPulse 2s ease-in-out infinite 1.5s;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Capabilities start
======================*/
.capabilities .sec-title {
    display: block;
    color: #b9fd50;
    font-size: 16px;
    margin-bottom: 14px;
}
.tags {
    width: 80%;
    margin: 0 auto 50px;
    padding-top: 27px;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.tags .tag {
    font-size: 17px;
    border: 1px solid #7eba28;
    border-radius: 8px;
    padding: 12px 28px 13px;
    transition: all 0.5s ease;
    cursor: pointer;
    opacity: 1;
}



.services {
    width: 100%;
    max-width: 1401px;
    margin: 0 auto;
    column-gap: 2.6%;
}
.services .item {
    width: 31.2%;
    position: relative;
    background: url(../images/service-icon.svg) no-repeat 20px 28px;
    font-size: 14px;
    margin-bottom: 50px;
    border: 1px solid #a1aebf;
    border-radius: 25px;
    padding: 92px 20px 47px;
    transition: all 0.3s ease;
}
.services .item::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 20px;
    width: 35px;
    height: 35px;
    background: url(../images/service-icon.svg) no-repeat center;
    background-size: 35px;
    transition: transform 0.3s ease;
}
.services .item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
    border-color: transparent;
}
.services .item:hover::before {
    transform: scale(1.1) rotate(5deg);
}
.services .item::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #78ae40, #b9fd50);
    border-radius: 27px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.services .item:hover::after {
    opacity: 1;
}
.services .item p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.42;
}
.choose-us__img{
    max-width: 591px;
    width: 100%;
}
.choose-us__info{
    max-width: 750px;
}
.choose-us__info h2{
    color: #b6b6b6;
    margin-bottom: 16px;
}
.choose-us__info p{
    color: rgba(255, 255, 255, .60);
    margin-bottom: 72px;
    font-size: 20px;
}
.choose-us-sec{
    padding: 45px 0 50px;
}
.looking-for-sec{
    background: #191D1D;
    border-radius: 60px;
    padding-left:   84px;
    margin-bottom: 151px;
}
.looking-for__info{
    max-width: 525px;
    padding-right: 20px;
}
.looking-for__info h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.looking-for__info p{
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #E0E5EE;
    max-width: 450px;
}
.looking-for__img{
    max-width: 940px;
    border-radius: 50px;
}
.looking-for__img img{
    display: block;
    border-radius: 60px;
}
.contact-us-btn {
    max-width: 183px;
    height: 56px;
    width: 100%;
    background: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid white;
    transition: 0.3s, transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-us-btn:hover {
    background: #7EBA28;
    color: #ffffff;
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(126, 186, 40, 0.5);
}

/* About Slider Sec 
=======================*/
.about-wrap {
    padding-bottom: 150px;
    overflow: hidden;
}
.about-wrap .about-us {
    margin-bottom: 0;
}
.about-us .text-light {
    font-size: 20px;
    font-weight: 400;
    color: #E0E5EE;
    margin-bottom: 0;
}
.about-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 80px;
}
.about-slider::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    width: 100%;
    max-width: 270px;
    height: 115%;
    background: url('../images/about-slider-layer.png') no-repeat center/ cover;
}
.about-slider::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    width: 100%;
    max-width: 270px;
    height: 115%;
    background: url('../images/about-slider-layer.png') no-repeat center/ cover;
}
.about-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 120px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 999999;
}
.about-slider .owl-nav span {
    font-size: 0;
    position: relative;
    z-index: 999999999;
}
.about-slider .owl-carousel .owl-nav .owl-prev {
    width: 49px;
    height: 49px;
    background: url(../images/about-left-slide-icon.png) no-repeat center/ 49px;
    position: relative;
    z-index: 999999999;
}
.about-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 49px;
    background: url(../images/about-right-slide-icon.png) no-repeat center/ 49px;
}

/* Testimonial Start 
========================*/
.testimonial-wrap {
    padding-bottom: 50px;
}
.testimonial-lead-info h2 {
    font-weight: 400;
    color: #5EB138;
    text-align: center;
}
.testimonial-lead-info p {
    font-size: 20px;
    color: #FCFCFC;
    line-height: 24px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-slider {
    margin-top: 70px;
}
.testimonial-box {
    text-align: center;
    padding: 50px 20px 50px;
    border-radius: 15px;
    width: 400px;
    height: 300px;
    border: 2px solid #ffffff;
    position: relative;
    background: #37393a;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, box-shadow 0.3s ease, border-color 0.3s ease;
    margin-left: 100px;
}
.testimonial-box.animate {
    opacity: 1;
    transform: translateY(0);
}
.testimonial-box:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(120, 174, 64, 0.3);
    border-color: #78ae40;
}
.client-img {
    width: 100%;
    max-width: 75px;
    position: absolute;
    top: -37px;
    left: 65%;
    transform: translate(-50%, 0);
}
.testimonial-box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding-bottom: 15px;
    max-width: 405px;
    margin: 0 auto;
}
.testimonial-box h3 {
    font-weight: 400;
    color: #5EB138;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 30px;
}
.testimonial-box h3 span {
    display: block;
    color: #ffffff;
}
.testimonial-slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    overflow-x: clip;
}
.testimonial-slider .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 53px;
}
.testimonial-slider .owl-carousel .owl-nav span {
    font-size: 0;
}
.testimonial-slider .owl-carousel .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    background: url('../images/testimonial-slide-left-icon.png') no-repeat center/ 60px;
    margin-right: 25px;
}
.testimonial-slider .owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    background: url('../images/testimonial-slide-right-icon.png') no-repeat center/ 60px;
    margin-left: 25px;
}

/* Footer Start 
===================*/
.footer-wrap {
    background: url('../images/footer-bg.jpg') no-repeat center/ cover;
    padding: 140px 0 150px;
}
.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
}
.footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 70%;
    justify-content: space-between;
    margin: 0 -15px;
}
.footer-description {
    width: 100%;
    max-width: 30%;
}
.ft-logo {
    width: 100%;
    max-width: 157px;
    margin-bottom: 28px;
}
.ft-logo img {
    width: 100%;
}
.footer-description p {
    max-width: 328px;
    font-size: 15px;
    line-height: 26px;
}
.social-icon {
    display: flex;
    align-items: center;
    padding-top: 28px;
    margin: 0 -13px;
}
.social-icon li {
    padding: 0 13px;
}
.social-icon a {
    transition: 0.3s;
}
.social-icon a:hover svg path {
    fill: #68D585;
}
.footer-list {
    width: 25%;
    padding: 12px 15px 0;
}
.footer-list h4 {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer-links a {
    font-size: 17px;
    line-height: 40px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}
.footer-links a:hover {
    color: #68D585;
}
/* Footer End 
=================*/

/* Media Start 
==================*/
@media (max-width: 1439px) {
    h1 {
        font-size: 60px;
    }
    h3 {
        font-size: 26px;
    }
    .banner {
        padding-top: 170px;
    }
    .banner-wrap::before {
        left: -200px;
        top: 32%;
    }
    .brands {
        margin-bottom: 200px;
        padding: 30px 50px;
    }
    .about-us {
        margin-bottom: 180px;
        column-gap: 50px;
    }
    .about-us .content {
        max-width: 570px;
    }
    .about-wrap {
        padding-bottom: 120px;
    }
    .about-slider .owl-nav {
        padding: 0 70px;
    }
    .about-slider::before,
    .about-slider::after {
        height: 118%;
        background-size: contain;
    }
    .about-slider .owl-carousel .owl-nav .owl-next,
    .about-slider .owl-carousel .owl-nav .owl-prev {
        background-size: 45px;
        width: 45px;
        height: 45px;
    }
    h2 {
        font-size: 56px;
    }
    .choose-us-sec {
        padding-bottom: 180px;
    }
    .choose-us__info p {
        margin-bottom: 55px;
    }
    .looking-for-sec {
        padding-left: 50px;
        margin-bottom: 120px;
    }
    .looking-for__img {
        max-width: 750px;
    }
    .tags {
        margin-bottom: 70px;
    }
    .services .item {
        margin-bottom: 75px;
    }
    .footer-wrap {
        padding: 120px 0 130px;
    }
}
@media (max-width: 1199px) {
    .header {
        margin-bottom: 90px;
        padding-top: 30px;
    }
    .btn-outline-transparent{
        padding: 15px;
    }
    h1 {
        font-size: 52px;
    }
    h3 {
        font-size: 24px;
    }
    .banner-wrap::before {
        left: -260px;
        top: 22%;
    }
    .banner {
        padding-top: 165px;
    }
    .brands {
        margin-bottom: 160px;
        padding: 25px 40px;
    }
    .about-us {
        margin-bottom: 150px;
        column-gap: 40px;
    }
    .about-us .content {
        max-width: 500px;
    }
    .about-us p {
        font-size: 16px;
    }
    .about-wrap {
        padding-bottom: 100px;
    }
    .about-slider {
        padding-top: 50px;
    }
    .about-slider .owl-nav {
        padding: 0 50px;
    }
    .about-us .text-light {
        font-size: 18px;
    }
    .about-slider .owl-carousel .owl-nav .owl-next,
    .about-slider .owl-carousel .owl-nav .owl-prev {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }
    .about-us .sec-title {
        margin-bottom: 20px;
    }
    .about-us .text-light {
        font-size: 16px;
    }
    h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .tags {
        margin-bottom: 50px;
        padding-top: 20px;
    }
    .services .item {
        margin-bottom: 60px;
        padding: 90px 15px 40px;
        background-position: 15px 28px;
    }
    .choose-us-sec {
        padding-bottom: 150px;
    }
    .choose-us__info {
        max-width: 600px;
    }
    .choose-us__info p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .theme-btn {
        max-width: 200px;
        height: 52px;
    }
    .testimonial-lead-info p {
        font-size: 18px;
    }
    .testimonial-slider .owl-carousel .owl-nav {
        margin-top: 45px;
    }
    .testimonial-slider .owl-carousel .owl-nav .owl-prev {
        margin-right: 20px;
    }
    .testimonial-slider .owl-carousel .owl-nav .owl-next {
        margin-left: 20px;
    }
    .testimonial-box {
        width: 250px;
        height: 250px;
        padding: 50px 15px 20px;
    }
    .testimonial-box h3 {
        line-height: 24px;
    }
    .looking-for-sec {
        padding-left: 40px;
        border-radius: 40px;
        margin-bottom: 100px;
    }
    .looking-for__info h2 {
        font-size: 20px;
    }
    .contact-us-btn {
        max-width: 160px;
        height: 46px;
        font-size: 18px;
    }
    .looking-for__img {
        max-width: 600px;
    }
    .looking-for__img img {
        border-radius: 40px;
    }
    .footer-wrap {
        padding: 90px 0;
    }
    .footer-links a {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .main-nav-wrap {
        display: flex !important;
    }
}
@media (max-width: 991px) {
    .header {
        margin-bottom: 80px;
        padding-top: 25px;
    }
    .header-inner {
        width: 100%;
        justify-content: space-between;
    }
    .menu {
        display: block;
        z-index: 999;
    }
    body.active {
        overflow: hidden;
    }
    .main-nav-wrap {
        position: absolute;
        background: #53872a;
        color: #000;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        display: none;
        z-index: 999;
        padding: 100px 30px;
        height: 100%;
    }
    .main-nav {
        display: block;
        margin-right: 0;
    }
    .main-nav li {
        margin: 25px 0;
    }
    .main-nav a {
        padding: 10px 0;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .banner-wrap {
        margin-bottom: 90px;
    }
    .btn-success {
        padding: 15px;
    }
    .brand-logo {
        margin: 0 18px;
    }
    .brands {
        padding: 20px;
        margin-bottom: 120px;
    }
    .banner-wrap::before {
        top: 10%;
    }
    .about-us {
        margin-bottom: 120px;
        column-gap: 30px;
    }
    .about-us .content {
        max-width: 50%;
    }
    .about-us .photos {
        width: 100%;
        max-width: 50%;
    }
    .achievements {
        column-gap: 35px;
    }
    .about-us .photos {
        column-gap: 15px;
    }
    .about-us .photos .indented {
        padding-top: 60px;
    }
    .tags {
        width: 90%;
    }
    .services .item {
        margin-bottom: 40px;
    }
    .services .item p {
        margin-bottom: 0;
    }
    .services .item {
        margin-bottom: 40px;
        padding: 75px 15px 20px;
        background-position: 15px 28px;
        background-size: 35px;
    }
    .choose-us-sec {
        padding-bottom: 120px;
    }
    .choose-us__img {
        max-width: 40%;
    }
    .choose-us__info {
        max-width: 60%;
    }
    .choose-us__info p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .theme-btn {
        max-width: 180px;
        height: 48px;
    }
    .looking-for-sec .flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }
    .looking-for-sec {
        padding: 0 0 20px;
        border-radius: 30px;
        margin-bottom: 80px;
    }
    .looking-for__img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .looking-for__img img {
        border-radius: 30px;
    }
    .looking-for__info {
        max-width: 100%;
        padding-right: 0;
        padding-left: 20px;
    }
    .testimonial-slider .owl-carousel .owl-nav {
        margin-top: 40px;
    }
    .testimonial-slider .owl-carousel .owl-nav .owl-next,
    .testimonial-slider .owl-carousel .owl-nav .owl-prev {
        background-size: 55px;
        width: 55px;
        height: 55px;
    }
    .testimonial-lead-info p {
        font-size: 16px;
    }
    .footer-wrap {
        padding: 60px 0;
    }
    .footer-description {
        max-width: 400px;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .social-icon {
        flex-direction: column;
    }
    .social-icon li {
        padding-bottom: 20px;
    }
    .footer-right {
        max-width: 100%;
    }
    .footer-list {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .banner {
        padding-top: 150px;
        background-size: 260px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 20px;
    }
    .btn-success {
        min-width: 175px;
    }
    .brands {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 90px;
    }
    .brands img {
        width: 100%;
        max-width: 20%;
        margin-bottom: 30px;
    }
    .brands img:last-child,
    .brands img:nth-last-child(2) {
        margin-bottom: 0;
    }
    .brands-title {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .banner-wrap::before {
        width: 580px;
        height: 1000px;
        top: 18%;
    }
    .about-us {
        margin-bottom: 80px;
        column-gap: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-us .photos,
    .about-us .content {
        max-width: 100%;
    }
    .about-us .photos {
        margin-bottom: 40px;
    }
    .capabilities .sec-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .tags .tag {
        font-size: 16px;
        padding: 10px 25px 11px;
    }
    .tags {
        margin-bottom: 30px;
        padding-top: 10px;
    }
    .services {
        flex-wrap: wrap;
    }
    .services .item {
        width: 100%;
        max-width: 48%;
        margin-bottom: 30px;
    }
    .choose-us-sec {
        padding-bottom: 80px;
    }
    .choose-us-sec .flex {
        flex-wrap: wrap;
    }
    .choose-us__img {
        max-width: 70%;
        margin-bottom: 30px;
    }
    .choose-us__info {
        max-width: 100%;
    }
    .about-us .sec-title {
        margin-bottom: 15px;
    }
    .about-slider .owl-nav {
        padding: 0 30px;
    }
    .about-slider .owl-carousel .owl-nav .owl-next,
    .about-slider .owl-carousel .owl-nav .owl-prev {
        background-size: 35px;
        width: 35px;
        height: 35px;
    }
    .looking-for-sec {
        margin-bottom: 60px;
    }
    .looking-for__info p {
        margin-bottom: 15px;
    }
    .contact-us-btn {
        max-width: 140px;
        height: 42px;
        font-size: 16px;
    }
    .testimonial-slider .owl-carousel .owl-nav {
        margin-top: 30px;
    }
    .testimonial-slider .owl-carousel .owl-nav .owl-prev {
        margin-right: 10px;
    }
    .testimonial-slider .owl-carousel .owl-nav .owl-next {
        margin-left: 10px;
    }
    .footer-wrap {
        padding: 40px 0;
    }
    .footer-description {
        padding-bottom: 0;
    }
    .footer-list {
        width: 50%;
        padding-top: 30px;
    }
    .footer-description p {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .header {
        margin-bottom: 60px;
        padding-top: 20px;
    }
    .banner-wrap {
        margin-bottom: 70px;
    }
    .banner {
        padding-top: 125px;
        background-size: 210px;
    }
    .banner-wrap::before {
        width: 550px;
        height: 970px;
        top: 4%;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 18px;
    }
    .cta {
        margin-left: 0;
    }
    .btn-success{
        min-width: 115px;
        font-size: 15px;
        padding: 12px;
    }
    .brands {
        padding: 15px;
    }
    .brands img {
        width: 100%;
        max-width: 118px;
        margin: 0 15px 25px;
    }
    .brands-title {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .brands-title::before,
    .brands-title::after {
        width: 28px;
    }
    .about-us .photos .indented {
        padding-top: 40px;
    }
    .about-us .sec-title {
        margin-bottom: 15px;
    }
    .achievements {
        flex-wrap: wrap;
        padding: 0;
        column-gap: 50px;
    }
    .achievement {
        padding-bottom: 30px;
    }
    .achievement-3,
    .achievement-4 {
        padding-bottom: 0;
    }
    .capabilities .sec-title {
        font-size: 14px;
    }
    .tags {
        width: 100%;
        margin-bottom: 20px;
    }
    .tags .tag {
        font-size: 14px;
        padding: 9px 15px 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .services .item {
        max-width: 380px;
        margin-bottom: 20px;
    }
    .choose-us-sec {
        padding: 30px 0 60px;
    }
    .choose-us__info h2 {
        margin-bottom: 10px;
    }
    .choose-us__info p {
        margin-bottom: 20px;
    }
    .theme-btn {
        max-width: 160px;
        height: 42px;
        font-size: 13px;
    }
    .about-wrap {
        padding-bottom: 70px;
    }
    .about-us .sec-title {
        margin-bottom: 10px;
    }
    .about-slider::before,
    .about-slider::after {
        max-width: 210px;
    }
    .about-slider .owl-nav {
        padding: 0 20px;
    }
    .about-slider .owl-carousel .owl-nav .owl-next,
    .about-slider .owl-carousel .owl-nav .owl-prev {
        background-size: 30px;
        width: 30px;
        height: 30px;
    }
    .looking-for-sec {
        border-radius: 20px;
        margin-bottom: 40px;
    }
    .looking-for__img img {
        border-radius: 20px;
    }
    .looking-for__info {
        padding-left: 15px;
    }
    .looking-for__info p {
        font-size: 15px;
    }
    .testimonial-wrap {
        padding-bottom: 35px;
    }
    .testimonial-slider {
        margin-top: 60px;
    }
    .testimonial-box {
        padding: 60px 12px 15px;
    }
    .client-img {
        max-width: 70px;
        top: -40px;
    }
    .testimonial-box p {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .testimonial-slider .owl-carousel .owl-nav {
        margin-top: 22px;
    }
    .testimonial-slider .owl-carousel .owl-nav .owl-next,
    .testimonial-slider .owl-carousel .owl-nav .owl-prev {
        background-size: 50px;
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 479px) {
    .logo {
        max-width: 130px;
    }
    .main-nav-wrap {
        padding: 80px 25px;
    }
    .btn-outline-transparent {
        min-width: 130px;
        padding: 12px;
    }
    .footer-wrap {
        padding: 30px 0;
    }
    .ft-logo {
        margin-bottom: 20px;
    }
    .footer-right {
        margin: 0;
    }
    .footer-list {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-description {
        display: block;
    }
    .social-icon {
        flex-direction: row;
    }
    .social-icon li {
        padding-bottom: 0;
    }
}
/* How We Work Section Start
======================*/
.how-we-work-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #0b0c0d 0%, #1a1a1a 100%);
    position: relative;
}

.how-we-work-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 25% 75%, rgba(126, 186, 40, 0.07) 0%, transparent 45%),
                radial-gradient(circle at 75% 25%, rgba(126, 186, 40, 0.04) 0%, transparent 45%),
                radial-gradient(circle at 50% 50%, rgba(126, 186, 40, 0.05) 0%, transparent 45%);
    pointer-events: none;
    z-index: -1;
}

.how-we-work-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(126, 186, 40, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(126, 186, 40, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 50% 60%, rgba(126, 186, 40, 0.06) 0%, transparent 40%),
                radial-gradient(circle at 30% 90%, rgba(126, 186, 40, 0.09) 0%, transparent 40%),
                radial-gradient(circle at 70% 10%, rgba(126, 186, 40, 0.07) 0%, transparent 40%);
    pointer-events: none;
    z-index: -1;
}

.how-we-work-section:hover::after {
    animation-duration: 20s;
}

.how-we-work-section .section-header {
    margin-bottom: 80px;
}

.how-we-work-section .sec-title {
    display: block;
    color: #b9fd50;
    font-size: 16px;
    margin-bottom: 14px;
}

.how-we-work-section .title {
    color: #fff;
    margin-bottom: 20px;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #7eba28, #62b22f);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    width: 50%;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(126, 186, 40, 0.3);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(126, 186, 40, 0.2);
}

.timeline-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #7eba28, #62b22f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0b0c0d;
}

.step-number {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.timeline-content h3 {
    color: #7eba28;
    margin-bottom: 15px;
    font-size: 20px;
}

.timeline-content p {
    color: #ccc;
    line-height: 1.6;
    margin: 0;
}
/* Why Us Section Start
======================*/
.why-us-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0b0c0d 0%, #1a1a1a 100%);
    position: relative;
}

.why-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 40% 60%, rgba(126, 186, 40, 0.06) 0%, transparent 40%),
                radial-gradient(circle at 60% 40%, rgba(126, 186, 40, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 20% 80%, rgba(126, 186, 40, 0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: -1;
}

.why-us-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 25%, rgba(126, 186, 40, 0.12) 0%, transparent 35%),
                radial-gradient(circle at 85% 75%, rgba(126, 186, 40, 0.09) 0%, transparent 35%),
                radial-gradient(circle at 45% 45%, rgba(126, 186, 40, 0.08) 0%, transparent 35%),
                radial-gradient(circle at 25% 85%, rgba(126, 186, 40, 0.11) 0%, transparent 35%),
                radial-gradient(circle at 75% 15%, rgba(126, 186, 40, 0.07) 0%, transparent 35%);
    pointer-events: none;
    z-index: -1;
}

.why-us-section:hover::after {
    animation-duration: 17.5s;
}

.why-us-section .section-header {
    margin-bottom: 80px;
}

.why-us-section .sec-title {
    display: block;
    color: #b9fd50;
    font-size: 16px;
    margin-bottom: 14px;
}

.why-us-section .title {
    color: #fff;
    margin-bottom: 20px;
}

.why-us-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.why-us-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(126, 186, 40, 0.3);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.why-us-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(126, 186, 40, 0.1), transparent);
    transition: left 0.5s ease;
}

.why-us-card:hover::before {
    left: 100%;
}

.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(126, 186, 40, 0.3);
    border-color: #7eba28;
}

.card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(126, 186, 40, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.why-us-card:hover .card-icon {
    background: rgba(126, 186, 40, 0.2);
    transform: scale(1.1);
}

.why-us-card h3 {
    color: #7eba28;
    margin-bottom: 15px;
    font-size: 22px;
}

.why-us-card p {
    color: #ccc;
    line-height: 1.6;
    margin: 0;
}


/* Pricing Section Start
======================*/
.pricing-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #0b0c0d 0%, #1a1a1a 100%);
    position: relative;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(126, 186, 40, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 20% 80%, rgba(126, 186, 40, 0.03) 0%, transparent 40%),
                radial-gradient(circle at 80% 20%, rgba(126, 186, 40, 0.04) 0%, transparent 40%);
    pointer-events: none;
    z-index: -1;
}

.pricing-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(126, 186, 40, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(126, 186, 40, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 50% 60%, rgba(126, 186, 40, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 30% 90%, rgba(126, 186, 40, 0.28) 0%, transparent 50%),
                radial-gradient(circle at 70% 10%, rgba(126, 186, 40, 0.22) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.pricing-section:hover::after {
    animation-duration: 15s;
}
.pricing-header {
    margin-bottom: 60px;
}
.pricing-header h2 {
    color: #fff;
    margin-bottom: 10px;
}
.pricing-header p {
    color: #ccc;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}
.pricing-plans {
    gap: 30px;
}
.pricing-card {
    background: #1a1a1a;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 350px;
}
.pricing-card:hover {
    border-color: #7eba28;
    transform: translateY(-5px);
}
.pricing-card.popular {
    border-color: #7eba28;
    position: relative;
}
.pricing-card.popular::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #7eba28, #62b22f);
    border-radius: 18px;
    z-index: -1;
}
.pricing-card-header {
    margin-bottom: 30px;
}
.pricing-card-header h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.price {
    margin-bottom: 20px;
}
.amount {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.period {
    color: #ccc;
    font-size: 16px;
}
.popular-badge {
    background: #7eba28;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.pricing-card-body {
    margin-top: 30px;
}
.features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.features li {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 16px;
}
.features li::before {
    content: '✓';
    color: #7eba28;
    margin-right: 10px;
    font-weight: bold;
}
/* Pricing Section End
======================*/