/* 
Theme Name: hello-child
Theme URI: https://github.com/elementor/hello-theme/
Description: hello-child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.home--hero {
    inset: 0;
    background-image: linear-gradient(rgba(240, 33, 90, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 33, 90, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
   
}
.hero-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60vw;
    height: 60vw;
    max-width: 700px;
    max-height: 700px;
    background: radial-gradient(ellipse at center, rgba(0,255,178,0.18) 0%, transparent 65%);
    pointer-events: none;
}
.hero-glow-2 {
    position: absolute;
    bottom: 0%;
    left: -5%;
    width: 45vw;
    height: 45vw;
    max-width: 500px;
    max-height: 500px;
    background: radial-gradient(ellipse at center, rgba(0,240,255,0.12) 0%, transparent 65%);
    pointer-events: none;
}
/*.home--hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10, 10, 15, 0.82) 0%, rgba(10, 10, 15, 0.55) 50%, rgba(10, 10, 15, 0.35) 100%);
    pointer-events: none;
}*/


/*.home--hero::before{
        content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(240, 33, 90, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(240, 33, 90, 0.025) 1px, transparent 1px);
    background-size: 28px 28px;
}*/
.hero-eyebrow h5:before {
    content: 'rt';
    width: 20px;
    background: #00F0FF;
    width: 28px;
    height: 2px;
    font-size: 0px;
    display: inline-block;
    margin-right: 7px;
}
.heading-h1 span {
    color: #00F0FF;
}
.glowy-btn a{
	transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 28px rgba(0,240,255,0.3);
}
.glowy-btn a:hover{
	transform: translateY(-2px);
    box-shadow: 0 0 42px rgba(0,240,255,0.45);
}
.brdr-btn a{transition: border-color 0.2s, color 0.2s;}
.brdr-btn a:hover{
    border-color:#00F0FF !important;
    color: #00F0FF !important;
}
.why-card-cont{
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 1.5rem;
}
.why-card {
    transition: border-color 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}
.why-card:hover{
	border-color: rgba(0,240,255,0.25) !important;
    transform: translateY(-4px);
}
.hiw-cont::before {
    content: 'rt';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,240,255,0.15), transparent);
    position: absolute;
    top: 0px;
    font-size: 0px;
}
.hiw-cont {
    position: relative;
}
/**/
.ph {
    width: 100%;
    background: #1C1C28;
    border: 1.5px dashed rgba(0, 240, 255, 0.2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ph::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 240, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 240, 255, 0.025) 1px, transparent 1px);
    background-size: 28px 28px;
}
.ph-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding: 2rem;
    text-align: center;
}
.ph-inner svg {
    width: 28px;
    height: 28px;
    stroke: rgba(0, 240, 255, 0.3);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ph-inner span {
    font-family: 'Space Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(136, 136, 153, 0.65);
}
.photo-container .ph{min-height: 380px;}
.photo-strip .ph {
    min-height: 220px;
}
/**/
.pkg-price sup {
    font-size: 1.4rem;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: 0px;
}
.pkg-includes li::before {
    content: '✓';
    color: #00F0FF;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.05em;
    margin-right: 0.8rem;
}
.pkg-btn a {
    transition: opacity 0.2s, transform 0.2s;
}
.pkg-btn a:hover {
    border-color:  #00F0FF !important;
    color:  #00F0FF !important;
}
.pkg-card.featured {
   
    background: linear-gradient(160deg, #161c22 0%, #0f1a14 100%);
}
.pkg-card:hover:not(.featured) {
    border-color: rgba(0,240,255,0.2);
    transform: translateY(-3px);
}
.addon-pill strong {
    color: #fff;
    font-weight: 600;
}
.delivery-note::before {
    content: '📍';
    font-size: 1rem;
}
.safety-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 1.25rem !important;
    display: grid;
}
.elementor-widget-text-editor a {
    color: #00F0FF;
}
.e-n-accordion-item {
    background: #161622;
    border: 1px solid rgba(255, 255, 255, 0.07);
    /* padding: 1.25rem 1.5rem; */
    border-radius: 12px;
}
summary.e-n-accordion-item-title {
    padding: 1.25rem 1.5rem !important;
}

.home-faq {
    max-width: 700px !important;
}
div#mk-counter .elementor-counter-number-suffix {
    font-size: 32px;
}
.hero-photo-wrap .ph {
    border-radius: 0;
    min-height: 480px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.hero-photo-wrap{
	position:relative;
}
.hero-photo-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 10, 15, 0.2) 0%, rgba(10, 10, 15, 0.65) 100%);
    pointer-events: none;
    z-index: 2;
}
.event-type-tag h3 {
    padding: 0px !important;
    margin: 0px !important;
}
.event-type-tag h3.elementor-icon-box-title {
    margin: 0px;
}
.event-type-tag svg {
    width: 12px;
    height: 12px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 1.25rem !important;
   
}
.inc-icon svg {
    width: 18px;
    height: 18px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: relative;
    top: 4px;
}
.inc-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 240, 255, 0.08);
    border-radius: 8px;
    margin-top: 0.1rem;
}
.included-card:hover {
    border-color: rgba(0,240,255,0.2)!important;
    transform: translateY(-3px)!important;
}
.included-card {
    transition: border-color 0.3s, transform 0.3s !important;
}
.le-photo .ph {
    min-height: 260px;
    margin-top: 1rem;
}
.b-white strong {
    color: #fff;
}
.notes-box {
  max-width: 720px;
}
.notes-list svg {
    width: 15px;
    height: 15px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 0.25em;
    position: relative;
    top: -1px;
}
.delivery-note {
    display: flex;
}
.hero-photo-wrap.no-before::before {
    display: none;
}
.price-includes svg {
    width: 13px;
    height: 13px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    position: relative;
    top: -1px;
}
/*.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
   
}*/
.step-card {
    transition: border-color 0.2s;
}
.step-card:hover {
    border-color: rgba(0,240,255,0.18) !important;
}
.ph-med {
    min-height: 300px;
}
.mk-tag-width {
    width: fit-content !important;
}
.ph-card {
    min-height: 175px;
    border-radius: 12px 12px 0 0;
}
.ov-card {
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.ov-grid {
    display: grid;
	grid-template-columns: repeat(3, 1fr) !important;
}
.game-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    
}
.game-ph {
    min-height: 161px;
}
.rlist span.elementor-icon-list-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: rgba(0, 240, 255, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05em;
}
.rlist svg {
    width: 12px;
    height: 12px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
	left: 2px;
}
.sp-container {
    max-width: 880px;
}
.rlist span.elementor-icon-list-text span {
    color: #fff !important;
}
.mk-tag svg {
    position: relative;
    top: 6px;
}
.ov-card:hover {
    border-color: rgba(0, 240, 255, 0.22) !important;
    transform: translateY(-3px) !important;
}

.faq-search-wrapper::after {
    content: 'rt';
    width: 20px;
    height: 20px;
    background-image: url(https://healthcarecareer.codpixels.com/wp-content/uploads/2025/12/Icon-8.svg);
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 17px;
    font-size: 0;
    background-size: contain;
}
.faq-search-wrapper input {
    background: #161622;
    max-width: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.25rem;
    max-width: 640px;
    border-radius: 12px;
    color: #E8E8F0;
    font-size: 0.92rem;
    font-family: 'DM Sans', sans-serif;
    padding-left: 51px !important;
}
.faq-search-wrapper {
    position: relative;
    /* background: #161622; */
}
.faq-accordion .e-n-accordion-item {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.faq-accordion .e-n-accordion-item:last-child {
   
    border-bottom: 0px solid rgba(255, 255, 255, 0.07);
}
.faq-accordion {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    overflow: hidden;
}
.hero-contact-row svg {
    width: 16px;
    height: 16px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.note-row svg {
    width: 14px;
    height: 14px;
    stroke: #00F0FF;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 0.22em;
}
.note-row span{
    color: #fff;
}
@media screen and  (max-width: 900px) {
	.ov-grid {
        grid-template-columns: 1fr !important; 
    }
	    .game-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media screen and  (max-width: 600px) {
	p br{
		display:none;
	}
	    .game-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}