/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* start editing from here */

a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}


/* text align right */

.txt-lt {
	text-align: left;
}


/* text align left */

.txt-center {
	text-align: center;
}


/* text align center */

.float-rt {
	float: right;
}


/* float right */

.float-lt {
	float: left;
}


/* float left */

.clear {
	clear: both;
}


/* clear float */

.pos-relative {
	position: relative;
}


/* Position Relative */

.pos-absolute {
	position: absolute;
}


/* Position Absolute */

.vertical-base {
	vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
	vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
	display: block;
}


/* vertical menu */

nav.horizontal ul li {
	display: inline-block;
}


/* horizontal menu */

img {
	max-width: 100%;
}


/*end reset*/

html,
body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
}

p {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}


/*-- //Reset-Code --*/


/*--background --*/


h1.header-w3ls {
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 2px 3px rgba(0, 0, 0, 0.42);
}

.mid-class {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.art-right-w3ls {
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
	box-sizing: border-box;
}

.art-left-w3ls {
	flex-basis: 40%;
	-webkit-flex-basis: 40%;
	box-sizing: border-box;
	min-height: 100vh;
	background: #00a1ff;
	box-sizing: border-box;
}

.form-left-to-w3l input[type="email"],
.form-left-to-w3l input[type="password"],
.form-left-to-w3l input[type="text"] {
	width: 100%;
	color: #000;
	outline: none;
	border: none;
	border-bottom: #00a1ff 2px solid;
	-webkit-appearance: none;
	background: #ffffff96;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

.art-right-w3ls h2 {
	font-weight: 500;
	color: #ffffff;
}

button[type=submit] {
	background: #00a1ff;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border: none;
	padding: 11px 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	cursor: pointer;
	transition: 0.5s all;
	margin: 56px 0px 0px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

button[type=submit]:hover {
	opacity: 0.8;
}

.remenber-me,
a.for {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.remenber-me {
	padding-left: 22px;
}

.left-side-forget {
	float: left;
	position: relative;
}

.right-side-forget {
	float: right;
}

input.checked {
	display: inline-block;
	position: absolute;
	top: 5px;
	margin: 0px;
	cursor: pointer;
}

.w3layouts_more-buttn h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
	font-weight: 500;
}

.w3layouts_more-buttn a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 2px;
	outline: none;
}


/*--//background --*/


/* popup */

.popup-effect {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(152, 152, 152, 0.7);
	transition: opacity 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
}

.popup-effect:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	background: #eaeaeabf;
	border-radius: 4px;
	max-width: 430px;
	position: relative;
	margin: 11em auto;
	padding: 3em 2em;
	z-index: 999;
	text-align: center;
}

.popup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.popup .close:hover {
	color: #686de0;
}


/* //popup */

.bottem-wthree-footer {
	position: absolute;
	bottom: 52px;
	width: 100%;
}

.bottem-wthree-footer p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}

.bottem-wthree-footer p a {
	color: #ff5e00;
	font-size: 14px;
}

.bottem-wthree-footer p a:hover {
	color: #fff;
}


/*--responsive--*/

@media(max-width:1920px) {
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		font-size: 16px;
		padding: 1em 1em;
		margin: 0px 0px 30px;
	}
	.art-right-w3ls {
		padding: 19em 24em 8em 4em;
	}
	.art-left-w3ls {
		padding: 23em 5em 36em;
	}
	.art-right-w3ls h2 {
		font-size: 30px;
		margin-bottom: 48px;
	}
	h1.header-w3ls {
		font-size: 55px;
		letter-spacing: 3px;
	}
}

@media(max-width:1680px) {
	h1.header-w3ls {
		font-size: 53px;
	}
	.art-right-w3ls h2 {
		font-size: 28px;
	}
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		font-size: 15px;
		margin: 0px 0px 26px;
	}
}

@media(max-width:1600px) {
	.art-right-w3ls {
		padding: 12em 24em 8em 4em;
	}
	.art-left-w3ls {
		padding: 20em 5em 21em;
	}
	h1.header-w3ls {
		font-size: 50px;
		letter-spacing: 3px;
		line-height: 66px;
	}
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		font-size: 14px;
		padding: .8em 1em;
		margin: 0px 0px 25px;
	}
	.margin-zero input[type="password"] {
		margin: 0px !important;
	}
	.art-right-w3ls h2 {
		font-size: 28px;
		margin-bottom: 47px;
	}
}

@media(max-width:1440px) {
	.art-left-w3ls {
		padding: 10em 5em 14em;
	}
	.art-right-w3ls {
		padding: 6em 21em 8em 4em;
	}
	h1.header-w3ls {
		font-size: 48px;
	}
	.art-right-w3ls h2 {
		font-size: 26px;
		margin-bottom: 45px;
	}
}

@media(max-width:1366px) {
	button[type=submit] {
		margin: 50px 0px 0px;
	}
	.w3layouts_more-buttn h3 {
		font-size: 17px;
		margin-top: 33px;
	}
	.popup {
		margin: 8em auto;
	}
}

@media(max-width:1280px) {
	.art-left-w3ls {
		padding: 11em 3em 30.7em;
	}
	.art-left-w3ls {
		padding: 10em 3em 19.2em;
	}
	h1.header-w3ls {
		font-size: 46px;
		letter-spacing: 2px;
	}
}

@media(max-width:1080px) {
	.art-left-w3ls {
		order: 1;
		padding: 1.5em 3em 1.5em;
		text-align: center;
		min-height: 0vh;
	}
	.mid-class {
		flex-direction: column;
	}
	.art-right-w3ls {
		order: 2;
		padding: 2em 27em 2em 3em;
	}
	button[type=submit] {
		margin: 46px 0px 0px;
	}
	.art-right-w3ls h2 {
		font-size: 24px;
		margin-bottom: 41px;
	}
	.bottem-wthree-footer {
		bottom: 30px;
	}
}

@media(max-width:1050px) {
	h1.header-w3ls {
		font-size: 44px;
	}
	.w3layouts_more-buttn h3 {
		font-size: 16px;
		margin-top: 31px;
	}
}

@media(max-width:1024px) {
	.art-right-w3ls {
		padding: 3em 27em 6em 4em;
	}
	.popup {
		margin: 3em auto;
	}
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		padding: .7em .9em;
		margin: 0px 0px 22px;
	}
}

@media(max-width:991px) {
	h1.header-w3ls {
		font-size: 41px;
		line-height: 63px;
	}
	button[type=submit] {
		margin: 42px 0px 0px;
	}
}

@media(max-width:900px) {
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		padding: .7em .7em;
	}
	.art-right-w3ls h2 {
		margin-bottom: 36px;
	}
}

@media(max-width:800px) {
	.art-right-w3ls {
		padding: 3em 19em 6em 4em;
	}
	h1.header-w3ls {
		font-size: 39px;
		line-height: 63px;
		letter-spacing: 1px;
	}
}

@media(max-width:768px) {
	.w3layouts_more-buttn h3 {
		font-size: 15px;
		margin-top: 28px;
	}
}

@media(max-width:767px) {
	button[type=submit] {
		padding: 10px 18px;
	}
	h1.header-w3ls {
		font-size: 37px;
	}
}

@media(max-width:736px) {
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		margin: 0px 0px 20px;
	}
	.bottem-wthree-footer p {
		letter-spacing: 1px;
	}
}

@media(max-width:667px) {
	.art-right-w3ls {
		padding: 3em 13em 6em 3em;
	}
	.art-left-w3ls {
		padding: 1.2em 3em 1.2em;
	}
}

@media(max-width:640px) {
	h1.header-w3ls {
		font-size: 35px;
	}
	.w3layouts_more-buttn h3 {
		margin-top: 25px;
	}
}

@media(max-width:600px) {
	.art-right-w3ls {
		padding: 3em 11em 6em 3em;
	}
	.art-right-w3ls h2 {
		font-size: 23px;
	}
}

@media(max-width:568px) {
	.form-left-to-w3l input[type="email"],
	.form-left-to-w3l input[type="password"],
	.form-left-to-w3l input[type="text"] {
		margin: 0px 0px 17px;
	}
}

@media(max-width:480px) {
	.bottem-wthree-footer p {
		line-height: 28px;
		padding: 0px 10px;
	}
	.art-left-w3ls {
		padding: 1.2em 1em 1.2em;
	}
	.art-right-w3ls {
		padding: 2.5em 6em 5em 3em;
	}
	button[type=submit] {
		margin: 37px 0px 0px;
	}
	.popup {
		max-width: 350px;
	}
	h1.header-w3ls {
		line-height: 54px;
	}
}

@media(max-width:440px) {
	h1.header-w3ls {
		font-size: 32px;
	}
	.art-right-w3ls h2 {
		margin-bottom: 31px;
	}
}

@media(max-width:414px) {
	.art-right-w3ls {
		padding: 2.5em 4em 4em 2em;
	}
	h1.header-w3ls {
		line-height: 41px;
		font-size: 30px;
	}
	.popup {
		max-width: 296px;
	}
}

@media(max-width:384px) {
	h1.header-w3ls {
		line-height: 46px;
		font-size: 28px;
	}
	.popup {
		max-width: 267px;
	}
}

@media(max-width:375px) {
	.art-right-w3ls h2 {
		font-size: 21px;
	}
}

@media(max-width:320px) {
	h1.header-w3ls {
		line-height: 42px;
	}
	.art-right-w3ls {
		padding: 2.5em 2em 4em 1em;
	}
	.popup {
		max-width: 239px;
		padding: 3em 1.5em;
	}
}


/*--//responsive--*/

html, body {
	overflow-x: hidden;
  }

  body {
	position: relative;
  }

  img {
	max-width: 100%;
  }


  .pa {
padding-top: 20px;
padding-bottom: 20px;
}

.carousel-inner {
padding-left: 30px;
padding-right: 30px;
}

.carousel-item img {
border-radius: 20px;
}
/* Video Section */
.video-section {
text-align: center;
padding: 40px 0;
}

.video-wrapper {
position: relative;
width: 90%;
/* Adjust as needed */
max-width: 1280px;
margin: 0 auto;
overflow: hidden;
padding-bottom: 56.25%;
/* 16:9 aspect ratio */
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.video-wrapper:hover {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}

@media (max-width: 768px) {
.video-wrapper {
  padding-bottom: 70%;
  /* Adjust aspect ratio for smaller screens */
}
}
.bottom-ab-grids {
position: relative;
}

.bottom-ab-grids::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
border-left: 1px solid #ddd;
/* Vertical line style */
height: 100%;
}
.carousel-control-prev,
.carousel-control-next {
background-color: transparent;
border: none;
box-shadow: none;
}
.tfb {
display: flex;
justify-content: center;
align-items: center;
}

.embed-container {
max-width: 800px;
width: 100%;
margin: 20px;
padding: 10px;
box-sizing: border-box;
border: 1px solid #ddd;
border-radius: 10px;
position: relative;
}

.social-widget {
width: 100%;
height: 600px;
}

@media screen and (max-width: 767px) {
.social-widget {
  height: 300px;
}
}

@media screen and (min-width: 768px) {
.embed-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-widget {
  width: calc(50% - 20px);
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
}

.collapse-btn {
position: absolute;
bottom: -25px;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
border: none;
border-radius: 50%;
padding: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.collapse-btn:hover {
cursor: pointer;
}

.fa-angle-down {
color: #000;
}

.widget-hidden .social-widget {
display: none;
}

.widget-hidden .collapse-btn {
bottom: -40px;
}

@media screen and (max-width: 767px) {
.widget-hidden .collapse-btn {
  bottom: -30px;
}
}

/* Rounded corners for the entire section */
.premium-footer {
border-radius: 15px;
/* Adjust the radius value for desired roundness */
}

/* Additional design elements */
.premium-footer h2 {
color: #064D50;
/* Set a header color that complements the background */
font-family: 'Open Sans', sans-serif;
/* Use a modern font for a clean look */
}

.premium-footer ul {
list-style: none;
/* Remove default bullets */
padding: 0;
/* Eliminate default list padding */
}

.premium-footer li {
margin-bottom: 10px;
/* Add spacing between list items */
}

.premium-footer a {
color: #064D50;
/* Set link color */
text-decoration: none;
/* Remove underline for a cleaner look */
}

.premium-footer a:hover {
color: #043a3d;
/* Darken link color on hover */
}

.rounded-section {
border-radius: 15px;
background-color: #064D50;
margin: 40px;
}

.rounded-section .text-white {
color: #fff;
/* Ensure pure white text */
}

#movetop1 {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: #064D50;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

#movetop1 span {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}

#movetop1:hover {
    background: #064D50;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tengs-btn {
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
	
}

.tengs-btn a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.tengs-btn-contact {
    background: linear-gradient(45deg, #064D50, #00BCD4);
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
	
}

.tengs-btn-login {
    background: linear-gradient(45deg, #4CAF50, #064D50);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    margin-left: 10px;
	
}

.tengs-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.tengs-btn a:hover {
	color: #fff;
}
.tengs-btn:active {
    transform: translateY(1px);
}


.pricing-section {
    padding: 100px 0;
    background: #f8f9fa;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .section-header h2 {
    color: #064D50;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .underline {
    width: 80px;
    height: 4px;
    background: #064D50;
    margin: 0 auto;
    position: relative;
  }
  
  .underline:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgba(6, 77, 80, 0.5);
    top: -8px;
  }
  
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
  
  .pricing-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(6, 77, 80, 0.15);
  }
  
  .card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #064D50;
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .pricing-card.featured {
    transform: scale(1.05);
    border: 2px solid #064D50;
  }
  
  .pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
  }
  
  .card-image {
    height: 200px;
    overflow: hidden;
  }
  
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .pricing-card:hover .card-image img {
    transform: scale(1.1);
  }
  
  .card-content {
    padding: 30px;
    margin-bottom: 110px;
    
  }
  
  .card-content h3 {
    color: #064D50;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  
  .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
  
  }
  
  .features-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
  }
  
  .features-list i {
    color: #064D50;
    font-size: 20px;
    margin-top: 3px;
  }
  
  .features-list strong {
    display: block;
    margin-bottom: 5px;
    color: #064D50;
  }
  
  .features-list p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .card-footer {
  position: absolute; /* Use sticky positioning */
  bottom: 0; /* Stick to the bottom of the card */
  width: 100%;
  padding: 30px;
  background: #f8f9fa;
  text-align: center;

}

  .price {
    font-size: 24px;
    color: #064D50;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background: #064D50;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .cta-button:hover {
    background: #053b3d;
    transform: translateY(-2px);
  }
  
  .pricing-note {
    text-align: center;
    color: #666;
    margin-top: 40px;
    font-style: italic;
  }
  
  @media (max-width: 1200px) {
    .pricing-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .pricing-grid {
      grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
      transform: scale(1);
    }
    
    .pricing-card.featured:hover {
      transform: translateY(-10px);
    }
    
    .section-header h2 {
      font-size: 28px;
    }
  }


  .guarantee-disclaimer {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}
  .tengs_presence_section {
    position: relative;
    padding: 8rem 2rem;
    min-height: 100vh;
    background: linear-gradient(135deg, #000716 0%, #001c3d 100%);
    overflow: hidden;
  }
  
  .tengs_spectrum_effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
      rgba(6, 77, 80, 0.1) 0%,
      rgba(6, 77, 80, 0.2) 100%);
    filter: blur(50px);
    animation: tengs_spectrum 15s infinite linear;
    opacity: 0.6;
  }
  
  @keyframes tengs_spectrum {
    0% {
      transform: rotate(0deg) scale(1.5);
      filter: hue-rotate(0deg);
    }
    50% {
      transform: rotate(180deg) scale(2);
    }
    100% {
      transform: rotate(360deg) scale(1.5);
      filter: hue-rotate(360deg);
    }
  }
  
  .tengs_presence_container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
  }
  
  .tengs_presence_header {
    text-align: center;
    margin-bottom: 5rem;
    color: white;
  }
  
  .tengs_presence_header h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #fff, #a6e1e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .tengs_presence_lead {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
  }
  
  .tengs_features_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
  }
  
  .tengs_feature_card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    color: white;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  
  .tengs_feature_card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
  }
  
  .tengs_feature_icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #a6e1e3;
    transition: all 0.3s ease;
  }
  
  .tengs_feature_card:hover .tengs_feature_icon {
    transform: scale(1.1);
    color: #fff;
  }
  
  .tengs_feature_content h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
  }
  
  .tengs_feature_content p {
    color: #fff;
    opacity: 0.9;
    line-height: 1.6;
  }
  
  .tengs_card_glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, 
      rgba(166, 225, 227, 0.1), 
      transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .tengs_feature_card:hover .tengs_card_glow {
    opacity: 1;
  }
  
  .tengs_cta_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
  }
  
  .tengs_primary_btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.2));
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .tengs_primary_btn:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }
  
  .tengs_guarantee_seal {
    width: 150px;
    height: 150px;
    border-radius: 60%;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: tengs_pulse 2s infinite;
  }
  
  .tengs_seal_content {
    text-align: center;
    color: white;
  }
  
  .tengs_seal_content span {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
  }
  
  .tengs_seal_content p {
    font-size: 0.8rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
  }
  
  @keyframes tengs_pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 20px rgba(255,255,255,0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
  }
  
  @media (max-width: 768px) {
    .tengs_presence_section {
      padding: 4rem 1rem;
    }
  
    .tengs_presence_header h2 {
      font-size: 2.5rem;
    }
  
    .tengs_presence_lead {
      font-size: 1.1rem;
    }
  
    .tengs_features_grid {
      grid-template-columns: 1fr;
    }
  
    .tengs_cta_wrapper {
      flex-direction: column;
      gap: 2rem;
    }
  
    .tengs_primary_btn {
      width: 100%;
      justify-content: center;
    }
  }



  .success-section {
    padding: 100px 0;
    background: #f8f9fa;
  }
  
  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .section-header .subtitle {
    color: #064D50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
  }
  
  .section-header h2 {
    color: #064D50;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .underline {
    width: 80px;
    height: 4px;
    background: #064D50;
    margin: 0 auto;
    position: relative;
  }
  
  .underline:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgba(6, 77, 80, 0.5);
    top: -8px;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
  }
  
  .feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }
  
  .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(6, 77, 80, 0.1);
  }
  
  .feature-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #064D50;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 0;
  }
  
  .feature-card.active,
  .feature-card:hover {
    color: white;
  }
  
  .feature-card.active:before,
  .feature-card:hover:before {
    opacity: 1;
  }
  
  .icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(6, 77, 80, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
  }
  
  .icon-circle i {
    font-size: 32px;
    color: #064D50;
    transition: all 0.4s ease;
  }
  
  .feature-card.active .icon-circle,
  .feature-card:hover .icon-circle {
    background: rgba(255, 255, 255, 0.2);
  }
  
  .feature-card.active .icon-circle i,
  .feature-card:hover .icon-circle i {
    color: white;
    transform: scale(1.1);
  }
  
  .feature-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #064D50;
    transition: all 0.4s ease;
  }
  
  .feature-card.active h3,
  .feature-card:hover h3 {
    color: white;
  }
  
  .feature-card p {
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    
  }
  .feature-card:hover p {
    color: white;
  }
  
  @media (max-width: 992px) {
    .features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .features-grid {
      grid-template-columns: 1fr;
    }
    
    .feature-card {
      padding: 30px 20px;
    }
    
    .section-header h2 {
      font-size: 28px;
    }
  }