body.noscroll {overflow: hidden!important;}

#dp-menu {padding-top: 12px; padding-bottom: 12px; background-color: #FFF;}
#dp-menu .menu-logo {width: 275px; height: auto;}
#dp-menu a {display: block; width: max-content;}

.main-container {min-height: 100vh!important; padding-bottom: 60px; background-color: #FFE8B0;}
.page-title {margin-bottom: 6px!important; font-size: 78px; font-weight: 700; font-family: 'Abhaya Libre', serif; line-height: 1!important; }
.page-subtitle {text-transform: uppercase;}
.page-section {display: grid; grid-template-columns: 0.6fr 0.4fr; gap: 64px; min-height: calc(100vh - 220px); margin-top: 32px; margin-bottom: 32px;}

.cta_btn_white {max-width: 245px;}
.bg-img-box {overflow: hidden; position: absolute; bottom: 0; right: 0; width: 380px; height: auto;}
.bg-img-box .bg-circle {display: block; width: 100%; max-width: 680px; height: auto;}

.section-col-right .form-group .checkbox_label { position: relative; display: flex; max-width: 370px; margin: 0 auto; cursor: pointer; }
.section-col-right .form-group .checkbox_label .checkbox_input { display: none; }
.section-col-right .form-group .checkbox_label .checkbox_span { position: relative; display: inline-block; width: 16px; height: 16px; background-color: #fff; border: 1px solid #c1c1c1; border-radius: 4px; cursor: pointer; }
.section-col-right .form-group .checkbox_input:checked + .checkbox_span:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background-color: #9fc119; }
.section-col-right .form-group .checkbox_content { overflow-y: scroll; width: calc(100% - 30px); height: 100px; margin-top: -5px; margin-left: 15px; padding: 10px; background: #fff; color: #4e534f; font-size: 12px; border: 1px solid #c1c1c1; border-radius: 4px; }
.section-col-right .form-group .checkbox_content::-webkit-scrollbar { width: 5px; border-radius: 4px; }
.section-col-right .form-group .checkbox_content::-webkit-scrollbar-track { background: #fff; border-radius: 4px; }
.section-col-right .form-group .checkbox_content::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 4px; }
.section-col-right .form-group .checkbox_content::-webkit-scrollbar-thumb:hover { background: #555; }
.section-col-right .error_message { position: absolute; bottom: -15px; left: 30px; color: red; font-size: 10px; }

.tiles-wrapper {display: grid; position: relative; z-index: 2; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 80px; color: #4E534F;}
.tiles-wrapper .single-tile {position: relative; display: flex; flex-direction: column; gap: 20px; padding: 40px 32px; background-color: #FFF; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07), 0px 8px 18px 0px rgba(0, 0, 0, 0.07), 0px 32px 32px 0px rgba(0, 0, 0, 0.06), 0px 72px 43px 0px rgba(0, 0, 0, 0.04), 0px 127px 51px 0px rgba(0, 0, 0, 0.01), 0px 199px 56px 0px rgba(0, 0, 0, 0.00); border: 1px solid #DAE4D1;}
.tiles-wrapper .single-tile .floating-element {position: absolute; bottom: -64px; right: -24px; display: block; width: 100%; max-width: 200px; height: auto;}
.tiles-wrapper .single-tile:last-child {grid-column: 1/-1; border-color: #F97D00;}
.tiles-wrapper .single-tile:first-child .row-bottom .row-text {padding-left: 32px; color: #8F8F8F; line-height: 1.3;}
.tiles-wrapper .single-tile:first-child .row-bottom .row-text .text-time {font-weight: 700;}
.tiles-wrapper .single-tile .row-top {display: flex; align-items: flex-start; gap: 16px;}
.tiles-wrapper .single-tile .row-top svg {display: block; min-width: 64px; height: auto;}
.tiles-wrapper .single-tile .row-content-box {display: flex; flex-direction: column;}
.tiles-wrapper .single-tile:nth-child(2) .row-content-box .row-text:last-child {text-transform: uppercase;}
.tiles-wrapper .single-tile .row-content-box .row-link {color: #4E534F; font-size: 40px; font-weight: 700;}
.tiles-wrapper .single-tile .row-content-box .row-link:hover {text-decoration: underline;}
.tiles-wrapper .single-tile .row-bottom .logo-dp {display: block; margin: 0 auto;}
.tiles-wrapper .single-tile .row-content-box .inner-text {font-weight: 700;}
.page-demo-footer {position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; min-height: 60px; background-color: #FFF;}
.page-demo-footer .inner-box {display: flex; align-items: center; justify-content: flex-end; color: #4E534F;}

.section-col-left {padding-bottom: 64px;}
.section-col-right .form-wrapper {position: relative; height: 100%; padding: 24px; border: 1px solid #F97D00;}
.section-col-right .form-wrapper .form-bg-img {position: absolute; top: 50%; left: 50%; right: 0; z-index: 1; transform: translate(-50%, -50%); display: block; width: auto; height: 100%;}
.section-col-right .form-wrapper .form-box {position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 16px; background-color: rgba(241, 247, 224, 0.7); box-shadow: 10px 10px 16px 10px rgba(255, 255, 255, 0.50) inset, 1px 1px 20px 0px rgba(0, 0, 0, 0.07);}
.section-col-right .form-wrapper .form-box .form-title {margin-bottom: 40px; color: #4E534F; font-weight: 700; text-align: center;}
.section-col-right .form-wrapper .form-box .inputs-wrapper {display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%;}
.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group {width: 100%;}
.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group .input-box {position: relative; display: block; width: 100%; max-width: 370px; margin: 0 auto;}
.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group .input-box .single-input {display: flex; align-items: center; width: 100%; height: 60px; padding-right: 20px; padding-left: 20px; background-color: #FFF; border: 1px solid #c1c1c1; border-radius: 50px;}
.section-col-right .form-wrapper .form-box .input-error {position: absolute; bottom: 0; left: 20px; transform: translateY(100%); display: none; color: #FF0000; font-size: 10px;}
.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group .input-box .single-input.invalid + .input-error {display: block;}
.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group .input-box .single-input.invalid {color: #FF0000; border-color: #FF0000;}
.section-col-right .form-wrapper .form-box .checkbox_input.invalid ~ .input-error {display: block;}

.section-col-right .form-wrapper .contact-btn {display: block; width: 100%; max-width: 370px; padding: 18px 40px; background-color: #2a8936; color: #fff; font-weight: 700; text-transform: uppercase; border: 1px solid #2a8936; border-radius: 50px; transition: background-color .3s;}
.section-col-right .form-wrapper .contact-btn:hover {background-color: #166220;}

.popup-overlay {position: fixed; top:0; bottom: 0; left: 0; right: 0; z-index: 9999999; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(0, 0, 0, 0.5); color: #4E534F;}
.popup-overlay .popup-box {position: relative; width: 100%; max-width: 600px; min-height: 500px; height: auto; padding-bottom: 24px; background-color: #FFF; text-align: center;}
.popup-overlay .popup-box::before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; transform: translate(15px, 15px); width: 100%; height: 100%; background-color: transparent; border: 1px solid #F97D00;}
.popup-overlay .popup-box .form-bg-img {display: block; width: 100%; height: auto; object-fit: cover; object-position: center;}
.popup-overlay .popup-box .popup-text {margin-top: 16px; padding: 0 16px; line-height: 1.2;}
.popup-overlay .popup-box .popup-text .bolder {font-weight: 700;}
.popup-overlay .popup-box .btns-wrapper {display: flex; flex-direction: column; margin-top: 24px; padding: 0 16px;}
.popup-overlay .popup-box .popup-input-box {display: flex; flex-direction: column;}
.popup-overlay .popup-box .popup-input-box .label-text {margin-bottom: 12px; color: #8F8F8F; font-weight: 700; text-transform: uppercase;}
.popup-overlay .popup-box .popup-input-box .input-code {display: flex; align-items: center; width: 100%; max-width: 370px; height: 60px; margin-right: auto; margin-left: auto; padding: 0 20px; background-color: #FFF; font-weight: 700; text-align: center; border: 1px solid #C1C1C1; border-radius: 50px;}
.popup-overlay .popup-box .submit-code {display: flex; align-items: center; justify-content: center; width: 100%; max-width: 245px; height: 60px; margin: 24px auto 0 auto; background-color: #2A8936; color: #FFF; font-weight: 700; text-transform: uppercase; border: none; border-radius: 50px; transition: background-color .3s;}
.popup-overlay .popup-box .close-popup {display: flex; align-items: center; justify-content: center; width: 100%; max-width: 245px; height: 60px; margin: 24px auto 0 auto; background-color: #FFF; color: #2A8936; font-weight: 700; text-transform: uppercase; border: 1px solid #2A8936; border-radius: 50px; transition: background-color .3s;}
.popup-overlay .popup-box.popup-2 .popup-text {display: flex; flex-direction: column; justify-content: center; height: calc(100% - 170px); margin-top: 0; padding: 0 16px; line-height: 1.2;}
.popup-overlay .popup-box .close-popup:hover {background-color: #2A8936; color: #FFF;}
.popup-overlay .popup-box .popup-content-wrapper {display: flex; flex-direction: column; justify-content: center; height: calc(100% - 170px); margin-top: 0; padding: 0 16px;}


@media all and (max-width: 1600px) {
		.page-section {gap: 32px; margin-top: 28px; margin-bottom: 28px;}
		.tiles-wrapper .single-tile .floating-element {right: -12px; max-width: 150px;}
		.tiles-wrapper {gap: 24px; margin-top: 24px;}
		.tiles-wrapper .single-tile {gap: 12px; padding: 24px;}
		.section-col-right .form-wrapper .form-box .inputs-wrapper {gap: 20px;}

		.section-col-left .heading-box .page-subtitle {font-size: 20px}
		.tiles-wrapper .single-tile .row-content-box .row-text {font-size: 24px;}
		.tiles-wrapper .single-tile .row-content-box .row-link {font-size: 24px;}
		.tiles-wrapper .single-tile .row-top svg {min-width: 56px; width: 56px;}

		.main-container .cta_btn_white {min-width: 120px; max-width: 180px; padding: 12px;}
		.section-col-right .form-wrapper {padding: 16px;}
		.tiles-wrapper .single-tile:first-child .row-bottom .row-text br {display: none;}
		.tiles-wrapper .single-tile .row-bottom .logo-dp {width: 250px; height: auto;}
		.section-col-right .form-wrapper .form-box .form-title {margin-bottom: 24px; font-size: 24px;}
		.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group .input-box .single-input {height: 54px;}
		.section-col-right .form-group .checkbox_content {height: 80px;}
		.section-col-right .form-wrapper .contact-btn {padding: 16px 40px;}
}

@media all and (max-width: 1400px) {
		.page-section {grid-template-columns: repeat(2, 1fr);}
		.tiles-wrapper {grid-template-columns: 1fr; gap: 16px;}
		.tiles-wrapper .single-tile .row-bottom .logo-dp {margin: 0 auto 0 0;}
		.tiles-wrapper .single-tile .floating-element {display: none;}
		.section-col-right .form-wrapper {padding: 12px;}
		.section-col-left {padding-bottom: 0;}

		.tiles-wrapper .single-tile .row-content-box .row-text {font-size: 20px;}
		.tiles-wrapper .single-tile .row-content-box .row-link {font-size: 20px;}

		.main-container .cta_btn_white {padding: 10px;}

		.tiles-wrapper {margin-top: 16px;}
}

@media all and (max-width: 992px) {
		.page-section {grid-template-columns: 1fr;}
		.section-col-right .form-wrapper .form-box .inputs-wrapper .form-group .input-box {max-width: 100%;}
		.section-col-right .form-group .checkbox_label {max-width: 100%;}
		.section-col-right .form-wrapper .contact-btn {max-width: 100%;}

		.section-col-right {margin-top: 16px;}
		.section-col-right br {display: none;}
}


@media all and (max-width: 768px) {
		.popup-overlay .popup-box::before {display: none;}
}
