* {
    padding: 0;
    margin: 0;
}
.main-heading {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}
.banner {
    background: linear-gradient(122deg, #fff6f3, #ffece4, #fffdfd);
    padding: 60px 20px;
    border-top: 2px solid #ffd4bf;
    max-height: 800px;
}
.banner .b-span {
    display: inline-block;
    color: #A01500;
    background: #fff0ea;
    padding: 6px 18px;
    border: 2px solid #A01500;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.banner .live {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #A01500;
    padding: 8px 20px;
    border: 1px solid #A01500;
    border-radius: 10px !important;
    background: #fff9f7;
    max-width: 850px;
    font-weight: 500;
}
.banner-heading h1 {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
}
.banner p {
    margin: 0 auto;
    font-size: 16px;
    padding-top: 0 !important;
    line-height: 1.6;
    max-height: 400px;
}
.banner .star .checked {
    color: #f57c00;
    font-size: 18px;
}
.banner ul li {
    margin-bottom: 12px;
    font-size: 16px;
}
.banner ul li i {
    color: #ef3d23;
    margin-right: 8px;
}
.banner .nav-pills .nav-link {
    padding: 0 7px;
    cursor: pointer;
    background-color: #00000000 !important;
    color: #0f1f3b !important;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.banner .nav-pills .nav-link.active .user-active {
    background: #f57c00 !important;
    border: 1px solid #f57c00 !important;
}
.user-active {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 31px;
    border: 1px solid #4c5864;
}
.buy-btn:hover,
.download-btn {
    color: #fff !important;
    background: #0c223c;
    padding: 8px 18px 8px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.buy-btn,
.download-btn:hover {
    color: #fff !important;
    background: linear-gradient(45deg, #ef3d23, #ed5433);
    padding: 8px 18px 8px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.btn-tagline {
    display: flex;
    align-items: center !important;
    width: auto;
    overflow: hidden;
    font-size: 11px;
    margin-left: 20px;
}
.nav-2 {
    background-color: #fff3f1 !important;
    padding: 5px;
}
.nav-2 .nav-b2 {
    color: #ef3d23 !important;
    margin-right: 50px;
    font-size: px;
}
.nav-2 a {
    font-size: 18px !important;
}
.nav-2 i {
    font-size: 15px;
}
.nav-2 button {
    margin-left: 96px;
}
.solution .cards .card .card-body .card-title {
    font-size: 25px;
    font-weight: 600;
}
.solution .cards .card .card-body {
    padding-left: 40px;
    min-height: 420px;
}
.solution .cards .card {
    border: 1px solid #ef3d23;
    border-radius: 15px !important;
}
.solution .cards .card .card-body .card-image img {
    padding: 2px;
    border: 1px solid #ef3d23;
    background: linear-gradient(122deg, #ef40231f, #fff9f5, #f9a66c69);
    margin-bottom: 20px;
    border-radius: 10px;
    height: 25%;
    width: 25%;
}
.solution .cards .card .card-body .s_btn {
    padding-top: 20px;
    border: 1px solid #ff3c34;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
    padding: 5px 20px;
}
.benefits .right {
    border-radius: 20px;
}
.benefits .right ul li {
    padding-bottom: 10px;
}
.benefits .right ul li I {
    color: #ef3d23;
    margin-right: 10px;
}
/* .feature-cards-wrapper {
    max-height: 550px;
    overflow-y: auto;
    padding-right: 10px;
} */
.feature-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(239, 61, 35, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(239, 61, 35, 0.15);
}
.feature-card h5 {
    color: #ef3d23;
    margin-bottom: 10px;
}
.feature-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}
.feature-card img {
    line-height: 80px;
    border-radius: 20px;
    height: 80px;
    padding: 5px;
    width: 80px;
    border: 1px solid #ef3d23;
    background: linear-gradient(122deg, #ef40231f, #fff9f5, #f9a66c69);
}

.feature-cards-wrapper::-webkit-scrollbar {
    width: 10px;
}
.feature-cards-wrapper::-webkit-scrollbar-track {
    background: #fff5f2;
    border-radius: 20px;
}
.feature-cards-wrapper::-webkit-scrollbar-thumb {
    background-color: #ef3d23;
    border-radius: 40px;
    border: 4px solid #fff5f2;
}
.feature-cards-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #d83018;
}
.version-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(239, 61, 35, 0.07);
}
.version-table thead th {
    background: linear-gradient(122deg, #ef40231f, #fff9f5, #f9a66c69);
    color: #ef3d23;
    font-weight: 700;
    padding: 16px;
    text-align: left;
    border-bottom: 2px solid #ef3d23;
    font-size: 16px;
    border: 1px solid #ed5433;
}
.version-table tbody tr:nth-child(even) {
    background: fff4f2;
}
.version-table tbody td {
    font-size: 15px;
    padding: 14px;
    border-bottom: 1px solid #f3e0db;
    border: 1px solid #ed5433;
}
.version-table tbody {
    border: 1px solid #f3e0db;
}
.version-table td i {
    font-size: 16px;
    color: #ef3d23;
}
.version-table tbody tr:hover {
    background: #ffe8e0;
}
.spec-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, #ef3d23 0 0 0 1px;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.spec-card-icon i {
    font-size: 2.5rem;
    color: #ef3d23;
    text-align: left;
    padding: 15px 12px 15px 12px;
    border-radius: 20px;
    border: 2px solid #ef3d23;
    background: linear-gradient(122deg, #ef40231f, #fff9f5, #f9a66c69);
}
.spec-card h5 {
    color: #ef3d23;
    font-weight: 700 !important;
}
.specs-section .spec-card strong {
    font-weight: 600 !important;
}
.spec-card ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.spec-card .nav-link {
    color: #6d1b0c !important;
    background-color: #fde3d0;
    font-weight: 600 !important;
}

.spec-card .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #ef3d23;
}

.spec-card .nav-link:focus,
.spec-card .nav-link:hover {
    background-color: #ef3d23;
    color: #fff !important;
}

.spec-card .tab-content {
    padding-top: 0 !important;
}
.spec-card a {
    color: #000;
    text-decoration: underline;
    transition: color 0.2s;
}
.spec-card a:hover {
    color: #0c223c;
}
@media (max-width: 600px) {
    footer {
        text-align: center;
    }
    .banner h1 {
        font-size: 30px !important;
        font-weight: 400 !important;
    }
    .banner p {
        font-size: 14px;
        font-weight: 400;
    }
    section {
        text-align: center;
    }
    .banner {
        background: 0 0 !important;
        max-height: 900px !important;
    }
    .main-heading {
        font-size: 25px !important;
        font-weight: 400 !important;
        color: #000;
    }
    .benefits ul li {
        text-align: start !important;
    }
    .testimonial-section {
        background: 0 0 !important;
    }
    .spec-card .nav-link {
    color: #6d1b0c !important;
    background-color: #fde3d0;
    font-weight: 600 !important;
}
.buy-btn,.download-btn, .download-btn:hover,.buy-btn:hover{
    padding: 8px 8px 8px !important;
}

.spec-card .nav-pills .nav-link.active {
    color: #ffffff!important;
 border: 1px solid #ef3d23;
}
}
/* screen-shot */
/* Sticky panel */
.sticky-inside {
  position: sticky;
  top: 100px;
}

/* Scrollable timeline container */
/* .feature-screen-wrapper {
  position: relative;
  max-height: 500px;
  overflow-y: auto;
  padding-left: 32px;
  border-left: 2px solid #000;
  z-index: 1;
} */

/* Timeline step card */
.feature-screen {
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 30px;
}

/* Dot centered on line */

.feature-screen::before {
    content: "\f30b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: -31px;
    font-size: 20px;
    color: #191919;
    z-index: 2;
    background-color: #fff;
}

/* Screenshot styling */
.feature-screen img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* Scrollbar style */
.feature-screen-wrapper::-webkit-scrollbar {
  width: 6px;
}
.feature-screen-wrapper::-webkit-scrollbar-thumb {
  display: none;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .feature-screen-wrapper {
    border-left: none;
    padding-left: 0;
    max-height: unset;
    overflow: visible;
  }

  .feature-screen::before {
    display: none;
  }

  .sticky-inside {
    position: static;
  }
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff391a!important;
    border: 1px solid #ff391a!important
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 15px!important;
    margin: 5px 7px;
    background: #fff!important;
    border: 1px solid #ff543a;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px
}

