.elementor-432 .elementor-element.elementor-element-5f91c77{--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:-80px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-432 .elementor-element.elementor-element-7d0a1e6{--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:767px){.elementor-432 .elementor-element.elementor-element-5f91c77{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-d75acec */a {
            text-decoration: none;
            color: inherit;
        }

        /* Layout */
        .container-tamas {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        header.htamas {
            padding: 60px 0;
            text-align: center;
            border-bottom: 1px solid #f8f8f8;
        }

        header.htamas h1 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        header p {
            color: #888;
            font-size: 1.1rem;
        }

        /* Main Grid */
        main {
            padding: 60px 0;
        }

        .grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }

        /* Contact Content */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .section-title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 30px;
            padding-right: 15px;
            border-right: 4px solid #000;
        }

        .contact-item {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
        }

        .icon-wrapper {
            background-color: #f9f9f9;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .icon-wrapper svg {
            width: 24px;
            height: 24px;
            color: #555;
        }

        .item-details h3 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .item-details p, .item-details a {
            color: #666;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 5px;
            transition: color 0.2s;
        }

        .item-details a:hover {
            color: #000;
        }

        /* Visual Area */
        .visual-area {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .map-box {
            background-color: #f5f5f5;
            height: 320px;
            border-radius: 15px;
            border: 1px solid #eee;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #aaa;
            padding: 20px;
        }

        .map-box svg {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
            opacity: 0.3;
        }

        .hours-card {
            background-color: #fafafa;
            padding: 30px;
            border-radius: 15px;
        }

        .hours-card h3 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .hours-card p {
            font-size: 0.9rem;
            color: #777;
            margin-bottom: 8px;
        }

        /* Footer */
        footer {
            padding: 40px 0;
            border-top: 1px solid #f0f0f0;
            text-align: center;
            color: #bbb;
            font-size: 0.85rem;
            margin-top: 40px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            header {
                padding: 40px 0;
            }
        }/* End custom CSS */