html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font-family: 'Instrument Sans', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
section {
    padding: 60px 20px;
}
/* Custom Styles */
.logoHeader img{
    width: 100px;
    height: auto;
}
section.headSection {
    padding: 0;
}

section.sliders {
    padding: 0;
}
.menuHeader ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.menuHeader ul li a {
    text-decoration: none;
    color: black;
    font-size:20px;
}
.navButton {
    background: #f7b11f;
    font-size: 18px;
    width: 236px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}
.navButton a {
    text-decoration: none;
    color: white;
}
.topArea {
    background: #121f2f;
    padding: 10px;
}
.topArea ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.sliders img {
    height: 795px;
    object-fit: cover;
}
.topArea .socialIcon li:first-child a {
    background: #f7b11f;
    border-radius: 50%;
    transition: background 0.3s, border-radius 0.3s;
}

.topArea .socialIcon a {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    transition: background 0.3s, border-radius 0.3s;
}

.topArea .socialIcon a:hover {
    background: #f7b11f;
}

.topArea .socialIcon:hover li:first-child a:not(:hover) {
    background: transparent;
}
.topArea .socialIcon li {
    border-right: 2px solid #fff;
    padding-right: 12px;
    margin-right: 12px;
}

.topArea .socialIcon li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.section-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #f7b11f;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aboutImage img {
    box-shadow: 5px 2px 20px #121f2f;
    border-radius: 20px;
}

.aboutContent ul {
   padding: 10px 11px 15px;
}
.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(18,31,47,0.08);
    background: #fff;
    margin-bottom: 32px;
    min-height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.service-box .service-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
transition: transform 0.4s ease, filter 0.4s;
    z-index: 1;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 240px;
    max-height: 340px;
    display: block;
}

.service-box .service-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(18,31,47,0.45);
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 2;
    border-radius: 16px;
}

.service-box:hover .service-icon {
    transform: scale(1.08);
    filter: brightness(0.85);
}

.service-box:hover .service-overlay {
    opacity: 1;
}

.service-box h3,
.service-box p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 3;
    width: 80%;
    text-shadow: 0 2px 8px rgba(18,31,47,0.25);
    margin: 0;
    text-align: center;
}

.service-box h3 {
    top: 38%;
    font-size: 1.3rem;
    font-weight: 700;
}

.service-box p {
    top: 55%;
    font-size: 1rem;
}
.service-box .service-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(18,31,47,0.45);
    opacity: 0.80;
    transition: opacity 0.4s;
    z-index: 2;
    border-radius: 16px;
}

.service-box:hover .service-overlay {
    opacity: 1;
}
p.section-subtitle {
    padding-bottom: 20px;
}
section.aboutSection {margin-top: 50px;}

.testimonial-box {
    box-shadow: 0px 0px 20px;
    border-radius: 7px;
    padding: 40px 20px;
    background: #121f2f;
    color: white;
}
.test-box {
  display: block;
}

.test-box .picture img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.test-box .picture {
  position: relative;
}

.test-box .picture .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 21px;
  font-weight: 500;
}

.test-box .picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.15;
  transition: all 0.3s ease;
}

.test-box:hover .picture::before {
  opacity: 0;
}
.test-box .picture {
  position: relative;
  height: 300px;
}
footer {
    background: #121f2f;
    color: white;
}
footer a.text-decoration-none {
    color: white;
}


.footer-component {
  padding: 60px 0;
  background: #f4f4f4;
}

.footer-component .footer-logo img {
  width: 200px;
}

.footer-menu .title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.footer-menu li {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-menu li i {
  width: 20px;
  font-size: 18px;
}

.footer-bottom {
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #f4f4f4;
}

.footer-wrapper ul {
  justify-content: center;
  gap: 5%;
  display: flex;
  flex-wrap: wrap;
}

.footer-wrapper ul li {
  width: auto;
  text-align: center;
}

.footer-component .row.flex-center {
    align-items: center;
}

.footer-wrapper ul li a {
    color: black;
    text-decoration: none;
}
.navButton{
    border: 1px solid #f7b11f;
}
.navButton:hover {
    background: transparent;
}
.navButton a {
    transition: all 0.3s ease;
}
.navButton:hover a {
    color: #f7b11f;
}
.topArea .gap-4  li:hover a {
    color: #f7b11f;
}

.topArea .gap-4  li a {
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
.desktopHeader {
    display: none;
}
.topArea {
    display: none;
}
.mobileNav {
    position: sticky;
    z-index: 100;
    padding: 5px 0px;
    background: white;
    top: 0;
}
.menuToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #121f2f;
    cursor: pointer;
    margin-left: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.menuIcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.menuIcon span {
    display: block;
    width: 20px;
    height: 3px;
    background: white;
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.3s;
}
.mobileMenu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 260px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 12px rgba(0,0,0,0.08);
    transition: left 0.4s cubic-bezier(.77,0,.18,1);
    z-index: 999;
    padding-top: 80px;
}
.mobileMenu.active {
    left: 0;
}
.mobileMenu ul {
    list-style: none;
    padding: 0 24px;
}
.mobileMenu ul li {
    margin-bottom: 24px;
}
.mobileMenu ul li a {
    color: #222;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}
    .logoHeader img {
        width: auto;
        height: 50px;
        margin-top: -24px;
    }
    .logoHeader {
    height: 0;
}
.footer-component .row.flex-center {
    text-align: center;
}
.testimonial-box {
    margin-bottom: 20px;
}
.test-box {
    margin-bottom: 30px;
}
.textMobileCenter {
    text-align: center;
}
.mobileColumn {
    display: block !important;
}
section.aboutSection {
    margin-top: -45px;
}
.sliders img {
    height: auto;
    object-fit: cover;
}
.aboutImage {margin-top: 60px;margin-bottom: -60px;}
section {
    padding: 60px 0px;
}
section#projelerimiz {
    margin-bottom: -90px;
}

section.services {
    margin-bottom: -90px;
}
}

@media (min-width: 992px) {
    .mobileNav { 
        display: none; 
    }
}


.footer-sticky {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #121f2f;
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  padding: 0 0.5rem 1.15rem 0.5rem;
  border-top-left-radius: 2.15rem;
  border-top-right-radius: 2.15rem;
  border-top: 6px solid #f2b026;
}

.footer-sticky .sticky-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
  text-decoration: none;
}

.footer-sticky .sticky-box .icon {
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-sticky .sticky-box .icon i {
  font-size: 24px;
  color: white;
}

.footer-sticky .sticky-box .text {
  font-size: 10px;
  color: white;
  text-align: center;
}

.footer-sticky .top-box {
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}

.footer-sticky .top-box .icon {
  background: #f2b026;
  border-radius: 50%;
  position: relative;
}

.footer-sticky .top-box .icon i {
  color: white;
}

.footer-sticky .top-box .icon::before {
  content: "";
  position: absolute;
  height: 66px;
  width: 66px;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0.5;
}

.footer-sticky .top-box .icon::after {
  content: "";
  position: absolute;
  height: 56px;
  width: 56px;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0.75;
}

.footer-sticky .top-box .text {
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  text-align: center;
}

@media (max-width: 992px) {
  .footer-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 320px) {
  .footer-sticky .sticky-box .text {
    font-size: 10px;
  }
}
section.headSection.desktopHeader {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}