.elementor-1597 .elementor-element.elementor-element-0fa1484{--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-1597 .elementor-element.elementor-element-0a787cb{--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;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-a2ab4f6 */body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f0f2f5;
           
            justify-content: center;
            align-items: center;
            height: 100vh;
            padding: 20px;
        }
        .container {
            max-width: 1920px;
            width: 100%;
        }
        .card {
            background: rgba(255, 255, 255, 0.9); /* Transparent glass effect */
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            margin: 20px;
            padding: 25px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            transition: transform 0.3s ease-in-out;
        }
        .card:hover {
            transform: translateY(-10px);
        }
        h2 {
            color: #1C6294;
            font-size: 26px;
            margin-bottom: 15px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        p {
            font-size: 16px;
            color: #333;
            line-height: 1.7;
            margin-bottom: 15px;
        }
        ul {
            list-style-type: none;
            padding-left: 0;
            margin: 0;
        }
        li {
            margin-bottom: 12px;
            font-size: 15px;
            color: #555;
            line-height: 1.6;
        }
        table {
            width: 100%;
            margin-top: 20px;
            border-collapse: collapse;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        th, td {
            padding: 18px 25px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        th {
            background-color: #1C6294;
            color: white;
            font-size: 16px;
            font-weight: bold;
        }
        td {
            background-color: white;
            color: #333;
            font-size: 14px;
        }
        tr:nth-child(even) td {
            background-color: #f9f9f9;
        }
        th, td {
            text-align: left;
        }
        .button {
            padding: 12px 25px;
            background-color: #1C6294;
            color: white;
            font-weight: 600;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            transition: background-color 0.3s ease;
        }
        .button:hover {
            background-color: #0f497d;
        }
        .image-gallery {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            flex-wrap: wrap;
        }
        .image-item {
            text-align: center;
            width: 23%; /* Adjust for 4 images per row */
        }
        .image-item img {
            width: 100%;
            max-width: 250px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .image-item p {
            margin-top: 10px;
            color: #333;
            font-size: 14px;
        }/* End custom CSS */