body {
    background-color: black;
    color: white;
}

.custom-buy-pay-text {
    color: #e0e904; 
}

.container {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

h1 {
    font-weight: bold;
    font-size: 3rem;
    color: #FFD700; 
}

p {
    font-size: 1.2rem;
    color: #aaa; 
}

img {
    max-width: 90%;
    height: auto;
}

.login-image {
    max-width: 1500%; 
    width: 1150px; 
    margin-left: -600px; 
}

.custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 280px; 
    height: 50px; 
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: 2px solid yellow;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.custom-btn:hover {
    background-color: yellow;
    color: black;
}

.social-text {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.line {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: yellow;
    margin: 0 10px;
}

.social-icon {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid yellow;
    color: yellow;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: yellow;
    color: black;
}

.footer-logo {
    max-height: 60px;
}

.main-heading {
    font-size: 2rem;
    font-weight: bold;
    color: yellow;
    margin-bottom: 40px;
}

.info-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: yellow;
    margin-bottom: 20px;
}

p {
    font-size: 1.1rem;
    color: white;
}

.integration-section {
    background-color: black;
    padding: 50px 0;
    position: relative;
}

.integration-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid yellow; 
}

.step-number {
    font-size: 22px;
    font-weight: normal;
    color: white;
    width: 50px;
    text-align: right;
    margin-right: 15px;
}

.integration-step p {
    font-size: 20px; 
    font-weight: bold; 
    color: white;
    margin: 0;
    flex: 1; 
    line-height: 1.5; 
}

.login2-image {
    max-width: 70%; 
    height: auto;
    margin-left: 30px; 
    z-index: 1;
    position: relative;
}
.confetti-small {
    position: absolute;
    top: -100px; 
    left: 60%;
    transform: translateX(-50%); 
    width: 950px; 
    opacity: 0.6; 
    z-index: 0; 
}

.team-section {
    background-color: black;
    color: white;
    padding: 50px 0;
}

.team-title {
    font-size: 3rem;
    font-weight: bold;
    color: yellow;
}

.team-description {
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    max-width: 900px;
    margin: 0 auto;
}

.highlight {
    font-weight: bold;
    color: yellow;
}

.highlight-yellow {
    color: yellow;
}

.team-member {
    text-align: center;
    margin-top: 20px;
}

.team-photo {
    width: 178px; 
    height: auto; 
    object-fit: cover;
    border-radius: 0; 
    border: none;
}

.team-photo2 {
    width: 220px; 
    height: auto; 
    object-fit: cover;
    border-radius: 0; 
    position: relative;
    top: -30px;
}

.team-photo3 {
    width: 235px; 
    height: auto; 
    object-fit: cover;
    border-radius: 0; 
    position: relative;
    top: -25px;
}

.team-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

.team-name2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    top: -35px;
}

.team-name3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    top: -25px;
}

.team-role {
    font-size: 1rem;
    color: #ccc;
}

.team-role2 {
    font-size: 1rem;
    color: #ccc;
    position: relative;
    top: -35px;
}

.team-role3 {
    font-size: 1rem;
    color: #ccc;
    position: relative;
    top: -25px;
}

html {
    scroll-behavior: smooth;
}

.contact-section {
    background-color: black;
    color: white;
    padding: 80px 60px 50px; 
    position: relative;
}

.contact-title {
    font-size: 3rem;
    font-weight: bold;
    color: yellow;
    margin-bottom: 40px; 
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px; 
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px; 
}

.contact-icon {
    width: 50px; 
    height: auto;
}

.contact-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.contact-text:hover {
    color: yellow; 
}

.contact-confetti {
    position: absolute;
    top: -150px; 
    right: 0;
    width: 500px; 
    opacity: 0.8; 
    transform: scaleX(-1); 
    z-index: 0; 
}

@media (max-width: 768px) {
    .team-member {
        margin-bottom: 20px; 
    }
    .custom-btn {
        max-width: 250px;
        font-size: 16px;
        height: 45px;
    }
}

.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: none;
}


