/*Custom*/

.rs-services.services-main-home .services-item .services-wrap .services-image img {
    height: 450px !important;
    object-fit: cover;
}

.about-style1 p {
    text-align: justify;
}


@media only screen and (max-width: 600px) {
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
        border-right: 0;
    }

    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li {
        line-height: 25px;
    }
}


.full-width-header .rs-header .menu-area .logo-area img {
    max-height: 60px;
}

@media only screen and (max-width: 767px) {
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 60px !important;
    }

}


.loader .loader-icon img {
    width: 80px;
}

.full-width-header .right_menu_togle {
    padding: 25px 30px 30px 25px;
}



.mobil-logo {
    height: 80px;
    width: auto;
}

.canvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kapat-btn {
    color: #fff;
    background-color: var(--site-renk);
    font-size: 23px;
    padding: .1rem .5rem;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 15px;
}


.rs-services.services-style8 .services-item {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    gap: 16px;
}


.rs-services.services-style8 .services-item .services-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
}



.services-icon i {
    color: var(--site-renk);
    font-size: 30px;
}

.yukari-cek {
    z-index: 2;
    position: relative;
    margin-top: -2rem;
}


.services-item.active {
    background-color: var(--site-renk) !important;
    color: #fff !important;
}

.services-item.active .title,
.services-item.active .services-text,
.services-item.active .services-icon i {
    color: #fff;
}

.site-yazi-renk {
    color: var(--site-renk);
}

.rs-partner.partner-main-home .partner-content-widget .logo-img {
    padding: 0;
}

.rs-blog.blog-main-home.blog-modify1 .blog-item .blog-content {
    padding: 15px;
}

.rs-blog.blog-main-home.blog-modify1 .blog-content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cta-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.cta-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--site-renk);
    z-index: 1;
    opacity: .7;
}

.dark-cta {
    background-color: #000;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.cta-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: normal !important;
    text-shadow: 0 0 5px #000;
}

.cta-content p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}





.feature-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
}


.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--site-renk);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--site-renk);
}

.feature-desc {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #555;
}

.gorsel-ortala {
    display: flex;
    justify-content: center;
    align-items: center;
}


#scrollUp i {
    color: #fff;
}

.rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-next:before,
.rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-prev:before {
    color: #fff;
}


.rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-next {
    right: -15px;
    top: 100%;
}

.rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-prev {
    right: 40px;
    top: 100%;
}

.rs-faq.faq-style1 .faq-content {
    padding: 0;
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link,
.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link:after {
    color: #fff;
}


.step-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.step-item:hover {
    transform: translateY(-3px);
}

.step-icon {
    width: 70px;
    height: 70px;
    background-color: var(--site-renk);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 2rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--site-renk);
    margin-bottom: 10px;
}

.step-desc {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}



.footer-buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.footer-buttons .call-center {
    display: flex;
    align-items: center;
    color: white;
    background-color: var(--site-renk);
    padding: 2px 4px;
    border-radius: 0;
    text-decoration: none;
    flex: 1;
    justify-content: flex-start;
}

.footer-buttons .call-center i {
    margin-right: 4px;
    font-size: 55px;
}

.footer-buttons .whatsapp {
    display: flex;
    align-items: center;
    color: white;
    background-color: #075e54;
    padding: 2px 4px;
    border-radius: 0;
    text-decoration: none;
    flex: 1;
    justify-content: flex-end;
}

.footer-buttons .whatsapp i {
    margin-left: 10px;
    font-size: 55px;
}



.footer-buttons p {
    margin: 0;
    padding: 0;
}

.footer-buttons .buyuk-yazi {
    font-size: 22px;
    font-weight: bold;
}


.footer-buttons .kucuk-yazi {
    font-size: 16px;
}


@media (min-width: 768px) {
    .footer-buttons {
        display: none;
    }
}


#scrollUp {
    bottom: 85px;
}


.topbar-style1 {
    background-color: var(--site-renk) !important;
    height: 30px;
}

.rs-contact.contact-style6 .contact-section {
    padding: 3rem 0;
}

.rs-contact.contact-style6 .contact-section .contact-wrap textarea {
    height: 89px;
}


footer {
    padding-top: 60px;
}

.contact-bar {
    background-color: var(--site-renk);
    color: #fff;
    padding: 20px 0;
    border-radius: 50px;
    position: relative;
    margin-top: -100px;
    z-index: 2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.contact-bar .container {
    position: relative;
    z-index: 3;
}

.contact-bar .call-icon {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--site-renk);
    font-size: 20px;
}

.contact-bar .contact-info {
    text-align: left;
}

.contact-bar .contact-info span {
    font-size: 12px;
    opacity: 0.8;
}

.contact-bar .contact-info strong {
    font-size: 20px;
    font-weight: bold;
}



.telefon-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .contact-bar h3 {
        font-size: 1.4rem;
        text-align: center;
    }

    .telefon-icon {
        justify-content: center;
        border-top: 1px solid #00000073;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

.site-baslik-renk {
    color: var(--site-renk) !important;
}

.yildizlar i {
    color: #FFBF00;
}

.teklif-al-modul {
    background-color: var(--site-renk) !important;
}


.teklif-al-modul .submit {
    background-color: #010D14 !important;
}


.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed {
    background-color: var(--site-renk) !important;

}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
    color: #fff;
}

.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
    background-color: #010D14;
}

.footer-logo img {
    height: 80px !important;
    /* background-color: #fff; */
}

.customPopup {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.testi-information {
    text-align: center;
}

.item-content {
    text-align: center;
}

.contact-icon {
    margin-bottom: 8px;
}

.contact-icon i {
    color: #fff;
    font-size: 3rem;
}

.rs-contact.contact-style6 .contact-map iframe {
    height: 542px !important;
}

ul.services-list li a.active {
    color: #fff;
}


.icerik h1,
.icerik h2,
.icerik h3,
.icerik h4,
.icerik h5,
.icerik h6 {
    margin: 10px 0;
}

.icerik ul {
    list-style: disc;
}

.icerik p {
    margin-bottom: 1rem !important;
}

.rs-header .menu-area.menu-sticky.sticky {
    background: #fff;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    border: none;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.info-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 1.5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

.info-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.info-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.info-box .list-unstyled li {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    margin-bottom: 0;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.info-box .list-unstyled li:first-child {
    border-top: 1px solid #f0f0f0;
}


.info-box .list-unstyled li i {
    color: var(--site-renk);
    font-size: 26px;
    padding-right: 8px;
}

.info-box .list-unstyled li .item-title {
    font-weight: bold;
    margin: 0;
}

.info-box .list-unstyled li a {
    font-weight: bold;
    margin: 0;
}


.info-box .social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-box .social-icons a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #999;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #f0f0f0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.info-box .social-icons a:hover {
    color: #fff;
    background-color: var(--site-renk);
}

.info-box .social-icons a:hover i {
    color: #fff;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo,
.full-width-header .rs-header .middle-header .row-table .col-cell.header-logo {
    margin-right: 13px;
}


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:before {
    display: none !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
    padding-right: 0;
}

.full-width-header .mobile-navbar-menu span.submenu-button:after,
.full-width-header .mobile-navbar-menu span.submenu-button:before {
    display: none !important;
}


.custom-sidebar {
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.custom-sidebar .sidebar-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.custom-sidebar .recent-posts .recent-post {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s;
}

.custom-sidebar .recent-posts .recent-post:hover {
    background: #f0f0f0;
}

.custom-sidebar .recent-post a {
    text-decoration: none;
    color: #333;
    display: block;
}

.custom-sidebar .post-item {
    display: flex;
    align-items: center;
}

.custom-sidebar .post-image img {
    width: 60px;
    height: auto;
    border-radius: 3px;
    margin-right: 10px;
}

.custom-sidebar .post-title {
    font-weight: bold;
    font-size: 1.1em;
    flex: 1;
}