/*------------------------------------------------------------------
[Table of contents]
01. Fonts settings
02. Default style
03. Preloader style
04. Navigation style
05. Homepage slider style
06. About style
07. Team style
08. Partner style
09. Services style
10. Project style
11. Gallery style
12. Blog style
13. Post style
14. Button style
15. Contact styles
16. toTop button
17. Footer styles
18. Overlay Effect Bg image  
19. Media Query
-------------------------------------------------------------------*/

/* ** Fonts settings ** */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;family=Oswald:wght@300;400;500;600;700&amp;display=swap');

/* ** Default styles ** */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: "Poppins", sans-serif;
    color: #808291;
    font-size: 13px;
    line-height: 1.75em;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
/*** typography ***/
/* headings */



h1 {
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #181b31;
}
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #181b31;
}
/* paragraph */
p {
    font-size: 19px;
    line-height: 1.75em;
    margin: 0 0 15px;
    color: #808291;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
b,
strong {
    font-weight: 600;
    color: #000000;
}
a {
    color: #181b31;
}
a:hover {
    text-decoration: none;
    color: #181b31;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #181b31;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

/* important */
.js .animate-box {
    opacity: 0;
}
.banner-padding {
    margin-top: 120px;
    padding: 24px 0;
    background-position: center center;
}

.section-padding {
    position: relative;
    padding: 60px 0;
}
.about-section-padding {
    padding: 60px 0;
}
.about-section-padding.pt-2 {
    padding-top: 2rem !important;
}
.section-padding span {
    font-size: 11px;
    color: #153745;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    line-height: 3em;
    font-weight: 400;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-100 {
    margin-bottom: 100px;
}
.pt-120 {
    padding-top: 120px;
}
/* lists */
ul {
    list-style-type: none;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}


input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    border-color: #ececec;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-weight: 300;
    color: #808291;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #153745;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    font-weight: 300;
    color: #808291;
    border-width: 0;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: transparent;
    border: 1px solid #153745;
    margin: 3px 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #153745;
    color: #fff;
}
.alert-success {
    background: transparent;
    color: #808291;
    border: 1px solid #153745;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #808291;
}
:-moz-placeholder {
    color: #808291;
}
::-moz-placeholder {
    color: #808291;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #808291;
}


select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #181b31;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* line css */
.line-one {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: #153745;
    display: -webkit-box;
    display: flex;
    margin-top: 13px;
}
@media (max-width: 768px) {
    .line-one { display: none; }
}
h2 {
    font-size: 27px;
}
h2:after {
    content: '';
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
}


/* ** Preloader ** */
.arcprime-pageloading {
    color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
@-webkit-keyframes preloader-breath-img {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}
@keyframes preloader-breath-img {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}
.arcprime-pageloading .arcprime-pageloading-inner {
    -webkit-animation-name: preloader-breath-img;
    animation-name: preloader-breath-img;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
    animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.arcprime-pageloading img {
    height: 45px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}












/* ** Navigation Styles ** */
.hizliyazilim-header-navbar {
    padding: 0;
}
.hizliyazilim-start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 30px 0;
    background: transparent;
}
.hizliyazilim-start-header.scroll-on {
    padding: 15px 0;
    -webkit-transition: height .2s ease-out;
    transition: height .2s ease-out;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.hizliyazilim-start-header.scroll-on .navbar-brand img {
    height: 45px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hizliyazilim-navigation-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
    background: transparent !important;
}
.navbar-brand img {
    height: 60px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Dil Bayrakları */
.language-flags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
    margin-right: 15px;
}

.language-flags a {
    display: inline-block;
    transition: all 0.3s ease;
}

.language-flags img {
    width: 28px;
    height: 20px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.language-flags a:hover img {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Logo Container */
.logo-container {
    gap: 12px;
}

/* Mobil Dil Bayrakları */
.language-flags-mobile {
    gap: 6px;
    align-items: center;
}

.language-flags-mobile img {
    width: 24px;
    height: 18px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.language-flags-mobile a:hover img {
    transform: scale(1.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler:hover {
    background: transparent;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 19px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #ffffff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #ffffff;
    top: 1px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 9px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link {
    transition: all 200ms linear;
}
.nav-item:hover .nav-link {
    color: #f0f0f0 !important;
}
.nav-item.active .nav-link {
    color: #ffffff;
    font-weight: 300;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 550;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: none;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ffffff;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}
/* Dropdown style */
.bg-light {
    background-color: transparent !important;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    color: #808291;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #181b31;
    background-color: #fff;
    border: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item {
    font-size: 13px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    color: #808291;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 15px;
    color: #808291;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #153745;
    background-color: rgba(255, 255, 255);
}
.ti-angle-down {
    font-size: 11px;
}
@media (max-width: 767px) {
    .navbar-brand img {
        height: 50px;
    }
    
    .hizliyazilim-start-header.scroll-on .navbar-brand img {
        height: 40px;
    }
    
    .nav-item:after {
        display: none;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }
    
    /* Mobil menü açıldığında koyu arka plan */
    .navbar-collapse.show {
        background-color: rgb(0 0 0 / 45%) !important;
        padding: 20px;
        margin: -15px;
        border-radius: 8px;
        backdrop-filter: blur(5px);
        transition: none !important;
    }
    
    .navbar-collapse.collapsing {
        background-color: rgba(0, 0, 0, 0.6) !important;
        padding: 20px;
        margin: -15px;
        border-radius: 8px;
        backdrop-filter: blur(5px);
        transition: none !important;
    }
    
    .navbar-collapse {
        transition: none !important;
    }
    
    /* Bootstrap collapse hızlandırma */
    .collapsing {
        transition: none !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    /* Menü açılma animasyonunu kapat */
    .navbar-collapse:not(.show) {
        opacity: 0;
        transition: none !important;
    }
    
    .navbar-collapse.show {
        opacity: 1;
    }
    
    /* Dropdown menü içindeki yazıları beyaz yap */
    .dropdown-item {
        color: #ffffff !important;
    }
    
              .dropdown-item:hover,
          .dropdown-item:focus {
              color: #ffffff !important;
              background-color: rgba(255, 255, 255, 0.1) !important;
          }
      }

      /* Video Bölümü Stilleri */
      .video-container {
          position: relative;
          overflow: hidden;
          border-radius: 15px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      }

      .video-wrapper {
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 56.25%; /* 16:9 aspect ratio */
      }

      .video-wrapper video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
      }

      .video-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(
              45deg,
              rgba(0, 0, 0, 0.3) 0%,
              transparent 50%,
              rgba(0, 0, 0, 0.2) 100%
          );
          display: flex;
          align-items: flex-end;
          padding: 30px;
          opacity: 0;
          transition: opacity 0.3s ease;
      }

      .video-container:hover .video-overlay {
          opacity: 1;
      }

      .video-content h3 {
          color: white;
          font-size: 1.8rem;
          margin-bottom: 10px;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      }

      .video-content p {
          color: white;
          font-size: 1rem;
          margin: 0;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
      }

            @media (max-width: 768px) {
          .video-wrapper {
              border-radius: 0;
              position: relative;
              left: 50%;
              right: 50%;
              width: calc(100vw - 2px);
              margin-left: calc(-50vw + 1px);
              margin-right: calc(-50vw + 1px);
          }
          
          .video-container {
              margin: 0 -30px !important;
              padding: 0 !important;
          }
          
          .video-overlay {
              padding: 20px;
          }
          
          .video-content h3 {
              font-size: 1.4rem;
          }
          
          .video-content p {
              font-size: 0.9rem;
          }
}


/* ** Homepage slider ** */
.arcprime-homepage-slider {
    padding-top: 120px;
    outline: none;
}
.arcprime-slider-item {
    height: 780px;
    position: relative;
    outline: none;
}
@media (max-width: 991px) {
    .arcprime-slider-item {
        height: 380px;
        margin-bottom: 10px;
    }
}
.arcprime-homepage-slider .arcprime-slider-item {
    margin-left: 5px;
}
.arcprime-slider-item:focus {
    outline: none;
}
.arcprime-slider-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
    height: 80%;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    padding: 30px;
    display: flex;
}
.arcprime-slider-imghover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.arcprime-slider-item:hover .arcprime-slider-caption {
    opacity: 1;
}
.arcprime-slider-item:hover .arcprime-slider-imghover {
    opacity: 1;
}
.arcprime-slider-number {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    line-height: 1em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 1px #153745;
}
.arcprime-slider-title {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 300;
    color: #181b31;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.arcprime-slider-subtitle {
    font-size: 12px;
    line-height: 1.75em;
    font-weight: 300;
    color: #808291;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.arcprime-slider-container {
    padding: 0;
}
/* slider arrows */
.arcprime-homepage-slider .slick-slider .slick-prev:before,
.arcprime-homepage-slider .slick-slider .slick-next:before {
    color: #181b31;
}
@media (min-width: 768px) {
    .arcprime-homepage-slider .slick-slider .slick-next {
        right: -3%;
    }
}
@media (min-width: 768px) {
    .arcprime-homepage-slider .slick-slider .slick-prev {
        left: -3%;
    }
}
/* slider items gutter & height */
.arcprime-homepage-slider .slick-slide {
    margin: 0 5px;
}
.arcprime-homepage-slider .slick-list {
    margin: 0 -5px;
}


/* ** About style ** */
.arcprime-about-img img:hover {
    transform: scale(0.95);
}
.arcprime-about-img {
    position: relative;
}
.arcprime-about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.arcprime-about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    border: 10px solid #304977;
}
.arcprime-about-img .img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -12%;
    bottom: -12%;
    left: -4%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.arcprime-about-img .img img {
    position: relative;
    z-index: 2;
}
.numb {
    font-size: 120px;
    line-height: 120px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #304977;
}
.year {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding-left: 15px;
}
.yearimg {
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
.yearimg img {
    width: 200px;
}
.small-title {
    color: #153745;
    margin: 5px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
}
.title {
    font-size: 32px;
    color: #181b31;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}


/* ** Team style ** */
.team-holder {
    box-sizing: border-box;
    padding-left: 46px;
    overflow: hidden;
}
.team-holder,
.team-holder .team-image-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 15px;
}
.team-holder .team-image-holder .team-side-info {
    bottom: 0;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.team-holder,
.team-holder .team-image-holder img:hover,
.team-holder,
.team-holder .team-image-holder img:hover {
    transform: scale(0.95);
}
.team-holder .team-image-holder .team-side-info .team-name,
.team-holder .team-image-holder .team-side-info .team-position {
    display: inline-block;
}
.team-holder .team-name {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}
.team-holder .team-position {
    font-family: 'Poppins', sans-serif;
    color: #808291;
    margin: 0;
    padding-left: 1px;
    position: relative;
    font-weight: 300;
    font-size: 14px;
}

ul.team-info-social li {
    display: inline-block;
    margin: 0px 0 0 0;
    padding: 5px;
}
.team-holder .team-info-social {
    text-align: center;
    padding: 0;
    margin: 0;
}
.team-holder p {
    text-align: center;
    margin-bottom: 0px;
	    font-size: 21px;
    color: #000000;
	font-weight: 500;
}


/* ** Partners style ** */
.partner .item {
    padding: 30px;
    border-right: 1px solid #f4f4f4;
}
.partner .item:hover img {
    opacity: .6;
}
.partner .item img {
    opacity: 1;
}
.partner .bord {
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #f4f4f4;
}
.partner .no-bord {
    border: 0;
}

/* ** Services style ** */
.arcprime-services .item {
    padding: 30px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, .04);
}
.arcprime-services .item:hover {
    box-shadow: 0 45px 100px 0 rgba(0, 0, 0, .08);
    border-bottom: 3px solid #153745;
}
.arcprime-services .item .icon {
    font-size: 50px;
    color: #153745;
    line-height: 1.5em;
}
.arcprime-services .item h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    font-family: 'Poppins', sans-serif;
}
.arcprime-services .item.active {
    border-bottom: 3px solid #153745;
}
.arcprime-services .item ul {
    padding-left: 1.5em;
}
.arcprime-services .item li {
    margin-bottom: 5px;
}
.arcprime-services .item li:before {
    content: "\e64c";
    font-family: "themify";
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    color: #153745;
}


/* ** Projects style ** */
.arcprime-project-section {
    padding-top: 120px;
}

.arcprime-project-page-section { 
   padding-bottom: 80px;
}
.arcprime-project-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}
.arcprime-project-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
}
.arcprime-project-filter li {
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.75em;
    cursor: pointer;
    font-weight: 500;
    color: #1b1b1b;
}
.arcprime-project-filter li:last-child {
    margin-right: 0;
}
.arcprime-project-filter li.active {
    color: #153745;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.arcprime-project-filter li:hover {
    color: #153745;
}
.arcprime-project-wrap {
    padding-bottom: 90px;
    padding-right: 0;
    padding-left: 90px;
    position: relative;
}
.arcprime-project-wrap:hover img {
    -ms-transform: scale(0.95, 0.95);
    /* IE 9 */
    -webkit-transform: scale(0.95, 0.95);
    /* Safari */
    transform: scale(0.95, 0.95);
}
.arcprime-project-wrap h3 {
    font-size: 20px;
    line-height: 1.75em;
    color: #181b31;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.arcprime-project-wrap p {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 1.75em;
    font-weight: 400;
    color: #808291;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.arcprime-project-content {
    position: absolute;
    left: 40px;
    top: 80px;
}
.arcprime-project-link {
    color: #153745;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-right: 40px;
    line-height: 1.75em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 80px;
}
.arcprime-project-link:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #153745;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.arcprime-project-link:before:hover {
    padding-left: 5px;
    color: #153745;
    transition: all 0.3s ease-in-out;
}
.arcprime-project-link i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.arcprime-project-link:hover i {
    padding-left: 5px;
    color: #153745;
    transition: all 0.3s ease-in-out;
}
.arcprime-project-link:hover {
    color: #153745;
}










/* ** ok işareti ** */





 .scroll-down-arrow {
                            display: inline-block;
                        }
                        .scroll-down-arrow i {
                            font-size: 32px;
                           
                            color: #4b4e4f;
                        }
                   





        .hub-label {
            position: absolute;
            top: 50%;
            left: 50px;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.95);
            color: #2c3e50;
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 11px;
            font-weight: 600;
            text-align: left;
            line-height: 1.2;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            border: 1px solid rgba(0,0,0,0.1);
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            z-index: 1000;
            pointer-events: none;
        }
        
        .hub-label::before {
            content: '';
            position: absolute;
            top: 50%;
            left: -5px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid rgba(255, 255, 255, 0.95);
        }





/* ** Gallery style ** */

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            aspect-ratio: 1;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .gallery-item a {
            position: relative;
            display: block;
            height: 100%;
        }
        
        .gallery-item:hover {
            transform: scale(1.05);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 15px;
            transition: all 0.3s ease;
        }
        
        .gallery-overlay {
            position: absolute;
            bottom: 8px;
            right: 8px;
            background: rgba(255, 255, 255, 0.8);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .gallery-overlay i {
            font-size: 12px;
            color: #333;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
            background: rgba(255, 255, 255, 0.9);
        }
        
        .gallery-item:hover img {
            filter: brightness(1.1);
        }
        
        @media (max-width: 768px) {
            .gallery-overlay {
                width: 24px;
                height: 24px;
                bottom: 6px;
                right: 6px;
            }
            
            .gallery-overlay i {
                font-size: 10px;
            }
        }






    
        .gallery-item video {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }
        
        .gallery-item:hover img, .gallery-item:hover video {
            transform: scale(1.05);
        }
       
   
        
        /* Video Modal Styles */
        .video-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.8);
            backdrop-filter: blur(5px);
        }
        
        .video-modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 800px;
            max-height: 80vh;
            background: #000;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.5);
        }
        
        .video-modal video {
            width: 100%;
            height: auto;
            max-height: 80vh;
            object-fit: contain;
        }
        
        .video-modal-close {
            position: absolute;
            top: 15px;
            right: 20px;
            color: white;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            z-index: 10000;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            transition: color 0.3s ease;
        }
        
        .video-modal-close:hover {
            color: #ff4444;
        }
        




/* ** Gallery style ** */
.tz-gallery {
    padding: 1px 0;
}

.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox {
    position: relative;
    display: block;
    overflow: hidden;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    content: '+';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    font-weight: bold;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(21, 55, 69, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.tz-gallery .lightbox:hover img {
    transform: scale(1.05);
}

/* BaguetteBox Custom Styles */
.baguetteBox-button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 44px !important;
    height: 60px !important;
    opacity: 0.7 !important;
    transition: opacity 0.3s ease !important;
}

.baguetteBox-button:hover,
.baguetteBox-button:focus,
.baguetteBox-button:active {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.baguetteBox-button svg {
    width: 44px;
    height: 60px;
}

.baguetteBox-button svg polyline {
    stroke: rgba(255,255,255,0.8);
    stroke-width: 3;
    stroke-linecap: round;
    fill: none;
    stroke-linejoin: round;
}

.baguetteBox-button:hover svg polyline,
.baguetteBox-button:focus svg polyline,
.baguetteBox-button:active svg polyline {
    stroke: rgba(255,255,255,1);
}


/* ** Blog style ** */
.arcprime-blog-section {
    position: relative;
    padding: 100px 0 100px 0;
}
.blog .cover {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    box-sizing: border-box
}
.blog .cover:hover .cover-inner {
    -webkit-clip-path: inset(15px 15px 15px 15px);
    clip-path: inset(15px 15px 15px 15px);
}
.blog .cover-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #f9f9f9;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94)
}
.blog .item {
    padding: 60px 30px;
    border: 1px solid #fff;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 30px;
}
.blog .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 12, 12, 0.7);
}
.blog .item:hover:after {
    opacity: 0;
}
.blog .item:hover h5,
.blog .item:hover p,
.blog .item:hover span {
    color: #fff;
}
.blog .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blog .item .content {
    position: relative;
    z-index: 7;
}
.blog .item h5 {
    font-size: 27px;
    line-height: 1.75em;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.blog .item .info {
    margin-bottom: 15px;
}
.blog .item .info span {
    margin-right: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #AAA;
    font-weight: 300;
}
.blog .item .info span:last-child {
    margin: 0;
}
.blog .item .info span i {
    padding-right: 4px;
}
.blog .item p {
    font-size: 16px;
    margin-bottom: 30px;
}
.blog .item .more {
    font-weight: 900;
}
.blog .item .more:hover i {
    padding-left: 10px;
}
.blog .item .more i {
    padding-left: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
/* blog page */
.blog-page .item {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.blog-page .post-img {
    position: relative;
    overflow: hidden;
}
.blog-page .post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.blog-page .post-img a {
    display: block;
}
.blog-page .post-img img {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blog-page .post-cont {
    padding: 15px 30px 30px 30px;
    background-color: #fff;
}
.blog-page .post-cont .tag,
.blog-page .post-cont .date {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #153745;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 2.75em;
}
.blog-page .post-cont h5 {
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.blog-page .post-cont h5 a {
    color: #181b31;
}
.blog-page .post-cont h5 a:hover {
    color: #153745;
}
.blog-page .post-cont .info {
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
}
.blog-page .post-cont .info a {
    font-size: 12px;
    color: #808291;
}
.blog-page .post-cont .info a:last-of-type {
    float: right;
}
/* blog sidebar */
.blog-sidebar .widget {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #808291;
    font-size: 13px;
}
.blog-sidebar .widget ul li a {
    color: #808291;
}
.blog-sidebar .widget ul li a.active {
    color: #153745;
}
.blog-sidebar .widget ul li a:hover {
    color: #153745;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 11px;
    margin-right: 10px;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.blog-sidebar .widget-title {
    margin-bottom: 30px;
}
.blog-sidebar .widget-title h6 {

    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;

    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f7f7f7;
}
.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #808291;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 6px 16px;
    background-color: #153745;
    color: #fff !important;
    float: left;
}
.blog-sidebar ul.tags li a {
    font-size: 13px;
    color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    background-color: #181b31;
    color: #fff;
}
/* pagination */
.blog-pagination-wrap {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}
.blog-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.blog-pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #808291;
    font-weight: 300;
}
.blog-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
}
.blog-pagination-wrap li a.active {
    background-color: #153745;
    border: 1px solid #153745;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .blog-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}


/* ** Post style ** */
.arcprime-post-section {
    padding-top: 120px;
}
.arcprime-comment-section {
    padding-top: 60px;
    margin-bottom: 60px;
}
.arcprime-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.arcprime-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.arcprime-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.arcprime-user-comment img {
    border-radius: 100%;
}
.arcprime-user-content {
    margin-right: 26px;
}
.arcprime-user-content h3 {
    font-size: 16px;
    line-height: 1.75em;
    color: #181b31;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
}
.arcprime-user-content h3 span {
    font-size: 11px;
    line-height: 1.75em;
    color: #808291;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-left: 15px;
}
.arcprime-repay {
    font-size: 12px;
    line-height: 1.75em;
    color: #181b31 !important;
    margin: 0;
    font-weight: 300;
}

/* Buttons */
.arcprime-btn {
    padding: 8px 24px;
    border: 1px solid #153745;
    color: #808291;
    font-weight: 300;
    position: relative;
    z-index: 1;
    background: transparent;
    margin: 15px 0;
}
.arcprime-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #153745;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.arcprime-btn:hover,
.arcprime-btn:focus {
    border-color: 1px solid #153745;
    color: #fff !important;
}
.arcprime-btn:hover:after,
.arcprime-btn:focus:after {
    width: 100%;
}
.arcprime-btn2 {
    padding: 10px 25px;
    border: 2px solid #153745;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 1;
    outline: none;
    width: fit-content;
    background: #153745;
}
.arcprime-btn2:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #153745;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.arcprime-btn2:hover,
.arcprime-btn2:focus {
    border-color: #153745;
    color: #fff !important;
}
.arcprime-btn2:hover:after,
.arcprime-btn2:focus:after {
    width: 100%;
}

/* ** Contact style ** */
#contactMap {
    width: 100%;
    height: 600px;
}

      .office-toggle-container {
            display: inline-flex;
            background: #f8f9fa;
            border-radius: 12px;
            padding: 4px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            margin-bottom: 20px;
            border: 1px solid #e9ecef;
        }
        
        .office-toggle-btn {
            display: flex;
            align-items: center;
            background: transparent;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            color: #666;
            transition: all 0.3s ease;
            cursor: pointer;
            gap: 8px;
            min-width: 140px;
            justify-content: center;
            outline: none;
        }
        
        .office-toggle-btn:focus {
            outline: none;
        }
        
        .office-toggle-btn.active {
            background: #ffffff;
            color: #153745;
            box-shadow: 0 1px 2px rgba(0,0,0,0.08);
            border: 1px solid rgba(0, 0, 0, 0.4);
        }
        
        .office-toggle-btn:hover:not(.active) {
            color: #333;
            background: rgba(255,255,255,0.5);
        }
        
        .office-toggle-btn img {
            width: 20px;
            height: 15px;
            border-radius: 2px;
            object-fit: cover;
        }
        
        .office-map {
            display: none;
            position: relative;
        }
        
        .office-map.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        .office-info {
            display: none;
        }
        
        .office-info.active {
            display: block;
            animation: slideUp 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes slideUp {
            from { 
                opacity: 0; 
                transform: translateY(20px); 
            }
            to { 
                opacity: 1; 
                transform: translateY(0); 
            }
        }
        
        @media (max-width: 768px) {
            .office-toggle-container {
                width: 100%;
                max-width: none;
                margin: 0 0 20px 0;
            }
            
            .office-toggle-btn {
                flex: 1;
                min-width: auto;
                padding: 8px 12px;
                font-size: 13px;
            }
            
            .office-toggle-btn img {
                width: 18px;
                height: 13px;
            }
        }

/* ** toTop ** */
.totop {
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
    width: 49px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #153745;
    font-size: 9px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 28px 0 21px 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid #fff;
}
.totop-vissible {
    right: 10px;
    opacity: 1;
}
.totop:before {
    position: absolute;
    content: "\e66b";
    top: 10px;
    left: 50%;
    margin-left: -6px;
    font-size: 11px;
    display: inline-block;
    font-family: "themify";
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}
.totop:hover {
    color: #fff;
}
.totop:focus {
    color: #fff;
}


/* ** Footer styles ** */
.footer-section {
    background: #f7f9fb;
    padding: 50px 0;
    width: 100%;
}
.footer-section .brand img.logo {
    padding: 0;
    width: 200px;
    margin-bottom: 10px;
}
.footer-section p b {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #153745;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.footer-social-link {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
}
.footer-social-link li {
    display: inline-block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    font-size: 16px;
    margin-right: 8px;
}
.footer-social-link li:hover {
    color: #153745;
    background-color: transparent;
}
.footer-social-link li i {
    color: #808291;
}
.footer-social-link li i:hover {
    color: #153745;
}
.footer-section p {
    color: #808291;
}
.footer-section p small {
    color: #808291;
    font-size: 11px;
    font-weight: 300;
}
.contact p b {
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
}





   .contact-simple-box {
         background: #f8f9fa;
         border: 1px solid #dee2e6;
         border-radius: 5px;
         padding: 30px;
         margin-bottom: 30px;
         height: 100%;
     }
     
     .contact-simple-box h4 {
         color: #1a237e;
         margin-bottom: 20px;
         font-weight: 600;
         font-size: 1.3rem;
     }
     
     .contact-info p {
         color: #666;
         margin-bottom: 15px;
         line-height: 1.6;
     }
     
     .contact-details {
         margin-top: 20px;
         padding-top: 15px;
         border-top: 1px solid #dee2e6;
     }
     
     .contact-details p {
         display: flex;
         align-items: center;
         margin-bottom: 8px;
         font-weight: 500;
         color: #333;
     }
     
     .contact-details i {
         margin-right: 10px;
         color: #1a237e;
         font-size: 1rem;
     }
    
    .contact__form .form-group input,
    .contact__form .form-group select,
    .contact__form .form-group textarea {
        width: 100%;
        padding: 15px 20px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: white;
    }
    
    .contact__form .form-group input:focus,
    .contact__form .form-group select:focus,
    .contact__form .form-group textarea:focus {
        border-color: #1a237e;
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
    }
    
    .contact__form input[type="submit"] {
        background: #1a237e;
        color: white;
        border: 2px solid #1a237e;
        padding: 15px 40px;
        border-radius: 25px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
    }
    
    .contact__form input[type="submit"]:hover {
        background: #0d1a5e;
        border-color: #0d1a5e;
        transform: translateY(-2px);
    }
    
         /* Responsive */
     @media (max-width: 768px) {
         .contact-simple-box {
             padding: 20px;
             margin-bottom: 20px;
         }
         
         .contact-simple-box h4 {
             font-size: 1.2rem;
         }
     }
         
     /* Dropdown Menu Styles */
     .dropdown-menu {
         border: 1px solid #dee2e6;
         border-radius: 5px;
         box-shadow: 0 2px 10px rgba(0,0,0,0.1);
         padding: 5px 0;
         margin-top: 5px;
         min-width: 200px;
     }
     
     .dropdown-item {
         padding: 10px 20px;
         color: #333;
         font-size: 0.9rem;
         transition: all 0.2s ease;
         border: none;
     }
     
     .dropdown-item:hover {
         background-color: #f8f9fa;
         color: #1a237e;
         text-decoration: none;
     }
     
     .dropdown-toggle::after {
         content: "▼";
         font-size: 0.7rem;
         margin-left: 8px;
         transition: transform 0.2s ease;
         display: inline-block;
         border: none !important;
         vertical-align: middle;
         line-height: 1;
         width: auto;
         height: auto;
         float: none;
     }
     
     .dropdown-toggle[aria-expanded="true"]::after {
         transform: rotate(180deg);
     }
     
     /* Mobile Navigation Fixes */
     .navbar-nav .nav-link {
         display: flex;
         align-items: center;
         justify-content: space-between;
         white-space: nowrap;
     }
     
     @media (max-width: 991px) {
         .dropdown-menu {
             box-shadow: none;
             border: none;
             padding: 0;
             margin-top: 0;
             background: transparent;
         }
         
         .dropdown-item {
             padding: 8px 30px;
             color: #666;
             font-size: 0.9rem;
         }
         
         .dropdown-item:hover {
             background: transparent;
             color: #1a237e;
         }
         
         .navbar-nav .nav-link {
             padding: 10px 16px;
         }
         
         .dropdown-toggle::after {
             position: absolute;
             right: 16px;
             top: 50%;
             transform: translateY(-50%);
             margin-left: 0;
         }
         
         .dropdown-toggle[aria-expanded="true"]::after {
             transform: translateY(-50%) rotate(180deg);
         }
     }





/* ** Overlay Effect Bg image ** */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #181b31;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #bbb;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}



/* ** Media Query ** */
@media (max-width: 1024px) {
    .arcprime-project-wrap {
        padding-left: 20px;
    }
    .arcprime-project-wrap h3 {
        font-size: 22px;
    }
    .arcprime-project-content {
        top: 40px;
    }
}
@media (max-width: 992px) {
    ul.nav > li > a {
        padding: 0 5px;
        font-size: 10px;
    }
    .reply-list .nbr-comment-box {
        width: 570px;
    }
}
@media all and (max-width: 767px) {
    .banner-padding {
    margin-top: 115px;
    padding: 24px 0;
    background-position: center center;
}
    .section-padding {
            position: relative;
            padding: 60px 0;
        }
    h2 {
        font-size: 24px;
    }
    h2 br,
    p br {
        display: none;
    }
    .arcprime-project-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
    .reply-list li:before {
        display: none;
    }
    .reply-list {
        padding-left: 40px;
    }
}
@media all and (max-width: 575px) {
    .arcprime-project-filter li {
        margin-right: 10px;
        font-size: 16px;
    }
    .arcprime-project-filter li:last-child {
        margin-right: 0;
    }
    .subscribe-form {
        width: 100%;
    }
    .coment-form .form-group .col-sm-4 {
        margin-bottom: 15px;
        margin-top: auto;
    }
    .coment-form .form-group .col-sm-4:last-child {
        margin: 0;
    }
    .arcprime-project-items .single-item {
        padding-bottom: 30px;
    }
    .arcprime-project-wrap {
        padding: 0;
    } 
}
















         /* Bootstrap Carousel Styles */
         #mainCarousel {
             margin-top: 0; /* Header'ın altına itiyoruz */
         }
         
         #mainCarousel .carousel-item {
             height: 600px;
         }
         
         #mainCarousel .carousel-item img {
             width: 100%;
             height: 600px;
             object-fit: cover;
             object-position: center center;
         }

         /* Video Slide Styles */
         #mainCarousel .carousel-video {
             position: relative;
             width: 100%;
             height: 600px;
             overflow: hidden;
         }
        
         #mainCarousel .carousel-video video {
            width: 100%;
            height: 100%;
             object-fit: cover;
             object-position: center center;
             display: block;
         }

         /* Video slide fallback image */
         #mainCarousel .carousel-video img {
             width: 100%;
             height: 600px;
             object-fit: cover;
         }

         /* Mobile adjustments */
         @media (max-width: 768px) {
             #mainCarousel .carousel-item {
                 height: 400px;
        }
        
             #mainCarousel .carousel-item img {
                 height: 400px;
             }
             
             #mainCarousel .carousel-video {
                 height: 400px;
        }
        
             #mainCarousel .carousel-video img {
                 height: 400px;
             }
         }
         
                   #mainCarousel .carousel-caption {
            position: absolute;
             top: 50%;
            left: 0;
             right: 0;
             bottom: auto;
             transform: translateY(-50%);
             background: none;
             padding: 0;
             text-align: center;
        }
        
         #mainCarousel .slide-content {
            position: relative;
             padding: 60px 40px;
             background: transparent;
             backdrop-filter: none;
             border-radius: 0;
             box-shadow: none;
             border: none;
             max-width: 800px;
             margin: 0 auto;
             width: 100%;
         }
         
         #mainCarousel .slide-title {
             font-size: 3rem;
             font-weight: 500;
             line-height: 1.1;
             margin-bottom: 25px;
             color: #ffffff !important;
             font-family: 'Poppins', sans-serif;
             text-shadow: none;
         }
         
         #mainCarousel .slide-description {
             font-size: 1.2rem;
             font-weight: 300;
             line-height: 1.6;
             color: #f5f5f5 !important;
             margin-bottom: 0;
             text-shadow: none;
         }
        
         /* Carousel Controls */
         #mainCarousel .carousel-control-prev,
         #mainCarousel .carousel-control-next {
             width: 50px;
             height: 50px;
             top: 50%;
             transform: translateY(-50%);
             background: transparent;
             border-radius: 0;
             opacity: 0.7;
         }
         
         #mainCarousel .carousel-control-prev {
             left: 20px;
         }
         
         #mainCarousel .carousel-control-next {
             right: 20px;
         }
         
         #mainCarousel .carousel-control-prev:hover,
         #mainCarousel .carousel-control-next:hover {
             background: transparent;
             opacity: 1;
         }
        
         /* Carousel Indicators */
         #mainCarousel .carousel-indicators {
            bottom: 30px;
        }
        
         #mainCarousel .carousel-indicators li {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
             background-color: rgba(255,255,255,0.5);
        }
        
         #mainCarousel .carousel-indicators .active {
             background-color: #ffffff;
        }
        
        /* Category Cards Styles */
                 .category-card {
             background: transparent;
             border: 2px solid #1a237e;
             border-radius: 10px;
             overflow: hidden;
             transition: all 0.3s ease;
             height: 420px;
             display: flex;
             flex-direction: column;
         }
        
                 .category-card:hover {
             /* Sadece resim zoom efekti kalacak */
         }
        
                 .category-image {
             position: relative;
             height: 320px;
             overflow: hidden;
         }
        
        .category-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }
        
        .category-card:hover .category-image img {
            transform: scale(1.1);
        }
        
                 /* Kategori overlay efektleri kaldırıldı */
        
                 .category-content {
             padding: 20px;
             flex: 1;
             display: flex;
             flex-direction: column;
             justify-content: space-between;
         }
        
                 .category-content h4 {
             margin-bottom: 8px;
             color: #1a1a1a;
             font-size: 1.3rem;
             font-weight: 600;
             display: flex;
             align-items: center;
             justify-content: space-between;
         }
         
         .category-title-arrow {
             color: #1a237e;
             font-size: 1.1rem;
             transition: all 0.3s ease;
         }
         
         .category-main-link:hover .category-title-arrow {
             color: #0d1a5e;
             transform: translateX(3px);
         }
         
         .category-text {
             flex: 1;
             margin-bottom: 15px;
         }
         
         .category-text p {
             color: #666;
             line-height: 1.4;
             margin: 0;
             font-size: 0.9rem;
             font-weight: 400;
         }
         

         
         .category-main-link {
             text-decoration: none;
             color: inherit;
             display: block;
             height: 100%;
         }
         
         .category-main-link:hover {
             text-decoration: none;
             color: inherit;
         }
         

        
        /* 4'lü Kategori Kartları Stilleri */
        .category-card-4 {
            background: transparent;
            border: 2px solid #1a237e;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            height: 320px;
            display: flex;
            flex-direction: column;
        }
        
        .category-card-4 .category-image {
            position: relative;
            height: 220px;
            overflow: hidden;
        }
        
        .category-card-4 .category-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }
        
        .category-card-4:hover .category-image img {
            transform: scale(1.1);
        }
        
        .category-card-4 .category-content {
            padding: 15px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
        
        .category-card-4 .category-content h4 {
            margin-bottom: 8px;
            color: #1a1a1a;
            font-size: 1.1rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
                 .category-card-4 .category-text p {
             color: #666;
             line-height: 1.4;
             margin: 0;
             font-size: 0.85rem;
             font-weight: 400;
         }
         

         
         /* About Section Styles */
        .about-badge {
            position: absolute;
            bottom: 30px;
            right: 30px;
            background: #007bff;
            color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
        }
        
        .about-badge h4 {
            font-size: 2rem;
            margin: 0;
        }
        
        .feature-item i {
            margin-right: 10px;
        }
        
        /* Stats Styles */
                 .stats-box {
             padding: 30px;
             background: transparent;
             border: 2px solid #1a237e;
             border-radius: 10px;
             transition: all 0.3s ease;
         }
        
        .stats-box:hover {
            transform: translateY(-5px);
        }
        
                 .stats-icon i {
             font-size: 3rem;
             color: #1a237e;
             margin-bottom: 20px;
         }
         
         .stats-number {
             font-size: 2.5rem;
             font-weight: bold;
             color: #1a1a1a;
             margin-bottom: 10px;
         }
        
        .stats-title {
            color: #666;
            font-size: 1.1rem;
        }
        
        /* Values Styles */
        .value-box {
            padding: 40px 20px;
        }
        
                 .value-icon i {
             font-size: 3rem;
             color: #1a237e;
             margin-bottom: 20px;
         }
         
         .value-box h4 {
             margin-bottom: 15px;
             color: #1a1a1a;
         }
        
                 /* Process Steps Styles */
         .process-step {
             position: relative;
             padding: 40px 20px;
         }
         
         .step-number {
             position: absolute;
             top: -10px;
             left: 50%;
             transform: translateX(-50%);
             width: 60px;
             height: 60px;
             background: #1a237e;
             color: white;
             border-radius: 50%;
             display: flex;
             align-items: center;
             justify-content: center;
             font-size: 1.5rem;
             font-weight: bold;
             z-index: 2;
         }
         
         .step-icon {
             margin: 30px 0 20px;
         }
         
         .step-icon i {
             font-size: 3rem;
             color: #1a237e;
         }
         
         .process-step h4 {
             margin-bottom: 15px;
             color: #1a1a1a;
         }
         
         /* Advantage Items Styles */
         .advantage-item {
             display: flex;
             align-items: flex-start;
             padding: 30px;
             background: transparent;
             border: 2px solid #1a237e;
             border-radius: 10px;
             transition: all 0.3s ease;
         }
         
         .advantage-item:hover {
             transform: translateY(-5px);
             border-color: #0d1a5e;
         }
         
         .advantage-icon {
             margin-right: 20px;
             flex-shrink: 0;
         }
         
         .advantage-icon i {
             font-size: 3rem;
             color: #1a237e;
         }
         
         .advantage-content h4 {
             margin-bottom: 10px;
             color: #1a1a1a;
         }
         
         /* Sharp Project Gallery Styles */
         .simple-project-filter {
             list-style: none;
             padding: 0;
             margin: 0 0 50px 0;
             display: flex;
             justify-content: center;
             flex-wrap: wrap;
             gap: 15px;
         }
         
         .simple-project-filter li {
             background: transparent;
             border: 2px solid #304977;
             color: #304977;
             padding: 10px 25px;
             cursor: pointer;
             transition: all 0.2s ease;
             font-size: 0.9rem;
             font-weight: 600;
             text-transform: uppercase;
             letter-spacing: 1px;
             flex-shrink: 0;
         }
         
         .simple-project-filter li:hover,
         .simple-project-filter li.active {
             background: #304977;
             color: white;
         }
         
         .simple-project-card {
             background: white;
             border: 2px solid #1a237e;
             overflow: hidden;
             transition: all 0.2s ease;
         }
         
         .simple-project-card:hover {
             border-color: #0d1a5e;
         }
         
         .project-img {
             position: relative;
             height: 250px;
             overflow: hidden;
             border-bottom: 2px solid #1a237e;
         }
         
         .project-img img {
             width: 100%;
             height: 100%;
             object-fit: cover;
             transition: all 0.3s ease;
         }
         
         .simple-project-card:hover .project-img img {
             transform: scale(1.03);
         }
         
         .project-overlay {
             position: absolute;
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
             background: rgba(26,35,126,0.9);
             display: flex;
             align-items: center;
             justify-content: center;
             opacity: 0;
             transition: all 0.3s ease;
         }
         
         .simple-project-card:hover .project-overlay {
             opacity: 1;
         }
         
         .project-btn {
             display: inline-block;
             width: 50px;
             height: 50px;
             background: white;
             color: #1a237e;
             border: 2px solid white;
             display: flex;
             align-items: center;
             justify-content: center;
             font-size: 1.2rem;
             text-decoration: none;
             transition: all 0.2s ease;
         }
         
         .project-btn:hover {
             background: #1a237e;
             color: white;
             text-decoration: none;
         }
         
         .project-info {
             padding: 20px;
         }
         
         .project-cat {
             display: inline-block;
             background: #1a237e;
             color: white;
             padding: 5px 15px;
             font-size: 0.8rem;
             font-weight: 500;
             margin-bottom: 12px;
             text-transform: uppercase;
             letter-spacing: 1px;
         }
         
         .project-info h4 {
             margin-bottom: 10px;
             font-size: 1.1rem;
             line-height: 1.3;
             font-weight: 600;
         }
         
         .project-info h4 a {
             color: #1a1a1a;
             text-decoration: none;
             transition: all 0.2s ease;
         }
         
         .project-info h4 a:hover {
             color: #1a237e;
             text-decoration: none;
         }
         
         .project-info p {
             color: #666;
             margin: 0;
             font-size: 0.9rem;
             font-weight: 500;
         }
         
         /* Testimonial Styles */
         .testimonial-slider {
             max-width: 800px;
             margin: 0 auto;
         }
         
         .testimonial-item {
             padding: 40px;
         }
         
         .testimonial-content {
             background: transparent;
             padding: 40px;
             border: 2px solid #1a237e;
             border-radius: 15px;
             position: relative;
         }
         
         .testimonial-quote i {
             font-size: 3rem;
             color: #1a237e;
             margin-bottom: 20px;
         }
         
         .testimonial-content p {
             font-size: 1.2rem;
             font-style: italic;
             margin-bottom: 30px;
             color: #666;
         }
         
         .testimonial-author {
             display: flex;
             align-items: center;
             justify-content: center;
             flex-direction: column;
         }
         
         .testimonial-avatar {
             width: 80px;
             height: 80px;
             border-radius: 50%;
             margin-bottom: 15px;
         }
         
         .testimonial-author h5 {
             margin-bottom: 5px;
             color: #333;
         }
         
         .testimonial-author span {
             color: #666;
             font-size: 0.9rem;
         }
         
         /* Contact Form Styles */
         .contact-form .form-control {
             border: 2px solid #e9ecef;
             border-radius: 10px;
             padding: 15px 20px;
             font-size: 1rem;
             transition: all 0.3s ease;
         }
         
         .contact-form .form-control:focus {
             border-color: #007bff;
             box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
         }
         
         .contact-form .btn {
             padding: 15px 40px;
             border-radius: 25px;
             font-size: 1.1rem;
             font-weight: 600;
         }
         
         /* Hakkımızda İçerik Bileşenleri Stilleri */
         .content-text {
             padding: 20px 0;
         }
         
         .content-label {
             display: inline-block;
             color: white;
             padding: 8px 20px;
             font-size: 0.9rem;
             font-weight: 600;
             text-transform: uppercase;
             letter-spacing: 1px;
             margin-bottom: 20px;
         }
         
         .content-text h3 {
             font-size: 2.2rem;
             font-weight: 700;
             color: #1a1a1a;
             margin-bottom: 20px;
             line-height: 1.3;
         }
         
         .content-features {
             margin: 30px 0;
         }
         
         .content-features .feature-item {
             display: flex;
             align-items: center;
             margin-bottom: 15px;
         }
         
         .content-features .feature-item i {
             color: #1a237e;
             font-size: 1.2rem;
             margin-right: 15px;
             flex-shrink: 0;
         }
         
         .content-features .feature-item span {
             font-weight: 500;
             color: #1a1a1a;
         }
         
         /* Resim Stilleri */
         .content-image {
             position: relative;
             overflow: hidden;
             border-radius: 10px;
             box-shadow: 0 10px 30px rgba(0,0,0,0.1);
         }
         
         .content-image img {
             width: 100%;
             height: auto;
             transition: transform 0.3s ease;
         }
         
         .content-image:hover img {
             transform: scale(1.05);
         }
         
         /* Overlay Stilleri */
         .image-overlay {
             position: absolute;
             bottom: 30px;
             right: 30px;
             background: rgba(0,123,255,0.9);
             color: white;
             padding: 20px;
             border-radius: 10px;
             text-align: center;
         }
         
         .overlay-content h4 {
             font-size: 2rem;
             margin: 0;
             font-weight: bold;
         }
         
         .overlay-content span {
             font-size: 0.9rem;
             opacity: 0.9;
         }
         
         /* İstatistik Stilleri */
         .image-stats {
             position: absolute;
             top: 30px;
             left: 30px;
             display: flex;
             gap: 20px;
         }
         
         .stat-item {
             background: rgba(255,255,255,0.95);
             padding: 15px 20px;
             border-radius: 8px;
             text-align: center;
             box-shadow: 0 5px 15px rgba(0,0,0,0.1);
         }
         
         .stat-item h4 {
             font-size: 1.5rem;
             margin: 0;
             color: #007bff;
             font-weight: bold;
         }
         
         .stat-item span {
             font-size: 0.8rem;
             color: #666;
             font-weight: 500;
         }
         
         /* Progress Bar Stilleri */
         .progress-bars {
             margin-top: 30px;
         }
         
         .progress-item {
             margin-bottom: 25px;
         }
         
         .progress-label {
             display: flex;
             justify-content: space-between;
             margin-bottom: 8px;
             font-weight: 600;
             color: #333;
         }
         
         .progress-bar {
             height: 8px;
             background: #e9ecef;
             border-radius: 4px;
             overflow: hidden;
         }
         
         .progress-fill {
             height: 100%;
             background: linear-gradient(90deg, #1a237e, #0d1a5e);
             border-radius: 4px;
             width: 0%;
             transition: width 2s ease;
         }
         
         /* Timeline Stilleri */
         .timeline {
             position: relative;
             padding-left: 30px;
         }
         
         .timeline::before {
             content: '';
             position: absolute;
             left: 15px;
             top: 0;
             bottom: 0;
             width: 2px;
             background: #1a237e;
         }
         
         .timeline-item {
             position: relative;
             margin-bottom: 30px;
             padding-left: 40px;
         }
         
         .timeline-year {
             position: absolute;
             left: -22px;
             top: 0;
             width: 60px;
             height: 30px;
             background: #1a237e;
             color: white;
             border-radius: 15px;
             display: flex;
             align-items: center;
             justify-content: center;
             font-size: 0.8rem;
             font-weight: bold;
         }
         
         .timeline-content h5 {
             margin-bottom: 8px;
             color: #1a1a1a;
             font-weight: 600;
         }
         
         .timeline-content p {
             color: #666;
             margin: 0;
             font-size: 0.9rem;
         }
         
         /* Badge Stilleri */
         .image-badge {
             position: absolute;
             top: 30px;
             right: 30px;
             background: rgba(255,255,255,0.95);
             padding: 15px 20px;
             border-radius: 10px;
             text-align: center;
             box-shadow: 0 5px 15px rgba(0,0,0,0.1);
         }
         
         .badge-content span {
             font-size: 0.8rem;
             color: #666;
             display: block;
         }
         
         .badge-content h4 {
             font-size: 1.8rem;
             margin: 5px 0 0 0;
             color: #007bff;
             font-weight: bold;
         }
         
         /* Team Overlay Stilleri */
         .team-overlay {
             position: absolute;
             bottom: 0;
             left: 0;
             right: 0;
             background: linear-gradient(transparent, rgba(0,0,0,0.8));
             padding: 40px 20px 20px;
         }
         
         .team-stats {
             display: flex;
             justify-content: space-between;
             gap: 10px;
         }
         
         .team-stat {
             text-align: center;
             color: white;
         }
         
         .team-stat h4 {
             font-size: 1.5rem;
             margin: 0;
             font-weight: bold;
         }
         
         .team-stat span {
             font-size: 0.8rem;
             opacity: 0.9;
         }
         
         /* Team Features Stilleri */
         .team-features {
             margin-top: 30px;
         }
         
         .team-feature {
             display: flex;
             align-items: flex-start;
             margin-bottom: 25px;
         }
         
         .feature-icon {
             width: 50px;
             height: 50px;
             background: #f8f9fa;
             border-radius: 50%;
             display: flex;
             align-items: center;
             justify-content: center;
             margin-right: 20px;
             flex-shrink: 0;
         }
         
         .feature-icon i {
             font-size: 1.5rem;
             color: #1a237e;
         }
         
         .feature-content h5 {
             margin-bottom: 8px;
             color: #1a1a1a;
             font-weight: 600;
         }
         
         .feature-content p {
             color: #666;
             margin: 0;
             font-size: 0.9rem;
         }
         
         /* Tech Badge Stilleri */
         .tech-badge {
             position: absolute;
             bottom: 30px;
             left: 30px;
             background: rgba(0,123,255,0.95);
             color: white;
             padding: 20px;
             border-radius: 10px;
             display: flex;
             align-items: center;
             gap: 15px;
         }
         
         .badge-icon i {
             font-size: 2rem;
         }
         
         .badge-text span {
             font-size: 0.9rem;
             opacity: 0.9;
             display: block;
         }
         
         .badge-text h5 {
             margin: 5px 0 0 0;
             font-size: 1.2rem;
             font-weight: bold;
         }
         
         /* Tech List Stilleri */
         .tech-list {
             margin-top: 30px;
         }
         
         .tech-item {
             display: flex;
             align-items: center;
             margin-bottom: 20px;
             padding: 15px;
             background: #f8f9fa;
             border-radius: 8px;
             transition: all 0.3s ease;
         }
         
         .tech-item:hover {
             background: #e9ecef;
             transform: translateX(5px);
         }
         
         .tech-item i {
             font-size: 1.8rem;
             color: #1a237e;
             margin-right: 20px;
             flex-shrink: 0;
         }
         
         .tech-content h5 {
             margin-bottom: 5px;
             color: #1a1a1a;
             font-weight: 600;
         }
         
         .tech-content p {
             color: #666;
             margin: 0;
             font-size: 0.9rem;
         }
         
         /* Koyu Mavi Buton Stilleri */
         .btn-dark-blue {
             background: #1a237e;
             border: 2px solid #1a237e;
             color: white;
             padding: 12px 30px;
             border-radius: 25px;
             font-weight: 600;
             text-decoration: none;
             display: inline-block;
             transition: all 0.3s ease;
         }
         
         .btn-dark-blue:hover {
             background: #0d1a5e;
             border-color: #0d1a5e;
             color: white;
             text-decoration: none;
             transform: translateY(-2px);
         }
         
         .btn-outline-dark-blue {
             background: transparent;
             border: 2px solid #1a237e;
             color: #1a237e;
             padding: 12px 30px;
             border-radius: 25px;
             font-weight: 600;
             text-decoration: none;
             display: inline-block;
             transition: all 0.3s ease;
         }
         
         .btn-outline-dark-blue:hover {
             background: #1a237e;
             border-color: #1a237e;
             color: white;
             text-decoration: none;
             transform: translateY(-2px);
         }

         /* Global Map Styles */
         .map-container {
             position: relative;
         }

         #globalMap {
             border: 3px solid #ffffff;
             position: relative;
         }

         .map-stats {
             background: white;
             padding: 40px 20px;
             border-radius: 15px;
             box-shadow: 0 5px 20px rgba(0,0,0,0.1);
             margin-top: -50px;
             position: relative;
             z-index: 10;
         }

         .stat-item {
             padding: 20px;
             background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
             border-radius: 10px;
             transition: all 0.3s ease;
             border: 1px solid #e9ecef;
         }

         .stat-item:hover {
             transform: translateY(-5px);
             box-shadow: 0 10px 25px rgba(0,0,0,0.1);
             background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
         }

         .stat-number {
             font-size: 2.5rem;
             font-weight: 700;
             color: #1a237e;
             margin: 0;
             font-family: 'Oswald', sans-serif;
         }

         .stat-label {
             font-size: 1rem;
             color: #666;
             font-weight: 500;
             text-transform: uppercase;
             letter-spacing: 1px;
         }

         /* Map Marker Pulse Animation */
         .custom-marker {
             background: transparent !important;
             border: none !important;
         }

         .marker-pulse {
             width: 20px;
             height: 20px;
             background: #1a237e;
             border: 3px solid #ffffff;
             border-radius: 50%;
             position: relative;
             animation: pulse 2s infinite;
             box-shadow: 0 0 10px rgba(26, 35, 126, 0.5);
         }

         .marker-pulse::before {
             content: '';
             position: absolute;
             top: -8px;
             left: -8px;
             right: -8px;
             bottom: -8px;
             border: 2px solid #1a237e;
             border-radius: 50%;
             animation: pulse-ring 2s infinite;
             opacity: 0.6;
         }

         @keyframes pulse {
             0% { transform: scale(1); }
             50% { transform: scale(1.1); }
             100% { transform: scale(1); }
         }

         @keyframes pulse-ring {
             0% { transform: scale(1); opacity: 1; }
             100% { transform: scale(2); opacity: 0; }
         }

         /* Mobile Responsive */
         @media (max-width: 768px) {
             #globalMap {
                 height: 350px !important;
                 pointer-events: none !important;
                 touch-action: pan-y !important;
             }
             
             .leaflet-container {
                 pointer-events: none !important;
                 touch-action: pan-y !important;
             }
             
             .map-stats {
                 margin-top: -30px;
                 padding: 30px 15px;
             }
             
             .stat-number {
                 font-size: 2rem;
             }
             
             .stat-label {
                 font-size: 0.9rem;
             }
         }

         /* Responsive */
         @media (max-width: 768px) {
             .slide-title {
                 font-size: 2.5rem;
             }
             
             .slide-subtitle {
                 font-size: 1.1rem;
             }
             
                           #mainCarousel {
                  margin-top: 0; /* Mobile için header ile birleştirildi */
              }
              
              #mainCarousel .carousel-item {
                 height: 40vh;
                  min-height: 300px;
              }
              
              #mainCarousel .carousel-caption {
                  background: none;
              }
              
              #mainCarousel .slide-content {
                  padding: 25px 20px;
                  background: rgba(255,255,255,0.95);
                  backdrop-filter: blur(5px);
                  border-radius: 8px;
                  margin: 0 15px;
                  max-width: none;
                  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
              }
              
              #mainCarousel .slide-title {
                  font-size: 1.6rem !important;
                  margin-bottom: 8px !important;
                  line-height: 1.2 !important;
                  max-width: 95% !important;
              }
              
              #mainCarousel .slide-description {
                  font-size: 0.9rem !important;
                  line-height: 1.3 !important;
                  margin-bottom: 0 !important;
                  max-width: 90% !important;
                  overflow: visible !important;
                  white-space: normal !important;
                  text-overflow: initial !important;
              }
              
              /* Mobilde kontrol butonlarını gizle */
              #mainCarousel .carousel-control-prev,
              #mainCarousel .carousel-control-next {
                  display: none !important;
              }
              
              /* Mobilde indicator'ları da gizle (opsiyonel) */
              #mainCarousel .carousel-indicators {
                  display: none;
             }
             
             .slide-title {
                 font-size: 1.8rem;
                 color: #ffffff !important;
             }
             
             .slide-subtitle {
                 font-size: 1rem;
                 color: #cccccc !important;
             }
             
             .slider-prev, .slider-next {
                 display: none;
             }
             
             .slider-dots {
                 display: none;
             }
             
             .advantage-item {
                 flex-direction: column;
                 text-align: center;
             }
             
             .advantage-icon {
                 margin-right: 0;
                 margin-bottom: 20px;
             }
             
             .project-image {
                 height: 250px;
             }
             
             .testimonial-item {
                 padding: 20px;
             }
             
             .testimonial-content {
                 padding: 30px 20px;
             }
             
             .simple-project-filter {
                 justify-content: center;
                 gap: 5px;
                 margin-bottom: 30px;
                 padding: 0 10px;
             }
             
             .simple-project-filter li {
                 padding: 6px 8px;
                 font-size: 0.7rem;
                 letter-spacing: 0.5px;
             }
             
             .project-img {
                 height: 200px;
             }
             
             .project-info {
                 padding: 15px;
             }
             
             .project-info h4 {
                 font-size: 1rem;
             }
             
             .project-cat {
                 font-size: 0.7rem;
                 padding: 4px 12px;
             }
             
             /* Hakkımızda İçerik Mobile Stilleri */
             .content-text h3 {
                 font-size: 1.8rem;
             }
             
             .content-label {
                 font-size: 0.8rem;
                 padding: 6px 15px;
             }
             
             .image-overlay {
                 bottom: 15px;
                 right: 15px;
                 padding: 15px;
             }
             
             .overlay-content h4 {
                 font-size: 1.5rem;
             }
             
             .image-stats {
                 top: 15px;
                 left: 15px;
                 flex-direction: column;
                 gap: 10px;
             }
             
             .stat-item {
                 padding: 10px 15px;
             }
             
             .stat-item h4 {
                 font-size: 1.2rem;
             }
             
             .timeline {
                 padding-left: 20px;
             }
             
             .timeline-item {
                 padding-left: 30px;
             }
             
             .timeline-year {
                 left: -15px;
                 width: 50px;
                 height: 25px;
                 font-size: 0.7rem;
             }
             
             .image-badge {
                 top: 15px;
                 right: 15px;
                 padding: 10px 15px;
             }
             
             .badge-content h4 {
                 font-size: 1.5rem;
             }
             
             .team-stats {
                 flex-direction: column;
                 gap: 15px;
             }
             
             .team-feature {
                 flex-direction: column;
                 text-align: center;
             }
             
             .feature-icon {
                 margin-right: 0;
                 margin-bottom: 15px;
             }
             
             .tech-badge {
                 bottom: 15px;
                 left: 15px;
                 padding: 15px;
                 flex-direction: column;
                 text-align: center;
                 gap: 10px;
             }
             
             .tech-item {
                 flex-direction: column;
                 text-align: center;
                 padding: 20px 15px;
             }
             
             .tech-item i {
                 margin-right: 0;
                 margin-bottom: 15px;
             }
             
             /* Kategori Kartları Mobile */
             .category-card {
                 height: auto;
                 min-height: 350px;
             }
             
             .category-image {
                 height: 250px;
             }
             
             .category-content {
                 padding: 15px;
             }
             
             .category-content h4 {
                 font-size: 1.1rem;
                 margin-bottom: 5px;
             }
             
             .category-title-arrow {
                 font-size: 1rem;
             }
             
             .category-text p {
                 font-size: 0.8rem;
             }
             
             /* 4'lü Kategori Kartları Mobile */
             .category-card-4 {
                 height: auto;
                 min-height: 300px;
                 margin-bottom: 20px;
             }
             
             .category-card-4 .category-image {
                 height: 180px;
             }
             
             .category-card-4 .category-content {
                 padding: 15px 12px;
             }
             
             .category-card-4 .category-content h4 {
                 font-size: 1rem;
                 margin-bottom: 5px;
             }
             
             .category-card-4 .category-text p {
                 font-size: 0.8rem;
             }
             

          }

         .tech-content p {
             color: #666;
             margin: 0;
             font-size: 0.9rem;
         }
         
         /* Geniş Resimli Bileşen Stilleri */
         .wide-image-container {
             position: relative;
             overflow: hidden;
             border-radius: 10px;
             border: 2px solid #1a237e;
             margin-top: 20px;
         }
         
         .wide-image-container img {
             width: 100%;
             height: auto;
             min-height: 400px;
             object-fit: cover;
             transition: transform 0.5s ease;
         }
         
         .wide-image-container:hover img {
             transform: scale(1.02);
         }
         
		              .category-card-4 .category-text p {
                 font-size: 0.8rem;
             }
             
          /* Geniş Resimli Bileşen Mobile */
          .wide-image-container {
              margin-top: 15px;
          }
          
          .wide-image-container img {
              min-height: 250px;
          }
          
          #mainCarousel .slide-content {
              position: relative;
              padding: 60px 40px;
              background: transparent;
              backdrop-filter: none;
              border-radius: 0;
              box-shadow: none;
              border: none;
              max-width: 800px;
              margin: 0 auto;
              width: 100%;
          }
          
                   #mainCarousel .carousel-item::before {
             content: '';
             position: absolute;
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
             background: linear-gradient(to bottom, 
                 rgba(0,0,0,0.7) 10%, 
                 rgba(0,0,0,0.6) 30%, 
                 rgba(0,0,0,0.4) 50%, 
                 rgba(0,0,0,0.25) 65%, 
                 rgba(0,0,0,0.1) 80%, 
                 rgba(0,0,0,0.05) 100%, 
                 transparent 80%);
             z-index: 1;
         }
          
          #mainCarousel .carousel-caption {
              z-index: 2;
          }
          
          /* Farklı ekran boyutları için responsive ayarlar */
          @media (max-width: 1920px) {
              #mainCarousel .carousel-item img {
                  object-position: center 30%;
              }
          }
          
          @media (max-width: 1366px) {
              #mainCarousel .carousel-item img {
                  object-position: center 25%;
              }
          }
          
          @media (max-width: 1024px) {
              #mainCarousel .carousel-item img {
                  object-position: center 20%;
              }
          }
          
          @media (max-width: 768px) {
              #mainCarousel .carousel-item img {
                  object-position: center center;
                  min-height: 100%;
              }
          }

/* Corporate Statistics */
.corporate-stats-container {
    margin-top: 40px;
}

.corporate-stat-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corporate-stat-card:hover {
    border-color: #dee2e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .corporate-stat-card {
        padding: 20px 16px;
        height: 100px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
                 font-size: 0.8rem;
             }
}
             
/* Minimal Harita */
#globalMap {
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #f8f9fa;
}

/* Ev İkonu Marker Stilleri */
.custom-home-marker {
    position: relative;
}

.home-marker {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-marker i {
    font-size: 18px;
    color: white;
    background: linear-gradient(135deg, #1a237e, #3949ab);
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(26, 35, 126, 0.4);
    position: relative;
    z-index: 2;
    border: 2px solid white;
}

/* Minimal Harita Başlık */
.map-title-overlay {
    background: transparent;
    color: #2c3e50;
    padding: 15px 20px;
    border-radius: 0;
    margin: 20px;
    box-shadow: none;
    border: none;
}

.map-title-content {
    display: flex;
    align-items: center;
}

.map-title-content h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.map-title-content span {
    font-size: 1rem;
    color: #7f8c8d;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.3px;
    display: block;
}

/* Corporate Marker Stilleri */
.corporate-marker {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ana Merkez - Türkiye */
.corporate-marker.main-hub {
    width: 40px;
    height: 40px;
}

.corporate-marker.main-hub i {
    font-size: 18px;
    background: #34495e;
    color: white;
    padding: 11px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 3px 12px rgba(52, 73, 94, 0.3);
    position: relative;
    z-index: 2;
}

.hub-ring {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 2px solid rgba(52, 73, 94, 0.3);
    border-radius: 50%;
    animation: hub-pulse 5s infinite;
    top: -4px;
    left: -4px;
}

@keyframes hub-pulse {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Yıldız Marker - Diğer Ülkeler */
.star-marker {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-marker span {
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    display: block;
    line-height: 1;
}

/* Sade Bağlantı Hatları */
.connection-line {
    pointer-events: none;
}

@keyframes drawLine {
    from {
        stroke-dashoffset: 30px;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Minimal Beyaz Veri Akışı */
.data-flow .flow-dot {
    width: 4px;
    height: 4px;
    background: white;
    border: 1px solid #bdc3c7;
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    animation: flow-move 3s infinite ease-in-out;
}

@keyframes flow-move {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }
}

/* Minimal Popup Stilleri */
.leaflet-popup-content-wrapper {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    border: 1px solid #bdc3c7 !important;
}

.leaflet-popup-tip {
    background: white !important;
    border: 1px solid #bdc3c7 !important;
}

.leaflet-popup-close-button {
    color: #7f8c8d !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

/* Minimal Kontroller */
.leaflet-control-zoom a {
    background: white !important;
    color: #7f8c8d !important;
    border: 1px solid #bdc3c7 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.leaflet-control-zoom a:hover {
    background: #f8f9fa !important;
    color: #2c3e50 !important;
    border-color: #95a5a6 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15) !important;
}

.leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #7f8c8d !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    border: 1px solid #ecf0f1 !important;
}

.leaflet-control-attribution a {
    color: #2c3e50 !important;
    text-decoration: none !important;
}

/* Mobil harita dokunma engelleme */
@media (max-width: 768px) {
    .map-container {
        position: relative;
        touch-action: pan-y !important;
        overflow: hidden;
    }
    
    .map-container.disabled {
        pointer-events: none !important;
    }
    
    .map-container.disabled .leaflet-container,
    .map-container.disabled .leaflet-container * {
        pointer-events: none !important;
        touch-action: pan-y !important;
    }
    
         .map-overlay {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background: rgba(0,0,0,0.05);
         display: flex;
         align-items: flex-end;
         justify-content: center;
         z-index: 1000;
         pointer-events: auto;
         cursor: pointer;
         padding-bottom: 20px;
     }
     
     .map-overlay-text {
         background: rgba(255,255,255,0.95);
         padding: 6px 10px;
         border-radius: 3px;
         font-size: 0.75rem;
         color: #666;
         text-align: center;
         box-shadow: 0 1px 4px rgba(0,0,0,0.1);
         border: 1px solid rgba(0,0,0,0.1);
     }
    
    .map-container.active .map-overlay {
        display: none;
    }
    
         .map-container.active .leaflet-container {
         pointer-events: auto !important;
     }
     
     @keyframes fadeOut {
         0% { opacity: 1; }
         70% { opacity: 1; }
         100% { opacity: 0; }
     }
 }

/* ==========================================================================
   Mobil Genel İyileştirmeler
   ========================================================================== */

@media (max-width: 768px) {
    /* Genel font ve spacing iyileştirmeleri */
    body {
        font-size: 14px;
        line-height: 1.6;
    }
    
    h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    h3 {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    
    h4 {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    
    p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    /* Container padding mobilde daha uygun */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Section padding optimizasyonu */
    .section-padding {
        padding: 40px 0;
    }
    
    /* Button iyileştirmeleri */
    .arcprime-btn, .arcprime-btn2 {
        padding: 12px 24px;
        font-size: 14px;
        min-height: 44px; /* Touch target */
    }
    
    /* Link ve click alanları daha büyük */
    a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
    
    /* Menu items touch friendly */
    .nav-link {
        padding: 15px 20px !important;
        font-size: 16px;
    }
    
    /* Footer mobil optimizasyonu */
    .footer-section .col-md-3 {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-section p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    /* Social media icons daha büyük */
    .footer-social-link li {
        width: 44px;
        height: 44px;
        margin: 0 5px;
    }
    
    .footer-social-link li i {
        font-size: 18px;
    }
    
    /* Form elements touch friendly */
    input[type="text"], 
    input[type="email"], 
    input[type="password"], 
    textarea {
        min-height: 44px;
        font-size: 16px; /* Prevents zoom on iOS */
        padding: 12px 15px;
    }
    
    /* Scroll performance */
    * {
        -webkit-overflow-scrolling: touch;
    }
    
    /* Image loading optimization */
    img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    /* Prevent horizontal scroll */
    body, html {
        overflow-x: hidden;
    }
    
    /* Better tap targets for small elements */
    .category-title-arrow,
    .ti-arrow-right {
        padding: 10px;
        margin: -10px;
    }
    
    /* Carousel indicators mobilde daha büyük */
    #mainCarousel .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 6px;
             }
             
    /* Loading states için skeleton */
    .loading-skeleton {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading 1.5s infinite;
    }
    
    @keyframes loading {
        0% { background-position: 200% 0; }
        100% { background-position: -200% 0; }
    }
}

/* Extra small devices optimizasyonu */
@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-padding {
        padding: 30px 0;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    /* Çok küçük ekranlarda grid düzeni */
    .col-md-3 {
        margin-bottom: 20px;
    }
    
    .category-card-4 .category-content h4 {
        font-size: 1rem;
    }
    
    .category-card-4 .category-text p {
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   Hızlı İletişim Formu Stilleri
   ========================================================================== */

/* Contact Header */
.contact-header h3 {
    color: #153745;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.contact-header p {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 400;
}

/* Professional Contact Form */
.compact-contact-form {
    background: #ffffff;
    padding: 20px 16px;
    border-radius: 6px;
    border: 1px solid #e8eaed;
    position: relative;
}

.compact-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #153745, #1e4a5c);
    border-radius: 6px 6px 0 0;
}

.quick-contact-form h3 {
    color: #2c3e50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.quick-contact-form p {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.quick-form .form-step {
    display: none;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
    position: relative;
}

.quick-form .form-step.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

/* Project Details Section */
.project-details-simple {
    margin: 3px 0 8px 0;
    background: #f8f9fa;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #e9ecef;
}

.project-toggle-link {
    color: #153745;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.project-toggle-link:hover {
    color: #0f2933;
    text-decoration: none;
}

.project-toggle-link.active {
    color: #0f2933;
}

.project-toggle-link.active i {
    transform: rotate(45deg);
}

.project-toggle-link i {
    font-size: 14px;
}

.project-details-content {
    overflow: hidden;
    transition: all 0.3s ease;
}

.quick-form .form-control {
    background: #ffffff;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 14px;
    color: #374151;
    transition: all 0.3s ease;
    height: auto;
    min-height: 45px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 2px;
}

.quick-form .form-control:focus {
    background: #ffffff;
    border-color: #153745;
    outline: none;
    border-width: 2px;
    box-shadow: 0 0 0 3px rgba(21, 55, 69, 0.1);
}

.quick-form .form-control::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.quick-form .form-control::placeholder {
    color: #6c757d;
    font-weight: 400;
}

.quick-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.quick-form .mb-20 {
    margin-bottom: 12px;
}

.quick-form .mb-25 {
    margin-bottom: 25px;
}

.quick-form .mb-40 {
    margin-bottom: 32px;
}

.quick-form .ml-10 {
    margin-left: 10px;
}

/* Button Styles */
.quick-form .arcprime-btn,
.quick-form .arcprime-btn2 {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.quick-form .arcprime-btn {
    background: #153745;
    color: #ffffff;
}

.quick-form .arcprime-btn:hover {
    background: #0f2933;
    color: #ffffff;
    text-decoration: none;
}

.quick-form .arcprime-btn2 {
    background: #6c757d;
    color: #ffffff;
}

.quick-form .arcprime-btn2:hover {
    background: #5a6268;
    color: #ffffff;
    text-decoration: none;
}

/* Compact Button */
.compact-btn {
    padding: 12px 24px !important;
    font-size: 14px;
    font-weight: 500;
    min-width: 140px;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin: 0;
    border: 2px solid #153745;
    background: #153745 !important;
    color: #ffffff !important;
}

.compact-btn:hover {
    background: #0f2933 !important;
    border-color: #0f2933 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Professional Success Message */
.success-message-simple {
    background: #f0f9ff;
    border-radius: 4px;
    padding: 12px;
    border: 1px solid #bfdbfe;
    margin-top: 10px;
    animation: slideIn 0.3s ease-out;
}

.success-check {
    font-size: 16px;
    color: #153745;
    margin-right: 8px;
    animation: checkmark 0.4s ease-in-out;
}

.success-message-simple span {
    color: #153745;
    font-size: 13px;
    font-weight: 500;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes checkmark {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Form Animations */
.form-step.slide-in {
    animation: slideIn 0.3s ease forwards;
}

.form-step.slide-out {
    animation: slideOut 0.3s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .contact-header h3 {
        font-size: 1.6rem;
    }
    
    .contact-header p {
        font-size: 14px;
    }
    
    .compact-contact-form {
        padding: 16px;
        margin: 0 15px;
    }
    
    .quick-form .form-control {
        padding: 10px 12px;
        font-size: 16px; /* iOS zoom önleme */
        min-height: 40px;
        margin-bottom: 2px;
    }
    
    .compact-btn {
        padding: 10px 20px !important;
        font-size: 14px;
        min-width: 120px;
    }
    
    .col-md-6 {
        margin-bottom: 15px;
    }
    
    .project-details-simple {
        padding: 12px;
        margin: 10px 0 15px 0;
    }
    
        .success-message-simple {
        padding: 10px;
        margin-top: 8px;
    }
             
    .success-check {
        font-size: 20px;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .quick-contact-form {
        padding: 30px 20px;
    }
    
    .quick-contact-form h3 {
        font-size: 1.4rem;
    }
    
    .quick-contact-form p {
        font-size: 14px;
    }
}

/* Form Validation States */
.quick-form .form-control.is-invalid {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.quick-form .form-control.is-valid {
    border-color: #28a745;
    background-color: #f8fff9;
}

.form-error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
}

.form-error-message.show {
    display: block;
}

/* ==========================================================================
   Slider Text Links - Minimal Design
   ========================================================================== */

.slide-text-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2px 6px 1px 6px;
    transition: all 0.3s ease;
    display: inline;
    margin-left: 4px;
    white-space: nowrap;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
}

.slide-text-link:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    transform: translateX(2px);
    background: rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   Slider Quick Contact Link (Eski)
   ========================================================================== */

.quick-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(21, 55, 69, 0.7);
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
                 margin-top: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    opacity: 0.9;
    position: relative;
    overflow: hidden;
}

.quick-contact-link:hover {
    background: rgba(21, 55, 69, 0.9);
    color: #ffffff;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    transform: translateY(-1px);
}

.quick-contact-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.quick-contact-link:hover::before {
    left: 100%;
}

.quick-contact-link i {
    font-size: 12px;
    opacity: 0.9;
}

/* Smooth scroll to form */
html {
    scroll-behavior: smooth;
}

/* Contact form scroll offset */
#quickContactForm {
    scroll-margin-top: 80px;
}

/* Mobil responsive için slider text link */
@media (max-width: 768px) {
    .slide-text-link {
        border-bottom-width: 1px;
        font-size: inherit;
        margin-left: 2px;
        white-space: nowrap;
        padding: 2px 5px 1px 5px;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.3);
    }
    
    /* Mobil contact form scroll offset */
    #quickContactForm {
        scroll-margin-top: 60px;
    }
    
    .slide-text-link:hover {
        transform: translateX(1px);
        background: rgba(0, 0, 0, 0.5);
    }
}

/* Steel Category Selection Cards */
.steel-category-card {
    background: #fff;
    border-radius: 11px;
    padding: 18px 11px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1.5px solid #e9ecef;
    height: 100%;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    /* Safari uyumluluğu için */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* Kutular aynı genişlikte olsun */
    min-width: 160px;
    width: 100%;
}

/* Safari özel kuralları */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .steel-category-card {
            display: -webkit-box !important;
            -webkit-box-orient: vertical !important;
            -webkit-box-pack: center !important;
            -webkit-box-align: center !important;
            height: auto !important;
            min-height: 140px !important;
        }
        
        .steel-category-card .category-link {
            -webkit-box-flex: 1 !important;
            height: auto !important;
        }
    }
}

/* Desktop 5'li sıralama için custom breakpoint */
@media (min-width: 1200px) {
    .category-selection-grid .col-xxl-2,
    .category-selection-grid .col-xl-2 {
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
        align-items: stretch;
    }
    
    /* Safari için grid fallback */
    .category-selection-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    /* Desktop'ta daha geniş min-width */
    .steel-category-card {
        min-width: 180px;
    }
}

/* Tablet 3'lü tasarım - Spor Tesisleri gizli */
@media (min-width: 768px) and (max-width: 1199px) {
    .category-selection-grid .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        display: flex;
        align-items: stretch;
    }
    
    .category-selection-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    /* Tablet'te orta min-width */
    .steel-category-card {
        min-width: 170px;
    }
    
    /* 3'lü sıralama: 3+3+3 şeklinde 9 kategori */
    /* Spor Tesisleri bu breakpoint'te gizli kalacak */
}

.steel-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(21, 55, 69, 0.15);
    border-color: #153745;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.steel-category-card .category-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex: 1;
    /* Safari uyumluluğu */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-flex: 1;
}

.steel-category-card .category-icon {
    margin-bottom: 13px;
    transition: all 0.3s ease;
}

.steel-category-card .category-icon i {
    font-size: 42px !important;
    color: #153745 !important;
    transition: all 0.3s ease;
}

.steel-category-card:hover .category-icon i {
    color: #e74c3c !important;
    transform: scale(1.1);
}

.steel-category-card .category-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #153745;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    line-height: 1.3;
    position: relative;
    /* Yazılar geniş olabilir */
    word-wrap: break-word;
    hyphens: auto;
}

.steel-category-card .category-info h4::after {
    content: "\e649"; /* ti-arrow-right unicode */
    font-family: 'themify';
    font-size: 12px;
    margin-left: 6px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    display: inline-block;
}

.steel-category-card .category-info p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 400;
    /* Yazılar geniş olabilir */
    word-wrap: break-word;
    hyphens: auto;
}

.steel-category-card:hover .category-info h4 {
    color: #e74c3c;
}

.steel-category-card:hover .category-info h4::after {
    opacity: 1;
    transform: translateX(0);
}

/* Mobile compact layout */
@media (max-width: 768px) {
    /* Mobile section adjustments */
    .category-section {
        padding: 30px 0 20px !important;
    }
    
    .category-selection-grid {
        margin: 0 -6px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    /* Section padding mobile */
    .category-selection-grid .col-xl-2 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%;
        padding: 0 6px;
        margin-bottom: 12px;
        display: flex;
        align-items: stretch;
        box-sizing: border-box;
    }
    
    .steel-category-card {
        padding: 18px 10px;
        margin-bottom: 0;
        border-radius: 12px;
        border-width: 1.5px;
        height: 100%;
        min-height: 145px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        /* Mobile'da minimum width sıfırla */
        min-width: auto;
    }
    
    .steel-category-card .category-link {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .steel-category-card .category-icon {
        margin-bottom: 12px;
    }
    
    .steel-category-card .category-icon i {
        font-size: 44px !important;
    }
    
    .steel-category-card .category-info h4 {
        font-size: 17px;
        margin-bottom: 4px;
        font-weight: 600;
        text-align: center;
        word-wrap: break-word;
        hyphens: auto;
        position: relative;
    }
    
    .steel-category-card .category-info h4::after {
        content: "\e649";
        font-family: 'themify';
        font-size: 13px;
        margin-left: 6px;
        opacity: 0;
        transform: translateX(-8px);
        transition: all 0.3s ease;
        display: inline-block;
    }
    
    .steel-category-card:hover .category-info h4::after {
        opacity: 1;
        transform: translateX(0);
    }
    
    .steel-category-card .category-info p {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 400;
        text-align: center;
        word-wrap: break-word;
        hyphens: auto;
    }
}

@media (max-width: 576px) {
    /* Ultra compact for small mobile */
    .category-section {
        padding: 25px 0 15px !important;
    }
    
    .category-selection-grid {
        margin: 0 -4px;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    .category-selection-grid .col-xl-2 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%;
        padding: 0 4px;
        margin-bottom: 8px;
        display: flex;
        align-items: stretch;
        box-sizing: border-box;
    }
    
    .steel-category-card {
        padding: 16px 8px;
        border-radius: 10px;
        border-width: 1.5px;
        height: 100%;
        min-height: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        /* Small mobile'da minimum width sıfırla */
        min-width: auto;
    }
    
    .steel-category-card .category-link {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .steel-category-card .category-icon {
        margin-bottom: 8px;
    }
    
    .steel-category-card .category-icon i {
        font-size: 38px !important;
    }
    
    .steel-category-card .category-info h4 {
        font-size: 15px;
        margin-bottom: 3px;
        font-weight: 600;
        text-align: center;
        word-wrap: break-word;
        hyphens: auto;
        position: relative;
    }
    
    .steel-category-card .category-info h4::after {
        content: "\e649";
        font-family: 'themify';
        font-size: 12px;
        margin-left: 5px;
        opacity: 0;
        transform: translateX(-6px);
        transition: all 0.3s ease;
        display: inline-block;
    }
    
    .steel-category-card:hover .category-info h4::after {
        opacity: 1;
        transform: translateX(0);
    }
    
    .steel-category-card .category-info p {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 400;
        text-align: center;
        word-wrap: break-word;
        hyphens: auto;
    }
}

