.contact .contact-info-panel {
    background:#000918;
    height: 100%;
    min-height: 650px;
    position: relative;
    overflow: hidden;
}

.contact .contact-info-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/misc/misc-1.webp) center / cover;
    opacity: 0.1;
    z-index: 1;
}

.contact .contact-info-panel .panel-content {
    position: relative;
    z-index: 2;
    padding: 80px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.contact .contact-info-panel .info-header {
    margin-bottom: 50px;
}
.contact .contact-info-panel .info-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact .contact-info-panel .info-header p {
    font-size: 18px;
    color: 
 color-mix(in srgb, #ffffff, transparent 15%);
    line-height: 1.6;
    margin-bottom: 0;
}

.contact .contact-info-panel .info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
    flex: 1;
}

.contact .contact-info-panel .info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: 
 color-mix(in srgb, #ffffff, transparent 90%);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s 
ease;
}

.contact .contact-info-panel .info-card .card-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #070d60;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact .contact-info-panel .info-card .card-icon i {
    font-size: 22px;
}

.bi-house-door::before {
    content: "\f423";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact .contact-info-panel .info-card .card-content {
    flex: 1;
}

.contact .contact-info-panel .info-card .card-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.contact .contact-info-panel .info-card .card-content p {
    font-size: 14px;
    color:#fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.contact .contact-form-wrapper {
    background: #ffffff;
    padding: 80px 60px;
    height: 100%;
    min-height: 650px;
}

.contact .contact-form-wrapper .form-header {
    margin-bottom: 50px;
}

.contact .contact-form-wrapper .form-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.contact .contact-form-wrapper .form-header .header-line {
    width: 60px;
    height: 3px;
    background: #000918;
    border-radius: 2px;
}

.contact .contact-form-wrapper .modern-form .form-group {
    margin-bottom: 25px;
}

.contact .contact-form-wrapper .modern-form .form-group .form-control {
    width: 100%;
    padding: 18px 25px;
    font-size: 16px;
    border: 2px solid
 color-mix(in srgb, #4a4b64, transparent 85%);
    border-radius: 8px;
    background: #ffffff;
    color: #4c4d66;
    transition: all 0.3s 
ease;
}

.contact .contact-form-wrapper .modern-form .form-group textarea.form-control {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
}

.contact .contact-form-wrapper .modern-form .submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent,
 color-mix(in srgb, #ffffff, transparent 80%), transparent);
    transition: left 0.5s 
ease;
}

.contact .contact-form-wrapper .modern-form .submit-btn .btn-text, .contact .contact-form-wrapper .modern-form .submit-btn .btn-icon {
    position: relative;
    z-index: 2;
}

.contact .contact-form-wrapper .modern-form .submit-btn .btn-icon {
    transition: transform 0.3s 
ease;
}
.contact .contact-form-wrapper .modern-form .submit-btn .btn-text, .contact .contact-form-wrapper .modern-form .submit-btn .btn-icon {
    position: relative;
    z-index: 2;
}

.contact .contact-form-wrapper .modern-form .submit-btn .btn-icon i {
    font-size: 16px;
}

.bi-arrow-right::before {
    content: "\f138";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact .contact-form-wrapper .modern-form .submit-btn {
    background: #000918;
    color: #ffffff;
    border: none;
    padding: 18px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    position: relative;
    overflow: hidden;
}

.my-3 {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}

.contact .highlight-item
{
 display: flex;
 align-items: center;
 gap: 0.75rem;
 margin-bottom: 1rem;
 color: #fff;
}