


@font-face {
	font-family: 'Futura';
	src: url("../fonts/Futura.woff");
}

html,
body {
	height: 100%;
	font-family: 'Rajdhani', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
	color: #20509e;
	margin: 0;
	font-weight: 500;
	font-family: "Futura", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 15.7px;
	color: #75849a;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 100px;
	padding-bottom: 90px;
}
.process-section{
    background-color:#0f0f0f;
}

.section-title {
	margin-bottom: 60px;
}
.section-title h3 {
	margin-bottom: 20px;
	font-weight:bold;
	color:white;
}

.section-title h2 {
	margin-bottom: 20px;
	color:#19e02f;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
 background: transparent;
            color: #200bb8;
            border: 1px solid #200bb8;
            padding: 12px 15px;
            font-family: 'Orbitron', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
            transition: 0.4s;
            clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
	margin-right:15px;
}
.site-btn::before {
            content: '';
            position: absolute;
            top: 0; left: -100%;
            width: 100%; height: 100%;
            background: linear-gradient(90deg, transparent, var(--z-blue), transparent);
            transition: 0.5s;
        }

        .site-btn:hover::before {
            left: 100%;
        }

        .site-btn:hover {
            background: var(--z-blue);
            color: var(--z-black);
            box-shadow: 0 0 20px var(--z-blue);
        }

        .site-btn-green {
            color: var(--z-green);
            border: 1px solid var(--z-green);
        }
        .site-btn-green:hover {
            background: var(--z-green);
            color: var(--z-black);
            box-shadow: 0 0 20px var(--z-green);
        }



.site-btn.no-radius {
	border-radius: 2px;
}

.site-btn.sb-full-- {
	display: block;
	width: 100%;
	border-radius: 0;
}

.site-btn.sb-gradients {
	padding: 17px 32px;
	border: none;
	color: #fff;
}

.site-btn.sb-gradients.sbg-line {
	color: #20509e;
	z-index: 1;
}

.site-btn.sb-gradients.sbg-line:after {
	position: absolute;
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 50px;
}

.site-btn.sb-gradients.sbg-line:hover {
	color: #20509e;
}

.gradient-bg,
.site-btn.sb-gradients,
.member-social a:hover,
.single-blog-page .social-share a:hover,
.comment .comment-content .c-btn:hover,
.comment-form label {

	background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa));
	background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
	background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
	background: radial-gradient(circle, #1BF2F2, #217575);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1);

}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 8px 16px 0;
	z-index: 99;
	background:#fff;
	color:White;
}

.header-section .site-btn {
	float: right;
	margin-left: 60px;
}

.header-section .responsive-bar,
.header-section .user {
	display: none;
}

.main-menu {
	float: right;
}

.menu-list {
	list-style: none;
}

.menu-list li {
	display: inline;
}

.menu-list li a {
	display: inline-block;
	font-family: "Futura", sans-serif;
	font-size: 21px;
	padding: 10px 5px;
	margin-right: 30px;
	color:Black;
}
.menu-list li a:hover{
    color:#0baa2d;
}



/*---------------------
	Contact page
-----------------------*/

.contact-form {
	padding-right: 35px;
}

.contact-form h5 {
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

.contact-form h5 span {
	color: #16d0c5;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group span {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	color: #7bc063;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .form-group span.active {
	opacity: 1;
}

.contact-form .check-form {
	padding-right: 20px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	padding-bottom: 10px;
	color: #20509e;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #20509e;
}

.contact-form textarea {
	padding-bottom: 10px;
	padding-top: 10px;
	height: 115px;
}

.contact-form .contact-type .ct-label {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	margin-right: 40px;
	cursor: pointer;
	font-size: 16px;
	color: #acb9cc;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contact-form .contact-type .ct-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.contact-form .contact-type .ct-label input:checked~.checkmark:after {
	content: '\f111';
	color: #16d0c5;
}

.contact-form .contact-type .ct-label .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 25px;
	width: 25px;
}

.contact-form .contact-type .ct-label .checkmark:after {
	position: absolute;
	content: "\f10c";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.contact-form .contact-type .ct-label:last-child {
	margin-right: 0;
}

.contact-form ::-webkit-input-placeholder {
	color: #acb9cc;
}

.contact-form :-ms-input-placeholder {
	color: #acb9cc;
}

.contact-form ::-ms-input-placeholder {
	color: #acb9cc;
}

.contact-form ::placeholder {
	color: #acb9cc;
}

.map {
	height: 390px;
	-webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
	        box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.15);
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (max-width: 1585px) {
	.hero-section .laptop-image {
		left: 0;
	}
}

@media (max-width: 1425px) {
	.header-section .site-btn {
		margin-left: 0;
	}
	.hero-section,
	.page-info-section {
		background-position: right 30% top;
	}
	.hero-section .laptop-image {
		width: auto;
		max-width: 100%;
		top: 70px;
	}
	.about-img {
		left: -50px;
		width: 600px;
	}
}

@media (min-width: 1199px) and (max-width: 1390px) {
	.member {
		padding: 35px 10px;
	}
	.member-img {
		width: 160px;
		height: 160px;
	}
	.member-info {
		padding: 50px 27px 10px;
		height: 275px;
	}
	.member-social a {
		margin: 0 5px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-list li a {
		margin-right: 15px;
		font-size: 21px;
	}
	.hero-section,
	.page-info-section {
		background-position: right 23% top;
	}
	.about-img {
		left: 0px;
		width: 480px;
	}
	.member {
		width: calc(33.333333% - 25px);
		margin-bottom: 30px;
	}
	.team-members {
		text-align: center;
	}
	.fact h2 {
		font-size: 45px;
		margin-right: 10px;
	}
	.fact p {
		padding-top: 7px;
	}
	.fact i {
		font-size: 67px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 30px 15px 0;
	}
	.menu-list li a {
		margin-right: 6px;
	}
	.header-section .site-btn {
		margin-left: 10px;
	}
	.hero-section {
		background-position: right 25% top;
		height: 730px;
		padding-top: 160px;
	}
	.page-info-section {
		background-position: right 33% top;
	}
	.page-info-section h2 {
		font-size: 40px;
	}
	.hero-text h2 {
		font-size: 45px;
	}
	.process-step:after {
		width: 154px;
		height: 35px;
		top: -10px;
		right: -44%;
		background-size: contain;
	}
	.about-img {
		position: relative;
		display: block;
		left: 0;
		width: auto;
		margin-top: 50px;
		top:10px;
	}
	.member {
		width: calc(33.333333% - 25px);
		margin-bottom: 30px;
		padding: 35px 10px;
	}
	.member-img {
		width: 160px;
		height: 160px;
	}
	.member-info {
		padding: 50px 27px 10px;
		height: 275px;
	}
	.member-social a {
		margin: 0 5px;
	}
	.team-members {
		text-align: center;
	}
	.fact {
		margin-bottom: 30px;
	}
	.pull-3 {
		right: 0;
	}
	.push-8 {
		left: 0;
	}
	.review-section {
		text-align: center;
	}
	.review-text {
		padding: 0 60px;
	}
	.review-text-slider .owl-nav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		left: 0;
		width: 100%;
	}
	.review-text-slider .owl-prev {
		float: left;
	}
	.review-text-slider .owl-next {
		float: right;
	}
	.review-meta-slider {
		margin: auto;
	}
	.author-meta {
		padding-top: 0;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.newsletter-section {
		text-align: center;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		/*padding: 30px 0;*/
		padding: 20px 0;
		/*background: #fff;*/
		/*background: radial-gradient(circle, #1BF2F2, #217575);*/
		background:#011208;
		
	}
	.header-section .responsive-bar {
		float: right;
		font-size: 25px;
		display: block;
		cursor: pointer;
	}
	.header-section .user {
		float: right;
		font-size: 25px;
		color: #333;
		margin-right: 20px;
		display: block;
	}
	.main-menu {
		float: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background: #fff;
		padding: 0 15px;
		display: none;
		-webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
		        box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
	}
	.menu-list {
		list-style: none;
	}
	.menu-list li {
		display: block;
		border-top: 1px solid #e1e1e1;
	}
	.menu-list li a {
		display: block;
		padding: 10px 5px;
		margin-right: 0;
		color: #20509e;
	}
	.hero-text h2 {
		font-size: 40px;
	}
	.hero-section {
		height: auto;
		padding-bottom: 100px;
		padding-top: 160px;
		background-position: right 50% top;
	}
	.page-info-section {
		background-position: right 56% top;
		margin-top: 97px;
	}
	.page-info-section h2 {
		font-size: 40px;
	}
	.about-img {
		position: relative;
		display: block;
		left: 0;
		width: auto;
		margin-top: 50px;
		top:10px;
	}
	.team-members {
		margin: 0;
		padding: 0 15px;
	}
	.member {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.fact {
		margin-bottom: 30px;
	}
	.process-step:after {
		display: none;
	}
	.pull-3 {
		right: 0;
	}
	.push-8 {
		left: 0;
	}
	.review-section {
		text-align: center;
	}
	.review-text {
		padding: 0 60px;
	}
	.review-text-slider .owl-nav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		left: 0;
		width: 100%;
	}
	.review-text-slider .owl-prev {
		float: left;
	}
	.review-text-slider .owl-next {
		float: right;
	}
	.review-meta-slider {
		margin: auto;
	}
	.author-meta {
		padding-top: 0;
	}
	.header-section .site-btn {
		display: none;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-section {
		text-align: center;
	}
	.review-text p {
		font-size: 20px;
	}
	.blog-item {
		margin-bottom: 30px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.single-blog-page .social-share {
		text-align: left;
		margin-top: 20px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.review-text {
		padding: 0 45px;
	}
	.review-text p {
		font-size: 18px;
	}
	.newsletter-form input {
		padding-right: 30px;
	}
	.newsletter-form button {
		position: relative;
		padding: 14px;
		border-radius: 50px;
		margin-top: 23px;
	}
	.review-text-slider .owl-prev,
	.review-text-slider .owl-next {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.review-meta-slider {
		width: auto;
	}
	.member-img {
		width: 180px;
		height: 180px;
	}
	.member-info {
		padding: 50px 20px 10px;
		height: 320px;
	}
	.blog-text {
		padding: 15px;
	}
	.comment .comment-avator {
		float: none;
		margin-bottom: 20px;
	}
	.comment .comment-content {
		padding-left: 0;
	}
}





/*typewriter effect*/

#typewriter {
  border-right: 2px solid #19e02f;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: blink 0.7s step-end infinite;
  min-height: 90px;
}

@keyframes blink {
  50% { border-color: transparent; }
}

@media (max-width: 575px) {
  #typewriter {
  min-height: 50px;
}
}
.start{
   background-color: #19e02f;
  color: white;
  margin-top: 40px;
  border: none;
  padding: 10px 27px;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
}
.start:hover{
    transform: scale(1.1);
}

#particles-js1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("/public/images/background-2.jpeg");
  z-index: 1; 
  background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	filter: blur(1px);
}
/*.card-glow::before {*/
/*  content: "";*/
/*  display: block;*/
/*  background: linear-gradient( 90deg, #c4ff07, rgba(102, 102, 102, 0.75) 50%, rgba(255, 255, 255, 0) 100% );*/
/*  height: 500px;*/
/*  width: 150px;*/
/*  transform: translate(0);*/
/*  position: absolute;*/
/*  animation: rotate 5s linear forwards infinite;*/
/*  z-index: 0;*/
/*  top: 50%;*/
/*  transform-origin: top center;*/
/*}*/
.regbtn{
    background: #ffffff12 !important;
   border: 2px solid #ffffff1f !important;

}
.int{
    background: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
  color: #fff;
  background-color: rgba(202, 202, 202, 0.15) !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 1rem;
  padding: .575rem 1rem;
  height: 45px;
}

.container-fluid {
  position: relative;
  z-index: 2;
}

.signup-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px; /* fully rounded, modern look */
    background: linear-gradient(135deg, #ffbb00, #ff6a00); 
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.45); 
    transition: 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.signup-btn:hover {
    background: linear-gradient(135deg, #ffd75a, #ff8c1a);
    box-shadow: 0 8px 22px rgba(255, 140, 26, 0.55); 
    transform: translateY(-3px); 
}



.hero-btn {
    display: inline-block;
    padding: 10px 32px;
    font-size: 18px;
    font-weight: 600;
    color:white;
    text-decoration: none;
    border-radius: 50px;
        background-color: #043c01;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.4);
    transition: 0.3s ease-in-out;
}
.hero-btn1 {
    display: inline-block;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 600;
    color:black;
    text-decoration: none;
    border-radius: 50px;
      background:white;
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.4);
    transition: 0.3s ease-in-out;
}

.hero-btn:hover {
    background: linear-gradient(135deg, #ffd75a, #ff8c1a);
    box-shadow: 0 8px 22px rgba(255, 140, 26, 0.55);
    transform: translateY(-3px);
}
.sapn-1{
    color:#d4ff00;
}

/* -----------------------------
   RIGHT IMAGE CONTENT
----------------------------- */
.right-content {
    width: 45%;
    display: flex;
    justify-content: center;
}

.right-content img {
    width: 100%;
    /*max-width: 420px;*/
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
}

/* ----------------------------------------------------
   RESPONSIVE: TABLETS
---------------------------------------------------- */
@media (max-width: 991px) {
    .about-hero {
        padding-top: 140px; /* avoid header overlap on tablets */
        padding-bottom: 60px;
        background-position: center;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .left-content,
    .right-content {
        width: 100%;
    }

    .right-content {
        margin-top: 35px;
    }

    .left-content h1 {
        font-size: 45px;
    }

    .left-content p {
        font-size: 18px;
    }
}

/* ----------------------------------------------------
   RESPONSIVE: MOBILE
---------------------------------------------------- */
@media (max-width: 480px) {
    .about-hero {
        padding-top: 150px; /* FIX: heading hidden issue */
        padding-bottom: 50px;
    }

    .left-content h1 {
        font-size: 40px;
    }

    .left-content p {
        font-size: 16px;
    }

    .hero-btn {
        padding: 10px 22px;
        font-size: 16px;
    }

    .right-content img {
        max-width: 300px;
    }
}

/* ----------------------------------------------------
   EXTRA SMALL DEVICES (≤ 320px)
---------------------------------------------------- */
@media (max-width: 320px) {
    .about-hero {
        padding-top: 160px;
    }

    .left-content h1 {
        font-size: 40px;
    }
}

.clients-one {
   position: relative;
    padding: 15px 15px;
    border-radius: 40px 40px;
    background-color: rgba(0, 0, 0, 1);
    background-image: linear-gradient(180deg, #052730 0%, #1B1A1A 100%);
}

.clients-marquee {
    overflow: hidden;
    position: relative;
}

.clients-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: scroll 18s linear infinite;
}

.client-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.client-item img {
    max-width: 140px;
    width: 100%;
   
    transition: 0.3s;
    height:40px;
}

.client-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .client-item {
        width: 120px;
    }
    .client-item img {
        max-width: 100px;
    }
}

@media (max-width: 576px) {
    .client-item {
        width: 100px;
    }
    .clients-one {
   position: relative;
    padding: 5px 5px;
    border-radius: 40px 40px;
    background-color: rgba(0, 0, 0, 1);
    background-image: linear-gradient(180deg, #052730 0%, #1B1A1A 100%);
}
}
.instant-1{
    position: relative;
    font-weight:bold;
    
    display: flex;
    gap: 15px;
    align-items: center;
        color: rgb(13 206 60 / 98%);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Outfit", serif;
}

.main-heading{
    font-size:60px;
        margin-top: 15px;
    color: rgb(0 69 46);
    font-weight:800;
}

@media (max-width: 1200px){
    .main-heading{
        font-size: 52px;
    }
}

@media (max-width: 992px){
    .instant-1{
        font-size: 14px;
        gap: 10px;
    }
    .main-heading{
        font-size: 44px;
    }
}

@media (max-width: 768px){
    .instant-1{
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    .main-heading{
        font-size: 36px;
        margin-top: 10px;
    }
}

@media (max-width: 576px){
    .instant-1{
        font-size: 12px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .main-heading{
        font-size: 28px;
        line-height: 1.2;
    }
}
.review-slider-css-only {
  position: relative;
  background: linear-gradient(135deg, #d9f7d9, #b6f1bc);
  border-radius: 12px;
  padding: 20px 25px;
  color: #2a5d2a;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 4px 15px rgba(0,128,0,0.15);
  overflow: hidden;
  
}

.review-slide {
  display: none;
}

#slide1:checked ~ .slide1,
#slide2:checked ~ .slide2 {
  display: block;
}

.quote-mark {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  opacity: 0.6;
}

.review-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.review-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #a1d0a1;
  padding-top: 12px;
  justify-content: space-between;
}

.rating {
  font-size: 32px;
  font-weight: 700;
  color: #0b8a0b;
}

.reviewer-info strong {
  font-weight: 700;
  margin-right: 8px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #055005;
}

.trustpilot-logo {
  height: 16px;
  margin-right: 4px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(66%) saturate(306%) hue-rotate(69deg) brightness(90%) contrast(92%);
}

.arrows {
  position: absolute;
  bottom: 12px;
  left: 50%;
 transform: translateY(+50%);
  display: flex;
  gap: 15px;
}

.arrow-btn {
  background: #00b300;
  color: white;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,128,0,0.5);
  transition: background 0.3s;
}

.arrow-btn:hover {
  background: #009900;
}
@media (max-width: 767.98px) {
    .col-md-6.col-12 + .col-md-6.col-12 {
        margin-top: 20px; 
    }
}

@media (min-width: 992px) {
    .shift-up-desktop {
        margin-top: -100px; 
    }
}


@media (max-width: 991.98px) {
    .shift-up-desktop {
        margin-top: 0; 
    }
}
.marketing-one {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0; 
    padding: 20px 0;
    margin-top: 50px;
}

.marquee-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee span {
    font-size: 4rem;
    font-weight: 700;
    margin-right: 2rem; 
    color: #bbbbbb; 
    text-transform: uppercase; 
    transition: color 0.3s ease; 
}

.marquee span:hover {
    color: #0b8a0b; 
}


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

/* Responsive adjustments */
@media (max-width: 992px) {
    .marquee span {
        font-size: 3rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 576px) {
    .marquee span {
        font-size: 2rem;
        margin-right: 1rem;
    }
}


.about-section {
    background: #eaf6f2;
}

.small-title {
       color: rgb(13 206 60 / 98%);
    font-weight: 600;
    letter-spacing: 1px;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    color: #114b3a;
}

.green-text {
        color: rgb(13 206 60 / 98%);
        font-size:26px;
    font-weight: 600;
}

.desc {
    color: #555;
    font-size: 15px;
}

/* Images */
.main-img {
    width: 100%;
}

.small-img {
    width: 180px;
    position: absolute;
    right: 0;
    bottom: 90px;
    border: 6px solid #fff;
        border-radius: 10px;
}

/* Community Box */
.community-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    position: absolute;
  
    left: 20px;
}

.avatars img {
    width: 30px;
    height: 30px;
    border-radius: 10px; 
    margin-left: -8px;
    margin-top: 5px; 
    border: 2px solid #fff;
}



  
  .testimonial-section{
  background:#f1fbf7;
}

/* LEFT */
.small-title{
  color:#2bb673;
  font-weight:600;
  letter-spacing:1px;
}

.main-title{
  font-size:60px;
  font-weight:700;
  color:#0f5132;
  margin:15px 0;
}
@media (max-width: 992px){
  .main-title{
    font-size:48px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .main-title{
    font-size:34px;
    line-height:1.2;
  }
}
.desc{
  color:#555;
  line-height:1.7;
}

.talk{
  color:#2bb673;
  margin-top:30px;
}

.contact-btn{
  background:#000;
  color:#fff;
  border:none;
  padding:12px 28px;
  border-radius:30px;
  margin-top:15px;
}

/* RIGHT CARD */
.testimonial-card{
  background:#e8f6f1;
  border-radius:40px;
  padding:40px;
  min-height:380px;
  position:relative;
}


/* BUTTONS */
.slider-buttons{
  position:absolute;
  bottom:-30px;
  left:40px;
  display:flex;
  gap:15px;
}

.carousel-control-prev,
.carousel-control-next{
  width:55px;
  height:55px;
  border-radius:50%;
  background:#1faa59;
  color:#fff;
  font-size:30px;
  border:none;
  opacity:1;
}


.invest-content .small-title {
    color: white;
    letter-spacing: 2px;
}


.growth-text {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}







@media (min-width: 1200px) {
    .growth-text {
        font-size: 45px;
    }
   
}


@media (max-width: 991px) {
    .growth-text {
        font-size: 35px;
    }
  
}


@media (max-width: 576px) {
    .growth-text {
        font-size: 30px;
    }
   
}

.pattern-img {
    width: 100%;
    max-width: 420px;   
    height: auto;
    display: block;
    margin-top: 0px;    
}


@media (min-width: 992px) {
    .pattern-img {
        max-width: 480px;
        margin-top: -130px;
    }
}
.earn-text {
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;

    color: transparent;                
    -webkit-text-stroke: 3px #ffffff;  
    text-stroke: 3px #ffffff;

    letter-spacing: 2px;
}


@media (min-width: 1200px) {
    .earn-text {
        font-size: 72px;
        -webkit-text-stroke: 3.5px #fff;
    }
}


@media (max-width: 991px) {
    .earn-text {
        font-size: 52px;
        -webkit-text-stroke: 3px #fff;
    }
}


@media (max-width: 576px) {
    .earn-text {
        font-size: 38px;
        -webkit-text-stroke: 2px #fff;
    }
}

.marketing-one1 {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0; 
    padding: 20px 0;
   
}

.marquee-container1 {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee1 {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee1 span {
    font-size: 4rem;
    font-weight: 700;
    margin-right: 2rem; 
    color: black; 
    text-transform: uppercase; 
    transition: color 0.3s ease; 
}

.marquee1 span:hover {
    color: #0b8a0b; 
}


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

/* Responsive adjustments */
@media (max-width: 992px) {
    .marquee1 span {
        font-size: 3rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 576px) {
    .marquee1 span {
        font-size: 2rem;
        margin-right: 1rem;
    }
}


  .spotlight {
      color: #18a558;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 14px;
    }

     .content-intro h1 {
      font-weight: 700;
      font-size: 41px;
      line-height: 1.2;
      color: rgb(0 69 46);
    }
    @media (max-width: 476px){
        .content-intro h1 {
              font-size: 22px;
        }
    }

    .btn-dark-custom {
      background: #000;
      color: #fff;
      padding: 12px 28px;
      border-radius: 30px;
          margin-bottom: 10px;
    }
    
  
    .dex-footer {
     background-image: url("/public/images/download (7).jfif");
     z-index: 1; 
     background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	/*filter: blur(1px);*/
    padding:80px 20px;
    /*background-attachment: fixed;*/
    color: white;
    padding: 60px 7% 20px;
        background-color: rgba(0, 13, 255, 0);
    /*background:#081120;*/
}

.dex-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 40px;
}


.dex-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dex-footer-logo img {
    width: 200px;
    margin-left: 30px;
}

.dex-footer-logo h2 {
    font-size: 26px;
    font-weight: 700;
}

.dex-footer-desc {
    margin: 15px 0;
    line-height: 22px;
    font-size: 15px;
}

.dex-footer-social a {
    margin-right: 12px;
    font-size: 20px;
    color:#39ff14;
}

.dex-footer-col h3 {
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 1px;
}

.dex-footer-col ul {
    list-style: none;
}

.dex-footer-col ul li a {
    color: white;
    opacity: 0.8;
    text-decoration: none;
    display: block;
    margin: 8px 0;
    font-size: 15px;
}

.dex-footer-newsletter h3 {
    margin-bottom: 15px;
}

.dex-footer-mail {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.dex-footer-news {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.dex-footer-input {
    display: flex;
    background: #a28300;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.dex-footer-input input {
    flex: 1;
    padding: 15px;
    border: none;
    outline: none;
    background: #151f95;
    color: white;
    font-size: 16px;
}

.dex-footer-input button {
    background: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 20px;
}

.dex-footer-bottom {
    text-align: center;
    margin-top: 40px;
    opacity: 0.8;
    font-size: 15px;
}



@media (max-width: 992px) {
    .dex-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left: 30px;
   }
}

@media (max-width: 600px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
    }
    
    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left:40px;
}
}
@media (max-width: 400px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
    }
    
    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left:50px;
}
}
@media (max-width: 500px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
    }
    
    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left:26%;
}
}
@media (max-width: 600px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
        /*text-align: center;*/
    }

  
    .dex-footer-logo {
        align-items: center !important;
        align-items: center !important;
    margin-left: 15%;
  }
    

    .dex-footer-logo img {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
}

    .article-card {
      border-radius: 18px;
      overflow: hidden;
      border: none;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      height: 100%;
    }

    .article-card img {
      height: 190px;
      object-fit: cover;
    }

    .date-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #18a558;
      color: #fff;
      font-size: 13px;
      padding: 6px 14px;
      border-radius: 20px;
    }

    .author {
      font-size: 14px;
      color: #6c757d;
    }

  @media (min-width: 992px) {
  .content-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom:10px;
  }
}
.header-1{
    display:flex;
    justify-content:space-between;
    background:#41c07d;
    padding:15px;
}

.login-area{
     min-height: 100vh; 
     display: flex; 
     align-items: center;
     /*background-image: url("https://i.pinimg.com/474x/6c/c9/ac/6cc9acd434a0111906de74a02c9bb400.jpg");*/
     /*   background-size: auto;*/
     /*   background-size: cover;*/
}

