:root {

  --bg:#0b0e17;
  --bg-2:#101426;
  --bg-3:color-mix(in srgb, var(--bg), black 5%);
  --text:#e8e7f7;
  --heading: #fff;
  --muted:#a6b0c6;
  --primary:#dbd701 ; /* amarillo neón */
  --accent:#00d2ff;  /* cian neón */
  --magenta:#ae00ff; /* violeta/magenta */
  --oferta:#FF0033;
  --glow: rgba(0,210,255,.25);
  
--border: rgba(255,255,255,.08);
--home-gradient: 
linear-gradient(
    45deg, 
    rgba(174,0,255,.8) 0%, 
    rgba(0,210,255,.7) 50%,
    rgba(174, 0, 255, 0.3) 100%
    );
 

}
body.tpl-home .section, body.tpl-home  footer{
    background: var(--bg);
    color: var(--text);
}


.tpl-home a {color: color-mix(in srgb, #2a6dc1, #fffcfc 40%);}
.tpl-home a:hover {color: color-mix(in srgb, #2a6dc1, #fffcfc 10%)!important;}
header {
    background: none!important  ;
}

.header-container {
      background: rgba(255, 255, 255, 0.15)!important; 
}

.header-container::before {

  border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 500px;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  z-index: 0;
}
.header-container > * {
  position: relative;
  z-index: 1; /* eleva el contenido por encima del blur */
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link.current, .navbar .nav-item .nav-link.show {
  color: #fff!important;
}

.navbar .nav-item .nav-link {
  color: var(--muted);
}

.header .logo {
  line-height: 1;
  padding-left: 5px;
}


@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #fff!important;

  }
}
@media (max-width: 1199px) {
  .navbar ul.navbar-nav {
    background-color: #000;
  border-color: var(--accent);
  box-shadow: 0 0 24px var(--glow)
  }
}

.separador {
    border-top: 1px solid var(--border);
}

.section-title h2, .section-title h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
    color: var(--heading);
}

.logo span {
    color: #fff;
     font-size: 1.2rem;
     font-weight: 800;
     margin-left: 10px;
 }

.logo .dot {
    margin-left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: var(--primary);
  box-shadow: 0 0 18px var(--primary);
  animation: pulseColor 3s ease-in-out infinite;
}

@keyframes pulseColor {
  0% {
    background: var(--primary);
    box-shadow: 0 0 18px var(--primary);
  }
  33% {
    background: var(--accent);
    box-shadow: 0 0 18px var(--accent);
  }
  66% {
    background: var(--magenta);
    box-shadow: 0 0 18px var(--magenta);
  }

  100% {
    background: var(--primary);
    box-shadow: 0 0 18px var(--primary);
  }
}
@media (max-width: 1200px) {
  .header .btn-getstarted {
    order: 2;
    margin: 0 10px 0 0;
    padding: 6px 15px;
  display: block;
  }
}
.header .btn-getstarted  {
transition: all 0.3s ease;
  color: var(--bg) !important;;
  background: var(--primary) !important;
}
.header .btn-getstarted:hover  {
background: color-mix(in srgb, var(--primary), red 10%) !important;
  color: var(--bg) !important;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  position: relative;
  padding-top: 120px;
  background:
   radial-gradient(60% 60% at 50% 10%, rgba(174,0,255,.20) 0%, rgba(174,0,255,0) 60%),
   radial-gradient(50% 40% at 70% 0%, rgba(0,210,255,.25) 0%, rgba(0,210,255,0) 60%), var(--bg)!important;
}

 

.hero .hero-content {
  position: relative;
  z-index: 1;
}

.hero .hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--heading);
}
.hero .hero-content p {
 font-size:1.1rem ;
}

.hero .hero-content h1 .accent-text ,.hero .hero-content h2 .accent-text{
  color: var(--accent);
}

@media (max-width: 992px) {
  .hero .hero-content {
    text-align: center;
    margin-bottom: 3rem;
  }

  .hero .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero .hero-content .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero .hero-content h1 {
    font-size: 2rem;
  }
}
 

.hero .btn-primary {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: var(--primary)!important;
  color: var(--bg)!important;
}
.hero .btn-primary:hover {
  background: color-mix(in srgb, var(--primary), red 10%)!important;
  transform: translateY(-3px);
   color: var(--bg)!important;
}
 
 .hero .btn-outline-primary {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-color: var(--primary)!important;
  color: var(--text)!important;
}
.hero .btn-outline-primary:hover {
    background: color-mix(in srgb, var(--primary), red 10%)!important;
    color: var(--bg)!important;
    transform: translateY(-3px);
}
 

.hero .hero-image {
  position: relative;
  transform: rotate(3deg)!important;
  transition: all 0.5s ease!important;;
  text-align: center;
  z-index: 1;
}

.hero .hero-image:hover {
  transform: rotate(0) translateY(-10px)!important;
}

.hero .hero-image .book-shadow {
  position: absolute;
  bottom: -20px;
  left: 10%;
  width: 80%;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(15px);
  border-radius: 50%;
  z-index: -1;
}

.hero .hero-image img {
  max-width: 50vh;
  height: auto;
}
@media (max-width: 575px) {
  .hero .hero-image img {
  max-width: 60%;
  height: auto;
}
}
  .badge p{
  padding: 0;
  margin: 0;
}
 .badge .firstLine {
    font-size: 24px;
    font-weight: 300;
}
.badge .secondLine {
    font-size: 1.5rem;
    font-weight: 800;
} 
.badge .thirdLine {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}
.badge .fourthLine {
    font-size: .7rem;
    font-weight: 600;

}
.badge a {
 color: #FFF;
 text-decoration: none;

}
.badge a:hover {
 color: var(--primary)!important;
 text-decoration: none;

}

.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    z-index: 99;
    margin:0 auto;
    width:100px;
    height:100px;
    background-image: url('../../img/home/oferta.png');
  background-size: contain;     /* mantiene proporciones del PNG */
  background-repeat: no-repeat;
  background-position: center;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: 3s ease-in-out 0s normal none infinite running swing;
    -moz-animation: 3s ease-in-out 0s normal none infinite running swing;
    -o-animation: 3s ease-in-out 0s normal none infinite running swing;
    animation: 3s ease-in-out 0s normal none infinite running swing;
     transform-origin: 50% -10%; 
   
}

 
.badge:after{
    content:'';
    position:absolute;
    top:-10%;
    left:50%;
    width:2px;
    height:20%;
    border-radius:0%;
    background:#000;
}

@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(5deg);}
    50%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(5deg);}
}
@-moz-keyframes swing{
    0%{-moz-transform:rotate(5deg);}
    50%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(5deg);}
}
@-o-keyframes swing{
    0%{-o-transform:rotate(5deg);}
    50%{-o-transform:rotate(-5deg);}
    100%{-o-transform:rotate(5deg);}
}
@keyframes swing{
    0%{transform:rotate(5deg);}
    50%{transform:rotate(-5deg);}
    100%{transform:rotate(5deg);}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
  .about ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
   .about ul li{
   margin-bottom: 15px;
  }
   .about ul i{
   margin-right: 10px;
   color: var(--accent);
   font-size: 1.3rem;
  }
.about ul li p,.about ul li i  {
   display: inline;
  }

 .about .btn-primary {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: var(--primary) !important;
  color: var(--bg) !important;
}
   
.about .btn-primary:hover {
  background: color-mix(in srgb, var(--primary), red 10%) !important;
  transform: translateY(-3px);
}
.book-category{
    font-size: .8rem;
    color: var(--bs-gray-500);
}


.gallery-cards {
  width: 250px;
  height: 360px;
  position: relative;
  margin: 0 auto;
}

.gallery-cards .card-img {
  transition: transform 0.8s ease, z-index 0.8s ease;
;
}

 .gallery-cards .card-pop {
  transform: scale(1.05) rotate(0deg);
}


.gallery-cards .card-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  transition: transform .3s ease, z-index .3s ease;
}

.gallery-cards .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cartas apiladas con rotaciones sutiles */
.gallery-cards .one { transform: rotate(-10deg) translateY(10px); z-index: 1; }
.gallery-cards .two { transform: rotate(-3deg)  translateY(3px);  z-index: 2; }
.gallery-cards .three { transform: rotate(4deg) translateY(-4px); z-index: 3; }
.gallery-cards .four { transform: rotate(11deg)  translateY(-11px); z-index: 4; }

/* Hover: carta superior se eleva */
.gallery-cards:hover .card-img:hover {
  transform: scale(1.05) rotate(0deg) !important;
  z-index: 5;
}



/* author*/
.author .author-wrapp {
position: relative;
display: flex;
justify-content: center;
}
.author .author-wrapp .author-inner {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  overflow: hidden;
  transition: all 0.4s ease;
  /*cursor: pointer;*/
  max-width: 400px;
  max-height: 500px;
}
.author .author-wrapp .author-inner:hover {
  border-radius: 20% 80% 80% 20%/20% 20% 80% 80%;
  transform: scale(1.05) rotate(5deg);
}
.author .author-wrapp .author-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;

}/*
.author .author-wrapp .author-inner:hover img {
  transform: scale(1.1);
}
 .author .author-wrapp .author-inner .author-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg,  var(--accent) 0%,  var(--accent) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--accent);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  padding: 20px;
}

.author .author-wrapp .author-inner:hover .author-overlay {
  opacity: 1;
  transform: translateY(0);
}
.author .author-wrapp .author-inner .author-overlay h5 {
  font-size: 1.1rem;
  margin: 0 0 4px 0;
  font-weight: 600;
  color: var(--contrast-color);
}
.author .author-wrapp .author-inner .author-overlay span {
  font-size: 0.85rem;
  margin-bottom: 15px;
  opacity: 0.9;
}

.author .author-wrapp .author-inner .author-overlay .social-icons {
  display: flex;
  gap: 8px;
}
.author .author-wrapp .author-inner .author-overlay .social-icons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-color);
  color: var(--accent-color);
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.author .author-wrapp .author-inner .author-overlay .social-icons a:hover {
  background: var(--contrast-color);
  transform: translateY(-2px);
} */
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
 


.testimonials .testimonials-container .testimonial-item {
  background-color: var(--bg-2);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  height: 100%;
 
}

.testimonials .testimonials-container .testimonial-item .review-quote i {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 2rem;
  color: var(--accent-color);
  opacity: 0.3;
  line-height: 1.5;
 
 
}
.testimonials .testimonial-item img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin: 0 10px 0 0;
  flex-shrink: 0;
  width: 60px;
  object-fit: cover;
}

.testimonials .testimonial-item h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
}


.testimonials .testimonial-item h4 {
  font-size: .8rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

.testimonials .testimonials-container .testimonial-item p {
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0;
  clear:both;
}


 
.testimonials .testimonial-item .gicon-quoteo, .testimonials .testimonial-item .gicon-quotec {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 1.2rem;
  line-height: 0;
}
 
.testimonials .testimonials-container .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .testimonials-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 70%);
  opacity: 1;
}

.testimonials .testimonials-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  width: 20px;
  border-radius: 10px;
}

.testimonials .overall-rating {
  background-color: var(--surface-color);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: inline-block;
}

.testimonials .overall-rating .rating-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
  margin-bottom: 10px;
}

.testimonials .overall-rating .rating-stars {
  margin-bottom: 15px;
}

.testimonials .overall-rating .rating-stars i {
  color: #FFD700;
  font-size: 22px;
  margin: 0 3px;
}

.testimonials .overall-rating p {
  color: var(--default-color);
  font-size: 15px;
  margin-bottom: 15px;
}

.testimonials .overall-rating .rating-platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.testimonials .overall-rating .rating-platforms span {
  font-size: 14px;
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  padding: 5px 15px;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .testimonials .section-header h2 {
    font-size: 28px;
  }

  .testimonials .critic-reviews .critic-review {
    margin-bottom: 30px;
  }

  .testimonials .testimonials-container .testimonial-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 60px 0;
  }

  .testimonials .section-header h2 {
    font-size: 24px;
  }

  .testimonials .overall-rating {
    padding: 30px;
  }

  .testimonials .overall-rating .rating-number {
    font-size: 36px;
  }

  .testimonials .overall-rating .rating-stars i {
    font-size: 18px;
  }
}

.owl-carousel.owl-drag .owl-item {height: 100%;}
.owl-carousel .owl-stage {display: flex;}
.owl-carousel .owl-stage-outer {display: flex;}
.owl-dots{
    padding: 20px;
    text-align: center;
}
.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--bg-2), white 10%) !important;
}
.owl-dot.active {
  background-color: var(--accent) !important;
  box-shadow: 0 0 24px var(--glow);
}
/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/

.pricing {
    background: 
    radial-gradient(60% 60% at 50% 10%, rgba(174,0,255,.20) 0%, rgba(174,0,255,0) 60%), 
    radial-gradient(50% 40% at 70% 0%, rgba(0,210,255,.25) 0%, rgba(0,210,255,0) 60%),

    radial-gradient(60% 60% at 0% 100%, rgba(174,0,255,.20) 0%, rgba(174,0,255,0) 60%), 
    radial-gradient(50% 40% at 30% 110%, rgba(0,210,255,.25) 0%, rgba(0,210,255,0) 60%),
    var(--bg-3)!important;
}
.pricing .pricing-card {
  height: 100%;
  padding: 2rem;
  background: var(--bg-2);
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid var(--border);
}

.pricing .pricing-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 24px var(--glow);
}
/*
.pricing .pricing-card.popular {
  background: var(--accent);
  color: var(--bg);
}

.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: var(--bg);
}

.pricing .pricing-card.popular .price .currency,
.pricing .pricing-card.popular .price .amount,
.pricing .pricing-card.popular .price .period {
  color: var(--bg);
}

.pricing .pricing-card.popular .features-list li {
  color: var(--bg);
}

.pricing .pricing-card.popular .features-list li i {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .btn-light {
  background: var(--contrast-color);
  color: var(--accent-color);
}

.pricing .pricing-card.popular .btn-light:hover {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
}
*/
.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--bg);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.pricing .pricing-card h3 del{
 color: var(--muted);
}
.pricing .pricing-card .price {

}

.pricing .pricing-card .price .currency {
  font-size: 1rem;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
}

.pricing .pricing-card .price .amount {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--text), transparent 40%);
}

.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}

.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

 

 
.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  border-radius: 50px;
}

.pricing .pricing-card .btn.btn-primary {
  background: var(--accent);
  border: none;
  color: var(--bg);
}

.pricing .pricing-card .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--bg), transparent 15%);
}

.form-control:focus,.form-select:focus ,.form-check-input:focus {
  border-color: var(--accent);
  outline: 0;
  box-shadow:  0 0 24px var(--glow)!important;
}

#purchase_btn ,.next_step, #submit_contact {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: var(--accent) !important;
  color: var(--bg) !important;
  box-shadow: 0 0 24px var(--glow);
}

#purchase_btn:hover,.next_step:hover,.prev_step:hover,#submit_contact:hover {
  background: color-mix(in srgb, var(--accent), var(--magenta) 20%) !important;
   color: var(--bg) !important;
}

.next_step,#submit_contact {
  box-shadow: 0 0 24px transparent;
  border: none;
}
.prev_step {
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-color: var(--accent) !important;
  color: var(--text) !important;
}

.qr{ max-width: 200px; height: auto;}

#purchaseWizard small { color: var(--bs-gray-500); }
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
 }

.faq .faq-description {
  font-size: 1.2rem;
   margin-bottom: 2rem;
}

.faq .faq-arrow {
  color: var(--primary);
}

.faq .faq-container .faq-item {
   position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--bg-2);
  border: 1px solid var(--border);
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent)
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent);
}

/*--------------------------------------------------------------
# Call To Action 2 Section
--------------------------------------------------------------*/
#call-to-action-2 {
  padding: 0;
  background: var(--bg);
}
.call-to-action-2 {
  padding: 45px 0;
  background: var(--home-gradient);
  color: #fff;
}

.call-to-action-2 .container {
  position: relative;
  z-index: 3;
}

.call-to-action-2 h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
.call-to-action-2 h2 span {
  color: var(--primary);
}

.call-to-action-2 p {
  font-size: 1.2rem;
  color: #fff;
}

.call-to-action-2 p.offer {
  font-size: 1rem;
  color: var(--bg);
  background: var(--primary);
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  padding: 5px 15px;
  border-radius: 100px;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
  font-weight:  bold;
}

.call-to-action-2 .countdown-timer .countdown div {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 70px;
  text-align: center;
  margin: 0 5px;
}
.call-to-action-2  .countdown-timer .countdown div h3 {
  font-size: 1.2rem;
  margin: 0;
}

.call-to-action-2  .countdown-timer .countdown div h4 {
  font-size: .8rem;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 500;
}

.call-to-action-2 .cta-btn {
   
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, .7);
  color: #fff;
}

.call-to-action-2 .cta-btn:hover {
  background-color: #fff;
  color: var(--bg)!important;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact  
  {
  position: relative;
  padding-top: 120px;
  background:
   radial-gradient(60% 60% at 50% 10%, rgba(174,0,255,.20) 0%, rgba(174,0,255,0) 60%),
   radial-gradient(50% 40% at 70% 0%, rgba(0,210,255,.25) 0%, rgba(0,210,255,0) 60%), 
   var(--bg)!important;
}
  
 

.contact .info-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}

.contact .info-box h3 {
  color: var(--contrast-color);
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .contact .info-box h3 {
    font-size: 1.75rem;
  }
}

.contact .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.contact .info-box a {
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .contact .info-box {
    padding: 1.5rem;
  }
}

.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.contact .info-item:hover .icon-box {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 70%);
}

.contact .info-item .content h4 {
  color: var(--contrast-color);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.contact .info-item .content p:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
   padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .contact .contact-form {
    padding: 1.5rem;
  }
}

.contact .contact-form h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .contact .contact-form h3 {
    font-size: 1.75rem;
  }
}
 
 
 /**/
 .termsw h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 3rem;
 }
 .termsw{
  font-size: 1.2rem;
 }
  
   .termsw ul li{
  margin-bottom: .5rem;
 }
  
/****************/
  footer  {
  background:   #000;

}
.footer-credits{
 
  border-top: 1px solid  var(--bs-gray-900);

}

  footer .social-links {
  margin: 0 0 20px 0;
}

footer .social-links a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--muted);
  color: var(--muted);
  line-height: 1;
  margin: 0 10px;
  border-radius: 100px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

footer .social-links a:hover {
border: 1px solid var(--accent);
  color: var(--accent)!important;
    text-decoration: none;
    box-shadow: 0 0 24px var(--glow);
}

.scroll-top {
  background-color: #3C0D60;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, #3C0D60, black 10%);;
}

.iti {
    color: var(--bg)!important;
}