.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2426 .elementor-element.elementor-element-2b527b5{--display:flex;--min-height:400px;--justify-content:flex-end;--overlay-opacity:0.65;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2426 .elementor-element.elementor-element-2b527b5:not(.elementor-motion-effects-element-type-background), .elementor-2426 .elementor-element.elementor-element-2b527b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pcps.ps/wp-content/uploads/2025/08/sam-mcghee-KieCLNzKoBo-unsplash.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2426 .elementor-element.elementor-element-2b527b5::before, .elementor-2426 .elementor-element.elementor-element-2b527b5 > .elementor-background-video-container::before, .elementor-2426 .elementor-element.elementor-element-2b527b5 > .e-con-inner > .elementor-background-video-container::before, .elementor-2426 .elementor-element.elementor-element-2b527b5 > .elementor-background-slideshow::before, .elementor-2426 .elementor-element.elementor-element-2b527b5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2426 .elementor-element.elementor-element-2b527b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#020101;--background-overlay:'';}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-2426 .elementor-element.elementor-element-19fb4e0{text-align:center;}.elementor-2426 .elementor-element.elementor-element-19fb4e0 .elementor-heading-title{font-family:"Tajawal", Sans-serif;font-size:35px;font-weight:600;color:#FFFFFF;}.elementor-2426 .elementor-element.elementor-element-880ad85{--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:60px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(min-width:768px){.elementor-2426 .elementor-element.elementor-element-880ad85{--content-width:1200px;}}/* Start custom CSS for shortcode, class: .elementor-element-e47010a */.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.media-card {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.media-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    pointer-events: none;
    transition: background-color 0.3s ease;
}

.media-card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.media-card:hover::before {
    background-color: rgba(0, 84, 164, .93);
}

.media-content {
    position: absolute;
    color: white;
    padding: 20px;
    bottom: 0;
    right: 0;
}

.podcast-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    background-color: #0054a4;
    line-height: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast-btn > i {
    color: white;
    font-size: 20px;
}

.media-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Tajawal", Sans-serif;
}

.media-content p {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Tajawal", Sans-serif;
    font-weight: 400;
}/* End custom CSS */