.elementor-kit-6{--e-global-color-primary:#45A8DE;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#45A8DE;--e-global-color-42d0823:#FFFFFF;--e-global-color-e1e4f7a:#000000;--e-global-color-ef385b9:#292C38;--e-global-color-53c5b0b:#1F212C;--e-global-color-2801a52:#B0B0B0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-6 a{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.service-card {
    aspect-ratio: 3/4;
     position: relative;
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.3s ease; /* Gölgeye geçiş efekti eklendi */
}
.service-card:hover {
    box-shadow: rgba(149, 157, 165, 0.8) 0px 8px 24px;
}

.more-btn {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.35s ease;
}

.service-title {
     transform: translateY(40px);
     transition: all 0.45s ease;
}

.service-card:hover .more-btn{
   opacity: 1;
   transform: translateY(0);
}

.service-card:hover .service-title{
   transform: translateY(0)
}

.bottom-border-on-hover::before {
    content:"";
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    transition: all 0.3s ease;
}

.bottom-border-on-hover:hover::before{
    width: 100%;
}/* End custom CSS */