/* 
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: 2.0.0
Text Domain: hello-elementor-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 */

.hitech-page-main {
    background-color: #fcfdfe;
    /* Very light background for the whole page */
    min-height: 100vh;
}

.hitech-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Page Header */
.hitech-single-header {
    background: linear-gradient(rgba(12, 28, 44, 0.05), rgba(12, 28, 44, 0.05)), url('http://localhost/hitech/wp-content/uploads/2026/02/Image-9QPGV3C.jpg');
    background-size: cover;
    background-position: center;
    padding: 200px 0 100px;
    text-align: center;
    width: 100%;
}

.hitech-page-title {
    font-size: 64px;
    font-weight: 700;
    color: #0c1c2c;
    margin-bottom: 15px;
    font-family: 'Outfit', 'Inter', sans-serif;
    letter-spacing: -1px;
}

.hitech-breadcrumbs {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hitech-breadcrumbs a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hitech-breadcrumbs a:hover {
    color: #002244;
}

.hitech-breadcrumbs .hitech-sep {
    margin: 0 12px;
    color: #888;
    font-size: 12px;
}

.hitech-breadcrumbs .hitech-current {
    color: #777;
}

/* Featured Image Overlap Section */
.hitech-featured-wrapper {
    margin-top: -100px;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}

.hitech-featured-outer {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.hitech-featured-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* Content Box Section */
.hitech-content-section {
    padding-bottom: 100px;
    width: 100%;
}

.hitech-content-inner {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    line-height: 1.8;
    color: #333;
    font-size: 18px;
}
.wp-block-accordion-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.wp-block-accordion {
    margin-bottom: 10px;
	border:1px solid #000;
}
.wp-block-accordion div.wp-block-accordion-panel {
    margin: 0;
    padding: 15px;
}
@media (max-width: 767px) {
    .hitech-page-title {
        font-size: 40px;
    }

    .hitech-single-header {
        padding: 80px 0 60px;
    }

    .hitech-featured-wrapper {
        margin-top: -40px;
    }

    .hitech-featured-image {
        border-radius: 20px;
    }

    .hitech-content-inner {
        padding: 30px 20px;
        border-radius: 20px;
    }
}

/* Course Specific Styles */
.hitech-course-single {
    padding: 80px 0;
}

.hitech-course-layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px;
}

.hitech-course-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hitech-sidebar-widget {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hitech-course-list {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.hitech-course-list li {
    margin-bottom: 5px;
}

.hitech-course-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #fcfdfe;
    border-radius: 12px;
    text-decoration: none;
    color: #0c1c2c;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hitech-course-list a:hover {
    background: #f0f5ff;
    color: #002244;
    transform: translateX(5px);
}

.hitech-course-list a i {
    font-size: 14px;
    opacity: 0.5;
}

.hitech-cta-widget {
    background: #002244;
    color: #fff;
    text-align: center;
}

.hitech-cta-image {
    height: 200px;
    overflow: hidden;
}

.hitech-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hitech-cta-content {
    padding: 30px 25px;
}

.hitech-cta-icon-box {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 20px;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    font-size: 24px;
    color: #ff3b30;
}

.hitech-cta-widget h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.hitech-cta-widget p {
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 25px;
}

.hitech-cta-btn {
    display: inline-block;
    background: #ff3b30;
    color: #fff;
    padding: 14px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hitech-course-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hitech-course-featured {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.hitech-course-featured img {
    width: 100%;
    display: block;
}

.hitech-course-title {
    font-size: 42px;
    font-weight: 800;
    color: #0c1c2c;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .hitech-course-layout {
        grid-template-columns: 1fr;
    }

    .hitech-course-sidebar {
        order: 2;
    }
}

/* GLOBAL SAFETY FIX FOR ELEMENTOR ICONS */
/* This prevents icons from becoming giant if their CSS fails to load */
.elementor-icon-list-icon svg,
.elementor-icon svg,
.elementor-widget-icon-list svg,
.elementor-widget-icon svg {
    width: 1.25em !important;
    height: 1.25em !important;
    max-width: 1.25em !important;
    max-height: 1.25em !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.elementor-icon-list-icon i,
.elementor-icon i {
    font-size: 1.25em !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Ensure footer links/icons are correctly sized */
.elementor-location-footer i,
.elementor-location-footer svg {
    font-size: 1.2em !important;
}

.ekit-template-content-footer ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}