:root {
    --bg-primary: #F5F5F5!important;
    --bg-light: #FFF!important;
    --bg-color: #3558FE!important;
    --bg-dark: #232323!important;
    --text-primary: #3C3C3C!important;
    --text-white: #fff!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}	

body {
    font-family: "Gill Sans", sans-serif;
    font-weight: 500!important;
    line-height: 1.5!important;
    color: var(--text-primary)!important;
    background-color: var(--bg-light)!important;
}

.container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

h1, h2, h3 {
    font-weight: 600;
    margin-bottom: 0px;
}


h1 { font-size: 3em; }
h2 { font-size: 3em; }
h3 { font-size: 1.7em; }

p {
    line-height: 1.6;
    font-weight: 500!important;
    margin-bottom: 10px;
    font-size: 20px;
}

section {
    padding: 40px 0;
}

section h2 {
    text-align: center;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 auto;
}

.section-hero {
    padding-top: 100px;
    padding-bottom: 20px;
}

.section-hero span{
    color: var(--bg-color);
}

.section-hero h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}

.lead-p {
    font-size: 24px;
}

.section-hero h1, .section-hero p {
    text-align: center;
}

.emd-video {
    max-width: 700px;
    margin-top: 30px;
}

#vidalytics_embed_Ei974O8xyReY8DS9 {
    width: 100%; 
    position:relative; 
}

a {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--bg-color);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    border: 1px solid #D4FA6C;
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

.main-list {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 30px;
}

.main-list li {
    list-style-type: square;    
}

.logo img{
    max-width: 135px;
}	

footer {
    padding: 30px;
    background-color: #040c45;
    border-top: 1px solid #f0f1f5;
    color: var(--text-white);
}

footer img {
    text-align: center;
}

footer ul {
    margin-bottom: 0!important;
}

footer ul li {
    margin-bottom: 5px;
}

footer a {
    color: var(--text-white);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

header {
    background: var(--bg-dark);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: white;
    padding: 10px 0;
}

header.sticky {
    position: sticky;
    top: 0;            
    z-index: 1000;      
}

.nav-menu {
    display: flex;
    list-style-type: none;
    transition: all 0.3s ease;
}

.navi {
    display: flex;
    gap: 10px;
}	

.navi ul {
    margin-bottom: 0!important;
}

.nav-menu li {
    margin-left: 15px;
    font-size: 20px;
}

.nav-menu a {
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}

.nav-menu a:hover {
    transform: translateY(-2px);
}

body {
    animation: fadeIn 1s ease;
}

.imge {
    max-width: 100%;
}

.button {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: var(--text-white);
    font-size: 17px;
    line-height: 1.55;
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    background-image: linear-gradient(0.401turn, rgba(21, 40, 138, 1) 0%, rgba(24, 61, 255, 1) 100%);
    transition: all ease .5s;
    outline-style: none;
}

.button:hover {
    color: var(--text-white);
}

.button:after {
	content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.001s;
    animation-delay: 0.001s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } 
}


.btn2 {
    font-size: 20px;
    padding: 20px 65px;
}

h1 span {
    color: var(--bg-color);
}

.search {
    margin-top: 10px;
}

.search input[type="text"] {
    padding: 7px;
    width: 90%;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

@media (max-width: 600px) {
    .button {
        padding: 12px 30px;
        font-size: 17px;
    }

    .adv .button {
        padding: 12px 30px;
        font-size: 17px;
    }

    .search {
        display: none;
    }
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mw-20 {
    max-width: 40px;
}

.pb-70 {
    padding-bottom: 70px;
}

.cont-img {
    max-width: 95%;
    margin: 15px auto 20px;
}

.review {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.review:last-child {
    border-bottom: none;
}

.review h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.review p {
    font-size: 16px;
    line-height: 1.5;
}

.trust {
    border-radius: 0px 0px 0px 0px;
    background-color: #e8f3f3;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.trust img {
    max-width: 500px;
}

.feat {
    margin-top: 50px;
    padding: 0 10%;
    font-size: 20px;
}

.feat span {
    color: var(--text-primary);
}

.feature-icon {
    max-width: 36px;
    margin-right: 15px;
}

.app {
    height: 50px;
}

@media (max-width: 800px) {
    .mob-none {
        display: none;
    }
    .section-hero {
        padding:40px 0 0px;
    }
    .section-hero h1 {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom:10px;
    }
    .section-hero p {
        font-size: 20px;
        line-height: 1.4;
    }
    .logo img{
        max-width: 125px;
    }	
    h2 {
        font-size: 2em!important;
    }
    .faq-item {
        max-width: 100%!important;
    }
    .advantage-box {
        max-width: 100%!important;
    }
    .who .text {
        padding-left: 0px!important;
    }
    .trust img {
        max-width: 100%!important; 
    }
    footer .col-md-3{
        align-items: center!important;
        text-align: center!important;
        margin-bottom: 10px;
    }
    footer {
        padding: 10px;
    }
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: 300px!important;
}

.testimonials .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonials .swiper {
  padding-bottom: 10px; 
}

.testimonials .swiper-slide img {
  display: block;
  width: 100%;
  height: auto; 
  border-radius: 0;
}

.testimonials-swiper-desktop .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .testimonials-swiper-desktop .swiper-slide {
    flex: 0 0 100%; 
    max-width: 100%;
  }

@media (min-width: 992px) {
  .testimonials-swiper-desktop .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
  .testimonials-swiper-desktop .swiper-slide {
    flex: 0 0 100%; 
    max-width: 100%;
  }
}

.slider-2 {
    margin-top: 60px;
}

.reviews-swiper {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 40px;
    padding: 0px 0 50px!important;
}
  
.reviews-swiper  .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.who {
    padding-top: 0px;
}

.who h2 {
    text-align: left;
    text-transform: none;
}

.who .text {
    padding-left: 30px;
}

.who ul {
    padding-left: 27px;
}

.who ul li {
    list-style: disc;
    font-size: 18px;
}

.profile-card {
    position: relative;
    display: inline-block;
    width: 100%;
}

.profile-card img {
    width: 100%;
    height: auto;
    display: block;
}

.name-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f5f5f5;
    color: #000;
    padding: 6px 12px 6px 36px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.name-badge::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/ig.webp'); 
    background-size: cover;
    width: 18px;
    height: 18px;
}

.info-box {
    position: absolute;
    bottom: -25px;
    left: -20px;
    background-color: #005eff;
    color: white;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-width: 270px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
}

.advantage-box {
    border: 1.5px solid #0000FF;
    border-radius: 15px;
    padding: 16px 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.advantage-icon {
    flex-shrink: 0;
    width: 60px;
}

.advantage-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.adv .button {
    padding: 20px 30px
}

.faq-item {
	background-color: #040c45;
    color: var(--text-white);
    max-width: 80%;
	border-radius: 8px;
	margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid var(--border-color);
	overflow: hidden;
}

.faq-question {
	padding: 1.5rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-size: 22px;
	font-weight: 500;
	color: var(--text-white);
}

.faq-answer {
	padding: 0 1.5rem 1.5rem;
    font-size: 17px;
}

.text-with-bar {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 25px; 
}
  
.text-with-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;       
    height: 100%;     
    background-color: #005eff;
}


.terms {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.terms strong {
    font-size: 26px;
}

.terms h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    max-width: 100%;
    text-transform: none;
}

.terms h2 {
    text-align: left;
    font-size: 30px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: none;
}

.terms ol {
    padding-left: 15px;
    margin-top: 10px;
}

.terms ul {
    margin-top: 10px!important;
    padding-left: 20px;
}

.terms ul li {
    list-style: disc;
}