/*

CTC Separate Stylesheet

Updated: 2025-11-19 23:06:18

Theme Name: Divi Child

Theme URI: http://www.elegantthemes.com/gallery/divi/

Template: Divi

Author: Elegant Themes

Author URI: http://www.elegantthemes.com

Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.

Version: 4.27.4.1763593578

*/


.resource-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}

.resource-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 600px;
    max-width: 90%;
    padding: 20px;
    display: none;
    z-index: 9999;
    border-radius: 8px;
}

.resource-popup-inner {
    position: relative;
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .testimonials-carousel .owl-item,
    .testimonials-carousel .owl-stage,
    .testimonials-carousel .owl-stage-outer {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }

    .testimonials-carousel .owl-stage-outer {
        transition: height 0.3s ease;
    }
}

