.template-index .btn {
background: var(--light);
color: var(--blueMid);
border: none;
border-radius: 8px;
padding: 10px 20px;
font-weight: 500;
transition: 0.3s;
}
.template-index .btn:hover {
color: var(--blueMid);
transform: translateY(-2px);
}
.template-index .main-nav.scrolled {
background: var(--blueMid);
}
.template-index .navbar-toggler {
color: var(--light) !important;
}
.template-index .nav-link {
color: var(--light) !important;
}
.template-index .brand-logo i {
color: var(--light) !important;
}
.template-index .brand-logo h4 {
color: var(--light) !important;
}
.hero-modern {
overflow-x: clip;
padding: 120px 0 90px;
background: linear-gradient(
180deg,
#4b3df2 0%,
#8a7aff 20%,
#bfc4ff 45%,
#eef0ff 70%,
#ffffff 100%
);
border-radius: 0 0 35px 35px;
color: #fff;
}
.hero-modern .hero-title {
font-weight: 800;
font-size: 38px;
line-height: 1.2;
}
.hero-desc {
margin-top: 10px;
max-width: 420px;
opacity: 0.9;
color: rgb(255, 255, 255);
}
.hero-img {
padding: 10px 18px;
position: relative;
width: 300px;
left: 80px;
z-index: 2;
}
.hero-rating {
background: var(--blueMid);
border-radius: 16px;
padding: 10px 18px;
width: max-content;
margin-top: 12px;
}
.rating-value {
font-weight: 800;
font-size: 20px;
}
.rating-text {
opacity: 0.9;
margin-left: 6px;
}
.appointment-bar {
background: var(--light);
border-radius: 15px;
padding: 18px 20px;
margin-top: -50px;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
position: relative;
}
.form-field {
border-radius: 15px;
height: 40px;
}
.template-index .btn.make-btn {
background: var(--blueMid);
color: #fff;
font-weight: 600;
border-radius: 25px;
transition: 0.2s;
}
.template-index .btn.make-btn:hover {
opacity: 0.9;
color: var(--blueMid);
transform: translateY(-2px);
}
.feature-item {
text-align: center;
}
.feature-icon {
font-size: 42px;
color: var(--blueMid);
margin-bottom: 6px;
}
.feature-item h5 {
font-weight: 700;
}
.feature-item p {
color: #666;
}
.stats-box {
background: linear-gradient(135deg, #6b63ff, #a69eff);
padding: 28px 35px;
border-radius: 18px;
color: #fff;
gap: 15px;
}
.stats-icon {
font-size: 36px;
color: var(--light);
margin-bottom: 8px;
}
.counter {
font-size: 32px;
font-weight: 800;
color: beige;
}
.stats-label {
color: beige;
font-size: 14px;
}
.testimonial-box {
border-radius: 18px;
overflow: hidden;
}
.testimonial-img {
width: 100%;
height: 350px;
object-fit: cover;
}
.testimonial-content {
padding: 35px;
text-align: center;
}
.tag {
color: var(--blueMid);
font-weight: 600;
letter-spacing: 0.5px;
}
.quote-icon {
font-size: 32px;
color: var(--blueMid);
margin: 10px 0;
}
.testimonial-text {
color: #666;
font-style: italic;
max-width: 420px;
margin: auto;
}
.review-person {
margin-top: 15px;
display: flex;
justify-content: center;
gap: 10px;
align-items: center;
}
.review-avatar {
width: 42px;
height: 42px;
border-radius: 50%;
object-fit: cover;
}
.blog-card {
border-radius: 18px;
padding: 12px;
gap: 12px;
height: 100%;
}
.blog-img {
width: 150px;
height: 150px;
border-radius: 12px;
object-fit: cover;
}
.blog-content p {
color: #666;
margin: 6px 0;
}
.blog-tag {
color: var(--blueMid);
font-weight: 600;
letter-spacing: 0.5px;
}
.read-link {
color: var(--blueMid);
font-weight: 600;
text-decoration: none;
}
.read-link:hover {
text-decoration: underline;
}
.faq-tag {
color: var(--blueMid);
font-weight: 600;
letter-spacing: 0.5px;
}
.accordion-button {
font-weight: 600;
background: #f5f8ff;
}
.accordion-button:not(.collapsed) {
color: #4b3df2;
background: #e8ecff;
}
.accordion-item {
border-radius: 14px;
overflow: hidden;
margin-bottom: 10px;
border: 1px solid #eef1ff;
}
.cta-box {
background: linear-gradient(135deg, #6b63ff, #a69eff);
padding: 28px 35px;
border-radius: 18px;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.template-index .btn.cta-btn {
background: #ffffff;
color: #4b3df2;
font-weight: 700;
padding: 10px 26px;
border-radius: 25px;
transition: 0.2s;
}
.template-index .btn.cta-btn:hover {
background: var(--blueMid);
color: var(--light);
transform: translateY(-2px);
}
@media (max-width: 768px) {
.cta-box {
flex-direction: column;
text-align: center;
}
}
.template-index .newsletter-box button {
background: linear-gradient(135deg, #6b63ff, #4b3df2);
color: var(--light);
}
.template-index #mobileMenu {
background-color: #8a7aff;
}