* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Titillium Web", sans-serif;
  color: #111;
  background: #fff;
}
.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(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-wrap {
  padding: 40px 0 80px;
  background-image: linear-gradient(45deg, black, #c10630);
}

.nav-wrap {
  padding: 0 0 20px;
}

.navbar {
  background: #f5efe4;
  padding: 16px;
  border-radius: 18px;
}

.navbar-brand img {
  width: 70px;
  margin-left: 10px;
}
.navbar-brand img:hover {
    filter: brightness(0);
    transition: 0.3s;
}
.nav-link {
  color: #111;
}
.nav-link:hover, .nav-link:focus {
    color: #c10630;
}
.topbar {
  background: #f5efe4;
  padding: 16px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600
}

.brand .logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ff5c28;
}

.hero-panel {
  background: #f5efe4;
  border-radius: 22px;
  padding: 36px;
  align-items: center
}

.hero-left h1 {
    font-size: 40px;
    line-height: 1.05;
    margin: 0 0 18px 0;
    font-weight: 700;
    color: #0c0003;
}

.hero-left h1 span {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.hero-left p {
  color: #6b6b6b;
  font-size: 16px;
}

.btn-primary-custom {
  background: #c10630;
  border: 0;
  color: white;
  padding: 10px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
}
.btn-primary-custom:hover {
    background: #020617;
    transition: 0.3s;
    color: #fff;
    
}
.db-dwd-1:hover {
    background: #020617;
    transition: 0.3s;
    color: #fff;
}
.db-dwd-1 img {
    width: 16px;
    margin-right: 8px;
}
.primary-button:hover {
    background: #020617;
    transition: 0.3s;
    color: #fff;
}
.btn-primary-custom img {
    width: 16px;
    margin-right: 8px;
}

.hero-right {
  position: relative;
  border-radius: 18px;
}

.hero-right img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 720px) {
  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-primary-custom {
    width: 100%;
  }
}

.feature-wrap {
  padding: 90px 0;
  background: #fff;
}


.card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.content-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.02;
  color: #111111;
  margin-bottom: 25px;
}


.content-copy {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.8;
}


.stats-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.stat {
  background-image: linear-gradient(#000000cc, #c10630e3), url(../assets/img/hero.png);
  background-position: center;
  background-size: cover;
  padding: 20px 30px 20px;
  min-width: 240px;
  border-radius: 15px;
  color: #fff;
}

.stat-number h4 {
  font-size: 50px;
  font-weight: 700;
}

.cta-sc-btn {
  margin-top: 40px;
}

.feat-section {
  padding: 60px 0 60px;
  background-image: linear-gradient(#000000ed, #c10630e8), url(../assets/img/hero.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.feat-head h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.feal-col {
  margin-bottom: 40px;
  text-align: center;
}

.feal-col h3 {
  font-size: 22px;
}

.feal-col img {
  margin-bottom: 15px;
  width: 35px;
}

.demo-slider-wrap {
  padding: 80px 0;
  position: relative;
}



.dm-slide {
  padding: 0 60px;
}

.dm-slide img {
  width: 90%;
  height: auto;
      filter: opacity(0.2);
}

.dm-slide.slick-active img {
  width: 100%;
      filter: opacity(1);
}

.dm-slider .slick-slide {
  height: unset;
}

.dm-sld-main-head h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 600;
}

.slider-nav {
  text-align: center;
  margin-top: 60px;
}

.slider-nav button {
  background: #c10630;
  border: 0;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  color: #fff;
  border-radius: 50%;
}

.hero-tls-sec {
  margin-bottom: 0;
}

.hero-tls-sec img {
  width: 250px;
}
.hero-price {
      margin: 15px 0 30px;
}
.hero-price h4 {
      font-size: 50px;
    font-weight: 700;
}
.hero-price h4 span {
    font-weight: 400;
    text-decoration: line-through;
    color: #808080;
    font-size: 30px;
}

.tmplx-cat-row {
  display: flex;
  flex-wrap: wrap;
}

.tmplx-cat-card {
  flex: 0 0 25%;
  margin-bottom: 20px;
  color: #fff;
}

.ftr-row-2 h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.tmplx-cat-card img {
  width: 50px;
  margin-bottom: 15px;
  filter: brightness(60);
}

.tmplx-cat-card h4 {
  font-size: 20px;
}

.ftr-wrap-2 {
  background-image: linear-gradient(45deg, black, #c10630);
}

.card-image-2 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.str-rating {
  width: 100px;
  margin-bottom: 20px;
}

.pro-db-who-ben-wrap {
  padding: 70px 0 70px;
  background: #fff;
}

.pro-db-who-ben-head h2 {
  text-align: center;
  margin: 10px 0 40px;
  font-size: 40px;
  font-weight: 600;
}

.pro-db-wb-col6 {
  margin-bottom: 25px;
  background: #f5efe4;
  padding: 40px 30px;
}

.pro-db-wb-col6 img {
  margin-bottom: 20px;
}

.pro-db-wb-col6 h3 {
  font-size: 22px;
  font-weight: 600;
}

.pro-db-wb-col6 p {
  font-size: 14px;
}

.pro-db-download-btn {
  margin-top: 30px;
}

.db-dwd-1 {
  text-decoration: none;
  color: #ffffff;
  background: #c10630;
  padding: 15px 40px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  margin-right: 15px;
}

.license-section {
  padding: 70px 0;
  background: #f5efe4;
}

.license-section .row {
  margin-bottom: 80px;
}

.license-header {
  text-align: center;
  margin-bottom: 40px;
}

.license-header h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 40px;
}

.license-header p {
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
}

.license-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (min-width: 1279px) {
  .license-box {
    height: 100%;
  }
}

.license-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.license-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.license-box li {
  margin-bottom: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}

.license-box i {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.success-icon {
  color: #28a745;
}

.danger-icon {
  color: #dc3545;
}

.testimonials-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonials-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.testimonials-title {
  max-width: 400px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #111111;
  margin: 0;
}





.testimonials-row {
  row-gap: 24px;
}

.testimonial-card {
  background: #f5efe4;
  border-radius: 12px;
  padding: 50px 35px 50px;
  color: #111;
  margin: 0 10px;
}

.testimonial-quote-mark img {
  width: 30px;
  margin-bottom: 20px;
}

.testimonial-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #111;
  margin: 0;
  max-width: 480px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 14px;
  background: #ffffff;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.testimonial-role {
  font-size: 13px;
  color: #585858;
  margin: 2px 0 0 0;
}

.testimonials-slider .slick-slide {
  height: unset;
}

.testimonials-arrows button {
  background: #c10630;
  border: 0;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  color: #fff;
  border-radius: 50%;
}

/* CTA */

.cta-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: radial-gradient(circle at top left, #c10630, #111827);
  color: #ffffff;
}

.cta-row {
  align-items: center;
}

.cta-text h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 14px 0;
}

.cta-text p {
  margin: 0;
  font-size: 16px;
  max-width: 520px;
  opacity: 0.9;
}

.cta-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.primary-button {
  background: #f9fafb;
  color: #111827;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.primary-button img {
    width: 16px;
    margin-right: 8px;
    filter: brightness(0.5);
}
/* Footer */

.site-footer {
  background: #020617;
  color: #e5e7eb;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 0;
  font-size: 14px;
}

.footer-top {
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.footer-block {
     margin-bottom: 20px;
    margin-top: 10px;
}
.footer-block img {
  width: 100px;
  margin-bottom: 15px;
}
.footer-block h4,
.footer-block h5 {
  font-weight: 600;
  margin: 0 0 14px 0;
  color: #f9fafb;
}

.footer-block p {
  margin: 0;
  max-width: 320px;
  opacity: 0.86;
}

.footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-block li {
  margin-bottom: 8px;
}

.footer-block a {
  text-decoration: none;
  color: #cbd5f5;
  transition: color 0.15s ease;
}

.footer-block a:hover {
  color: #ffffff;
}

/* email form */

.footer-form {
  display: flex;
  margin-top: 10px;
  gap: 8px;
}

.footer-input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #4b5563;
  background: #020617;
  color: #e5e7eb;
  font-size: 14px;
  outline: none;
      width: 100%;
}

.footer-input::placeholder {
  color: #6b7280;
}

.footer-submit {
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: #c10630;
  color: #f9fafb;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.footer-submit:hover {
  background: #fff;
  color: #c10630;
}

/* bottom row */

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.footer-copy {
  margin: 0;
  opacity: 0.7;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  text-decoration: none;
  color: #9ca3af;
  font-size: 13px;
  transition: color 0.15s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* responsive */

@media (max-width: 991.98px) {
  .cta-actions {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .cta-text h2 {
    font-size: 26px;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-submit {
    width: 100%;
    text-align: center;
  }
}
.hero-img-sm {
  display: none;
  width: 100%;
  border-radius: 20px;  
  margin-bottom: 15px;
}
/* Offer timer bar */
.offer-timer-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  background: linear-gradient(90deg, #111, #c10630);
  color: #fff;
  padding: 20px 20px;
  display: none; /* hidden by default */
  z-index: 9999; 
  margin: 0 7%;
  border-radius: 15px;
}

.offer-timer-content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
}

.offer-text {
  font-size: 18px;
  font-weight: 500;
}
.offer-text h4 {
  font-weight: 700;
}
.offer-countdown {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

.offer-btn {
  text-decoration: none;
  background: #fff;
  color: #c10630;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

.offer-btn:hover {
background: #020617;
color: #fff;
}
/* Close button */
.close-offer {
    background: #020617;
    border: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    right: -20px;
    top: -35px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 600px) {
  .offer-timer-content {
    flex-direction: column; 
  }

  .offer-btn {
    width: 100%;
    text-align: center;
  }
  .offer-text h4 { 
    text-align: center;
}
}