.hero-search-wrapper {
    max-width: 650px;
    width: 100%;
    margin-top: 35px;
    position: relative;
    z-index: 99;
}

.hero-search-form .input-group {
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.hero-search-form .input-group-text {
    background: transparent;
    border: none;
    color: #666;
    font-size: 1.3rem;
    padding: 0 15px 0 20px;
}

.hero-search-form .form-control {
    border: none;
    box-shadow: none;
    height: 30px;             
    line-height: 30px;     
    margin-bottom: 0!important;    
    padding-top: 0;            
    padding-bottom: 0;       
    color: #212529;
    padding-left: 0;
    background: transparent;
}

.hero-search-form .form-control:focus {
    box-shadow: none;
    outline: none;
    background: transparent;
}

.hero-search-form .form-control::placeholder {
    color: #999;
    font-size: 1rem;
}

.hero-search-form button[type="submit"] {
    height: 55px;
    border-radius: 6px !important;
    padding: 0 35px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; 
}

.hero-search-form button[type="submit"] .pbmit-button-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}


@media (max-width: 767px) {
    .hero-search-wrapper {
        margin-top: 20px;
    }
    
    .hero-search-form .input-group {
        flex-direction: column;
        padding: 12px;
        border-radius: 12px;
    }

    .hero-search-form .input-group-text {
        display: none;
    }

    .hero-search-form .form-control {
        height: 25px;
        width: 100%;
        text-align: center;
        padding: 0 5px;
        font-size: 1rem;
    }

    .hero-search-form button[type="submit"] {
        height: 50px;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}


.pbmit-product-card-6col {
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.pbmit-product-card-6col:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08) !important;
}

.pbmit-product-image-wrap-6col {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 160px; 
    background-color: #f4f5f7; 
    padding: 5px;
    text-decoration: none;
    overflow: hidden;
}

.pbmit-product-img-6col {
    max-width: 75%; 
    max-height: 75%; 
    object-fit: contain; 
    mix-blend-mode: multiply; 
    transition: transform 0.4s ease;
    
    display: block !important; 
    margin: 0 auto !important;
}

.pbmit-product-card-6col:hover .pbmit-product-img-6col {
    transform: scale(1.1);
}

.pbmit-product-content-6col {
    padding: 10px 5px !important; 
}

.pbmit-product-category-6col {
    font-size: 0.65rem;
    font-weight: 600;
    color:  var(--pbmit-global-color); 
    letter-spacing: 1px;
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
}

.pbmit-product-title-6col {
font-size: 12px;
    font-weight: 800;
    color: #212529;
    margin-bottom: 10px;
    line-height: 1.0;
    min-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.pbmit-product-title-6col:hover {
    color:  var(--pbmit-global-color);
}

.pbmit-product-part-no-6col {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 12px;
}

.pbmit-product-part-no-6col span {
    font-weight: 700;
    color: #212529;
}


.container-custom{
    max-width: 1400px;
}

.pbmit-btn-custom {
	position: relative;
	display: inline-block;
	text-decoration: none;
	box-shadow: none;
	font-family: var(--pbmit-btn-typography-font-family);
	font-size: var(--pbmit-btn-products-font-size);
	font-weight: var(--pbmit-btn-typography-variant);
	line-height: var(--pbmit-btn-typography-line-height);
	letter-spacing: .2px;
	text-transform: capitalize;
	font-style: normal;
	padding: 15px 15px;
	border: none;
	transition: all .4s ease-in-out;
	z-index: 1;
	fill: var(--pbmit-white-color);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 10px;
	white-space: nowrap;
}
.pbmit-btn-custom .pbmit-button-content-wrapper {
	display: flex;
	justify-content: center;
	gap: 5px;
}
.pbmit-btn-custom .pbmit-button-content-wrapper:before{
	content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: calc(100% - 10px);
    line-height: 45px;
    font-size: 16px;
	border-radius: 10px;
    font-weight: 600;
    top: 5px;
    text-align: center;
    font-family: "pbminfotech-base-icons";
    left: 5px;
    right: auto;
    transition: all .4s ease-in-out;
    background-color: #e4e4e4 !important;
}
.pbmit-btn-custom .pbmit-button-icon{
	overflow: hidden;
	position: relative;
	display: inline-flex;
	left: 0px;
	align-items: center;
}
.pbmit-btn-custom .pbmit-button-icon:after{
	content: '\e83c';
    position: absolute;
    left: 0;
    font-family: "pbminfotech-base-icons";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    color: var(--kayzer-background-color);
}
.pbmit-btn-custom .pbmit-button-icon i{
	line-height: 0;
	transition: all 0.4s ease-in-out 0s;
	color: var(--kayzer-background-color);
}
.pbmit-btn-custom .pbmit-button-text{
	position: relative;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    line-height: 16px;
    color: transparent;
    text-shadow: 0 0 #16222d, 0 22px #16222d;
    transition: text-shadow 0.5s ease-in-out;
	margin-left: 14px;
}
.pbmit-btn-custom.blackish{
	color: var(--pbmit-white-color);
	background-color: var(--kayzer-button-color);
}
.pbmit-btn-custom.blackish .pbmit-button-text{
	text-shadow: 0 0 var(--pbmit-white-color),0 22px var(--kayzer-background-color);
}

@media (max-width: 575px) {
    .pbmit-product-image-wrap-6col {
        height: 130px; 
        padding: 10px;
    }

    .pbmit-product-content-6col {
        padding: 12px 8px !important; 
    }

    .pbmit-product-category-6col {
        font-size: 0.55rem;
        margin-bottom: 5px;
    }

    .pbmit-product-title-6col {
        font-size: 0.8rem;
        min-height: 35px; 
        margin-bottom: 8px;
    }

    .pbmit-product-part-no-6col {
        font-size: 0.75rem;
        margin-bottom: 10px;
    }
}

.pbmit-cta-section {
    position: relative;
    padding: 100px 0; 
    background-size: cover;
    background-position: right center; 
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(17, 20, 24, 0.95) 0%, rgba(17, 20, 24, 0.7) 45%, rgba(17, 20, 24, 0) 100%);
    z-index: 1;
}

.pbmit-cta-title {
    font-size: 5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: -1.5px;
}

.text-global {
    color:  var(--pbmit-global-color);
}

.pbmit-cta-subtitle {
    font-size: 1.1rem; 
    font-weight: 500;
    color: #e0e0e0;
    letter-spacing: 2.5px;
    margin-bottom: 40px;
}

/* Buton Grubu */
.pbmit-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-btn-1 {
    display: inline-flex;
    align-items: center;
    border-radius: 4px !important;
    padding: 15px 35px;
}
.pbmit-btn-global:hover {
    background-color: #ffffff !important;
}

.cta-btn-whatsapp {
    background-color: transparent !important;
    border: 2px solid  var(--pbmit-global-color) !important; 
    padding: 15px 35px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.cta-btn-whatsapp i {
    font-size: 1.4rem;
    margin-right: 8px;
    color:  var(--pbmit-global-color) !important; 
}

/* WhatsApp Hover */
.cta-btn-whatsapp:hover {
    background-color:  var(--pbmit-global-color) !important; 
    border-color:  var(--pbmit-global-color) !important; 
    color: #000000 !important; 
}

.cta-btn-whatsapp:hover i {
    color: #000000 !important;
}


@media (max-width: 991px) {
    .cta-overlay {
        background: rgba(17, 20, 24, 0.9); 
    }
}

@media (max-width: 767px) {
    .pbmit-cta-section {
        padding: 70px 0; 
        text-align: center;
    }

    .pbmit-cta-title {
        font-size: 3rem; 
    }

    .pbmit-cta-subtitle {
        font-size: 0.95rem;
        letter-spacing: 1px;
    }

    .pbmit-cta-buttons {
        justify-content: center;
        flex-direction: column; 
    }

    .cta-btn-whatsapp, .cta-btn-1 {
        width: 100%; 
        justify-content: center;
    }
}

.fs-bold{
    font-weight: 700;
}

.fs-24{
    font-size: 24px;
}
.custom-cta-btn {
    padding: 6px 25px 6px 6px !important; 
    border-radius: 8px !important;
}

.custom-cta-btn.blackish {
    background-color: #1a222b !important;
    color: #fff !important;
    border: none !important;
}

.custom-cta-btn.yellow-btn {
    background-color:  var(--pbmit-global-color) !important;
    color: #111 !important;
    border: none !important;
}

.custom-cta-btn .pbmit-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    width: 100%;
}

.custom-cta-btn .pbmit-button-icon {
    width: 42px !important;
    height: 42px !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    margin-right: 15px !important;
    margin-left:10px !important;
}

.custom-cta-btn .pbmit-button-icon i {
    position: static !important; 
    transform: none !important; 
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-cta-btn.blackish .pbmit-button-icon i { color: #1a222b !important; }
.custom-cta-btn.yellow-btn .pbmit-button-icon i { color: #111 !important; }

@media (max-width: 767px) {
    .custom-cta-btn {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    
    .custom-cta-btn .pbmit-button-text {
        flex-grow: 1;
        text-align: center;
        padding-right: 42px; 
    }
}
.wwd-main-title {
    font-size: 2rem; 
    position: relative; 
    display: inline-block;
}

.wwd-title-line {
    display: block; 
    width: 50px; 
    height: 3px; 
    background-color:  var(--pbmit-global-color);
    margin: 10px auto 0;
    transition: width 0.3s ease;
}

.wwd-main-title:hover .wwd-title-line {
    width: 80px;
}
.wwd-card {
    background-color: #111418; 
    border: 1px solid #23282d; 
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wwd-card:hover {
    transform: translateY(-5px);
    border-color:  var(--pbmit-global-color);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.wwd-image-wrap {
    height: 230px;
    overflow: hidden;
}

.wwd-image-wrap img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0.85; 
}

.wwd-card:hover .wwd-image-wrap img {
    transform: scale(1.08);
    opacity: 1;
}

.wwd-content {
    padding: 25px 20px;
}

/* İkon Alanı */
.wwd-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.wwd-icon svg {
    width: 32px;
    height: 32px;
    display: block;
}

.wwd-text {
    flex-grow: 1;
}

.wwd-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.wwd-desc {
    font-size: 0.9rem;
    color: #a0a5aa;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .wwd-content {
        padding: 20px 15px;
    }
    .wwd-title {
        font-size: 1rem;
    }
}


.pbmit-client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; 
    padding: 10px;
    transition: all 0.4s ease;
}

.pbmit-client-item img {
    max-height: 70px; 
    max-width: 100%;
    object-fit: contain;
    /* filter: grayscale(100%) opacity(0.6);  */
    transition: all 0.4s ease;
}

.pbmit-client-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    
    .pbmit-client-slider .swiper-slide {
        width: calc(50% - 15px) !important; 
    }

    .pbmit-client-item {
        height: 80px; 
        padding: 5px;
    }

    .pbmit-client-item img {
        max-height: 50px; 
    }
}

.dynamic-text-color {
    color: #ffffff !important; 
    transition: color 0.3s ease;
}
.dynamic-text-color-two {
    color: #000000 !important; 
    transition: color 0.3s ease;
}

.dynamic-icon-color {
    color:  #5dde8e !important; 
    transition: color 0.3s ease;
    font-size:17px;
}

.pbmit-fixed-header .dynamic-text-color,
.pbmit-fixed-header ~ .pbmit-header-overlay .dynamic-text-color,
.pbmit-fixed-header ~ * .dynamic-text-color {
    color: #212529 !important;
}

.pbmit-language-selector .dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.pbmit-language-selector .dropdown-menu .dropdown-item {
    color: #212529;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pbmit-language-selector .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color:  var(--pbmit-global-color); /* Hover'da sarıya döner */
}

.stat-section {
    padding: 60px 0;
    border-bottom: 1px solid #f0f0f0;
}

.stat-box {
    transition: transform 0.3s ease;
    cursor: default;
}

.stat-box:hover {
    transform: translateY(-5px);
}


.stat-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: rgba(255, 182, 0, 0.1); 
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-icon {
    font-size: 45px;
    color:  var(--pbmit-global-color);
    transition: all 0.3s ease;
}

.stat-box:hover .stat-icon-wrap {
    background-color:  var(--pbmit-global-color);
    box-shadow: 0 10px 20px rgba(255, 182, 0, 0.3);
}

.stat-box:hover .stat-icon {
    color: #ffffff;
    transform: scale(1.1);
}


.stat-number {
    margin-bottom: 2px !important;
    font-size: 38px;
    font-weight: 900;
    color: #212529;
    line-height: 1;
    letter-spacing: -1px;
}

.stat-text {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .stat-icon-wrap {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        margin-right: 10px !important; 
    }
    
    .stat-icon {
        font-size: 20px;
    }

    .stat-number {
        font-size: 24px;
        margin-bottom: 0 !important;
    }

    .stat-text {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    
    .stat-box {
        margin-bottom: 15px;
    }
}

.custom-footer-top-padding {
    padding-top: 80px;
    padding-bottom: 40px;
}

.custom-footer-about-text {
    color: #a0a5aa;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-top: -10px;
}


.custom-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #a0a5aa;
    font-size: 0.95rem;
}

.custom-contact-list .custom-contact-item {
    display: flex;
    margin-bottom: 15px;
}

.custom-contact-list .custom-contact-item:last-child {
    margin-bottom: 0;
}

/* İletişim İkonları */
.custom-contact-list .custom-contact-icon {
    color:  var(--pbmit-global-color);
    font-size: 1.2rem;
    margin-right: 15px;
}

.custom-contact-list .icon-mt {
    margin-top: 5px;
}

.custom-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 0;
}

.custom-copyright-text {
    color: #888888;
}

.custom-copyright-link {
    color:  var(--pbmit-global-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-copyright-link:hover {
    color: #ffffff; 
}
.pbmit-footer-widget .menu li {
    margin-bottom: 4px !important; 
}

.pbmit-footer-widget .menu li a {
    color: #b0b5ba !important; 
    transition: all 0.3s ease;
}

.pbmit-footer-widget .menu li a:hover {
    color:  var(--pbmit-global-color) !important; 
    padding-left: 5px;
}

.text-muted {
color: var(--pbmit-muted-color) !important;
}

.custom-mfg-pano-section {
    padding: 60px 0;
}

/* Başlık ve Metin Ayarları */
.mfg-pano-subtitle {
    color: var(--pbmit-global-color);
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.mfg-pano-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    color: #111;
    margin-bottom: 25px;
}

.mfg-pano-title span {
    color: #489acb;
}

.mfg-pano-desc {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
}

/* --- PANORAMİK RESİM KUTUSU --- */
.mfg-pano-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px; /* 3:1 yatay oranı koruyan sinematik yükseklik */
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.mfg-pano-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi sıkıştırmadan genişliğini kullanır */
    transition: transform 0.8s ease;
}

.mfg-pano-card:hover .mfg-pano-img {
    transform: scale(1.05); /* Üzerine gelince zarifçe büyür */
}

/* Siyah Kurumsal Rozet */
.mfg-pano-badge {
    position: absolute;
    bottom: 20px;
    right: 20px; /* Rozeti sağ alt köşeye aldık */
    background: #111;
    color: var(--pbmit-global-color);
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    z-index: 2;
}

/* --- MODERN ÖZELLİK KUTULARI (Sağ Alt) --- */
.mfg-pano-features .feature-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid var(--pbmit-global-color);
    transition: all 0.3s ease;
}

.mfg-pano-features .feature-item:last-child {
    margin-bottom: 0;
}

.mfg-pano-features .feature-item:hover {
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transform: translateX(8px); /* Üzerine gelince sağa doğru şık bir kayma */
}

.mfg-pano-features .feature-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-global-color);
    font-size: 1.2rem;
    margin-right: 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.mfg-pano-features h6 {
    margin: 0;
    font-weight: 700;
    font-size: 1.1rem;
    color: #111;
}

/* Mobil Ayarlar */
@media (max-width: 991px) {
    .mfg-pano-title { font-size: 2.5rem; }
    .mfg-pano-card { height: 220px; } /* Mobilde ekran genişliği azaldığı için yüksekliği de kıstık */
}

.live-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

/* JS ile eklenecek aktif class'ı */
.live-search-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.search-item:hover {
    background: #fcfcfc;
}

.item-details .oem-number {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 3px;
}

.item-details .oem-number strong {
    color: #111;
}

.item-details .part-name {
    margin: 0 0 5px 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
}

.stock-badge {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
}

.stock-badge.in-stock { background: #e6f8ec; color: #158c42; }
.stock-badge.limited-stock { background: #fff5e6; color: #d97706; }

/* WhatsApp Instance Price Butonu */
.wp-price-btn {
    background: #25d366; /* Orijinal WhatsApp Yeşili */
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.wp-price-btn i {
    margin-right: 6px;
    font-size: 1.1rem;
}

.wp-price-btn:hover {
    background: #1da851;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.search-dropdown-footer {
    text-align: center;
    background: #f8f9fa;
    padding: 12px;
}

.search-dropdown-footer a {
    color: #ffb600;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
}




.pbmit-slider-area,
.swiper-slider,
.swiper {
    overflow-y: visible !important;
    overflow-x: clip !important;
}

.swiper-wrapper,
.swiper-slide,
.pbmit-slider-item,
.pbmit-slider-content {
    overflow: visible !important;
    clip-path: none !important;
}

.pbmit-slider-item .container {
    position: relative;
    z-index: 10 !important;
}
.hero-search-wrapper {
    position: relative;
    z-index: 99999 !important;
}
.live-search-dropdown {
    z-index: 999999 !important;
}

.pbmit-slider-bg,
.pbmit-slider-item::before,
.pbmit-slider-item::after,
.pbmit-slider-bg::before,
.pbmit-slider-bg::after,
.swiper-slide::before,
.swiper-slide::after {
    clip-path: inset(-100vw -100vw 0 -100vw) !important;
    bottom: 0 !important;
}

.pbmit-slider-area,
.swiper-slider {
    box-shadow: none !important;
}

.kayzer-wa-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    font-family: 'Inter', sans-serif; 
}

/* Yüzen Buton */
.wa-toggle-btn {
    width: 50px;
    height: 50px;
    bottom: 45px;
    left: 10px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease;
    position: relative;
    animation: waPulse 2s infinite;
}

.wa-toggle-btn:hover {
    transform: scale(1.1);
}

.wa-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff3b30;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

@keyframes waPulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.wa-chat-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 340px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    transform-origin: bottom right;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wa-chat-window.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.wa-chat-header {
    background: #075e54;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-header-info {
    display: flex;
    align-items: center;
}

.wa-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 12px;
    padding: 2px;
}

.wa-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.wa-online-dot {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #25d366;
    border: 2px solid #075e54;
    border-radius: 50%;
}

.wa-title h6 {
    margin: 0 0 3px 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.wa-title span {
    font-size: 11px;
    color: #d1f4cc;
}

.wa-close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.wa-close-btn:hover { opacity: 1; }

.wa-chat-body {
    background: #e5ddd5; 
    padding: 20px;
    height: 250px;
    overflow-y: auto;
    background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png');
    background-size: cover;
}

.wa-chat-timestamp {
    text-align: center;
    font-size: 11px;
    color: #555;
    background: rgba(255,255,255,0.7);
    padding: 3px 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto 15px;
    width: fit-content;
}

.wa-message-bubble.incoming {
    background: #fff;
    padding: 12px 15px;
    border-radius: 0 10px 10px 10px;
    font-size: 13.5px;
    color: #111;
    line-height: 1.5;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    max-width: 90%;
}

.wa-message-bubble.incoming::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.wa-chat-footer {
    padding: 10px 15px;
    background: #f0f0f0;
}

.wa-input-group {
    display: flex;
    align-items: center;
}

.wa-input-group input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wa-send-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    border: none;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.wa-send-btn:hover {
    transform: scale(1.05);
}

@media (max-width: 480px) {
    .wa-chat-window {
        width: 300px;
        right: -10px; 
        bottom: 110px;
    }
}

.pbmit-top-menu .dropdown ul li {
    display: flex;
    align-items: center;
}

.pbmit-top-menu .dropdown ul li img {
    width: 75px;
    height: 49px;
    object-fit: cover; 
    margin-right: 12px;
    transition: transform 0.3s ease; 
}

.pbmit-top-menu .dropdown ul li:hover img {
    transform: scale(1.1);
}

.pbmit-top-menu .dropdown ul li a {
    flex: 1;
    display: block;
}

@media (max-width: 991px) {
    .pbmit-top-menu .dropdown ul li img {
        display: none !important; 
    }
    
    .pbmit-top-menu .dropdown ul li {
        display: block; 
    }
}
.kr{
        margin: 0.2rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}