
/* ===============================
CONTACT PAGE UI FIX (FINAL)
Aligned with Index / About / Services
NO TEXT CHANGES
=============================== */

body.contact-page{
margin:0;
padding:0;
background:#fff;
color:#0f172a;
overflow-x:hidden;
}

.wrap{
max-width:1240px;
margin:auto;
padding:0 24px;
}

/* HERO - spacing fixed */
.hero{
margin-top:92px !important;
padding:8px 0 6px !important;
min-height:auto !important;
background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
border-bottom:1px solid #eef2f7;
}

.hero-flex{
display:flex;
gap:22px;
align-items:flex-start;
justify-content:space-between;
flex-wrap:wrap;
}

.hero-left{flex:1 1 58%;min-width:320px}
.hero-right{flex:1 1 38%;min-width:320px}

.hero h1{
font-size:52px;
line-height:1.02;
margin:0 0 10px;
font-weight:800;
}

.hero p{
font-size:19px;
line-height:1.8;
color:#475569;
margin:0 0 14px;
max-width:760px;
}

.hero-btns{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.micro{
margin-top:10px;
font-size:14px;
font-weight:700;
color:#64748b;
}

/* TRUST */
/* trust card */
.trust{
background:#071634;
color:#fff;
border-radius:26px;
padding:30px;
box-shadow:0 16px 34px rgba(15,23,42,.12);
}

.trust{
background:#071634;
color:#fff;
border-radius:24px;
padding:26px;
}

.trust h3{
margin:0 0 12px;
font-size:26px;
color: #ffff
}

.t-item{
padding:18px 14px;
border-radius:16px;
background:rgba(255,255,255,.05);
margin-bottom:10px;
font-size:15px;
font-weight:700;
color:#dbe7f7;
}

.t-item:last-child{margin-bottom:0}

/* MAIN */
.main-sec{
padding:48px 0 60px;
}

.grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
}

.card,.form-box{
background:#fff;
border:1px solid #eef2f7;
border-radius:24px;
padding:24px;
box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.card h2,.form-box h2{
margin:0 0 14px;
font-size:30px;
}

.info{
display:grid;
gap:14px;
}

/* INFO */
.info{
display:grid;
gap:14px;
}

.info-row{
padding:16px;
border-radius:18px;
background:#f8fafc;
border:1px solid #e8eef5;
}

.info-row strong{
display:block;
font-size:14px;
margin-bottom:6px;
color:#10c69a;
}

.info-row span,.info-row a{
font-size:17px;
font-weight:700;
color:#0f172a;
text-decoration:none;
line-height:1.7;
}

/* security visible */
.security-box{
padding:12px 14px;
border-radius:14px;
background:#edf9f5;
color:#10c69a;
font-size:14px;
font-weight:800;
margin-bottom:16px;
text-align:center;
}

.form-box p{
font-size:16px;
line-height:1.8;
color:#475569;
margin:0 0 14px;
}

.form-grid{
display:grid;
gap:14px;
}

.input,.textarea,select{
width:100%;
padding:16px 18px;
border-radius:16px;
border:1px solid #dbe4ef;
font-size:16px;
outline:none;
font-family:inherit;
background:#fff;
}

.input:focus,.textarea:focus,select:focus{
border-color:#10c69a;
box-shadow:0 0 0 4px rgba(16,198,154,.08);
}

.textarea{
min-height:130px;
resize:vertical;
}

.full{
width:100%;
justify-content:center;
}

.small-note{
font-size:13px;
line-height:1.7;
color:#64748b;
}

/* trust strip */
.strip{
margin-top:28px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
}

.strip-box{
padding:16px;
border-radius:18px;
background:#edf9f5;
text-align:center;
font-size:15px;
font-weight:800;
color:#10c69a;
}

/* CTA spacing fix */
.section{
padding-top:60px;
}

/* ===============================
RESPONSIVE (MATCH OTHER PAGES)
=============================== */

@media(max-width:1100px){

.hero-flex{
flex-direction:column;
}

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

.strip{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.hero{
padding:16px 0 12px;
}

.hero h1{
font-size:36px;
line-height:1.1;
}

.hero p{
font-size:16px;
}

/* BUTTON STACK (MATCH INDEX) */
.hero-btns{
flex-direction:column;
}

.hero-btns a{
width:100%;
justify-content:center;
}

/* TRUST */
.trust{
padding:20px;
}

/* CARDS */
.card,.form-box{
padding:20px;
}

/* CTA */
.cta-section{
padding:30px 18px;
}

}

#submitBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.menu a.active{
    color:#10c69a;
    font-weight:600;
    position:relative;
}

.menu a.active::after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:0;
    width:100%;
    height:2px;
    background:#10c69a;
    border-radius:2px;
}
