@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
.bg-navy {

background-color: #0a0e1a;
border-bottom: 1px solid #c9a74a16;
padding: 10px 50px;
}
.bg-navy a {
    color: #c9a74a;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}
.logo {
    height: 80px;
    width: 150px;
    overflow: hidden;
    margin-left: -40px;
}
.logo img{
    width: 120%;
    object-fit: cover;
    margin-top: -17px;
    margin-left: -10px;
}

.coperate-hero {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/cooperate.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2b6a3;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.coperate-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

.real-estate-hero {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/esthero.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2b6a3;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.real-estate-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

.project-loan-hero {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/project.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2b6a3;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.project-loan-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

/* Content stays above overlay */
.coperate-hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.coperate-hero-content h1{
    font-family: 'Playfair Display', serif;

    font-size: 3.1rem;

    line-height: 1;

    color:  #c9a74a;

    margin-bottom: 25px;
}
.coperate-hero h2{
    color: #c9a74a;
}


.commercial-property{
    padding: 50px 50px;
}
.commercial-loan-image{
    overflow: hidden;
    height: 600px;
    object-fit: cover;

}
.commercial-loan-image img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.commercial-property h2{
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.commercial-property span{
    color: #c2b6a3;
}
.working-financing{
    padding: 50px 50px;
}
.working-financing-image img{
    width: 100%;
    border-radius: 40px;
}
.working-financing h2 {
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.working-financing span {
    color: #c2b6a3;
}
.business-expansion{
    padding: 50px 50px;
}

.business-expansion-image img {
    border-radius: 30px;
    width: 100%;
}
.business-expansion h2 {
        font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.business-expansion span {
    color: #c2b6a3;
}
.equipment-financing {
    padding: 50px 50px;
}
.equipment-financing h2 {
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.equipment-financing span{
    color: #c2b6a3;
}
.equipment-financing-image  {
    overflow: hidden;
    height: 600px;
    width: 400px;
    object-fit: cover;
}
.equipment-financing-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.hardmoney-imag {
        overflow: hidden;
    width: 400px;
    object-fit: cover;
}
.hardmoney-imag img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#asset-img img {
    width: 100%;
    border-radius: 30px;
}
#asset-img1 {
    overflow: hidden;
    width: 100%;
    height: 600px;
        border-radius: 30px;

}
#asset-img1 img {
    width: 100%;
}
.project-image img {
    width: 100%;
}
.project-image {
    overflow: hidden;
    height: 600px;
    border-radius: 30px;
}
.contact{
    padding: 50px 50px;
    background-color: #0a0e1a;
    border-bottom: 1px solid #c9a74a;
}
.corperrate-form{
    border: 1px solid #c9a74a;
    padding: 40px;
    background-color: #1a2138;
}
.form-description{
    margin-bottom: 20px;
    border-bottom: 1px solid #c9a74a32;
}
.corperrate-form h2 {
    font-family: 'Playfair Display', serif;

    font-size: 1.5rem;
    
    line-height: 1;
    font-weight: 500;
    color: #f8f8f8;
}
.corperrate-form p {
    color: #c2b6a3;
    font-size: 12px;
}
.corperrate-form label {
    text-transform: uppercase;
    color: #c9a74a;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.corperrate-form input {
    border: 1px solid #c9a74a;
    background-color: #0a0e1a;
    color: #c2b6a3;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
}
.corperrate-form select {
    border: 1px solid #c9a74a;
    background-color: #0a0e1a;
    color: #c2b6a3;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
    
}

.corperrate-form textarea {
    border: 1px solid #c9a74a;
    background-color: #0a0e1a;
    color: #c2b6a3;
    font-size: 13px;
    height: 120px;
    margin-bottom: 20px;
    outline: none;
    text-wrap: 100%;
    resize: none;
}
.corperrate-form button {
    padding: 10px;
    color: #0a0e1a;
    background-color: #c9a74a;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.cotact-head {
    margin-bottom: 50px;
}
.cotact-head h2 {
        font-family: 'Playfair Display', serif;

    font-size: 2rem;
    
    line-height: 1;
    font-weight: 500;
    color: #f8f8f8;
}
.each-item p{
    color: #c2b6a3;
    margin-bottom: 10px;
}
.each-item .bi-patch-check {
    font-size: 20px;
    color: #c9a74a;
}
.each-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
.bg-navy {

background-color: #0a0e1a;
border-bottom: 1px solid rgba(201,167,74,0.3);
padding: 10px 10px;
}
.bg-navy a {
    color: #c9a74a;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}
.logo {
    height: 80px;
    width: 150px;
    overflow: hidden;
    margin-left: -40px;
}
.logo img{
    width: 120%;
    object-fit: cover;
    margin-top: -17px;
    margin-left: -10px;
}
.coperate-hero {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/b_hero.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2b6a3;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.coperate-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

.real-estate-hero {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/esthero.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2b6a3;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.real-estate-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

.project-loan-hero {
    position: relative;
    height: 100vh; /* full screen height */
    background: url('../assets/image/project.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2b6a3;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5%;
    padding-right: 5%;
    border-top: 1px solid #c9a74a;
    
}

.project-loan-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.859); /* adjust opacity here */
  z-index: 1;
}

/* Content stays above overlay */
.coperate-hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.coperate-hero-content h1{
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;

    color:  #c9a74a;

    margin-bottom: 25px;
}
.coperate-hero h2{
    color: #c9a74a;
}

.commercial-property{
    padding: 50px 10px;
}
.commercial-property h2{
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.commercial-property span{
    color: #c2b6a3;
}
.working-financing{
    padding: 50px 10px;
}
.working-financing h2 {
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.working-financing span {
    color: #c2b6a3;
}
.business-expansion{
    padding: 50px 10px;
}
.business-expansion h2 {
        font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.business-expansion span {
    color: #c2b6a3;
}
.equipment-financing {
    padding: 50px 10px;
}
.equipment-financing h2 {
    font-family: 'Playfair Display', serif;

    font-size: 2.1rem;

    line-height: 1;
    font-weight: 500;
    color: #c9a74a;

    margin-bottom: 25px;
}
.equipment-financing span{
    color: #c2b6a3;
}
.contact{
    padding: 50px 10px;
    background-color: #0a0e1a
}
.corperrate-form{
    border: 1px solid #c9a74a;
    padding: 40px;
    background-color: #1a2138;
}
.form-description{
    margin-bottom: 20px;
    border-bottom: 1px solid #c9a74a32;
}
.corperrate-form h2 {
    font-family: 'Playfair Display', serif;

    font-size: 1.5rem;
    
    line-height: 1;
    font-weight: 500;
    color: #f8f8f8;
}
.corperrate-form p {
    color: #c2b6a3;
    font-size: 12px;
}
.corperrate-form label {
    text-transform: uppercase;
    color: #c9a74a;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.corperrate-form input {
    border: 1px solid #c9a74a;
    background-color: #0a0e1a;
    color: #c2b6a3;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
}
.corperrate-form select {
    border: 1px solid #c9a74a;
    background-color: #0a0e1a;
    color: #c2b6a3;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    outline: none;
     -webkit-appearance: none;
  appearance: none;
  border-radius: 0 !important;
}

.corperrate-form textarea {
    border: 1px solid #c9a74a;
    background-color: #0a0e1a;
    color: #c2b6a3;
    font-size: 13px;
    height: 120px;
    margin-bottom: 20px;
    outline: none;
    text-wrap: 100%;
    resize: none;
}
.corperrate-form button {
    padding: 10px;
    color: #0a0e1a;
    background-color: #c9a74a;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.cotact-head {
    margin-bottom: 50px;
}
.cotact-head h2 {
        font-family: 'Playfair Display', serif;

    font-size: 2rem;
    
    line-height: 1;
    font-weight: 500;
    color: #f8f8f8;
}
.each-item p{
    color: #c2b6a3;
    margin-bottom: 10px;
}
.each-item .bi-patch-check {
    font-size: 20px;
    color: #c9a74a;
}
.each-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
}