/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    VP Creativ NewWeb
	
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
	
        01. header
        02. navbar
        03. btn
        04. hero-section
        05. get-a-quote
        06. heading
        07. shapes-img
        08. loading
        09. marquee
        10. presenting
        11. how-it-works
        12. video
        13. team-section
        14. accordion
        15. pricing-plans
        16. clients-section
        17. blog
        18. tag
        19. count-style
        20. footer
        21. widget-title
        22. all-rights
        23. scroll-percentage
        24. hero-section.for
        25. hero-section.two
        26. hero-section.three
        27. subscribe-text
        28. transition 

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
    BOOTSTRAP COMPONENTS (minimal - manually purged)
    Based on Bootstrap v5.1.3
-----------------------------------------------------------------------------------*/

@charset "UTF-8";/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

*,::after,::before{
	box-sizing:border-box
}
body{
	margin:0;
	font-family:var(--bs-body-font-family);
	font-size:var(--bs-body-font-size);
	font-weight:var(--bs-body-font-weight);
	line-height:var(--bs-body-line-height);
	color:var(--bs-body-color);
	text-align:var(--bs-body-text-align);
	background-color:var(--bs-body-bg);
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent
}
hr{
	margin:1rem 0;
	color:inherit;
	background-color:currentColor;
	border:0;
	opacity:.25
}
hr:not([size]){
	height:1px
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
	margin-top:0;
	margin-bottom:.5rem;
	font-weight:500;
	line-height:1.2
}
.h1,h1{
	font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px){
	.h1,h1{
		font-size:2.5rem
	}
}
.h2,h2{
	font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px){
	.h2,h2{
		font-size:2rem
	}
}
.h3,h3{
	font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px){
	.h3,h3{
		font-size:1.75rem
	}
}
.h4,h4{
	font-size:calc(1.275rem + .3vw)
}
@media (min-width:1200px){
	.h4,h4{
		font-size:1.5rem
	}
}
.h5,h5{
	font-size:1.25rem
}
.h6,h6{
	font-size:1rem
}
p{
	margin-top:0;
	margin-bottom:1rem
}
ol,ul{
	padding-left:2rem
}
dl,ol,ul{
	margin-top:0;
	margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
	margin-bottom:0
}

b,strong{
	font-weight:bolder
}
sub,sup{
	position:relative;
	font-size:.75em;
	line-height:0;
	vertical-align:baseline
}

sup{
	top:-.5em
}
a{
	color:#0d6efd;
	text-decoration:underline
}

figure{
	margin:0 0 1rem
}
img,svg{
	vertical-align:middle
}
table{
	caption-side:bottom;
	border-collapse:collapse
}

tbody,td,tfoot,th,thead,tr{
	border-color:inherit;
	border-style:solid;
	border-width:0
}
label{
	display:inline-block
}
button{
	border-radius:0
}
button,input,optgroup,select,textarea{
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button,select{
	text-transform:none
}
[type=button],[type=reset],[type=submit],button{
	-webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
	cursor:pointer
}
textarea{
	resize:vertical
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
	width:100%;
	padding-right:var(--bs-gutter-x,.75rem);
	padding-left:var(--bs-gutter-x,.75rem);
	margin-right:auto;
	margin-left:auto
}
@media (min-width:576px){
	.container,.container-sm{
		max-width:540px
	}
}
@media (min-width:768px){
	.container,.container-md,.container-sm{
		max-width:720px
	}
}
@media (min-width:992px){
	.container,.container-lg,.container-md,.container-sm{
		max-width:960px
	}
}
.row{
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>*{
	flex-shrink:0;
	width:100%;
	max-width:100%;
	padding-right:calc(var(--bs-gutter-x) * .5);
	padding-left:calc(var(--bs-gutter-x) * .5);
	margin-top:var(--bs-gutter-y)
}

@media (min-width:768px){
	.col-md-6{
		flex:0 0 auto;
		width:50%
	}
}
@media (min-width:992px){
	.col-lg-4{
		flex:0 0 auto;
		width:33.33333333%
	}
	.col-lg-5{
		flex:0 0 auto;
		width:41.66666667%
	}
	.col-lg-6{
		flex:0 0 auto;
		width:50%
	}
	.col-lg-7{
		flex:0 0 auto;
		width:58.33333333%
	}
	.col-lg-8{
		flex:0 0 auto;
		width:66.66666667%
	}
}
.btn{
	display:inline-block;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	background-color:transparent;
	border:1px solid transparent;
	padding:.375rem .75rem;
	font-size:1rem;
	border-radius:.25rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.navbar{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	padding-top:.5rem;
	padding-bottom:.5rem
}
.accordion-item{
	background-color:#fff;
	border:1px solid rgba(0,0,0,.125)
}
.accordion-item:first-of-type{
	border-top-left-radius:.25rem;
	border-top-right-radius:.25rem
}
.accordion-item:not(:first-of-type){
	border-top:0
}
.accordion-item:last-of-type{
	border-bottom-right-radius:.25rem;
	border-bottom-left-radius:.25rem
}
.d-flex{
	display:flex!important
}

.mb-0{
	margin-bottom:0!important
}

/*-----------------------------------------------------------------------------------
    VP CREATIV CUSTOM STYLES
-----------------------------------------------------------------------------------*/

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('../font/inter/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	src: url('../font/inter/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('../font/inter/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	src: url('../font/inter/inter-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('../font/inter/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: italic;
	font-weight: 600;
	src: url('../font/inter/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('../font/inter/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	src: url('../font/inter/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --color-green: #ACD96B;
    --color-purple-main: #7b5cce;
    --color-purple-light: #855ff1;
}
body,html {
    font-family: "Inter" ;
	color: #000;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin: 0;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

a{
    text-decoration: none;
    cursor: pointer;
	color: #000;
}
a:hover {
	color: var(--color-green);
}

h1{
	font-size: 60px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}

/* Container Base (Breakpoints in responsive.css) */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.gap {
	padding: 60px 0;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
hr {
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* 01. header */
header.mainmenu ul {
    align-items: center;
}
header.mainmenu a i svg {
    width: 30px;
    fill: #fff;
    height: auto;
}
header.mainmenu a i {
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}
header.mainmenu > a {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
/* 02. navbar */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: -1;
	opacity: 0;
	transition: 1s all;
}
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}
.navbar-logo {
	color: #ff3f34;
	text-decoration: none;
	font-size: 25px;
	padding: 0px 20px;
}
.navbar-links {
	list-style-type: none;
	display: flex;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown {
	position: relative;
	
    color: white;
}
.navbar-links li.navbar-dropdown:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translatey(34px);
    z-index: 1111;
}
.navbar-links li.navbar-dropdown .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatey(44px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
    display: block;
    border-radius: 30px;
    background-color: #000000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 14px;
}
.navbar-links li.navbar-dropdown .sub-menu a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
    /* background-color: #FFF; */
}

.navbar-links li.navbar-dropdown .sub-menu li {
    position: relative;
    padding: 0;
}
.navbar-links li.navbar-dropdown .sub-menu li:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #6a6a6a;
    width: 75%;
    bottom: 0;
    left: 25px;
}
li.menu-item-children > a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 83px;
    width: 8px;
    height: 8px;
}
.navbar-links li > a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
li.sub-menu-item-children:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 1;
    right: 31px;
    background-color: black;
    clip-path: polygon(68% 50%, 0 0, 0 100%);
    top: 44%;
}
.navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
    opacity: 1;
}
.navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    border-left: 3px solid var(--theme-colour);
    opacity: 0;
    top: 20%;
}
a.search-btn svg {
    width: 22px;
    height: auto;
    display: flex;
    fill: #fff;
}
.navbar-links li > a i {
    padding-right: 6px;
}
/* Main Menu - Sticky Header */
header.mainmenu {
	position: fixed;
	top: 35px;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #333;
	padding: 16px 70px;
	border-radius: 25px;
	transition: top 0.3s ease;
}
header.mainmenu.header-hidden {
	top: -120px;
}
nav.navbar > ul > li {
    padding-right: 50px;
}
nav.navbar > ul > li a{
    color: white;
}

/* 03. button */
.button {
    pointer-events: auto;
    cursor: pointer;
    border: 1px solid #000;
    padding: 1rem 3.5rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    outline: none;
	border-radius: 14px;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button::before {
    content: '';
    background: #000;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
}

.button:hover::before {
    transform: scale3d(0,1,1);
    transform-origin: 0% 50%;
}

.button span {
    display: block;
    position: relative;
}

.button > span {
    overflow: hidden;
}

.button > span > span {
    overflow: hidden;
}

.button:hover > span > span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
    color: #000;
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0,-105%,0);
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0,100%,0);
    }
    to {
        transform: translate3d(0,0,0);
    }
}

header.mainmenu .button {
    padding: 12px 26px;
}

header.mainmenu .button:after {
    width: 136%;
}
li.navbar-dropdown.menu-item-children {
    padding-right: 100px;
}
/* 4. hero-section */
.hero-section {
    position: relative;
    padding-top: 187px;
    overflow: hidden;
    background-color: var(--color-green);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 70px;
}
.hero-text {
    position: relative;
    margin-top: 40px;
    padding-bottom: 64px;
	
	text-shadow: white 0px 0px 4px;
}

.hero-text {
    font-size: 25px;
    color: #000;
    line-height: 36px;
}
.hero-text span {
    display: inline-block;
}
.hero-text img.heroimg {
    position: absolute;
    right: -25%;
    z-index: 1;
    bottom: -47%;
    width: 52%;
    height: auto;
}
.hero-text h1,
.hero-text h2 {
    /* color: #fff; */
    padding-bottom: 26px;
    line-height: 90px;
    font-weight: bold;
    font-size: 75px;
}
.hero-text ul li {
    color: white;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.hero-text ul li img {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #ffffff30;
    margin-right: 17px;
    padding: 7px;
}
.listing {
    justify-content: space-between;
    width: 89%;
}
.hero-text > img {
    margin-left: auto;
    display: block;
    height: 263px;
    margin-top: 30px;
}
.review {
    display: flex;
    align-items: center;
}
.review h6 {
    font-weight: bold;
    padding-left: 8px;
}
.review ul {
    display: flex;
    /* margin-left: 20px; */
}
.review img {
    margin: 0px 30px;
}
.review ul li {
    padding-right: 4px;
}
/* 5. get-a-quote */
form#contact-form h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 6px;
}
.get-a-quote h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}
.get-a-quote {
    z-index: 11;
    /* margin-bottom: 40px; */
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 55%);
    width: 78%;
    margin-left: auto;
}

.get-a-quote .quoteinput input,
.get-a-quote .quoteinput textarea {
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    margin-bottom: 14px;
    color: #444;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 18px;
    padding: 10px;
}

.get-a-quote .quoteinput textarea
{
    height: 140px;
    min-height: 100px;
    max-height: 450px;

    border-radius: 20px 20px 0px 20px;
}

.get-a-quote input:focus {
    border-color: var(--color-green);
}
.get-a-quote p {
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.radio-button {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
    background-color: #ebebeb !important;
    border: 0 !important;
}
.group-img{
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 0;
    width: 22px;
    height: auto;
    top: 21px;
}
.get-a-quote img {
    position: absolute;
    right: 34px;
    animation: top-bottom 2s infinite;
}
.get-a-quote .btn {
    width: 100%;
}
/* 06. heading */
.heading {
    text-align: center;
    width: 72%;
    margin: auto;
    margin-bottom: 40px;
}
.heading > span {
    font-size: 24px;
    font-weight: bold;
}
.heading h1,
.heading h2 {
    font-size: 70px;
    font-weight: bold;
}
.heading h5 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 35px;
}
/* 07. shapes-img */
.shapes-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.shapes-container .shape {
    position: absolute;
    pointer-events: none;
}

.shapes-container .shape img {
    display: block;
    width: auto;
    height: auto;
}


/* 08. loading - DISABLED (kept for potential future use) */
/*
.loading-text {
	font-size: 5vw;
	line-height: 64px;
	letter-spacing: 10px;
	margin-bottom: 32px;
	display: flex;
	justify-content: space-evenly;
}
.loading-text span {
	-webkit-animation: moveLetters 2.4s infinite ease-in-out;
	animation: moveLetters 2.4s infinite ease-in-out;
	-webkit-animation-delay: calc(var(--i) * var(--char-delay));
	animation-delay: calc(var(--i) * var(--char-delay));
	transform: translatex(0);
	position: relative;
	display: inline-block;
	opacity: 0;
	color: #000;
	text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}
@keyframes moveLetters {
	0% {
		transform: translateX(-15vw);
		opacity: 0;
	}
	33.3%, 66% {
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(15vw);
		opacity: 0;
	}
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    background-color: var(--color-green);
    top: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    top: 0%;
}
.page-loaded .preloader {
    top: -100%;
}
*/
footer {
    background-repeat: no-repeat;
}







/* 09. marquee */
.marquee-icon {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: flex;
    animation: scroll-one 30s linear infinite;
}

@keyframes scroll-one {
	/* linear scrolling animation */
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.marquee {
    display: flex;
    overflow: hidden;
    position: relative;
}
.marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
}

.marquee:before,.marquee:after {
	width: 250px;
}
.marquee:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(270deg, rgba(66, 201, 250, 0) 0%, hsl(0deg 0% 100%) 100%);
    z-index: 1111;
}
.marquee:after {
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
	background: linear-gradient(90deg, rgba(66, 201, 250, 0) 0%, hsl(0deg 0% 100%) 100%);
}

.marquee .marquee-item img {
	max-width: 200px;
	max-height: 140px;
    max-width: max-content;
}
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}








/* 10. presenting */
.presenting {
    display: flex;
    /* align-items: center; */
    margin-top: 40px;
    width: 97%;
}
.presenting i {
    width: 124px;
    height: 124px;
    background-color: var(--color-green);
    border-radius: 50%;
    margin-right: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 74px;
    border: 1px solid #7e8f83;
    outline: 8px solid var(--color-green);
    position: relative;
    z-index: 111;
}
.presenting:hover i:before {
    z-index: 11;
    color: #fff;
}
.presenting i:after {
    content: "";
    width: 124px;
    height: 124px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #444;
}
.presenting:hover i:after {
    border: 70px solid #444;
}
.presenting h3 {
    font-weight: bold;
    padding-bottom: 7px;
}
.presenting p {
    font-size: 16px;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 58px;
    margin-bottom: 28px;
}
/* 11. how-it-works  */
.how-it-works {
    background-color: #f4f4f7;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.heading.two {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
}
.heading.two p {
    width: 78%;
    padding-top: 18px;
}
ul.chek {
    list-style: none;
    padding-left: 0;
}
ul.chek li {
    display: block;
    padding-bottom: 12px;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}
ul.chek li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/chek.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.how-do-stap {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 50px 24px;
    border-radius: 28px;
}
.how-do-stap span {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--color-green);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
}
.how-do-stap h4 {
    color: #444;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
}
.how-do-stap i {
    font-size: 98px;
    padding-bottom: 0;
    transition: all .4s;
    line-height: 10px;
}
.how-do-stap.two {
    margin-top: 24px;
    background-color: var(--color-purple-main);
}
.how-do-stap.two i,.how-do-stap.two h4 {
    color: #fff;
}
.how-do-stap.three {
    margin-top: 60px;
    background-color: #000;
    margin-bottom: 25px;
}
.how-do-stap.three i,.how-do-stap.three h4 {
    color: #fff;
}
/* 12. video */
.video {
    position: relative;
    right: 0;
    text-align: center;
}
a.video-pop:hover i {
    color: #000;
    background-color: #fff;
}
.video img {
    border-radius: 30px;
}
.video i {
    position: absolute;
    animation: shadow-pulse 1s infinite;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: #fff 1px solid;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* margin: 10px; */
    /* outline: solid 1px #fff; */
    color: #fff;
    font-size: 20px;
}
@keyframes shadow-pulse{
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}
@keyframes top-bottom {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
/* Shape animations */
@keyframes shape-float-vertical {
    0%  {
        transform: translateY(0) rotate(-11deg);
    }
    50% {
        transform: translateY(35px) rotate(35deg);
    }
    100% {
        transform: translateY(0) rotate(-11deg);
    }
}

@keyframes shape-float-horizontal {
    0%  {
        transform: translateX(0) translateY(4px);
    }
    50% {
        transform: translateX(20px) translateY(0);
    }
    100% {
        transform: translateX(0) translateY(4px);
    }
}

@keyframes shape-rotate {
    0%  {
        transform: rotate(35deg);
    }
    50% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(35deg);
    }
}

@keyframes shape-bounce {
    0%, 100%, 20%, 50%, 80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

/* Shape animation classes */
.shape-rotate {
    animation: shape-rotate 10s ease-in-out infinite;
}

.shape-float-vertical {
    animation: shape-float-vertical 10s ease-in-out infinite;
}

.shape-float-horizontal {
    animation: shape-float-horizontal 10s ease-in-out infinite;
}

.shape-bounce {
    animation: shape-bounce 2s ease-in-out infinite;
}
/* 13. team-section */
.team-section {
    background-color: var(--color-purple-main);
    position: relative;
}
.team-section .heading h1,.team-section .heading h2,.team-section .heading span,.team-section .heading p {
    color: #fff;
}
.team-section .heading p {
    width: 90%;
    padding-top: 10px;
    margin: auto;
}
.team img {
    border-radius: 50%;
    border: 9px solid #fff;
}
.team {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.team:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 74%;
    background-color: var(--color-purple-light);
    right: 0;
    bottom: 0;
    border-radius: 30px;
}
.team:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #fff;
    right: 0;
    bottom: 0;
    border-radius: 30px;
}
.team:hover:after {
    height: 74%;
}
.team figure {
    position: relative;
    margin-bottom: 30px;
    z-index: 22;
}
.team span {
    position: relative;
    color: #fff;
    font-size: 18px;
    z-index: 22;
}
.team h4 {
    color: #fff;
    position: relative;
    font-size: 28px;
    padding-top: 8px;
    font-weight: bold;
    z-index: 10;
}
.team > a {
    position: relative;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    display: flex;
    padding: 16px;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.team > a i {
    font-size: 28px;
    padding-right: 10px;
}
.team:hover span,.team:hover a,.team:hover h4 {
    color: #000;
}
.team:hover a {
    border: 1px solid #bfbfbf;
}
.how-do-stap i {
    display: block;
}
.how-do-stap:hover i {
    animation: top-bottom 1s infinite;
}
.expert{
    text-align: center;
    position: relative;
}
.expert-icon {
    position: absolute;
    top: 44%;
    z-index: 1111;
    left: 16%;
}
.icon-share li {
    display: block;
}
.icon-share a:hover i {
    /* color: #fff; */
    transform: rotate(360deg);
    /* box-shadow: none; */
}
.expert-icon > i {
    color: #a5a5a5;
    background: #fafafa;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 53px;
    font-size: 30px;
    transition:0.5s ease-in-out;
}
.expert-icon a i {
	width: 70px;
    height: 70px;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}
.expert-icon li {
    margin-top: 4px;
}
.team:hover .expert-icon a i {
    background-color: var(--color-green);
}
.team:hover .expert-icon ul.icon-share{
    opacity: 1;
    visibility: visible;
    top: -125px;
}
.expert-icon a {
    text-decoration: none;
    font-size: 25px;
}
ul.icon-share {
    position: absolute;
    top: -65px;
    left: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}
.icon-share li i {
    width: 56px;
    height: 56px;
}
.center.review {
    justify-content: center;
    margin-top: 60px;
}
.center.review h6, .center.review li i {
    color: #fff;
}
/* 14. accordion */
.accordion-section .heading.two {
    width: 87%;
    text-align: left;
    margin-bottom: 24px;
    margin-left: 0;
}
.accordion-section {
    position: relative;
}
.accordion-item.active .icon:after {
	width: 0;
}
.accordion {
    width: 99%;
    border: 1px solid #d1d1d1;
    padding: 24px 40px;
    border-radius: 30px;
    margin-top: 33px;
}
.accordion-item{
    border: 0;
}
.accordion-item:last-of-type .title {
    border: 0;
}
.accordion-item.active .icon:before {
    background: #000;
}
.accordion-img figure.accordion-img-two {
    background-color: var(--common-colour);
    margin-top: -156px;
    width: fit-content;
    margin-left: 130px;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    /* padding-bottom: 12px; */
    margin-bottom: 0;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    right: 10px;
    /* background-color: transparent; */
}
.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border: 0;
    padding-bottom: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.accordion-item .content {
	display: none;
}
.content p{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.title {
    text-align: start;
    padding: 25px;
    padding-right: 0;
    color: black;
    font-size: 24px;
    background-color: #fff;
    padding-left: 0;
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
}
.accordion-item.active .title {
    /* color: var(--common-colour); */
    padding-bottom: 15px;
}
.accordion-item.active {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid var(--color-green);
    border-radius: 0;
}
.content {
    margin-bottom: 20px;
    padding: 12px 0px;
    padding-top: 0px;
    background-color: #24243500;
    border: 0;
}
.accordion-item {
    background-color: transparent;
}
.accordion-img {
    position: relative;
}
.accordion-item:last-of-type {
	border: 0 !important;
}
.accordion-item:first-of-type {
    border-top: 0;
}
.accordion-img img.dots {
    top: auto;
    z-index: -0;
    right: -5%;
    bottom: 0;
}
.accordion-contact {
    background-color: var(--color-green);
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 16px;
    padding-top: 56px;
    position: relative;
    z-index: 11;
}
.accordion-contact .btn {
    width: 100%;
    margin-top: 16px;
}
.accordion-contact h4 {
    font-size: 18px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-weight: bold;
}
.accordion-contact h4:hover a {
    color: var(--color-purple-main);
}
.accordion-img img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 11;
}
.team > a:hover {
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
}
/* 15. pricing-plans */
.pricing-plans {
    background-color: #ffffff;
    padding: 24px 34px;
    border-radius: 20px;
}
.pricing-plans span {
    color: #000000;
    font-weight: 500;
    padding-bottom: 4px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.pricing-plans h5 {
    font-size: 60px;
}
.pricing-plans h5 {
    font-size: 60px;
    color: #000000;
}
.pricing-plans sub {
    bottom: 0;
    font-size: 16px;
}
.pricing-plans-text {
    padding-top: 0;
    position: relative;
}
.pricing-plans-text i {
    width: 74px;
    height: 74px;
    display: flex;
    border-radius: 30%;
	border: 2px solid black;

    background-color: var(--color-green);
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0%;
    top: -10%;
    font-size: 40px;
}
.pricing-plans-text:hover i {
    animation: top-bottom 2s infinite;
}
.pricing-plans-text img {
    height: 60px;
}
.pricing-plans-text .hero-text ul li{
    color: #444;
}
.pricing-plans-text .hero-text ul li img {
    background-color: #e6eeff;
}
.pricing-plans-text .btn {
    width: 100%;
}
.pricing-plans-text i svg {
    width: 50px;
    height: auto;
}
.pricing {
    padding: 10px;
    background-color: #f4f4f7;
    border-radius: 20px;
}
.pricing-plans-text p {
    padding-top: 34px;
    width: 84%;
    margin: auto;
    font-size: 16px;
}
.pricing-plans-text ul {
    width: 84%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pricing-plans-text ul.chek li {
    font-size: 16px;
}
.pricing:hover {
    background-color: var(--color-green);
}
.pricing:hover ul.chek li img {
    filter: brightness(0);
}
/* 16. clients-section */
.clients-section {
    background-color: #000;
}
.clients-section .heading h1,
.clients-section .heading h2 {
    width: 100%;
    color: #fff;
}
.clients-section .heading {
    width: 100%;
}
.clients-img img {
    border-radius: 50%;
    border: 1px solid var(--color-green);
    margin-right: 24px;
}
.clients-img {
    display: flex;
    align-items: center;
}
ul.star {
    display: flex;
    font-size: 14px;
    gap: 4px;
}
.clients-img i {
    color: #565656;
    font-size: 20px;
}
.clients-img ul.star i {
    color: var(--color-green);
    font-size: 12px;
}
.clients-img h3 {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
    padding-bottom: 10px;
}
.clients {
    width: 650px;
    background-color: #303034;
    padding: 40px;
    border-radius: 25px;
}
.clients p {
    padding-top: 20px;
    color: #fff;
}
.clients-section {
    position: relative;
}
.section-client {
    position: relative;
}
/* 17. blog */
.blog img {
    width: 100%;
    border-radius: 25px;
    transform: scale(1.1);
}
.blog figure {
    border-radius: 25px;
}
#blog {
    position: relative;
}
.blog > a {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
}
.blog {
    position: relative;
    z-index: 11;
}
.blog-img {
    position: relative;
}
.blog-img .tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
/* 18. tag */
.tag > span {
    background-color: var(--color-purple-main);
    display: inline-block;
    padding: 4px 22px;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.tag > a {
    background-color: var(--color-green);
    padding: 4px 24px;
    border-radius: 40px;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.tag > a span {
    padding-left: 20px;
}
.tag > a span i {
    padding-right: 10px;
}
.blog .tag a:hover {
    color: white;
	background-color: #000;
}
.blog p {
    width: 90%;
}
.blog:hover img {
    transform: scale(1.0);
}
/* 19. count-style */
.count-style {
    padding: 50px 40px;
    background-color: var(--color-green);
    border-radius: 30px;
    text-align: center;
    padding-bottom: 60px;
    z-index: 11;
    position: relative;
	min-height: 375px;
}
.count-style h2 {
    font-weight: bold;
    font-size: 100px;
}
.count-style.two h2 {
    font-size: 52px;
}
.count-style h2 sup {
    font-size: 58px;
}
.count-style h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 4px;
}
.count-style.two {
    background-color: #000;
}
.count-style.two h2 {
    color: var(--color-green);
}
.count-style.two p,.count-style.two h4 {
    color: #fff;
}
.count-style:hover {
    transform: translateY(20px);
}
/* 20. footer */
.footer-try {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer {
    position: relative;
}

/* Footer Boxes (CTA + Info) */
.footer-cta-box,
.footer-info-box {
    background: #7b5cce;
    box-shadow: 0 0 20px rgba(105, 55, 238, 0.75);
    width: 85%;
    padding: 60px 40px 40px 40px;
    color: #fff !important;
}
/* CTA Box - Right aligned, rounded left */
.footer-cta-box {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 40px;
    border-radius: 20px 0 0 20px;
}
/* Info Box - Left aligned, rounded right */
.footer-info-box {
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 20px 0 0;
}
/* Ensure white text in footer boxes */
.footer-cta-box *,
.footer-info-box * {
    color: #fff;
}
.footer-info-box img {
	margin-top: -30px;
}


footer.footer-info-box .row {
	gap: 0;
}
footer.footer-info-box .row > div:nth-child(1) {
	width: 50%;
	padding-right: 10px;
}
footer.footer-info-box .row > div:nth-child(2) {
	width: 25%;
	margin-top: -27px;
	padding-left: 10px;
	padding-right: 10px;
}
footer.footer-info-box .row > div:nth-child(3) {
	width: 25%;
	margin-top: -27px;
	padding-left: 10px;
}


.footer-try h2 {
    color: #fff;
    font-size: 65px;
    font-weight: bold;
}
.footer-try p {
    color: #fff;
    padding-top: 10px;
}
.footer-logo p {
    color: #fff;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 40px;
}

/* ========== Footer Purple Styles ========== */
footer .footer-purple {
    background: linear-gradient(
        90deg,
        rgba(105, 55, 238, 0) 15%,
        rgba(105, 55, 238, 1) 17%,
        rgba(105, 55, 238, 1) 83%,
        rgba(105, 55, 238, 0) 85%
    ) !important;
    padding-top: 60px;
    padding-bottom: 30px;
}

/* Footer Content Row */
footer .footer-content-row {
    margin-bottom: 40px;
}

footer .footer-col {
    margin-bottom: 30px;
}

/* Footer Logo */
footer .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

footer .footer-logo img {
    height: 75px;
    transition: opacity 0.3s ease;
}

footer .footer-logo:hover img {
    opacity: 0.9;
}

/* Footer Text */
footer .footer-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 15px;
}

/* Footer Section */
footer .footer-section {
    padding-left: 20px;
}

/* Footer tables */


footer table.footer-contact tr > td {
	vertical-align: top;
	padding-bottom: 10px;
}
footer table.footer-contact tr > td:nth-child(1) {
    color: var(--color-green);
}
footer table.footer-contact tr > td:nth-child(2) {
    padding-left: 20px;
}


/* Footer Divider */
footer .footer-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    margin: 30px 0;
}

/* Footer Copyright */
footer .footer-copyright {
    text-align: center;
    padding-top: 20px;
}

footer .footer-copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

footer .logo {
	width: 30%;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-section {
        padding-left: 0;
    }
    
    .footer-col {
        margin-bottom: 40px;
    }
}




/* 21. widget-title */
.widget-title h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
}
.widget-title ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 22px;
    list-style: none;
    padding-left: 0;
}
.widget-title ul li {
    width: 50%;
    position: relative;
    padding-left: 30px;
}
.widget-title ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/chek.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.widget-title ul li a {
    color: #fff;
}
.widget-title ul li i {
    display: none;
}
footer {
    padding-bottom: 40px !important;
}

/* 23. scroll-percentage */
#scroll-percentage {
	position: absolute;
	box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
	height: 60px;
	width: 60px;
	background-color: var(--color-green);
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transform: scale(0);
	display: grid;
	place-items: center;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	z-index: 1011;
}
@media (max-width: 1400px) {
	#scroll-percentage {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 992px) {
	#scroll-percentage {
		right: 10px;
	}
}

#scroll-percentage.active {
	bottom: 30px;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
	transition: 0.3s;
}
@media (max-width: 1400px) {
	#scroll-percentage.active {
		bottom: 20px;
	}
}

#scroll-percentage-value {
	height: calc(100% - 6px);
	width: calc(100% - 6px);
	background-color: #ffffff;
	color: #000;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 14px;
	font-weight: 600;
}

#scroll-percentage-value i {
	font-size: 20px;
}

@keyframes scrollToTop {
	0% {
		transform: translate3d(0, 80%, 0);
		visibility: visible;
	}
	to {
		transform: translateZ(0);
	}
}
@keyframes wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}
	33.3% {
		transform: translateY(-6px);
	}
	49.95% {
		transform: translateY(4px);
	}
	66.6% {
		transform: translateY(-2px);
	}
	83.25% {
		transform: translateY(1px);
	}
	100% {
		transform: translateY(0);
	}
}
/* 24. hero-section.for */

.hs-responsive-embed-youtube iframe {
    width: 100%;
    height: 624px;
    margin-top: 70px;
    border-radius: 30px;
    border: 7px solid #000;
}
.hero-section.for {
    text-align: center;
    background-position: top;
    background-size: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 236px;
    background-size: 2392px;
    background-color: #fff;
}
.hero-section.for .listing {
    justify-content: space-between;
    width: 100%;
    justify-content: center;
}
.hero-section.for .hero-text,
.hero-section.two .hero-text {
    text-align: center;
    justify-content: center;
    width: 87%;
    margin: auto;
    padding-bottom: 30px;
}
/* 25. hero-section.two */
.hero-section.two .review img {
    margin-left: 0;
}
.hero-section.two {
    text-align: center;
    margin: auto;
    padding-top: 230px;
}
.hero-section.two .review {
    margin-top: 60px;
    justify-content: center;
}
.hero-section.two p {
    text-align: center;
    margin: auto;
}
.hero-section.two .listing {
	margin: auto;
}
/* 26. hero-section.three */
.hero-section.three {
    text-align: center;
}

.hero-section.three .listing {
    margin: auto;
}
.hero-section.three .hero-text {
    width: 90%;
    margin: auto;
    text-align: center;
}
.hero-section.three {
	padding-top: 230px;
}
/* 27. subscribe-text */
.subscribe-text #subscribe-form .btn {
    border-color: var(--color-green);
    color: #000;
}
.subscribe-text {
    display: flex;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    text-align: left;
    align-items: center;
    z-index: 1;
    position: relative;
}
.subscribe-text  #subscribe-form {
    position: relative;
}
.subscribe-text #subscribe-form .btn {
    right: 0;
    position: absolute;
    top: 53%;
    transform: translate(-4%, -54%);
    padding: 16px 25px;
}
.subscribe-text #subscribe-form input {
    width: 700px;
    height: 73px;
    padding-left: 20px;
    border-radius: 20px;
    border: 0;
    outline: none;
    background-color: #fafafa;
    border: 3px solid #cdcdcd;
}
.subscribe-text h3 {
    font-size: 30px;
    font-weight: bold;
}
.subscribe-text #subscribe-form .btn::before {
    background-color: var(--color-green);
    border-color: var(--color-green);
}
.subscribe-text > div {
    margin-right: auto;
    margin-left: 30px;
}
.hero-section.three {
    background-size: cover;
}


/* 28. transition */
.get-in-touch i,ul.social-media a i,a.video-pop i,
.icon-share li i,.accordion-contact h4 a,.pricing,.tag > a,.blog a,.blog img,.count-style,.how-do-stap  i,
.team:after,.team span,.team a,.team h4,ul.chek li img ,.widget-title ul li a,footer a,.presenting i:after{
    transition: .4s all;
}

/* 29. Dropdown Menu Styles */
.navbar-dropdown {
    position: relative;
}
.navbar-dropdown > span {
    cursor: pointer;
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -21px;
    background: white;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    z-index: 1000;
}
.navbar-dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    margin: 0;
}
.dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #000 !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}
.dropdown-menu li a:hover {
    background: #f5f5f5;
}

/* 30. Tab System Styles */
.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-out;
}
.tab-content.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 31. Article Reusable Components */

/* Section wrapper */
.article-section {
    background: #f9fafb;
}

/* Intro text below title */
.article-intro {
    margin-top: 20px;
    font-size: 1.1em;
    color: #666;
    line-height: 1.6;
}

/* White content box */
.article-box {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.article-box + .article-box {
    margin-top: 20px;
}

/* Section heading within box */
.article-box h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 1.2em;
}

/* Text paragraphs */
.article-text {
    line-height: 1.8;
    margin: 0 0 15px 0;
}

/* Label/value pairs */
.article-label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Separator line */
.article-separator {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* Lists within articles */
.article-box ul {
    line-height: 1.8;
    margin-top: 10px;
    padding-left: 20px;
}

/* Grid layout for items (e.g., machines) */
.article-grid-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.article-grid-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    align-items: center;
}

.article-grid-image {
    text-align: center;
}

.article-grid-image img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.article-grid-content h3 {
    color: #000;
    margin-bottom: 15px;
}

.article-grid-content p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.article-grid-content ul {
    line-height: 1.8;
    color: #666;
    padding-left: 20px;
}

/* CTA Box with gradient */
.article-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 40px;
    color: white;
}

.article-cta h3 {
    margin-bottom: 15px;
    color: white;
}

.article-cta p {
    font-size: 1.05em;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive: Mobile */
@media (max-width: 768px) {
    .article-grid-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .article-box {
        padding: 20px;
    }

    .article-grid-item {
        padding: 20px;
    }
}

/* ========================================
   MOBILE MENU - BOTTOM-RIGHT FLOATING
   ======================================== */

/* Container - Hidden on Desktop */
#mobile-menu-container {
    display: none;
    position: fixed;
    z-index: 10000;
}

/* Show only on mobile/tablet */
@media (max-width: 1200px) {
    #mobile-menu-container {
        display: block;
    }
}

/* Toggle Button (Pill-Style, Bottom-Right) */
button#mobile-menu-toggle {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: var(--color-green);
    border: none;
    border-radius: 50px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-weight: 700;
    font-size: 14px;
    color: #000;
	
	transform: rotate(0deg);
}

button#mobile-menu-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

button#mobile-menu-toggle:active {
    transform: scale(0.95);
}

button#mobile-menu-toggle.active {
    bottom: 80px;
	right: 360px;
	transform: rotate(-90deg);
	animation: none;
}

/* Hamburger Icon */
.menu-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
}

.menu-icon .bar {
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animate to X when open */
button#mobile-menu-toggle.active .menu-icon .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

button#mobile-menu-toggle.active .menu-icon .bar:nth-child(2) {
    opacity: 0;
}

button#mobile-menu-toggle.active .menu-icon .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Backdrop Overlay */
#mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

#mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Slide-in Panel */
#mobile-menu-panel {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 85%;
    max-width: 380px;
    height: 70%;
    background: #ffffff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10000;
    display: flex;
    flex-direction: column;
}
#mobile-menu-container #mobile-menu-panel, #mobile-menu-container .mobile-menu-header {
	/* apply to both, because of white background */
	border-radius: 25px 0 0 0;
}
#mobile-menu-container.left #mobile-menu-panel, #mobile-menu-container.left .mobile-menu-header {
	border-radius: 0 25px 0 0;
}

#mobile-menu-panel.active {
    transform: translateX(0);
}

/* Left-position variant */
#mobile-menu-container.left #mobile-menu-toggle {
    right: auto;
    left: 20px;
}

#mobile-menu-container.left #mobile-menu-panel {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
}

#mobile-menu-container.left #mobile-menu-panel.active {
    transform: translateX(0);
}

/* Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: var(--color-green);
    border-bottom: 2px solid #000;
}

.mobile-menu-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

#mobile-menu-close {
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #000;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

#mobile-menu-close:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
}

/* Menu Content (Scrollable) */
.mobile-menu-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Custom Scrollbar */
.mobile-menu-content::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobile-menu-content::-webkit-scrollbar-thumb {
    background: var(--color-green);
    border-radius: 3px;
}

.mobile-menu-content::-webkit-scrollbar-thumb:hover {
    background: #96c157;
}

/* Menu List */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list > li {
    border-bottom: 1px solid #e5e7eb;
}

/* Menu Links */
.mobile-nav-link {
    display: block;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

.mobile-nav-link:hover,
.mobile-nav-link:active {
    background: #f9fafb;
    color: var(--color-green);
    padding-left: 32px;
}

/* Active menu item */
.mobile-nav-link.active {
    background: var(--color-green);
    color: #000;
    font-weight: 700;
    padding-left: 28px;
}

.mobile-nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--color-green);
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.mobile-nav-link:hover::before,
.mobile-nav-link:active::before {
    transform: scaleY(1);
}

/* Parent item with submenu */
.mobile-nav-group {
    position: relative;
}

.mobile-nav-parent {
    padding-right: 50px;
}

/* Expand Button for Submenus */
.mobile-nav-expand {
	position: absolute;
	right: 2px;
	top: 2px;
	background: transparent;
	border: none;
	font-size: 28px;
	color: #666;
	cursor: pointer;
	width: 70px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	visibility: visible;
	opacity: 1;
}
.mobile-nav-group .mobile-nav-expand .icon-svg {
    color: #000;
}

.mobile-nav-expand:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Only rotate arrow */
.mobile-nav-group .mobile-nav-expand .icon-svg {
    transform: rotate(0deg);
	transition: all 0.3s ease;
}
.mobile-nav-group.expanded .mobile-nav-expand .icon-svg {
    transform: rotate(90deg);
}


/* Submenu */
.mobile-nav-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    background: #f9fafb;
    transition: max-height 0.3s ease;
}

.mobile-nav-group.expanded .mobile-nav-submenu {
    max-height: 500px;
}

.mobile-nav-submenu .mobile-nav-link {
    padding-left: 30px;
    font-size: 15px;
    color: #444;
}

.mobile-nav-submenu .mobile-nav-link:hover {
    padding-left: 48px;
    background: #ffffff;
}

/* Menu Footer (Position Toggle) */
.mobile-menu-footer {
    padding: 10px 14px;
    border-top: 2px solid #e5e7eb;
    background: #f9fafb;
}

#mobile-menu-position-toggle {
    width: 100%;
    padding: 5px 0;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    transition: all 0.2s ease;
}

#mobile-menu-position-toggle:hover {
    background: var(--color-green);
    border-color: var(--color-green);
    color: #000;
    transform: scale(1.02);
}

.toggle-icon {
    font-size: 20px;
}

/* Entrance Animation */
@keyframes slideInBounce {
    0% {
        transform: translateX(100%) scale(0.9);
        opacity: 0;
    }
    60% {
        transform: translateX(-10px) scale(1.02);
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

#mobile-menu-panel.first-open {
    animation: slideInBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Button Bounce Animation on Page Load */
@keyframes buttonBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-10px) scale(1.1);
    }
    60% {
        transform: translateY(-5px) scale(1.05);
    }
}

#mobile-menu-toggle.intro-bounce {
    animation: buttonBounce 1s ease-in-out 0.5s;
}

/* Touch-Optimized Targets (min 48x48px) */
@media (max-width: 768px) {
    .mobile-nav-link {
        display: flex;
        align-items: center;
    }
}


/* ========================================
   CUSTOM TEXT ANIMATIONS (replaces SplitText)
   ======================================== */

/* Show container after split */
.splitText[data-split] {
    opacity: 1;
}

/* Base styling for split characters */
.splitText span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}

/* Animated state */
.splitText.animate span {
    animation: charFadeIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: calc(var(--i) * var(--char-delay));
}

/* Keyframe */
@keyframes charFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   TESTIMONIALS MARQUEE
   ======================================== */
.testimonials-marquee {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding: 20px 0;
}

.marquee-track {
    display: flex;
    gap: 30px;
    will-change: transform;
}

.client-review {
    flex: 0 0 350px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-review img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 3px solid var(--color-green);
}

.client-review .testimonial-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.client-review .stars {
    margin-bottom: 15px;
}


.client-review p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   29. SVG Icons
   ======================================== */

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    color: var(--color-green);
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.team > a .icon-svg {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.video-pop .icon-svg {
    width: 20px;
    height: 20px;
    color: white;
}

.client-review .stars .icon-svg {
    width: 14px;
    height: 14px;
    color: #ffc107;
    margin: 0 2px;
    stroke-width: 2;
	fill: yellow;
}

/* ========================================
   30. Cookie-Free Badge
   ======================================== */

#cookie-free-badge {
    position: fixed;
    bottom: 20px;
	right: 20px;
    background: var(--color-green);
    color: #000;
    width: 160px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-weight: 700;
    font-size: 14px;
	padding: 12px 16px;
}
#cookie-free-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

#cookie-free-badge span {
    white-space: nowrap;
}


.vacationBanner {
	position: absolute;
	z-index: 88888888;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	background: red;
	padding: 5px;
	font-size: 18px;
	text-align: center
}