.elementor-5083 .elementor-element.elementor-element-9282707{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-5083 .elementor-element.elementor-element-9282707{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-2c5c0de */.container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        h1 {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 10px;
            color: #2980B9;
        }
        p {
            text-align: center;
            font-size: 1.2em;
            margin-bottom: 20px;
        }
        h2 {
            border-left: 5px solid #2980B9;
            padding-left: 10px;
            margin-top: 30px;
            font-size: 1.8em;
        }
        .area-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 15px;
        }
        ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
      
        a {
            text-decoration: none;
            color: #2980B9;
            font-weight: bold;
            transition: 0.3s;
        }
        a:hover {
            color: #1f618d;
        }/* End custom CSS */