@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #faf8ff;
    font-family: 'Inter',sans-serif;
}
nav{
    width: 100%;
    background-color: #F8FAFCCC;
}
.con1{
    width: 100%;
    height: 80px;
   
    display: flex;
    justify-content: space-between;
}

.btn{
    font-weight: bold;
    padding-left: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
    padding-right: 35.97px;
    font-size: medium;
}
.links{
    display: flex;
    padding-top: 30px;
    display: flex;
    gap: 40px;
} 
a{
    text-decoration: none;
    color: gray;
    font-weight: bold;
}
a:active{
    color: #003EC7;
    text-decoration: underline;
}
.btn1{
    height: 35px;
    width: 130px;
    background: linear-gradient(#003EC7,#0052FF);
    border-radius: 9px;
    color: white;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-right:20px ;
}
.hero{
    
    height: 315px;
    width: 1450px;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
}
.small{
    height: 27px;
    width: 154px;
    
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: smaller;
    background-color: #EAEDFF;
    color: #003EC7;;
    font-weight: bolder;
}
.green{
    color: #005A3C;
}
.text{
    font-size: 35px;
    padding-top: 30px;
    font-family: 'Manrope';
}
h1{
    font-weight: 900;
}
.btext{
    
    width: 680px;
    height: 69px;
    color: #434656;
    display: flex;
    align-items: flex-end;
    font-size: larger;
}
.contactpage{
    width:100%;
    height:750px;
    background-color:#F8FAFC;
    display:flex;
    justify-content:center;
    align-items:center;
}

.contactwrap{
    width:1395px;
    display:grid;
    grid-template-columns:2fr 1fr;
    column-gap:60px;
}
.layerbox{
    background-color: #FFFFFF;
   
    height: 604px;
    width: 890px;
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 10px;
    border-radius: 12px;
    line-height: 3;
}
.formleft{
    display:flex;
    flex-direction:column;
    gap:25px;
}
.formleft label{
    color: #434656;
    padding-bottom: 5px;
    padding-top: 5px;
}
.formleft input{
    background-color: #eaedff;
}
.formleft textarea{
    background-color: #eaedff;
}
.inputrow{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:25px;
}

.field{
    display:flex;
    flex-direction:column;
}

label{
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:8px;
    color:#6B7280;
}

input{
    height:55px;
    border-radius:8px;
    border:1px solid #D1D5DB;
    padding-left:18px;
}

textarea{
    height:160px;
    border-radius:8px;
    border:1px solid #D1D5DB;
    padding:18px;
}
.sendbtn{
    width:160px;
    height:50px;
    background:linear-gradient(#003EC7,#0052FF);
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:10px;
    font-weight:bold;
    margin-top: 25px;
}
.formright{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem;
  background: #f0f0fa;
  border-radius: 16px;
  max-width: 400px;
  width: 100%;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.icon-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-height: 64px;
}

.label {
  font-size: 16px;
  font-weight: 600;
  color: #131B2E;
}

.value {
  font-size: 15px;
  color: #434656;
  line-height: 1.6;
}

.officecard{
    height:260px;
    border-radius:12px;
    background-image:url("Assets/Images/Home Page img/office.png");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:flex-end;
}

.cardtext{
    background:rgba(255,255,255,0.85);
    margin:20px;
    padding:15px;
    border-radius:8px;
    font-size:14px;
}

.smalltext{
    font-size:12px;
    color:#005A3C;
    margin-bottom:5px;
}
.map
{
    height: 600px;
    width: 100%;
}
.map img{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;

}
.footer2{
    width:100%;
    height:140px;
    background-color:#F8FAFC;
    display:flex;
    justify-content:center;
    align-items:center;
}

.footerwrap{
    width:1395px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fleft{
    font-weight:bold;
}

.fcenter{
    display:flex;
    gap:40px;
    color:gray;
    font-size:14px;
}
@media (max-width: 1024px) {
    .contactwrap {
        grid-template-columns: 1fr;
    }
    .layerbox {
        width: 100%;
    }
    .formright {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contact-list {
        max-width: 100%;
    }
    .officecard {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .con1 {
        flex-direction: column;
        height: auto;
        padding: 15px;
        gap: 15px;
    }
    .links {
        padding-top: 10px;
        gap: 20px;
    }
    .btn1 {
        margin: 0;
    }
    .hero {
        width: 100%;
        margin: 20px;
        height: auto;
    }
    .text {
        font-size: 28px;
    }
    .btext {
        width: 100%;
        height: auto;
    }
    .contactpage {
        height: auto;
        padding: 40px 20px;
    }
    .contactwrap {
        width: 100%;
    }
    .layerbox {
        padding: 20px;
    }
    .inputrow {
        grid-template-columns: 1fr;
    }
    .field {
        width: 100%;
    }
    .formright {
        flex-direction: column;
    }
    .contact-list {
        padding: 1rem;
    }
    .map {
        height: auto;
    }
    .map img {
        width: 100%;
        height: auto;
    }
    .footer2 {
        height: auto;
        padding: 30px 20px;
    }
    .footerwrap {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .fcenter {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.fright{
    font-size:14px;
    color:gray;
}
