			:root {
                --yellow: rgba(247, 202, 66, 1);
                --yellow2: rgba(247, 202, 66, 1);
                --blue: #0827a8;
                --text: #000000;
                --line: #edf0f5;
            }
            html,
            body {
                margin: 0;
                background: #fff;
                color: var(--text);
                font-family: Arial, Helvetica, sans-serif;
            }
            a,
            a:hover,
            a:focus {
                text-decoration: none;
            }
            .yl-wrap {
                max-width: 980px;
                margin: 0 auto;
            }
            .yl-header {
                min-height: 96px;
                padding: 14px 28px;
                background: linear-gradient(135deg, #ffcc00, #ffb800);
                border-radius: 0 0 12px 12px;
                display: flex;
                align-items: center;
                box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
            }
            .yl-logo img {
                max-width: 220px;
                max-height: 66px;
            }
            .yl-header-right {
                margin-left: auto;
                display: flex;
                align-items: center;
                gap: 22px;
            }
            .yl-book-top {
                background: var(--blue);
                color: #fff;
                font-weight: 700;
                font-size: 16px;
                padding: 15px 22px;
                border-radius: 7px;
            }
            .yl-book-top:hover {
                color: #fff;
                background: #061e84;
            }
            .yl-menu {
                color: var(--blue);
                font-size: 31px;
            }
            .yl-main {
                padding: 20px 35px 30px;
            }
            .yl-breadcrumb {
                font-size: 14px;
                margin-bottom: 8px;
                color: var(--text);
            }
            .yl-breadcrumb .current {
                color: var(--text);
                font-weight: 700;
            }
            .yl-hero {
                text-align: center;
                padding: 2px 0 14px;
            }
            .yl-kicker {
                color: var(--text);
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 8px;
            }
            .yl-hero h1 {
                margin: 0 0 10px;
                font-size: 36px;
                line-height: 1.12;
                color: var(--text);
                font-weight: 700;
            }
            .yl-hero p {
                margin: 0;
                font-size: 17px;
                line-height: 1.5;
                color: var(--text);
            }
            .yl-feature-row {
                margin-top: 20px;
            }
            .yl-feature {
                min-height: 77px;
                border: 1px solid var(--line);
                border-radius: 15px;
                background: #fff;
                box-shadow: 0 5px 16px rgba(11, 34, 93, 0.07);
                padding: 12px 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
            }
            .yl-feature-icon {
                width: 42px;
                height: 42px;
                flex: 0 0 42px;
                border: 2px solid #e9a600;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--blue);
                font-size: 19px;
            }
            .yl-feature strong {
                display: block;
                font-size: 13px;
                color: var(--text);
            }
            .yl-feature small {
                display: block;
                font-size: 12px;
                color: var(--text);
                margin-top: 3px;
            }
            .yl-pricing {
                margin-top: 14px;
            }
            .yl-card {
                padding: 16px 16px 12px;
                margin-bottom: 14px;
                border: 1px solid var(--line);
                border-radius: 18px;
                background: #fff;
                box-shadow: 0 6px 18px rgba(13, 39, 106, 0.08);
            }
            .yl-card-title {
                display: inline-block;
                background: linear-gradient(90deg, var(--yellow), var(--yellow2));
                color: var(--text);
                font-size: 14px;
                font-weight: 700;
                padding: 7px 12px;
                border-radius: 7px;
                margin-bottom: 12px;
            }
            .yl-card-grid {
                display: grid;
                grid-template-columns: 30% 34% 36%;
                align-items: stretch;
            }
            .yl-image-col {
                padding: 4px 14px 0 0;
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 0;
            }
            .yl-locker-img {
                display: block;
                width: 100%;
                height: auto;
                max-width: 235px;
                max-height: 220px;
                object-fit: contain;
            }
            .yl-spec-col {
                padding: 5px 18px 0 8px;
                min-width: 0;
            }
            .yl-spec-row {
                display: flex;
                align-items: flex-start;
                margin-bottom: 9px;
                font-size: 15px;
                line-height: 1.35;
                color: var(--text);
            }
            .yl-spec-row .fa {
                width: 24px;
                flex: 0 0 24px;
                color: var(--blue);
                margin-right: 5px;
                top: 2px;
                text-align: center;
            }
            .yl-capacity {
                margin-top: 14px;
                padding: 11px 13px;
                display: flex;
                align-items: center;
                gap: 10px;
                background: linear-gradient(90deg, #fff9f0, #fff);
                border-radius: 12px;
            }
            .yl-capacity-icon {
                width: 34px;
                height: 34px;
                flex: 0 0 34px;
                border: 2px solid #efb500;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--blue);
            }
            .yl-capacity b {
                display: block;
                font-size: 13px;
                color: var(--text);
            }
            .yl-capacity span {
                display: block;
                font-size: 12px;
                color: var(--text);
                margin-top: 2px;
            }
            .yl-price-col {
                border-left: 1px solid #e7bf43;
                padding: 4px 0 0 28px;
                min-width: 0;
            }
            .yl-price-row {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                font-size: 16px;
                font-weight: 700;
                line-height: 1.45;
                color: var(--text);
            }
            .yl-price-row .value {
                color: var(--text);
                min-width: 76px;
                text-align: right;
            }
            .yl-book-card {
                display: block;
                margin-top: 12px;
                padding: 8px 12px;
                text-align: center;
                background: linear-gradient(90deg, var(--yellow), var(--yellow2));
                color: var(--text);
                font-weight: 700;
                font-size: 16px;
                border-radius: 7px;
            }
            .yl-clear {
                margin-top: 22px;
                padding: 22px 30px 19px;
                background: linear-gradient(180deg, #eef8ff, #e6f3ff);
                border-radius: 20px;
            }
            .yl-clear-head {
                display: flex;
                align-items: center;
                gap: 15px;
                margin-bottom: 12px;
            }
            .yl-clear-head img {
                width: 74px;
                max-height: 74px;
                object-fit: contain;
            }
            .yl-clear h2 {
                margin: 0;
                color: var(--text);
                font-size: 32px;
                font-weight: 700;
            }
            .yl-clear ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }
            .yl-clear li {
                position: relative;
                margin: 10px 0;
                padding-left: 34px;
                color: var(--text);
                font-size: 15px;
                line-height: 1.45;
            }
            .yl-clear li:before {
                content: "✓";
                position: absolute;
                left: 0;
                color: #0aad43;
                font-size: 22px;
                font-weight: 700;
            }
            .yl-payments {
                margin-top: 24px;
                padding: 18px 22px;
                border: 1px solid var(--line);
                border-radius: 18px;
                background: #fff;
                box-shadow: 0 5px 18px rgba(13, 39, 106, 0.07);
                display: grid;
                grid-template-columns: 33% 67%;
                align-items: center;
            }
            .yl-pay-copy {
                padding-right: 20px;
                border-right: 1px solid #e7bf43;
                display: flex;
                align-items: center;
                gap: 14px;
            }
            .yl-pay-copy .fa {
                font-size: 31px;
                color: var(--blue);
            }
            .yl-pay-copy h3 {
                margin: 0 0 4px;
                font-size: 20px;
                color: var(--text);
                font-weight: 700;
            }
            .yl-pay-copy p {
                margin: 0;
                font-size: 12px;
                line-height: 1.4;
            
                color: var(--text);}
            .yl-pay-logos {
                padding-left: 24px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: space-around;
                gap: 12px 18px;
            }
           .yl-pay-logos {
				padding-left:24px;
				display:flex;
				align-items:center;
				justify-content:center;
			}

			.yl-pay-logos img {
				display:block;
				width:100%;
				max-width:520px;
				height:auto;
			}
			
			@media (max-width:767px) {

				.yl-payments {
					display:block;
				}

				.yl-pay-copy {
					border-right:0;
					border-bottom:1px solid #e7bf43;
					padding:0 0 15px;
				}

				.yl-pay-logos {
					padding:16px 0 0;
				}

				.yl-pay-logos img {
					width:100%;
					max-width:100%;
					height:auto;
				}
			}
			
			
			
            .yl-bottom {
                margin-top: 23px;
                padding: 15px 8px;
                border-radius: 17px;
                background: linear-gradient(180deg, #fffaf3, #fffdf9);
            }
            .yl-bottom-item {
                min-height: 100px;
                padding: 2px 14px;
                text-align: center;
                border-right: 1px solid #efe2cd;
            }
            .yl-bottom-item.last {
                border-right: 0;
            }
            .yl-bottom-item .fa {
                font-size: 29px;
                color: var(--blue);
                margin-bottom: 8px;
            }
            .yl-bottom-item b {
                display: block;
                font-size: 13px;
                color: var(--text);
            }
            .yl-bottom-item span {
                display: block;
                margin-top: 5px;
                font-size: 12px;
                line-height: 1.35;
            
                color: var(--text);}
            .yl-secure-note {
                margin: 13px 0 5px;
                text-align: center;
                font-size: 13px;
                font-weight: 700;
            
                color: var(--text);}
            .yl-whatsapp {
                position: fixed;
                right: 22px;
                bottom: 22px;
                width: 58px;
                height: 58px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #19bd4a;
                color: #fff;
                font-size: 26px;
                box-shadow: 0 8px 22px rgba(25, 189, 74, 0.35);
                z-index: 999;
            }
            @media (max-width: 767px) {
                .yl-header {
                    min-height: auto;
                    border-radius: 0;
                    padding: 12px 14px;
                }
                .yl-logo img {
                    max-width: 150px;
                    max-height: 50px;
                }
                .yl-header-right {
                    gap: 11px;
                }
                .yl-book-top {
                    padding: 11px 13px;
                    font-size: 13px;
                }
                .yl-menu {
                    font-size: 27px;
                }
                .yl-main {
                    padding: 15px 12px 25px;
                }
                .yl-hero h1 {
                    font-size: 30px;
                }
                .yl-hero p {
                    font-size: 15px;
                }
                .yl-feature-row .col-xs-6 {
                    margin-bottom: 10px;
                }
                .yl-feature {
                    min-height: 84px;
                }
                .yl-card-grid {
                    display: block;
                }
                .yl-image-col {
                    padding: 4px 0 12px;
                }
                .yl-locker-img {
                    width: auto;
                    max-width: 75%;
                    max-height: 200px;
                }
                .yl-spec-col {
                    padding: 0;
                }
                .yl-price-col {
                    margin-top: 14px;
                    padding: 14px 0 0;
                    border-left: 0;
                    border-top: 1px solid #e7bf43;
                }
                .yl-price-row {
                    font-size: 15px;
                }
                .yl-clear {
                    padding: 18px 16px;
                }
                .yl-clear-head {
                    display: block;
                    text-align: center;
                }
                .yl-clear-head img {
                    margin-bottom: 6px;
                }
                .yl-clear h2 {
                    font-size: 26px;
                }
                .yl-payments {
                    display: block;
                }
                .yl-pay-copy {
                    border-right: 0;
                    border-bottom: 1px solid #e7bf43;
                    padding: 0 0 15px;
                }
                .yl-pay-logos {
                    padding: 16px 0 0;
                }
                .yl-bottom-item,
                .yl-bottom-item.last {
                    border-right: 0;
                    border-bottom: 1px solid #efe2cd;
                    padding: 13px 8px;
                }
            }
			
			/*booking-conditions*/
			.yl-clear,
			.yl-booking-conditions {
				margin-top: 22px;
				padding: 22px 30px 19px;
				background: linear-gradient(180deg, #eef8ff, #e6f3ff);
				border-radius: 20px;
			}
			
		
			.yl-booking-head {
				margin-bottom: 18px;
			}

			.yl-booking-head h2 {
				margin: 0 0 12px;
				font-size: 30px;
				font-weight: 700;
				color: var(--text);
				text-transform: uppercase;
			}

			.yl-booking-head p {
				margin: 0;
				font-size: 16px;
				color: var(--text);
			}

			.yl-booking-content {
				margin: 0 auto;
			}

			.yl-booking-content > p {
				margin: 0 0 10px;
				font-size: 15px;
				color: var(--text);
			}

			.yl-booking-content ul {
				margin: 0;
				padding-left: 28px;
			}

			.yl-booking-content li {
				margin-bottom: 6px;
				font-size: 15px;
				line-height: 1.45;
				color: var(--text);
			}

			.yl-booking-note {
				margin-top: 15px;
				display: flex;
				align-items: flex-start;
				gap: 10px;
				font-size: 15px;
				color: var(--text);
			}

			.yl-booking-note .fa {
				color: var(--blue);
				font-size: 18px;
				margin-top: 2px;
			}

			@media (max-width: 767px) {
				.yl-booking-conditions {
					padding: 18px 16px;
				}

				.yl-booking-head h2 {
					font-size: 24px;
				}

				.yl-booking-head p,
				.yl-booking-content > p,
				.yl-booking-content li,
				.yl-booking-note {
					font-size: 14px;
				}
			}
			/*payment-methods*/
			.yl-payment-methods-head {
				margin-bottom: 20px;
			}

			.yl-payment-methods-head h2 {
				margin: 0 0 10px;
				color: var(--text);
				font-size: 32px;
				font-weight: 700;
			}

			.yl-payment-methods-head p {
				margin: 0;
				color: var(--text);
				font-size: 15px;
			}

			.yl-payment-block {
				padding: 18px 0;
				border-top: 1px solid rgba(0,0,0,.10);
			}

			.yl-payment-block h3 {
				margin: 0 0 12px;
				color: var(--text);
				font-size: 22px;
				font-weight: 600;
			}

			.yl-payment-block p,
			.yl-payment-block li {
				color: var(--text);
				font-size: 15px;
				line-height: 1.5;
			}

			.yl-payment-block ul {
				margin: 12px 0;
				padding-left: 35px;
			}

			.yl-payment-note {
				display: flex;
				align-items: flex-start;
				gap: 10px;
				margin-top: 12px;
				color: var(--text);
				font-size: 15px;
			}

			.yl-payment-note .fa {
				color: var(--blue);
				margin-top: 3px;
			}