.split-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 100vh; */
    padding: 0px;
}
.image-container, .map-container {
    flex: 1;
    min-width: 300px;
    /* height: 100%; */
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.main_header {
    position: sticky;
}
header {
    overflow: visible;
    display: unset;
}
.main_header nav ul li a {
    color: #616161;
}
div.main_header.scrolled nav ul li a {
    /* color: #ffffff; */
    color: #000;
    transition: color 0.3s ease;
}
.expertise_title h2 {
    font-size: var(--fs-heading-title);
    font-weight: var(--fw-heading-title);
    line-height: var(--lh-heading-title);
    color: var(--color-heading-title);
    letter-spacing: 10px;
    text-transform: uppercase;
}
section.contact_section {
    padding: 0;
    background-color: #E6EFF4;
}
.contact-section .main-wrapper {
    background: #fff;
    width: 100%;
    max-width: 900px;
    padding: 0;
    border-radius: 12px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}
.contact-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-info {
    flex: 1;
    background-color: #374859;
    color: #fff;
    padding: 40px;
    min-width: 300px;
}
.contact-info h2, .contact-info p {
    color: #fff !important;
}
.info-item h3 {
    display:flex;
    gap:10px;
    align-items: flex-end;
    margin-block-end: 5px;
}
.info-item h3 img {
    width: 100%;
    display: block;
    max-width: 20px;
    filter: invert(1);
}
.info-item a {
    color: #fff;
    line-height: 25px;
    margin-block: 0px 5px;
    text-decoration: none;
}
.contact-info h2 , .contact-form-wrapper h2 {
    font-size: 30px;
    font-weight:400;
    margin-block: 0px 5px;
}
.contact-info p , .contact-form-wrapper p{
    font-size: 14px;
    line-height:25px;
    margin-block: 0px 5px;
}
.info-item p {
    font-size: 15px;
}
.info-item {
    margin-block: 20px;
}
.info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #3498db;
}
.contact-form-wrapper {
    flex: 1.2;
    padding: 0px 80px 0;
    min-width: 300px;
}
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 5px; font-size: 14px; }
.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.submit-btn {
    width: 100%;
    background-color: #2c3e50;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    font-family: var(--font-futura);
}
.submit-btn:hover {
    background-color: #1a252f;
}
.error{
    color: #e63946 !important;
    font-size: 13px !important;
    margin-top: 5px;
    text-align: justify !important;
}
.success-msg{
    color: #2a9d8f !important;
    margin-top: 10px;
}
section.split-section {
    padding: 80px 0;
}
.contact-section {
    background: linear-gradient(355deg, rgb(255 255 255 / 34%) 0%, rgb(230 239 244 / 0%) 60%, rgb(210 230 240 / 62%) 100%);
    padding: 0 0;
}
.container1 {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    gap: 0;
}
.left {
    padding: 80px;
}
.right {
    height: 100%;
}
.left h1 {
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #75C0E5;
}
.contact-box h3 {
    color: #444343;
    font-size: 24px;
    margin-bottom: 10px;
}
.line {
    width: 200px;
    height: 2px;
    background: #444343;
    margin: 20px 0;
}
.info .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}
.icon {
    font-size: 20px;
    color: #666;
    max-width: 25px;
    height: auto;
}
.info p {
    font-size: 18px;
    color: #555;
 }
.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a {
    text-decoration: none;
    color: #555;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
.menu_toggle span {
    &:not(.scrolled span, .main_header:has(nav.active) span) {
        background: #000;
    }
}
.contact_banner img {
    height: 40vh;
    object-fit: cover;
}
.main_header nav ul li a {
    color: var(--color-white);
}
}

@media (max-width: 768px) {
.menu_toggle span {
    &:not(.scrolled span) {
        background-color: #000 !important;
    }
}
.menu_toggle span {
    background-color: #000 !important;    
}
div.main_header.scrolled nav ul li a {
    color: #ffffff; 
}
header .main_header nav ul li a{
    color:#fff !important;
}
.split-section {
    height: auto;
}
.image-container, .map-container {
    height: 100%;
    margin-bottom: 30px;
}
.contact-content {
    flex-direction: column;
}
.contact-info, .contact-form-wrapper {
    padding: 25px;
}
}

@media screen and (max-width: 992px) {
.container1 {
    grid-template-columns: 1fr;
}
.left h1 {
    font-size: 50px;
}
.left {
    padding: 60px 20px 0 20px;
}
.right {
    order: -1;
}
}

@media (max-width: 576px) {
.info p, .info a {
    font-size: 16px;
}
section.split-section {
    padding: 30px 0 0;
}
.map-container iframe {
    width: 100%;
    height: 500px;
    border: none;
}
}