.elementor-2 .elementor-element.elementor-element-67a08bdf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-b343518{margin:-86px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2 .elementor-element.elementor-element-747df9c{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2 .elementor-element.elementor-element-50bb46b{margin:-24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2 .elementor-element.elementor-element-4140baf{margin:-39px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c60f973 */:root {
    --pulingo-primary: #F23E5B;
}

/* SECTION */
.help-section {
    text-align: center;
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 16px;
}

.help-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* GRID */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:900px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.help-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    cursor: pointer;
    position: relative;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    border-color: rgba(242, 62, 91, .35);
    background: rgba(242, 62, 91, .03);
}

.help-card:active {
    transform: translateY(-1px) scale(.998);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.help-card:focus-visible {
    outline: 3px solid rgba(242, 62, 91, .45);
    outline-offset: 2px;
}

.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.help-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ICON (img) — daire içinde, taşma yok */
.help-icon {
    width: 50px;
    /* dairenin dış çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    /* daire rengi */
    padding: 12px;
    /* iç boşluk (ikon ile kenar arası) */
    box-sizing: content-box;
    /* padding, daireyi büyütmesin */
    object-fit: contain;
    /* svg/PNG taşmasın */
    display: block;
    transition: transform .2s ease;
}

.help-card:hover .help-icon {
    transform: scale(1.06);
}

/* RESPONSIVE TWEAKS */
@media (max-width:900px) {
    .help-section {
        margin: 48px auto;
    }

    .help-card {
        padding: 24px 18px;
    }
}

@media (max-width:600px) {
    .help-section h2 {
        font-size: 22px;
    }

    .help-card h3 {
        font-size: 17px;
    }

    .help-card p {
        font-size: 13px;
    }
}

/* DARK MODE (opsiyonel) */
@media (prefers-color-scheme: dark) {
    .help-section {
        color: #f5f5f7;
    }

    .help-card {
        background: #15171a;
        border-color: #262a30;
        color: #f5f5f7;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
    }

    .help-card p {
        color: #c9ced6;
    }

    .help-card:hover {
        background: rgba(242, 62, 91, .10);
    }

    .help-icon {
        background: #25324d;
    }
}

.help-icon {
    width: 50px;
    /* daire çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    display: flex;
    /* içeride ikon ortalansın */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.help-icon img {
    width: 90%;
    /* ikon boyutu */
    height: 90%;
    object-fit: contain;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b343518 */:root {
    --pulingo-primary: #F23E5B;
}

/* SECTION */
.help-section {
    text-align: center;
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 16px;
}

.help-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* GRID */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:900px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.help-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    cursor: pointer;
    position: relative;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    border-color: rgba(242, 62, 91, .35);
    background: rgba(242, 62, 91, .03);
}

.help-card:active {
    transform: translateY(-1px) scale(.998);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.help-card:focus-visible {
    outline: 3px solid rgba(242, 62, 91, .45);
    outline-offset: 2px;
}

.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.help-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ICON (img) — daire içinde, taşma yok */
.help-icon {
    width: 50px;
    /* dairenin dış çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    /* daire rengi */
    padding: 12px;
    /* iç boşluk (ikon ile kenar arası) */
    box-sizing: content-box;
    /* padding, daireyi büyütmesin */
    object-fit: contain;
    /* svg/PNG taşmasın */
    display: block;
    transition: transform .2s ease;
}

.help-card:hover .help-icon {
    transform: scale(1.06);
}

/* RESPONSIVE TWEAKS */
@media (max-width:900px) {
    .help-section {
        margin: 48px auto;
    }

    .help-card {
        padding: 24px 18px;
    }
}

@media (max-width:600px) {
    .help-section h2 {
        font-size: 22px;
    }

    .help-card h3 {
        font-size: 17px;
    }

    .help-card p {
        font-size: 13px;
    }
}

/* DARK MODE (opsiyonel) */
@media (prefers-color-scheme: dark) {
    .help-section {
        color: #f5f5f7;
    }

    .help-card {
        background: #15171a;
        border-color: #262a30;
        color: #f5f5f7;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
    }

    .help-card p {
        color: #c9ced6;
    }

    .help-card:hover {
        background: rgba(242, 62, 91, .10);
    }

    .help-icon {
        background: #25324d;
    }
}

.help-icon {
    width: 50px;
    /* daire çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    display: flex;
    /* içeride ikon ortalansın */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.help-icon img {
    width: 90%;
    /* ikon boyutu */
    height: 90%;
    object-fit: contain;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-747df9c */:root {
    --pulingo-primary: #F23E5B;
}

/* SECTION */
.help-section {
    text-align: center;
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 16px;
}

.help-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* GRID */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:900px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.help-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    cursor: pointer;
    position: relative;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    border-color: rgba(242, 62, 91, .35);
    background: rgba(242, 62, 91, .03);
}

.help-card:active {
    transform: translateY(-1px) scale(.998);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.help-card:focus-visible {
    outline: 3px solid rgba(242, 62, 91, .45);
    outline-offset: 2px;
}

.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.help-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ICON (img) — daire içinde, taşma yok */
.help-icon {
    width: 50px;
    /* dairenin dış çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    /* daire rengi */
    padding: 12px;
    /* iç boşluk (ikon ile kenar arası) */
    box-sizing: content-box;
    /* padding, daireyi büyütmesin */
    object-fit: contain;
    /* svg/PNG taşmasın */
    display: block;
    transition: transform .2s ease;
}

.help-card:hover .help-icon {
    transform: scale(1.06);
}

/* RESPONSIVE TWEAKS */
@media (max-width:900px) {
    .help-section {
        margin: 48px auto;
    }

    .help-card {
        padding: 24px 18px;
    }
}

@media (max-width:600px) {
    .help-section h2 {
        font-size: 22px;
    }

    .help-card h3 {
        font-size: 17px;
    }

    .help-card p {
        font-size: 13px;
    }
}

/* DARK MODE (opsiyonel) */
@media (prefers-color-scheme: dark) {
    .help-section {
        color: #f5f5f7;
    }

    .help-card {
        background: #15171a;
        border-color: #262a30;
        color: #f5f5f7;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
    }

    .help-card p {
        color: #c9ced6;
    }

    .help-card:hover {
        background: rgba(242, 62, 91, .10);
    }

    .help-icon {
        background: #25324d;
    }
}

.help-icon {
    width: 50px;
    /* daire çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    display: flex;
    /* içeride ikon ortalansın */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.help-icon img {
    width: 90%;
    /* ikon boyutu */
    height: 90%;
    object-fit: contain;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50bb46b */:root {
    --pulingo-primary: #F23E5B;
}

/* SECTION */
.help-section {
    text-align: center;
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 16px;
}

.help-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* GRID */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:900px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.help-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    cursor: pointer;
    position: relative;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    border-color: rgba(242, 62, 91, .35);
    background: rgba(242, 62, 91, .03);
}

.help-card:active {
    transform: translateY(-1px) scale(.998);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.help-card:focus-visible {
    outline: 3px solid rgba(242, 62, 91, .45);
    outline-offset: 2px;
}

.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.help-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ICON (img) — daire içinde, taşma yok */
.help-icon {
    width: 50px;
    /* dairenin dış çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    /* daire rengi */
    padding: 12px;
    /* iç boşluk (ikon ile kenar arası) */
    box-sizing: content-box;
    /* padding, daireyi büyütmesin */
    object-fit: contain;
    /* svg/PNG taşmasın */
    display: block;
    transition: transform .2s ease;
}

.help-card:hover .help-icon {
    transform: scale(1.06);
}

/* RESPONSIVE TWEAKS */
@media (max-width:900px) {
    .help-section {
        margin: 48px auto;
    }

    .help-card {
        padding: 24px 18px;
    }
}

@media (max-width:600px) {
    .help-section h2 {
        font-size: 22px;
    }

    .help-card h3 {
        font-size: 17px;
    }

    .help-card p {
        font-size: 13px;
    }
}

/* DARK MODE (opsiyonel) */
@media (prefers-color-scheme: dark) {
    .help-section {
        color: #f5f5f7;
    }

    .help-card {
        background: #15171a;
        border-color: #262a30;
        color: #f5f5f7;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
    }

    .help-card p {
        color: #c9ced6;
    }

    .help-card:hover {
        background: rgba(242, 62, 91, .10);
    }

    .help-icon {
        background: #25324d;
    }
}

.help-icon {
    width: 50px;
    /* daire çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    display: flex;
    /* içeride ikon ortalansın */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.help-icon img {
    width: 90%;
    /* ikon boyutu */
    height: 90%;
    object-fit: contain;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-217b81e */:root {
    --pulingo-primary: #F23E5B;
}

/* SECTION */
.help-section {
    text-align: center;
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 16px;
}

.help-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* GRID */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:900px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.help-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    cursor: pointer;
    position: relative;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    border-color: rgba(242, 62, 91, .35);
    background: rgba(242, 62, 91, .03);
}

.help-card:active {
    transform: translateY(-1px) scale(.998);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.help-card:focus-visible {
    outline: 3px solid rgba(242, 62, 91, .45);
    outline-offset: 2px;
}

.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.help-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ICON (img) — daire içinde, taşma yok */
.help-icon {
    width: 50px;
    /* dairenin dış çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    /* daire rengi */
    padding: 12px;
    /* iç boşluk (ikon ile kenar arası) */
    box-sizing: content-box;
    /* padding, daireyi büyütmesin */
    object-fit: contain;
    /* svg/PNG taşmasın */
    display: block;
    transition: transform .2s ease;
}

.help-card:hover .help-icon {
    transform: scale(1.06);
}

/* RESPONSIVE TWEAKS */
@media (max-width:900px) {
    .help-section {
        margin: 48px auto;
    }

    .help-card {
        padding: 24px 18px;
    }
}

@media (max-width:600px) {
    .help-section h2 {
        font-size: 22px;
    }

    .help-card h3 {
        font-size: 17px;
    }

    .help-card p {
        font-size: 13px;
    }
}

/* DARK MODE (opsiyonel) */
@media (prefers-color-scheme: dark) {
    .help-section {
        color: #f5f5f7;
    }

    .help-card {
        background: #15171a;
        border-color: #262a30;
        color: #f5f5f7;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
    }

    .help-card p {
        color: #c9ced6;
    }

    .help-card:hover {
        background: rgba(242, 62, 91, .10);
    }

    .help-icon {
        background: #25324d;
    }
}

.help-icon {
    width: 50px;
    /* daire çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    display: flex;
    /* içeride ikon ortalansın */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.help-icon img {
    width: 90%;
    /* ikon boyutu */
    height: 90%;
    object-fit: contain;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4140baf */:root {
    --pulingo-primary: #F23E5B;
}

/* SECTION */
.help-section {
    text-align: center;
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 16px;
}

.help-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* GRID */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width:900px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.help-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    cursor: pointer;
    position: relative;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    border-color: rgba(242, 62, 91, .35);
    background: rgba(242, 62, 91, .03);
}

.help-card:active {
    transform: translateY(-1px) scale(.998);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.help-card:focus-visible {
    outline: 3px solid rgba(242, 62, 91, .45);
    outline-offset: 2px;
}

.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.help-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* ICON (img) — daire içinde, taşma yok */
.help-icon {
    width: 50px;
    /* dairenin dış çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    /* daire rengi */
    padding: 12px;
    /* iç boşluk (ikon ile kenar arası) */
    box-sizing: content-box;
    /* padding, daireyi büyütmesin */
    object-fit: contain;
    /* svg/PNG taşmasın */
    display: block;
    transition: transform .2s ease;
}

.help-card:hover .help-icon {
    transform: scale(1.06);
}

/* RESPONSIVE TWEAKS */
@media (max-width:900px) {
    .help-section {
        margin: 48px auto;
    }

    .help-card {
        padding: 24px 18px;
    }
}

@media (max-width:600px) {
    .help-section h2 {
        font-size: 22px;
    }

    .help-card h3 {
        font-size: 17px;
    }

    .help-card p {
        font-size: 13px;
    }
}

/* DARK MODE (opsiyonel) */
@media (prefers-color-scheme: dark) {
    .help-section {
        color: #f5f5f7;
    }

    .help-card {
        background: #15171a;
        border-color: #262a30;
        color: #f5f5f7;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
    }

    .help-card p {
        color: #c9ced6;
    }

    .help-card:hover {
        background: rgba(242, 62, 91, .10);
    }

    .help-icon {
        background: #25324d;
    }
}

.help-icon {
    width: 50px;
    /* daire çapı */
    height: 50px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #E6F0FF;
    display: flex;
    /* içeride ikon ortalansın */
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.help-icon img {
    width: 90%;
    /* ikon boyutu */
    height: 90%;
    object-fit: contain;
}/* End custom CSS */