.elementor-2935 .elementor-element.elementor-element-a196d3e{--display:flex;--min-height:500px;--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;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-2935 .elementor-element.elementor-element-51f20fd .elementor-heading-title{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 );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}@media(max-width:1440px){.elementor-2935 .elementor-element.elementor-element-51f20fd .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1220px){.elementor-2935 .elementor-element.elementor-element-51f20fd .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:760px){.elementor-2935 .elementor-element.elementor-element-a196d3e{--min-height:0px;}}@media(max-width:460px){.elementor-2935 .elementor-element.elementor-element-51f20fd .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-d607345 */.hazir-menu-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    background: white;
    padding: 15px;
    margin-bottom: 30px;
    gap: 30px;
    border: 1px solid white;
    transition: border 0.3s;
}
.hazir-menu-item:hover {
    border: 1px solid var( --e-global-color-primary );;
}
.hazir-menu-item > img {
    width: 40%;
    height: auto;
}
.hazir-menu-item .item-content {
    width: 100%;
    padding: 0px;
}
.hazir-menu-item h3 {
    margin-top: 0px;
}
.hazir-menu-item item {
    display: block;
    margin-left: -15px;
}
.hazir-menu-item item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background: white;
    color: black;
    margin-bottom: 2px !important;
    transition: background 0.3s, color 0.3s;
    border-radius: 0px 100px 100px 0px;
}
.hazir-menu-item item a div {
    display: block !important;
}
.hazir-menu-item item a:hover {
    background: var( --e-global-color-secondary );
    color: white !important;
}
.hazir-menu-item button {
    margin-top: 20px;
    border-radius: 100px;
    padding: 10px 30px;
    font-weight: bold;
    border: none;
    background: var( --e-global-color-primary );
    color: white;
    transition: background 0.3s, color 0.3s;
}
.hazir-menu-item button:hover {
    background: var( --e-global-color-secondary );
    color: var( --e-global-color-primary );
}

.hazir-menu-item item a img {
    width: 60px !important;
}

.hazir-menu-item .item-content p {
    color: var(--e-global-color-dbd0ab0);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
}
.hazir-menu-item .item-content p bdi {
    display: block;
    font-size: var(--e-global-typography-secondary-font-size);
    margin-top: 5px;
}

@media (max-width: 760px) {
.hazir-menu-item {
    flex-direction: column;
}
.hazir-menu-item img {
    width: 100%;
}
.hazir-menu-item item {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.hazir-menu-item item a {
    padding: 5px 15px;
    background: white;
    color: black;
    margin-bottom: 2px !important;
    transition: background 0.3s, color 0.3s;
    border-radius: 0px;
}
}
@media (max-width: 460px) {
.hazir-menu-item item a {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 15px;
}
.hazir-menu-item item a img {
    width: 50% !important; 
    margin-bottom: 10px;
}
}/* End custom CSS */