   a {
    text-decoration: none !important;
    color: unset;
   }

   
   .header {
    background-color: #fff;
    /* padding: 10px 0; */
    position: relative;
    z-index: 5;
}

.header > .custom-container {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 1;
    position: relative;
}

   .custom-container {
       max-width: 1730px;
       margin: 0 auto;
       padding: 0 15px;
   }

   /* HtmlEditor içeriğindeki paragraf boşlukları */
   .section-title p,
   .section-description p,
   .section-desc p,
   .section-first-title p,
   .section-description-title p,
   .section-description-title2 p,
   .section-area p,
   .section-titleb p,
   .section-lead p,
   .page-text-area p,
   .custom-page-container .page-text-area p,
   .philosophy-title p,
   .philosophy-description p,
   .hero-desc p,
   .ci-eyebrow p,
   .ci-title p,
   .ci-desc p,
   .iletisim-slogan-baslik p,
   .iletisim-slogan-detay p,
   .footer-description p,
   .bank-desc p,
   .service-text p,
   .history-list-item-description p,
   .career-opportunities-title p,
   .proje-meta p,
   .form-lead p,
   .main-title p,
   .hakkimizda-area .description p {
       margin: 0;
   }

   .header-left,
   .header-right {
       display: flex;
       align-items: center;
   }

   .header-right {
    display: flex;
    max-width: 100%;
    width: calc(100% - 371px);
}

   .logo-area {
       margin-right: 96px;
   }

   .logo-area img {
       height: 40px;
   }

   .language-selector {
       font-size: 14px;
       display: flex;
       align-items: center;
       gap: 5px;
       padding-left: 36px;
       padding-right: 36px;
       position: relative;
   }

   .language-selector::before {
       position: absolute;
       content: "";
       top: -11px;
       left: 0;
       height: calc(100% + 22px);
       width: 1px;
       background: #dddedf;
   }

   .language-selector::after {
       position: absolute;
       content: "";
       top: -11px;
       right: 0;
       height: calc(100% + 22px);
       width: 1px;
       background: #dddedf;
   }

   .language {
       font-family: Manrope;
       font-weight: 500;
       font-size: 16px;

   }

   .language-selector-toggle {
       border: none;
       background: transparent;
       display: flex;
       align-items: center;
       gap: 5px;
       padding: 0;
       cursor: pointer;
       color: inherit;
   }

   .language-selector-dropdown {
       display: none;
       position: absolute;
       top: calc(100% + 12px);
       left: 50%;
       transform: translateX(-50%);
       min-width: 140px;
       background: #fff;
       border: 1px solid #22282B1A;
       border-radius: 12px;
       box-shadow: 0 8px 24px rgba(34, 40, 43, 0.12);
       padding: 8px 0;
       z-index: 1200;
   }

   .language-selector.is-open .language-selector-dropdown,
   .mobile-header-language-selector.is-open .language-selector-dropdown {
       display: block;
   }

   .language-selector-dropdown ul {
       list-style: none;
       margin: 0;
       padding: 0;
   }

   .language-selector-dropdown li a {
       display: block;
       padding: 10px 16px;
       font-family: Manrope;
       font-size: 14px;
       font-weight: 500;
       color: #22282B;
       white-space: nowrap;
   }

   .language-selector-dropdown li a:hover {
       background: #f8f8f8;
       color: #102A83;
   }

   .language-selector-dropdown li.is-active a {
       color: #102A83;
       font-weight: 600;
   }

.search-area {
    width: calc(100% - 201px);
    max-width: 100%;
    position: relative;
    margin-left: 36px;
}

   .search-area input {
       width: 100%;
       padding: 6px 12px 6px 42px;
       border-radius: 20px;
       border: 1px solid #ccc;
       font-size: 14px;
       user-select: none;
       border: none;
       outline: none;
       box-shadow: none;
       font-family: Manrope;
       font-weight: 500;
       font-size: 14px;
       color: #22282BE5;


   }

   .search-area .search-area-icon {
       width: 24px;
       height: 24px;
       position: absolute;
       top: 50%;
       left: 6px;
       transform: translate(0px, -50%);
       display: flex;
       align-items: center;
       justify-content: center;
       pointer-events: none;
   }

   .search-icon {
       position: absolute;
       left: 10px;
       top: 50%;
       transform: translateY(-50%);
       font-size: 14px;
       color: #888;
   }

   .contact-button {
       border: 1px solid #22282B1A;
       border-radius: 20px;
       padding: 8px 20px;
       font-size: 14px;
       color: #000;
       display: flex;
       align-items: center;
       gap: 10px;
       background-color: #fff;
   }

   .contact-button-text {
       font-family: Manrope;
       font-weight: 500;
       font-size: 15px;
       color: #22282B;

   }

   .contact-icon {
       color: #e91e63;
   }





















   footer.footer {
       padding: 56px 96px 0 96px !important;
       background-color: #f8f8f8 !important;
       border-top: none !important;
       font-family: 'Manrope', sans-serif;
       font-size: 14px;
       margin-top: 0;
   }

   .footer > .custom-container {
       padding-left: 15px;
       padding-right: 15px;
   }

   .footer-top-row,
   .footer-links-row {
       row-gap: 32px;
   }

   .footer-logo img {
       display: block;
       height: 60px;
       width: auto;
   }

   .footer-title-area a,
   .footer-item a {
       color: #22282B;
       text-decoration: none;
   }

   .footer-title-area a:hover,
   .footer-item a:hover {
       color: #102A83;
   }

   .footer-item img {
       width: 20px;
       height: 20px;
       flex-shrink: 0;
       margin-top: 2px;
   }

   .footer-description p {
       margin: 0;
   }

   .footer-item .footer-alt-title {
       line-height: 1.5;
   }

   .social-area a img {
       display: block;
       width: 32px;
       height: 32px;
   }

   .footer-right {
       gap: 110px;
   }

   .footer-column h6 {
       font-weight: 600;
       margin-bottom: 12px;
   }

   .footer-column ul {
       list-style: none;
       padding: 0;
       margin: 0;
   }

   .footer-column li {
       margin-bottom: 8px;
   }

   .footer-column i {
       min-width: 20px;
   }

   .footer-description {
       font-family: Plus Jakarta Sans;
       font-weight: 500;
       font-size: 14px;
       color: #878C91;

   }

   .social-area {
       display: flex;
       margin-top: 34px;
       gap: 18px;
   }

   .footer-alt-description {
       font-family: Poppins;
       font-weight: 400;
       font-size: 12px;


   }

   .footer-title {
       font-family: Manrope;
       font-weight: 800;
       font-size: 20px;
       line-height: 120%;
       color: #22282B;
       margin-bottom: 36px;

   }

   .footer-alt-title {
       font-family: Manrope;
       font-weight: 500;
       font-size: 14px;
       color: #22282B;

   }

   .footer-item {
       display: flex;
       gap: 10px;
       align-items: flex-start;
   }

   .footer-title-area {
       display: flex;
       flex-direction: column;
       row-gap: 18px;
   }

   .footer-alt {
       display: flex;
       justify-content: space-between;
       align-items: center;
       border-top: 1px solid #0000003D;
       padding-top: 32px;
       padding-bottom: 38px;
       margin-top: 62px;
   }

/* Main slider */
.main-slider,
.main-slider-fallback {
    position: relative;
    min-height: calc(100vh - 210px);
    background: #0b1320;
    overflow: hidden;
}

.main-slider .carousel-inner,
.main-slider .carousel-item {
    min-height: calc(100vh - 210px);
}

.main-slider .carousel-item img {
    width: 100%;
    height: calc(100vh - 210px);
    object-fit: cover;
    display: block;
}

.main-slider .carousel-caption {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px 140px;
    background: linear-gradient(180deg, rgba(8, 15, 31, .35), rgba(8, 15, 31, .55));
}

.carousel-text-and-button,
.main-slider-content {
    max-width: 820px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}

.main-slider-subtitle {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.carousel-text-and-button h2,
.main-slider-content h1 {
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.1;
    margin: 0 0 18px;
    font-weight: 700;
    color: #fff;
}

.carousel-description,
.main-slider-content p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 auto 28px;
    max-width: 740px;
}

.main-slider-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 11px 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    font-weight: 500;
    transition: all .2s ease;
}

.main-slider-cta:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.main-slider-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 140px;
    background-image: url('/img/tunga/sli.png');
    background-size: cover;
    background-position: center;
}

.main-slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 15, 31, .30), rgba(8, 15, 31, .58));
}

.custom-indicators {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 3;
}

.custom-indicators .indicators {
    display: flex;
    gap: 8px;
}

.custom-indicators button {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: transparent;
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
}

.custom-indicators button.active {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, .85);
}
.mobil-header-right{
    display: none;
}


.mobil-search-wrapper input {
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid #ccc!important;
    font-size: 14px;
    width: 100%;
    box-shadow: none;
    outline: none;
}

.mobil-search-wrapper button {
    padding: 6px 16px;
    border-radius: 20px;
    background-color: #EA3F77;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.mobile-header-right {
    display: none;
    column-gap: 24px;
}

.mobile-header-language-selector {
    display: flex;
    align-items: center;
    column-gap: 6px;
    position: relative;
}

.mobile-header-language-selector .language-selector-dropdown {
    left: auto;
    right: 0;
    transform: none;
}

.mobil-search-wrapper {
    padding: 6px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .4s;
    display: none;
    align-items: center;
    column-gap: 12px;
    background: #fff;
}
.mobil-search-wrapper.show {
    top: 100%;
    transition: .4s;
}

.mobil-search-wrapper input {
    padding: 10px 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
}


.mobil-search-wrapper button {
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #EA3F77;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
}


/*Fixed Menu*/

.fixed-menu {
    z-index: 1100;
    position: fixed;
    bottom: 46px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1310px;
    padding: 37px 73px;
    padding-bottom: 141px;
    border-radius: 24px;
    border: 1px solid transparent;
    background: transparent;
    transition: .4s;
    max-width: 100%;
    user-select: none;
    pointer-events: none;
}

.fixed-menu.show {
    background: #F2F5FC;
    border: 1px solid #22282B1A;
    transition: .4s;
    pointer-events: auto;
    user-select: auto;
}



.fixed-menu-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    padding: 10px 15px;
    background: #F2F5FC;
    border-radius: 50px;
    border: 1px solid #22282B1A;
    width: max-content;
    transition: .4s;
    pointer-events: auto;
}

.fixed-menu-inner {
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
}

.fixed-menu-pages-list {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}

.menu-pages-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #102A83;
}

.fixed-menu-pages-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fixed-menu-pages-list ul li a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #22282B;
    text-decoration: none;
}

.fixed-menu-other-pages-list ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fixed-menu-other-pages-list ul li a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #102A83;
    text-decoration: none;
}

.fixed-menu.show .fixed-menu-inner
{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.fixed-menu.show .fixed-menu-buttons
{
    border: 1px solid transparent;
    transition: .4s;
}

.fixed-menu-buttons .home-page {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #22282B;
    border: 1px solid #22282B1A;
    background: #fff;
    border-radius: 50px;
}

.get-support {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    padding: 10px 20px;
    background: #EA3F77;
    border-radius: 50px;
    color: #fff;
}

.project-help {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #102A83;
    border-radius: 50px;
}

.whatsapp {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #fff;
    background: #21C25C;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.telegram {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #FFFFFF;
    background: #23A0DC;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.fixed-menu-buttons .menu-button {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 26.72px;
    color: #22282B;
    border: 1px solid #22282B1A;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.mobile-fixed-menu-inner
{
    display: none;
}

.mobile-fixed-menu-buttons {
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.mobile-other-pages ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 16px;
    flex-wrap: wrap;
    row-gap: 16px;
}

.mobile-other-pages ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #102A83;
}

   @media only screen and (max-width: 991px)
   {
    footer.footer {
    padding: 48px 12px 0 12px !important;
}

.header-right{
    display: none;
}
 .mobile-header-right {
    display: flex;
}

.header-left > .language-selector
{
    display: none;
}

.mobil-search-wrapper
{
    display: flex;
}

.fixed-menu-buttons .get-support{
    display: none;
}

.fixed-menu-buttons .project-help{
display: none;
}

.fixed-menu-buttons .whatsapp
{
display: none;
}

.fixed-menu-buttons .telegram
{
display: none;
}

.fixed-menu-inner > .fixed-menu-pages-list, .fixed-menu-inner > .fixed-menu-other-pages-list {
    display: none;
}

.mobile-fixed-menu-inner
{
    display: block;
}

.fixed-menu {
    padding: 37px 32px;
    padding-bottom: 85px;
}

.main-slider,
.main-slider-fallback,
.main-slider .carousel-inner,
.main-slider .carousel-item,
.main-slider .carousel-item img {
    min-height: 72vh;
    height: 72vh;
}

   }
   @media only screen and (max-width: 868px)
   {
    .logo-area {
    margin-right: 32px;
}





   }
   @media (max-width: 768px) {

       .header-left,
       .header-right {
           justify-content: center;
           margin-bottom: 10px;
       }

      

       .footer-alt-title br {
    display: none;
}

.footer-description br {
    display: none;
}
   }

   @media only screen and (max-width: 425px)
   {
    .footer-alt
    {
        flex-direction: column;
        row-gap: 12px;
        justify-content: center;
    }
    .section-title br {
    display: none;
}

.mobile-header-right {
    column-gap: 10px;
}

.header-left, .header-right {
    margin-bottom: 0px;
}
.logo-area img {
    height: 28px;
}

.mobil-search-wrapper input {
    padding: 8px 12px;
    font-size: 12px;
}

.mobil-search-wrapper button {
    padding: 8px 16px;
}

   }

/* ── Header single-row fix ── */
.header .container-fluid {
    flex-wrap: nowrap !important;
    padding-left: 0;
    padding-right: 0;
}

.header-left {
    flex: 0 0 auto;
    width: auto;
    column-gap: 0;
}

.header-right {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
}

.contact-button a {
    display: flex;
    align-items: center;
}

