.elementor-645 .elementor-element.elementor-element-b7b3ee6{--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:0px;--padding-left:0px;--padding-right:0px;}.elementor-645 .elementor-element.elementor-element-f627143{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-645 .elementor-element.elementor-element-57f4174{text-align:center;}.elementor-645 .elementor-element.elementor-element-88e294e > .elementor-widget-container{margin:0px 250px 0px 250px;padding:0px 0px 40px 0px;}@media(max-width:1024px){.elementor-645 .elementor-element.elementor-element-b7b3ee6{--padding-top:0px;--padding-bottom:0px;--padding-left:020px;--padding-right:20px;}.elementor-645 .elementor-element.elementor-element-88e294e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 40px 0px 40px;}}@media(max-width:767px){.elementor-645 .elementor-element.elementor-element-b7b3ee6{--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-645 .elementor-element.elementor-element-f627143{--padding-top:20px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-645 .elementor-element.elementor-element-57f4174{text-align:center;}.elementor-645 .elementor-element.elementor-element-88e294e > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-258c474 *//* Modern Calendar Iframe Styling with Google Logo Hidden */
.calendar-container {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.calendar-header {
    text-align: center;
    margin-bottom: 2rem;
}

.calendar-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.calendar-header p {
    color: #4a5568;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.calendar-wrapper {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    position: relative;
}

.calendar-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    z-index: 1;
}

.calendar-frame {
    width: 100%;
    height: 650px;
    border: none;
    display: block;
    /* Crop the bottom to hide Google branding */
    margin-bottom: -50px;
}

/* Hide Google logo with overlay */
.calendar-wrapper {
    position: relative;
    overflow: hidden;
}

.calendar-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
    z-index: 10;
    border-top: 1px solid #f1f5f9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .calendar-container {
        margin: 1rem auto;
        padding: 0 0.5rem;
    }
    
    .calendar-header h1 {
        font-size: 2rem;
    }
    
    .calendar-header p {
        font-size: 1rem;
    }
    
    .calendar-frame {
        height: 550px;
    }
}

@media (max-width: 480px) {
    .calendar-header h1 {
        font-size: 1.5rem;
    }
    
    .calendar-frame {
        height: 400px;
    }
}/* End custom CSS */