@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  padding-top: 100px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #828282;
  background: #fff; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #bea34d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #bea34d;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #fff;
  background: #bea34d; }

::-moz-selection {
  color: #fff;
  background: #bea34d; }

::selection {
  color: #fff;
  background: #bea34d; }

.colorlib-nav .top-menu {
    padding: 10px;  
}

.colorlib-nav .top-menu .container .row {
    height: 80px;          /* navbar yüksekliği */
    display: flex;
    align-items: center;   /* dikey hizalama */
}

.colorlib-nav #colorlib-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif; }
  .colorlib-nav #colorlib-logo a {
    color: #bea34d; }
    .colorlib-nav #colorlib-logo a span {
      color: #000; }

.colorlib-nav a {
  padding: 5px 10px;
  color: #000; }

@media screen and (max-width: 1000px) {
  .colorlib-nav .menu-1 {
    display: none; } }

.colorlib-nav ul {
  padding: 0;
  margin: 5px 0 0 0; }
  .colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    text-transform: uppercase; }
    .colorlib-nav ul li a {
      font-size: 15px;
      padding: 30px 15px;
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .colorlib-nav ul li a:hover, .colorlib-nav ul li a:focus, .colorlib-nav ul li a:active {
        color: black; }
    .colorlib-nav ul li.has-dropdown {
      position: relative; }
      .colorlib-nav ul li.has-dropdown .dropdown {
        width: 140px;
        -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        z-index: 1002;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 40px;
        left: 0;
        text-align: left;
        background: #000;
        padding: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; }
        .colorlib-nav ul li.has-dropdown .dropdown:before {
          bottom: 100%;
          left: 40px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-bottom-color: #000;
          border-width: 8px;
          margin-left: -8px; }
        .colorlib-nav ul li.has-dropdown .dropdown li {
          display: block;
          margin-bottom: 7px; }
          .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
            margin-bottom: 0; }
          .colorlib-nav ul li.has-dropdown .dropdown li a {
            padding: 2px 0;
            display: block;
            color: #999999;
            line-height: 1.2;
            text-transform: none;
            font-size: 13px;
            letter-spacing: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
              color: #fff; }
      .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
        color: #000; }
    .colorlib-nav ul li.btn-cta a {
      padding: 30px 0px !important;
      color: #fff; }
      .colorlib-nav ul li.btn-cta a span {
        background: #bea34d;
        padding: 10px 20px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px; }
      .colorlib-nav ul li.btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
    .colorlib-nav ul li.active > a {
      color: #bea34d;
      position: relative; }

#colorlib-counter,
.colorlib-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  #colorlib-counter .overlay,
  .colorlib-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }

.colorlib-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .colorlib-video {
      height: 450px; } }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#colorlib-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #colorlib-hero .btn {
    font-size: 24px; }
    #colorlib-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #colorlib-hero .flexslider .slides li {
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 700px;
        position: relative; }
        #colorlib-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.4);
          z-index: 1; }
    #colorlib-hero .flexslider .flex-control-nav {
      display: none !important;
      bottom: 40px;
      z-index: 1000; }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 44px;
          line-height: 1.3;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 44px;
          line-height: 1.3;
          font-weight: 700;
          margin-bottom: 30px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 15px 30px;
          background: #31486f !important;
          color: #fff;
          border: none !important;
          font-size: 18px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #bea34d !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
          width: 100% !important;
          margin-bottom: 10px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
            width: 100%;
            background: #fff;
            border: none; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
          font-size: 20px;
          color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart {
            color: #d9534f; }

.colorlib-bg-section {
  background: rgba(0, 0, 0, 0); }

#colorlib-about,
#colorlib-practice,
#colorlib-testimonial,
#colorlib-started,
#colorlib-blog,
#colorlib-contact,
#colorlib-footer {
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #colorlib-about,
    #colorlib-practice,
    #colorlib-testimonial,
    #colorlib-started,
    #colorlib-blog,
    #colorlib-contact,
    #colorlib-footer {
      padding: 3em 0; } }

#colorlib-counter {
  padding: 4em 0;
  clear: both; }

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #fff;
      background: #bea34d;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-counters .counter-wrap {
    border: 1px solid red !important; }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Playfair Display", Georgia, serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

#colorlib-intro,
#colorlib-content,
#colorlib-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }

#colorlib-content .video, #colorlib-content .choose,
#colorlib-consult .video,
#colorlib-consult .choose {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #colorlib-content .video, #colorlib-content .choose,
    #colorlib-consult .video,
    #colorlib-consult .choose {
      width: 100% !important; } }

#colorlib-content .video,
#colorlib-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

#colorlib-content .choose,
#colorlib-consult .choose {
  width: 50%;
  padding: 40px 40px; }

#colorlib-content .choose-form,
#colorlib-consult .choose-form {
  background: #0b162a; }
  #colorlib-content .choose-form .colorlib-heading,
  #colorlib-consult .choose-form .colorlib-heading {
    margin-bottom: 40px; }
    #colorlib-content .choose-form .colorlib-heading h2,
    #colorlib-consult .choose-form .colorlib-heading h2 {
      color: #fff; }
  #colorlib-content .choose-form .form-control,
  #colorlib-consult .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8); }
    #colorlib-content .choose-form .form-control:active, #colorlib-content .choose-form .form-control:focus,
    #colorlib-consult .choose-form .form-control:active,
    #colorlib-consult .choose-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #bea34d; }

.progress-bar {
  background-color: #31486f !important;
  font-size: 16px; }

#colorlib-intro {
  z-index: 0;
  padding-bottom: 7em; }

.third-col {
  padding: 2em;
  margin-top: -40px;
  z-index: 1;
  width: 50%;
  background: #415f92;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .third-col {
      width: 100% !important; } }
  .third-col h2 {
    color: #fff;
    font-weight: 700; }
  .third-col.third-col-color {
    background: #31486f; }
  .third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%; }
    .third-col .icon i {
      font-size: 200px;
      color: rgba(255, 255, 255, 0.05); }

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services h3 {
    font-weight: 400; }
    .services h3 a {
      color: #31486f; }
  .services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      font-size: 60px;
      line-height: 40px;
      color: #31486f; }
  .services:hover, .services:focus {
    background: #31486f;
    color: rgba(255, 255, 255, 0.7); }
    .services:hover h3 a, .services:focus h3 a {
      color: #fff; }
    .services:hover .icon i, .services:focus .icon i {
      color: #bea34d; }

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #bea34d;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-contact-info ul {
  padding: 0;
  margin: 0; }
  .colorlib-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative; }
    .colorlib-contact-info ul li:before {
      color: #bea34d;
      position: absolute;
      left: 0;
      top: .05em;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .colorlib-contact-info ul li.address:before {
      font-size: 30px;
      content: "\e9d1"; }
    .colorlib-contact-info ul li.phone:before {
      font-size: 23px;
      content: "\e9f4"; }
    .colorlib-contact-info ul li.email:before {
      font-size: 23px;
      content: "\e9da"; }
    .colorlib-contact-info ul li.url:before {
      font-size: 23px;
      content: "\e9af"; }
.colorlib-contact-info ul li.whatsapp:before {
    font-size: 25px;
    content: "\f232"; /* FontAwesome WhatsApp Unicode */
    font-family: "Font Awesome 6 Brands";
    color: #bea34d; /* Altın rengin */
}
.colorlib-contact-info ul li.linkedin:before {
    font-size: 25px;
    content: "\f0e1"; /* LinkedIn Unicode */
    font-family: "Font Awesome 6 Brands";
    color: #bea34d; /* Altın rengi */
}


.features {
  margin-bottom: 3em;
  width: 100%;
  float: left; }

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading.colorlib-heading-sm {
    margin-bottom: 2em; }
  .colorlib-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400; }
  .colorlib-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282; }
  .colorlib-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
  .colorlib-heading.colorlib-heading2 h2 {
    font-size: 60px;
    font-weight: 700; }
  .colorlib-heading.colorlib-heading2 p {
    font-size: 24px;
    margin-bottom: 40px; }

#colorlib-testimonial .testimony-slide {
  text-align: center; }
  #colorlib-testimonial .testimony-slide span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #000; }
  #colorlib-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #colorlib-testimonial .testimony-slide figure img {
      width: 140px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  #colorlib-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #colorlib-testimonial .testimony-slide blockquote {
        width: 100%; } }

#colorlib-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%; }
  #colorlib-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada; }
    #colorlib-testimonial .arrow-thumb a:hover, #colorlib-testimonial .arrow-thumb a:focus, #colorlib-testimonial .arrow-thumb a:active {
      text-decoration: none; }

#colorlib-testimonial .owl-theme .owl-dots .owl-dot.active span, #colorlib-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #bea34d; }

#colorlib-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #31486f; }

.colorlib-staff {
  text-align: center;
  margin-bottom: 30px; }
  .colorlib-staff img {
    width: 100%;
    margin-bottom: 20px; }
  .colorlib-staff h3 {
    font-size: 24px;
    margin-bottom: 5px; }
  .colorlib-staff p {
    margin-bottom: 30px; }
  .colorlib-staff .role {
    color: gray;
    margin-bottom: 30px;
    font-weight: normal;
    display: block; }

#colorlib-started {
  padding: 3em 0 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #colorlib-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  #colorlib-started .colorlib-heading h2 {
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px !important; }
  #colorlib-started .colorlib-heading p {
    color: rgba(255, 255, 255, 0.5); }
  #colorlib-started .btn {
    height: 54px;
    border: none !important;
    background: #bea34d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px; }
  #colorlib-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #colorlib-started .form-inline .form-group .form-control {
      width: 100%; }

.blog-featured a img {
  margin-bottom: 30px; }

.blog-featured h2 a {
  color: #31486f; }
  .blog-featured h2 a:hover {
    color: #bea34d; }

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em; }
  .blog-entry .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    float: left; }
  .blog-entry .desc {
    padding-left: 170px; }
    .blog-entry .desc h3 a {
      color: #31486f; }
      .blog-entry .desc h3 a:hover {
        color: #bea34d; }
    .blog-entry .desc .meta {
      color: #999999;
      font-size: 16px;
      margin-bottom: 10px; }

.colorlib-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .colorlib-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .colorlib-blog > a img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .colorlib-blog {
      width: 100%; } }
  .colorlib-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .colorlib-blog .blog-text span {
      display: inline-block;
      margin-bottom: 20px; }
      .colorlib-blog .blog-text span.comment {
        float: right; }
        .colorlib-blog .blog-text span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .colorlib-blog .blog-text span.comment a i {
            color: #bea34d;
            padding-left: 7px; }
    .colorlib-blog .blog-text .meta {
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 10px; }
    .colorlib-blog .blog-text h3 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .colorlib-blog .blog-text h3 a {
        color: black; }

#colorlib-footer {
  background: #0b162a;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 4em 0; }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a:hover {
          text-decoration: underline; }
  #colorlib-footer h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #bea34d;
    padding-bottom: 15px; }
  #colorlib-footer .colorlib-widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-widget {
        text-align: left; } }
  #colorlib-footer .copyright .block {
    display: block; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e921";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }



.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #bea34d;
  color: #fff;
  border: 2px solid #bea34d; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #c5ad60 !important;
    border-color: #c5ad60 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #bea34d;
    border: 2px solid #bea34d; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #bea34d;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bea34d; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }






/*EKLEME*/
.about-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

/* SAĞDAKİ FOTOĞRAF – Üstten taşıyor */
.about-photo {
    position: absolute;
    right: 0;
    top: -40px;
    width: 50%;
    height: calc(100% + 40px);
    background: url('../images/img_bg_3.jpg') center/cover no-repeat;
    z-index: 1;
}

/* BEYAZ KART */
.about-box {
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;

    width: 55%;
    background: #ffffff;

    display: flex;
    flex-direction: column;
    justify-content: center;

    /* Yazının sağda başlamasını sağlayan boşluk ayarı */
    padding: 120px 140px 120px 200px;
    /*    top   right   bottom   left 
          soldan 200px boşluk → yazı sağda başlar */

    margin-left: 60px; /* Fotoğrafın üstüne kaydırır */
    z-index: 2;
}

/* Yazılar normal sol hizalı (ARTIK RTL YOK!) */
.about-box * {
    text-align: justify;
}

/* BAŞLIKLAR + METİN */
.about-sub {
    font-size: 16px;
    color: #8a6b4f;
}

.about-box span {
    margin-right: 40px;
    text-align: right;
}

.about-box h2 {
    font-size: 48px;
    color: #8a6b4f;
    margin: 40px 0 28px;
    text-align: right;
}

.about-box p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    margin-right: 40px;
}

/* Detay butonu sağa çek */
.detail-btn {
    color: #b38b65;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #b38b65;
    padding-bottom: 4px;
    float: right;
    text-align: right;
}

/* SAĞ ÜSTTE İKON */
.about-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ba9166;
    padding: 18px 25px;
    z-index: 3;
}

.about-icon i {
    font-size: 40px;
    color: #fff;
}

/* ANİMASYON */
.fade-start {
    opacity: 0;
    transform: translate(-50px);
    transition: 0.8s ease;
}

.fade-active {
    opacity: 1;
    transform: translateY(0);
}

/*TERSİ*/
/* TERS VERSİYON */
.reverse {
    position: relative;
    height: 90vh;
    overflow: hidden;
    background: #fff;
}

/* FOTOĞRAF SOLDAYKEN */
.about-photo-left {
    position: absolute;
    left: 0;
    top: -40px; /* üstten biraz taşma efekti */
    width: 50%;
    height: calc(100% + 40px);
    background: url('../images/avukat_resmi4.webp') center/cover no-repeat;
    z-index: 1;
}

/* BEYAZ YAZI KUTUSU — SAĞDA */
.about-box-left {
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0;

    width: 55%;
    background: #ffffff;

    display: flex;
    flex-direction: column;
    justify-content: center;

    /* Yazı solda başlasın */
    padding: 120px 200px 120px 140px;
    /*     top   right   bottom   left */

    margin-right: 60px; /* Kartı fotoğrafın üstüne bindirir */
    z-index: 3;

    text-align: justify;
}

/* METİN STİLLERİ */
.about-sub-left {
    font-size: 16px;
    color: #8a6b4f;
}

.about-box-left h2 {
    font-size: 48px;
    color: #8a6b4f;
    margin: 40px 0 28px;
    text-align: left;
}

.about-box-left p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    margin-left: 40px;
}

/* Detay butonu sola çek */
.detail-btn-left {
    margin-top: 38px;
    color: #b38b65;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #b38b65;
    padding-bottom: 4px;
    float: left;
}

/* Sol üstte ikon */
.about-icon-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ba9166;
    padding: 18px 25px;
    z-index: 4;
}

.about-icon-left i {
    font-size: 40px;
    color: #fff;
}

/* ANİMASYON: SAĞDAN SOLA */
.fade-start-left {
    opacity: 0;
    transform: translateX(50px); /* SAĞDAN gelir */
    transition: 0.8s ease;
}

.fade-active-left {
    opacity: 1;
    transform: translateX(0);
}

/*YAZILAR KAYMASIN DİYE*/
.about-section,
.about-section.reverse {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 80px 0; /* üst/alt boşluk sabit */
}

/* Fotoğraflar */
.about-photo,
.about-photo-left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center;
}

/* Sağ fotoğraf */
.about-photo {
    right: 0;
}

/* Sol fotoğraf */
.about-photo-left {
    left: 0;
}

/* Yazı kutusu — artık absolute değil! */
/* KAYMA YOK — TERTEMİZ */
.about-box,
.about-box-left {
    position: relative;
    background: #fff;
    padding: 60px 60px;
    width: 55%;
    z-index: 2;
}

/* Sağdaki normal */
.about-box {
    margin-left: 0;
    margin-right: auto;
}

/* Soldaki ters */
.about-box-left {
    margin-right: 0;
    margin-left: auto;
}


/* ============================
   1100px ALTINDA RESPONSIVE
   Bölüm 1 → Yazı Üstte / Foto Altta
   Bölüm 2 → Foto Üstte / Yazı Altta
===============================*/
@media (max-width: 1100px) {

    /* TÜM BÖLÜMLER BLOK HALİNE GELSİN */
    .about-section,
    .about-section.reverse {
        height: auto !important;
        padding: 0 !important;
        display: block;
        position: relative;
    }

    /* FOTOĞRAF GENEL AYAR */
    .about-photo,
    .about-photo-left {
        width: 100% !important;
        height: 280px !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background-size: cover;
        background-position: center;
        margin: 0;
        z-index: 1;
    }

    /* YAZI KUTUSU GENEL */
    .about-box,
    .about-box-left {
        position: relative !important;
        width: 100% !important;
        padding: 30px 22px !important;
        margin: 0 !important;
        background: #fff;
        z-index: 2;
        box-shadow: none;
    }

    /* BAŞLIKLAR KÜÇÜLSÜN */
    .about-box h2,
    .about-box-left h2 {
        font-size: 30px !important;
        margin-bottom: 20px;
    }
    
    .about-box span {margin-right: 100px;}
    .about-box h2 {margin-right: 100px;}
    .about-box-left h2 {margin-left: 100px;}

    .about-box p,
    .about-box-left p
    {
      text-align: left;
      text-justify: balance;
    }

    .about-box .arabuluculuk {
      margin-top: 85px;
      text-align: left;
      text-justify: balance;
    }
    .about-box-left .arabuluculuk {
      margin-top: 85px;
      text-align: left;
      text-justify: balance;
    }

    /* MOBİLDE KUTULAR AYNI GÖRÜNSÜN */
    .about-icon,
    .about-icon-left {
        background: #ba9166 !important;
        padding: 14px 20px !important;
        display: inline-block !important;
        border-radius: 0; /* istersen yuvarlak yapabiliriz */
        z-index: 10;
    }

    /* Sağdaki ikon */
    .about-icon {
        position: absolute !important;
        top: 15px !important;
        right: 15px !important;
        left: auto !important;
    }

    /* Soldaki ikon (reverse) */
    .about-icon-left {
        position: absolute !important;
        top: 15px !important;
        left: 15px !important;
        right: auto !important;
    }


    /* Buton tam genişlik */
    .detail-btn,
    .detail-btn-left {
        display: block !important;
        width: 100%;
        text-align: center !important;
        float: none !important;
        margin-top: 20px !important;
    }

    /* ================================
       SIRALAMA KONTROLÜ — EN ÖNEMLİ KISIM
    =================================*/

    /* BÖLÜM 1: YAZI → FOTO */
    .about-section .about-box { order: 1; }
    .about-section .about-photo { order: 2; }

    /* BÖLÜM 2 (reverse): FOTO → YAZI */
    .about-section.reverse .about-photo-left { order: 1; }
    .about-section.reverse .about-box-left { order: 2; }

    /* FLEX yaparak sıralamaları işler hale getiriyoruz */
    .about-section,
    .about-section.reverse {
        display: flex;
        flex-direction: column;
    }
}




/* NAVBAR KALICI */
.colorlib-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition: transform 0.35s ease;
}

.nav-hidden {
    transform: translateY(-100%);
}
.nav-visible {
    transform: translateY(0);
}

.colorlib-nav ul li a {
    color: #333;
    transition: color 0.3s ease;
}
.colorlib-nav ul li a:hover {
    color: #b38b65;
}
.colorlib-nav ul li.btn-cta a:hover {
    color: #ffffff !important;
}

/* ======================== */
/*     MOBIL NAVBAR ICON    */
/* ======================== */
/* Hamburger ikon - navbar içinde */
.colorlib-nav-toggle {
    position: absolute;
    top: 25px;       /* navbar yüksekliğine göre süper uyumlu */
    right: 20px;
    width: 30px;
    height: 30px;
    display: none;   /* sadece mobilde görünsün */
    cursor: pointer;
    z-index: 99999;  /* hep üstte dursun */
}
/* Hamburger çizgileri */
.colorlib-nav-toggle i,
.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    left: 0;
    background: #333;
    transition: 0.3s ease;
}

.colorlib-nav-toggle i {
    top: 50%;
    transform: translateY(-50%);
}

.colorlib-nav-toggle i::before {
    top: -8px;
}

.colorlib-nav-toggle i::after {
    top: 8px;
}

/* Hamburger → X animasyonu */
.colorlib-nav-toggle.active i {
    background: transparent;
}
.colorlib-nav-toggle.active i::before {
    transform: rotate(45deg);
    top: 0;
}
.colorlib-nav-toggle.active i::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Desktop menüyü mobilde gizle */
@media(max-width: 1000px) {
    .desktop-menu { display: none; }
    .colorlib-nav-toggle { display: block; }
}
/* =========================== */
/* 🔥 MOBİL MENÜ (SIFIRDAN)     */
/* =========================== */
#mobile-menu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 85px 20px 20px;
    transition: right 0.35s ease;
    z-index: 9998;
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile-menu ul li {
    margin: 15px 0;
}

#mobile-menu ul li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

/* Menü açıldığında */
#mobile-menu.open {
    right: 0;
}
#mobile-menu ul li.active a {
    color: #b1976b !important; /* altın tonu */
}








/* PREMIUM HİZMET KARTI */
.service-card {
    position: relative;
    background: #fff;
    padding: 50px 34px; /* sol-sağ 1px azalttım */
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .35s ease;
}

/* Kart içi arka plan resmi */
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--service-bg) center/cover no-repeat;
    opacity: 0.12;      /* şeffaflık seviyesi */
    filter: blur(2px);
    z-index: 1;
}

/* İçerik görünsün */
.service-card * {
    position: relative;
    z-index: 2;
}

/* Premium ikon */
.service-icon i {
    font-size: 48px;
    color: #2d3640; /* normal ikon rengi */
    transition: .3s ease;
}

/* Başlık */
.service-card h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0.3px;
    transition: .3s ease;
}

/* Paragraf */
.service-card p {
    margin-top: 10px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    text-wrap: balance;
}

.service-content p {
    text-align: justify;
    text-justify: inter-word;
    text-wrap: balance;    /* 🔥 mucize çözüm */
    line-height: 1.45;
    hyphens: auto;
    overflow-wrap: break-word;
}

/* Hover – GOLD PREMIUM EFEKT */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

.service-card:hover .service-icon i,
.service-card:hover h3 {
    color: #c5a16e; /* GOLD */
}

/* Yazıların bulunduğu kutu */
.service-content {
    background: rgba(255, 255, 255, 0.80); /* beyaz şeffaf */
    backdrop-filter: blur(3px);
    padding: 20px 25px;
    border-radius: 12px;
    margin-top: 20px;
    transition: .3s ease;
    padding: 20px 23px; /* sol-sağ 2px azalttım */
}

/* Hover olunca kutuyu hafif gold parlat */
.service-card:hover .service-content {
    background: rgba(255, 255, 255, 0.92);
}

#colorlib-practice .row {
    display: flex;
    flex-wrap: wrap;
}

#colorlib-practice .col-md-4 {
    margin-bottom: 40px; /* 1. ve 2. satır arasında boşluk */
    display: flex;
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.service-card h3 {
    min-height: 60px; /* Başlık alanı sabit olur */
    display: flex;
    align-items: center;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--service-bg) center/cover no-repeat;
    opacity: 0.12;
    filter: grayscale(100%) brightness(0.7);
    transition: .4s ease;
    z-index: 1;
}

.service-card:hover::before {
    opacity: 0.25;
    filter: grayscale(0%) brightness(1.05) sepia(35%) hue-rotate(10deg) saturate(140%);
}

.service-card:hover .service-icon i,
.service-card:hover h3 {
    color: #c5a16e;
}

.service-card:hover .service-content {
    background: rgba(255, 255, 255, 0.95);
}

.service-icon {
    width: 70px; /* sabit alan */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-icon .icon-bg {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.75);
    border-radius: 12px;
    z-index: 1;
}

.service-icon i {
    font-size: 42px;
    z-index: 2;
}
/* ---- HOVER EFEKTİ ---- */
.service-card:hover .icon-bg {
    background: #c5a16e;       /* GOLD kutu */
    opacity: 1;
}

.service-card:hover .service-icon i {
    color: white;               /* ikon beyaz olur: en temiz kontrast */
}


/* ============================
   MOBİLDE 2 KART YAN YANA
===============================*/
@media (max-width: 990px) {

    #colorlib-practice .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: flex !important;
    }

    .service-card {
        padding: 22px 18px !important;
        border-radius: 10px;
    }

    .service-icon {
        width: 52px !important;
        height: 52px !important;
    }

    .service-icon .icon-bg {
        width: 52px !important;
        height: 52px !important;
    }

    .service-icon i {
        font-size: 28px !important;
    }

    /* Başlık */
    .service-card h3 {
        font-size: 16px !important;
        margin-top: 12px !important;
    }

    /* Yazı */
    .service-card p {
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    /* İç kutu */
    .service-content {
        padding: 14px 15px !important;
        border-radius: 10px;
    }
}






/*GOOGLE YORUMLAR*/
/* PREMIUM GOOGLE REVIEW STYLES */

#google-reviews .testimony-slide {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    border: 1px solid #c5a16e;
}

/* Hover efekti — çok hafif */
#google-reviews .testimony-slide:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

/* Üstte ince altın çizgi */
#google-reviews .testimony-slide::before {
    content: "";
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #c5a16e, #e6d2a4);
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Fotoğraf */
#google-reviews figure img {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e0d3b8;
    box-shadow: 0 0 0 4px #fff;
    margin-bottom: 10px;
}

/* İsim */
#google-reviews span {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 17px;
    margin-bottom: 8px;
    letter-spacing: .4px;
}

/* Yıldızlar */
.review-stars i {
    font-size: 19px;
    color: #c5a16e;
    margin-right: 2px;
}

/* Yorum metni */
#google-reviews blockquote p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    font-style: normal;
    margin-top: 10px;
}


/*BLOG CSS*/
#blog-list {
    display: flex;
    flex-wrap: wrap;
}

#blog-list .col-lg-4 {
    display: flex;
}

.colorlib-blog {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.colorlib-blog .blog-text {
    flex-grow: 1;
}

#colorlib-testimonial {
    padding-top: 0 !important;
}





/* Footer iconlu iletişim bilgileri */
.contact-with-icons li {
    margin-bottom: 12px;
    list-style: none;
}

.contact-with-icons a {
    color: #ffffff !important;
    text-decoration: none !important;   /* çizgiyi tamamen kapat */
    display: flex;
    align-items: center;
    gap: 10px; /* ikon ile yazı arası */
    transition: all 0.2s ease;
}

.contact-with-icons i {
    font-size: 18px;
    color: #ffffff;
    transition: color 0.2s ease;
}

/* Hover efekti */
.contact-with-icons a:hover i {
    text-decoration: none !important;   /* hover’da çizgi olmasın */
    color: #b1976b; /* altın ton */
}

.colorlib-social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.colorlib-social-icons a {
  font-size: 22px;
  color: #222;
  transition: 0.3s;
}

.colorlib-social-icons a:hover {
  color: #ffffff; /* WhatsApp yeşili gibi */
  transform: translateY(-3px);
}



/*FOOTER*/
#colorlib-footer {
    padding: 2.5em 0 !important;
}

#colorlib-footer .row-pb-md {
    padding-bottom: 1.5em !important;
}

#colorlib-footer .colorlib-widget {
    margin-bottom: 15px !important;
}




/* FAQ (Soru - Cevap) Alanı */
.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  background: #f7f7f7;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair Display", Georgia, serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-icon {
  font-size: 20px;
  margin-left: 10px;
  transition: transform .25s ease;
}

.faq-answer {
  display: none;
  padding: 15px 20px 18px;
  font-size: 15px;
  text-align: left;
}

.faq-answer ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.faq-answer li {
  margin-bottom: 4px;
}

/* Açık olan item */
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}


/*PRACTICE DETAIL KISMI İÇİN*/
.service-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


/* İletişim Bilgileri Hover Efektleri */
.colorlib-contact-info ul li {
    transition: all 0.25s ease;
    cursor: default;
}

.colorlib-contact-info ul li:hover {
    transform: translateX(5px);
    color: #0d6efd; /* Bootstrap primary mavi */
}

/* Linkler hover */
.colorlib-contact-info ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.colorlib-contact-info ul li:hover a {
    color: #c5a16e;
}




/*Atatürk yazısı*/
/* Başlık kısmını sola hizala */
.text-left-started {
    text-align: left !important;
}

/* Başlık ve yazıları biraz sola çekelim */
#colorlib-started .colorlib-heading2 {
    margin-left: 0 !important;
    padding-left: 20px;  /* çok sola yapışmasın, şık dursun */
}

/* Atatürk imza yazısı rengi */
.ataturk-sign {
    color: #b1976b !important;
    font-weight: 500;
}

#colorlib-started {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

/* Mobilde de sola hizalı kalsın */
@media (max-width: 768px) {
    #colorlib-started .colorlib-heading2 {
        padding-left: 10px;
    }

    #colorlib-started {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}




/*COUNSULT IMAGE*/
.image-box {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    /* ŞEKİLLİ GÖRÜNTÜ */
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);

    /* Hafif zoom efekti */
    transform: scale(1);
    transition: .45s ease;
}

.image-box:hover {
    transform: scale(1.03);
}

/* Altın tonu overlay */
.image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0.35)
    );
}



/*alert yerine başarılı mesajlar vs*/
.form-message {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #2ecc71; /* başarı rengi */
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
    z-index: 999999;
}

.form-message.error {
    background: #e74c3c; /* hata kırmızı */
}

.form-message.show {
    opacity: 1;
    transform: translateY(-10px);
    pointer-events: auto;
}

/* ---- CONFIRM MODAL ---- */
.confirm-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}
.confirm-modal.show {
    display: flex;
}

.confirm-box {
    background: white;
    padding: 25px 30px;
    border-radius: 12px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    animation: fadeIn .3s ease;
}

.confirm-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@keyframes fadeIn {
    from { opacity:0; transform: scale(.9); }
    to   { opacity:1; transform: scale(1); }
}



/* ============================ */
/* BLOG GRID - MOBİLDE 2 SÜTUN */
/* ============================ */
/* ============================ */
/*   BLOG GRID LAYOUT 2 SÜTUN   */
/* ============================ */

#blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    #blog-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #blog-list {
        grid-template-columns: repeat(1, 1fr); /* mobilde 2 sütun */
        gap: 18px;
    }
}

/* bootstrap kolonlarını tamamen yok et (güvenlik) */
.blog-item {
    width: 100% !important;
    padding: 0 !important;
}


/*Hero'nun paddingini kaldırma*/
#colorlib-hero .flexslider .slides {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}








/*premuim çerçeve*/
/* Premium Kart Alanı */
.premium-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    border: 2px solid #E5C26A; /* Açık Altın Sarısı */
    transition: all 0.3s ease;
}


.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.18);
}

/* Fotoğraf Çerçevesi */
.premium-frame {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #E5C26A, #ffffff, #0A2A43); 
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-frame img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
}

/* İsim */
.premium-name {
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
    color: #0A2A43; /* Koyu Mavi */
    font-family: "Playfair Display", serif;
}

/* Meslek */
.premium-role {
    font-size: 16px;
    color: #E5C26A;  /* Gold */
    letter-spacing: 1px;
}

.premium-wrapper {
    float: none !important;
    margin: 0 auto !important;
}


@media (max-width: 1000px) {
    .premium-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 25px !important;
    }

    .premium-frame {
        width: 150px !important;
        height: 150px !important;
    }

    .premium-name {
        font-size: 24px !important;
    }
}













/* KUTU SARMALI */
.kvkk-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* LABEL genel */
.kvkk-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    line-height: 1.4;
}

/* Checkbox input gizle */
.kvkk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* KUTU – çerçeve */
.kvkk-checkmark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid #C1A256;   /* Altın çerçeve */
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.2s ease;
    position: relative;
}

/* Hover efekti */
.kvkk-container:hover .kvkk-checkmark {
    border-color: #d8bb6c;
}

/* Tik işareti (başta gizli) */
.kvkk-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Seçildiğinde altın dolsun */
.kvkk-container input:checked ~ .kvkk-checkmark {
    background-color: #C1A256;
    border-color: #C1A256;
}

/* Seçilince tik göster */
.kvkk-container input:checked ~ .kvkk-checkmark::after {
    display: block;
}

/* Yan yazı stilleri */
.kvkk-text {
    color: #333;
    font-size: 15px;
}

.kvkk-text a {
    color: #C1A256;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.kvkk-text a:hover {
    color: #9b7d37;
}





.footer-links a {
    color: #E5C26A !important; /* Altın sarısı */
    margin: 0 8px;
    position: relative;
    font-weight: 500;
}

/* Linkler arasına altın sarısı ayraç ekle */
.footer-links a:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #E5C26A; /* Ayraç da altın */
}

/* Hover efekti */
.footer-links a:hover {
    color: #fff !important; /* Üzerine gelince beyaz olur */
    text-decoration: underline;
}

.container{
  text-align: justify;
}

@media (max-width: 768px) {
  .container{
    text-align: left;
  }
}

@media (max-width: 768px) {
  .service-content p {
    text-align: left;
    text-wrap: balance;
    line-height: 1.55;
  }
}


.blog-text h3{
  text-align: left;
}

.js-fullheight {
    height: 100svh !important;
}