@media (min-width:992px) {
    .custom-text-background {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 20% 30%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

@media (min-width:1200px) {
    .custom-big-font-size-1 {
        font-size: 5.9rem !important
    }
}

@media (min-width:1600px) {
    .custom-big-font-size-1 {
        font-size: 7.5rem !important
    }
}

.custom-slider-text-1 {
    font-size: 55px;
    text-transform: none;
    letter-spacing: .01em;
    font-family: Poppins, serif !important
}

.custom-slider-el-2 {
    max-width: 35%;
    right: 10%
}

.fc-daygrid-day-top a {
    font-size: 18px
}

.fc .fc-daygrid-day-top {
    display: inline-block;
    flex-direction: inherit;
    align-items: center;
    justify-content: center
}

.wp_integrate {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99999
}

.form-input {
    padding: 5px;
    background: #fff;
    border: 1px solid #dfdfdf
}

.form-input input,
.repeatable-item .repeatable-wrapper {
    display: none
}

.form-input img {
    width: 100%;
    display: none;
    margin-bottom: 30px
}

.custom-form-style-1 .form-control {
    background-color: #212529;
    color: #aeaeae;
    border-color: #475360
}

.repeatable-item .nav-tabs .nav-link.active {
    color: #540e92;
    border-color: #540e92 #540e92 #fff
}

.repeatable-item:last-child .repeatable-wrapper {
    display: block
}

.promote {
    border-radius: 7px;
    background-color: #f4f6fe;
    border: 1px solid #e1e8ff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.promote-box {
    width: 100%;
    padding: 15px 30px;
    background: url(../images/next.png) right center/55px no-repeat;
    cursor: pointer
}

.promote-box:hover {
    background-color: #e7ebfe
}

.promote-box img {
    position: relative;
    top: 0;
    left: 0;
    width: 55px !important;
    height: 55px;
    opacity: .4
}

.promote-content {
    padding-left: 25px
}

.service-box {
    min-height: auto !important;
    height: fit-content !important;
    padding: 20px;
    margin: 10px;
    background: #fff !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.service-box h1 {
    font-size: 1.3rem !important;
    margin: 15px 0 !important;
    color: #333 !important;
}

.service-box h5 {
    font-size: 1rem !important;
    color: #0084ff !important;
    margin-bottom: 15px;
}

.service-image {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-image img {
    width: 60px;
    height: 60px;
}

.read-more-btn {
    margin-top: 15px;
    padding: 8px 20px;
    font-size: 0.9rem;
}

.full-content {
    text-align: left;
    padding: 15px 0;
}

.bg-content-subheader {
    background: url(../images/page-header.jpg) 0 0/cover;
    background-position-x: 50%;
    padding-top: 50px;
    padding-bottom: 50px
}

.owl-carousel .owl-item .background-image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

.owl-carousel .owl-item h2 {
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.owl-carousel .owl-item p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    opacity: .9
}

.btn-modern {
    text-transform: uppercase;
    font-size: .9em;
    padding: 1rem 3rem;
    font-weight: 700g
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: rgba(255, 255, 255, .7) !important;
    border-radius: 100px;
    width: 50px;
    height: 50px
}

.owl-carousel .owl-nav button:hover {
    background-color: #fff !important
}

.word-rotator-words {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: 8px
}

.word-rotator-words b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0
}

.word-rotator-words b.is-visible {
    position: relative;
    opacity: 1;
    animation: .6s slide-in
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.text-color-secondary,
.text-primary {
    color: #ff5200 !important
}

.btn-success {
    background-color: #25d366 !important;
    border-color: #25d366 !important
}

.btn-success:hover {
    background-color: #128c7e !important;
    border-color: #128c7e !important
}

.gap-3 {
    gap: 1rem !important
}

.btn-modern:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.btn i {
    font-size: 1.1em
}

.featured-box.bg-transparent {
    margin-bottom: 20px;
    position: relative
}

.featured-box .box-content {
    background: rgba(255, 255, 255, .85);
    padding: 20px !important;
    border-left: 4px solid #ff5200;
    transition: .3s;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    backdrop-filter: blur(8px)
}

#home-intro .counter,
.testimonial-box:hover {
    transition: transform .3s
}

.featured-box .box-content:hover {
    background: rgba(255, 255, 255, .95);
    transform: translateX(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, .1)
}

#home-intro .counter:hover,
.contact-info .info-item:hover,
.testimonial-box:hover {
    transform: translateY(-5px)
}

.featured-box-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(255, 82, 0, .1)
}

.featured-box-icon i {
    font-size: 24px;
    color: #ff5200;
    transition: .3s
}

.featured-box .box-content:hover .featured-box-icon i {
    transform: scale(1.2);
    color: #2b3990
}

.featured-box-info {
    flex-grow: 1
}

.featured-box h4 {
    color: #2b3990;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 8px !important;
    letter-spacing: -.3px
}

.featured-box p {
    color: #666;
    font-size: 14px !important;
    line-height: 1.5;
    margin: 0
}

.appear-animation.fadeInRightShorter {
    animation-duration: .5s
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.testimonials-container {
    padding: 20px 0
}

.testimonial-box {
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
    backdrop-filter: blur(10px)
}

.rating {
    color: #ffc107;
    font-size: 16px
}

.testimonial-text {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    margin: 10px 0
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.author-avatar i {
    font-size: 24px;
    color: #999
}

.author-info h5 {
    margin: 0;
    font-size: 16px;
    color: #2b3990;
    font-weight: 600
}

.author-info span {
    font-size: 14px;
    color: #666
}

.overall-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #2b3990, #ff5200);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-top: 30px
}

.rating-circle {
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px
}

.rating-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.rating-text {
    font-size: 14px;
    opacity: .9;
    color: #fff
}

.rating-info h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.rating-info p {
    margin: 0;
    font-size: 14px;
    opacity: .9;
    color: #fff
}

@media (max-width:991px) {
    .custom-text-background {
        background-image: none !important
    }

    .featured-boxes {
        margin-top: 25px
    }

    .featured-box.bg-transparent {
        margin-bottom: 15px
    }

    .featured-box .box-content {
        padding: 15px !important
    }

    .featured-box-icon {
        width: 40px;
        height: 40px
    }

    .featured-box-icon i {
        font-size: 20px
    }

    .featured-box h4 {
        font-size: 16px !important
    }

    .featured-box p {
        font-size: 13px !important
    }

    .owl-carousel {
        height: auto !important;
        min-height: 800px !important
    }

    #slider .owl-carousel .owl-item:first-child {
        min-height: 1200px !important
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-item .background-image-wrapper,
    .owl-carousel .owl-stage,
    .owl-carousel .owl-stage-outer {
        height: 100% !important
    }

    .owl-item .row {
        height: auto !important;
        padding: 30px 0
    }

    .testimonials-container {
        padding: 15px;
        margin: 20px 0 60px
    }

    .features-boxes-full-scale {
        margin-top: 30px;
        position: relative;
        z-index: 1
    }

    .owl-item .col-lg-5.offset-lg-1 {
        margin-left: 0;
        padding: 0 15px;
        margin-top: 20px
    }
}

@media (max-width:576px) {
    .owl-carousel {
        min-height: 1050px !important
    }

    #slider .owl-carousel .owl-item:first-child {
        min-height: 1300px !important
    }

    .testimonials-container {
        margin: 15px 0 70px
    }

    .owl-item .row {
        padding: 20px 0
    }
}

#home-intro {
    padding: 40px 0;
    background: linear-gradient(135deg, #2b3990, #ff5200) !important
}

#home-intro .counter i {
    color: rgba(255, 255, 255, .8)
}

#home-intro .counter strong {
    display: block;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 5px
}

#home-intro .counter label {
    display: block;
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
    margin: 0
}

#nasil-calisir {
    padding: 80px 0;
}

#nasil-calisir .row.align-items-center {
    padding: 60px;
    margin-bottom: 80px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
    text-align: center
}

#nasil-calisir .row.align-items-center:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, #2b3990, #ff5200)
}

#nasil-calisir h1 {
    position: relative;
    font-size: 2.4rem;
    text-align: center;
    width: 100%
}


#nasil-calisir img {

    object-fit: cover;
    border-radius: 15px;
    transition: .3s;
}


#nasil-calisir .content-wrapper {
    margin-top: 40px;
    text-align: left;
    padding: 0 30px
}

#nasil-calisir .list-icons li {
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
    transition: .3s
}

#nasil-calisir .list-icons li:hover {
    transform: translateX(8px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}

#nasil-calisir .list-icons i {
    color: #ff5200;
    font-size: 1.2em;
    margin-right: 10px
}

#nasil-calisir .text-3-5 {
    line-height: 1.8;
    color: #555
}

#tasiyimiz-olun .card {
    transition: .3s;
    border-radius: 12px;
    background: #1e2024;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .1)
}

#tasiyimiz-olun .card.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
    border-color: #8000ff
}

#tasiyimiz-olun .icon-box {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

#tasiyimiz-olun .icon-box i {
    color: #8000ff;
    font-size: 24px
}

#tasiyimiz-olun .card h2 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 600
}

#tasiyimiz-olun .card p {
    color: rgba(255, 255, 255, .7);
    font-size: .95rem;
    line-height: 1.6
}

#tasiyimiz-olun .bg-gradient {
    background: linear-gradient(135deg, #8000ff 0, #ff0080 100%);
    padding: 40px 0
}

.process-steps {
    position: relative
}

.process-steps:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 15%;
    right: 15%;
    height: 3px;
    background: linear-gradient(to right, #2b3990, #ff5200);
    z-index: 0
}

.process-step-item {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 1;
    transition: .3s
}

.process-step-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.process-step-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f8f9fa, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid #ff5200;
    box-shadow: 0 5px 15px rgba(255, 82, 0, .15)
}

.process-step-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.process-step-item h4 {
    color: #2b3990;
    font-size: 1.3rem;
    margin-bottom: 15px
}

.process-step-item p {
    color: #666;
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 20px
}

.process-step-item ul li {
    color: #444;
    font-size: .9rem;
    padding: 5px 0
}

.process-guarantee {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef
}

.process-guarantee p {
    color: #2b3990;
    font-size: 1.1rem;
    font-weight: 500
}

.map-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.map-container iframe {
    border-radius: 8px;
    transition: .3s
}

.map-container:hover iframe,
.service-card:hover img {
    transform: scale(1.02)
}

.contact-info .info-item {
    padding: 20px;
    transition: .3s
}

.contact-info .info-item img {
    margin-bottom: 15px
}

.contact-info .info-item h4 {
    margin-bottom: 10px
}

.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    transition: .3s
}

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

.service-card img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transition: .3s
}

.service-card .list-icons li {
    padding: 7px 0
}

.service-card .list-icons i {
    color: var(--bs-primary)
}

@media (max-width:991px) {
    #home-intro {
        padding: 30px 0
    }

    #home-intro .counter strong {
        font-size: 2.5rem !important
    }

    #home-intro .counter label {
        font-size: 1rem !important
    }

    #tasiyimiz-olun .card,
    .service-card img {
        margin-bottom: 20px
    }

    #nasil-calisir {
        padding: 40px 0
    }

    #nasil-calisir .row.align-items-center {
        padding: 30px;
        margin-bottom: 40px
    }



    #nasil-calisir h1 {
        font-size: 1.8rem
    }

    #nasil-calisir .content-wrapper {
        margin-top: 20px;
        padding: 0 15px
    }

    .process-steps:before {
        display: none
    }

    .process-step-item {
        margin-bottom: 30px
    }

    .process-step-icon {
        width: 100px;
        height: 100px
    }

    .process-step-icon img {
        width: 50px;
        height: 50px
    }

    .map-container {
        margin-top: 30px;
        height: 400px
    }

    .service-card {
        padding: 20px;
        margin-bottom: 30px
    }
}

.packing-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

.packing-image-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .3s
}

.packing-image-card:hover img {
    transform: scale(1.1)
}

.packing-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    padding: 20px;
    color: #fff
}

.packing-image-overlay h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff
}

.packing-image-overlay p {
    font-size: 14px;
    margin: 0;
    opacity: .9
}

@media (max-width:768px) {
    .packing-image-card img {
        height: 200px
    }
}

:root {
    --bs-primary: #FF5200
}

.btn-primary {
    background-color: #ff5200;
    border-color: #ff5200
}

.btn-primary:hover {
    background-color: #e64a00;
    border-color: #e64a00
}

.service-content {
    position: relative;
}

.short-content {
    margin-bottom: 0;
}

.full-content {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.service-box.h-100 {
    height: fit-content !important;
}

.service-box.expanded {
    height: auto !important;
}

#nasil-calisir h2.font-weight-bold {
    color: #fff;
}

#nasil-calisir p.lead {
    color: rgba(255, 255, 255, 0.9);
}

/* Mobil cihazlar için responsive padding */
@media (max-width: 768px) {
    #nasil-calisir .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.bg-gradient-wrapper {
    background: linear-gradient(185deg, #0084ff, rgba(0, 0, 0, 0.4)) !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Fiyat tablosu stilleri */
.table-responsive {
    margin: 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table {
    margin-bottom: 0;
}

.table thead th {
    background-color: #0084ff !important;
    color: white;
    font-weight: 600;
    padding: 12px 15px;
    border: none;
}

.table tbody td {
    padding: 12px 15px;
    border-color: #eee;
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #eee;
}