body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.crm-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    position: relative;
    background-color: #000;
}

.gif-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.gif-container img {
    width: 500px;
    height: auto;
    z-index: 23;
}

.services {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 24;
    width: 100%;
}

.service {
    position: relative;
    color: #fff;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
    text-align: center;
    z-index: 2;
}

.service-top-left {
    position: absolute;
    bottom: 5rem;
    left: 2rem;
}

.service-top-right {
    position: absolute;
    bottom: 6rem;
    right: 7rem;
}

.service-bottom-left {
    position: absolute;
    top: 3rem;
    left: 2rem;
}

.service-bottom-right {
    position: absolute;
    top: 3rem;
    right: 4rem;
}

.service-center-bottom {
    position: absolute;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
}

.service-content {
    border: 2px solid #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 25px;
    color: #fff;
    width: 100%;
    min-width: 550px;
    max-width: 550px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
    /* Yumuşak geçiş */
}

.service-content:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#f61b10), to(#ef0963));
    background-image: -webkit-linear-gradient(left, #f61b10, #ef0963);
    background-image: linear-gradient(90deg, #f61b10, #ef0963);
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(255, 105, 135, 0.3);
}

.service-content h3 {
    font-size: 18px;
    margin: 10px 0;
}

.service-content p {
    font-size: 14px;
    margin: 5px 0 0;
}

.service-content:hover p {
    color: white;
}

.crm-icons {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.service-content a {
    text-decoration: none;
}

.service-content a h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.service-content a p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height:14px;
    color: #999;
}

.crm-icons {
    width: 40px;
    height: 100%;
}

.service-content-row {
    display: flex;
    align-items: center;
}

.service-content-text {
    display: block;
}
@media (max-width:1324px){
    .service-content-text {
        display: none;
    }
}
@media only screen and (min-width:321px) and (max-width:768px) {
    .service-top-left {position: absolute;bottom: 6rem !important;left: 2rem !important;}
    .service-top-right {position: absolute;bottom: 6rem !important;right: 1rem !important;}
    .service-bottom-right{position: absolute;top: 5.6rem !important;right: 1rem !important;}
    .service-bottom-left {position: absolute;top: 5rem !important;left: 2rem !important;}
    .service-content a h3{font-size: 14px;}
    .service-center-bottom {position: absolute;top: 12rem !important;left: 50%;transform: translateX(-50%);}
    .service-content-row{justify-content: center;}
}
/* Responsive */
@media only screen and (max-width: 1300px) {
    .service-content-text {
        display: none;
    }
    .service {
        margin: 0px;
        padding: 0px;
    }
    .gif-container{width:100%;}
    .gif-container img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    .service-content {
        min-width: 154px;
        max-width: 154px;
        border: 1px solid #fff;
    }

    .crm-icons {
        width: 24px;
        margin-bottom: 0px;
    }

    .service-top-left {position: absolute;bottom: 6rem;left: 0}
    .service-top-right {position: absolute;bottom: 6rem;right: 0rem;}
    .service-bottom-right{position: absolute;top: 5rem;right: 0;}
    .service-bottom-left {position: absolute;top: 5rem;left: 0rem;}
    .service-content a h3{font-size: 14px;}
    .service-center-bottom {position: absolute;top: 10rem;left: 50%;transform: translateX(-50%);}
    .service-content-row{justify-content: center;}
}
@media only screen and (min-width: 1800px) {
    .service-top-left {position: absolute;bottom: 3rem;left: 19rem;}
    .service-top-right {position: absolute;bottom: 4rem;right: 22rem;}
    .service-bottom-right{position: absolute;top: 4rem;right: 20rem;}
    .service-bottom-left {position: absolute;top: 3rem;left: 20rem;}
}
/*
     FILE ARCHIVED ON 18:39:00 Jun 04, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:33:07 Jun 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.637
  load_resource: 109.889
  PetaboxLoader3.resolve: 36.644
  PetaboxLoader3.datanode: 55.866 (2)
  loaddict: 54.155
*/