@import url("animate.css");
@import url("fakeLoader.min.css");

/* NORMALIZE */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/* FORMALIZE */
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, menu, ol, p, pre, ul {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

button, fieldset, menu, ol, ul {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* 

font-family: 'Oswald', sans-serif; 
font-family: 'Overpass', sans-serif;

*/
/* GENERAL */
body {
  font-family: 'Poppins', sans-serif;
  background: #fdfdfd; }

a {
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

/* HEADER */
.header-top {
  background: #e7e7e7; }
  .header-top .wrapper {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: flex-end; }
.header-menu {
  margin-right: 50px; }
  .header-menu a {
    margin-left: 15px;
    color: #282828; }
  .header-menu i {
    background: #EA0606;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-right: 10px; }
.header-social a {
  color: #989898;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #989898;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  margin-left: 10px; }
.header-language {
  margin-left: 10px; }
  .header-language img {
    width: 28px; }
  .header-language a {
    margin-left: 10px; }
.header-search {
  margin-left: 10px; }
  .header-search button {
    background: none;
    appearance: none;
    font-size: 24px;
    color: #ea1e38; }
.header-middle .wrapper {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.header .mobile-menu {
  display: none; }
.header .main-menu {
  font-family: 'Oswald', sans-serif; }
  .header .main-menu ul {
    display: flex;
    align-items: center;
    height: 108px; }
    .header .main-menu ul li a {
      color: #000;
      font-size: 18px;
      padding-left: 35px;
      padding-right: 15px; }
      .header .main-menu ul li a:hover {
        color: #ea1e38; }
/* menü başlangıç */
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
   /* background-color: #FFFFFF;  */
    border-radius: 50px;
   
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 12px;
   
    text-transform: uppercase;
   
    text-decoration: none;
   
}

#menu li:hover > a {
    color: #FF0000;
}

*html #menu li a:hover { /* IE6 */
    color: #FF0000;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #FFFFFF;   
	height: auto !important;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding-top: 20px;
}
#menu ul li a:first-child {
	background-color: #fff !important;
}


#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
				
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #FFFFCC;
   
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
	background-color: #FFFFCC;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #555;
	background-color: none !important;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #555; 
	background-color: none !important;
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/* menü son */
/* MAIN */
.home-about {
  margin-top: 30px;
  align-items: center;
  display: flex; }
  .home-about-text {
    font-size: 14px;
    line-height: 24px; }

.certificates {
  margin-top: 50px; }

.home-links {
  border-top: 2px solid #ddd;
  padding-top: 50px;
  margin-top: 50px; }

.home-link-box {
  padding: 26px 0;
  width: 100%;
  min-height: 222px;
  background-color: #fff;
  -moz-box-shadow: 6px 10.4px 28px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 6px 10.4px 28px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 6px 10.4px 28px 0 rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center; }
  .home-link-box a {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    font-family: 'Oswald', sans-serif; }
  .home-link-box img {
    max-width: 100%;
    margin-bottom: 15px; }

.page-head {
  background: url(../img/page.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .page-head h1 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-top: 110px; }

h4.page-title {
 width: 550px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #D70715;
  -moz-border-radius: 28px;);
  -webkit-border-radius: 28px;);
  border-radius: 28px;);
  line-height: 80px;
  color: #FFFFFF;
  font-family: "Overpass",sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
 
  margin-top: -40px; }

.sidebar {
  padding: 70px 0;
  border-right: 1px solid #f0f0f0;
  margin-top: 90px; }
  .sidebar ul li a {
    display: block;
    padding: 10px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-family: "Overpass",sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase; }
    .sidebar ul li a.active {
      background: #eb2b41;
      color: #fff; }
      .sidebar ul li a.active i {
        color: #fff; }
    .sidebar ul li a i {
      color: #b1b1b1;
      margin-right: 10px; }

.page-content {
  color: #393737;
  font-family: "Overpass",sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-top: 30px;
  padding-left: 50px; }
  .page-content h4 {
    color: #eb2b41;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px; }
  .page-content ul {
    list-style: disc;
    margin-left: 20px; }
    .page-content ul li {
      margin-bottom: 15px; }

.servis {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .servis-name {
    margin-bottom: 10px; }
    .servis-name span {
      color: #959595;
      font-size: 12px; }
      .servis-name span:before {
        content: "("; }
      .servis-name span:after {
        content: ")"; }
  .servis-phone {
    color: #959595;
    font-size: 14px; }
    .servis-phone i {
      margin-right: 10px; }
  .servis-adres {
    color: #ea1e38;
    font-size: 14px; }
    .servis-adres i {
      margin-right: 10px; }

.uygulama {
  margin-bottom: 30px; }
  .uygulama img {
    width: 100%; }
  .uygulama a {
    color: #959595; }
    .uygulama a:hover {
      color: #eb2b41; }
  .uygulama-name {
    height: 40px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px; }

.ulasim iframe {
  width: 100%;
  min-height: 400px;
  margin-top: 50px; }

.iletisim-bilgiler {
  margin-top: 50px; }
  .iletisim-bilgiler ul li {
    margin-bottom: 25px;
    display: flex; }
    .iletisim-bilgiler ul li i {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-top: 5px;
      color: #eb2b41; }

.iletisim-form {
  margin-top: 50px; }

.iletisim-btn {
  background: #eb2b41;
  color: #fff;
  padding: 10px 20px; }

.video {
  border: 2px solid #ddd;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px; }
  .video a:hover{
	  color:#EE3940; 
  }
  .video:hover{
	  border:2px solid #EE3940;
  }
  .video a {
    color: #959595; }
  .video i {
    display: block;
    color: #eb2b41;
    font-size: 36px;
    margin-bottom: 30px; }

.product-box {
  text-align: center;
  margin-bottom: 30px; }
  .product-box a {
    min-height: 250px;
    padding-top: 15px;
    display: block;
    color: #959595;
    border-bottom: 2px solid #ddd; }
    .product-box a:hover {
      border-color: #ea1e38;
      color: #ea1e38; }
  .product-box img {
    max-width: 90%;
    margin-bottom: 15px; }

.product-name {
  font-size: 16px;
  line-height: 1.67;
  text-align: center;
  min-height: 30px; }

.product-images {
  margin-bottom: 50px;
  text-align: center; }
  .product-images img {
    max-width: 80%; }

.product-info {
  margin-top: 20px; }

.sertifikalar img {
  max-width: 100%;
  max-height: 100%; }
.sertifikalar .col-md-4 {
  margin-bottom: 30px;
  height: 300px;
  display: flex;
  align-items: center; }

.products {
  position: relative;
  margin-top: 50px; }
  .products-title {
    color: 1D1B13;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px; }
  .products img {
    margin: 0 auto;
    max-width: 80%; }
  .products .owl-nav {
    font-size: 48px; }
  .products .owl-prev {
    position: absolute;
    left: -30px;
    top: calc(50% - 50px); }
  .products .owl-next {
    position: absolute;
    right: -30px;
    top: calc(50% - 50px); }

/* FOOTER */
.footer {
  margin-top: 100px; }
  .footer-katalog {
    background: #E50505;
    color: #FFFFFF;
    text-align: center;
    height: 90px;
    font-size: 30px;
    overflow: visible;
    position: relative;
    z-index: 99;
    padding-top: 10px; }
    .footer-katalog i {
      display: block;
      background: #000000;
      color: #F8AF00;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      font-size: 14px;
      line-height: 36px;
      margin: 0px auto 0 auto; }
  .footer-middle {
    padding-top: 50px; }
  .footer-logo {
    text-align: center; }
  .footer-text {
    font-family: 'Overpass', sans-serif;
    color: #989898;
    text-align: center;
    margin-top: 20px; }
  .footer-title2 {
    font-size: 16px;
    font-weight: 500;
    color: #1D1B13;
    margin-bottom: 20px; }
  .footer-menu {
    font-family: 'Overpass', sans-serif;
    margin-bottom: 50px; }
    .footer-menu ul li {
      line-height: 30px; }
      .footer-menu ul li a {
        color: #989898; }
  .footer .wrapper {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; }
  .footer-top {
    background: #666666;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff; }
  .footer-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
    .footer-title i {
      margin-right: 10px; }
  .footer-box {
    line-height: 24px; }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #989898; }
  .footer-social {
    color: #989898; }
    .footer-social a {
      color: #989898;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #989898;
      display: inline-block;
      line-height: 36px;
      text-align: center;
      margin-left: 10px; }
  .footer .copyright {
    margin-top: 10px; }

@media only screen and (max-width: 1170px) {
  .header .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .header-menu {
    display: none; }
  .header .mobile-menu {
    display: block;
    font-size: 36px;
    cursor: pointer; }
  .header .main-menu ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 155px;
    left: 0;
    flex-wrap: wrap;
    border-top: 3px solid #ddd;
    z-index: 9999; }
    .header .main-menu ul li {
      background: #fff;
      width: 100%;
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #ddd; }

  h4.page-title {
    width: 100%;
    font-size: 14px;
    height: auto;
    line-height: 28px;
    padding: 10px 15px; }

  .sidebar {
    margin-top: 0px; }

  .page-content {
    padding-left: 0;
    margin-top: 0px; }

  .sertifikalar .col-md-4 a {
    display: block;
    width: 100%;
    height: 300px;
    text-align: center; }
  .sertifikalar .col-md-4 img {
    height: 100%;
    display: table;
    margin: 0 auto; }

  .footer .wrapper {
    width: 100%;
    justify-content: center; }
  .footer-text {
    margin-bottom: 20px; }
  .footer-title2 {
    text-align: center; }
  .footer-menu {
    text-align: center; }
  .footer-box {
    text-align: center;
    margin-bottom: 30px; }
  .footer-social {
    display: none; }
  .footer .copyright {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */




/* =====================================================
   ÇEKİCİ - HIZLI İLETİŞİM KUTULARI
   ===================================================== */

.cekici-contact-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 18px 10px;
    background: #f3f3f3;
}

/* KUTULAR */
.cekici-contact-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* İKON ALANI */
.cekici-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

/* TELEFON İKONU */
.cekici-icon.phone {
    background: #fde8ee;
    color: #e6002d;
}

/* WHATSAPP İKONU */
.cekici-icon.whatsapp {
    background: #ddf8e8;
    color: #13b75a;
}

/* KONUM İKONU */
.cekici-icon.location {
    background: #fff1d3;
    color: #c88300;
}

/* BAŞLIKLAR */
.cekici-contact-card h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    line-height: 1.2;
    color: #202124;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

/* AÇIKLAMA YAZILARI */
.cekici-contact-card p {
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #7a7a7a;
    font-family: Arial, sans-serif;
}

/* BUTONLAR */
.cekici-btn {
    width: 100%;
    height: 48px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: all 0.25s ease;
}

.cekici-btn:hover {
    transform: translateY(-2px);
    opacity: 0.90;
    text-decoration: none;
    color: #ffffff !important;
}

/* TELEFON BUTONU */
.cekici-btn.call {
    background: #e9042c;
}

/* WHATSAPP BUTONU */
.cekici-btn.wa {
    background: #25cf69;
}

/* KONUM BUTONU */
.cekici-btn.loc {
    background: #17191b;
}


/* =====================================================
   MOBİL GÖRÜNÜM
   ===================================================== */

@media (max-width: 900px) {

    .cekici-contact-wrap {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 15px 10px;
    }

    .cekici-contact-card {
        padding: 22px;
    }

    .cekici-contact-card h3 {
        font-size: 20px;
    }

    .cekici-contact-card p {
        font-size: 15px;
    }

    .cekici-btn {
        height: 48px;
        font-size: 15px;
    }
}



/* =====================================================
   MOBİL HEADER YÜKSEKLİK + KIRMIZI HAMBURGER
   ===================================================== */

@media only screen and (max-width: 1170px) {

    /* ÜST SOSYAL MEDYA ALANI */
    .header-top .wrapper {
        height: 38px !important;
    }

    /* LOGO + HAMBURGER ALANI */
    .header-middle .wrapper {
        height: 90px !important;
    }

    /* MOBİL HAMBURGER */
    .header .mobile-menu {
        color: #EA0606 !important;
        font-size: 36px;
    }

    /* Hamburger ikonunun kendisi */
    .header .mobile-menu i {
        color: #EA0606 !important;
    }

    /* Açılır menünün yeni header yüksekliğine göre konumu */
    .header .main-menu ul {
        top: 128px !important;
    }
}



/* ==============================================
   ÇEKİCİ TANITIM ALANI
   ============================================== */

.cekici-tanitim-row {
    display: flex;
    align-items: center;
}

.cekici-tanitim-image {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.cekici-tanitim-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.cekici-tanitim-content {
    padding: 20px 15px 20px 35px;
    font-size: 16px;
}

.cekici-ust-baslik {
    color: #e60023;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.cekici-tanitim-content h2 {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #18191c;
    margin: 0 0 20px 0;
}

.cekici-tanitim-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #5f6268;
    margin: 0 0 22px 0;
}

.cekici-ozellikler {
    font-size: 16px;
    margin-bottom: 25px;
}

.cekici-ozellik {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    color: #18191c;
    line-height: 1.5;
}

.cekici-ozellik span {
    width: 21px;
    height: 21px;
    min-width: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffe5e9;
    color: #e60023;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
}

.cekici-talep-btn {
    display: inline-block;
    background: #e6002d;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: 0.25s ease;
}

.cekici-talep-btn:hover {
    background: #1e1f22;
    color: #ffffff !important;
}


/* ==============================================
   MOBİL
   ============================================== */

@media only screen and (max-width: 767px) {

    .cekici-tanitim-row {
        display: block;
    }

    .cekici-tanitim-image {
        margin-bottom: 25px;
    }

    .cekici-tanitim-content {
        padding: 10px 5px;
    }

    .cekici-tanitim-content h2 {
        font-size: 29px;
        line-height: 1.2;
    }

    .cekici-tanitim-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .cekici-ozellik {
        align-items: flex-start;
    }

    .cekici-ozellik span {
        margin-top: 2px;
    }

    .cekici-talep-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}









/* =====================================================
   HİZMETLERİMİZ
   ===================================================== */

.hizmetler-alani {
    background: #f5f6f7;
    padding: 55px 0 65px;
}

.hizmetler-baslik {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}

.hizmetler-ust-baslik {
    color: #e60023;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.hizmetler-baslik h2 {
    color: #15171a;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 22px;
}

.hizmetler-baslik p {
    color: #6b6f76;
    font-size: 16px;
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto;
}


/* =====================================================
   HİZMET KARTLARI
   ===================================================== */

.hizmetler-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.hizmet-kart {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 16px;
    padding: 26px 22px 27px;
    min-height: 255px;
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.hizmet-kart:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.09);
    border-color: #d1d1d1;
}


/* =====================================================
   İKONLAR
   ===================================================== */

.hizmet-icon {
    width: 64px;
    height: 64px;
    background: #f5f6f8;
    color: #0068ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 18px;
}


/* =====================================================
   KART BAŞLIKLARI
   ===================================================== */

.hizmet-kart h3 {
    color: #111317;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    margin: 0 0 10px;
}


/* =====================================================
   KART AÇIKLAMALARI
   ===================================================== */

.hizmet-kart p {
    color: #6e7279;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 18px;
}


/* =====================================================
   KIRMIZI TELEFON LİNKLERİ
   ===================================================== */

.hizmet-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #e60023 !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: 0.2s ease;
}

.hizmet-link span {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.hizmet-link:hover {
    color: #15171a !important;
}

.hizmet-link:hover span {
    transform: translateX(4px);
}


/* =====================================================
   TABLET
   ===================================================== */

@media only screen and (max-width: 991px) {

    .hizmetler-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hizmetler-baslik h2 {
        font-size: 36px;
    }
}


/* =====================================================
   MOBİL
   ===================================================== */

@media only screen and (max-width: 600px) {

    .hizmetler-alani {
        padding: 40px 0 45px;
    }

    .hizmetler-baslik {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .hizmetler-ust-baslik {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .hizmetler-baslik h2 {
        font-size: 29px;
        line-height: 1.15;
    }

    .hizmetler-baslik p {
        font-size: 15px;
        line-height: 1.65;
    }

    .hizmetler-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hizmet-kart {
        min-height: auto;
        padding: 22px 20px;
    }

    .hizmet-icon {
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

    .hizmet-kart h3 {
        font-size: 19px;
    }

    .hizmet-kart p {
        font-size: 15px;
        line-height: 1.65;
    }

    .hizmet-link {
        font-size: 15px;
    }
}



/* =========================================
   FİRMA PROFİLİ TAM BOY BAŞLIK
   ========================================= */

.firma-profil-baslik {
    position: relative;
    width: 100%;
    box-sizing: border-box;

    background: #1e1f22;

    border-left: 7px solid #e60023;
    border-top: 5px solid #e60023;

    border-radius: 28px 28px 28px 28px;

    padding: 20px 30px;
    margin: 0 0 35px 0;

    text-align: center;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.13);
}

.firma-profil-baslik h2 {
    margin: 0;
    padding: 0;

    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}


/* MOBİL */

@media only screen and (max-width: 767px) {

    .firma-profil-baslik {
        width: 100%;
        padding: 16px 20px;

        border-left-width: 6px;
        border-top-width: 4px;

        border-radius: 23px;

        margin-bottom: 25px;
    }

    .firma-profil-baslik h2 {
        font-size: 21px;
    }
}
/* =====================================================
   HİZMETLER BAŞLIK ALANI - TAM BOY SİYAH
   Sadece .hizmetler-baslik alanını etkiler
   ===================================================== */
.hizmetler-baslik {
    position: relative;
    width: 100vw;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    background: #1e1f22;
    text-align: center;
    margin: 0 0 50px 0;
    padding: 50px 20px;
}

.hizmetler-ust-baslik {
    color: #e60023;
}

.hizmetler-baslik h2 {
    color: #ffffff;
}

.hizmetler-baslik p {
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .hizmetler-baslik {
        width: 100vw;
        max-width: none;
        left: 50%;
        transform: translateX(-50%);
        padding: 35px 18px;
        margin: 0 0 30px 0;
    }
}


/* ===== ÜST HEADER FÜME RENK ===== */
.header-top,
.header-top .wrapper {
    background-color: #404040 !important;
}




/* ===== ÜST HEADER FÜME RENK ===== */
.header-top,
.header-top .wrapper {
    background-color: #404040 !important;
}

/* Telefon yazıları */
.header-top .header-menu a {
    color: #ffffff !important;
}

/* Telefon kırmızı ikonları */
.header-top .header-menu i {
    background-color: #EA0606 !important;
    color: #ffffff !important;
}

/* Sosyal medya alanı */
.header-top .header-social a {
    background: transparent !important;
    border: none !important;
}