.section-top-bar {
    background-color: black !important;
}

.section-top-bar ul li a {
    color: #fff !important;
}

/* Hizmetlerimiz Bölümü */
.gallery-section-1 {
    padding: 60px 0;
}
.gallery-section-1 .gallery-wrapper {
    text-align: center;
}

.gallery-section-1 .gallery-wrapper h1 {
    font-size: 40px;
    font-weight: 800 !important;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.gallery-section-1 .galleryDescription {
    color: #666666 !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    width: 100%;

}
.gallery-section-1 .gallery-wrapper p {
 text-align: center;
 padding: 10px 100px;
}
.gallery-section-1 .gallery-wrapper h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d20d0d;
    bottom: -10px;
    left: 0;
    animation: lineExpand 0.7s ease forwards;
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.gallery-section-1 .custom-col {
    margin-bottom: 30px;
    padding: 0 15px;
}

.gallery-section-1 .img-wrapper {
    height: 100%;
    border: 2px solid #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.gallery-section-1 .img-wrapper:hover {
    border-color: #e30614;

}

.gallery-section-1 .img-wrapper p {
    color: #666 !important;
}

.hizmet-read-more {
    color: #e30614;
    justify-content: end;
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
}

.gallery-section-1 .img-wrapper:hover .hizmet-read-more {
    color: #e30614;
    text-decoration: underline;
}

.gallery-section-1 .custom-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.gallery-section-1 .gallery-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.gallery-section-1 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.05);
}

.gallery-section-1 .gallery-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-section-1 .img-title {
    margin-bottom: 12px;
}

.gallery-section-1 .img-title h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.gallery-section-1 .img-wrapper:hover .img-title h3 {
    color: #e30614;
}

.gallery-section-1 .img-description {
    flex: 1;
}

.gallery-section-1 .img-description p {
    font-size: 14px !important;
    line-height: 1.6;
    color: #666 !important;
    margin: 0;
}

/* Tablet ve Mobil Uyumluluk */
@media (max-width: 991px) {
    .gallery-section-1 .custom-col {
        width: 50% !important;
    }
}

@media (max-width: 576px) {
    .gallery-section-1 .custom-col {
        width: 100% !important;
    }

    .gallery-section-1 .gallery-img {
        height: 200px;
    }
}

/* Counter Section */
#counter-section-0 {
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

#counter-section-0 .container {
    background-color: #f8f8f8 !important;
}

#counter-section-0::before {
    display: none !important;
}

#counter-section-0 .counter-col {
    position: relative;
}

#counter-section-0 .counter-col>div {
    text-align: center;
    padding: 30px 20px;
}

.counterLine {
    display: none !important;
}

.counter-section .counter-content {
    margin: 0 !important;
}

.weta-counter-tag {
    margin: 0;
}

/* Counter Sayılar */
#counter-section-0 .counterNumber {
    font-size: 48px;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 15px 0 10px 0;
    position: relative;
    display: inline-block;
}

#counter-section-0 #counter_1 .counterNumber::after {
    content: "+";
    color: #000;
    font-size: 48px;
    font-weight: 700;
    margin-left: 5px;
}

/* Counter Yazılar */
#counter-section-0 p {
    font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
    letter-spacing: 2.5px;
}

/* Responsive Counter */
@media (max-width: 768px) {
    #counter-section-0 .counter-col>div::before {
        font-size: 40px;
    }

    #counter-section-0 .counterNumber {
        font-size: 36px;
    }

    #counter-section-0 p {
        font-size: 14px;
    }
}

/* Blog Section */
#blog-section-0 {
    padding: 60px 0;
}

#blog-section-0 .rg-wrapper h3 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 50px;
    color: #333;
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
}

#blog-section-0 .rg-wrapper h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d20d0d;
    bottom: -10px;
    left: 0;
    animation: lineExpand 0.7s ease forwards;
}

#blog-section-0 .rg-wrapper {
    text-align: center;
}

#blog-section-0 .custom-col {
    margin-bottom: 30px;
    padding: 0 15px;
}

#blog-section-0 .custom-col>a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#blog-section-0 .custom-col>a:hover {
    background: #f0f0f0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#blog-section-0 .blog-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

#blog-section-0 .blog-image img {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#blog-section-0 .custom-col>a:hover .blog-image img {
    transform: scale(1.05);
}

#blog-section-0 .blog-content-wrapper {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#blog-section-0 .blog-title {
    margin-bottom: 12px;
}

#blog-section-0 .blog-title h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

#blog-section-0 .custom-col>a:hover .blog-title h3 {
    color: #e30614;
}

#blog-section-0 .blog-date {
    margin-bottom: 12px;
}

#blog-section-0 .blog-date span {
    font-size: 13px;
    color: #999;
    font-weight: 500;
}

#blog-section-0 .blog-description {
    flex: 1;
    margin-bottom: 15px;
}

#blog-section-0 .blog-description {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    margin: 0;
}

#blog-section-0 .btn-color {
    background-color: transparent !important;
    color: #e30614 !important;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    align-self: flex-end;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#blog-section-0 .btn-color::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    margin-left: 8px;
    transition: margin-left 0.3s ease;
    position: relative;
    top: 1px;
}

#blog-section-0 .custom-col:hover .btn-color {
    background-color: transparent !important;
    color: #e30614 !important;
    text-decoration: underline;
    transform: none;
}

/* Blog Responsive */
@media (max-width: 991px) {
    #blog-section-0 .custom-col {
        width: 50% !important;
    }
}

@media (max-width: 576px) {
    #blog-section-0 .custom-col {
        width: 100% !important;
    }

    #blog-section-0 .blog-image {
        height: 200px;
    }
}

/* Referanslarımız Section */
.gallery-section-2 {
    padding: 0;
    background: #fff;
}

.gallery-section-2 .gallery-wrapper h1 {
    text-align: left;
    margin-bottom: 50px;
    font-size: 40px;
    color: #333;
    font-weight: 800 !important;
    position: relative;
    display: inline-block;
}

.gallery-section-2 .gallery-wrapper h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d20d0d;
    bottom: -10px;
    left: 0;
    animation: lineExpand 0.7s ease forwards;
}

.gallery-section-2 .gallery-wrapper {
    text-align: center;
}

.gallery-section-2 .swiper-slide {
    padding: 0 10px;
}

.gallery-section-2 .img-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: center;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.gallery-section-2 .img-wrapper:hover {
    border-color: #e30614;
}

.gallery-section-2 .gallery-img {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.gallery-section-2 .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.gallery-section-2 .img-wrapper:hover .gallery-img img {
    transform: scale(1.05);
}

.gallery-section-2 .swiper-pagination-2 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.gallery-section-2 .swiper-pagination-2 .swiper-pagination-bullet {
    background: #e30614;
    opacity: 0.5;
}

.gallery-section-2 .swiper-pagination-2 .swiper-pagination-bullet-active {
    opacity: 1;
}

.gallerySwiper-2 .swiper-scrollbar {
    display: none !important;
}

/* Progress */
.progress {
    border-radius: 25px;
    height: 20px;
    background: #FAFAFA;
    overflow: visible;
}

.progress.progress-border-radius {
    border-radius: 3px;
}

.progress.progress-border-radius .progress-bar {
    border-radius: 3px;
}

.progress.progress-no-border-radius {
    border-radius: 0;
}

.progress.progress-no-border-radius .progress-bar {
    border-radius: 0;
}

.progress.progress-xs {
    height: 5px;
}

.progress.progress-xs .progress-bar {
    line-height: 5px;
    height: auto;
}

.progress.progress-sm {
    height: 10px;
}

.progress.progress-sm .progress-bar {
    line-height: 10px;
    height: auto;
}

.progress.progress-lg {
    height: 35px;
}

.progress.progress-lg .progress-bar {
    font-size: 13px;
    line-height: 35px;
    height: auto;
}

.progress.progress-dark {
    background: #333333;
}

.progress.progress-right-side-value {
    position: relative;
    margin-right: 40px;
}

.progress.progress-right-side-value .progress-bar-value {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(40px, -50%, 0);
}

.progress-bar {
    background-color: var(--grey-500);
    box-shadow: none;
    position: relative;
    border-radius: 25px;
    overflow: visible;
}

.progress-bar-tooltip {
    position: absolute;
    padding: 4px 8px;
    background-color: var(--dark--200);
    color: var(--light);
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
}

.progress-bar-tooltip:after {
    border-color: var(--dark--200) transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}

/* Custom Skills Section */
.custom-stroke-text {
    -webkit-text-stroke: 2px #e6e6e6;
    color: transparent;
    font-size: 80px;
    font-weight: 900;
    opacity: 0.3;
}

.custom-text-primary {
    color: #e30614 !important;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-subtitle {
    line-height: 1.3;
}

.custom-title-dark {
    color: #333 !important;
    font-size: 40px;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: none;
    position: relative;
    display: inline-block;
}

.custom-title-dark::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d20d0d;
    bottom: -10px;
    left: 0;
    animation: lineExpand 0.7s ease forwards;
}

.custom-description {
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 1.6;
}

.custom-text-dark {
    color: #333 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.progress-bg {
    background-color: #e6e6e6 !important;
}

.progress-bar {
    background-color: #e30614 !important;
    transition: width 1.5s ease-in-out;
    width: 0;
}

.progress-bars-style-1 .progress-label {
    margin-bottom: 8px;
}

.progress-bars-style-1 .progress {
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bars-style-1 .progress-bar {
    border-radius: 10px;
}

/* Responsive Skills Section */
@media (max-width: 991px) {
    .custom-stroke-text {
        font-size: 60px;
    }

    .custom-title-dark {
        font-size: 28px;
    }

    .custom-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .custom-stroke-text {
        font-size: 40px;
        -webkit-text-stroke: 1px #e6e6e6;
    }

    .custom-title-dark {
        font-size: 24px;
    }

    .custom-description {
        font-size: 15px;
    }
}

.custom-highlight-text-1 {
    position: relative;
}

.custom-highlight-text-1:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 40%;
    border-bottom: 7px solid #d20d0d;
    opacity: 0.2;
    z-index: 0;
}
.footer-img img {
    max-width: 200px;
}
section#bottom-footer {
    background: #000 !important;
    padding: 10px 0 !important;
}
section#bottom-footer *{
    color: #fff !important;
}
/* CTA Section - Footer Üstü */
.custom-cta-section {
    background-color: #e30614;
    padding: 20px 0;
}

.custom-cta-section .cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.custom-cta-section .cta-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    animation: phoneRing 1.5s infinite;
}

@keyframes phoneRing {
    0%, 100% { transform: rotate(0deg); }
    10%, 30% { transform: rotate(-15deg); }
    20%, 40% { transform: rotate(15deg); }
    50% { transform: rotate(0deg); }
}

.custom-cta-section .cta-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom-cta-section .cta-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.custom-cta-section .cta-phone {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.custom-cta-section .cta-phone:hover {
    color: #fff;
    transform: scale(1.05);
}

/* Responsive CTA */
@media (max-width: 768px) {
    .custom-cta-section .cta-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .custom-cta-section .cta-text {
        flex-direction: column;
        gap: 10px;
    }
    
    .custom-cta-section .cta-title {
        font-size: 16px;
    }
    
    .custom-cta-section .cta-phone {
        font-size: 24px;
    }
}

/* Hakkımızda Section */
.pageDetailContent.textImg {
    padding: 60px 0;
}

.pageDetailContent.textImg .rexa-content h1.weta-icerik-tag {
    font-size: 40px;
    width: 38%;
    font-weight: 800 !important;
    margin-bottom: 30px;
    color: #333;
    position: relative;
    display: inline-block;
}

.pageDetailContent.textImg .rexa-content h1.weta-icerik-tag::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d20d0d;
    bottom: -10px;
    left: 0;
    animation: lineExpand 0.7s ease forwards;
}

.pageDetailContent.textImg .weta-description {
    margin-top: 20px;
}

.pageDetailContent.textImg .weta-description p {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
}

.pageDetailContent.textImg .weta-description strong {
    color: #333 !important;
    font-weight: 700 !important;
}

.pageDetailContent.textImg .weta-description ul {
    margin: 20px 0 !important;
    padding-left: 25px !important;
}

.pageDetailContent.textImg .weta-description ul li {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 10px !important;
    position: relative;
}

.pageDetailContent.textImg .weta-description ul li::marker {
    color: #e30614;
}

.pageDetailContent.textImg .rexa-gorseller {
    display: flex;
    align-items: center;
    height: 100%;
}

.pageDetailContent.textImg .rg-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}


.pageDetailContent.textImg .rgw img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.pageDetailContent.textImg .rg-wrapper:hover .rgw img {
    transform: scale(1.05);
}

/* Responsive Hakkımızda */
@media (max-width: 991px) {
    .pageDetailContent.textImg .rexa-content h1.weta-icerik-tag {
        font-size: 40px;
    }
    
    .pageDetailContent.textImg .weta-description p,
    .pageDetailContent.textImg .weta-description ul li {
        font-size: 15px !important;
    }
    
    .pageDetailContent.textImg .rexa-gorseller {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .pageDetailContent.textImg {
        padding: 40px 0;
    }
    
    .pageDetailContent.textImg .rexa-content h1.weta-icerik-tag {
        font-size: 28px;
    }
    
    .pageDetailContent.textImg .weta-description p,
    .pageDetailContent.textImg .weta-description ul li {
        font-size: 14px !important;
    }
}
.pageSliderContent .sliderJs {
      height: calc(70vh - 75px);
}
.logo img{
  max-height: 65px !important; 
}
.section-header{
  align-content: center;
  height: 100px !important;
}
.footer-pages li a:hover,
.footer-info-list li a:hover{
  color: #e30614 !important;
}

/* İletişim Sayfası */
#contactForm-1 {
    padding: 70px 0;
}

#contactForm-1 .weta-icerik-tag {
    font-size: 32px;
    font-weight: 800 !important;
    color: #333;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

#contactForm-1 .weta-icerik-tag::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #d20d0d;
    bottom: -10px;
    left: 0;
    animation: lineExpand 0.7s ease forwards;
}

#contactForm-1 .contact-group {
    margin-top: 10px;
}

#contactForm-1 .contact-oge {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#contactForm-1 .contact-oge p,
#contactForm-1 .contact-oge a p {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.6;
    margin: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

#contactForm-1 .contact-oge .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #e30614;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 14px;
    margin-top: 2px;
    position: relative;
}

#contactForm-1 .contact-oge .icon i {
    margin-right: 0 !important;
}

#contactForm-1 .contact-oge a {
    color: #555 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

#contactForm-1 .contact-oge a:hover {
    color: #e30614 !important;
}

@media (max-width: 768px) {
    #contactForm-1 {
        padding: 40px 0;
    }

    #contactForm-1 .weta-icerik-tag {
        font-size: 26px;
    }
}
.text-color-dark {
	color: #333 !important;
}
.text-color-primary {
	color: #e30614 !important;
}

/* ---- Font Ağırlıkları ---- */
.font-weight-bold {
	font-weight: 800 !important;
}
.font-weight-medium {
	font-weight: 600 !important;
}
.font-weight-light {
	font-weight: 300 !important;
}

/* ---- Porto Metin Boyutları ---- */
.text-7 {
	font-size: 40px !important;
	line-height: 1.2;
}
.text-4 {
	font-size: 1rem !important;
}
.text-3-5 {
	font-size: 0.95rem !important;
	line-height: 1.7;
}

/* ---- Satır Yüksekliği ---- */
.line-height-1 {
	line-height: 1.2 !important;
}

/* ---- Porto Margin Sınıfı ---- */
.mb-3-5 {
	margin-bottom: 1.25rem !important;
}

/* ---- SVG Dolgu Rengi ---- */
.svg-fill-color-primary svg,
.svg-fill-color-primary svg polygon,
.svg-fill-color-primary svg path {
	fill: #e30614 !important;
}

/* ---- Appear Animasyonları ---- */
.appear-animation {
	opacity: 0;
}
.appear-animation.appear-animation-visible {
	opacity: 1;
}
.animated {
	animation-fill-mode: both;
}

@keyframes fadeInUpShorterPlus {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUpShorterPlus {
	animation-name: fadeInUpShorterPlus;
	animation-duration: 0.6s;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.fadeIn {
	animation-name: fadeIn;
	animation-duration: 0.5s;
}

/* ---- SVG Çizgi Divider Animasyonu ---- */
@keyframes customLineDividerAnim {
	0% {
		stroke-dashoffset: 240;
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}
.customLineDividerAnim {
	stroke-dasharray: 240;
	stroke-dashoffset: 240;
	animation-name: customLineDividerAnim;
	animation-fill-mode: forwards;
}

/* ---- Daha Fazlası Linki (custom-view-more) ---- */
.custom-view-more {
	color: #e30614 !important;
	  font-size: 16px;
    font-weight: 400;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.custom-view-more:hover {
	color: #b5000f !important;
	text-decoration: underline !important;
}
.custom-view-more:hover .animated-icon {
	transform: translateX(4px);
}

/* ---- Animasyonlu İkon ---- */
.animated-icon {
	display: inline-flex;
	align-items: center;
	transition: transform 0.3s ease;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
	.text-7 {
		font-size: 1.8rem !important;
	}
}
@media (max-width: 576px) {
	.text-7 {
		font-size: 1.5rem !important;
	}
}
.sec-bg-light {
    background-color: #f8f8f8 !important;
}
#html-section-0 {
    padding: 0 !important;
}