html {
	scroll-behavior: smooth;
}
body {
    font-family: "Inter", serif;
    font-size: 17px;
    font-weight: 500;
    background-color: #ffffff;
    color: #1E2A3B;
	min-height: 100vh;
}
img {
	max-width: 100%;
}

.btn {
    background-color: #0D68A7;
    color: #ffffff;
    border-radius: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: none;
	padding: 16px;
	display: block;
}
.btn:hover {
	background-color: #1E2A3B !important;
}
.btn::after {
	display: none;
}
.form-group {
    margin-bottom: 24px;
}
.form-control {
    background-color: #D9F9FF;
    color: #1E2A3B;
    border: none;
    box-shadow: none;
    border-radius: 8px;
    height: auto;
    padding: 18px 20px;
	font-size: 18px;
	font-weight: 500;
}
.form-control:focus {
    background-color: #e9f0ef;
}
.form-control::placeholder {
	color: #94A3B8;
}

.control-label {
    font-weight: 500;
    font-size: 14px;
    color: #475569;
}
.form-block {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-block h1 {
    font-size: 56px;
    font-weight: 600;
    color: #1e2a3b;
    line-height: 1.2;
	margin: 0 0 16px;
}
.form-block p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    color: #1E2A3B;
    opacity: 0.7;
}
.form-box {
    padding: 36px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
	position: relative;
}

#google_translate_element {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
}
.reward-header {
    padding: 25px 0;
    background-color: #ffffff;
}
.reward-header-logo {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #000000;
}
#google_translate_element {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
}

.gift-icon-small {
    position: absolute;
    top: -70px;
    left: -60px;
    right: auto;
    bottom: auto;
    z-index: -1;
}
.gift-icon {
    position: absolute;
    top: auto;
    left: auto;
    right: -60px;
    bottom: -40px;
    z-index: -1;
}

.giftcard-info {
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.giftcard-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(224, 169, 181, 0.4);
    z-index: -1;
}

.process-block {
	padding: 80px 0 100px;
	background-color: #1E2A3B;
}
.process-block h2 {
    margin-bottom: 8px;
}
.process-block h3 {
    margin: 0 0 50px;
}
.process-block h4 {
    margin: 16px 0 0;
    line-height: 1.4;
}
.process-block .row {
    margin: 0 -70px;
}
.process-block .col-md-4 {
    padding: 0 70px;
    position: relative;
}
.process-block .col-md-4:not(:last-child)::after {
    content: "";
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 120px;
    height: 40px;
	background: url('../images/arrow.svg') no-repeat center / contain;
}


h1 {
    font-size: 56px;
}
h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #1E2A3B;
    margin: 0 0 24px;
}
.h4 {
	font-size: 24px;
	font-weight: 500;
}
h5, .h5 {
	font-size: 22px;
	font-weight: 500;
}
p, li {
	font-weight: 500;
	color: #64748B;
}
.opacity-70 {
	opacity: 0.7;
}
.section {
	margin: 30px 0;
}
.policy-link {
	margin: 16px 0 0;
}
.policy-link a {
	text-decoration: underline;
}
.error {
    font-size: 12px;
	color: red;
}

main {
    min-height: 100vh;
}
header {
    padding: 20px 0;
}
footer {
    padding: 13px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
    background-color: #006B5E;
}
.reward-footer p {
    margin: 0;
}

@media (max-width: 1199.1px) {
    .gift-icon-small { width: 100px; }
    .gift-icon {
        width: 150px;
        right: 0;
        bottom: -90px;
    }
    .process-block .row { margin: 0 -15px; }
    .process-block .col-md-4 { padding: 0 15px 30px; }
    .process-block .col-md-4:not(:last-child)::after { display: none; }
}
@media (max-width: 991.1px) {
    .gift-icon-small { top: 0; left: 0; }
}
@media (max-width: 767.1px) {
    body { font-size: 16px; }
	h1 { font-size: 46px; }
	h2 { font-size: 28px; }
	.h4 { font-size: 18px; }
    h5, .h5 {
        font-size: 17px;
    }
    .giftcard-info, .process-block { padding: 40px 0; }
    .gift-icon {
        width: 90px;
        right: 30px;
        bottom: -20px;
    }
    .gift-icon-small {
        width: 60px;
        left: 10px;
    }
}