.section {
  max-width: 1200px;
  margin: auto;
}

.title-area {
  margin-bottom: 24px;
}

.subtitle {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.sub-title {
  font-family: Lato;
  font-weight: 600;
  font-size: 18px;
  color: #22282B;


}
.main-title-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 24px;
}
.main-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 48px;
  color: #22282B;
  line-height: 1.2;
  flex: 1;
}

/* Ana sayfa - HtmlEditor başlık boşlukları (tüm bölümler) */
.title-area .main-title p,
.title-area .main-title span,
.title-area .main-title strong,
.title-area .main-title b {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Manrope !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    background-color: transparent !important;
    line-height: 1.2 !important;
}

.title-area .main-title p {
    display: block;
}

.title-area .main-title p + p {
    margin-top: 0.15em !important;
}

.title-area .main-title p:empty {
    display: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}





.section-description-title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 22px;
  color: #F6A900;

}



.nav-tabs {
  border: none;
}

.nav-link {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #DEDEDE !important;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50px !important;
  color: #2D2E30;

}

.nav-item .nav-link.active {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2 !important;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  border-radius: 22px;
  color: #2D2E30;

}

.nav {
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: start;
  gap: 12px;
}

.nav-link:focus,
.nav-link:hover {
  color: #2D2E30;
}

.description {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  color: #22282B;
  max-width: 700px;
  text-align: start;

}
.section-area {
    padding: 82px 0px 82px;
    padding-bottom: 140px;
    padding-top: 120px;
    text-align: center;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    height: 100%;
    justify-content: center;
}

.section-titles {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
  align-items: center;
}

.section-ust-baslik {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.main-carousel .section-first-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.main-carousel .section-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 82px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.1;
  max-width: none;
  margin: 0 auto;
  padding: 0 24px;
}

.main-carousel .slider-title-second-line {
  white-space: nowrap;
  display: inline-block;
}

.main-carousel .section-title p,
.main-carousel .section-description p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}

.main-carousel .section-description {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  color: #FFFFFF;
  text-align: center;
  max-width: 520px;
  padding: 0 20px;
  margin: 0 auto;
}

.main-carousel .section-area {
  padding: 100px 0 72px;
  text-align: center;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 100%;
  justify-content: center;
}

.main-carousel .section-titles {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
  align-items: center;
}

.main-carousel .slider-button-area {
  display: flex;
  justify-content: center;
}

.main-carousel .slider-button-link {
  text-decoration: none;
  display: inline-block;
}

.main-carousel .slider-button {
  padding: 16px 32px;
  border: 1px solid #FFFFFF;
  border-radius: 130px;
  background-color: unset;
  color: #FFFFFF;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-carousel .slider-button-link:hover .slider-button,
.main-carousel .slider-button:hover {
  background-color: #FFFFFF;
  color: #22282B;
}
.carousel-caption-center {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 100%;
    height: 100%;
}

 .main-carousel .carousel-inner, .main-carousel .carousel-inner .carousel-item img {
    height: 916px;
    object-fit: cover;
}

.bottom-indicators {
  position: absolute;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.carousel-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1730px;
    margin: auto;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    width: 100%;
    padding: 0 27px;
}

.carousel-buttons .carousel-control-prev {
    position: relative;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 50px;
    opacity: 1;
    left: unset;
    top: unset;
}

.carousel-buttons .carousel-control-prev::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    content: "\f053";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.carousel-buttons .carousel-control-next {
    position: relative;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 50px;
    opacity: 1;
    right: unset;
    top: unset;
}


.carousel-buttons .carousel-control-next::after {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.main-carousel .carousel-indicators {
    margin: 0;
    bottom: calc(46px + 70px + 52px);
    column-gap: 8px;
    z-index: 4;
}

.main-carousel .carousel-indicators button {
    border: 0;
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50px;
    opacity: 1;
    background-color: #FFFFFF;
}

.main-carousel .carousel-indicators button.active {
    background-color: #F6A900;
}




.hakkimizda-button-area {
  margin-top: 46px;
  text-align: start;
}

.hakkimizda-contact-button {
  padding: 16px 42px;
  background-color: #102A83;
  border: 2px solid #22282B;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  border-radius: 130px;
  color: #ffffff;

}
.hakkimizda-area{
  margin-top: 120px;
  margin-bottom: 120px;
}

/* Hakkımızda - HtmlEditor paragraf boşlukları */
.hakkimizda-area .section-description {
    color: inherit;
    text-align: start;
    max-width: none;
    padding: 0;
}

.hakkimizda-area .nav {
    margin-top: 16px;
    margin-bottom: 16px;
}

.hakkimizda-area .description p,
.hakkimizda-area .description span,
.hakkimizda-area .description strong,
.hakkimizda-area .description b,
.hakkimizda-area .description li {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Manrope !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #22282B !important;
    background-color: transparent !important;
    line-height: 1.5 !important;
}

.hakkimizda-area .description p + p {
    margin-top: 0.5em !important;
}

.hakkimizda-area .description p:empty {
    display: none;
}

.hakkimizda-area .description br + br {
    display: none;
}

.referans-area{
  background-color: #F6F6F6;
  padding: 96px;
}
.referanslar-logos{
  display: grid;
grid-template-columns: repeat(7, 1fr);
align-items: center;
justify-content: center;
}
.referans-contact-button{
  padding: 16px 32px;
  border: 1px solid #22282B;
  font-family: Manrope;
font-weight: 600;
font-size: 16px;
color: #22282B;
background-color: #F6F6F6;
border-radius: 130px;

}
.service-contact-button{
  padding: 16px 32px;
  border: 1px solid #22282B;
  font-family: Manrope;
font-weight: 600;
font-size: 16px;
color: #22282B;
background-color: #F6F6F6;
border-radius: 130px;

}
.logo-box {
    padding: 20px;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: grayscale(100%);
}

.logo-box:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

.logo-img {
    object-fit: contain;
}



.blog-area{
  margin-top: 120px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-contact-button{
  padding: 16px 32px;
  border: 1px solid #22282B;
  font-family: Manrope;
font-weight: 600;
font-size: 16px;
color: #22282B;
background-color: #ffffff;
border-radius: 130px;

}

.mobile-blog-contact-button{
  display: none;
  padding: 16px 32px;
  border: 1px solid #22282B;
  font-family: Manrope;
font-weight: 600;
font-size: 16px;
color: #22282B;
background-color: #ffffff;
border-radius: 130px;
}
.blog-card {
    border: 1px solid #ddd;
    padding: 20px;
    transition: all 0.3s ease;
    min-height: 340px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.blog-card .blog-ust-title svg circle {
    transition: .4s;
}

.blog-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.blog-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-card-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-date {
    color: #878C91;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    transition: .4s;
}

.blog-ust-title {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.text-button-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.blog-title {
    margin: 10px 0;
    font-family: Manrope;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #010205;
    padding-right: 40px;
    transition: .4s;
}

.blog-desc {
    color: #666;
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 69px;
    flex: 1;
    transition: .4s;
}

.arrow-btn {
    border: 1px solid #000;
    border-radius: 70px;
    padding: 15px 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
    transition: all 0.3s ease;
    transition: .4s;
}

.arrow-btn svg path {
    transition: .4s;
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.blog-card-link .arrow-btn {
    pointer-events: none;
}

/* Blog kartları - sabit kutu boyutu */
.blog-area .blog-card {
    height: 340px;
    min-height: 340px;
    max-height: 340px;
    box-sizing: border-box;
}

.blog-area .home-blog-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.blog-area .home-blog-carousel .owl-item {
    display: flex;
    align-items: stretch;
    height: auto;
}

.blog-area .home-blog-carousel .item {
    display: flex;
    width: 100%;
    height: 100%;
}

.blog-area .home-blog-carousel .blog-card-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    flex: 1;
}

.blog-area .home-blog-carousel .blog-card {
    width: 100%;
}

.blog-area .blog-card .blog-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 70px;
    max-height: 70px;
}

.blog-area .text-button-area {
    align-items: flex-end;
    margin-top: auto;
}

.blog-area .blog-card > .blog-ust-title {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: auto;
    justify-content: flex-end;
}

.blog-area .blog-card .blog-title {
    margin-top: 0;
    padding-right: 110px;
}












.blog-card:hover .blog-card-image,
.blog-card-link:hover .blog-card .blog-card-image {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.blog-card:hover .blog-title,
.blog-card-link:hover .blog-card .blog-title
{
    color: #fff;
    transition: .4s;
}

.blog-card:hover .blog-desc,
.blog-card-link:hover .blog-card .blog-desc
{
    color: #fff;
    transition: .4s;
}

.blog-card:hover .blog-date,
.blog-card-link:hover .blog-card .blog-date
{
    color: #fff;
    transition: .4s;
}

.blog-card:hover .arrow-btn,
.blog-card-link:hover .blog-card .arrow-btn
{
    background: #102A83;
    border-color: #102A83;
    transition: .4s;

}

.blog-card:hover .arrow-btn svg path,
.blog-card-link:hover .blog-card .arrow-btn svg path
{
    stroke: #fff;
    transition: .4s;
}


.blog-card:hover .blog-ust-title svg circle,
.blog-card-link:hover .blog-card .blog-ust-title svg circle
{
    fill: #fff;
    transition: .4s;
}


/*Hizmetler*/

.service-cards {
  columns: 3;
  column-gap: 24px;
}

.service-card {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.service-card > a {
  display: block;
  height: 100%;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.service-cards .service-card:nth-child(1),
.service-cards .service-card:nth-child(6) {
  height: 677px;
}

.service-cards .service-card:nth-child(2),
.service-cards .service-card:nth-child(5) {
  height: 413px;
}

.service-cards .service-card:nth-child(3),
.service-cards .service-card:nth-child(4) {
  height: 545px;
}

.service-card-image {
  position: absolute;
  inset: 0;
}

.service-card-image,
.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), linear-gradient(180deg, rgba(0, 0, 0, 0) 57.11%, rgba(0, 0, 0, 0.7) 100%);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 42px 40px;
    box-sizing: border-box;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    z-index: 2;
}

.card-overlay .hizmet-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

.hizmet-card-button {
    padding: 17px 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F7F8F3;
    border: 1px solid #FFFFFF;
    width: max-content;
    max-width: 100%;
    border-radius: 50px;
    background: transparent;
}

.hizmet-button-area {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
}

.service-card:hover .hizmet-button-area {
    height: 60px;
    transition: 0.4s;
}
.mobil-referans-contact-button{
  display: none;
  padding: 16px 32px;
  border: 1px solid #22282B;
  font-family: Manrope;
font-weight: 600;
font-size: 16px;
color: #22282B;
background-color: #F6F6F6;
border-radius: 130px;
}
.mobil-service-contact-button{
  display: none;
  padding: 16px 32px;
  border: 1px solid #22282B;
  font-family: Manrope;
font-weight: 600;
font-size: 16px;
color: #22282B;
background-color: #F6F6F6;
border-radius: 130px;
}
@media (max-width: 1390px) {
  .service-cards {
    columns: 2;
}
.main-title br {
    display: none;
}
.referanslar-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
}
.blog-desc {
    font-size: 14px;
}
.main-carousel .section-area {
    padding-bottom: 88px;
}
}
@media (max-width: 1150px) {
  .service-cards {
    columns: 2;
}
.main-carousel .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 62px;
    text-align: center;
    color: #FFFFFF;
    max-width: none;
}
.main-title br {
    display: none;
}
.referanslar-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
}
.blog-desc {
    font-size: 14px;
}
.main-carousel .section-area {
    padding-bottom: 80px;
}
}

@media (max-width: 991px) {
.main-carousel .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #FFFFFF;
    max-width: none;
}

.main-carousel .slider-title-second-line {
    white-space: normal;
}

.main-carousel .section-description {
    max-width: 420px;
    font-size: 16px;
}

.main-carousel .carousel-indicators {
    bottom: calc(32px + 58px + 36px);
}
.referanslar-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
}
.section-description-title {
    margin-top: 38px;
}
.main-title {
    font-size: 38px;
}
  .mobil-referans-contact-button{
  display: block;
  margin: auto;
  margin-top: 28px;

}
  .mobil-service-contact-button{
  display: block;
  margin: auto;
  margin-top: 28px;

}
.service-contact-button{
  display: none;
}
.blog-contact-button{
  display: none;
}
.mobile-blog-contact-button{
  display: block;
  margin: auto;
  margin-top: 30px;

}
.referans-contact-button{
  display: none;

}

.referans-area {
    padding: 96px 15px;
}

.blog-area .owl-carousel .owl-stage {
    padding-left: 0!important;
}

}


@media only screen and (max-width: 767px)
{
  .carousel-buttons
  {
    display: none;
  }
    .grid {
    grid-template-columns: 1fr;
  }

.service-cards .service-card:nth-child(1),
.service-cards .service-card:nth-child(6) {
    height: 420px;
}

.service-cards .service-card:nth-child(2),
.service-cards .service-card:nth-child(5) {
    height: 420px;
}

.service-cards .service-card:nth-child(3),
.service-cards .service-card:nth-child(4) {
    height: 420px;
}


}

@media only screen and (max-width: 500px)
{
 .referanslar-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
}
.service-cards {
    columns: 1;
}


}
@media (max-width: 448px) {
 .main-carousel .section-title {
    font-size: 32px;
    max-width: none;
}

.main-carousel .section-description {
    max-width: 300px;
    font-size: 15px;
}
.main-title{
  font-size: 30px;
}
}