/* #region REQUIRED */

html,
body {
    position: relative;
    width: 100%;
    min-height: 90vh;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #313131;
    background-color: #ffffff;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1750px;
    }
}

/* #endregion */

/* #region HEADER */

.wrapper-header-gift .left-header {
    display: flex;
    align-items: center;
}

.wrapper-header-gift .logo-egift>img {
    width: 100%;
    max-width: 250px;
}

.wrapper-header-gift .change-language {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    outline: none;
    font-size: 16px;
}

.wrapper-header-gift .call-now:hover {
    color: #0d6efd;
}

.btn-buy-now {
    background-color: #c1221f;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 700;
    border: 1px solid #c1221f;
    text-transform: uppercase;
}

.btn-buy-now:hover {
    background-color: #ffffff;
    color: #c1221f;
}

/* #endregion */


/* #region MAIN */

.wrapper-main-egift {
    padding: 2rem 0;
    background: #ceeaff;
    background: radial-gradient(circle, #ceeaff, #ffffff);
}

.slider-egift-package .btn-buy-today,
.slider-egift-package .btn-demo {
    padding: 10px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    border-radius: 10px;
    border: 1px solid;
    text-transform: capitalize;
    margin: 10px 0;
    margin-right: 5px;
}

.slider-egift-package .btn-buy-today {
    background-color: #f8d03a;
    border-color: #f8d03a;
}

.slider-egift-package .btn-buy-today:hover {
    background-color: #e2b40b;
    color: #ffffff;
}

.slider-egift-package .btn-demo {
    background-color: #ffffff;
    border-color: #ddd;
}

.slider-egift-package .btn-demo:hover {
    background-color: #b4b4b4;
    color: #000000;
}

.slider-egift-package .description-small {
    padding: 0.5rem 0;
}

.slider-egift-package .description-small>ul {
    display: flex;
    justify-content: space-around;
}

.slider-egift-package .description-small>ul li {
    position: relative;
    margin: 0 5px;
}

.slider-egift-package .description-small>ul li>span {
    padding: 0 5px;
    font-size: 14px;
}

.slider-egift-package .description-small>ul li::before {
    content: '\F26A';
    font-family: 'bootstrap-icons';
    position: relative;
    top: 0;
    left: 0;
    color: #0d6efd;
    font-size: 15px;
    vertical-align: bottom;

}

.slider-egift-package .action-buy-package img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(159 159 159 / 15%);
}

.slider-egift-package .img-report > img{
    width: 100%;
    margin: auto;
    margin-top: 5px;
    border-radius: 20px;
}


.trust-over .item-trust-over {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 1rem;
    min-height: 190px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(159 159 159 / 15%);
}

.trust-over .item-trust-over .number>label {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    align-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.trust-over .item-trust-over .content>h6 {
    font-size: 1.25rem;
    text-transform: capitalize;
}

.trust-over .item-trust-over .content>p {
    font-size: 14px;
}



.how-it-works {
    padding-top: 4rem;
    padding-bottom: 5rem;
    color: #1f2d3d;
    position: relative;
}

.how-it-works .wrapper-it-work{
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

.how-it-works .section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.how-it-works .timeline {
    position: relative;
}

.how-it-works .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #c9d7e6;
    transform: translateX(-50%);
}

.how-it-works .step {
    position: relative;
    margin-bottom: 6rem;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.how-it-works .step.active {
    opacity: 1;
    transform: translateY(0);
}

.how-it-works .step-number {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ffd34f, #c1940b);
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(37,99,235,0.4);
}

.how-it-works .step-content {
    background: #fff;
    padding: 2rem;
    border-radius: 1.25rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    max-width: 500px;
}

.how-it-works .step-content h3 {
    color: #2563eb;
    margin-bottom: 1.5rem;
    text-align: center;
}

.how-it-works .step-content li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 2rem;
}

.how-it-works .step-content li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: bold;
}

.how-it-works .step-image img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}

@media (max-width: 992px) {
    .how-it-works .timeline::before {
        left: 44px;
    }
    .how-it-works .step-number {
        left: 15px;
        transform: translateY(-50%);
    }
}


.wrapper-form-contact{
    width: 100%;
    max-width: 600px;
    margin: auto;
}



.egift-faq-accordion .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0,0,0,0.05);
}

.egift-faq-accordion .accordion-button {
  font-weight: 600;
  padding: 18px;
  transition: all 0.3s ease;
}

.egift-faq-accordion .accordion-button:not(.collapsed) {
  background-color: #262b14;
  color: #ffffff;
}

.egift-faq-accordion .accordion-body {
  padding: 20px;
  color: #555;
  line-height: 1.6;
}

.accordion-collapse {
  transition: height 0.35s ease;
}


/* #endregion */


/* #region FOOTER */

footer{
    border-top: 1px solid #d9d9d9;
}

.wrapper-footer {
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.info-copy-right {
    margin: 10px 0;
    font-size: 14px;
}

.list-payment-authorized {
    align-content: center;
}

.list-payment-authorized ul {
    display: flex;
    gap: 35px;
    margin: 0 10px;
    font-size: 1.5rem;
    line-height: 0;
}

.list-payment-authorized ul li span {
    font-size: 12px;
    align-content: center;
    margin-left: 5px;
}

/* #endregion */