.logo{
    width: 200px;
}
.lag-sym{
    position: relative; 
    display: inline-block;
}
.world-pn{
    width: 40px; 
    height: 40px; 
    cursor: pointer;
}
.opt-btn{
    border: none;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
}

.drp-sel{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.btn_me{
    background: none; 
    border: none;
}
.deco{
    text-decoration: none;
}
.deco-12{
    text-decoration: none;
}
.part-2{
    position: relative; 
    z-index: 1;
}
.par-2-ps{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    width: 75%;
    z-index: -1;
}
.sub-just{
    justify-content: flex-start;
}
.abt-img{
    width: 100%;
}
.mis-img{
    width: 100%;
    height: 61%;
}
.joni{
    text-align: center;
}
.com-img{
    margin-top: 7rem;
}
.mob-img{
    margin-top: 4rem;
}
.deco{
    width: 400px; 
    position: absolute; 
    top: -120px; 
}
.deco-1{
    left: -100%;
}
.deco-2{
    left: 105%;
}
.deco-3{
    left: -112%;
}
.jon-1{
    position: relative;
}
.bb-link{
    text-decoration: none; 
    color: inherit;
}
.decor{
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-stretch: expanded;
    text-align:center;
}
.rod-map{
    color: #dfa224;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 6px;
    background: #161615;
    backdrop-filter: blur(1px);
    display: inline-block;
    border-radius: 6px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.img-rod{
    position: absolute; 
    top: -15px; 
    left: 0;
}
.div-rod{
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    height: 57px;
}
.div-rod p{
    font-size: 74px;
    font-weight: 500;
    color: #ffffff05;
    line-height: 120%;
}
.comp-1{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.siz-e{
    margin-top: 50px;
}
.footer-1{
    height: 1px;
    background-color: #ffffff0d;
    width: 100%;
    margin: 20px;
}
.footer-img{
    width: 400px; 
    margin-top: 15px;
}
.footer-2{
    color: #9a9490;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.copy-rig{
    text-decoration: underline
}
.mob-logo{
        width: 264px;
    }
@media (max-width: 768px) {
    .mob-logo{
        width: 250px;
    }
    .swiper-wrapper {
        display: flex;
        flex-direction: column !important;
        gap: 20px; 
    }

    .swiper-slide {
        margin-top: 10px;
        width: 100% !important;
        flex-shrink: 0;
    }

    .roadmap-slider {
        overflow: visible !important;
    }

    .swiper-pagination {
        display: none; 
    }
}

.dropdown-content a:hover {
    background: linear-gradient(180deg, #e9c326 0%, #946708 100%);
    color: white;
}


.dropdown-content a:hover {
    border-radius: 10px; 
}
.walt-con {

    color: white;
}
.dropdown-content a {
    transition: background 0.3s ease, color 0.3s ease;
}

/* ========== Contact Section ========== */
.contact-section {
    padding: 60px 20px;
    background: black;
}

.contact-section .container {
    max-width: 1500px;
    margin: 0 auto;
    /* display: flex; */
    flex-direction: row;
    /* background: rgba(255, 255, 255, 0.95); */
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Left side: contact info */
.contact-section .contact-info {
    flex: 1;
    background: rgba(23, 25, 27, 0.5); /* semi-transparent secondary */
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-section .contact-info h2 {
    color: #ffc107;
    font-size: 38px;
    margin-bottom: 10px;
}

.contact-section .contact-info p {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-section .contact-info i {
    margin-right: 8px;
}

/* Right side: form */
.contact-section .contact-form-wrapper {
    /* flex: 1; */
    padding: 40px;
    /* background: #fff; */
    background-image: url('./comb.png');
    background-size: cover;
    background-position: top center;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d7bba105;
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
    width: 88%;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 14px;
    background-color: rgba(204, 204, 204, 0.2);
}

.contact-section .contact-form textarea {
    border-radius: 12px;
    resize: vertical;
}

.contact-section .contact-form button {
    background: #6c757d;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-section .contact-form button:hover {
    background: #5a6268;
}
.wis-m{
    width: 55%;
}

/* ========== Responsive ========== */
@media screen and (max-width: 768px) {
    .contact-section .container {
        flex-direction: column;
    }   
    .row-1{
        flex-direction: column;
        width: 100%;
    }
    .wis-m {
        width: 100% !important;
    }
    .contact-section .contact-info,
    .contact-section .contact-form-wrapper {
        padding: 30px 20px;
    }
    .contact-section .contact-form input,
    .contact-section .contact-form textarea {
        width: 80% !important;
}
}
.row-1{
    display: flex;
}

.text-center {
    text-align: center !important;
}
.text-warning {
    color: #ffc107 !important;
}
.content-1{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 20px;
}