.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  color: #0d6efd;
  text-shadow: 0 2px 8px rgba(13,110,253,0.08);
}


.service-card {
  border: none;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(13,110,253,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(13,110,253,0.15);
  background: linear-gradient(120deg, #e3f2fd 60%, #fff 100%);
}
.service-card i {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #0d6efd 60%, #ffc107 100%);
  border-radius: 50%;
  padding: 18px;
  box-shadow: 0 2px 8px rgba(13,110,253,0.12);
  transition: background 0.3s;
  display: inline-block;
}
.service-card:hover i {
  background: linear-gradient(135deg, #ffc107 60%, #0d6efd 100%);
}
.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
.card-text {
  color: #333;
  font-size: 1rem;
  min-height: 48px;
}



.hero-section {
  position: relative;
  min-height: 70vh;
  background: url('images/logo-full.jpg') center 50px / cover no-repeat;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}


.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  transition: color 0.2s;
}
.navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0d6efd;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active-nav::after {
  width: 100%;
}


.corner-angle {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
}
.left-corner::before,
.right-corner::before {
  content: "";
  position: absolute;
  background: #0d6efd;
  border-radius: 2px;
}
.left-corner::before {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.left-corner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background: #0d6efd;
  border-radius: 2px;
}
.right-corner::before {
  width: 4px;
  height: 100%;
  right: 0;
  bottom: 0;
}
.right-corner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0d6efd;
  border-radius: 2px;
}


.about-bg-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 6rem;
  color: #e3f2fd;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd 60%, #ffc107 100%);
  border-radius: 2px;
}
.about-quote {
  font-size: 1.15rem;
  font-style: italic;
  background: #f8f9fa;
  border-left: 4px solid #0d6efd;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.about-quote .quote-icon {
  color: #0d6efd;
  font-size: 1.3rem;
  vertical-align: middle;
  margin: 0 0.3rem;
}



.goals-bg-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 5rem;
  color: #e3f2fd;
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}
.goal-card {
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
}
.goal-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(13,110,253,0.12);
}
.goal-icon {
  transition: transform 0.3s;
}
.goal-card:hover .goal-icon {
  transform: scale(1.15) rotate(-8deg);
}



.why-bg-icon {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 5rem;
  color: #ffc107;
  opacity: 0.10;
  z-index: 0;
  pointer-events: none;
}
.feature-card {
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
}
.feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(13,110,253,0.12);
}
.feature-icon {
  transition: transform 0.3s;
}
.feature-card:hover .feature-icon {
  transform: scale(1.15) rotate(-8deg);
}


.contact-bg-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 5rem;
  color: #0d6efd;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}



.process-bg-icon {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 5rem;
  color: #0d6efd;
  opacity: 0.07;
  z-index: 0;
  pointer-events: none;
}
.process-step-card {
  background: #fff;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.process-step-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(13,110,253,0.12);
}
.process-step-icon {
  transition: transform 0.3s;
}
.process-step-card:hover .process-step-icon {
  transform: scale(1.15) rotate(-8deg);
}



.faq-bg-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 5rem;
  color: #0d6efd;
  opacity: 0.07;
  z-index: 0;
  pointer-events: none;
}




.testimonials-bg-icon {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 5rem;
  color: #ffc107;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}
.testimonial-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(13,110,253,0.12);
}



.footer-main {
  background: #212529;
  color: #bbb;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.footer-link {
  color: #bbb;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #0d6efd;
  text-decoration: underline;
}
.footer-social a {
  transition: color 0.2s, transform 0.2s;
}
.footer-social a:hover {
  color: #ffc107;
  transform: scale(1.2);
}
.footer-map iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25d366;
  color: #fff;
  font-size: 2rem;
  padding: 12px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(37,211,102,0.15);
  z-index: 999;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
}
.whatsapp-float:hover {
  background: #128c7e;
  transform: scale(1.1);
}


.navbar-brand img {
  max-height: 50px;
  width: auto;
}