@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
body {
    color: #767676;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    text-rendering: optimizeLegibility;
}
.f-topbar,
.f-page-footer {
    width: 100%;
    left: 0;
}

.f-topbar nav {
    justify-content: center;
}

.mt-150 {
    margin-top: 100px;
}

.stock-images [type="radio"]:not(:checked),
.stock-images [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.stock-images [type=radio]+label {
    width: 100%;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.stock-images [type=radio]:not(:checked)+label .image {
    border: 1px solid #ddd4d4a8;
    padding: 28px 12px;
    border-radius: 4px
}

.stock-images [type=radio]:checked+label .image {
    border: 1px solid #008cff;
    opacity: 1;
    padding: 28px 12px;
    border-radius: 4px
}

.stock-images [type="radio"]:not(:checked),
.stock-images [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.stock-images [type=radio]+label {
    width: 100%;
    padding: 0;
    position: relative;
}

.stock-images .in {
    position: relative;
}

.custom-card-head h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #261B17;
    letter-spacing: -0.02em;
     font-family: "Cormorant Garamond", sans-serif;
}

.custom-card-head p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #87786E;
}

.header-img img {
    aspect-ratio: 277 / 96;
    max-width: 277px;
    width: 100%;
}

.header-row p {
    text-align: center;
    color: hsl(20 10% 48%);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: .75rem;
    line-height: 1rem;
    position: relative;
    padding: 4px 0 34px 0;
}

.header-wrapper {
    padding-top: 64px;
}

.header-row p::before {
    position: absolute;
    content: "";
    background-color: #C75C384D;
    width: 2rem;
    height: 1px;
    left: 0;
    top: 23%;
}

.header-row p::after {
    position: absolute;
    content: "";
    background-color: #C75C384D;
    width: 2rem;
    height: 1px;
    right: 0;
    top: 23%;
}

.advancepart {
    border-radius: 12px;
}

.custom-card {
    box-shadow: 0px 4px 3px #0000000d !important;
    border-width: 1px;
    border-color: hsl(30 18% 88% / 0.6);
    border-radius: 16px;
    background-color: #f7f5f3;
}

input::placeholder,
select,
select option {
    color: #261C17 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

label {
    letter-spacing: .05em;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    color: hsl(20 10% 48%);
}

input:focus,
select:focus {
    outline: 0;
    border: 2px solid #C75C38 !important;
    box-shadow: none !important;
}

.payButton,
.payButton:hover {
    background-color: #C75C38;
    color: #fff;
    height: 3rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
    transition: 1s;
}

.payButton:hover {
    box-shadow: 4px 6px 12px hsl(15deg 56% 50% / 30%);
    color: #fff;
    outline: 0;
}

.checkboxx {
    position: relative;
    cursor: pointer;
}

.checkboxx label {
    font-size: 14px;
    cursor: pointer;
}

.checkboxx label a {
    color: #C75C38;
    text-decoration: underline;
    cursor: pointer;
}

.checkboxx input {
    opacity: 0;
}

.checkboxx span {
    height: 15px;
    width: 15px;
    border: 1px solid #C75C38;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 10%;
    left: 0;
    cursor: pointer;
}

.checkboxx input:checked+span::after {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-color: #C75C38;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.form-control,
.form-select {
    height: 44px;
    border-radius: 10px;
    border-color: #DED6CF;
}

.input-group-text {
    height: 44px;
}

.text-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, hsl(15 56% 50%), #d27c60);
    font-size: 30px;
}

.error-text {
    color: hsl(0 72% 51%);
    font-size: 14px;
    font-weight: 500;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid {
    display: grid;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 618px;
    width: 100%;
    margin: auto;
    padding: 10px;
}

.box-row {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.logo {
    max-width: 163px;
    width: 100%;
    aspect-ratio: 163 / 64;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    padding: 12px 24px;
}

.header {
    background: linear-gradient(135deg, rgb(199, 92, 56) 0%, rgb(218, 136, 78) 50%, rgb(172, 115, 57) 100%);
    padding: 32px;
    text-align: center;
    color: #fff;
}

.title {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.25rem;
    font-weight: 500;
    margin: 0;
    margin-top: 12px;
}

/* SUCCESS SECTION */

.success-section {
    text-align: center;
    padding: 32px 20px 25px;
}

.icon {
    width: 64px;
    height: 64px;
    background: rgb(220 252 231 / 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    color: rgb(22 163 74 / 1);
}

.icon span {
    font-size: 30px;
    color: #2ecc71;
    font-weight: bold;
}

.success-section h2 {
    font-size: 1.5rem;
    margin: 0;
    color: #261C17;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: -.02em;
    padding-top: 2px;
}

.success-section p {
    color: #87766E;
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0;
    margin-top: 2px;
}

/* CUSTOMER INFO */

.padding-2-rem {
    padding-inline: 2rem;
}

.customer-info {
    margin-bottom: 1rem;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #E7E0DB;
    border-radius: 8px;
}

.customer-info h3 {
    font-size: .875rem;
    letter-spacing: .05em;
    color: #261C17;
    margin: 0;
    padding-bottom: .75rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E7E0DB;
}

.info-row:last-child {
    border-bottom: none;
}

.label {
    color: #87766E;
    font-size: 14px;
}

.value {
    font-weight: 500;
    font-size: 14px;
    color: #261C17;
}

.customer-info-green {
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgb(240 253 244 / 1);
    border: 1px solid rgb(187 247 208 / 1);
    border-radius: 8px;
}

.customer-info-green p {
    margin: 0;
    color: rgb(22 101 52 / 1);
    line-height: 1.625;
    font-size: .875rem;
}

.footer-section {
    background-color: #f0edea;
    border-top: 1px solid #E7E0DB;
    padding: 30px 15px 30px 15px;
    text-align: center;
    margin-top: 55px;
}

.footer-section p {
    color: #87766E;
    font-size: .75rem;
    line-height: 1.625;
    margin: 0;
}

.footer-section span {
    color: #0000004A;
    font-size: .75rem;
    line-height: 1rem;
    border-right: 1px solid #87766e66;
    display: inline-block;
    padding-right: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
}

.footer-section a {
    font-size: .75rem;
    line-height: 1rem;
    color: #c75c38;
    display: inline-block;
    padding-left: 20px;
    margin-top: 15px;
}

/* failed */

.bg-failed {
    background-color: rgb(254 226 226 / 1);
    color: rgb(220 38 38 / 1);
}

.customer-info-failed {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgb(254 202 202 / 1);
    border-radius: 8px;
}

.customer-info-failed p {
    margin: 0;
    color: rgb(153 27 27 / 1);
    line-height: 1.625;
    font-size: .875rem;
}

/* pending */

.bg-pending {
    background-color: rgb(254 243 199 / 1);
    color: rgb(217 119 6 / 1);
}

.customer-info-pending {
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgb(255 251 235 / 1);
    border: 1px solid rgb(253 230 138 / 1);
    border-radius: 8px;
}

.customer-info-pending p {
    margin: 0;
    color: rgb(146 64 14 / 1);
    line-height: 1.625;
    font-size: .875rem;
}


/* aborted */

.bg-aborted {
    background-color: rgb(255 237 213 / 1);
    color: rgb(234 88 12 / 1);
}
.secureVia p{
    text-transform: uppercase;
    font-size:11px;
    letter-spacing: .15em;
    color:hsl(20deg 10% 48% / 60%);
}
.logcost {
    color: hsl(20deg 10% 48% / 70%);
}
.form-control, .form-select {
    font-size: 14px;
    color: #000 ;
}
.form-control::placeholder,
.form-select::placeholder {
    color:hsl(20 10% 48%) !important;
}
.agreeService {
    letter-spacing: 0;
    font-size: 14px;
    color: hsl(20 10% 48%);
    font-weight: 500;
}
