
html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;

    margin: 0 auto;
    font-family: "Manuale", serif;
    font-optical-sizing: auto;

    background-color: #000000;
}

* {
    box-sizing: border-box;
    font-family: inherit;
}

button {
    font-family: inherit;
    border: 0;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}


.content-container {
    max-width: 1220px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    background-color: rgba(8, 12, 17, 1);
}

button {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
p,
li,
button {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}


@media (max-width: 768px) {
    .content-container {
        width: 100%;
        padding: 0 20px;
    }
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf');
    font-weight: 300;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 600;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
}


.mainHeader {
    width: 100%;
    padding: 10px 0;
    height: 73px;
    color: #FFFFFF;
}

.header {
    box-sizing: border-box;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}


.desktopHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.desktopLogoContainer {
    height: 100%;
    width: 260px;
}

.desktopLogoContainer a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.desktopLogoContainer a img {
    width: auto;
    height: 100%;
}

.desktopMenuContainer {
    display: flex;
    align-items: center;

    width: auto;
    gap: 45px;
}

.headerLink {


    font-weight: 400;
    font-size: 18px;
    line-height: 140%;

}

.headerLink:hover {
    text-decoration: underline;
}

.buttonForGetStart {
    width: max-content;


    background-color: rgba(253, 71, 95, 1);
    padding: 14px 40px;
    border-radius: 8px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-wrap: nowrap;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


.mobileHeader {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;

    height: 62px;
}

.mobileLogoContainer {
    height: 100%;
    width: 200px;
}

.mobileLogoContainer a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobileLogoContainer a img {
    width: 50px;
    height: auto;
}

.mobileMenuBurger {
    display: flex;
    align-items: center;
    justify-content: center;
}


.mobileMenuContainer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    transition: right 0.5s ease;
    z-index: 1000;
}

.mobileMenuClose {
    width: auto;
    height: 24px;
    display: flex;
    justify-content: flex-end;
}

.mobileNav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
    align-items: center;
}

.mobileNav a {
    width: 100%;
    background: none;
    text-align: center;
    text-decoration: none;
    border: none;


    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #27233A;

}

.text-info-item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text-info-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 768px) {
    .content-container {
        width: 100%;
        padding: 0 20px;
    }


    .mainHeader {
        width: 100%;
        padding: 10px 0;
        height: 62px;
    }

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: flex;
    }


}


.top-container {


    display: flex;
    flex-direction: column;
    gap: 60px;
}

.header_b {
    background: rgba(14, 18, 23, 1);
    box-shadow: 0px 4px 53px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(43, 46, 46, 1);
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.logo_header {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 1220px;
    width: 100%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.gradText {
    background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #02db02 96.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bodyHeaderTitle {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 905px;

}

.redText {
    color: rgba(253, 71, 95, 1);
}

.bodyHeaderDesc {
    color: rgba(189, 189, 189, 1);


    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


    max-width: 905px;

}


.bodyCont {
    padding: 86px 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 0px;
}

.offerMainWrap {
    max-width: 1220px;
    width: 100%;
}

.bodyHeaderDesc {
    color: rgba(100, 105, 111, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    width: 100%;

}


.bodyHeaderDesc_right {
    color: rgba(100, 105, 111, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.bodyHeader {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
}


.bodyHeaderUtils {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 905px;
    width: 100%;
    flex-direction: row;
    gap: 20px;
}

.bodyHeaderUtilsItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.haederIcon {
    width: 20px;
}

.headerUtilsItemText {
    color: rgba(189, 189, 189, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.headerUtilDate {

    color: rgba(189, 189, 189, 1);
    padding: 6px 10px;
    border-radius: 4px;
    border: rgba(253, 71, 95, 1) 1px solid;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


.offersHead {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 6px 0;
    border: 1px solid;
    background-color: rgba(14, 18, 23, 1);
    border-radius: 8px;
    justify-content: space-between;
    border-image-source: linear-gradient(81.27deg, #101318 -0.03%, #171D2C 52.97%, #08090C 99.97%);


}

.oddersHeadText {
    color: rgba(100, 105, 111, 1);
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.container {

}


.footer_b {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
}

.footerTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    max-width: 1220px;
    width: 100%;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.footerText {
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.footerDesc {
    color: rgba(189, 189, 189, 1);
    font-size: 16px;
    font-weight: 400;
    max-width: 1220px;
    width: 100%;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.footerBottom {
    text-align: center;
    font-size: 18px;
    color: white;
}

.logosDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.logosDiv a {
    transition: all 0.3s ease;
}

.logosDiv a:hover {
    transform: scale(1.1);
    color: rgba(253, 71, 95, 1);
}


.logosDiv img {
    height: 50px;
    width: auto;
}

.casino-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;

    background-color: rgba(14, 18, 23, 1);
    padding: 19px 0;
    border-radius: 8px;


    position: relative;

}

.casino-item.first {
    border: 2px solid #02db02;


}

.mobileLeft {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;

    position: relative;
}

.mobileRight {
    width: 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}


.casino-item.trans {
    background-color: #00000000;
}


.payments {
    display: grid;
    grid-template-columns: 1fr 1fr;

    row-gap: 12px;
    width: 224px;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    box-sizing: border-box;

}

.payments img{
    width: 70px;
}

.buttonWrap {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    width: 242px;


}

.buttonWrappLink {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;


}

.buttonLink {
    background-color: #ff0000;
    padding: 14px 40px;
    border-radius: 8px;
    width: max-content;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-wrap: nowrap;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.visitLink {
    color: rgba(100, 105, 111, 1);

    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}


.left {


}

.numberItem {
    padding: 10px 0;
    width: 5%;
    text-align: center;
}

.numberText {
    font-family: "Poppins";
    color: rgba(100, 105, 111, 1);
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.offerLogoLink {
    background: linear-gradient(81.27deg, #3b2b4f -0.03%, #4a3a6a 52.97%, #2e2042 99.97%);
    border: 1px solid rgba(43, 46, 46, 1);
    padding: 10px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-radius: 8px;
}

.offerLogoLink img {
    width: 80%;
    height: auto;
}

.offers-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.price-block {
    display: flex;
    flex-direction: column;
    width: 25%;
    gap: 4px;

    align-items: center;
}

.grey-title {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.bonusText {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 40.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.rating-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 20%;
    align-items: center;

}


.ratingNumber {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.votesText {
    color: rgba(100, 105, 111, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}


.second {
    width: 221px;
}

.th {
    width: 184px;

}

.fr {
    width: 224px;
}

.fv {
    width: 209px;
}


.best {
    position: absolute;
    top: 15px;
    left: 70px;
    z-index: 10;
    background-color: #ff0000;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.best img {
    height: 21px;
}

.bodyHeaderDescWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1220px;
    width: 100%;
}

.price-block.hidden {
    display: none;
}


.bodyMainWrap {
    position: relative;
    overflow: hidden;
    background-image: url('../images/topBack.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Полупрозрачный черный фон как пример */
}

@media (max-width: 1250px) {
    .bodyMainWrap {
        background-position: center -10px;
        background-size: 100%;
    }

    .payments img{
        width: 50px;
    }

    .offerLogoLink .fatpirate {
        height: 81px;
    }

    .casino-item {
        border-radius: 8px;
        padding: 0;
        overflow: hidden;
    }

    .casino-item {
        width: 320px;
        box-sizing: border-box;
        border: 1px solid rgba(43, 46, 46, 1);
    }

    .price-block {
        display: none;
    }

    .price-block.hidden {

    }

    .offersHead {
        display: none;
    }

    .bodyHeaderDescWrap {
        display: none;
    }

    .mobileLeft {
        flex-direction: column;
        padding: 15px 0;
        height: 150px;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        background: linear-gradient(81.27deg, #3b2b4f -0.03%, #4a3a6a 52.97%, #2e2042 99.97%);

    }

    .itemLine {
        display: none;
    }

    .rating-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .votesText {
        display: none;
    }

    .numberItem {
        display: none;
    }

    .ratingNumber {

        font-size: 17px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .starsImg {
        width: 58px;
    }

    .offerLogoLink {
        background: #00000000;
        border: 0;
        max-height: 55px;
        height: 100%;
        width: 100%;
        overflow: hidden;

        padding: 0;


    }

    .offerLogoLink img {
        height: 100%;
        max-width: 133px;
        object-fit: contain;
    }

    .price-block.hidden {
        display: flex;
        width: 100%;

    }

    .mobileRight {
        display: flex;
        flex-direction: column;
        background-color: #08090C;
        border-left: 1px solid rgba(43, 46, 46, 1);
        gap: 13px;
        height: 150px;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        width: inherit;

    }

    .visitLink {
        display: none;
    }

    .buttonWrap {
        padding: 0;
        width: auto;
    }


    .bonusText {

        font-size: 20px;
        font-weight: 600;
        line-height: 31.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .grey-title {

        font-size: 16px;
        font-weight: 500;
        line-height: 14.4px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .buttonLink {

        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        text-align: center;
        padding: 10px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .price-block {
        gap: 0;
    }

    .best {
        left: 5px;
        top: 5px;
        font-size: 10px;
    }

    .best img {
        height: 15px;
    }

    .payments {
        grid-template-columns: 1fr 1fr 1fr;

        width: 100%;
        gap: 0;
        padding: 0;
        padding-left: 5px;
    }

    .payments img {
        margin-top: 5px;
        height: 11px;
    }

   /* .casino-item.first .mobileLeft {
        background: linear-gradient(81.27deg, #301721 -0.03%, #28365A 52.97%, #2F1D4E 99.97%);

    }

    .casino-item.first {
        border: 0;

        padding: 1px;
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #02db02 96.9%);


    }*/

    .casino-item.first .mobileLeft {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        width: 174px;
    }

    .casino-item.first .mobileRight {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        border: 0;
        background-color: rgba(8, 12, 17, 1);
        width: 174px;

    }

    .buttonLink {
        width: 135px;
        box-sizing: border-box;
    }


    .footerTitle {
        max-width: 350px;
        font-size: 22px;
        font-weight: 600;
        line-height: 36px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .footerDesc {
        max-width: 350px;

        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .logo_header {
        max-width: 350px;

        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .bodyHeaderTitle {
        max-width: 350px;
        font-size: 25px;
        font-weight: 700;
        line-height: 37.5px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .bodyHeaderDesc {
        display: none;
    }

    .bodyHeaderUtils {
        max-width: 350px;
        flex-wrap: wrap;
        gap: 7px;
        justify-content: center;
    }

    .headerUtilsItemText {


        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .bodyHeaderUtilsItem {
        gap: 4px;
    }

    .headerUtilDate {

        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .top-container {
        gap: 20px;
    }

    .bodyCont {
        padding-top: 20px;
        padding-bottom: 22px;
    }

    .topBack {

    }

    .footer_b {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
    }

    .logosDiv img {
        height: 30px;
        width: auto;
    }

    .header_b {
        padding: 16px 0;
    }
}

.text-info-section {
    max-width: 1220px;
    margin: 60px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: rgba(189, 189, 189, 1);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.container .text-info-section {
    padding: 0;
    margin: 0;
}
.container .text-info-section h4{
    margin-top: 0;
    margin-bottom: 10px;
}
.container {
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}



.text-info-section h2 {
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
}

.text-info-section h3 {
    color: #02db02;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.text-info-section ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0;
}

.text-info-section li {
    margin-bottom: 8px;
}

.text-info-section a {
    color: #02db02;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .text-info-section {
        padding: 0 15px;
        font-size: 15px;
    }

    .text-info-section h2 {
        font-size: 22px;
    }

    .text-info-section h3 {
        font-size: 18px;
    }
}

.contact-section {
    max-width: 1220px;
    margin: 80px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.contact-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.contact-subtitle {
    color: rgba(189, 189, 189, 1);
    font-size: 18px;
    text-align: center;
    max-width: 600px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 500px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 18px;
    background-color: rgba(14, 18, 23, 1);
    border: 1px solid rgba(43, 46, 46, 1);
    border-radius: 8px;
    font-size: 16px;
    color: white;
    font-family: inherit;
    resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(100, 105, 111, 1);
}

.contact-form .buttonLink {
    width: 100%;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.modal-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.modal {
    background-color: #1e1e1e;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    text-align: center;
    max-width: 400px;
    width: 90%;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


@media (max-width: 768px) {
    .contact-title {
        font-size: 28px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 15px;
    }
}


.service-page {
    max-width: 1220px;
    margin: 80px auto;
    padding: 0 20px;
    color: rgba(189, 189, 189, 1);
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.service-intro {
    font-size: 18px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.service-content h2 {
    color: #02db02;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
}

.service-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-top: 24px;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
}

.service-content ul {
    padding-left: 20px;
    list-style: disc;
    margin-top: 10px;
}

.service-content li {
    margin-bottom: 10px;
}

.service-content a {
    color: #02db02;
}

.logos-wrap {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.logos-wrap img {
    height: 40px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .service-title {
        font-size: 28px;
    }

    .service-intro {
        font-size: 16px;
    }

    .service-content h2 {
        font-size: 20px;
    }

    .service-content p,
    .service-content li {
        font-size: 15px;
    }

    .logos-wrap {
        justify-content: center;
    }

    .logos-wrap img {
        height: 30px;
    }
}



