.elementor-2970 .elementor-element.elementor-element-071fb83{--display:flex;--min-height:114px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2970 .elementor-element.elementor-element-071fb83:not(.elementor-motion-effects-element-type-background), .elementor-2970 .elementor-element.elementor-element-071fb83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#9C3B48;}.elementor-2970 .elementor-element.elementor-element-2a1bede{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-2970 .elementor-element.elementor-element-2a1bede .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:38px;text-transform:uppercase;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;}.elementor-2970 .elementor-element.elementor-element-3191f0c{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:100px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-2970 .elementor-element.elementor-element-ec091d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-2970 .elementor-element.elementor-element-3191f0c{--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-2970 .elementor-element.elementor-element-071fb83{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2970 .elementor-element.elementor-element-2a1bede .elementor-heading-title{font-size:27px;}.elementor-2970 .elementor-element.elementor-element-3191f0c{--padding-top:20px;--padding-bottom:10px;--padding-left:3px;--padding-right:10px;}.elementor-2970 .elementor-element.elementor-element-ec091d9{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2970 .elementor-element.elementor-element-e4be775{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-3191f0c */.headof {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
            background: linear-gradient(135deg, #9c3b48 0%, #974051 100%);
            color: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        .academy-name {
            font-size: 1.5rem;
            font-weight: 300;
            opacity: 0.9;
        }
        
        /* Controls section */
        .controls {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-bottom: 30px;
            background-color: white;
            padding: 5px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
        .period-.elementor-2970 .elementor-element.elementor-element-3191f0c, .category-.elementor-2970 .elementor-element.elementor-element-3191f0c {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        ..elementor-2970 .elementor-element.elementor-element-3191f0c-label {
            margin-bottom: 10px;
            font-weight: 600;
            color: #495057;
        }
        
        .period-buttons, .category-buttons {
            display: flex;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .period-btn, .category-btn {
            padding: 10px 20px;
            border: none;
            background-color: #e9ecef;
            color: #495057;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .period-btn:first-child, .category-btn:first-child {
            border-radius: 8px 0 0 8px;
        }
        
        .period-btn:last-child, .category-btn:last-child {
            border-radius: 0 8px 8px 0;
        }
        
        .period-btn.active, .category-btn.active {
            background: linear-gradient(135deg, #9c3b48 0%, #9c3b48 100%);
            color: white;
        }
        
        .period-btn:hover:not(.active), .category-btn:hover:not(.active) {
            background-color: #dee2e6;
        }
        
        /* Pricing cards */
        .pricing-cards {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
        }
        
        .pricing-card {
            background-color: #F5F5F5;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid #9c3b48;
            border-top: 4px solid #9c3b48;
        }
        
        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .course-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #9c3b48;
            margin-bottom: 10px;
        }
        
        .course-duration {
            color: #6c757d;
            margin-bottom: 15px;
            font-size: 0.9rem;
        }
        
        .pricing-options {
            display: none;
        }
        
        .pricing-options.active {
            display: block;
        }
        
        .price-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
        }
        
        .price-period {
            font-weight: 500;
            color: #495057;
        }
        
        .price-amount {
            font-weight: 600;
            color: #9c3b48;
            font-size: 1.1rem;
        }
        
        .discount-note {
            text-align: center;
            margin-top: 20px;
            font-style: italic;
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .pricing-cards {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .academy-name {
                font-size: 1.2rem;
            }
            
            .controls {
                flex-direction: column;
                align-items: center;
            }
            
            .period-.elementor-2970 .elementor-element.elementor-element-3191f0c, .category-.elementor-2970 .elementor-element.elementor-element-3191f0c {
                width: 100%;
            }
            
            .period-buttons, .category-buttons {
                width: 100%;
            }
            
            .period-btn, .category-btn {
                flex: 1;
                text-align: center;
            }
        }
        
        @media (max-width: 480px) {
           
            
            .pricing-card {
                padding: 15px;
            }
        }/* End custom CSS */