.elementor-3124 .elementor-element.elementor-element-831f731{--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-3124 .elementor-element.elementor-element-9b823e3{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3124 .elementor-element.elementor-element-e5857c0{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-3124 .elementor-element.elementor-element-c7df240{--display:flex;}.elementor-3124 .elementor-element.elementor-element-364c242{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(4, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-ucaddon_cardpopup1 .uc_style_cardpopup1_elementor_title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ucaddon_cardpopup1 .uc_style_cardpopup1_elementor_subtitle{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ucaddon_cardpopup1 .uc_style_cardpopup1_elementor_description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ucaddon_cardpopup1 .uc_style_cardpopup1_elementor_modaltxt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3124 .elementor-element.elementor-element-4ade8d7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3124 .elementor-element.elementor-element-4ade8d7 .uc_style_cardpopup1_elementor_title{font-family:"Roboto", Sans-serif;font-weight:700;}.elementor-3124 .elementor-element.elementor-element-4ade8d7 .uc_style_cardpopup1_elementor_subtitle{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-3124 .elementor-element.elementor-element-1867cbc{font-family:"Roboto", Sans-serif;font-weight:400;}@media(max-width:1024px){.elementor-3124 .elementor-element.elementor-element-364c242{--e-con-grid-template-columns:repeat(4, 1fr);--grid-auto-flow:row;--justify-items:center;--align-items:center;}.elementor-3124 .elementor-element.elementor-element-4ade8d7 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3124 .elementor-element.elementor-element-4ade8d7 .uc_style_cardpopup1_elementor_title{font-size:13px;line-height:0.1em;}.elementor-3124 .elementor-element.elementor-element-4ade8d7 .uc_style_cardpopup1_elementor_subtitle{line-height:0.1em;}}@media(max-width:767px){.elementor-3124 .elementor-element.elementor-element-364c242{--content-width:500px;--min-height:0px;--e-con-grid-template-columns:repeat(2, 1fr);--gap:5px 5px;--row-gap:5px;--column-gap:5px;--grid-auto-flow:row;--justify-items:center;--align-items:center;--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-3124 .elementor-element.elementor-element-364c242.e-con{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}}/* Start custom CSS for container, class: .elementor-element-c7df240 */@property --rotate {
            syntax: "<angle>";
            initial-value: 132deg;
            inherits: false;
        }

        :root {
            --card-height: min(43vh, 367px);
            --card-width: min(calc(var(--card-height) / 1.5), 56vw);
        }

        body {
            min-height: 80vh;
            background: #212534;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding-top: 2rem;
            padding-bottom: 2rem;
            box-sizing: border-box;
            margin: 0;
            font-family: Arial, sans-serif;
        }

        .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .card {
            background: #191c29;
            width: var(--card-width);
            height: var(--card-height);
            position: relative;
            border-radius: 6px;
            justify-content: center;
            align-items: center;
            text-align: center;
            display: flex;
            font-size: clamp(1rem, 1.5vw, 1.5em);
            color: rgb(88 199 250 / 100%);
            font-family: Arial, sans-serif;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .card:hover {
            transform: translateY(-5px);
        }

        .card::before {
            content: "";
            width: 100%;
            height: 100%;
            background-image: linear-gradient(
                var(--rotate), 
                #5ddcff, 
                #3c67e3 43%, 
                #4e00c2
            );
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            animation: spin 2.5s linear infinite;
        }

        .card::after {
            position: absolute;
            content: "";
            top: calc(var(--card-height) / 6);
            left: 0;
            right: 0;
            z-index: 1;
            height: 100%;
            width: 100%;
            margin: 0 auto;
            transform: scale(0.8);
            filter: blur(calc(var(--card-height) / 6));
            background-image: linear-gradient(
                var(--rotate), 
                #5ddcff, 
                #3c67e3 43%, 
                #4e00c2
            );
            opacity: 1;
            transition: opacity .5s;
            animation: spin 2.5s linear infinite;
        }

        @keyframes spin {
            0% {
                --rotate: 0deg;
            }
            100% {
                --rotate: 360deg;
            }
        }

        .card-content {
            background: #191c29;
            border-radius: 6px;
            padding: clamp(5px, 3%, 20px);
            text-align: center;
            color: rgb(88 199 250 / 100%);
            display: flex;
            flex-direction: column;
            height: calc(100% - 10px);
            width: calc(100% - 10px);
            justify-content: space-between;
            z-index: 2;
            position: relative;
            margin: 5px;
        }

        .title {
            font-size: clamp(1.2rem, 4vw, 1.8rem);
            margin-top: 10px;
            margin-bottom: 10px;
            color: #5ddcff;
        }

        .image-container {
            margin: clamp(10px, 3vh, 15px) auto;
            margin-top: -15px !important;
            width: 60%;
            max-width: 300px;
            border-radius: 8px;
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        .description {
            font-size: 15px;
            line-height: 1.6;
            margin-top: 10px;
            color: rgba(255, 255, 255, 0.8);
            border-top: 1px solid white;
            padding-top: 5px;
        }

        .subtitle {
            font-size: 15px;
            line-height: 1.6;
            margin-top: -43px !important;
            color: rgba(255, 255, 255, 0.8);
        }

        /* Modal styles */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(5px);
        }

        .modal-content {
            background: #191c29;
            border-radius: 10px;
            padding: 20px;
            max-width: 80%;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 0 30px rgba(93, 220, 255, 0.3);
            border: 2px solid #3c67e3;
            color: white;
        }

        .modal-text {
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.8;
            font-size: 1rem;
            margin: 10px 0;
        }

        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .close-button:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

        /* Modal animation */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from { transform: translateY(-50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        .modal.active {
            display: flex;
            animation: fadeIn 0.3s ease-out forwards;
        }

        .modal.active .modal-content {
            animation: slideIn 0.3s ease-out forwards;
        }

        @media (max-width: 480px) {
            :root {
                --card-height: 47vh;
                --card-width: 56vw;
            }
            
            .card-content {
                padding: 8px;
            }
            
            .image-container {
                width: 90%;
            }

            .modal-content {
                max-width: 90%;
                padding: 15px;
            }

            .modal-title {
                font-size: 1.5rem;
            }
        }/* End custom CSS */