/*=============================
	02. Project
===============================*/

:root {
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #666666;
    --tg-heading-color: #000038;
    --tg-theme-primary: #001B90;
    --tg-theme-primary-two: #d70006;
    --tg-theme-secondary: #29ABE2;
    --tg-color-dark-blue: #0E104B;
    --tg-color-dark-blue-two: #001B31;
    --tg-color-dark-blue-three: #0F2C44;
    --tg-color-yellow-light: #FFB930;
    --tg-color-yellow-light-2: #DED9CE;
    --tg-color-white-default: #ffffff;
    --tg-color-sky-blue: #7EA7C8;
    --tg-color-sky-blue-two: #7E93A4;
    --tg-color-gray-1: #DCDCEC;
    --tg-color-gray-2: #C3C3EC;
    --tg-color-gray-3: #EDF6FA;
    --tg-color-gray-4: #F3F8F9;
    --tg-color-gray-5: #DDE3FF;
    --tg-color-gray-6: #96A1B8;
    --tg-color-gray-7: #4C4C5B;
    --tg-color-gray-8: #a6a6a6;
    --tg-color-gray-9: #fceff0;
    --tg-color-gray-10: #F6F6F6;
    --tg-color-gray-11: #F8F8F8;
    --tg-color-gray-12: #F9F9F9;
    --tg-color-gray-13: #696969;
    --tg-color-dark: #1C1A4A;
    --tg-color-black-1: #06042E;
    --tg-color-black-2: #151515;
    --tg-color-black-3: #00002F;
    --tg-color-black-4: #2d2d2d;
    --tg-color-black-5: #000;
    --tg-border-1: #5A5A8E;
    --tg-border-2: #DCE5E9;
    --tg-border-3: #B2BFC5;
    --tg-border-4: #E8ECED;
    --tg-border-5: #C3C3E1;
    --tg-border-6: #E0E0E0;
    --tg-border-7: #E2E2E2;
    --tg-border-8: #DBDBDB;
    --tg-border-9: #FF755E;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
  }

/*=============================
  Cursor Pointer for Clickable Elements
===============================*/
/* Genel tıklanabilir elementler */
a,
a:link,
a:visited,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
[role="button"],
[onclick],
select,
summary,
label[for],
.btn,
.clickable {
    cursor: pointer !important;
}

/* Özel class'lar için cursor pointer */
.modern-service-link,
.modern-service-item a,
.breadcrumb-item a,
.contact-box a,
.contact-box .btn,
.modern-popup-button,
.modern-popup-close,
.plan-button,
.login-btn,
.btn-minimal,
.service-link,
.nav-link,
.dropdown-item,
.navbar-toggler,
.pagination .page-link,
.card-link,
.modern-popup-overlay,
.contact-box-mobile .btn,
.breadcrumb-list a,
.blog-breadcrumb a,
.modern-breadcrumb a {
    cursor: pointer !important;
}

/* Hover durumunda da cursor pointer */
a:hover,
button:hover,
.btn:hover,
[role="button"]:hover,
[onclick]:hover {
    cursor: pointer !important;
}

  .contact-info-container {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 10px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.contact-info:last-child {
    border-bottom: none;
}

.contact-icon {
    font-size: 20px;
    color: #555;
    width: 30px;
    text-align: center;
}

.contact-info strong {
    font-size: 14px;
    color: #222;
    display: block;
}

.contact-info p {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.contact-info a {
    text-decoration: none;
    color: #2d2f31;
}

.contact-info a:hover {
    text-decoration: underline;
}


.project__bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    background-color:#F3F8F9;
  }
  @media (max-width: 991.98px) {
    .project__bg {
      padding: 120px 0;
    }
  }
  @media (max-width: 767.98px) {
    .project__bg {
      padding: 100px 0;
    }
  }
  .project__item {
    position: relative;
    overflow: hidden;
  }
  .project__item-wrap {
    margin: 0 -156px;
  }
  @media (max-width: 1199.98px) {
    .project__item-wrap {
      margin: 0 -250px;
    }
  }
  @media (max-width: 991.98px) {
    .project__item-wrap {
      margin: 0 -300px;
    }
  }
  @media (max-width: 767.98px) {
    .project__item-wrap {
      margin: 0 0;
      padding: 0 15px;
    }
  }
  .project__item-wrap .swiper-slide-active .project__thumb img {
    filter: grayscale(0);
    opacity: 1;
  }
  .project__item-wrap .swiper-slide-active .project__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .project__item-two {
    margin-bottom: 30px;
    position: relative;
  }
  .project__item-two:hover .project__thumb-two img {
    transform: scale(1.03) translateX(5px);
  }
  .project__item-two:hover .project__content-two {
    opacity: 1;
    visibility: visible;
  }
  .project__item-two:hover .project__content-two .title {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
  }
  .project__item-two:hover .project__content-two span {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
  }
  .project__item-three {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .project__item-three:hover .project__thumb-three::before {
    opacity: 0.8;
  }
  .project__item-three:hover .project__icon a {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .project__item-three:hover .project__content-three {
    opacity: 1;
    visibility: visible;
  }
  .project__item-three:hover .project__content-three span {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
  }
  .project__item-three:hover .project__content-three .title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
  }
  .project__thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    filter: grayscale(1);
    opacity: 0.8;
    width: 100%;
    height: 460px;
    object-fit: cover;
  }
  @media (max-width: 767.98px) {
    .project__thumb img {
      height: 300px;
    }
  }
  .project__thumb-two {
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .project__thumb-two img {
    height: 460px;
    object-fit: cover;
    transform: scale(1.03);
    transition: 0.4s ease-in-out;
  }
  @media (max-width: 1199.98px) {
    .project__thumb-two img {
      height: 430px;
    }
  }
  .project__thumb-three {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .project__thumb-three::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
  }
  .project__thumb-three img {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }
  .project__content {
    position: absolute;
    left: 30px;
    bottom: 40px;
    background:#000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 40px 25px 25px;
    min-width: 385px;
    justify-content: space-between;
    gap: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 1199.98px) {
    .project__content {
      left: 20px;
      bottom: 20px;
    }
  }
  @media (max-width: 767.98px) {
    .project__content {
      flex-wrap: wrap;
      right: 20px;
      min-width: auto;
      padding: 20px 20px 25px 25px;
    }
  }
  .project__content .title {
    margin-bottom: 8px;
    color:#fff;
    font-size: 24px;
    text-transform: capitalize;
  }
  .project__content span {
    display: block;
   color:#fff;
    line-height: 1;
    text-transform: capitalize;
  }
  .project__content .right-arrow a svg {
    width: 20px;
    height: 20px;
   color:#fff;
  }
  .project__content .right-arrow a svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
  }
  .project__content .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
  }
  .project__content .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: 0.5;
    transition-delay: 0s, 0s;
  }
  .project__content:hover .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
  }
  .project__content:hover .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
  }
  .project__content-two {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 5px 43px 10px;
    opacity: 0;
    color: #ffffff;
    visibility: hidden;
}

.row.align-items-center.top-space-margin.justify-content-center {
  margin-top: 105px !important;
}

section.top-space-margin.gallery {
  margin-top: 10px !important;
}
  .project__content-two .title {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    background: #f30909;
    border-radius: 5px 4px 4px 0;
    padding: 10px 17px 12px;
  }

  .project__content-two .title a{

    color: #fff;
    font-size: 18px;
  }

  .project__content-two .title a:hover {
    color:#ffffff;
  }

  .project__content-two span {
    font-size: 16px;
    display: inline-block;
    border-radius: 0px 0px 4px 4px;
    background:#fff;
    line-height: 1;
    text-transform: capitalize;
    padding: 10px 14px;
color:#ffffff;
font-size: 20px;
  }
  .project__content-three {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .project__content-three span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #CFCFCF;
    line-height: 1;
    margin-bottom: 10px;
  }
  .project__content-three .title {
   color:#fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .project__icon a {
    position: absolute;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
   background:#001B90;
   color:#fff;
    line-height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    right: 30px;
    top: 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 60px;
  }
  .project__icon a:hover {
    background:#fff;
    color:#000038;
  }
  .project__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
  }
  @media (max-width: 767.98px) {
    .project__nav {
      margin-top: 40px;
    }
  }
  .project__nav .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    background: #B9C3C5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    opacity: 1;
    padding: 0;
    margin: 0 !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .project__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
   background:#001B90;
  }
  .project__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto;
  }
  @media (max-width: 1199.98px) {
    .project__details-inner .col-70 {
      width: 65%;
    }
  }
  @media (max-width: 991.98px) {
    .project__details-inner .col-70 {
      width: 100%;
    }
  }
  .project__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto;
  }
  @media (max-width: 1199.98px) {
    .project__details-inner .col-30 {
      width: 35%;
    }
  }
  @media (max-width: 991.98px) {
    .project__details-inner .col-30 {
      width: 100%;
    }
  }
  .project__details-thumb {
    margin-bottom: 35px;
  }
  .project__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
  @media (max-width: 1199.98px) {
    .project__details-thumb img {
      height: 400px;
    }
  }
  @media (max-width: 767.98px) {
    .project__details-thumb img {
      height: 300px;
    }
  }
  .project__details-content > .title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  @media (max-width: 1199.98px) {
    .project__details-content > .title {
      font-size: 32px;
    }
  }
  .project__details-content > p {
    margin-bottom: 0;
  }
  .project__details-content .title-two {
    font-size: 30px;
    margin-bottom: 20px;
  }
  @media (max-width: 767.98px) {
    .project__details-content .title-two {
      font-size: 25px;
    }
  }
  .project__details-challenge {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .project__details-challenge p {
    margin-bottom: 22px;
  }
  .project__details-services p {
    margin-bottom: 0;
  }
  .project__details-features {
    margin-top: 35px;
  }
  .project__details-features .features__item {
    padding: 35px 30px 30px 42px;
  }
  @media (max-width: 1199.98px) {
    .project__details-features .features__item {
      padding: 35px 25px 30px 25px;
    }
  }
  .project__info .list-wrap li {
   color:#fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .project__info .list-wrap li span {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 5px;
  }
  @media (max-width: 991.98px) {
    .project__sidebar {
      margin-top: 100px;
    }
  }
  .project__sidebar-social .title {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 12px;
  }
  .project__sidebar-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .project__sidebar-social .list-wrap li {
    line-height: 1;
  }
  .project__sidebar-social .list-wrap li a {
   color:#fff;
    font-size: 18px;
    display: block;
  }
  .project__sidebar-social .list-wrap li a:hover {
    transform: translateY(-3px);
  }

  .area__bg {
    background-size: cover;
    background-position: center;
    background-color:#29ABE2;
    position: relative;
    z-index: 1;
  }

  .view-all-btn-two .border-btn {
   color:#001B90;
  }
  .view-all-btn-two .border-btn:hover {
   color:#fff;
  }

  /*=============================
      02. Pricing
  ===============================*/
  .pricing__box {
     background:#fff;
    padding: 60px 70px 70px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  }
  @media (max-width: 1199.98px) {
    .pricing__box {
      padding: 40px 20px 40px;
    }
  }
  @media (max-width: 767.98px) {
    .pricing__box {
      padding: 40px 40px 40px;
    }
  }
  .pricing__top .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  @media (max-width: 1199.98px) {
    .pricing__top .title {
      margin-bottom: 20px;
    }
  }
  .pricing__price .price {
    margin-bottom: 40px;
    font-size: 70px;
    display: flex;
    justify-content: center;
    line-height: 0.8;
  }
  @media (max-width: 1199.98px) {
    .pricing__price .price {
      margin-bottom: 30px;
      font-size: 50px;
    }
  }
  .pricing__price .price span {
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-top: 5px;
  }
  .pricing__price .price strong {
    font-size: 20px;
    margin-top: auto;
  }
  .pricing__content p {
    margin-bottom: 20px;
    line-height: 1.5;
    color:#4C4C5B;
  }
  .pricing__list {
    margin-bottom: 35px;
  }
  .pricing__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color:#4C4C5B;
    text-transform: capitalize;
    gap: 8px;
    margin-bottom: 10px;
  }
  .pricing__list li:last-child {
    margin-bottom: 0;
  }
  .pricing__list li i {
    color:#001B90;
    line-height: 0;
  }
  .pricing__btn .btn {
    background:#001B90;
    border-radius: 30px;
    padding: 17px 38px;
    font-size: 18px;
  }
  .pricing__btn .btn:hover {
    background: #151515;
  }


  /*=============================
	02. Services
===============================*/
.services__area {
    background: var(--tg-color-gray-4);
    position: relative;
    padding: 120px 0 95px;
    z-index: 1;
  }
  @media (max-width: 767.98px) {
    .services__area {
      padding: 100px 0 75px;
    }
  }
  .services__area-three {
    background: var(--tg-theme-secondary);
    position: relative;
    z-index: 1;
  }
  .services__item {
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--tg-color-white-default);
  }
  @media (max-width: 767.98px) {
    .services__item {
      width: 330px;
      margin: 0 auto 25px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__item {
      width: auto;
    }
  }
  .services__item:hover .services__thumb::before {
    opacity: 0.8;
  }
  .services__item:hover .services__thumb .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    color: #ffffff;
  }
  .services__item-two {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 50px;
    margin-bottom: 30px;
  }
  @media (max-width: 1500px) {
    .services__item-two {
      padding: 30px 25px;
    }
  }
  @media (max-width: 991.98px) {
    .services__item-two {
      padding: 30px 30px;
    }
  }
  .services__item-two:hover .services__icon-two {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    transform: rotateY(180deg);
  }
  .services__item-three {
    background: var(--tg-color-white-default);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 26px 26px 44px 26px;
  }
  .services__item-three:hover .services__thumb-three::before {
    opacity: 0.8;
  }
  .services__item-three:hover .services__thumb-three .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .services__item-three:hover .services__icon-three i {
    transform: rotateY(180deg);
  }
  .services__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 25px;
  }
  @media (max-width: 1199.98px) {
    .services__item-top {
      gap: 20px;
    }
  }
  .services__item-top .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
  }
  @media (max-width: 1500px) {
    .services__item-top .title {
      font-size: 22px;
    }
  }
  .services__item-list {
    margin-bottom: 28px;
  }
  .services__item-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: var(--tg-heading-color);
    margin-bottom: 12px;
  }
  .services__item-list li:last-child {
    margin-bottom: 0;
  }
  .services__item-list li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-theme-primary);
    background: var(--tg-color-gray-9);
    line-height: 0;
    font-size: 14px;
  }
  .services__thumb {

    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  @media (max-width: 1199.98px) {
    .services__thumb {
      height: 255px;
    }
  }
  @media (max-width: 991.98px) {
    .services__thumb {
      height: 290px;
    }
  }
  @media (max-width: 767.98px) {
    .services__thumb {
      height: 285px;
      width: 330px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__thumb {
      height: 210px;
      width: 242px;
    }
  }
  .services__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-primary);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .services__thumb img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .services__thumb .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
  }
  .services__thumb-two {
    height: 460px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 767.98px) {
    .services__thumb-two {
      height: 400px;
    }
  }
  .services__thumb-two::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--tg-color-white-default);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
  }
  .services__thumb-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0px 26px 60px 0px rgba(0, 36, 65, 0.8);
    border: 5px solid var(--tg-color-white-default);
  }
  .services__thumb-two:hover::before {
    transform: rotate(-3.505deg);
  }
  .services__thumb-three {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  .services__thumb-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: var(--red-title_1, #151515);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .services__thumb-three img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .services__thumb-three .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .services__thumb-three .btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    border-color: var(--tg-color-white-default);
  }
  .services__thumb-wrap {
    position: relative;
    margin-bottom: 18px;
  }
  .services__icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 22px;
    bottom: 0;
    font-size: 20px;
    line-height: 0;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  @media (max-width: 991.98px) {
    .services__icon {
      left: 30px;
      bottom: 8px;
    }
  }
  @media (max-width: 767.98px) {
    .services__icon {
      left: 29px;
      bottom: 5px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__icon {
      left: 20px;
      bottom: 0;
      width: 50px;
      height: 50px;
      font-size: 30px;
    }
  }
  .services__icon-two {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    font-size: 52px;
    line-height: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  @media (max-width: 1199.98px) {
    .services__icon-two {
      width: 70px;
      height: 70px;
      font-size: 42px;
    }
  }
  .services__icon-three {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid var(--tg-color-white-default);
    font-size: 50px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
  }
  .services__icon-three i {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .services__content {
    padding: 0 24px 25px;
  }
  .services__content .title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .services__content .title a {
    color: #000;
  }
  .services__content p {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .services__content-two > p {
    margin-bottom: 18px;
  }
  .services__content-three {
    position: relative;
    text-align: center;
    padding-top: 60px;
  }
  .services__content-three .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .services__content-three p {
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--tg-color-gray-7);
  }
  @media (max-width: 991.98px) {
    .services__nav-wrap {
      margin-bottom: 50px;
    }
  }
  .services__nav-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: none;
    position: relative;
  }
  .services__nav-wrap .nav-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
  }
  .services__nav-wrap .nav-item {
    display: block;
  }
  .services__nav-wrap .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    border: none;
    gap: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  .services__nav-wrap .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
  }
  .services__nav-wrap .nav-link .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  @media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .left-content {
      gap: 15px;
    }
  }
  .services__nav-wrap .nav-link .left-content i {
    font-size: 40px;
    line-height: 0;
    color: var(--tg-color-sky-blue);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .services__nav-wrap .nav-link .left-content span {
    font-size: 26px;
    font-weight: 700;
    color: var(--tg-color-sky-blue);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .left-content span {
      font-size: 22px;
    }
  }
  .services__nav-wrap .nav-link .arrow {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .arrow {
      width: 45px;
      height: 45px;
    }
  }
  .services__nav-wrap .nav-link.active {
    background: transparent;
  }
  .services__nav-wrap .nav-link.active .left-content i {
    color: var(--tg-theme-primary);
  }
  .services__nav-wrap .nav-link.active .left-content span {
    color: var(--tg-color-white-default);
  }
  .services__nav-wrap .nav-link.active .arrow {
    opacity: 1;
    visibility: visible;
  }
  .services__tab-img {
    margin-left: 100px;
  }
  @media (max-width: 1199.98px) {
    .services__tab-img {
      margin-left: 40px;
    }
  }
  @media (max-width: 991.98px) {
    .services__tab-img {
      margin-left: 0;
    }
  }
  .services__shape-wrap img {
    position: absolute;
    z-index: -1;
  }
  .services__shape-wrap img:nth-child(1) {
    right: -22px;
    top: -18px;
    max-width: 201px;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
  }
  @media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(1) {
      max-width: 170px;
    }
  }
  @media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(1) {
      max-width: 150px;
    }
  }
  @media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(1) {
      max-width: 100px;
      right: -10px;
      top: -10px;
    }
  }
  .services__shape-wrap img:nth-child(2) {
    left: 65px;
    bottom: 25px;
    max-width: 192px;
  }
  @media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(2) {
      left: 20px;
      max-width: 160px;
    }
  }
  @media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(2) {
      max-width: 140px;
      bottom: 20px;
    }
  }
  @media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(2) {
      max-width: 80px;
      bottom: 11px;
    }
  }
  .services__shape-wrap-two img {
    position: absolute;
    z-index: -1;
  }
  .services__shape-wrap-two img:nth-child(1) {
    left: 4%;
    top: 15%;
    max-width: 145px;
  }
  @media (max-width: 1800px) {
    .services__shape-wrap-two img:nth-child(1) {
      left: 2%;
      top: 12%;
      max-width: 120px;
    }
  }
  @media (max-width: 1500px) {
    .services__shape-wrap-two img:nth-child(1) {
      left: 2%;
      top: 5%;
      max-width: 90px;
    }
  }
  @media (max-width: 767.98px) {
    .services__shape-wrap-two img:nth-child(1) {
      display: none;
    }
  }
  .services__shape-wrap-two img:nth-child(2) {
    right: 42px;
    bottom: 62px;
    max-width: 145px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
  @media (max-width: 1800px) {
    .services__shape-wrap-two img:nth-child(2) {
      bottom: 45px;
      max-width: 110px;
    }
  }
  @media (max-width: 1500px) {
    .services__shape-wrap-two img:nth-child(2) {
      bottom: 40px;
      max-width: 85px;
    }
  }
  @media (max-width: 767.98px) {
    .services__shape-wrap-two img:nth-child(2) {
      bottom: 20px;
      max-width: 75px;
    }
  }
  .services__shape-wrap-two img:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 140px;
  }
  .services__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto;
  }
  @media (max-width: 1199.98px) {
    .services__details-inner .col-70 {
      width: 65%;
    }
  }
  @media (max-width: 991.98px) {
    .services__details-inner .col-70 {
      width: 100%;
    }
  }
  .services__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto;
  }
  @media (max-width: 1199.98px) {
    .services__details-inner .col-30 {
      width: 35%;
    }
  }
  @media (max-width: 991.98px) {
    .services__details-inner .col-30 {
      width: 100%;
    }
  }
  .services__details-inner-img {
    position: relative;
  }
  @media (max-width: 767.98px) {
    .services__details-inner-img {
      margin-bottom: 30px;
    }
  }
  .services__details-inner-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
  }
  .services__details-inner-img .play-btn {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
  }
  .services__details-inner-img .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
  }
  .services__details-thumb {
    margin-bottom: 40px;
  }
  @media (max-width: 767.98px) {
    .services__details-thumb {
      margin-bottom: 30px;
    }
  }
  .services__details-thumb img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  @media (max-width: 1199.98px) {
    .services__details-thumb img {
      height: 400px;
    }
  }
  @media (max-width: 767.98px) {
    .services__details-thumb img {
      height: 300px;
    }
  }
  .services__details-content .title {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize;
  }
  @media (max-width: 1199.98px) {
    .services__details-content .title {
      font-size: 32px;
    }
  }
  @media (max-width: 991.98px) {
    .services__details-content .title {
      font-size: 34px;
    }
  }
  @media (max-width: 767.98px) {
    .services__details-content .title {
      font-size: 32px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__details-content .title {
      font-size: 34px;
    }
  }
  .services__details-content > p {
    margin-bottom: 0;
  }
  .services__details-content .title-two {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  @media (max-width: 1199.98px) {
    .services__details-content .title-two {
      font-size: 24px;
    }
  }
  .services__details-content-inner {
    margin-bottom: 35px;
    margin-top: 25px;
  }
  .services__details-content-inner p {
    margin-bottom: 0;
    width: 95%;
  }
  @media (max-width: 767.98px) {
    .services__details-content-inner .progress__wrap {
      margin-top: 25px;
    }
  }
  .services__details-content-inner-two {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .services__details-content-inner-two .col-44 {
    width: 43.5%;
    flex: 0 0 auto;
  }
  @media (max-width: 767.98px) {
    .services__details-content-inner-two .col-44 {
      width: 100%;
    }
  }
  .services__details-content-inner-two .col-56 {
    width: 56.5%;
    flex: 0 0 auto;
  }
  @media (max-width: 767.98px) {
    .services__details-content-inner-two .col-56 {
      width: 100%;
    }
  }
  .services__details-content-inner-two .title-two {
    margin-bottom: 10px;
  }
  .services__details-content-inner-two p {
    margin-bottom: 10px;
  }
  .services__details-benefit {
    margin-top: 30px;
  }
  .services__details-benefit p {
    margin-bottom: 20px;
  }
  .services__sidebar {
    margin-right: 20px;
  }
  @media (max-width: 1199.98px) {
    .services__sidebar {
      margin-right: 0;
    }
  }
  @media (max-width: 991.98px) {
    .services__sidebar {
      margin-top: 100px;
    }
  }
  .services__widget {
    background: var(--tg-color-gray-9);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
  }
  .services__widget:last-child {
    margin-bottom: 0;
  }
  .services__widget-two {
    background: transparent;
    position: relative;
    border: 1px solid #E5E7E8;
    text-align: center;
    padding: 40px 30px 50px;
  }
  .services__widget-three {
    background: var(--tg-theme-primary);
    padding: 25px 30px 35px;
  }
  .services__cat-list .list-wrap li {
    margin-bottom: 3px;
  }
  .services__cat-list .list-wrap li:last-child {
    margin-bottom: 0;
  }
  .services__cat-list .list-wrap li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--tg-color-white-default);
    justify-content: space-between;
    gap: 10px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-black-2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .services__cat-list .list-wrap li a > i {
    font-size: 24px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .services__cat-list .list-wrap li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .services__cat-list .list-wrap li a span i {
    font-size: 30px;
    line-height: 0;
    color: var(--tg-color-gray-8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .services__cat-list .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
  }
  .services__cat-list .list-wrap li a:hover i {
    color: var(--tg-color-white-default);
  }

.plan {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
.plan.green {
    background-color: #f3fbf3;
}
.plan h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333333;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}
.plan .price {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0;
  padding: 20px 5px !important;
  background-color: #f0fff0;
  border-radius: 60px 0px 0px 60px;
  border-left: 4px solid green;
  background-image: linear-gradient(90deg, #165A34 0%, #28A346 100%);
  padding: 16px;
}
.plan ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    color: #555555;
}
.plan ul li {
    margin-bottom: 8px;
    border-bottom: 1px solid #dddd;
}
.plan button {
    background-color: #2e7d32;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}
.plan button:hover {
    background-color: #256429;
}
.plan .note {
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
}
/* plans-table içinde yer alan col-lg-4 ve col-md-8 öğelerine dönüşümlü arka plan rengi */
.plans-table .col-lg-4:nth-child(odd),
.plans-table .col-md-8:nth-child(odd) {
    background-color: white !important; /* Beyaz arka plan */
}

.plans-table .col-lg-4:nth-child(even),
.plans-table .col-md-8:nth-child(even) {
    background-color: green !important; /* Yeşil arka plan */
}

/***
=============================================
Features Two
=============================================
***/
.features-two {
  position: relative;
  display: block;
  background: var(--logistiq-black);
  padding: 120px 0px 90px;
  z-index: 1;
}

.features-two__top {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.features-two__top-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.featureimg img {
    width: 100%; /* Resmi kapsayıcıya göre genişlet */
    height: auto; /* Yükseklik oranını koru */
    object-fit: contain; /* En-boy oranını koruyarak resim kapsayıcıya sığar */
    display: block;
}


.features-two__top .sec-title {
  padding-bottom: 0px;
}

.features-two__top .sec-title__tagline .text h4 {
  color: var(--logistiq-white);
}

.features-two__top .sec-title__title {
  color: var(--logistiq-white);
}

.features-two__top .btn-box {
  position: relative;
  display: block;
  line-height: 0px;
  top: -9px;
}

.features-two__top .btn-box .hover-btn {
  background-color: var(--logistiq-white);
}

.features-two__top .btn-box .thm-btn:hover {
  color: var(--logistiq-black);
}


.features-two .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.features-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.features-two__single-img {
  position: relative;
  display: block;
}

.features-two__single-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.features-two__single-img-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  transition: all 0.4s linear 0s;
  content: "";
  z-index: 1;
}

.features-two__single:hover .features-two__single-img-inner::before {
  height: 80%;
}

.features-two__single-img-inner img {
  width: 100%;
  transition: all 500ms ease;
}

.features-two__single:hover .features-two__single-img-inner img {
  transform: scaleY(1.05);
}

.features-two__single-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 40px 30px 40px;
  padding-top: 0px;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  transition: all 0.4s linear 0s;
  z-index: 5;
}

.bg-gradient-dark-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}


.contact-info i {
    font-size: 19px;
    padding: 10px;
}

.contact-info a {
    color: #121212;
}


.feature-box2 {
    background: #fff;
}

.features-two__single:hover .features-two__single-content {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.features-two__single-content span {
  position: relative;
  display: block;
  color: #fd5523;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.features-two__single-content i {

  color: #fff;

}

.features-two__single-content h2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 8px;
}

.features-two__single-content h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  background: #fd5523;
  height: 2px;
  content: "";
}

.features-two__single-content h2 a {
  color: #fff;
}



.features-two__single-content-bottom {
  position: relative;
  display: block;
  margin-top: 17px;
  opacity: 0;
  transition: all 0.4s linear 0s;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.features-two__single:hover .features-two__single-content-bottom {
  opacity: 1;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.features-two__single-content-bottom p {
  color: #fff;
  font-size: 16px;
}

.features-two__single-content-bottom .btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.features-two__single-content-bottom .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #fd5523;
  border-radius: 50%;
}

.features-two__single-content-bottom .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

/* servicecontent CSS class için özelleştirilmiş stiller */

.servicecontent h1,
.servicecontent h2,
.servicecontent h3,
.servicecontent h4,
.servicecontent h5,
.servicecontent h6 {
    font-weight: bold; /* Kalın yazı stili */
    color: #333333; /* Koyu gri renk tonu */
    margin-bottom: 1rem; /* Alt kısım için boşluk */
}

.servicecontent h1 {
    font-size: 2.5rem; /* Büyük ve dikkat çekici bir yazı tipi boyutu */
}

.servicecontent h2 {
    font-size: 2rem; /* İkinci seviye başlık boyutu */
}

.servicecontent h3 {
    font-size: 1.75rem; /* Üçüncü seviye başlık boyutu */
}

.servicecontent h4 {
    font-size: 1.5rem; /* Dördüncü seviye başlık boyutu */
}

.servicecontent h5 {
    font-size: 1.25rem; /* Beşinci seviye başlık boyutu */
}

.servicecontent h6 {
    font-size: 1rem; /* Altıncı seviye başlık boyutu */
}

.servicecontent p {
    font-size: 1.125rem; /* Orta boyutlu ve kolay okunabilir yazı tipi */
    line-height: 1.8; /* Daha rahat okunabilirlik için satır yüksekliği */
    color: #555555; /* Daha açık bir gri tonu */
    margin-bottom: 1.5rem; /* Paragraflar arasında boşluk */

}

.servicecontent small {
    font-size: 0.875rem; /* Küçük yazı tipi boyutu */
    color: #777777; /* Daha açık gri ton */
}

.servicecontent strong {
    font-weight: bolder; /* Daha belirgin kalınlık */
    color: #000000; /* Siyah renk */
}

/* Mobil cihazlara uyum için medya sorguları */
@media (max-width: 768px) {
    .servicecontent h1 {
        font-size: 2rem; /* Daha küçük ekranlarda h1 boyutunu küçült */
    }

    .servicecontent h2 {
        font-size: 1.75rem; /* Daha küçük ekranlarda h2 boyutunu küçült */
    }

    .servicecontent h3 {
        font-size: 1.5rem; /* Daha küçük ekranlarda h3 boyutunu küçült */
    }

    .servicecontent h4 {
        font-size: 1.25rem; /* Daha küçük ekranlarda h4 boyutunu küçült */
    }

    .servicecontent h5 {
        font-size: 1.125rem; /* Daha küçük ekranlarda h5 boyutunu küçült */
    }

    .servicecontent h6 {
        font-size: 1rem; /* Daha küçük ekranlarda h6 boyutunu küçült */
    }

    .servicecontent p {
        font-size: 1rem; /* Paragraflar için daha küçük yazı tipi boyutu */
    }
}


.servicecontent p a {
    color: #007BFF; /* Bağlantı rengi */
    text-decoration: none; /* Alt çizgiyi kaldır */
}

.servicecontent p a:hover {
    text-decoration: underline; /* Üzerine gelince alt çizgi ekle */
    color: #0056b3; /* Daha koyu bir renk tonu */
}

.servicecontent table strong {
  font-weight: bolder;
  color: #000000;
}

/* Genel Hero Sekmesi */
.hero-section {
    background-size: contain;
    background-position: center; /* Resmi ortalar */
    background-repeat: no-repeat; /* Resmin tekrar etmesini engeller */
    background-attachment: scroll; /* Mobil uyumluluk için sabit yerine kaydırılabilir yap */
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 0;
    align-items: center; /* İçeriği dikey ortalar */
    justify-content: center; /* İçeriği yatay ortalar */
}



/* Hero metni alanı */
.hero-text {
    position: relative;
    z-index: 2;
    padding: 60px 0; /* Üst ve alt padding ile metni yerleştiriyoruz */
}

/* Kategori satırı */
.category {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
}

.category-line {
    width: 30px;
    height: 2px;
    background-color: #FFC107; /* Sarı renk */
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.seo-hidden {
    display: none;
}

.header-with-topbar a {
    color: white;
  }


/* Responsive Tasarım - Küçük ekranlar için */
@media (max-width: 767px) {
    .hero-section {
        height: 35vh;
        background-attachment: scroll;
        background-size: cover;
        padding: 10px 21px 22px 10px;
        margin-top: 0;
    }

    .title {

        font-size: 25px; /* Başlık font boyutunu küçültüyoruz */
    }

    .category {
        font-size: 14px; /* Kategori yazı boyutunu küçültüyoruz */
    }
}

/* Responsive Tasarım - Büyük ekranlar için */
@media (min-width: 1200px) {
    .hero-section {
        height: 45vh; /* Çok büyük ekranlarda daha büyük bir yükseklik */
    }

    .title {
        font-size: 48px; /* Başlık font boyutunu büyütüyoruz */
    }
}

/* Metin gölgeleme */
.text-shadow {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.service-area {
    padding: 90px 0 90px;
}

.service-box {
    background: #fff;
    box-shadow: 0 0 60px 0 #0000000D;
    padding: 20px 20px 15px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.section-main-title h2 {
    font-size: 30px;
}

.service-box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #FFFF21;
    right: 0;
    top: 0;
    border-radius: 30px;
    z-index: -1;
    transition: ease all 0.5s;
}

.service-box:hover::before{
    width: 100%;
    left: 0;
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-icon {
    height: 70px;
    width: 70px;
    background: #FFFF21;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    transition: ease all 0.3s;
}

.service-icon img {
    height: 70px;
    width: 70px;
    background: #FFFF21;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    transition: ease all 0.3s;
    padding: 15px;
}
.service-box:hover .service-icon{
    background: #ffffff;
}

.service-number h4 {
    font-size: 68px;
    color: #CCCCCC;
    font-weight: 700;
    opacity: 0.3;
    transition: ease all 0.3s;
}

.service-box:hover .service-number h4{
    color: #0F1B24;
    opacity: inherit;
}

.service-content h2 {
    margin: 16px 0 20px;
}

.service-content h2 a {
    font-size: 24px;
    color: #0F1B24;
    font-weight: 700;
    line-height: 33px;
    display: inline-block;
    text-decoration: none;
}

.service-content p {
    font-size: 18px;
    font-weight: 400;
    color: #030303;
    line-height: 24px;
}

.ca-pricing-box{
    padding: 32px;
}
.ca-pricing-box-title {
    font-size: 32px;
    line-height: 32px;
    color: #021013;
    transition: .3s;
}
.ca-pring-box-content p {
    color: #5D6061;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
}
.ca-price {
    font-size: 44px;
    line-height: 44px;
    color: #021013;
    transition: .3s;
    margin-bottom: 24px;
}
.ca-price cite {
    color: #5D6061;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    margin-left: -8px;
    transition: .3s;
}
.ca-pring-box-content {
    border-bottom: 1px solid #DFE2E3;
}
.ca-price-list {
    background: #fff;
    border-radius: 7px;
    padding: 24px;
    padding-bottom: 28px;
    margin-top: 56px;
    padding-top: 60px;
    transition: .3s;
}

.ca-price-list ul li span {
    background: #4AB9CF;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 9px;
    margin-right: 8px;
    transition: .3s;
}

.ca-price-list ul li {
    color: #5D6061;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    transition: .3s;
    padding-bottom: 24px;
    list-style: none;
}
.ca-price-list ul li:last-child{
    padding-bottom: 0;
}

.ca-pricing-box {
    background: #F8F9FA;
    border-radius: 15px;
}


.ca-price-btn {
    left: 0;
    top: -50px;
    right: 0;
    text-align: center;
    position: relative;
}

.ca-pricing-box.active {
    background: #4AB9CF;
}
.ca-pricing-box.active .ca-pricing-box-title{
    color: #fff;
    transition: .3s;
}
.ca-pricing-box.active .ca-pring-box-content p {
    color: #fff;
    transition: .3s;
}
.ca-pricing-box.active .ca-price {
    color: #fff;
    transition: .3s;
}
.ca-pricing-box.active .ca-price cite{
    color: #fff;
    transition: .3s;
}
.ca-pricing-box.active .ca-pricebtn{
    background: #fff;
    color: #4AB9CF !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ca-pricing-box.active .ca-pricebtn span{
    background: #4AB9CF;
    color: #fff;
}
.ca-btn-primary-4 {
    transition: .3s;
    left: 0;
    top: -24px;
    right: 0;
    text-align: center;
}

.ca-btn-primary {
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
}
.ca-btn-primary span {
    background: #FF7E43;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    margin-left: 6px;
}

.ca-btn-primary:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1B0901;
    z-index: -1;
    transition: .3s;
    transform: scaleX(0);
}

.ca-btn-primary:hover:after{
    transform: scaleX(1);
    border-radius: 50px;
}

.ca-btn-primary.ca-btn-primary-2:hover:after {
    border-radius: 0;
}

.ca-btn-primary.ca-sec-primary-3 {
    padding: 8px 16px;
}


.ca-btn-primary-22 {
    background: #D11207;
    padding: 16px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.ca-btn-primary-22 span {
    margin-left: 4px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: .3s;
}

.ca-btn-primary-22:hover span{
    transform: rotate(0);
}

.ca-btn-primary-22:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: -1;
    transform: scaleX(0);
    transition: .3s;
}

.ca-btn-primary-22:hover:after {
    transform: scaleX(1);
}
.theme-bg-4 {
    background: #110161;
}
.br-50 {
    border-radius: 50px;
}
/* ============================================
                   TESTIMONIAL Style 2
============================================ */

.subtitle-bg-5:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #fff;
    top: 9px;
    left: 12px;
}


.ca-test-2-content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    transition: .3s;
}

.ca-testimonials{
    margin-bottom: 85px;
    position: relative;
}

.ca-test-2-icon {
    background: #3A3434;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    transition: .3s;
}

.ca-test-2-icon span {
    margin: 0 auto;
}
.ca-test-2-user {
    display: flex;
    align-items: center;
}

.ca-test-2-user-img span img {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.ca-test-2-user-name {
    color: #fff;
    transition: .3s;
}
.ca-test-2-user-img {
    margin-right: 16px;
}
.test-2-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.ca-test-2-user-name span {
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.ca-test-2-content {
    padding-bottom: 24px;
}
.ca-test-2-rating {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 16px;
    transition: .3s;
}

.ca-ratings {
    color: #FFA41C;
    margin-right: 2px;
    transition: .3s;
}
.ca-rating-num {
    color: #fff;
    transition: .3s;
}

.ca-rating-title-2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.ca-test-2-icon span img {
    filter: brightness(0) invert(1);
    transition: .3s;
}
.ca-testimonial-card{
    background-color: #241E1D;
    padding: 24px;
    transition: .3s;
}

/* testimonial 2 active */
.slick-dots li button:before{
    color: transparent !important;
}

.ca-testimonial-card.slick-slide.slick-current.slick-active.slick-center .ca-test-2-content p{
    color: #0C0504;
    transition: .3s;
}
.ca-testimonial-card.slick-slide.slick-current.slick-active.slick-center .ca-test-2-user-name{
    color: #0C0504;
    transition: .3s;
}
.ca-testimonial-card.slick-slide.slick-current.slick-active.slick-center .ca-test-2-icon{
    background: #FAE7E6;
    transition: .3s;
}
.ca-testimonial-card.slick-slide.slick-current.slick-active.slick-center .ca-test-2-icon span img{
    filter: none;
}
.ca-testimonial-card.slick-slide.slick-current.slick-active.slick-center .ca-test-2-rating{
    background: #FAE7E6;
    transition: .3s;
}
.ca-testimonial-card.slick-slide.slick-current.slick-active.slick-center .ca-rating-num{
    color: #0C0504;
    transition: .3s;
}


.ca-testimonial-card.slick-slide.slick-current.slick-active::after {
    height: 100%;
    transition: all .4s;
}
.ca-testimonial-card::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: all .4s;
}

 .ca-testimonial-card {
    position: relative;
    z-index: 1;
}


/* arrow */
.ca-testimonial-2 .priv_arrow {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #241E1D;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    bottom: -74px;
    left: 50%;
    cursor: pointer;
    transition: .3s;
}
.ca-testimonial-2 .next_arrow {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #241E1D;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    bottom: -74px;
    right: 50%;
    cursor: pointer;
    transition: .3s;
}

.priv_arrow.slick-arrow {
    margin: 0 16px;
}
.ca-testimonial-2 .next_arrow:hover,
.ca-testimonial-2 .priv_arrow:hover{
    background: #D11207;
    color: #fff;
    transition: .3s;
}

/* ============================================
                   TESTIMONIAL Style 4
============================================ */
.subtitle-bg-9:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #fff;
    top: 9px;
    left: 12px;
}

.ca-ratings-4 span {
    color: #34b20d;
}



.ca-testimonial-card-4 p{
    color: #5D6061;
}
.ca-testimonial-card-4{
    padding: 32px;
}
.ca-test-4-content p {
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #5D6061;
}
.ca-test-4-content {
    border-bottom: 1px solid #E6E7E7;
}
.ca-test-4-user-name a {
    color: #021013;
}
.ca-test-4-user-name span{
    color: #5D6061;
}

.ca-testimonial-4 .slick-dots li.slick-active{
    height:24px;
    width: 24px;
    background: #354042;
    line-height: 24px;
}

/* ttest */
.ca-testimonial-4 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #354042;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
}

.ca-testimonial-4 li.slick-active {
    background: #354042;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
}

.ca-testimonial-4 .slick-dots .slick-active button {
    background: #fff;
}
/* ============================================
                   TESTIMONIAL Style 3
============================================ */
.ca-testimonial-card-3{
    background:#F8F9FA;
    padding:24px;
    margin: 0 15px;
}

.ca-test-title-3 {
    color: #00060F;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.ca-test-3-user {
    display: flex;
    align-items: center;
}

.test-3-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 3px;
}

.test-3-title a {
    color: #00060F;
    font-weight: 600;
    display: block;
    padding-bottom: 7px;
}

.ca-test-3-user-img {
    margin-right: 16px;
}

.ca-test-3-user-img span {
    height: 60px;
    width: 60px;
    border-radius: 50px;
}

.ca-test-3-user-img span img {
    height: 60px;
    width: 60px;
    border-radius: 50px;
}

.ca-test-3-content p {
    padding-top: 16px;
    padding-bottom: 24px;
    color: #5A5D63;
}
.ca-test-3-rating {
    background: #fff;
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.ca-ratings-3 {
    color: #0E47A1;
    margin-right: 2px;
}
.ca-rating-num-3 {
    color: #00060F;
}
.ca-rating-title-3 {
    font-size: 14px;
    line-height: 14px;
    margin-left: 4px;
}



/* .ca-pricing-box öğelerine sırasıyla beyaz ve mavi arka plan */
.row .col-lg-4:nth-child(odd) .ca-pricing-box {
    background-color: #e1e1e1;
}

.row .col-lg-4:nth-child(even) .ca-pricing-box {
    background-color:#49b9cf61;
}



.ca-testimonial-3 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #CFDAEC;
    border-radius: 50px;
}
.ca-testimonial-3 .slick-dots li.slick-active{
    height:24px;
    width: 24px;
    background: #CFDAEC;
    line-height: 24px;
}

/* ttest */
.ca-testimonial-3 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #CFDAEC;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
}

.ca-testimonial-3 li.slick-active {
    background: #CFDAEC;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    color: #0E47A1;
}

.ca-testimonial-3 .slick-dots .slick-active button {
    background: #0E47A1;
}

.ca-testimonial-card-3 {
    margin-bottom: 30px;
}

.theme-black-bg-4 {
    background: #021013;
}

.theme-custom-bg-1 {
    background: #110161;
}

.theme-custom-bg-2 {
    background: #ea4102;
}

.theme-custom-bg-3 {
    background: #2d6e14;
}

.theme-custom-bg-4 {
    background: #b50d0d;
}

.theme-custom-bg-5 {
    background: #ffffff;
}

.theme-custom-color-1 {
    color: #ffffff;
}

.theme-custom-color-2 {
    color: #040404;
}

.theme-custom-color-3 {
    color: #2d6e14;
}

.theme-custom-color-4 {
    color: #b50d0d;
}

.theme-custom-color-5 {
    color: #ffffff;
}

.theme-custom-link-1 {
    color: #030303;
}

.theme-custom-link-1:hover {
    color: #2e2e2e;
}

.theme-custom-link-2 {
    color: #050850;
}

.theme-custom-link-2:hover {
    color: #353539;
}

.theme-custom-link-3 {
    color: #ff005d;
}

.theme-custom-link-3:hover {
    color: #090909;
}

    /* SEO Uyumlu İçindekiler Stilleri */
    .blog-detail-toc {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 400px;
        overflow-y: auto;
    }

    .blog-detail-toc-item {
        margin-bottom: 6px;
    }

    .blog-detail-toc-link {
        color: #495057;
        text-decoration: none;
        display: block;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 0.9rem;
        line-height: 1.4;
        transition: all 0.3s ease;
    }

    .blog-detail-toc-link:hover {
        color: #007bff;
        background-color: rgba(0, 123, 255, 0.1);
    }

    /* Okuma Bilgileri Stilleri */
    .reading-info {
        font-size: 0.9rem;
    }

    .reading-info i {
        width: 16px;
    }

    .reading-time,
    .publish-date,
    .comment-count {
        display: flex;
        align-items: center;
        font-size: 0.85rem;
    }

    /* Yorum Stilleri */
    .comment {
        display: flex;
        margin-bottom: 20px;
        padding: 20px;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
    }

    .comment-avatar {
        margin-right: 15px;
        flex-shrink: 0;
    }

    .comment-avatar i {
        font-size: 2.5rem;
        color: #6c757d;
    }

    .comment-content {
        flex: 1;
    }

    .comment-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .comment-author {
        font-weight: 600;
        color: #495057;
    }

    .comment-date {
        color: #6c757d;
        font-size: 0.9rem;
    }

    .comment-rating {
        display: flex;
        gap: 2px;
    }

    .comment-text {
        color: #495057;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .comment-actions {
        margin-top: 10px;
    }

    .reply-comment {
        margin-left: 40px;
        background: #f8f9fa;
        border-left: 3px solid #007bff;
    }

    .comment-replies {
        border-top: 1px solid #e9ecef;
        padding-top: 15px;
    }


    .no-comments {
        text-align: center;
        padding: 40px 20px;
        color: #6c757d;
    }

    .meta span {
        margin-right: 20px;
        color: #6c757d;
        font-size: 0.9rem;
    }

    .meta span i {
        margin-right: 5px;
        color: #007bff;
    }

    /* SEO Uyumlu Article Stilleri */
    .article-footer {
        margin-top: 2rem;
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
    }

    /* Küçük butonlar */
    .btn-xs {
        padding: 0.125rem 0.25rem;
        font-size: 0.75rem;
        line-height: 1.25;
        border-radius: 0.125rem;
        min-width: auto;
        height: auto;
    }

    /* Hero başlık rengi */
    .hero-title {
        color: #fff !important;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    /* Hero padding */
    .newservice-hero {
        padding: 45px 0;
    }

    /* Blog ve Hizmet Hero Başlıkları */
    .blog-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .blog-hero-new .blog-title {
        font-size: 2.75rem;
        font-weight: 700;
        line-height: 1.3;
        max-width: 900px;
        width: 100%;
    }

    .blog-hero-new .blog-breadcrumb {
        max-width: 900px;
        width: 100%;
    }

    .blog-hero-new .breadcrumb-mobile {
        display: inline;
        font-size: inherit;
        line-height: inherit;
        word-wrap: break-word;
        white-space: normal;
        max-width: 100%;
    }

    .blog-hero-new .breadcrumb-item.active .breadcrumb-mobile {
        display: inline;
        font-weight: inherit;
    }


    /* Blog Detay Sayfası İçerik Stilleri - Benzersiz Class'lar ile */
    .blog-detail-page .blog-detail-content,
    #blog-content .blog-detail-content {
        /* Font is applied globally from app.blade.php - no need to override */
        line-height: 1.8;
        color: #2c3e50;
        font-size: 16px;
    }

    .blog-detail-page .blog-detail-content h1,
    .blog-detail-page .blog-detail-content h2,
    .blog-detail-page .blog-detail-content h3,
    .blog-detail-page .blog-detail-content h4,
    .blog-detail-page .blog-detail-content h5,
    .blog-detail-page .blog-detail-content h6,
    #blog-content .blog-detail-content h1,
    #blog-content .blog-detail-content h2,
    #blog-content .blog-detail-content h3,
    #blog-content .blog-detail-content h4,
    #blog-content .blog-detail-content h5,
    #blog-content .blog-detail-content h6 {
        font-weight: 700;
        color: #1a202c;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        line-height: 1.4;
    }

    .blog-detail-page .blog-detail-content h1:first-child,
    .blog-detail-page .blog-detail-content h2:first-child,
    .blog-detail-page .blog-detail-content h3:first-child,
    .blog-detail-page .blog-detail-content h4:first-child,
    .blog-detail-page .blog-detail-content h5:first-child,
    .blog-detail-page .blog-detail-content h6:first-child,
    #blog-content .blog-detail-content h1:first-child,
    #blog-content .blog-detail-content h2:first-child,
    #blog-content .blog-detail-content h3:first-child,
    #blog-content .blog-detail-content h4:first-child,
    #blog-content .blog-detail-content h5:first-child,
    #blog-content .blog-detail-content h6:first-child {
        margin-top: 0;
    }

    .blog-detail-page .blog-detail-content h1,
    #blog-content .blog-detail-content h1 {
        font-size: 1.5rem;
        border-bottom: 3px solid #007bff;
        padding-bottom: 0.5rem;
        margin-top: 0;
    }

    .blog-detail-page .blog-detail-content h2,
    #blog-content .blog-detail-content h2 {
        font-size: 1.375rem;
        border-left: 4px solid #007bff;
        padding-left: 1rem;
    }

    .blog-detail-page .blog-detail-content h3,
    #blog-content .blog-detail-content h3 {
        font-size: 1.125rem;
        color: #2d3748;
    }

    .blog-detail-page .blog-detail-content h4,
    #blog-content .blog-detail-content h4 {
        font-size: 1rem;
        color: #4a5568;
    }

    .blog-detail-page .blog-detail-content h5,
    #blog-content .blog-detail-content h5 {
        font-size: 1.125rem;
        color: #718096;
    }

    .blog-detail-page .blog-detail-content h6,
    #blog-content .blog-detail-content h6 {
        font-size: 1rem;
        color: #a0aec0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .blog-detail-page .blog-detail-content p,
    #blog-content .blog-detail-content p {
        margin-bottom: 1.5rem;
        text-align: justify;
    }

    .blog-detail-page .blog-detail-content p:first-child,
    #blog-content .blog-detail-content p:first-child {
        font-size: 1.125rem;
        color: #4a5568;
        font-weight: 400;
    }

    .blog-detail-page .blog-detail-content a,
    #blog-content .blog-detail-content a {
        color: #007bff;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease;
    }

    .blog-detail-page .blog-detail-content a:hover,
    #blog-content .blog-detail-content a:hover {
        border-bottom-color: #007bff;
        color: #0056b3;
    }

    .blog-detail-page .blog-detail-content ul,
    .blog-detail-page .blog-detail-content ol,
    #blog-content .blog-detail-content ul,
    #blog-content .blog-detail-content ol {
        margin-bottom: 1.5rem;
        padding-left: 2rem;
    }

    .blog-detail-page .blog-detail-content li,
    #blog-content .blog-detail-content li {
        margin-bottom: 0.25rem;
        line-height: 1.7;
    }

    .blog-detail-page .blog-detail-content blockquote,
    #blog-content .blog-detail-content blockquote {
        border-left: 4px solid #007bff;
        padding: 1rem 1.5rem;
        margin: 2rem 0;
        background: #f8f9fa;
        border-radius: 0 8px 8px 0;
        font-style: italic;
        color: #4a5568;
    }

    .blog-detail-page .blog-detail-content blockquote p:last-child,
    #blog-content .blog-detail-content blockquote p:last-child {
        margin-bottom: 0;
    }

    .blog-detail-page .blog-detail-content img,
    #blog-content .blog-detail-content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 1.5rem 0;
    }

    /* Masaüstünde resimlerin tam görünmesi için */
    @media (min-width: 992px) {
        .blog-detail-page .blog-detail-content,
        #blog-content .blog-detail-content {
            overflow: visible;
        }

        /* Resimlerin container dışına taşmasına izin ver - tam genişlikte görünsün */
        .blog-detail-page .blog-detail-content img,
        #blog-content .blog-detail-content img {
            width: auto;
            height: auto;
            display: block;
            margin-left: 50%;
            transform: translateX(-50%);
            /* Container genişliğini aşan resimler için maksimum genişlik - viewport genişliğinden padding çıkar */
            max-width: calc(100vw - 4rem);
        }

        /* Container'ın overflow'unu kontrol et */
        .newservice-main .container {
            overflow: visible;
        }

        .newservice-main .row {
            overflow: visible;
        }

        .newservice-main .content {
            overflow: visible;
        }
    }

    .blog-detail-page .blog-detail-content table,
    #blog-content .blog-detail-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 1.5rem 0;
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .blog-detail-page .blog-detail-content th,
    .blog-detail-page .blog-detail-content td,
    #blog-content .blog-detail-content th,
    #blog-content .blog-detail-content td {
        padding: 12px 16px;
        text-align: left;
        border-bottom: 1px solid #e2e8f0;
    }

    .blog-detail-page .blog-detail-content th,
    #blog-content .blog-detail-content th {
        background: #f7fafc;
        font-weight: 600;
        color: #2d3748;
    }

    .blog-detail-page .blog-detail-content code,
    #blog-content .blog-detail-content code {
        background: #f1f5f9;
        color: #e53e3e;
        padding: 2px 6px;
        border-radius: 4px;
        font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
        font-size: 0.875em;
    }

    .blog-detail-page .blog-detail-content pre,
    #blog-content .blog-detail-content pre {
        background: #1a202c;
        color: #e2e8f0;
        padding: 1.5rem;
        border-radius: 8px;
        overflow-x: auto;
        margin: 1.5rem 0;
        font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .blog-detail-page .blog-detail-content pre code,
    #blog-content .blog-detail-content pre code {
        background: none;
        color: inherit;
        padding: 0;
    }

    .blog-detail-page .blog-detail-content hr,
    #blog-content .blog-detail-content hr {
        border: none;
        height: 1px;
        background: linear-gradient(to right, transparent, #e2e8f0, transparent);
        margin: 1.5rem 0;
    }

    .blog-detail-page .blog-detail-content strong,
    #blog-content .blog-detail-content strong {
        font-weight: 600;
        color: #1a202c;
        font-size: 1.05rem;
    }

    /* Blog Detay Sayfası İçerik Stilleri - Daha Çık Gözükmesi İçin */
    .blog .blog-content {
        line-height: 1.95;
        color: #2c3e50;
        font-size: 17px;
    }

    .blog .blog-content h1 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a202c;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        line-height: 1.3;
        border-bottom: 2px solid #e2e8f0;
        padding-bottom: 0.5rem;
    }

    .blog .blog-content h1:first-child {
        margin-top: 0;
    }

    .blog .blog-content h2 {
        font-size: 1.375rem;
        font-weight: 700;
        color: #2d3748;
        margin-top: 1.25rem;
        margin-bottom: 0.5rem;
        line-height: 1.35;
        border-left: 3px solid #cbd5e0;
        padding-left: 0.5rem;
    }

    .blog .blog-content h2:first-child {
        margin-top: 0;
    }

    .blog .blog-content h3 {
        font-size: 1.125rem;
        font-weight: 700;
        color: #4a5568;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.4;
    }

    .blog .blog-content h3:first-child {
        margin-top: 0;
    }

    .blog .blog-content h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #2d3748;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.45;
    }

    .blog .blog-content h5 {
        font-size: 1rem;
        font-weight: 600;
        color: #4a5568;
        margin-top: 0.75rem;
        margin-bottom: 0.375rem;
    }

    .blog .blog-content h6 {
        font-size: 0.875rem;
        font-weight: 600;
        color: #718096;
        margin-top: 0.75rem;
        margin-bottom: 0.375rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .blog .blog-content p {
        margin-bottom: 1rem;
        text-align: justify;
        font-size: 1rem;
        line-height: 1.6;
        color: #4a5568;
    }

    .blog .blog-content p:first-child {
        font-size: 1.125rem;
        color: #2d3748;
        font-weight: 400;
        line-height: 1.7;
    }

    .blog .blog-content strong {
        font-weight: 600;
        color: #1a202c;
        font-size: 1.05rem;
    }

    #blog-content strong {
        font-weight: 600;
        color: #1a202c;
        font-size: 1.05rem;
    }

    .blog .blog-content a {
        color: #2563eb;
        text-decoration: none;
        border-bottom: 1px solid rgba(37, 99, 235, 0.2);
    }

    .blog .blog-content a:hover {
        border-bottom-color: #2563eb;
        color: #1e40af;
    }

    .blog .blog-content ul,
    .blog .blog-content ol {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }

    .blog .blog-content li {
        margin-bottom: 0.25rem;
        line-height: 1.7;
        color: #4a5568;
        font-size: 1rem;
    }

    .blog .blog-content ul li::marker {
        color: #64748b;
    }

    .blog .blog-content blockquote {
        border-left: 3px solid #cbd5e0;
        padding: 0.75rem 1rem;
        margin: 1.5rem 0;
        background: #f8f9fa;
        font-style: italic;
        color: #4a5568;
    }

    .blog .blog-content blockquote p:last-child {
        margin-bottom: 0;
    }

    .blog .blog-content img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        margin: 1rem 0;
        border: 1px solid #e2e8f0;
    }

    .blog .blog-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
        background: white;
        border: 1px solid #e2e8f0;
    }

    .blog .blog-content th,
    .blog .blog-content td {
        padding: 0.5rem 0.75rem;
        text-align: left;
        border-bottom: 1px solid #e2e8f0;
    }

    .blog .blog-content th {
        background: #f8f9fa;
        font-weight: 700;
        color: #1a202c;
        font-size: 0.875rem;
    }

    .blog .blog-content td {
        color: #4a5568;
    }

    .blog .blog-content tr:hover {
        background: #f8f9fa;
    }

    .blog .blog-content code {
        background: linear-gradient(135deg, rgba(215, 0, 6, 0.12) 0%, rgba(255, 107, 107, 0.12) 100%);
        color: #d70006;
        padding: 3px 8px;
        border-radius: 5px;
        font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
        font-size: 0.9em;
        font-weight: 600;
    }

    .blog .blog-content pre {
        background: linear-gradient(135deg, #8b0000 0%, #d70006 100%);
        color: #e2e8f0;
        padding: 2rem;
        border-radius: 12px;
        overflow-x: auto;
        margin: 2rem 0;
        box-shadow: 0 8px 24px rgba(215, 0, 6, 0.25);
        border: 1px solid rgba(255, 107, 107, 0.2);
    }

    .blog .blog-content pre code {
        background: none;
        color: inherit;
        padding: 0;
        font-weight: 400;
    }

    .blog .blog-content hr {
        border: none;
        height: 3px;
        background: linear-gradient(to right, transparent, #ff6b6b, #d70006, #ff6b6b, transparent);
        margin: 2.5rem 0;
        border-radius: 2px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        #blog-content {
            font-size: 15px;
        }

        .blog .blog-content {
            font-size: 16px;
        }

        .blog-detail-page .blog-detail-content h1,
        #blog-content .blog-detail-content h1,
        .blog .blog-content h1 {
            font-size: 1.375rem;
        }

        .blog-detail-page .blog-detail-content h2,
        #blog-content .blog-detail-content h2,
        .blog .blog-content h2 {
            font-size: 1.25rem;
        }

        .blog-detail-page .blog-detail-content h3,
        #blog-content .blog-detail-content h3,
        .blog .blog-content h3 {
            font-size: 1.125rem;
        }

        .blog-detail-page .blog-detail-content h4,
        #blog-content .blog-detail-content h4,
        .blog .blog-content h4 {
            font-size: 1rem;
        }

        .blog-detail-page .blog-detail-content strong,
        #blog-content .blog-detail-content strong,
        .blog .blog-content strong {
            font-size: 1.025rem;
        }

        #blog-content p,
        .blog .blog-content p {
            font-size: 1rem;
        }

        .blog-title,
        .blog-hero-new .blog-title,
        .blog-detail-page .blog-title,
        .service-detail-page .blog-title {
            font-size: 1.5rem;
            max-width: 100%;
            width: 100%;
        }

        .blog-hero-new .blog-breadcrumb {
            max-width: 100%;
            width: 100%;
            display: none;
        }

        .blog-hero-new .breadcrumb-mobile {
            display: inline-block;
            font-size: 0.875rem;
            line-height: 1.4;
            word-wrap: break-word;
            white-space: normal;
            max-width: 100%;
        }

        #blog-content ul, #blog-content ol,
        .blog .blog-content ul,
        .blog .blog-content ol {
            padding-left: 1.75rem;
        }

        #blog-content blockquote,
        .blog .blog-content blockquote {
            margin: 1.5rem 0;
            padding: 1rem 1.5rem;
        }
    }

    /* ============================================
       Modern Share Section Styles - Sade ve Minimal Tasarım
    ============================================= */
    .share-section-modern {
        background: #ffffff;
        border-radius: 8px;
        padding: 20px;
        margin: 30px 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        border: 1px solid #e5e7eb;
        transition: box-shadow 0.2s ease;
        display: block;
    }

    .share-section-modern:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .share-section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid #f3f4f6;
    }

    .share-count-wrapper {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .share-count-wrapper i {
        font-size: 20px;
        color: #4b5563;
        background: #f3f4f6;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        transition: background-color 0.2s ease;
    }

    .share-section-modern:hover .share-count-wrapper i {
        background: #e5e7eb;
    }

    .share-count-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .share-count-text strong {
        font-size: 24px;
        font-weight: 600;
        color: #111827;
        line-height: 1;
    }

    .share-label {
        font-size: 13px;
        color: #6b7280;
        font-weight: 500;
    }

    .share-icons-modern {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .share-link-modern {
        position: relative;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.2s ease;
        border: 1px solid transparent;
        cursor: pointer;
    }

    .share-link-modern i {
        font-size: 18px;
        position: relative;
        transition: transform 0.2s ease;
        color: inherit;
        display: block;
    }

    .share-link-modern:hover i {
        transform: translateX(2px);
    }

    .share-link-modern .share-tooltip {
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%) translateY(5px);
        background: #1f2937;
        color: #fff;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        pointer-events: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    .share-link-modern .share-tooltip::before {
        content: '';
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #1f2937;
    }

    .share-link-modern:hover .share-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        bottom: -38px;
    }

    /* LinkedIn */
    .share-linkedin {
        background: #0077b5;
        color: #fff;
    }

    .share-linkedin:hover {
        background: #005885;
        border-color: #0077b5;
    }

    /* Facebook */
    .share-facebook {
        background: #1877f2;
        color: #fff;
    }

    .share-facebook:hover {
        background: #0d5dbf;
        border-color: #1877f2;
    }

    /* Twitter/X */
    .share-twitter {
        background: #000000;
        color: #fff;
    }

    .share-twitter:hover {
        background: #1a1a1a;
        border-color: #000000;
    }

    /* Email */
    .share-email {
        background: #6b7280;
        color: #fff;
    }

    .share-email:hover {
        background: #4b5563;
        border-color: #6b7280;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .share-section-modern {
            padding: 16px;
            margin: 24px 0;
        }

        .share-section-header {
            margin-bottom: 16px;
            padding-bottom: 12px;
        }

        .share-count-wrapper {
            gap: 10px;
        }

        .share-count-wrapper i {
            width: 36px;
            height: 36px;
            font-size: 18px;
        }

        .share-count-text strong {
            font-size: 20px;
        }

        .share-label {
            font-size: 12px;
        }

        .share-icons-modern {
            gap: 10px;
        }

        .share-link-modern {
            width: 40px;
            height: 40px;
        }

        .share-link-modern i {
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .share-section-modern {
            padding: 14px;
        }

        .share-count-wrapper i {
            width: 32px;
            height: 32px;
            font-size: 16px;
        }

        .share-count-text strong {
            font-size: 18px;
        }

        .share-icons-modern {
            gap: 8px;
        }

        .share-link-modern {
            width: 36px;
            height: 36px;
        }

        .share-link-modern i {
            font-size: 14px;
        }
    }

    /* ============================================
       Modern Comment Form Styles - Sade Tasarım
    ============================================= */
    .comment-form-modern {
        background: #ffffff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        border: 1px solid #e5e7eb;
        transition: box-shadow 0.2s ease;
    }

    .comment-form-modern:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .comment-form-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        margin: -20px -20px 0 -20px;
        border-bottom: 1px solid #f3f4f6;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.2s ease;
    }

    .comment-form-header:hover {
        background-color: #f9fafb;
    }

    .comment-form-header-content {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1;
    }

    .comment-form-header-text {
        flex: 1;
    }

    .comment-form-toggle-icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6b7280;
        transition: transform 0.3s ease, color 0.2s ease;
    }

    .comment-form-toggle-icon i {
        font-size: 14px;
    }

    .comment-form-toggle[aria-expanded="true"] .comment-form-toggle-icon {
        transform: rotate(180deg);
        color: #374151;
    }

    .comment-form-wrapper {
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .comment-form-icon {
        width: 40px;
        height: 40px;
        margin: 0;
        background: #f3f4f6;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s ease;
        flex-shrink: 0;
    }

    .comment-form-icon i {
        font-size: 18px;
        color: #4b5563;
    }

    .comment-form-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #111827;
        margin: 0 0 4px 0;
        text-align: left;
    }

    .comment-form-subtitle {
        font-size: 13px;
        color: #6b7280;
        margin: 0;
        font-weight: 400;
        text-align: left;
    }

    .comment-form-content {
        margin-top: 20px;
    }

    .form-row-modern {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .form-group-modern {
        margin-bottom: 16px;
    }

    .form-label-modern {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        margin-bottom: 8px;
    }

    .form-label-modern i {
        color: #6b7280;
        font-size: 14px;
    }

    .form-control-modern {
        width: 100%;
        padding: 10px 14px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        font-size: 14px;
        color: #111827;
        transition: border-color 0.2s ease;
        font-family: inherit;
    }

    .form-control-modern::placeholder {
        color: #9ca3af;
    }

    .form-control-modern:focus {
        outline: none;
        border-color: #6b7280;
        background: #ffffff;
    }

    .form-textarea-modern {
        resize: vertical;
        min-height: 120px;
        line-height: 1.5;
    }

    .recaptcha-wrapper {
        margin-top: 16px;
        padding: 16px;
        background: #f9fafb;
        border-radius: 6px;
        border: 1px solid #e5e7eb;
    }

    .btn-submit-modern {
        width: 100%;
        padding: 12px 24px;
        background: #374151;
        border: 1px solid #374151;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: background-color 0.2s ease, opacity 0.2s ease;
        margin-top: 8px;
        position: relative;
    }

    .btn-submit-modern:hover:not(:disabled) {
        background: #1f2937;
        border-color: #1f2937;
    }

    .btn-submit-modern:disabled {
        opacity: 0.7;
        cursor: not-allowed;
        background: #6b7280;
        border-color: #6b7280;
    }

    .btn-submit-modern .btn-text {
        font-weight: 600;
    }

    .btn-submit-modern .btn-icon {
        font-size: 16px;
    }

    .btn-submit-modern .btn-loading-icon {
        font-size: 16px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    .comment-message-modern {
        min-height: 40px;
        margin-top: 16px;
    }

    .comment-message-modern .alert {
        border-radius: 6px;
        padding: 14px 18px;
        border: 1px solid transparent;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        animation: slideDown 0.3s ease;
    }

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

    .comment-message-modern .alert-success {
        background: #ecfdf5;
        color: #065f46;
        border-color: #10b981;
    }

    .comment-message-modern .alert-success i {
        color: #10b981;
        font-size: 18px;
    }

    .comment-message-modern .alert-danger {
        background: #fef2f2;
        color: #991b1b;
        border-color: #ef4444;
    }

    .comment-message-modern .alert-danger i {
        color: #ef4444;
        font-size: 18px;
    }

    .comment-message-modern .btn-close {
        margin-left: auto;
        opacity: 0.7;
        padding: 0;
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        transition: opacity 0.2s ease;
    }

    .comment-message-modern .btn-close:hover {
        opacity: 1;
    }

    @media (max-width: 768px) {
        .comment-form-modern {
            padding: 16px;
        }

        .comment-form-header {
            padding: 12px;
            margin: -16px -16px 0 -16px;
        }

        .comment-form-header-content {
            gap: 10px;
        }

        .comment-form-icon {
            width: 36px;
            height: 36px;
        }

        .comment-form-icon i {
            font-size: 16px;
        }

        .comment-form-icon i {
            font-size: 18px;
        }

        .comment-form-title {
            font-size: 1.25rem;
        }

        .comment-form-subtitle {
            font-size: 13px;
        }

        .comment-form-content {
            margin-top: 16px;
        }

        .form-row-modern {
            grid-template-columns: 1fr;
            gap: 0;
            margin-bottom: 12px;
        }

        .form-group-modern {
            margin-bottom: 14px;
        }

        .form-control-modern {
            padding: 10px 12px;
            font-size: 14px;
        }

        .form-textarea-modern {
            min-height: 100px;
        }

        .btn-submit-modern {
            padding: 10px 20px;
            font-size: 14px;
        }

        .recaptcha-wrapper {
            padding: 12px;
        }
    }

    @media (max-width: 480px) {
        .comment-form-modern {
            padding: 14px;
        }

        .comment-form-title {
            font-size: 1.125rem;
        }

        .form-control-modern {
            padding: 9px 12px;
            font-size: 13px;
        }
    }
    /* Okuma Bilgileri Stilleri */
    .reading-info {
        font-size: 0.9rem;
    }

    .reading-info i {
        width: 16px;
    }

    .reading-time,
    .publish-date,
    .view-count {
        display: flex;
        align-items: center;
        font-size: 0.85rem;
    }

    .meta span {
        margin-right: 20px;
        color: #6c757d;
        font-size: 0.9rem;
    }

    .meta span i {
        margin-right: 5px;
        color: #007bff;
    }

    /* Modern Services Box Styles - Kurumsal ve Sade Tasarım */
    .modern-services-card {
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        transition: box-shadow 0.2s ease;
        background: #ffffff;
        position: relative;
    }

    .modern-services-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .modern-services-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1.25rem;
        border-bottom: 2px solid #f3f4f6;
    }

    .modern-services-icon {
        width: 48px;
        height: 48px;
        border-radius: 8px;
        background: #f3f4f6;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background-color 0.2s ease;
    }

    .modern-services-icon i {
        color: #4b5563;
        font-size: 1.25rem;
    }

    .modern-services-card:hover .modern-services-icon {
        background: #e5e7eb;
    }

    .modern-services-title {
        font-size: 1.375rem;
        font-weight: 600;
        color: #111827;
        margin: 0;
        line-height: 1.3;
    }

    .modern-services-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .modern-service-item {
        position: relative;
    }

    .modern-service-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.875rem 1rem;
        text-decoration: none;
        color: #374151;
        background: #ffffff;
        border-radius: 6px;
        transition: all 0.2s ease;
        position: relative;
        border: 1px solid transparent;
        cursor: pointer;
    }

    .modern-service-link:hover {
        background: #f9fafb;
        border-color: #e5e7eb;
        color: #111827;
        cursor: pointer;
    }


    .service-text {
        font-size: 0.9375rem;
        font-weight: 500;
        transition: color 0.2s ease;
        flex: 1;
        line-height: 1.5;
    }

    .service-arrow-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        background: #f3f4f6;
        transition: all 0.2s ease;
        flex-shrink: 0;
    }

    .service-arrow {
        font-size: 0.875rem;
        transition: all 0.2s ease;
        color: #9ca3af;
    }

    .modern-service-link:hover .service-arrow-wrapper {
        background: #e5e7eb;
    }

    .modern-service-link:hover .service-arrow {
        color: #6b7280;
        transform: translateX(2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .modern-services-card {
            border-radius: 8px;
        }

        .modern-services-header {
            gap: 0.875rem;
            margin-bottom: 1.25rem;
            padding-bottom: 1rem;
        }

        .modern-services-icon {
            width: 44px;
            height: 44px;
        }

        .modern-services-icon i {
            font-size: 1.125rem;
        }

        .modern-services-title {
            font-size: 1.25rem;
        }

        .modern-service-link {
            padding: 0.75rem;
            gap: 0.875rem;
        }

        .service-text {
            font-size: 0.875rem;
        }

        .service-arrow-wrapper {
            width: 24px;
            height: 24px;
        }

        .service-arrow {
            font-size: 0.75rem;
        }
    }

    @media (max-width: 480px) {
        .modern-services-title {
            font-size: 1.125rem;
        }

        .modern-service-link {
            padding: 0.75rem;
            gap: 0.75rem;
        }

        .service-text {
            font-size: 0.8125rem;
        }
    }


    /* Servis Detay Sayfası İçerik Stilleri - Daha Çık Gözükmesi İçin */
    /* Servis Detay Sayfası İçerik Stilleri - Benzersiz Class'lar ile */
    .service-detail-page .service-detail-content,
    .servis.service-detail-page .service-detail-content,
    #service-content .service-detail-content {
        line-height: 1.9;
        color: #2c3e50;
        font-size: 17px;
    }

    .service-detail-page .service-detail-content h1,
    .servis.service-detail-page .service-detail-content h1,
    #service-content .service-detail-content h1 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a202c;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
        line-height: 1.3;
        border-bottom: 2px solid #e2e8f0;
        padding-bottom: 0.5rem;
    }

    .service-detail-page .service-detail-content h1:first-child,
    .servis.service-detail-page .service-detail-content h1:first-child,
    #service-content .service-detail-content h1:first-child {
        margin-top: 0;
    }

    .service-detail-page .service-detail-content h2,
    .servis.service-detail-page .service-detail-content h2,
    #service-content .service-detail-content h2 {
        font-size: 1.375rem;
        font-weight: 700;
        color: #2d3748;
        margin-top: 1.25rem;
        margin-bottom: 0.5rem;
        line-height: 1.35;
        border-left: 3px solid #cbd5e0;
        padding-left: 0.5rem;
    }

    .service-detail-page .service-detail-content h2:first-child,
    .servis.service-detail-page .service-detail-content h2:first-child,
    #service-content .service-detail-content h2:first-child {
        margin-top: 0;
    }

    .service-detail-page .service-detail-content h3,
    .servis.service-detail-page .service-detail-content h3,
    #service-content .service-detail-content h3 {
        font-size: 1.125rem;
        font-weight: 700;
        color: #4a5568;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.4;
    }

    .service-detail-page .service-detail-content h3:first-child,
    .servis.service-detail-page .service-detail-content h3:first-child,
    #service-content .service-detail-content h3:first-child {
        margin-top: 0;
    }

    .service-detail-page .service-detail-content h4,
    .servis.service-detail-page .service-detail-content h4,
    #service-content .service-detail-content h4 {
        font-size: 1rem;
        font-weight: 600;
        color: #2d3748;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        line-height: 1.45;
    }

    .servis .servis-content h5 {
        font-size: 1rem;
        font-weight: 600;
        color: #4a5568;
        margin-top: 0.75rem;
        margin-bottom: 0.375rem;
    }

    .servis .servis-content h6 {
        font-size: 0.875rem;
        font-weight: 600;
        color: #718096;
        margin-top: 0.75rem;
        margin-bottom: 0.375rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .servis .servis-content p {
        margin-bottom: 1rem;
        text-align: justify;
        font-size: 1rem;
        line-height: 1.6;
        color: #4a5568;
    }

    .servis .servis-content p:first-child {
        font-size: 1.125rem;
        color: #2d3748;
        font-weight: 400;
        line-height: 1.7;
    }

    .service-detail-page .service-detail-content strong,
    .servis.service-detail-page .service-detail-content strong,
    #service-content .service-detail-content strong {
        font-weight: 600;
        color: #1a202c;
        font-size: 1.05rem;
    }

    .servis .servis-content a {
        color: #2563eb;
        text-decoration: none;
        border-bottom: 1px solid rgba(37, 99, 235, 0.2);
    }

    .servis .servis-content a:hover {
        border-bottom-color: #2563eb;
        color: #1e40af;
    }

    .servis .servis-content ul,
    .servis .servis-content ol {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }

    .servis .servis-content li {
        margin-bottom: 0.25rem;
        line-height: 1.7;
        color: #4a5568;
        font-size: 1rem;
    }

    .servis .servis-content ul li::marker {
        color: #64748b;
    }

    .servis .servis-content blockquote {
        border-left: 3px solid #cbd5e0;
        padding: 0.75rem 1rem;
        margin: 1.5rem 0;
        background: #f8f9fa;
        font-style: italic;
        color: #4a5568;
    }

    .servis .servis-content blockquote p:last-child {
        margin-bottom: 0;
    }

    .servis .servis-content img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
        margin: 1rem 0;
        border: 1px solid #e2e8f0;
    }

    /* Masaüstünde resimlerin tam görünmesi için */
    @media (min-width: 992px) {
        .servis .servis-content {
            overflow: visible;
        }

        /* Resimlerin container dışına taşmasına izin ver - tam genişlikte görünsün */
        .servis .servis-content img {
            width: auto;
            height: auto;
            display: block;
            margin-left: 50%;
            transform: translateX(-50%);
            /* Container genişliğini aşan resimler için maksimum genişlik - viewport genişliğinden padding çıkar */
            max-width: calc(100vw - 4rem);
        }

        /* Container'ın overflow'unu kontrol et */
        .newservice-main .container {
            overflow: visible;
        }

        .newservice-main .row {
            overflow: visible;
        }

        .newservice-main .content {
            overflow: visible;
        }
    }

    .servis .servis-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
        background: white;
        border: 1px solid #e2e8f0;
    }

    .servis .servis-content th,
    .servis .servis-content td {
        padding: 0.5rem 0.75rem;
        text-align: left;
        border-bottom: 1px solid #e2e8f0;
    }

    .servis .servis-content th {
        background: #f8f9fa;
        font-weight: 700;
        color: #1a202c;
        font-size: 0.875rem;
    }

    .servis .servis-content td {
        color: #4a5568;
    }

    .servis .servis-content tr:hover {
        background: #f8f9fa;
    }

    .servis .servis-content code {
        background: linear-gradient(135deg, rgba(0, 27, 144, 0.1) 0%, rgba(41, 171, 226, 0.1) 100%);
        color: #001B90;
        padding: 3px 8px;
        border-radius: 5px;
        font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
        font-size: 0.9em;
        font-weight: 600;
    }

    .servis .servis-content pre {
        background: linear-gradient(135deg, #0E104B 0%, #001B90 100%);
        color: #e2e8f0;
        padding: 2rem;
        border-radius: 12px;
        overflow-x: auto;
        margin: 2rem 0;
        box-shadow: 0 8px 24px rgba(0, 27, 144, 0.2);
        border: 1px solid rgba(41, 171, 226, 0.2);
    }

    .servis .servis-content pre code {
        background: none;
        color: inherit;
        padding: 0;
        font-weight: 400;
    }

    .servis .servis-content hr {
        border: none;
        height: 3px;
        background: linear-gradient(to right, transparent, #29ABE2, #001B90, #29ABE2, transparent);
        margin: 2.5rem 0;
        border-radius: 2px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .servis .servis-content {
            font-size: 16px;
        }

        .service-detail-page .service-detail-content h1,
        .servis.service-detail-page .service-detail-content h1,
        #service-content .service-detail-content h1 {
            font-size: 1.375rem;
        }

        .service-detail-page .service-detail-content h2,
        .servis.service-detail-page .service-detail-content h2,
        #service-content .service-detail-content h2 {
            font-size: 1.25rem;
        }

        .service-detail-page .service-detail-content h3,
        .servis.service-detail-page .service-detail-content h3,
        #service-content .service-detail-content h3 {
            font-size: 1.125rem;
        }

        .service-detail-page .service-detail-content h4,
        .servis.service-detail-page .service-detail-content h4,
        #service-content .service-detail-content h4 {
            font-size: 1rem;
        }

        .service-detail-page .service-detail-content strong,
        .servis.service-detail-page .service-detail-content strong,
        #service-content .service-detail-content strong {
            font-size: 1.025rem;
        }

        .servis .servis-content p {
            font-size: 1rem;
        }

        .servis .servis-content ul,
        .servis .servis-content ol {
            padding-left: 1.75rem;
        }

        .servis .servis-content blockquote {
            margin: 1.5rem 0;
            padding: 1rem 1.5rem;
        }
    }

/* ============================================
   DENGELİ TASARIM - Belirgin ama Shadow Yok
   ============================================ */

.contact-box.contact-box-mobile,
.contact-box-mobile {
    margin-bottom: 20px !important;
    padding: 16px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    border: 2px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: visible !important;
    min-height: auto !important;
}

.contact-box.contact-box-mobile:hover,
.contact-box-mobile:hover {
    border-color: #cbd5e1 !important;
    background: #f9fafb !important;
}

.contact-box.contact-box-mobile .content,
.contact-box-mobile .content {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    height: auto !important;
    flex: 1 !important;
    transition: none !important;
}

/* Belirgin İkonlar */
.contact-box.contact-box-mobile i,
.contact-box-mobile i {
    font-size: 32px !important;
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    animation: none !important;
}

.contact-box.contact-box-mobile:hover i,
.contact-box-mobile:hover i {
    transform: scale(1.05) !important;
}

/* İkon Renkleri - Belirgin Arka Planlar */
.contact-box.contact-box-mobile.phone i,
.contact-box-mobile.phone i {
    color: #ffffff !important;
    background: #3b82f6 !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile.phone:hover i,
.contact-box-mobile.phone:hover i {
    background: #2563eb !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile.whatsapp i,
.contact-box-mobile.whatsapp i {
    color: #ffffff !important;
    background: #25D366 !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile.whatsapp:hover i,
.contact-box-mobile.whatsapp:hover i {
    background: #20ba5a !important;
    box-shadow: none !important;
}

/* Başlık Stili - Daha Belirgin */
.contact-box.contact-box-mobile .content span,
.contact-box-mobile .content span,
.contact-box.contact-box-mobile span,
.contact-box-mobile span {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #6b7280 !important;
    display: block !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Telefon Numarası - Daha Büyük ve Belirgin */
.contact-box.contact-box-mobile .content > a,
.contact-box-mobile .content > a {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-decoration: none !important;
    display: block !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    transition: color 0.2s ease !important;
    position: relative !important;
    z-index: 2 !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
}

.contact-box.contact-box-mobile.phone .content > a:hover,
.contact-box-mobile.phone .content > a:hover {
    color: #3b82f6 !important;
    transform: none !important;
}

.contact-box.contact-box-mobile.whatsapp .content > a:hover,
.contact-box-mobile.whatsapp .content > a:hover {
    color: #25D366 !important;
    transform: none !important;
}

/* Buton Container */
.contact-box.contact-box-mobile .btn-container,
.contact-box-mobile .btn-container {
    margin-top: 0 !important;
    width: auto !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Buton - Belirgin ama Shadow Yok */
.contact-box.contact-box-mobile .btn,
.contact-box-mobile .btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid !important;
    width: auto !important;
    position: relative !important;
    overflow: visible !important;
    box-shadow: none !important;
    cursor: pointer !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.contact-box.contact-box-mobile .btn::before,
.contact-box-mobile .btn::before {
    display: none !important;
}

.contact-box.contact-box-mobile.phone .btn,
.contact-box-mobile.phone .btn {
    background: transparent !important;
    color: #3b82f6 !important;
    border-color: #3b82f6 !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile.phone .btn:hover,
.contact-box-mobile.phone .btn:hover {
    background: #3b82f6 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile.whatsapp .btn,
.contact-box-mobile.whatsapp .btn {
    background: transparent !important;
    color: #25D366 !important;
    border-color: #25D366 !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile.whatsapp .btn:hover,
.contact-box-mobile.whatsapp .btn:hover {
    background: #25D366 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: none !important;
}

.contact-box.contact-box-mobile .btn:active,
.contact-box-mobile .btn:active {
    transform: translateY(0) !important;
}

/* Overlay'leri kaldır */
.contact-box.contact-box-mobile.phone .content::before,
.contact-box-mobile.phone .content::before,
.contact-box.contact-box-mobile.whatsapp .content::before,
.contact-box-mobile.whatsapp .content::before,
.contact-box.contact-box-mobile::after,
.contact-box-mobile::after {
    display: none !important;
}
