.elementor-2954 .elementor-element.elementor-element-f010e41{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2954 .elementor-element.elementor-element-f010e41{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-f010e41 */.chap {
            text-align: center;
            margin-bottom: 80px;
            padding: 20px;
            background: linear-gradient(180deg, #b7283b 0%, #9C3B48 30%);
            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;
        }
        
        /* Schedule styles */
        .schedule {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
        }
        
        .day-schedule {
            background-color: white;
            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;
        }
        
        .day-schedule:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .day-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .day-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #9C3B48;
        }
        
        .academy-location {
            font-size: 1rem;
            color: #6c757d;
            font-weight: 500;
        }
        
        .class-item {
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #9C3B48;
        }
        
        .class-time {
            font-weight: 600;
            color: #495057;
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .class-name {
            font-size: 1.1rem;
            color: #212529;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .room-section {
            margin-top: 25px;
            padding-top: 15px;
            border-top: 1px dashed #dee2e6;
        }
        
        .room-title {
            font-weight: 600;
            color: #495057;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }
        
        /* Workshop section */
        .workshop {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            margin-bottom: 40px;
        }
        
        .workshop-header {
            text-align: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .workshop-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #495057;
            margin-bottom: 10px;
        }
        
        .workshop-schedule {
            font-size: 1.2rem;
            color: #6c757d;
        }
        
        .workshop-dates {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        
        .month-card {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 15px;
            text-align: center;
            border-left: 4px solid #9C3B48;
        }
        
        .month-name {
            font-weight: 600;
            color: #495057;
            margin-bottom: 8px;
        }
        
        .month-dates {
            color: #6c757d;
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .schedule {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .academy-name {
                font-size: 1.2rem;
            }
            
            .day-title {
                font-size: 1.3rem;
            }
            
            .workshop-dates {
                grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
            }
        }
        
        @media (max-width: 480px) {
           
            
            .day-schedule, .workshop {
                padding: 15px;
            }
            
            .class-item {
                padding: 12px;
            }
            
            .workshop-dates {
                grid-template-columns: 1fr 1fr;
            }
        }/* End custom CSS */