/* ============================================
   ProfeEnOrden Landing Page — Estilo Fanadesh
   ============================================ */

body {
  font-family: 'Raleway', sans-serif;
  background-color: #f8fafc;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding-top {
  padding-top: 75px;
}

/* ---- Buttons ---- */
.call_to-btn {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.call_to-btn:hover {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
  text-decoration: none;
}

.btn_primary {
  background-color: #2563eb;
  color: #ffffff;
}

.btn_primary:hover {
  background-color: #1d4ed8;
  color: #ffffff;
}

.btn_white-border {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn_white-border:hover {
  background-color: #ffffff;
  color: #2563eb;
}

.btn_green {
  background-color: #10b981;
  color: #ffffff;
}

.btn_green:hover {
  background-color: #059669;
  color: #ffffff;
}

.btn-login {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(255,255,255,0.15);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-login:hover {
  background-color: #ffffff;
  color: #2563eb;
  text-decoration: none;
}

a, a:hover, a:focus {
  text-decoration: none;
}

.btn, .btn:focus {
  outline: none !important;
  box-shadow: none;
}

/* ---- Header ---- */
.header_section {
  padding-top: 10px;
  font-family: 'Poppins', sans-serif;
}

nav.navbar.navbar-expand-lg {
  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #f7f6f7;
  text-align: center;
  font-weight: 500;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #93c5fd;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #fefefe;
}

.navbar-brand i {
  font-size: 24px;
  color: #93c5fd;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  border-color: rgba(255,255,255,0.3);
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---- Top Container / Hero Background ---- */
.top_container {
  position: relative;
}

.top_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 40%, #3b82f6 100%);
  z-index: -1;
}

.top_container::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 20%;
  left: 6%;
  background-color: #10b981;
  border-radius: 8px;
  opacity: 0.6;
}

/* ---- Hero Section ---- */
.hero-container {
  display: flex;
  padding-top: 80px;
  padding-bottom: 100px;
  align-items: center;
}

.hero_detail-box {
  width: 55%;
  color: #fefeff;
}

.hero_detail-box h1 {
  font-size: 44px;
  color: #fefeff;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

.hero_img-container {
  width: 45%;
  display: flex;
  justify-content: center;
}

.hero-illustration {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-card {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  width: 300px;
  transform: rotate(2deg);
}

.hero-card-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e40af;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}

.hero-card-header i {
  margin-right: 6px;
}

.hero-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mini-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

.stat-num {
  font-size: 20px;
  font-weight: 700;
  color: #2563eb;
  font-family: 'Poppins', sans-serif;
}

.hero_btn-continer {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* ---- Section Headings ---- */
.section-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1e293b;
}

/* ---- Features Section ---- */
.about_section {
  padding: 80px 0;
  background: #ffffff;
}

.features-grid {
  display: flex;
  gap: 0;
}

.feature-card {
  text-align: center;
  padding: 40px 25px;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  background: #f8fafc;
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.icon-blue {
  background: #dbeafe;
  color: #2563eb;
}

.icon-green {
  background: #d1fae5;
  color: #059669;
}

.icon-red {
  background: #fee2e2;
  color: #dc2626;
}

.feature-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1e293b;
  margin-bottom: 12px;
}

.feature-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

/* ---- Modules Section ---- */
.modules_section {
  padding: 80px 0;
  background: #f1f5f9;
}

.module-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border-color: #2563eb;
}

.module-icon {
  font-size: 36px;
  color: #2563eb;
  margin-bottom: 15px;
}

.module-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1e293b;
  margin-bottom: 10px;
}

.module-card p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* ---- Why Section ---- */
.why_section {
  padding: 80px 0;
  background: #ffffff;
}

.why_detail-box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1e293b;
}

.why_detail-box p {
  color: #64748b;
  margin: 20px 0;
  line-height: 1.7;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.why-list li {
  padding: 8px 0;
  color: #475569;
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.why-list li:last-child {
  border-bottom: none;
}

.why-list li strong {
  color: #1e293b;
}

.why-illustration {
  background: #f8fafc;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #e2e8f0;
}

.why-item {
  padding: 12px 16px;
  margin-bottom: 8px;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
  border: 1px solid #e2e8f0;
}

.why-item i {
  margin-right: 10px;
  font-size: 18px;
}

/* ---- Pricing Section ---- */
.pricing_section {
  padding: 80px 0;
  background: #f8fafc;
}

.plan-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #e2e8f0;
  border-radius: 10px;
  padding: 4px;
  display: inline-flex;
  margin: 0 auto;
  width: auto;
}

.plan-toggle {
  display: flex;
  justify-content: center;
}

.toggle-btn {
  padding: 10px 28px;
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  color: #64748b;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(37,99,235,0.3);
}

.plan-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  border: 2px solid #e2e8f0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.plan-card.featured {
  border-color: #2563eb;
  box-shadow: 0 10px 40px rgba(37,99,235,0.15);
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.plan-header {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.plan-header h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1e293b;
  margin-bottom: 8px;
}

.plan-price {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2563eb;
}

.plan-price span {
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
}

.plan-annual {
  font-size: 12px;
  color: #10b981;
  font-weight: 600;
  margin-top: 4px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex-grow: 1;
}

.plan-features li {
  padding: 8px 0;
  font-size: 13px;
  color: #475569;
  border-bottom: 1px solid #f8fafc;
}

.plan-features li i {
  margin-right: 8px;
  font-size: 14px;
}

.plan-features li .bi-check {
  color: #10b981;
}

.plan-features li .bi-x {
  color: #cbd5e1;
}

.plan-features li.disabled {
  color: #cbd5e1;
}

/* Features extra (colapsable) */
.plan-features-extra {
  border-top: 1px dashed #e2e8f0;
  margin-top: 4px;
  padding-top: 4px;
}

.plan-features-extra .plan-features {
  margin-bottom: 0;
}

.plan-toggle-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 0;
  margin: 4px 0 16px;
  background: none;
  border: none;
  border-top: 1px solid #f1f5f9;
  color: #2563eb;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.plan-toggle-features:hover {
  color: #1d4ed8;
}

.plan-toggle-features i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.plan-btn {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  background: #f1f5f9;
  color: #2563eb;
  transition: all 0.3s ease;
  text-decoration: none;
}

.plan-btn:hover {
  background: #2563eb;
  color: #ffffff;
  text-decoration: none;
}

.plan-btn.btn-featured {
  background: #2563eb;
  color: #ffffff;
}

.plan-btn.btn-featured:hover {
  background: #1d4ed8;
}

/* Add-ons */
.addons-section h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1e293b;
}

.addon-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.addon-card:hover {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37,99,235,0.1);
}

.addon-card i {
  font-size: 24px;
  color: #2563eb;
}

.addon-card strong {
  font-size: 14px;
  color: #1e293b;
}

.addon-card span {
  font-size: 13px;
  color: #10b981;
  font-weight: 600;
}

/* ---- Testimonials / Client Section ---- */
.client_section h2,
.client_section h5,
.client_section p {
  font-weight: 600;
}

.client_section h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  color: #1e293b;
}

.client_section h5 {
  font-size: 20px;
  color: #2563eb;
}

.client_section .row {
  align-items: center;
  padding: 50px 0;
  margin: 0 15px;
}

.client-role {
  font-size: 13px !important;
  color: #64748b !important;
  font-weight: 400 !important;
  margin-bottom: 12px;
}

.client_detail-box p {
  color: #475569;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
}

.testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.testimonial-avatar i {
  font-size: 50px;
  color: #2563eb;
}

.client_img-box {
  position: relative;
}

.client_img-box::before,
.client_img-box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 24px;
  border-radius: 20px;
  background-color: #2563eb;
  opacity: 0.3;
}

.client_img-box::before {
  top: -10px;
  left: -10px;
  transform: rotate(139deg);
}

.client_img-box::after {
  bottom: -10px;
  right: -10px;
  transform: rotate(142deg);
}

.client_section .carousel-indicators {
  margin: 0;
  justify-content: flex-end;
  padding-right: 15px;
  bottom: 10px;
}

.client_section .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #93c5fd;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #2563eb;
}

/* ---- Contact Section ---- */
.contact_section {
  padding: 80px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.contact_section .row {
  align-items: center;
}

.contact_section h2 {
  font-size: 28px;
  color: #1e293b;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-subtitle {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 30px;
}

.contact-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.contact-feature-item i {
  font-size: 24px;
  color: #2563eb;
  flex-shrink: 0;
}

.contact-feature-item strong {
  display: block;
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 4px;
}

.contact-feature-item p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

/* ---- Info Section (Footer dark) ---- */
.info_section {
  background-color: #1e293b;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.info_logo-box {
  display: flex;
  justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 7px;
  border-bottom: 2px solid #2563eb;
  font-size: 24px;
}

.info_logo-box h2 i {
  color: #93c5fd;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.info_section p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 6px 0;
}

.info_section ul li a {
  color: #94a3b8;
  font-size: 13px;
  transition: color 0.3s ease;
}

.info_section ul li a:hover {
  color: #93c5fd;
}

.info_section .form_container input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #475569;
  background: #334155;
  color: #ffffff;
  border-radius: 6px;
  font-size: 13px;
}

.info_section .form_container input::placeholder {
  color: #94a3b8;
}

.info_section .form_container button {
  background-color: #2563eb;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 24px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.info_section .form_container button:hover {
  background-color: #1d4ed8;
}

.social_container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #475569;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.info_section .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 18px;
  transition: all 0.3s ease;
}

.info_section .social-box a:hover {
  background: #2563eb;
  color: #ffffff;
}

/* ---- Footer ---- */
.footer_section {
  background-color: #0f172a;
  padding: 20px 15px;
  font-family: 'Poppins', sans-serif;
}

.footer_section p {
  color: #94a3b8;
  margin: 0;
  text-align: center;
  font-size: 13px;
}
