/**
 * Theme Name:     Azadani Dojo
 * Author:         Innvotech
 * Template:       hello-elementor
 * Text Domain:	   azadani-dojo
 * Description:    Azadani Dojo is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://azadanidojo.innvotech.net/
 * Version:        1.0.0
 */

p:last-child {
    margin-bottom: 0px;
}
.white-btn .elementor-button-icon svg line {
    stroke: #1c74f4;
}
.white-btn:hover .elementor-button-icon svg line {
    stroke: #ffffff;
}
.blue-btn .elementor-button-icon svg line {
    stroke: #ffffff;
}
.blue-btn:hover .elementor-button-icon svg line {
    stroke: #0092FF;
}
.blurred-bg {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.sub_title p {
	margin-bottom: 0px;
}
.blue-svg .elementor-icon svg path {
    fill: #0092ff !important;
}
.box-shadow {
	box-shadow: 3px 3px 10px #0092ff;
}
.dojo-faqs .elementor-accordion-item {
    background: #d9efff;
    border-radius: 10px;
    margin-bottom: 10px;
}
.dojo-faqs .elementor-tab-title .elementor-accordion-icon {
    background: #ffffff;
    width: 24px !important;
    height: 24px;
    border-radius: 50%;
}
.dojo-faqs .elementor-tab-title .elementor-accordion-icon svg {
    height: 24px !important;
    width: 24px !important;
}
.dojo-list ul {
    padding-left: 0;
    margin: 0;
}
.dojo-list ul li {
    list-style: none;
    padding-left: 28px;
    margin-bottom: 8px;
    position: relative;
}
.dojo-list ul li:before {
    content: "";
    background: url('/wp-content/uploads/2025/08/right-arrow.svg') no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.karate-table {
	overflow-x:auto;
	padding-top: 10px;
}
.karate-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.karate-table thead {
    background: #004a85;
}
.karate-table table thead tr th,
.karate-table table tbody tr td {
    border: 2px solid #121833;
}
.karate-table table thead:first-child tr:first-child th {
	border-block-start: 2px solid #121833;
}
.karate-table table tr:nth-child(even) {
    background: #13182a;
}
.karate-table table tr ul {
    padding-left: 0px;
}
.karate-table table tr ul li {
    list-style: none;
}
.programs-grid .program-title a {
    font-family: "Kanit", Sans-serif;
}
.dojo-blog-grid .elementor-post__card .elementor-post__meta-data {
    border-top: 1px solid #233063 !important;
}
.dojo-blog-grid nav.elementor-pagination .page-numbers.current {
    background: #131a36;
	border: 1px solid #131a36;
    padding: 6px 12px;
}
.dojo-blog-grid nav.elementor-pagination .page-numbers {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 6px 12px;
}
.dojo-blog-grid nav.elementor-pagination .page-numbers:hover,
.dojo-blog-grid nav.elementor-pagination .page-numbers:focus {
	background: #0092FF;
	border-color: #0092FF;
}
.comments-area {
    display: none;
}
.footer-icons .elementor-icon-list-icon {
    background: #1876f2;
    border-radius: 6px;
    padding-right: 2px !important;
    padding: 6px;
    margin-right: 10px;
}
.site-footer {
    display: none;
}

/* Custom Menu */
/* Responsive Navigation Styles for Elementor Templates */
.responsive-menu-wrapper {
    position: relative;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.3s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/* Menu active states */
.menu-toggle.active .hamburger-inner {
    transform: rotate(45deg);
}

.menu-toggle.active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
}

.menu-toggle.active .hamburger-inner::after {
    top: 0;
    transform: rotate(90deg);
    opacity: 0;
}

/* Menu Container */
.menu-container {
    transition: all 0.3s ease;
}

/* Default menu styles */
.main-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-nav li {
    position: relative;
    margin: 0 15px;
}

.main-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #007cba;
}

/* Dropdown Styles */
.main-nav .sub-menu,
.main-nav .children {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 1000;
}

.main-nav li:hover > .sub-menu,
.main-nav li:hover > .children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav .sub-menu li,
.main-nav .children li {
    margin: 0;
    width: 100%;
}

.main-nav .sub-menu a,
.main-nav .children a {
    padding: 10px 20px;
    white-space: nowrap;
    border-bottom: 1px solid #f0f0f0;
}

.main-nav .sub-menu a:hover,
.main-nav .children a:hover {
    background: #f8f9fa;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        position: relative;
        top: auto;
        transform: none;
        margin-left: auto;
    }

    .responsive-menu-wrapper {
        display: flex;
        flex-direction: column;
    }

    .menu-container {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .menu-container.active {
        max-height: 500px;
    }

    .main-nav {
        flex-direction: column;
        padding: 20px 0;
        align-items: flex-start;
        width: 100%;
    }

    .main-nav li {
        margin: 0;
        width: 100%;
    }

    .main-nav a {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }

    /* Mobile Dropdowns */
    .main-nav .sub-menu,
    .main-nav .children {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f9fa;
        margin-left: 15px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .main-nav .sub-menu.active,
    .main-nav .children.active {
        max-height: 300px;
    }

    .main-nav .sub-menu a,
    .main-nav .children a {
        padding: 10px 15px;
        border-bottom: 1px solid #e9ecef;
    }
}

/* Ensure Elementor header container has proper positioning */
.elementor-location-header {
    position: relative;
}

/* Body class when menu is open to prevent scrolling */
body.menu-open {
    overflow: hidden;
}

/* Focus styles for accessibility */
.menu-toggle:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

.main-nav a:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}
@media (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav li {
        margin: 5px 0;
    }
}