:root {
    --pbmit-global-color: #00b30f;
    --pbmit-secondary-color: #0B3B61;
    --pbmit-light-color: #f5f2f0;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #052e26;
    --pbmit-link-color-normal: #001410;
    --pbmit-link-color-hover: #00b30f;
    --pbmit-global-color-rgb: rgb(0, 179, 15);
    --pbmit-secondary-color-rgb: rgb(11, 59, 97);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'DM Sans', sans-serif;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 16px;
    --pbmit-body-typography-line-height: 1.6;
    --pbmit-body-typography-color: #666666;
    --pbmit-heading-typography-font-family: 'Wix Madefor Display', sans-serif;
    --pbmit-heading-color: #111112;
    --pbmit-heading-font-variant: 600;
    --pbmit-btn-typography-font-family: 'Wix Madefor Display', sans-serif;
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 12px;
    --pbmit-btn-typography-line-height: 24px;
}


.site-header .pbmit-contact-info a,
.pbmit-social-li a {
    color:#FFF;
}
.pbmit-slider-four .pbmit-slider-item {
    padding: 100px 0;
}
.site-header .site-branding img {
    max-height: 50px;
}

.pbmit-pre-header-wrapper .container-fluid {
    max-width: none;
    width: auto;
    padding: 0;
    margin: 0 60px;
}

.pbmit-social-links li i {
    font-size: 20px;
}

.pbmit-single-project-details-list {
    padding: 20px;
}

.pbmit-portfolio-lines-ul {
    grid-template-columns: repeat(2, 1fr);
}

.pbmit-portfolio-line-title {
    text-transform: none;
}
.pbmit-portfolio-lines-ul li {
    margin-bottom: 5px;
}

.pbmit-footer-logo img {
    max-height: 50px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    bottom: 75px;
    right: 15px;
    z-index: 99999;
}
.whatsapp img,
.phone img {
    height: 60px;
}
.telephone {
    position: fixed;
    width: 60px;
    bottom: 10px;
    right: 15px;
    z-index: 99999;
}
.telephone img {
    height: 60px;
}

.pbmit-client-style-1 .pbmit-client-content {
    padding: 20px 20px;
}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
    height: auto !important;
}
.pbmit-testimonial-style-1 .pbminfotech-conten-inner {
    margin-bottom: 10px;
}


/* STICKY MENU */
.sticky-container {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9999;
}

.sticky-item {
    position: relative;
    *margin: 8px 0;
    cursor: pointer;
}

.sticky-icon {
    width: 55px;
    height: 55px;
    background: #26D367;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

/* Arkadan çıkan alan */
.sticky-content {
    position: absolute;
    right: 50px;
    top: 0;
    height: 55px;
    background: #26D367;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px 0 65px;
    border-radius: 10px 0 0 10px;
    white-space: nowrap;
    transform: translateX(100%);
    transition: 0.4s ease;
    z-index: 1;
}

.sticky-item:hover .sticky-content {
    transform: translateX(0);
}

.sticky-content a {
    color: #fff;
    text-decoration: none;
}


/* FORM PANEL */
.form-panel {
    position: fixed;
    right: -450px;
    top: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    transition: 0.4s ease;
    z-index: 10000;
    padding: 25px;
    overflow-y: auto;
}

.form-panel.active {
    right: 0;
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-header h3 {
    margin: 0;
}

.close-form {
    cursor: pointer;
    font-size: 18px;
}

.form-panel input,
.form-panel select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.form-panel button {
    width: 100%;
    padding: 12px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

.form-panel button:hover {
    background: #1d4ed8;
}


/* Dikey Mesaj Alanı */
.sticky-vertical {
    width: 55px;
    height: 240px;
    background: #7861df;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 10px 0 0;
    cursor: pointer;
    transition: 0.3s;
}

.sticky-vertical:hover {
    background: #1d4ed8;
}

/* Hover ile form aç */
.contact-trigger:hover ~ .form-panel,
.form-panel:hover {
    right: 0;
}

/* Kapatma X hover sisteminde gereksiz ama görsel kalsın */
.close-form {
    display: none;
}

.pbmit-slider-one .pbmit-slider-item {
    background: linear-gradient(90deg, rgba(0, 12, 8, 0) 0%, rgba(5, 25, 18, 0) 78%, rgba(5, 25, 18, 0) 100%);
}

.pbmit-slider-area .pbmit-slider-item .pbmit-sub-title,
.pbmit-slider-one .pbmit-slider-item .pbmit-title,
.pbmit-slider-one .pbmit-slider-content .pbmit-desc {
    text-shadow: rgb(0, 0, 0) 0px 2px 2px;
    color: #fff;
}
.site-footer {
    background-color: #1A1A1A;
}

.pbmit-element-service-style-4 .pbmit-service-style-4 {
    height: 400px;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content {
    background: rgb(255 255 255 / 80%);
}

.pbmit-service-style-1 .pbmit-serv-cat a,
.pbmit-portfolio-style-2 .pbmit-port-cat a {
    padding-left: 0;
    text-transform:none;
}
.pbmit-service-style-1 .pbmit-serv-cat a::before,
.pbmit-portfolio-style-2 .pbmit-port-cat a::before {
    display: none;
}

@media (min-width: 1201px) {
    .site-header .main-menu .navigation > li {
        margin: 0 15px;
    }
    .header-style-1 .pbmit-pre-header-wrapper {
        backdrop-filter: blur(2px) brightness(70%);
    }
    .header-style-1 .pbmit-main-header-area {
        background-color: rgba(255, 255, 255, .1);
        backdrop-filter: blur(2px) brightness(70%);
    }
}

