


    .primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}

/* Mobile adjustments */

.logoImg{
    background: white;
    border-radius: 8px;
}



.timeline-card {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.icon-box {
  min-width: 45px;
  height: 45px;
  background: #2c4d80;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .timeline-card {
    flex-direction: row;
  }
}


.text-primary {
  color: #2c4d80 !important;
}

.btn-primary {
  background-color: #2c4d80;
  border: none;
}

.btn-primary:hover {
  background-color: #2c4d80;
}
.counter-section {
  position: relative;
  background: #2c4d80;
   
}

.counter-section h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.counter-section p {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

   .accordion-button:not(.collapsed) {
  background-color: white;
  
} 
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button{
  font-weight: 600 !important;
    color: #87161e !important;
    font-family: "Segoe UI", Arial, sans-serif;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}

/* .boxShadows{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

} */

 
.hero {
      background: #2c4d80;
    color: #fff;
    padding: 14px 67px;
    /* text-align: center; */
    margin-top: 6rem;
    }
    .card-box {
        transition: 0.3s;
        height: 100%;
        color: white !important;
    background-color: #2c4d80 !important;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);;
    }
    .card-box:hover {
        transform: translateY(-5px);
       box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .icon-lg {
        font-size: 48px;
        color: #0d6efd;
    }
    .form-card {
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .fwbold{
        font-family: 'Roboto', sans-serif;
        font-size: 1.25rem !important;
        font-weight: bold;
        color: white;
    }
    .btnlight{
        background-color: #87161e;
        color: white;
    }
    .btnlight:hover{
background-color: #ccc;
color: black;
    }
    .subtitle{
        font-size: 0.9rem !important;font-family: 'Poppins', sans-serif;color: white;
    }
    .frmTile{
        font-weight: 600 !important;
    color: #87161e !important;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 1.5rem;
    }
    .icon-lg{
        color: white !important;
    }
    .btnprimary{
        background-color: #2c4d80;
        color: white;
        font-family: 'Poppins', sans-serif;color: white;
        font-size: 16px !important;
    }
    .btnprimary:hover{
        background-color: #ccc;
        color: black;
    }
    .form-control{
        box-shadow: none;
        border-radius: 0px;
    }
.form-control:focus{
border: 2px solid black;

}
.form-select{
    border-radius: 0px;
    box-shadow: none !important;
   
}
.form-select:focus{
  border: 1px solid black;
}
#summary-amount{
    font-size: 1.75rem;
    font-weight: 700;
    color: #0b5ed7;
     font-family: 'Poppins', sans-serif;
}
#summary-currency{
 font-size: 1.75rem;
    font-weight: 700;
    color: #0b5ed7;
     font-family: 'Poppins', sans-serif;
}
.paybox {
    border-radius: 12px;
    overflow: hidden;
    box-shadow:  0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);;
}

.logo-tile {
    height: 64px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-tile img {
    max-width: 100%;
    max-height: 28px;
    object-fit: contain;
}

.security-strip {
    background-color: #2c4d80 !important; /* Bootstrap primary */
    color: #fff;
    padding: 0px;
    height: 24px;
}

.badge-item {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 5px !important;
    font-size: 11px;
   
}
.card{
    cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.gateway-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    background: #fff;
}

.gateway-box:hover {
    border-color: #0d6efd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.gateway-logo {
    max-height: 40px;
    width: auto;
}

.security-badge {
    max-height: 30px;
    width: auto;
}

/* Mobile optimization */
@media (max-width: 576px) {
    .gateway-logo {
        max-height: 35px;
    }

    .security-badge {
        max-height: 25px;
    }
}
.payment-badge {
    max-width: 100%;
    height: auto;
}

/* Mobile */
@media (max-width: 576px) {
    .payment-badge {
        max-width: 95%;
    }
}


