/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.4.9
Stable tag: 3.4.9
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
@font-face {
    font-family: 'Poornut';
    src: url('Poornut.woff2') format('woff2'),
        url('Poornut.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
ul.package-features {
    overflow-y: auto;
    max-height: 126px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #050b3d #e5e5e5;
}

/* Chrome, Edge, Safari */
ul.package-features::-webkit-scrollbar {
    width: 6px;
	
}

/* Scrollbar background / track */
ul.package-features::-webkit-scrollbar-track {
    background: #e5e5e5 !important;
    border-radius: 10px;
}

/* Scrollbar handle */
ul.package-features::-webkit-scrollbar-thumb {
    background: #050b3d !important;
    border-radius: 10px;
}

/* Hover */
ul.package-features::-webkit-scrollbar-thumb:hover {
    background: #449097 !important;
}

/* Remove arrows */
ul.package-features::-webkit-scrollbar-button {
    display: none !important;
    width: 0;
    height: 0;
}
.driving-packages-slider .slick-dots li button {
    background: #050b3d;
    border-radius: 30px;
    width: 10px;
    height: 10px;
}
.driving-packages-slider .slick-dots li button:before {
    display: none;
}
.driving-packages-slider .slick-dots li {
    width: auto;
    height: auto;
}
.driving-packages-slider li.slick-active button {
    background: #ff1337;
    position: relative;
}

.driving-packages-slider li.slick-active button:after {
    width: 14px;
    height: 14px;
     border: solid 1px #ff1337; 
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    border-radius: 30px;
}


[tabindex]:not([tabindex="-1"]):focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    box-shadow: 0 0 0 0px #fff;
    outline: 0px solid #fff;
    outline-offset: 0px;
}
.instrdir-search {
    border: solid 1px #d9d9d9;
    border-radius: 30px;
    overflow: hidden;
    gap: 0;
}

input#instrdir-search-input {
    border: none;
}

button#instrdir-search-btn {
    border-radius: 30px;
    padding: 12px 40px;
    background: #d81417;
    text-transform: uppercase;
    font-family: 'Familjen Grotesk';
    font-size: 17px;
}
.service-box a.elementskit-btn.whitespace--normal {
    gap: 10px;
    align-items: baseline;
}
.heading-style span {
    color: #d81417;
}
.news-letter form.wpcf7-form p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.news-letter form.wpcf7-form br {
    display: none;
}

.news-letter input[type="email"].wpcf7-email {
    width: 100%;
    max-width: 580px;
    height: 54px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    color: #333333;
    outline: none;
    box-sizing: border-box;
}

.news-letter input[type="submit"].wpcf7-submit {
    height: 54px;
    padding: 0 35px;
    background-color: #FF1337;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.news-letter input[type="submit"].wpcf7-submit:hover {
    background-color: #b8001f;
}
.single-instructor .page-header {
    display: none;
}
.instr-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.instr-hero {
    background: url(https://tobz.com.au/wp-content/uploads/2026/08/single-page-1.png);
    background-size: cover;
    background-position: center;
}
.instr-hero-sub {
    max-width: 370px;
}
.instr-hero-cta {
    background: rgb(0 28 79 / 87%);
    border: 2px solid #fff;
    padding: 36px 24px;
    max-width: 340px;
}
.instr-hero-sub {
    color: #fff;
    font-size: 16px;
    font-family: 'Familjen Grotesk';
}
.instr-hero-lang {
    color: #fff;
    font-size: 15px;
    font-family: 'Familjen Grotesk';
    margin-top: 15px;
}
.instr-hero-lang svg {
    width: 22px;
    height: 22px;
}
.instr-inner {
    position: sticky;
    top: 30px;
}
.contact-icon span.elementor-icon {
    background: #01193e;
    padding: 20px;
    border-radius: 50px;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.contact-form .form-row > span {
    flex: 1;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    outline: none;
    transition: 0.3s ease;
}
.contact-form textarea {
    height: 140px !important;
    resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #ff1337;
}

.contact-form input[type="submit"] {
    padding: 14px 30px;
    border: 0;
    border-radius: 6px;
    background: #ff1337;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background: #ff1337;
}
.instr-book-card-body {
    padding-left: 15px;
}
@media (max-width: 767px) {
	.instrdir-grid {
    grid-template-columns: 1fr;
}
	.instr-hero-sub {
    font-size: 14px;
    line-height: 18px;
}
	.instr-page {
    padding-top: 15px;
    padding-bottom: 15px;
}
    .news-letter form.wpcf7-form p {
        flex-direction: column;
        width: 100%;
    }

    .news-letter input[type="email"].wpcf7-email,
    .news-letter input[type="submit"].wpcf7-submit {
        width: 100%;
        max-width: 100%;
    }
	 .contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
	.instr-hero {
    flex-wrap: wrap;
}
	.instr-hero-cta {
    padding: 15px;
}
	.instr-hero-cta p {
    font-size: 14px;
    margin: 0 0 13px;
}
a.instr-book-btn {
    width: 100%;
    font-size: 14px;
}
	.instr-info-row h4 {
    font-size: 18px;
}
	.instr-box {
    padding: 15px;
		margin-bottom: 10px;
}
	.instr-linelist li {
    font-size: 14px;
    line-height: 110%;
}
	.instr-info-icon {
    width: 48px;
    height: 48px;
}
	span.instr-info-icon svg {
    width: 28px;
    height: 28px;
}
}


@media (min-width: 768px) and (max-width: 1199px) {
    .single-instructor main#content {
        max-width: 100% !important;
        padding: 0 30px !important;
    }
	.instr-hero-cta p {
		font-size: 18px;
	}
	.instr-hero-cta {
    padding: 25px 15px;
    max-width: 250px;
}
	.instr-single-wrap {
    grid-template-columns: 1fr;
}
	.instr-single-wrap {
    grid-template-columns: 1.2fr 1fr;
}
	.instr-linelist li {
    font-size: 14px;
}
	.instr-info-row h4 {
    font-size: 18px;
}
	.instr-box {
    padding: 10px;
}
	.instr-info-icon {
    width: 60px;
    height: 60px;
}
	span.instr-info-icon svg {
    width: 28px;
    height: 28px;
}
	.instr-page {
    padding-top: 20px;
    padding-bottom: 30px;
}
}