* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
}

header {
    background-color: #f0f0f0;
    padding: 10px;
    color: #454545 !important;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 40px;
    font-weight: bold;
    margin-left: 10px;
}

.menu {
    list-style: none;
    display: flex;
}

.menu li {
    margin: 0 15px;
}

.menu li a {
    text-decoration: none;
    color: #454545;
    font-weight: 500;
}

.active{
    background-color: #454545;
padding: 5px 20px;
border-radius: 5px;
color:white !important;
}

.slider {
    position: relative;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    height:auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    transition: 0.5s;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.btn {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.client-section{
    display: flex;
justify-content: space-between;
max-width: 1200px;
width: 90%;
margin-left:auto;
margin-right:auto;
background-color: white;
padding: 20px;
margin-bottom:40px;
}
.client-tab img{
    width: 120px;
}

.features-section {
display: flex;
justify-content: space-between;
max-width: 1200px;
width: 90%;
margin-left:auto;
margin-right:auto;
background-color: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature {
text-align: center;
flex: 1;
margin: 0 10px;
}

.feature img {
width: 40px;
height: 40px;
margin-bottom: 10px;
}

.feature-title {
font-size: 18px;
font-weight: bold;
color: #333;
margin: 8px 0;
}
.section-title{
padding:20px;
}

.feature-desc {
font-size: 14px;
color: #777;
}

.section-payout-choose{
width: 100%;
margin: 40px auto;
background-color:#eee;
justify-content: space-between;
padding:40px;
}

.section-container {
max-width:1200px;
margin:0px auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.content-box {
flex: 1;
border: 2px dashed #454545;
padding: 20px;
background-color: #ffffff;
border-radius: 8px;
}

.content-box-title {
font-size: 32px;
font-weight: bold;
color: #454545;
margin-bottom: 5px;
}

.content-box-subtitle {
font-size: 14px;
color: #666;
margin-bottom: 20px;
}

.feature-list {
list-style: none;
padding-left: 0;
}


.feature-list li {
background: #f0f0f8;
margin: 10px 0;
padding: 16px 16px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
font-size: 16px;
color: #444;
}

.illustration-box {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
padding-left: 20px;
}

.illustration-box img {
max-width: 100%;
height: auto;
}

.service-api-services {
text-align: center;
padding: 40px;
background: #fff;
}
.service-title {
font-size: 28px;
color: #454545;
margin-bottom: 40px;
}
.service-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
justify-content: center;
max-width: 1200px;
margin: auto;
}
.service-card {
background: #f9f9f9;
padding: 20px;

text-align: center;
}
.service-icon {
font-size: 40px;
color: white;
background:#dbdbdb;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: auto;
}
.service-heading {
font-size: 20px;
margin-top: 10px;
color: #333;
}
.service-text {
font-size: 14px;
color: #666;
margin-top: 10px;
}

.footer-container {
background-color: #f8f8f8;
padding: 30px 0px 0px 0px;
font-family: Arial, sans-serif;
}
.footer-content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 20px;
max-width: 1200px;
margin: 0 auto;
}
.footer-company, .footer-links, .footer-office {
flex: 1;
min-width: 250px;
margin-bottom: 20px;
}

.footer-logo {
color: #454545;
font-size: 24px;
font-weight: bold;
}
.footer-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.footer-links ul {
list-style: none;
padding: 0;
}
.footer-links ul li {
margin-bottom: 15px;
}
.footer-links ul li a {
text-decoration: none;
color: #333;
}
.footer-office p, .footer-contact {
margin: 5px 0;
}
.footer-services {
text-align: center;
font-size: 14px;
color: #666;
padding: 10px 0;
max-width: 1200px;
margin: 0 auto;
}
.footer-bottom {
display: flex;
justify-content: space-between;
font-size: 14px;
border-top: 1px solid #ddd;
padding: 10px 30px;
height:50px;
background-color:#dbdbdb;
}
.footer-design {
font-weight: bold;
color: #333;
}

.hamburger {
    display: none;
    
}
@media (max-width: 768px) {

    .section-container{
        display: block;
    }
    .illustration-box{
        padding:30px;
    }
    .features-section{
        display:block;
    }
    .feature{
        padding:20px;
    }
    .footer-content{
        display: block;
    }
    .footer-company, .footer-links, .footer-office{
        text-align:center;
        padding:20px;
    }

    .menu{
        display: none;
        flex-direction: column;
        background: #f0f0f0;
        position: absolute;
        top: 60px;
        right: 0;
        width: 220px;
        z-index: 20;
    }
    .menu li {
        text-align: center;
        padding: 15px 0px;
border-bottom: 1px solid #454545;
margin: 0px;
    }
    .hamburger {
        display: block;
        font-size:35px;
    }
    .footer-bottom{
        display: block;
        text-align: center;
        font-size: 12px;
        height: 70px;
    }
    .footer-bottom p{
        padding: 0px 10px 10px 10px;
    }

}