.btn {
background: var(--grad);
color: #fff;
border: none;
border-radius: 8px;
padding: 10px 20px;
font-weight: 500;
transition: 0.3s;
}
.template-services .btn {
border-radius: 9px;
padding: 10px 5px;
font-weight: 400;
}
.template-services .btn:hover {
transform: translateY(-2px);
}
.main-nav.scrolled {
background: #ffffff;
}
.navbar-toggler {
color: var(--blueMid) !important;
}
.nav-link {
color: var(--blueMid) !important;
}
.brand-logo i {
color: var(--blueMid) !important;
}
.brand-logo h4 {
color: var(--blueMid) !important;
}
.why-img {
width: 100%;
border-radius: 22px;
object-fit: cover;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.why-list {
list-style: none;
padding: 0;
margin-top: 10px;
}
.why-list li {
font-size: 15px;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
color: #444;
}
.why-list i {
color: #4b3df2;
font-size: 18px;
}
.service-card {
background: white;
border-radius: 18px;
padding: 30px;
text-align: left;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: 0.25s;
height: 100%;
}
.service-card:hover {
transform: translateY(-6px);
}
.service-card i {
font-size: 38px;
color: var(--primary);
margin-bottom: 10px;
}
.service-card h5 {
font-weight: 700;
margin-top: 5px;
}
.service-card p {
color: #6d6d6d;
font-size: 0.9rem;
}
.team-card {
background: #fff;
border-radius: 18px;
padding: 25px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: 0.25s;
height: 100%;
}
.team-card:hover {
transform: translateY(-6px);
}
.team-img {
width: 130px;
height: 150px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 10px;
}
.team-link {
text-decoration: none;
color: #4b3df2;
font-weight: 600;
}
.why-team-box {
background: #fff;
border-radius: 18px;
padding: 25px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
transition: 0.25s;
height: 100%;
}
.why-team-box:hover {
transform: translateY(-6px);
}
.why-team-box i {
font-size: 30px;
color: #4b3df2;
}
.price-card {
background: #fff;
border-radius: 20px;
padding: 25px;
text-align: center;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(75, 61, 242, 0.15);
transition: 0.3s;
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.price-card:hover {
transform: translateY(-6px);
}
.price {
color: #4b3df2;
font-weight: 800;
font-size: 38px;
margin: 10px 0 15px;
}
.price-list {
list-style: none;
padding: 0;
margin: 0 0 15px;
}
.price-list li {
margin-bottom: 6px;
color: #555;
font-size: 14px;
}
.price-card .price-btn {
margin-top: auto;
align-self: center;
}
.price-btn {
background: #4b3df2;
color: #fff;
border-radius: 10px;
padding: 8px 20px;
font-weight: 600;
}
.price-btn:hover {
opacity: 0.9;
color: #fff;
}
.popular {
border: 2px solid #4b3df2;
}
.badge-popular {
position: absolute;
top: -10px;
right: 15px;
background: #4b3df2;
color: #fff;
padding: 4px 10px;
border-radius: 10px;
font-size: 12px;
}
.solution-card {
background: #fff;
border-radius: 20px;
padding: 25px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
transition: 0.3s ease;
border: 1px solid rgba(75, 61, 242, 0.12);
height: 100%;
display: flex;
flex-direction: column;
}
.solution-card:hover {
transform: translateY(-6px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.solution-icon {
width: 55px;
height: 55px;
border-radius: 14px;
background: var(--grad);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 26px;
margin-bottom: 12px;
}
.solution-card p {
color: #555;
font-size: 14px;
margin: 6px 0 14px;
}
.solution-link {
text-decoration: none;
font-weight: 600;
color: #4b3df2;
transition: 0.2s;
margin-top: auto;
align-self: flex-start;
}
.solution-link:hover {
opacity: 0.7;
color: #4b3df2;
}