/* Smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
.login-container{
  padding: 6rem 0rem;
}
@media (max-width: 992px){
 .login-container{
  padding: 3rem 0rem;
 } 
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.hero-container{
  max-width: 768px !important;
  margin: 0px auto;
}
/* Modal icon box styling */
.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bg-light-orange {
    background-color: #fff4e6 !important;
}

.text-orange {
    color: #f49a34 !important;
}

/* Platform cards responsive layout */
@media (max-width: 572px) {
    .platform-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
    button.btn.btn-primary.btn-lg.border-0.bg-dark {
    font-size: 16px;
}
  
    .step-inactive[data-step="2"],
    .step-inactive[data-step="3"],
    .step-inactive[data-step="4"] {
        display: flex !important;
    }
    
   
}
.bar-platform{
  width: 58%;
}
@media (min-width: 573px) and (max-width: 991px) {
    .platform-card {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    
}
.accordion-button:hover {
  color: #f49a34 !important;
}
@media(max-width: 992px)
{
  .bar-platform{
    width: 100%;
  }
  h2 {
    font-size: 28px !important;
  }
}

.hero-header {
    background-color: #f3f2f2;
    padding-top: 9rem !important;
       padding-bottom: 9rem !important;
  
}

@media (max-width: 991px) {
   .hero-header {
    background-color: #f3f2f2;
    padding-top: 6rem !important;
    height:auto !important;
  
}
    
}
.trusted-bar {
        border-radius: 28px;
    background-color: #ffffff;
    color: #505595;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: 1px solid #dadbe7;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    margin: 0 auto;
}
.trust-icon {
    color: #f49a34;
    height: 1rem;
    width: 1rem;
}

.hero-heading {
    font-size: 57px;
    font-weight: 700 !important;
    color: #142038;
    line-height: 1;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.text-yellow {
    color: #f49a34;
}
.hero-para {
    font-size: 1.25rem !important;
    line-height: 27px  !important;
    font-weight: 400 !important;
   
    color: #505595 !important;
}
.yellow-button {
  cursor: pointer;
    background-color: #f49a34;
    color: white;
    border: none;
    border-radius: 6px !important;
    padding: 14px 24px;
    text-decoration: none;
   font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.outline-button {
    background-color: white;
    border-radius: 6px !important;
    color: #142038;
    border: 1px solid #dadbe7;
        font-size: 1.125rem;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
}
i.fas.fa-star {
    color: #f49a34;
}
i.fas.fa-chart-line.text-primary {
    color: #f49a34 !important;
}
.text-accent {
    color: #f49a34;
}

.trust-label {
    color: #505595;
    font-size: 16px;
    font-weight: 400;
}
.text-blue{
  color: #142038;
}

.trust-title {
    color: #142038;
    font-size: 26px;
    font-weight: 700;
}
p {
    color: #505595;
    font-size: 16px;
    font-weight: 400;
}
.trust-section {
    border-bottom: 1px solid #dadbe7;
    background-color: #ffffff;
    padding: 28px 0;
}

h2{
font-size: 30px;
color: #142038;
font-weight: 600;
line-height: 32px;

}
h3{
        color: #142038;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.services-section {
  padding: 72px 0;
  background-color: #fcfaf8;
}

.services-header {
  max-width: 650px;
  margin: 0 auto 48px;
}

.services-title {
 font-size: 30px;
color: #142038;
font-weight: 600;
line-height: 32px;
}

.services-desc {
    color: #505595;
    font-size: 16px;
    font-weight: 400;
}

/* Card */
.service-card {
  position: relative;
  height: 100%;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.service-card.popular {
  border-color: #f49a34;
  background: #fbf5ee;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Badge */
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #f49a34;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 999px;
}

/* Icon */
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.service-icon i {
  font-size: 28px;
  color: #111827;
}

.popular-icon {
  background: #f49a3433
}

.popular-icon i {
  color: #f49a34;
}

/* Text */
.service-subtitle {
  font-size: 16px;
  color: #505595; 
  margin-bottom: 4px;
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #142038;
}

.service-desc {
  color: #505595;
  margin-bottom: 24px;
}

/* Features */
.service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.service-features li {
  font-size: 16px;
  color: #505595;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.service-features i {
  color: #f49a34;
}

/* Button */
.service-btn {
  color:white;
        font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #f49a34 !important;
    border-radius: 6px !important;
    border: 1px solid #f49a34 !important;
}
.outline-service-btn{
       font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fcfaf8!important;
    border-radius: 6px !important;
    border: 1px solid #dadbe7 !important;
}


/* Bottom note */
.services-note {
  margin-top: 32px;
  font-size: 14px;
  color: #6b7280;
}

.services-link {
  color: #f49a34;
  font-weight: 500;
  text-decoration: none;
}

.services-link:hover {
  text-decoration: underline;
}
/* Section */
.how-it-works-section {
  padding: 80px 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

/* Header */
.how-header {
  max-width: 650px;
  margin: 0 auto 48px;
}

.how-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #f49a34;
    background: #fdf4ea;
    border: 1px solid #f49a344d;
    border-radius: 999px;
    margin-bottom: 16px;
}

.how-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
        color:#142038;
  margin-bottom: 16px;
}

.how-description {
  font-size: 16px;
  color: #505595;
}

/* Steps */
.step-number {
     position: absolute;
    top: -97px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 64px;
    font-weight: 700;
    color: #f3f1ed80;
}

.step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: #f49a341a;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon i {
  font-size: 32px;
  color: #0d6efd;
}

.step-title {
    color: #142038;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.step-text {
  color: #505595;
  line-height: 1.7;
}

/* Connector Line */
.step-line {
    position: absolute;
    top: 32px;
    right: -45%;
    width: 75%;
    height: 2px;
    background: linear-gradient(to right, #e5e7eb, transparent);
}
.benefits-section {
  padding: 80px 0;
  background: #fcfaf8;
}

/* Header */
.benefits-header {
  max-width: 650px;
  margin: 0 auto 48px;
}

.benefits-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.benefits-desc {
  font-size: 16px;
  color: #6b7280;
}

/* Card */
.benefit-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid #dadbe7;
  border-radius: 16px;
  background: #ffffff;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Icon */
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #f49a341a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon i {
  font-size: 28px;
  color: #0d6efd;
}

/* Content */
.benefit-title {
    color: #142038;;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-text {
  color: #505595;
  margin-bottom: 16px;
}

/* Stats */
.benefit-stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #f49a34;
}

.stat-label {
  font-size: 16px;
  color: #505595;
}
/* Section */
.why-choose-section {
  padding: 80px 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}

/* Header */
.why-header {
  max-width: 650px;
  margin: 0 auto 48px;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.why-desc {
  font-size: 16px;
  color: #505595;
}

/* Icon */
.why-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: #f49a341a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon i {
  font-size: 28px;
  color: #0d6efd;
}

/* Item Text */
.why-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-item-desc {
  color: #505595;
  line-height: 1.6;
}
/* Remove accordion default background & shadow */
.accordion-button {
  background: #fcfaf8;
  padding-left:18px;
  padding-right: 18px;
  color: #111827; /* dark text */
  font-weight: 500;
  border-radius: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  /* right arrow */
  font-size: 1rem;
  color: #6b7280;
}

.accordion-body {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 16px;
  color: #505595;
}
.faq-desc{
        width: 56%;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #e5e7eb;
}

.accordion-button:not(.collapsed) {
background-color: transparent !important;
color: #142038 !important;

}

.accordion-button::after {
    /* Remove default Bootstrap arrow */
    content: "";
    display: inline-block;
    width: 1em;  /* adjust size if needed */
    height: 1em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23142038'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease-in-out; /* smooth rotation */
}
.faq-accordion{
    max-width: 768px !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23142038'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    transform: rotate(180deg); /* flip arrow when expanded */
}
.final-cta{
    padding: 96px 0px;
    background: #fcf7f2;
    border: 1px solid #dadbe7;  
}
.cta-heading{
        font-size: 38px;
    color: #142038;
    font-weight: 600;
    line-height: 44px;
}
.reversal-badges{
    color: #505595;
    font-size: 16px;
}

/* Platform Selection Section */
#platformSection {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-400 {
    max-width: 400px;
}

.discount-banner {
    background: #fdf4ea;
    border: 1px solid #f49a344d;
    color: #f49a34;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    z-index: 1;
}

.category-btn {
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
    color: #505595;
    padding: 8px 16px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.modal-content {
    
    border: 1px solid #dadbe7;
    
    margin: 0 auto;
}
.modal-width{
    max-width:90% !important;
}
.category-btn:hover {
    background: #e5e7eb;
}

.category-btn.active {
      background: #f49a34;
    color: white;
    border-color: #f49a34;
    border-radius: 28px;
}

.platform-card {  
    width: 257px;
    transition: transform 0.2s ease;
}

.platform-box {
       height: 130px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: #ffffff;
}

.platform-box:hover {
    border-color: #f49a34;
    box-shadow: 0 4px 12px rgba(244, 154, 52, 0.15);
    transform: translateY(-2px);
}

.platform-icon {
    font-size: 21px;
    
}
#platformSection:target{
  margin-top: 130px;
}
.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: hsl(32, 90%, 58%);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
}

.hover-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #f49a34;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.platform-box:hover .hover-icon {
    opacity: 1;
}

/* Platform card highlighting when added to cart */
.platform-box.border-accent {
    border-color: hsl(32, 90%, 58%) !important;
}

.platform-box.bg-accent\/5 {
    background-color: hsl(32, 90%, 58%, 0.05) !important;
}

.platform-box .absolute {
    position: absolute;
}

.platform-box .bottom-2 {
    bottom: 0.5rem;
}

.platform-box .right-2 {
    right: 0.5rem;
}

.platform-box .opacity-0 {
    opacity: 0;
}

.platform-box .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.platform-box.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.text-accent {
    color: hsl(32, 90%, 58%) !important;
}

.view-cart-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f49a34;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(244, 154, 52, 0.3);
    z-index: 1000;
}
.modal-btn{
      border-radius: 8px;
    border: 1px solid #dadbe7;
    font-size: 17px;
    font-weight: 700;
    background-color: white;
    padding: 8px 15px;
}
.modal-btn:hover{
  background-color: #f49a34;
  color: white;
  border: 1px solid #f49a34 ;
}
.modal-header {
      padding: 20px 20px 0px;
    border-bottom: 0px;
}
span#cartPlatformCount {
  font-size: 12px;
    background: #f8f6f1;
    padding: 10px 15px;
    border-radius: 22px;
color: #142038;
  }
.modal-body{
     padding: 20px 20px 0px;
}
  .discount-button{
       padding: 8px 12px;
    background: #fcfaf8;
    color: #142038;
    border:1px solid #e1e2eb;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 14px !important;
}
  .text-18{
      font-size: 18px !important;
  }
  .alert.alert-info.text-center.mb-4 {
    font-size: 14px;
    background: #f9f7f4;
    border-color: #dadbe7;
}
  .text-12{
    font-size: 12px !important;
  }
  .text-para{
    color: #505595;
    font-size: 14px;
  }
  .bg-secondarys{
   background-color: #f8f6f1 !important;
    color: #142038;
    padding:4px 12px !important;
    border-radius: 20px;
    font-size: 14px !important;
  }
  .card-header{
    background-color: transparent;
    border-bottom: 0px !important;
    padding: 20px ;
  }
  label.form-check-label {
    color: #142038;
    font-weight: 600;
    font-size: 14px;
}
.review-input::placeholder{
    color: #505595 !important;
    font-size: 14px;
}

/* Remove from Cart Button */
.remove-from-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: auto;
    height: 2.5rem;
    gap: 0.5rem;
}

.remove-from-cart-btn:hover {
    background-color: #f49a34;
    color: #ffffff;
}

.remove-from-cart-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #f49a34;
}

.remove-from-cart-btn:disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Progress indicator styles */

.bg-secondarys.completed {
    background-color: #0c1040 !important;
    color: white;
}
  .review-input{
    font-size: 14px !important;
    color: #142038 !important;
        background: #fcfaf8 !important;
    padding: 10px !important;
  }
  .form-control:focus {
    box-shadow: none !important;
  }
  .progress-color{

    background-color: #f49a34 !important;
  }
  
  /* Step indicator styles */
  .step-active {
    color: #142038 !important;
  }
  
  .step-inactive {
    color: #505595 !important;
  }
  
  .step-completed {
    color: #f49a34 !important;
  }
  .bg-light-sky-blue{
    background-color: #f7f5f2 !important;
  }
  .step-completed span {
    color: #f49a34 !important;
  }
  
  .step-circle-active {
    background-color: #142038 !important;
    color: white !important;
  }
  
  .step-circle-completed {
    background-color: #f49a34 !important;
    color: white !important;
  }
  
  .step-circle-inactive {
    background-color: #f3f1ed!important;
    color: #505595 !important;
  }
  .search-input::placeholder {
color: #505595 !important;
font-size: 16px;
  }
  .search-input{
    padding: 10px 15px;
  }
  .text-dark{
 color: #142038 !important;
    font-weight: 500;
    font-size: 16px;
  }
  .text-dark-2{
     color: #142038 !important;
    font-weight: 500;
    font-size: 16px;
  }
.text-sky-blue{
  color: #505595 !important;
}
.bg-dark{
  background-color: #142038 !important;
}
.bg-light-yellow{
  background-color: #faf0e4 !important;
}
.bg-muted{
  background-color: #f3f1ed !important; 
}

.form-check-input:checked {
    background-color: #142038;
 border-color: #142038;
  }
  .form-check-input:focus {
    box-shadow: none !important;
  }
  input#discountCodeInput::placeholder{
    color: #505595 !important;
    font-size: 14px;
  }
  .acount-card {
    padding: 20px;
  color: #505595;}
  .hrline{
  background-color: #dadbe7;
    height: 1px;
    width: 92%;
    margin: 20px auto;
  }
  .outline-button:hover{
    background-color: #f49a34;
    color: white;
}
.outline-button:hover svg {
    color: white;
}
   .outline-service-btn:hover{
 background-color: #f49a34 !important;
    color: white;
        border-color: #f49a34 !important;
   }
   /* Mobile responsiveness for quantity selector */
@media (max-width: 772px) {
    .quantity-selector {
               width: 255px !important;
    }
    .top-padding{
    padding-top: 5rem !important;
    .platform-box{
          height: fit-content !important; 
    }
}
}
.top-padding{
    padding-top: 10rem;
}
    .quantity-selector {
    width: 45%; 
    gap: 8px;
    }
    .text-muted-foreground {
      font-size: 14px;
    color: #505595 !important;
}
.cart-container{
  max-width: 672px !important;
  margin: 0 auto; 
}
label.form-label.text-dark {
    font-size: 14px;
}
.url-input::placeholder {
    color: #505595 !important;
    font-size: 14px;
}
.bg-zinc{
  background-color: #f49a34 !important;
}
/* Custom select arrow */
.review-input.form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    padding-right: 2.5rem !important;
}

/* Ensure arrow is visible on all select inputs */
select.form-select.review-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    padding-right: 2.5rem !important;
}
/* Hover effect for menu items */
@media (max-width: 992px) {
  .modal-width{
    max-width:100% !important;
  }
  .trusted-bar{
        border-radius: 28px;
    background-color: #ffffff;
    color: #505595;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #dadbe7;
  }
   .bar-container{
    max-width:100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .container{
    max-width: 100%;
    
    box-sizing: border-box;
  }
  
  /* Fix for mobile overflow */
  .row {
    margin-right: 0;
    margin-left: 0;
    overflow-x: hidden;
  }
  
  .platform-card {
    padding: 5px !important;
    box-sizing: border-box;
  }
  .hero-heading {
    font-size: 2rem;
    font-weight: 700 !important;
    color: #142038;
    line-height: 1.2;
}
.hero-para {
    font-size: 1rem;
    font-weight: 500;
    max-width: 768px;
    color: #505595;
}
.services-title{
  font-size: 28px;
}
.faq-desc{
  width: 100%;
}
.cta-heading{
  font-size: 28px;
}
}
.placeholder-sky::placeholder {
  color: #505595;}
  .bar-container{
    max-width: 672px;

  }
  
  .input-group.input-group-contact {
    border: 1px solid #dadbe7;
    border-radius: 6px;
}
  .dark-blue{
    background-color: #0c1040 !important;
    color: white !important;
  }
  .dark-blue:hover{
    background-color: #0c1040 !important;
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #505595 ;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.text-warning{
  color: #f49a34 !important;
}

.card-accordion {
    border: 2px double #e5e7eb !important;
    border-radius: 0.375rem !important;
    margin-bottom: 0.5rem !important;
    overflow: hidden;
}

.card-accordion .accordion-button {
    
    border-radius: 0 !important;
}

.card-accordion .accordion-button:not(.collapsed) {
    border-bottom: none !important;
    box-shadow: none !important;
}



.card-accordion .accordion-item {
    border: none !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.toast-success {
    background-color: #f49a34 !important;
    border-color: #f49a34 !important;
}
.toast-success .toast-close-button {
    color: #fff !important;
}