/* Custom Style */


/* Header */


/* header .e-search-form .e-search-input-wrapper { display: none !important; position: absolute !important; top: -18px; width: 400px; right: 30px; }
header .e-search-form:hover .e-search-input-wrapper { display: flex !important; } */


/* Banner Bar */

.banner-right-bar::before,
.services-sub-bar::before {
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    width: 77px;
    left: auto;
    top: 0;
    height: 100%;
    z-index: 1;
}

.banner-right-bar::after {
    content: "";
    position: absolute;
    top: -143px;
    right: 0;
    width: 77px;
    height: 100%;
    max-height: 365px;
    background: #082638;
    z-index: 1;
}

.banner-right-bar.top0::after {
    top: 0;
}

.services-banner-bar::after {
    max-height: 565px;
    height: 87%;
}

.search-result-bar::after {
    min-height: 365px;
}


/* People Detail */

.people-detail-image img {
    mix-blend-mode: darken;
}

.people-detail-content .people-left-info p {
    display: flex;
    align-items: center;
    gap: 48px;
    font-size: 24px;
    color: #384f57;
    line-height: normal;
    margin: 0 0 22px;
}

.people-detail-content .people-right-info p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 0 0 10px;
}

.people-detail-content .people-right-info p.first-intro-profile {
    font-size: 36px;
    line-height: normal;
    color: #384f57;
    font-family: "freight-display-pro", Sans-serif;
    font-weight: 400;
}

.people-detail-content .people-right-info ul {
    margin: 0 0 30px;
    padding-left: 20px;
}

.people-detail-content .people-right-info ul li {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 0 0 15px;
}

.people-detail-content .people-right-info .people-publication-section {
    border-bottom: 1px solid #3e7882;
    padding: 0 0 49px;
}

.people-detail-content .people-right-info .people-publication-section h2 {
    font-family: "Source Sans 3", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 28px;
}

.people-detail-content .people-right-info .people-publication-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
}

.people-detail-content .people-right-info .people-publication-card {
    background: transparent;
    border: none;
    border-radius: 0;
    border-left: 4px solid #6a96a0;
    padding: 4px 0 4px 18px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    box-shadow: none;
}

.people-detail-content .people-right-info .people-publication-card-category {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3e7882;
    font-weight: 700;
    margin: 0;
}

.people-detail-content .people-right-info .people-publication-card-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.12;
    font-family: "freight-display-pro", Sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.people-detail-content .people-right-info .people-publication-card-title a {
    color: #485a63;
}

.people-detail-content .people-right-info .people-publication-card-date {
    font-size: 13px;
    line-height: 1.4;
    color: #5f6669;
    font-weight: 600;
}

.people-detail-content .people-right-info .people-bottom-info-wraper h2 {
    font-family: "Source Sans 3", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0px 0 28px;
}

.people-detail-content .people-right-info .people-bottom-info-wraper .elementor-shortcode h2 {
    margin-bottom: 41px;
}

.people-detail-content .people-right-info .people-bottom-info {
    margin-top: 15px;
}

.people-detail-content .people-right-info .people-bottom-info .box {
    border-bottom: 1px solid #3e7882;
    padding: 60px 0 49px;
}

.people-detail-content .people-right-info .people-bottom-info ul {
    padding-left: 22px;
    font-size: 20px;
}

.people-detail-content .people-right-info .people-bottom-info ul li a {
    word-break: break-all;
}

.people-detail-content .people-right-info .people-bottom-info ul li+li {
    margin-top: 15px;
}


/* Legal Internship process overview */

.legal-process-overview {
    border-left: 8px solid #0d1f25;
    padding: 18px 0 0 20px;
    margin: 10px 0 40px;
}

.legal-process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #b7c1c7;
}

.legal-process-kicker,
.legal-process-link {
    font-size: 15px;
    line-height: 1.4;
    color: #385c70;
}

.legal-process-kicker {
    font-weight: 600;
}

.legal-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.legal-process-step {
    position: relative;
}

.legal-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 26px;
    right: -16px;
    width: 26px;
    height: 10px;
    background: url(../../../uploads/2025/10/blue-right-long-arrow.svg) no-repeat center / contain;
}

.legal-process-step img {
    width: auto;
    height: 52px;
    margin-bottom: 14px;
}

.legal-process-step p {
    font-size: 15px;
    line-height: 1.45;
    color: #0d1f25;
    margin: 0;
    max-width: none;
}


/* People List */

.people-filter .elementor-shortcode {
    display: flex;
    width: 100%;
}

.people-filter .filter-box {
    flex: auto;
}

.people-filter .filter-box:first-child,
.people-filter .filter-box:last-child {
    max-width: 385px;
}

.people-filter .filter-box select,
.people-filter .filter-box input {
    border: 0;
    border-bottom: 1px solid #6e9aa1;
    border-radius: 0;
    height: 40px;
    width: 100%;
    font-size: 18px;
    color: #082638;
    font-weight: 600;
    appearance: none;
    padding: 0 10px;
    outline: 0;
}

.people-filter .filter-box select {
    background: url(../../../external/isquaredemo/MLT/Egemenoglu/wp-content/uploads/2025/10/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 32px !important;
}

.people-filter .filter-box input {
    background: url(../../../external/isquaredemo/MLT/Egemenoglu/wp-content/uploads/2025/09/search-dark-header-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 5px;
    padding-right: 32px !important;
    font-weight: 400;
}

.people-filter .filter-box input::placeholder {
    color: #384f57;
}

.people-search-prompt {
    padding: 80px 0 120px;
    text-align: center;
    color: #384f57;
    font-size: 18px;
    font-family: "Source Sans 3", sans-serif;
}

.people-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 60px 0 240px;
    gap: 53px 26px;
}

.people-row .col-sm-3 {
    border-top: 16px solid #f8f5f0;
}

.people-row .col-sm-3 .people_img {
    margin: 0 0 8px;
}

.people-row .col-sm-3 .page-header.blog_title a {
    color: #384f57;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.people-row .col-sm-3 p {
    margin: 5px 0 0;
    color: #384f57;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}


/* Pagination */

.elementor-pagination {
    padding-left: 65px;
    background: url(../../../external/isquaredemo/MLT/Egemenoglu/wp-content/uploads/2025/10/pagination-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
}


/* Insight Detail */

.insight-detail-img img {
    mix-blend-mode: darken;
}

.insight-detail-content .insight-right-info p:first-child {
    font-size: 28px;
    line-height: normal;
    color: #1a1a1a;
    font-family: "freight-display-pro", Sans-serif;
    font-weight: 400;
    max-width: 100%;
}


/* Services Page */

.services-content ul,
.career-content ul {
    padding-left: 18px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.services-content ul li,
.career-content ul li {
    margin-bottom: 15px;
}

.elementor-swiper-button svg {
    display: none;
}

.elementor-swiper-button-prev:after {
    content: '';
    background: url(../../../external/isquaredemo/MLT/Egemenoglu/wp-content/uploads/2025/10/pagination-right-arrow.svg);
    width: 30px;
    height: 18px;
    transform: rotate(180deg);
}

.elementor-swiper-button-next:after {
    content: '';
    background: url(../../../external/isquaredemo/MLT/Egemenoglu/wp-content/uploads/2025/10/pagination-right-arrow.svg);
    width: 30px;
    height: 18px;
}


/* Careers */

.process-box:after {
    content: '';
    position: absolute;
    left: -57px;
    top: 0;
    height: 100%;
    width: 20px;
    background: #082638;
}


/* Who we are – çizgi sadece içerik bitene kadar (path bitince bitsin) */

.timeline {
    position: relative;
}


/* Tek dikey çizgi: .timeline yüksekliği kadar (içerik bittiği yerde biter) */

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #666666;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-progress-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 0;
    background: #082638;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}


/* Eski parça parça çizgiyi kaldır – tek çizgi kullanıyoruz */

.timeline>.elementor-element:before {
    display: none;
}

.timeline>.elementor-element:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 50px;
    width: 4px;
    background: #1a1a1a;
    transform: translateX(-50%);
}

.timeline>.elementor-element:first-child:before,
.timeline>.elementor-element:last-child:before {
    display: none;
}

.elementor-3675 .elementor-element.elementor-element-6b24502 {
    margin-bottom: 190px;
    overflow: hidden;
    padding-bottom: 0;
}


/* Contact us form */

.contact-map {
    overflow: hidden;
}

.contact-map .contact-address:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    height: 100%;
    width: 9999px;
    background: #f2f2f2;
}

.contact-map:before,
.contactus-form::before {
    left: 0;
    right: auto;
}

.contact-form-wraper h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 32px;
}

.contact-form-wraper .form-row {
    display: flex;
    gap: 30px;
}

.contact-form-wraper .form-row .col-7 {
    width: 66.66%;
    display: flex;
    gap: 30px;
}

.contact-form-wraper .form-row .col-5 {
    width: 33.66%;
}

.contact-form-wraper .input-group {
    margin-bottom: 30px;
}

.contact-form-wraper .input-group label {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 16px;
}

.contact-form-wraper .input-group .wpcf7-form-control {
    background: transparent;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    height: 59px;
    font-size: 20px;
    color: #fff;
    outline: 0;
    width: 100%;
    padding: 12px;
}

.contact-form-wraper .input-group textarea.wpcf7-form-control {
    min-height: 181px;
}

.contact-form-wraper .input-action .wpcf7-spinner {
    display: none;
}

.contact-form-wraper .input-action input.wpcf7-form-control {
    color: #fff;
    border: 0;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    margin: 23px 0 0;
    line-height: normal;
    background: transparent;
}

.wpcf7-not-valid-tip {
    color: #ff5757;
    font-size: 14px;
}


/* Careers Application Form */

.contact-form-wraper.application-form .form-row {
    flex-wrap: wrap;
    gap: 0;
}

.contact-form-wraper.application-form .form-row .input-row {
    width: 100%;
    display: flex;
    gap: 30px;
}

.contact-form-wraper.application-form .form-row .input-row .input-group {
    flex: 1;
}

.contact-form-wraper.application-form .input-action input.wpcf7-form-control {
    background: #fff;
    color: #385c70;
    height: 70px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
}


/* Main Menu */

.main-menu .elementor-nav-menu {
    max-width: 290px;
}

.main-menu .elementor-nav-menu>li {
    border-bottom: 1px solid #4f6471;
    position: static;
}

.main-menu .elementor-nav-menu>li a {
    border: 0;
}

.main-menu .elementor-nav-menu>li .sub-arrow {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 100%;
    background: url(../../../external/isquaredemo/MLT/Egemenoglu/wp-content/uploads/2025/09/menu-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-menu .elementor-nav-menu>li .sub-arrow svg {
    display: none;
}

.main-menu .elementor-nav-menu .sub-menu {
    width: 370px !important;
    top: 0 !important;
    margin: 0 !important;
    padding-bottom: 50px !important;
    left: calc(100% + 70px) !important;
}

.elementor-widget-off-canvas .e-off-canvas__overlay {
    display: none;
}


/* Newsroom: News, Insights, Newscasts – sub baslik stili */

.customNewsTitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0d1f25;
}


/* News Details */

div#wpadminbar {
    display: block;
    opacity: 1;
    visibility: visible;
}

.news-detail .insight-right-info ul.elementor-post-info,
.news-detail .insight-right-info ul.elementor-post-info li {
    margin: 0 !important;
}

.news-detail .insight-right-info p,
.news-detail .insight-right-info ul {
    max-width: 100%;
}

@media (max-width:1600px) {
    /* Careers */
    .process-box {
        padding-left: 35px !important;
    }
    .process-box:after {
        left: 0;
        width: 10px;
    }
}

@media (max-width:1150px) {
    /* Header Ver 2 */
    .header-ver2 .menu-icon {
        display: none;
    }
    .header-ver2 .menu-dark-icon {
        display: flex;
    }
    /* Banner Bar */
    .banner-right-bar::before,
    .banner-right-bar::after,
    .services-sub-bar::before {
        display: none;
    }
    /* People Detail */
    .people-detail-content .people-left-info p {
        font-size: 22px;
        margin: 0 0 18px;
        gap: 40px;
    }
    .people-detail-content .people-right-info p.first-intro-profile {
        font-size: 32px;
    }
    .people-detail-content .people-right-info p {
        font-size: 19px;
        margin: 0 0 26px;
    }
    .people-detail-content .people-right-info ul {
        margin: 0 0 26px;
    }
    .people-detail-content .people-right-info ul li {
        font-size: 19px;
        margin: 0 0 13px;
    }
    .people-detail-content .people-right-info .people-bottom-info-wraper .elementor-shortcode h2 {
        margin-bottom: 30px;
    }
    .people-detail-content .people-right-info .people-bottom-info-wraper h2 {
        font-size: 22px;
        margin: 0px 0 22px;
    }
    .people-detail-content .people-right-info .people-bottom-info .box {
        padding: 50px 0 39px;
    }
    .people-detail-content .people-right-info .people-publication-card {
        padding: 28px 24px 26px;
        min-height: 0;
    }
    .people-detail-content .people-right-info .people-bottom-info ul {
        font-size: 19px;
    }
    .legal-process-grid {
        gap: 16px;
    }
    .legal-process-step p {
        font-size: 14px;
    }
    /* People List */
    .people-row {
        margin: 50px 0 100px;
        gap: 40px 20px;
        grid-template-columns: repeat(4, 1fr);
    }
    .people-row .col-sm-3 {
        border-top: 12px solid #f8f5f0;
    }
    /* Insight Detail */
    .insight-detail-content .insight-right-info p:first-child {
        font-size: 26px;
    }
    /* Contact us form */
    .contact-map .contact-address:before {
        display: none;
    }
    .contact-form-wraper h2 {
        font-size: 32px;
    }
    .contact-form-wraper .input-group .wpcf7-form-control {
        height: 52px;
        font-size: 19px;
        padding: 8px 12px;
    }
    .contact-form-wraper .input-group textarea.wpcf7-form-control {
        min-height: 166px;
    }
    .contact-form-wraper .input-action input.wpcf7-form-control {
        font-size: 22px;
        margin: 10px 0 0;
    }
    /* Careers Application Form */
    .contact-form-wraper.application-form .input-action input.wpcf7-form-control {
        height: 62px;
    }
}

@media (max-width:999px) {
    /* People Detail */
    .people-detail-content .people-right-info p.first-intro-profile {
        font-size: 28px;
    }
    .people-detail-content .people-left-info p {
        font-size: 20px;
        margin: 0 0 5px;
        gap: 20px;
    }
    .people-detail-content .people-right-info p,
    .people-detail-content .people-right-info ul {
        max-width: 100%;
    }
    .people-detail-content .people-right-info .people-bottom-info .box {
        padding: 40px 0 30px;
    }
    /* People List */
    .people-row {
        margin: 40px 0 80px;
        grid-template-columns: repeat(3, 1fr);
    }
    .people-row .col-sm-3 {
        border-top: 10px solid #f8f5f0;
    }
    .people-filter .filter-box select,
    .people-filter .filter-box input {
        font-size: 16px;
    }
    .people-filter .filter-box select {
        background-size: 11px;
        padding-left: 28px !important;
        background-position: center left 8px;
    }
    .people-filter .filter-box input {
        background-size: 16px;
        padding-right: 28px !important;
    }
    /* Contact us form */
    .contact-form-wraper h2 {
        font-size: 28px;
    }
    .contact-form-wraper .form-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .contact-form-wraper .form-row .col-7 {
        width: 100%;
        gap: 20px;
    }
    .contact-form-wraper .form-row .col-5 {
        width: 100%;
    }
    /* Main Menu */
    .main-menu nav ul.elementor-nav-menu {
        width: 100%;
        max-width: 100%;
        margin: auto;
        height: calc(100vh - 90px);
        overflow: hidden;
        overflow-y: auto;
        padding-right: 10px;
    }
    .main-menu .elementor-nav-menu .sub-menu {
        position: static !important;
        width: 100% !important;
        padding-left: 60px !important;
        padding-bottom: 10px !important;
    }
    .main-menu .elementor-nav-menu .sub-menu li .sub-menu {
        padding-left: 15px !important;
    }
    header.elementor-sticky--effects {
        background: #082638;
        box-shadow: 0 0 20px 6px #00000042;
    }
    header.elementor-sticky--effects .mobile-auth-links {
        display: none;
    }
    header.header-ver2.elementor-sticky--effects {
        background: #fff;
    }
}

@media (max-width:767px) {
    /* People Detail */
    .people-detail-content .people-right-info p.first-intro-profile {
        font-size: 24px;
    }
    .people-detail-content .people-right-info p {
        font-size: 18px;
        line-height: 26px;
    }
    .people-detail-content .people-right-info ul li {
        font-size: 18px;
        line-height: 26px;
    }
    .people-detail-content .people-right-info .people-bottom-info-wraper h2 {
        font-size: 20px;
        margin: 0px 0 12px;
    }
    .people-detail-content .people-right-info .people-publication-cards {
        grid-template-columns: 1fr;
    }
    .people-detail-content .people-right-info .people-publication-card-category {
        font-size: 12px;
        margin: 0 0 14px;
    }
    .people-detail-content .people-right-info .people-publication-card-title {
        font-size: 20px;
        margin: 0 0 18px;
    }
    .legal-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .legal-process-step:not(:last-child)::after {
        display: none;
    }
    /* People List */
    .people-row {
        margin: 30px 0 60px;
        gap: 30px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .people-filter .filter-box:first-child,
    .people-filter .filter-box:last-child {
        max-width: 100%;
    }
    .people-filter .elementor-shortcode {
        flex-wrap: wrap;
        gap: 20px;
    }
    .people-filter .filter-box {
        width: 48%;
    }
    /* Insight Detail */
    .insight-detail-content .insight-right-info p:first-child {
        font-size: 24px;
    }
    /* Who we are */
    .timeline>.elementor-element:after {
        height: 25px;
        width: 3px;
    }
    /* Contact us form */
    .contact-form-wraper h2 {
        font-size: 24px;
        margin: 0 0 22px;
    }
    .contact-form-wraper .input-group {
        margin-bottom: 20px;
    }
    .contact-form-wraper .input-group label {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .contact-form-wraper .input-group .wpcf7-form-control {
        height: 45px;
        font-size: 18px;
        padding: 5px 10px;
    }
    .contact-form-wraper .input-group textarea.wpcf7-form-control {
        min-height: 130px;
    }
    .contact-form-wraper .input-action input.wpcf7-form-control {
        font-size: 20px;
    }
    /* Careers Application Form */
    .contact-form-wraper.application-form .form-row .input-row {
        gap: 0;
        flex-direction: column;
    }
    /* Main Menu */
    .main-menu nav ul.elementor-nav-menu {
        width: 94%;
    }
    .main-menu .elementor-nav-menu .sub-menu {
        position: static !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-bottom: 10px !important;
    }
    header.elementor-sticky--effects {
        background: #082638;
        box-shadow: 0 0 20px 6px #00000042;
    }
    header.elementor-sticky--effects .mobile-auth-links {
        display: none;
    }
    header.header-ver2.elementor-sticky--effects {
        background: #fff;
    }
}

@media (max-width:480px) {
    /* People Detail */
    .people-detail-content .people-left-info p {
        font-size: 16px;
        gap: 10px;
    }
    .people-detail-content .people-left-info p img {
        max-width: 18px;
    }
    .people-detail-content .people-right-info p.first-intro-profile {
        font-size: 21px;
    }
    .people-detail-content .people-right-info p {
        font-size: 16px;
        margin: 0 0 20px;
        line-height: 24px;
    }
    .people-detail-content .people-right-info ul {
        margin: 0 0 20px;
    }
    .people-detail-content .people-right-info ul li {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .people-detail-content .people-right-info .people-bottom-info-wraper h2 {
        font-size: 18px;
    }
    .people-detail-content .people-right-info .people-publication-section h2 {
        font-size: 18px;
        margin: 0 0 18px;
    }
    .people-detail-content .people-right-info .people-bottom-info .box {
        padding: 30px 0 20px;
    }
    .people-detail-content .people-right-info .people-publication-cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .people-detail-content .people-right-info .people-publication-card-title {
        font-size: 18px;
        margin: 0 0 16px;
    }
    .legal-process-overview {
        padding-left: 16px;
        margin-bottom: 28px;
    }
    .legal-process-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    .legal-process-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .legal-process-step img {
        margin-bottom: 10px;
    }
    /* People List */
    .people-row {
        margin: 30px 0 40px;
        gap: 20px 15px;
    }
    .people-row .col-sm-3 {
        border-top: 8px solid #f8f5f0;
    }
    .people-row .col-sm-3 .page-header.blog_title a {
        font-size: 15px;
    }
    .people-row .col-sm-3 p {
        font-size: 13px;
    }
    /* Insight Detail */
    .insight-detail-content .insight-right-info p:first-child {
        font-size: 21px;
    }
    /* Services Page */
    .services-content ul,
    .career-content ul {
        margin-bottom: 10px;
    }
    .services-content ul li,
    .career-content ul li {
        margin-bottom: 10px;
    }
    /* Contact us form */
    .contact-form-wraper h2 {
        font-size: 21px;
        margin: 0 0 18px;
    }
    .contact-form-wraper .form-row .col-7 {
        gap: 0;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contact-form-wraper .input-group {
        margin-bottom: 16px;
    }
    .contact-form-wraper .input-group label {
        font-size: 14px;
        margin: 0 0 8px;
    }
    .contact-form-wraper .input-group .wpcf7-form-control {
        font-size: 16px;
        padding: 6px 10px;
    }
    .contact-form-wraper .input-action input.wpcf7-form-control {
        font-size: 18px;
    }
    /* Careers Application Form */
    .contact-form-wraper.application-form .input-action input.wpcf7-form-control {
        height: 52px;
    }
}


/* 2026-02-26: Right-side navigation panel for desktop popup menu */

.dialog-type-lightbox.Desktop_menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: rgba(5, 24, 37, 0.52);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: flex-end;
    overflow: visible;
}

.dialog-type-lightbox.Desktop_menu .dialog-widget-content {
    width: min(460px, 92vw) !important;
    max-width: min(460px, 92vw) !important;
    height: 100vh !important;
    margin: 0 0 0 auto !important;
    padding: 120px 42px 42px;
    background: linear-gradient(180deg, #0b2e43 0%, #0a2132 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.45);
    overflow: visible;
    left: auto !important;
    right: 0 !important;
    position: relative !important;
    transform: none !important;
    border-radius: 0;
}

.dialog-type-lightbox.Desktop_menu .dialog-message {
    width: 100%;
}

.dialog-type-lightbox.Desktop_menu .dialog-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu {
    max-width: 100%;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 0;
    display: block;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item:after {
    display: none;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    letter-spacing: 0.02em;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu li.menu-item ul {
    position: static !important;
    width: 100% !important;
    height: auto;
    padding: 0 0 14px 16px;
    margin: 0 !important;
    background: transparent;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item>ul.sub-menu {
    display: none !important;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item:hover>ul.sub-menu,
.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item:focus-within>ul.sub-menu {
    display: block !important;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu li.menu-item ul li.menu-item {
    margin: 0 0 10px;
}

.Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu li.menu-item ul li.menu-item a {
    opacity: 0.9;
}

.Desktop_menu .dialog-close-button {
    top: 26px !important;
    right: 26px !important;
}

@media (min-width: 992px) {
    .dialog-type-lightbox.Desktop_menu {
        overflow: visible !important;
    }
    .dialog-type-lightbox.Desktop_menu .dialog-lightbox-widget,
    .dialog-type-lightbox.Desktop_menu .dialog-message,
    .dialog-type-lightbox.Desktop_menu .dialog-widget-content {
        overflow: visible !important;
    }
    .dialog-type-lightbox.Desktop_menu .dialog-widget-content {
        overflow: visible !important;
    }
    .Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu {
        max-height: none;
        overflow: visible;
        padding-right: 8px;
    }
    .Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item {
        position: relative;
    }
    .Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item>ul.sub-menu {
        position: absolute !important;
        right: 100%;
        left: auto !important;
        top: 0 !important;
        width: min(560px, 44vw) !important;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        padding: 18px 22px !important;
        background: rgba(9, 29, 44, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: -12px 16px 40px rgba(0, 0, 0, 0.35);
        z-index: 20;
    }
    .Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item>ul.sub-menu>li.menu-item {
        margin: 0 0 12px;
    }
    .Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item>ul.sub-menu>li.menu-item>a {
        display: block;
        white-space: nowrap;
        line-height: 1.15;
    }
    .Desktop_menu .dialog-widget-content .Main_menu nav ul.elementor-nav-menu>li.menu-item>ul.sub-menu a {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .dialog-type-lightbox.Desktop_menu {
        overflow: hidden;
    }
    .dialog-type-lightbox.Desktop_menu .dialog-widget-content {
        width: min(420px, 100vw) !important;
        max-width: min(420px, 100vw) !important;
        padding: 96px 26px 32px;
        overflow-y: auto;
    }
}


/* 23-12-2025 */

.Key_contacts_slider .Key__contacts .insight-detail-img img {
    max-width: 262px;
}

@media (max-width: 1600px) {
    .Key_contacts_slider .Key__contacts .insight-detail-img img {
        max-width: 293px;
    }
}

@media (max-width: 1150px) {
    .Key_contacts_slider .Key__contacts .insight-detail-img img {
        max-width: 314px;
    }
}

@media (max-width: 999px) {
    .Key_contacts_slider .Key__contacts .insight-detail-img img {
        max-width: 234px;
    }
}

@media (max-width: 767px) {
    .Key_contacts_slider .Key__contacts .insight-detail-img img {
        max-width: 221px;
    }
}

@media (max-width: 480px) {
    .Key_contacts_slider .Key__contacts .insight-detail-img img {
        max-width: 100%;
    }
}

.elementor-4049 .elementor-element.elementor-element-cc00453 img {
    filter: grayscale(1);
}

.elementor-4049 .elementor-element.elementor-element-8787bd5 img {
    filter: grayscale(1);
}

.customNewsTitle {
    background: #3f7882;
    padding: 20px;
}

.customNewsTitle * {
    color: white !important;
    border-color: white !important;
}

.customNewsTitle svg {
    filter: brightness(0) invert(100) !important;
}

/* Mobile footer: logo sola dayalı (Elementor default olarak max-width:480px'te center yapıyor) */
@media (max-width: 767px) {
    .elementor-695 .elementor-element.elementor-element-2f5e915,
    footer .elementor-widget-theme-site-logo {
        text-align: left !important;
    }
}
