*{
    margin: 0;
}
@font-face {
    font-family: 'Bangers';
    src: url('../fonts/Bangers.woff2') format('woff2'),
         url('../fonts/Bangers.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuckiestGuy';
    src: url('../fonts/LuckiestGuy.woff2') format('woff2'),
         url('../fonts/LuckiestGuy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Berk';
    src: url('../fonts/BerkshireSwash-Regular.woff2') format('woff2'),
         url('../fonts/BerkshireSwash-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shablon';
    src: url('../fonts/A-Shablon-Cut.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Moez';
    src: url('../fonts/Mj_Moez.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Normal';
    src: url('../fonts/Mj_Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nawal';
    src: url('../fonts/Mj_Nawal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omid';
    src: url('../fonts/Mj_Omid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kian';
    src: url('../fonts/Kian.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color:rgb(50, 50, 50);
}
.h-hotbar {
    min-height: 20px;
    height: auto;
    background-color: rgba(10, 30, 42, 0.6); /* Dark blue/grey background */
    font-family:'Kian' , sans-serif;
    color: lightgray;
    padding: 6px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}
.options-top{
    width: auto;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 0;
}
.op-contact,.op-mainpage, .op-websites{
    color:lightgray;
    text-decoration:none;
}
.op-contact:hover,.op-mainpage:hover, .op-websites:hover{
    color:rgb(0, 210, 180);
    cursor:pointer;
}
.header-holder{
    width:100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
}
.header{
    margin:0;
    padding: 0;
    width: 99.8%;
    height: 120px;
    background-color:rgb(20, 90, 89);
    display:flex;
    justify-content:center;
    align-items:center;
    border-bottom:5px solid white;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    border-left:1px solid rgba(150, 250, 250, 1);
    border-right:1px solid rgba(150, 250, 250, 1);
}
.header-brand{
    direction: ltr;
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-logo{
    width: clamp(60px, 10vw, 100px);
    height: auto;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.header-title{
    padding-top:60px;
    padding-left:10px;
    height:100px;
    color:lightgray;
    font-family: 'Berk', sans-serif;
    font-size: clamp(28px, 4vw, 32px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
}

.lang-switch {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 9999;
}

#lang-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
}



/* ===== GLOBAL ===== */

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    background:
        linear-gradient(
            #091a1c,
            #091a1c,
            #091a1c,
            #091a1c,
            black
        );
    color: white;
    font-family: sans-serif;
}

.lang-fa {
    font-family:'Kian' , sans-serif;
}

.lang-en {
    font-family: 'Berk', sans-serif;
}

.lang-fa .contact-card p { font-size: 1.2rem; }



/* ================= CONTACT PAGE ================= */


.contact-hero{

    padding:90px 20px 50px;

    text-align:center;

}



.contact-title{

    max-width:750px;

    width: 100%;

    margin:auto;
    
    text-align:center;

}



.contact-title h1{
    width: 100%;

    text-align: center;    

    color:white;

    font-size:3rem;

    margin-bottom:20px;

}



.contact-title p{

    color:#cccccc;

    font-size:1.1rem;

    line-height:2;

}





/* ================= CONTACT CARDS ================= */


.contact-methods{


    width:min(1100px,90%);

    margin:40px auto;


    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;


}



.contact-card{
    position: relative;
    background:rgba(0,0,0,.25);
    padding:35px 20px;
    text-align:center;
    border-radius:30px;
    border-left:
    1px solid rgba(150,250,250,.8);
    border-right:
    1px solid rgba(150,250,250,.8);
    border-bottom:
        5px solid rgb(20,90,89);
    transition:.3s;
    text-decoration:none;
    color:inherit;
}



.contact-card:hover{


    transform:translateY(-8px);


    box-shadow:

    0 15px 35px rgba(0,0,0,.35);


}

.contact-badge{
    position:absolute;

    top:15px;
    inset-inline-start:15px;

    display:flex;
    align-items:center;
    gap:6px;

    padding:6px 12px;

    background:linear-gradient(
        135deg,
        #00d2b4,
        #0aa38c
    );

    color:white;

    border-radius:999px;

    font-size:.75rem;
    font-weight:600;

    box-shadow:0 5px 15px rgba(0,210,180,.35);
}


.contact-card i{


    font-size:2.5rem;


    color:#00d2b4;


    margin-bottom:20px;


}
/*
.contact-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;

    margin-bottom:18px;
    padding:6px 12px;

    background:rgba(0,210,180,.12);

    border:1px solid rgba(0,210,180,.45);

    border-radius:999px;

    color:#00d2b4;

    font-size:.85rem;
    font-weight:600;
}*/

.contact-card h3{


    color:white;

    margin-bottom:10px;


}



.contact-card p{


    color:#aaa;


}


/* ================= AVAILABILITY BADGE ================= */


.availability-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:rgba(0,210,180,.12);

    border:1px solid rgba(0,210,180,.4);

    padding:8px 18px;

    border-radius:999px;

    margin-bottom:25px;

}


.availability-badge span{


    width:12px;

    height:12px;

    background:#00d26a;

    border-radius:50%;

    box-shadow:

    0 0 10px #00d26a;


    animation:pulse 1.8s infinite;

}



.availability-badge p{

    color:#00d2b4;

    margin:0;

    font-size:.95rem;

}




@keyframes pulse{


    0%{

        box-shadow:0 0 0 0 rgba(0,210,180,.7);

    }


    70%{

        box-shadow:0 0 0 10px rgba(0,210,180,0);

    }


    100%{

        box-shadow:0 0 0 0 rgba(0,210,180,0);

    }

}






/* ================= FORM ================= */


.message-section{


    padding:60px 20px 100px;


}



.message-box{


    width:min(700px,90%);


    margin:auto;


    padding:40px;


    background:rgba(0,0,0,.3);


    border-radius:30px;


    border-left:

    1px solid rgba(150,250,250,.8);


    border-right:

    1px solid rgba(150,250,250,.8);


}





.message-box h2{


    color:white;

    text-align:center;


    margin-bottom:30px;


}




.message-box form{


    display:flex;

    flex-direction:column;

    gap:18px;


}





.message-box input,
.message-box textarea{


    background:#252525;


    border:none;


    border-radius:15px;


    padding:16px;


    color:white;


    font-family:inherit;


    font-size:1rem;


}



.message-box textarea{


    height:160px;

    resize:none;


}



.message-box input:focus,
.message-box textarea:focus{


    outline:

    1px solid #00d2b4;


}




.message-box button{


    padding:16px;


    border:none;


    border-radius:30px;


    background:#145A59;


    color:white;


    cursor:pointer;


    font-family:inherit;


    font-size:1rem;


    transition:.3s;


}




.message-box button:hover{


    background:#00d2b4;


    color:#222;


}




/* ================= ENGLISH MODE ================= */


.lang-en{


    direction:ltr;

}



.lang-en .contact-title{
        text-align:center;
}

.lang-en .message-box{


    text-align:left;

}



.lang-en .contact-card{


    direction:ltr;

}





/* ================= RESPONSIVE ================= */


@media(max-width:1000px){


.contact-methods{


    grid-template-columns:repeat(2,1fr);


}

.lang-switch { top: 100px;}


}



@media(max-width:600px){


.contact-methods{


    grid-template-columns:1fr;


}



.contact-title h1{


    font-size:2.2rem;


}


.message-box{


    padding:25px;


}



}



.footer{
    height: 150px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: 'Kian', sans-serif;
    font-size: 18px;
}
.dev{
    font-size:45px;
    margin-bottom:10px;
}
