@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,400;1,600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200&display=swap);html {
    scroll-behavior: smooth
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Nunito", sans-serif ;
  font-size: 16px ;
  overflow-x: hidden;
  /* background-color: #f7f8f9 !important; */
}
.tab-content h5{
font-weight: 700;
font-size: 17px;
}



#discountModal {
  display: none !important;
}
.modal-backdrop {
  display: none !important;
}
body.modal-open {
  overflow: auto !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.main-heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px
}

.my-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.main-p {
    font-size: 18px;
    word-spacing: 3px
}
.btn1,
.btn2:hover {
   background: linear-gradient(90deg, #ff3834 0, #ff7133 100%);
    color: #fff;
    padding: 16px 25px;
    font-size: 20px;
    font-weight: 700px !important;
    border: 2px solid #ff3834
}

.btn2 {
    border: 2px solid #ff3834;
    color: #ff3834;
    padding: 16px 25px;
    font-size: 20px;
    font-weight: 700px !important;
    margin-left: 20px
}

.btns {
    margin-bottom: 30px
}

.btn1:hover {
   background: linear-gradient(90deg, #ff3834 0, #ff7133 100%);
    color: #fff
}

.banner {
    background: linear-gradient(to left, #e0e7ff, #eff6ff)
}

.banner-content h1 {
    font-size: 3.75rem;
    font-weight: 800;
    padding-bottom: 2px;
}

.c-num .h5 {
    font-weight: 700;
    font-size: 25px
}

.c-num p {
    font-size: 14px !important
}

.banner-content h1 span {
    color: #ff3834
}

.banner-content .b-p {
    font-weight: 400;
    font-size: 18px;
    color: #3f3c3c;
    line-height: 33px;
    margin-bottom: 11px
}

.banner-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #3f3c3c
}

.testimonial-section {
    background: linear-gradient(to left, #e0e7ff, #eff6ff);
    text-align: center
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .08);
    position: relative;
    height: 100%;
    transition: transform 0.3s
}

.testimonial-card:hover {
    transform: translateY(-5px)
}

.quote-icon {
    position: absolute;
    top: -20px;
    left: 20px;
   background: linear-gradient(90deg, #ff3834 0, #ff7133 100%);
    color: #fff;
    font-size: 20px;
    padding: 10px 14px;
    border-radius: 50%
}

.stars {
    color: #f7c600;
    margin: 15px 0
}

.testimonial-text {
    /* font-style: italic; */
    font-size: 16px;
    word-spacing: .5px;
    margin-bottom: 20px;
    color: #444
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px
}

.profile-name {
    font-weight: 700;
    font-size: 16px
}

.profile-role {
    color: #ff6a00;
    font-weight: 600;
    font-size: 14px
}

.profile-company {
    font-size: 13px;
    color: #666
}

.trusted-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / .08)
}

.text-orange {
    color: #ff6a00
}

.pricing-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / .08);
    background: #fff
}

.pricing-header th {
    background: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px
}

.pricing-header {
   background: linear-gradient(90deg, #ff3834 0, #ff7133 100%);
}

.pricing-header th:first-child {
    color: #fff;
    text-align: left;
    font-size: 20px
}

.pricing-table td {
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    border-bottom: 1px solid #eee
}

.pricing-table td:first-child {
    text-align: left;
    font-weight: 500;
    color: #333
}

.pricing-table .fa-check {
    color: #28a745;
    font-size: 16px
}

.pricing-table .fa-times {
    color: #dc3545;
    font-size: 16px
}

.pricing-table .btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px
}

.trial-box {
    background: #fff;
    border-radius: 10px
}

.btn-trial {
    background: #5a5f73;
    color: #fff;
    border: none
}

.btn-trial:hover {
    background: #444a5c;
    color: white;
}

.buy-box {
    background: #fff;
    border-radius: 10px
}

.text-orange {
    color: #ff3834
}

.btn-buy {
    background: #ff3834;
    color: #fff;
    border: none
}

.btn-buy:hover {
    background: #ff3834;
     color: #fff;
}

.shadow-sm {
    box-shadow: rgb(0 0 0 / .08) 0 4px 12px
}

.specs-box {
    padding: 10px;
    border: 1px solid #ff3834;
    border-radius: 20px;
    background-color: #ff38340e;
    i {
        color: #ff3834;
    }
}

.specs-box1 {
    padding: 10px;
    border: 1px solid #28a745;
    border-radius: 20px;
    background-color: #28a74611;
    i {
        color: #28a745
    }
}

.list-check li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
    max-width: 589px
}

.list-check li::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f101";
    color: #ff3834;
    position: absolute;
    left: 0;
    top: 4px
}

/* .custom-tabs .nav-link {
    border: 1px solid #ff3834;
    border-radius: 10px;
    padding: 13px 30px;
    margin: 0 8px;
    font-weight: 600;
    color: #ff3834;
    font-size: 20px
}

.custom-tabs .nav-link i {
    font-size: 16px
}

.custom-tabs .nav-link.active {
    background: linear-gradient(135deg, #f58220, #ff3834);
    color: #fff;
    padding: 13px 30px;
    border-radius: 10px;
    font-size: 20px
}

.custom-tabs .nav-link:hover {
    background: linear-gradient(135deg, #f58220, #ff3834);
    color: #fff;
    padding: 13px 30px;
    border-radius: 10px;
    font-size: 20px
} */
.custom-tabs {
  border: none !important;        
  gap: 15px;                      
}

.custom-tabs .nav-link {
  border: none;
  background: transparent;
  color: #374151;                 
  font-weight: 500;
  font-size: 16px;
  padding: 6px 18px 6px 30px;   /* extra left padding for radio */
  border-radius: 25px;            
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

/* radio circle before text */
.custom-tabs .nav-link::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #374151;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* active tab styles */
.custom-tabs .nav-link.active {
  background-color: #111827;      
  color: #fff !important;         
  font-weight: 600;
}

.custom-tabs .nav-link.active::before {
  background: #111827;   /* filled circle */
  border-color: #111827;
}

/* hover effect */
.custom-tabs .nav-link:hover {
  background-color: #ff3834;      
  color: #fff !important;
}

.custom-tabs .nav-link i {
  font-size: 18px;
  margin-right: 6px;
}


.banner-content .nav-tabs {
    border: 0
}
.banner-content .nav-tabs{
border-bottom: 0 !important;
}
.nav-tabs .nav-link {
  padding: 10px 20px 10px 30px; 
  margin-right: 5px;
margin-left: 5px;
  border-radius: 15px;
  color: #ff3834;
  position: relative;
  border: none; 
  margin-top: -4px;
  font-size: 18px;
}
.banner-content .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
 left: -8px;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  border-radius: 50%;
border: 1px solid #ff3834;
  background: #fff;
}
.banner-content .nav-tabs .nav-link.active {
  color: #ff3834;
  font-weight: 600;
/*margin-left: 20px;*/
background-color: transparent;

}
.banner-content .nav-tabs .nav-link.active::before {
  background: #ff3834;
}
/* Remove Bootstrap default border */
/* Custom Tab Styling */
/* ===== Custom Nav Tabs with Radio Indicator ===== */

.converter-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgb(0 0 0 / .1);
    padding: 30px;
    width: 100%;
    max-width: 570px;
    text-align: center;
    transform: rotate(0deg); 
    margin: auto;
    max-height: 650px !important;
}

.converter-box:hover {
    transform: rotate(5deg);
}


/* Tablet (â‰¤768px) */
@media (max-width: 768px) {
  .converter-box {
    padding: 20px;
    max-width: 420px;
    transform: rotate(3deg); 
  }
}

/* Mobile (â‰¤576px) */
@media (max-width: 576px) {
  .converter-box {
    padding: 15px;
    max-width: 100%;   
    transform: rotate(0deg); 
  }

  /* .converter-box .progress-text {
    flex-direction: column;
    gap: 5px;
  } */
}
.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    position: relative
}

.format {
    border-radius: 10px;
    font-weight: 700;
    color: #fff
}

.outer1 {
    background-color: #4a91e228 !important;
    padding: 14px;
    border-radius: 10px
}

.outer2 {
    background-color: #f9741627 !important;
    padding: 14px;
    border-radius: 10px
}

.mbox {
    background: #4a90e2;
    padding: 12px 6px
}

.pst {
    background: #ff3834;
    padding: 11px 8px;
    min-width: 63px;
    font-size: 15px
}

.top-section .progress {
  height: 9px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;       
  max-width: 320px;    
  margin: 0 auto;       
}

/* Tablet (â‰¤768px) */
@media (max-width: 768px) {
  .top-section .progress {
    max-width: 180px;   
  }
}

/* Mobile (â‰¤576px) */
@media (max-width: 576px) {
  .top-section .progress {
    max-width: 150px;   
  }
}
.progress-bar {
    background: linear-gradient(to right, #ff3834, #ef4444)
}

.progress2 {
    height: 9px;
    border-radius: 6px;
    overflow: hidden
}

.progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
    margin-top: 5px;
    margin-bottom: 10px
}

.bottom-section {
    display: flex;
    justify-content: space-around;
    margin-top: 40px
}

.features i {
    font-size: 22px;
    margin-bottom: 5px
}
/* .features{
  padding: 20px 100px;
  background-color: #c0d4f82c;
  border-radius: 10px;
} */
.secure i {
    color: #4CAF50
}

.fast i {
    color: #FFC107
}

.mini-progress {
    position: absolute;
    top: 50%;
    left: 90px;
    right: 90px;
    transform: translateY(-50%)
}

.mini-progress .progress {
    height: 8px;
    border-radius: 4px;
    background: #e5e7eb
}

.mini-progress .progress-bar {
    background: linear-gradient(to right, #4a90e2, #ff3834)
}

.faq-section {
    background: #f8f9fa;
    padding: 60px 0
}

.accordion-button {
    font-weight: 600;
    color: #000;
    box-shadow: none !important;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px
}

.accordion-button:not(.collapsed) {
    color: #ff3834;
    background: #fff;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px
}

.accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgb(0 0 0 / .08)
}

.feature-box {
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.2s ease-in-out;
    border: 1px solid #eee
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(0 0 0 / .1)
}

.feature-icon {
    font-size: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px
}

.bg-blue {
    background-color: #2979ff
}

.bg-green {
    background-color: #00c853
}

.bg-purple {
    background-color: purple
}

.bg-orange {
    background-color: #ff6d00
}

.bg-red {
    background-color: rgb(245 51 51 / .884)
}

.bg-d-green {
    background-color: #328371;
}

.feature {
    background-color: #f9fafb
}

a {
    text-decoration: none
}



@media screen and (max-width:600px) {
    .btn1,
    .btn2:hover {
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 400px !important;
        border: 2px solid #ff3834
    }
    .btn2 {
        border: 2px solid #ff3834;
        color: #ff3834;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 400px !important;
        margin-left: 20px
    }
    .banner {
        background: none
    }
    .feature {
        background-color: #fff0
    }
    .testimonial-section {
        background: none
    }
    .converter-box {
   margin-top: 20px;
    transform: rotate(0deg)
}

}
@media (max-width: 991.98px) {
  .feature-box .row {
    flex-direction: column;
    text-align: center; 
  }
  .feature-box .col-md-2,
  .feature-box .col-md-10 {
    max-width: 100%;
    flex: 0 0 100%;     
  }
  .feature-box .feature-icon {
    margin-bottom: 12px;  
  }
}