@font-face {
  font-family: 'Tajawal';
  src: url('/assets/fonts/Tajawal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url('/assets/fonts/Tajawal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tajawal';
  src: url('/assets/fonts/Tajawal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.why-choose-section::after,
.why-choose-section::before {
  background: radial-gradient(
    circle,
    rgba(9, 128, 218, 0.05) 0,
    transparent 70%
  );
  border-radius: 50%;
  position: absolute;
  content: "";
}
.feature-icon,
.feature-item {
  display: flex;
  display: flex;
}
.content-card h2::after,
.section-title span::after {
  background: linear-gradient(90deg, #0980da 0, transparent 100%);
}
.cta-btn,
.footer-links a,
.keyword-card a,
.service-btn-page,
.social-link {
  text-decoration: none;
}
.why-choose-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
  position: relative;
  overflow: hidden;
}
.why-choose-section::before {
  top: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
}
.why-choose-section::after {
  bottom: -30%;
  right: -10%;
  width: 400px;
  height: 400px;
}
.section-header,
.section-header-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section-badge {
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(9, 128, 218, 0.3);
}
.section-title {
  line-height: 1.3;
}
.section-title span {
  color: #0980da;
  position: relative;
  display: inline-block;
}
.section-title span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 2px;
}
.section-description {
  font-size: 19px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.9;
}
.content-wrapper,
.features-grid {
  position: relative;
  z-index: 1;
}
.image-side {
  position: relative;
  height: 100%;
  min-height: 600px;
}
.main-image {
  position: relative;
  width: 100%;
  height: 550px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(9, 128, 218, 0.2);
  animation: 6s ease-in-out infinite float;
}
.hero-image img,
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(9, 128, 218, 0.1) 0,
    transparent 100%
  );
  z-index: 1;
}
.image-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #fff;
  padding: 25px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
  animation: 2s ease-in-out infinite pulse;
}
.image-badge-number {
  font-size: 42px;
  font-weight: 800;
  color: #0980da;
  line-height: 1;
  margin-bottom: 5px;
}
.image-badge-text {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
.decorative-shape {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  opacity: 0.1;
  z-index: 0;
  animation: 20s linear infinite rotate;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  transition: 0.4s;
  border: 2px solid transparent;
}
.feature-item:hover {
  transform: translateX(-10px);
  border-color: #0980da;
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.15);
}
.feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(9, 128, 218, 0.3);
}
.feature-item:hover .feature-icon {
  transform: rotateY(360deg);
}
.feature-content,
.keyword-text {
  flex: 1;
}
.feature-title-best {
  color: #0980da;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: start;
}
.feature-description-best {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}
.info-box strong,
.keyword-card:hover .keyword-title,
.stat-number {
  color: #0980da;
}
.stats-row {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #e9ecef;
}
.not-found,
.stat-item,
.stat-item-page {
  text-align: center;
  padding: 20px;
}
.stat-number {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.stat-label {
  font-size: 16px;
  color: #666;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
  .image-side {
    min-height: 400px;
    margin-bottom: 50px;
  }
  .main-image {
    height: 400px;
  }
  .feature-item {
    margin-bottom: 25px;
  }
  .image-badge {
    bottom: 20px;
    right: 20px;
    padding: 20px 25px;
  }
  .image-badge-number {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .why-choose-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .section-description {
    font-size: 16px;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .feature-title {
    font-size: 18px;
  }
  .stat-number {
    font-size: 36px;
  }
}
.keywords-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
  position: relative;
  overflow: hidden;
}
.keywords-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(9, 128, 218, 0.03) 0,
    transparent 70%
  );
}
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(9, 128, 218, 0.3);
  animation: 2s ease-in-out infinite pulse;
}
.feature-card,
.keyword-card {
  animation: 0.6s forwards fadeInUp;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.section-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 2px;
}
.keywords-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.feature-icon,
.keyword-card a {
  align-items: center;
  display: flex;
}
.keyword-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  border: 2px solid transparent;
  overflow: hidden;
  opacity: 0;
}
.keyword-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(9, 128, 218, 0.05),
    transparent
  );
  transition: left 0.6s;
}
.keyword-card:hover::before {
  left: 100%;
}
.keyword-card:hover {
  transform: translateY(-8px);
  border-color: #0980da;
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.2);
}
.keyword-card a {
  gap: 15px;
  position: relative;
  z-index: 1;
}
.keyword-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: 0.4s;
  box-shadow: 0 5px 15px rgba(9, 128, 218, 0.3);
}
.keyword-card:hover .keyword-icon {
  transform: rotate(360deg) scale(1.1);
}
.keyword-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s;
}
.keyword-arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgba(9, 128, 218, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}
.keyword-card:hover .keyword-arrow {
  opacity: 1;
  transform: translateX(-5px);
  transform: rotate(270deg);
}
.keyword-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #0980da;
}
.icon-pest {
  content: "🐛";
}
.icon-clean {
  content: "🧹";
}
.icon-worker {
  content: "👷";
}
.icon-tank {
  content: "💧";
}
.icon-carpet {
  content: "🧺";
}
.icon-villa {
  content: "🏠";
}
.icon-sofa {
  content: "🛋️";
}
.icon-service {
  content: "⚡";
}
.icon-price {
  content: "💰";
}
.icon-company {
  content: "🏢";
}
@media (max-width: 768px) {
  .keywords-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 32px;
  }
  .keywords-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .keyword-card {
    padding: 20px 15px;
  }
  .keyword-title {
    font-size: 15px;
  }
  .keyword-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .keywords-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.keyword-card:first-child {
  animation-delay: 50ms;
}
.feature-card:first-child,
.keyword-card:nth-child(2) {
  animation-delay: 0.1s;
}
.keyword-card:nth-child(3) {
  animation-delay: 0.15s;
}
.feature-card:nth-child(2),
.keyword-card:nth-child(4) {
  animation-delay: 0.2s;
}
.keyword-card:nth-child(5) {
  animation-delay: 0.25s;
}
.feature-card:nth-child(3),
.keyword-card:nth-child(6) {
  animation-delay: 0.3s;
}
.keyword-card:nth-child(7) {
  animation-delay: 0.35s;
}
.feature-card:nth-child(4),
.keyword-card:nth-child(8) {
  animation-delay: 0.4s;
}
.keyword-card:nth-child(9) {
  animation-delay: 0.45s;
}
.keyword-card:nth-child(10) {
  animation-delay: 0.5s;
}
.keyword-card:nth-child(11) {
  animation-delay: 0.55s;
}
.keyword-card:nth-child(12) {
  animation-delay: 0.6s;
}
.keyword-card:nth-child(13) {
  animation-delay: 0.65s;
}
.keyword-card:nth-child(14) {
  animation-delay: 0.7s;
}
.keyword-card:nth-child(15) {
  animation-delay: 0.75s;
}
.keyword-card:nth-child(16) {
  animation-delay: 0.8s;
}
.keyword-card:nth-child(17) {
  animation-delay: 0.85s;
}
.keyword-card:nth-child(18) {
  animation-delay: 0.9s;
}
.keyword-card:nth-child(19) {
  animation-delay: 0.95s;
}
.keyword-card:nth-child(20) {
  animation-delay: 1s;
}
.keyword-card:nth-child(21) {
  animation-delay: 1.05s;
}
.keyword-card:nth-child(22) {
  animation-delay: 1.1s;
}
.keyword-card:nth-child(23) {
  animation-delay: 1.15s;
}
.features-section {
  background: linear-gradient(135deg, #1e88e5 0, #2196f3 50%, #42a5f5 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.contact-hero::before,
.features-section::before,
.service-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0,
    transparent 70%
  );
  border-radius: 50%;
}
.features-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0,
    transparent 70%
  );
  border-radius: 50%;
}
.section-subtitle-features {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.section-title-features {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0980da 0, #2196f3 100%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.feature-card:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.feature-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: 800;
  color: #0980da;
  opacity: 0.15;
  line-height: 1;
}
.content-card p,
.footer-about {
  line-height: 1.8;
}
.feature-icon {
  margin: 0 auto 25px;
  justify-content: center;
  transition: transform 0.4s;
}
.feature-card:hover .feature-icon {
  transform: scale(1.15) rotateY(360deg);
}
.feature-title {
  color: #0980da;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.feature-description {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
.feature-card {
  opacity: 0;
  transform: translateY(50px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .features-section {
    padding: 60px 0 80px;
  }
  .section-title {
    font-size: 36px;
  }
  .feature-card {
    margin-bottom: 20px;
  }
}
.footer-about,
.footer-logo,
.footer-title,
.form-group {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .feature-card {
    padding: 30px 20px;
  }
  .feature-title {
    font-size: 20px;
  }
  .feature-description {
    font-size: 15px;
  }
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
  .feature-number {
    font-size: 36px;
  }
}
.fixed-contact-icons {
  position: fixed;
  z-index: 9999;
}
.fixed-whatsapp {
  left: 20px;
  bottom: 30px;
}
.fixed-phone {
  left: 20px;
  bottom: 110px;
}
.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s;
  animation: 2s ease-in-out infinite pulse-icon;
}
.content-card,
.service-image {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.whatsapp-icon,
.whatsapp-link {
  background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
}
.phone-icon {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
}
.contact-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
@keyframes pulse-icon {
  0%,
  100% {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 5px 30px rgba(9, 128, 218, 0.6);
  }
}
.footer {
  background: linear-gradient(135deg, #0a2540 0, #0d3a5f 50%, #0a2540 100%);
  color: #fff;
  padding-top: 60px;
  position: relative;
  margin-top: 80px;
}
.contact-info li,
.footer-about,
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0980da 0, #2196f3 50%, #0980da 100%);
}
.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.content-card h2,
.footer-title {
  padding-bottom: 15px;
  position: relative;
}
.footer-logo img {
  max-width: 320px;
  filter: brightness(0) invert(1);
}
.footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.contact-info-icon,
.social-link {
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 10px;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0, #0980da 100%);
  border-radius: 2px;
}
.contact-info,
.features-list,
.footer-links,
.one-service-why-list {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  transition: 0.3s;
  display: inline-block;
}
.footer-links a:hover {
  color: #0980da;
  padding-right: 10px;
}
.footer-links a::before {
  content: "◄";
  margin-left: 8px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer-links a:hover::before {
  opacity: 1;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-info-icon {
  background: rgba(9, 128, 218, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0980da;
  flex-shrink: 0;
}
.contact-info-content {
  flex: 1;
  text-align: right !important;
}
.info-item,
.social-link {
  align-items: center;
  transition: 0.3s;
}
.cta-section,
.cta-section-page,
.experience-card,
.footer-bottom,
.head,
.head-about,
.hero-content,
.section-subtitle-page,
.section-title-page {
  text-align: center;
}
.contact-info-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.social-links {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.social-link {
  display: flex;
  justify-content: center;
  color: #fff;
}
.social-link:hover {
  transform: translateY(-5px);
  color: #fff;
}
.social-facebook,
.social-tiktok,
.social-youtube {
  background: #fff;
}
.social-twitter {
  background: #1da1f2;
}
.social-instagram {
  background: linear-gradient(135deg, #833ab4 0, #fd1d1d 50%, #f77737 100%);
}
.footer-bottom {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.2);
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.info-bar {
  background: rgba(9, 128, 218, 0.1);
  padding: 30px 0;
  margin-bottom: 60px;
}
.info-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
}
.info-icon,
.service-hero {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  color: #fff;
}
.info-item:hover {
  background: rgba(9, 128, 218, 0.15);
  transform: translateY(-5px);
}
.info-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.info-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.info-content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 14px;
}
.lucide-arrow-up-right.rotate {
  transform: rotate(270deg);
}
.service-hero {
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero-icon,
.service-icon {
  font-size: 80px;
  margin-bottom: 20px;
  animation: 3s ease-in-out infinite float;
}
.service-title-one {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero-subtitle,
.service-subtitle-one {
  font-size: 20px;
  opacity: 0.9;
}
.service-content-one {
  padding: 60px 0;
}
.content-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}
.content-card h2 {
  color: #0980da;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.content-card h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 4px;
}
.content-card h3 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px;
}
.content-card p {
  color: #666;
  font-size: 17px;
  margin-bottom: 20px;
}
.features-list li {
  padding: 15px 20px;
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  border-right: 4px solid #0980da;
  font-size: 16px;
  transition: 0.3s;
}
.features-list li:hover {
  background: #e3f2fd;
  transform: translateX(-10px);
}
.features-list li::before {
  content: "✓";
  color: #0980da;
  font-weight: 700;
  margin-left: 10px;
  font-size: 20px;
}
.cta-section {
  color: #fff;
}
.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cta-btn {
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cta-btn-primary,
.cta-btn-secondary:hover,
.one-service-btn-primary {
  background: #fff;
  color: #0980da;
}
.cta-btn-primary:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cta-btn-secondary {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
}
.price-badge {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.service-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.not-found h1 {
  font-size: 120px;
  color: #0980da;
  margin-bottom: 20px;
}
.not-found h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
  .footer-title {
    font-size: 20px;
  }
  .contact-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .info-bar {
    margin-bottom: 40px;
  }
  .info-item {
    margin-bottom: 15px;
  }
  .service-hero {
    padding: 60px 0 40px;
  }
  .service-title {
    font-size: 32px;
  }
  .service-icon {
    font-size: 60px;
  }
  .content-card {
    padding: 25px;
  }
  .content-card h2 {
    font-size: 26px;
  }
  .cta-section {
    padding: 30px 20px;
  }
  .cta-section h3 {
    font-size: 24px;
  }
  .cta-buttons {
    flex-direction: column;
  }
}
.head {
  background: linear-gradient(135deg, #0980da 0, #0760b5 100%);
  color: #fff;
  padding: 60px 20px;
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.2);
}
.head h1 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 10px;
  font-weight: 700;
}
.head p {
  font-size: 1.2em;
  opacity: 0.95;
}
.services-grid-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin: 60px 0;
}
.service-card-page {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.cta-section-page,
.service-btn-page {
  background: linear-gradient(135deg, #0980da 0, #0760b5 100%);
}
.experience-card:hover,
.service-card-page:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(9, 128, 218, 0.2);
}
.service-image-page {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.service-content-page {
  padding: 25px;
  position: relative;
}
.service-title-page {
  color: #0980da;
  font-size: 1.4em;
  margin-bottom: 12px;
  font-weight: 600;
}
.service-description-page {
  color: #666;
  font-size: 0.95em;
  line-height: 1.7;
  margin-bottom: 18px;
}
.service-btn-page {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.9em;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.btn-primary-page,
.btn-secondary-page {
  font-weight: 600;
  font-size: 1em;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.service-btn-page:hover {
  transform: translateX(-5px);
  box-shadow: 0 5px 15px rgba(9, 128, 218, 0.3);
}
.service-btn-page svg {
  width: 18px;
  height: 18px;
}
.cta-section-page {
  color: #fff;
  padding: 50px 20px;
  border-radius: 15px;
  margin: 60px 0;
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.2);
}
.cta-section-page h2 {
  color: #fff;
  font-size: 2.2em;
  margin-bottom: 15px;
}
.cta-section-page p {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.95;
}
.cta-buttons,
.cta-buttons-page {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.btn-primary-page {
  background: #fff;
  color: #0980da;
  padding: 14px 35px;
  border-radius: 8px;
  border: 2px solid #fff;
}
.btn-primary-page:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}
.btn-secondary-page {
  background: 0 0;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  border: 2px solid #fff;
}
.btn-secondary-page:hover {
  background: rgba(255, 255, 255, 0.1);
}
.section-title-page {
  font-size: 2.5em;
  color: #0980da;
  margin-bottom: 40px;
  font-weight: 700;
}
.section-subtitle-page {
  display: block;
  color: #0980da;
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.stats-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin: 60px 0;
}
.head-about h1,
.stat-number-page {
  margin-bottom: 10px;
  font-weight: 700;
}
.stat-number-page {
  font-size: 2.5em;
  color: #0980da;
}
.stat-label-page {
  color: #666;
  font-size: 1.1em;
}
.head-about {
  background: linear-gradient(135deg, #0980da 0, #0760b5 100%);
  color: #fff;
  padding: 60px 20px;
}
.head-about h1 {
  font-size: 3em;
}
.hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 80px 0;
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(9, 128, 218, 0.1);
}
.hero-image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #0980da 0, #0760b5 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  overflow: hidden;
}
.experience-card,
.features-section-about {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(9, 128, 218, 0.1);
}
.hero-content h2 {
  font-size: 2.5em;
  color: #0980da;
  margin-bottom: 20px;
  line-height: 1.3;
}
.hero-content p {
  font-size: 1.05em;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.9;
}
.hero-content p strong {
  color: #0980da;
  font-weight: 600;
}
.experience-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 60px 0;
}
.experience-card {
  padding: 40px 30px;
  transition: 0.3s;
  border-top: 4px solid #0980da;
}
.experience-number {
  font-size: 3.5em;
  color: #0980da;
  font-weight: 700;
  margin-bottom: 10px;
}
.experience-label {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
}
.features-section-about {
  padding: 60px 50px;
  margin: 60px 0;
}
.about-text,
.feature-icon {
  background: linear-gradient(135deg, #0980da 0, #0760b5 100%);
  color: #fff;
}
.features-section-about h3 {
  font-size: 2em;
  color: #0980da;
  margin-bottom: 40px;
  text-align: center;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.feature-item {
  gap: 20px;
}
.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.about-text,
.cta-section {
  padding: 60px;
  border-radius: 15px;
  margin: 60px 0;
}
.feature-content h4 {
  color: #0980da;
  font-size: 1.2em;
  margin-bottom: 8px;
}
.feature-content p {
  color: #666;
  font-size: 0.95em;
  line-height: 1.7;
}
.about-text {
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.2);
}
.cta-section,
.value-card {
  box-shadow: 0 5px 25px rgba(9, 128, 218, 0.1);
}
.about-text h3 {
  font-size: 1.8em;
  margin-bottom: 25px;
  font-weight: 700;
}
.about-text p {
  font-size: 1.05em;
  line-height: 2;
  margin-bottom: 15px;
  opacity: 0.95;
}
.about-text strong {
  font-weight: 700;
  opacity: 1;
}
.cta-section {
  background: #fff;
}
.cta-section h3 {
  font-weight: 700;
  font-size: 2em;
  color: #0980da;
  margin-bottom: 20px;
}
.cta-section p {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 30px;
}
.btn {
  padding: 14px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, #0980da 0, #0760b5 100%);
  color: #fff;
}
.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(9, 128, 218, 0.3);
}
.btn-secondary {
  background: 0 0;
  color: #0980da;
  border: 2px solid #0980da;
}
.btn-secondary:hover {
  background: #0980da;
  color: #fff;
}
.values-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 60px 0;
}
.value-card {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  border-left: 5px solid #0980da;
}
.value-card h4 {
  color: #0980da;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.value-card p {
  color: #666;
  line-height: 1.8;
}
.timeline {
  position: relative;
  padding: 40px 0;
}
.timeline-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.contact-icon-form,
.timeline-marker {
  display: flex;
  align-items: center;
  color: #fff;
}
.timeline-marker {
  width: 40px;
  height: 40px;
  background: #0980da;
  border-radius: 50%;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.timeline-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(9, 128, 218, 0.1);
}
.timeline-content h5 {
  color: #0980da;
  margin-bottom: 8px;
}
.timeline-content p {
  color: #666;
  line-height: 1.7;
}
.flag {
  font-size: 2em;
  margin-bottom: 10px;
}
.contact-hero {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  padding: 60px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 1;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
}
.contact-section {
  padding: 80px 0;
}
.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: 0.3s;
}
.contact-icon-form,
.contact-link {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
}
.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(9, 128, 218, 0.2);
}
.contact-icon-form {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 25px;
  box-shadow: 0 8px 25px rgba(9, 128, 218, 0.3);
}
.contact-link,
.submit-btn {
  transition: 0.3s;
  align-items: center;
  gap: 10px;
}
.contact-title,
.form-section h2 {
  margin-bottom: 15px;
  text-align: center;
}
.form-section,
.map-section {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
}
.contact-link,
.form-label {
  font-weight: 600;
  font-size: 16px;
}
.contact-info {
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.contact-link {
  display: inline-flex;
  justify-content: center;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 10px;
}
.contact-link:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(9, 128, 218, 0.4);
  color: #fff;
}
.whatsapp-link:hover {
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
.email-link {
  background: linear-gradient(135deg, #ea4335 0, #c5221f 100%);
}
.email-link:hover {
  box-shadow: 0 8px 25px rgba(234, 67, 53, 0.4);
}
.form-section {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
.form-section h2 {
  color: #0980da;
  font-size: 36px;
  font-weight: 800;
}
.form-section p {
  color: #666;
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}
.form-label {
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
}
.form-control {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 16px;
  transition: 0.3s;
  font-family: inherit;
}
.form-control:focus {
  outline: 0;
  border-color: #0980da;
  box-shadow: 0 0 0 4px rgba(9, 128, 218, 0.1);
}
textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.submit-btn {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.3);
}
.submit-btn:active {
  transform: translateY(-1px);
}
.map-section {
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.map-section h3 {
  color: #0980da;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.map-container {
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
}
.info-box {
  background: linear-gradient(
    135deg,
    rgba(9, 128, 218, 0.05) 0,
    rgba(9, 128, 218, 0.1) 100%
  );
  border-right: 4px solid #0980da;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.error-message,
.success-message {
  padding: 20px;
  margin-bottom: 30px;
  display: none;
  font-weight: 600;
  text-align: center;
}
.info-box p {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
}
.success-message {
  background: #d4edda;
  border: 2px solid #c3e6cb;
  color: #155724;
  border-radius: 12px;
}
.error-message {
  background: #f8d7da;
  border: 2px solid #f5c6cb;
  color: #721c24;
  border-radius: 12px;
}
.one-service-hero {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.one-service-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0,
    transparent 70%
  );
  border-radius: 50%;
  animation: 15s ease-in-out infinite one-service-float;
}
.one-service-hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0,
    transparent 70%
  );
  border-radius: 50%;
  animation: 20s ease-in-out infinite reverse one-service-float;
}
@keyframes one-service-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(30px, -30px) rotate(180deg);
  }
}
.one-service-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.one-service-hero-icon {
  font-size: 100px;
  margin-bottom: 25px;
  animation: 2s ease-in-out infinite one-service-bounce;
  display: inline-block;
}
@keyframes one-service-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.one-service-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}
.one-service-hero-title {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.one-service-hero-subtitle {
  font-size: 22px;
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.one-service-main {
  padding: 80px 0;
  position: relative;
}
.one-service-sidebar {
  position: sticky;
  top: 120px;
}
.one-service-card {
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: 0.4s;
}
.one-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(9, 128, 218, 0.15);
}
.one-service-card-title {
  color: #0980da;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.one-service-card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #0980da 0, transparent 100%);
  border-radius: 3px;
}
.one-service-description {
  color: #555;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
.one-service-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
.one-service-section-title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  margin: 40px 0 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.one-service-section-title::before {
  content: "";
  width: 6px;
  height: 35px;
  background: linear-gradient(180deg, #0980da 0, #0766b3 100%);
  border-radius: 3px;
}
.one-service-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.one-service-feature-item {
  background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
  padding: 20px 25px;
  border-radius: 15px;
  border-right: 4px solid #0980da;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
}
.one-service-feature-item:hover {
  transform: translateX(-10px);
  background: linear-gradient(135deg, #e3f2fd 0, #fff 100%);
  box-shadow: 0 5px 20px rgba(9, 128, 218, 0.15);
}
.one-service-feature-icon,
.one-service-price-card,
.one-service-why-item::before {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
}
.one-service-feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(9, 128, 218, 0.3);
}
.one-service-feature-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.one-service-price-card {
  color: #fff;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(9, 128, 218, 0.3);
}
.one-service-price-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.95;
}
.one-service-price-amount {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.one-service-price-note {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 30px;
}
.one-service-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.one-service-btn,
.one-service-why-title {
  align-items: center;
  display: flex;
  font-weight: 700;
}
.one-service-btn {
  padding: 18px 35px;
  border-radius: 15px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  justify-content: center;
  gap: 12px;
  border: none;
  cursor: pointer;
}
.one-service-btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  color: #0766b3;
}
.one-service-btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0, #128c7e 100%);
  color: #fff;
}
.one-service-btn-whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  color: #fff;
}
.one-service-why-card {
  background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
  border-radius: 20px;
  padding: 35px;
  margin-top: 30px;
}
.one-service-why-title {
  color: #0980da;
  font-size: 22px;
  margin-bottom: 25px;
  gap: 10px;
}
.one-service-why-item {
  padding: 15px 0;
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e9ecef;
}
.one-service-why-item:last-child {
  border-bottom: none;
}
.one-service-why-item::before {
  content: "✓";
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.one-service-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.one-service-benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.one-service-benefit-icon,
.one-service-cta-section {
  background: linear-gradient(135deg, #0980da 0, #0766b3 100%);
}
.one-service-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(9, 128, 218, 0.15);
}
.one-service-benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.3);
}
.one-service-benefit-title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.one-service-benefit-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.one-service-cta-section {
  padding: 70px 50px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.one-service-cta-section::before {
  content: "✨";
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 60px;
  opacity: 0.2;
}
.one-service-cta-section::after {
  content: "🎯";
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 60px;
  opacity: 0.2;
}
.one-service-cta-title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.one-service-cta-text {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.one-service-cta-buttons-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .one-service-sidebar {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cta-section-page h2,
  .hero-content h2,
  .section-title-page {
    font-size: 1.8em;
  }
  .cta-buttons,
  .cta-buttons-page,
  .one-service-cta-buttons-row {
    flex-direction: column;
  }
  .btn,
  .btn-primary-page,
  .btn-secondary-page {
    width: 100%;
  }
  .services-grid-page {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-text,
  .contact-card,
  .cta-section,
  .features-section-about,
  .form-section,
  .hero-section {
    padding: 30px 20px;
  }
  header h1 {
    font-size: 2em;
  }
  .hero-section,
  .one-service-benefits,
  .one-service-features {
    grid-template-columns: 1fr;
  }
  .hero-image,
  .one-service-image {
    height: 300px;
  }
  .timeline-item {
    gap: 20px;
  }
  .contact-hero {
    padding: 60px 0 40px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-icon {
    font-size: 60px;
  }
  .form-section h2,
  .one-service-card-title,
  .one-service-cta-title {
    font-size: 28px;
  }
  .contact-card {
    margin-bottom: 20px;
  }
  .map-section {
    padding: 25px 15px;
  }
  .one-service-hero {
    padding: 80px 0 50px;
  }
  .one-service-hero-icon {
    font-size: 70px;
  }
  .one-service-hero-title {
    font-size: 36px;
  }
  .one-service-hero-subtitle {
    font-size: 18px;
  }
  .one-service-card {
    padding: 25px;
  }
  .one-service-cta-section {
    padding: 40px 25px;
  }
  .one-service-cta-text {
    font-size: 16px;
  }
}

.portfolio-hero {
  background: linear-gradient(135deg, #0980da 0%, #0766b3 100%);
  padding: 80px 0 ;
  position: relative;
  overflow: hidden;
}

.portfolio-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: portfolio-float 15s ease-in-out infinite;
}

.portfolio-hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: portfolio-float 20s ease-in-out infinite reverse;
}

@keyframes portfolio-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(30px, -30px) rotate(180deg);
  }
}

.portfolio-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.portfolio-hero-icon {
  font-size: 100px;
  margin-bottom: 25px;
  animation: portfolio-bounce 2s ease-in-out infinite;
  display: inline-block;
}

@keyframes portfolio-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.portfolio-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.portfolio-hero-title {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.portfolio-hero-subtitle {
  font-size: 22px;
  opacity: 0.95;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Main Content */
.portfolio-main {
  padding: 80px 0;
  position: relative;
}

.portfolio-section {
  margin-bottom: 80px;
}

.portfolio-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #0980da;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 20px;
}

.portfolio-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #0980da 50%,
    transparent 100%
  );
  border-radius: 3px;
}

.portfolio-section-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Video Section */
.portfolio-video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto 80px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.portfolio-video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 25px;
  background: #000;
}

.portfolio-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(9, 128, 218, 0.3) 0%,
    rgba(9, 128, 218, 0.1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.portfolio-video:hover + .portfolio-video-overlay {
  opacity: 0;
}

/* Gallery Grid */
.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.portfolio-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
  aspect-ratio: 1/1;
}

.portfolio-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(9, 128, 218, 0.2);
}

.portfolio-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-item:hover .portfolio-item-image {
  transform: scale(1.1);
}

.portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(9, 128, 218, 0.9) 0%,
    rgba(9, 128, 218, 0.3) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;
}

.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}

.portfolio-item-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.portfolio-item:hover .portfolio-item-title {
  transform: translateY(0);
}

.portfolio-item-icon {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0980da;
  font-size: 24px;
  transform: scale(0);
  transition: transform 0.4s ease 0.1s;
}

.portfolio-item:hover .portfolio-item-icon {
  transform: scale(1);
}

/* Stats Section */
.portfolio-stats {
  background: linear-gradient(135deg, #0980da 0%, #0766b3 100%);
  padding: 60px 0;
  border-radius: 30px;
  margin-top: 80px;
  box-shadow: 0 20px 60px rgba(9, 128, 218, 0.3);
}

.portfolio-stat-item {
  text-align: center;
  color: white;
}

.portfolio-stat-number {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-stat-label {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.95;
}

/* CTA Section */
.portfolio-cta {
  text-align: center;
  padding: 80px 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 30px;
  margin-top: 80px;
}

.portfolio-cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.portfolio-cta-text {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-btn {
  padding: 18px 40px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.portfolio-btn-primary {
  background: linear-gradient(135deg, #0980da 0%, #0766b3 100%);
  color: white;
}

.portfolio-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(9, 128, 218, 0.3);
  color: white;
}

.portfolio-btn-whatsapp {
  background: #25d366;
  color: white;
}

.portfolio-btn-whatsapp:hover {
  background: #128c7e;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  color: white;
}

/* Lightbox */
.portfolio-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.portfolio-lightbox.active {
  display: flex;
    margin-top: 60px;
  height: calc(100vh - 60px);
}

.portfolio-lightbox-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.portfolio-lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #0980da;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-lightbox-close:hover {
  transform: scale(1.1);
  background: #0980da;
  color: white;
}

/* Responsive */
@media (max-width: 991px) {
  .portfolio-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .portfolio-hero {
    padding: 80px 0 50px;
  }

  .portfolio-hero-icon {
    font-size: 70px;
  }

  .portfolio-hero-title {
    font-size: 36px;
  }

  .portfolio-hero-subtitle {
    font-size: 18px;
  }

  .portfolio-section-title {
    font-size: 28px;
  }

  .portfolio-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .portfolio-main {
    padding: 50px 0;
  }

  .portfolio-stat-number {
    font-size: 40px;
  }

  .portfolio-cta-title {
    font-size: 28px;
  }

  .portfolio-cta-text {
    font-size: 16px;
  }

  .portfolio-cta-buttons {
    flex-direction: column;
  }

  .portfolio-btn {
    width: 100%;
    justify-content: center;
  }
}
