@charset "utf-8";
/*
  Reconstructed stylesheet for fethiyedecambalkon.com
  Based on OS Templates "Limberly" framework (original layout.css was not archived).
  Source HTML recovered from Wayback Machine snapshot 2024-08-28.
*/
@import url("fontawesome.min.css");

/* Font Awesome webfonts via CDN (local CSS file only has relative font paths) */
@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
  font-weight: normal;
  font-style: normal;
}

html { overflow-y: scroll; overflow-x: hidden; }
html, body { margin: 0; padding: 0; font-size: 14px; line-height: 1.6; background: #fff; color: #474747; }
*, *::before, *::after { box-sizing: border-box; }
body, input, textarea, select { font-family: Verdana, Geneva, sans-serif; }
a { color: #1bbc9b; outline: none; text-decoration: none; transition: color .2s ease; }
a:active, a:focus { background: transparent; }
a:hover { color: #151515; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px 0; font-size: 22px; line-height: normal; font-weight: normal; }
address { font-style: normal; }
.bold, .heading { font-weight: bold; }
.clear, .group { display: block; }
.clear::before, .clear::after, .group::before, .group::after { display: table; content: ""; }
.clear::after, .group::after { clear: both; }
.fl_left, .imgl { float: left; }
.fl_right, .imgr { float: right; }
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imgover:hover img, .imgover img:hover { opacity: .6; }
.nospace { margin: 0; padding: 0; list-style: none; }
.block { display: block; }
.inline * { display: inline-block; }
.inline *:first-child + * { margin-left: 5px; }
.underline { text-decoration: underline; }
.center { text-align: center; }
.right { text-align: right; }
.borderedbox { border: 1px solid #d7d7d7; }
.overlay { position: relative; z-index: 1; }
.overlay::after { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; z-index: -1; background: rgba(0,0,0,.55); }
.bgded { background-position: top center; background-repeat: no-repeat; background-size: cover; }
.btn {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid transparent;
  color: #fff;
  background-color: #1bbc9b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
}
.btn:hover { color: #fff; background-color: #151515; }

/* Spacing helpers */
.btmspace-15 { margin-bottom: 15px; }
.btmspace-30 { margin-bottom: 30px; }
.btmspace-50 { margin-bottom: 50px; }
.inspace-5 { padding: 5px; }
.font-x1 { font-size: 1.2rem; }
.font-x2 { font-size: 1.6rem; }
.font-xs { font-size: .85rem; }

/* Grid */
.one_half, .one_third, .two_third, .one_quarter, .three_quarter {
  display: inline-block;
  float: left;
  margin: 0 0 0 3.06748466257669%;
  list-style: none;
}
.one_half:first-child, .one_half.first,
.one_third:first-child, .one_third.first,
.one_quarter:first-child, .one_quarter.first,
.two_third:first-child, .two_third.first,
.three_quarter:first-child, .three_quarter.first { margin-left: 0; }
.one_half { width: 48.46625766871166%; }
.one_third { width: 31.28834355828221%; }
.two_third { width: 65.6441717791411%; }
.one_quarter { width: 22.69938650306748%; }
.three_quarter { width: 74.2331288343554%; }

/* Containers */
.hoc { display: block; width: 90%; max-width: 1140px; margin: 0 auto; }
.wrapper { display: block; width: 100%; margin: 0; padding: 0; text-align: left; word-wrap: break-word; }
.container { padding: 80px 0; }

/* Rows */
.row0, .row0 a { color: #8a8e93; }
.row1 { color: #fff; }
.row2 { color: #474747; background: #f4f4f4; }
.row3 { color: #474747; background: #fff; }
.row4 { color: #cbcbcb; background: #222; }
.row4 a { color: #1bbc9b; }
.row4 a:hover { color: #fff; }
.row5, .row5 a { color: #6b6b6b; background: #191919; }

/* Top bar */
#topbar { padding: 12px 0; font-size: 12px; }
#topbar li { display: inline-block; margin-right: 15px; }
#topbar i { margin-right: 6px; }

/* Header / logo / nav */
#header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 16px 0 20px;
}
#header #logo { float: none; }
#header #logo h1 { margin: 0; font-size: 22px; text-transform: uppercase; }
#header #logo a { color: #fff; display: flex; align-items: center; }
#header #logo img { flex-shrink: 0; }
#mainav { float: none; margin: 0; position: relative; }
#mainav ul { margin: 0; padding: 0; list-style: none; }
#mainav ul ul { z-index: 9999; position: absolute; width: 220px; text-align: left; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
#mainav ul ul ul { left: 220px; top: 0; }
#mainav > ul > li { display: inline-block; position: relative; margin: 0 0 0 18px; vertical-align: middle; }
#mainav > ul > li:first-child { margin-left: 0; }
#mainav li li { display: block; width: 100%; margin: 0; }
#mainav li a { display: block; padding: 0; color: inherit; border: none; }
#mainav li li a { display: block; margin: 0; padding: 10px 15px; color: #474747; background: #fff; border: solid #eee; border-width: 0 0 1px 0; text-transform: none; }
#mainav li li a:hover, #mainav li li.current > a { color: #fff; background: #1bbc9b; }
#mainav ul ul { visibility: hidden; opacity: 0; }
#mainav ul li:hover > ul { visibility: visible; opacity: 1; }
#mainav li a.drop::after { content: "\f107"; font-family: FontAwesome; margin-left: 5px; }
#mainav li li a.drop::after { content: "\f105"; float: right; margin-top: 2px; }

/* Mobile menu toggle (injected by jquery.mobilemenu.js) */
#mainav .fa-bars { display: none; font-size: 22px; cursor: pointer; padding: 6px; }

/* Page intro */
#pageintro { padding: 150px 0 180px; color: #fff; text-align: left; }
#pageintro .introtxt { max-width: 700px; }
#pageintro .heading { margin-bottom: 20px; font-size: 48px; text-transform: uppercase; line-height: 1.15; }
#pageintro p { margin: 0 0 20px; font-size: 16px; }
#pageintro footer { margin-top: 30px; }

/* Icon boxes */
.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #1bbc9b;
}
.one_quarter h4 { margin-bottom: 12px; }
.one_quarter p { margin: 0; color: #6b6b6b; }

/* Split services section — equal columns, no float jaggedness */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  min-height: 560px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.split.clear::before,
.split.clear::after { display: none; content: none; }
.split .box {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  float: none;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 56px 40px;
  color: #fff;
  background: rgba(27, 188, 155, .94);
}
.split .box > .btmspace-50 { margin-bottom: 36px; }
.split .box a { color: #fff; }
.split .box a:hover { color: #0f3d33; text-decoration: underline; }
.split .services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.split .services::before,
.split .services::after { display: none; content: none; }
.split .services > li,
.split .services > li.one_half,
.split .services > li.one_half.first {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.split .services article {
  position: relative;
  height: 100%;
  padding-left: 48px;
}
.split .services i {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
}
.split .services .heading {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}
.split .services p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  opacity: .95;
}
.split .services footer { margin: 0; }

/* Breadcrumb */
#breadcrumb { padding: 20px 0; }
#breadcrumb ul { margin: 0; padding: 0; list-style: none; }
#breadcrumb li { display: inline-block; margin-right: 6px; }
#breadcrumb li::after { content: "/"; margin-left: 8px; color: #999; }
#breadcrumb li:last-child::after { content: ""; margin: 0; }

/* Content pages */
.content h1 { margin-bottom: 25px; }
.content p { margin: 0 0 16px; }
.imgl, .imgr { margin-bottom: 15px; max-width: 320px; }
.imgl { margin-right: 20px; }
.imgr { margin-left: 20px; }

/* Comments */
#comments { margin-top: 40px; }
#comments > ul { margin: 0; padding: 0; list-style: none; }
#comments > ul > li { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
#comments .avatar { display: inline-block; width: 50px; margin-right: 15px; }
#comments .avatar img { border-radius: 50%; }
#comments address { display: inline; font-weight: bold; }
#comments time { display: block; font-size: 12px; color: #999; }
#comments .comcont { margin-top: 10px; }

/* Footer */
#footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 28px;
  padding: 60px 0;
}
#footer .one_quarter,
#footer .one_quarter.first {
  display: block;
  float: none;
  width: auto;
  margin: 0;
}
#footer .title { margin-bottom: 30px; font-size: 16px; text-transform: uppercase; color: #fff; }
#footer .linklist li { margin-bottom: 8px; }
#footer .contact li { margin-bottom: 12px; padding-left: 28px; position: relative; }
#footer .contact li i { position: absolute; left: 0; top: 4px; }
#footer iframe { max-width: 100%; }

/* Copyright */
#copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 20px 0;
}
#copyright .fl_left,
#copyright .fl_right { float: none; }
#copyright p { margin: 0; font-size: 12px; }

/* Back to top */
#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #1bbc9b;
  opacity: .5;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}
#backtotop:hover { color: #fff; background: #151515; opacity: 1; }
#backtotop.visible { visibility: visible; opacity: .8; }

/* Icon row on homepage */
.group.center {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}
.group.center::before,
.group.center::after { display: none; content: none; }
.group.center > .one_quarter,
.group.center > .one_quarter.first {
  display: block;
  float: none;
  width: auto;
  margin: 0;
}

/* Product cards row */
.group:not(.center):not(.services) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}
.group:not(.center):not(.services)::before,
.group:not(.center):not(.services)::after { display: none; content: none; }
.group:not(.center):not(.services) > .one_third,
.group:not(.center):not(.services) > .one_third.first {
  display: block;
  float: none;
  width: auto;
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 1100px) {
  .split .box { padding: 44px 28px; }
  .split .services { gap: 22px 20px; }
  #pageintro .heading { font-size: 40px; }
}

@media screen and (max-width: 900px) {
  .container { padding: 48px 0; }
  .one_quarter, .one_third, .one_half, .two_third, .three_quarter {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 24px 0;
  }
  .group.center,
  .group:not(.center):not(.services) {
    grid-template-columns: 1fr 1fr;
  }
  .split {
    grid-template-columns: 1fr;
    min-height: 0;
    background-position: center top;
  }
  .split .box {
    grid-column: 1;
    padding: 40px 24px;
  }
  .split .services { grid-template-columns: 1fr; gap: 22px; }
  #pageintro { padding: 90px 0 100px; }
  #pageintro .heading { font-size: 30px; }
  #header { padding: 12px 0 16px; }
  #mainav .fa-bars { display: inline-block; color: #fff; }
  #mainav > ul { display: none; }
  #mainav.open > ul {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10000;
    width: min(320px, 92vw);
    margin-top: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
  }
  #mainav.open > ul > li { display: block; margin: 0; }
  #mainav.open li a { color: #474747; padding: 12px 15px; border-bottom: 1px solid #eee; }
  #mainav.open ul ul {
    position: static;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: none;
  }
  #mainav.open li.open > ul {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  #mainav.open ul ul ul { left: 0; }
  #mainav ul li:hover > ul { visibility: visible; opacity: 1; }
  #footer { grid-template-columns: 1fr 1fr; padding: 40px 0; }
  #copyright { flex-direction: column; }
  .imgl, .imgr { float: none; display: block; margin: 0 0 15px; max-width: 100%; }
  #topbar .fl_right { float: none; }
  #topbar li { display: block; margin: 0 0 4px; }
}

@media screen and (max-width: 560px) {
  .hoc { width: 92%; }
  .group.center,
  .group:not(.center):not(.services) {
    grid-template-columns: 1fr;
  }
  #footer { grid-template-columns: 1fr; }
  #pageintro { padding: 70px 0 80px; }
  #pageintro .heading { font-size: 26px; }
  #header #logo h1 { font-size: 18px; }
  #header #logo img { width: 56px !important; }
}
