/* Custom Styles for ProTek Zaman */

/* ProTek Zaman Brand Colors - Matching Logo */
:root {
    --protek-primary: #00a8cc;
    --protek-primary-dark: #0088aa;
    --protek-primary-darker: #006b88;
    --protek-primary-light: #33b8d6;
    --protek-primary-rgb: 0, 168, 204;
}

/* WEBPDKS Button Styling - Logo Matching Colors */
.header-top-button-make-as-appoitment .btn-webpdks {
    background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%) !important;
    color: white !important;
    padding: 16px 38px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 25px rgba(var(--protek-primary-rgb), 0.4) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 52px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.header-top-button-make-as-appoitment .btn-webpdks::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.header-top-button-make-as-appoitment .btn-webpdks:hover::before {
    left: 100%;
}

.header-top-button-make-as-appoitment .btn-webpdks:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(var(--protek-primary-rgb), 0.5) !important;
    background: linear-gradient(135deg, var(--protek-primary-dark) 0%, var(--protek-primary-darker) 100%) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.header-top-button-make-as-appoitment .btn-webpdks::after {
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.header-top-button-make-as-appoitment .btn-webpdks:hover::after {
    transform: translateX(3px) rotate(45deg);
}

/* Solutions Section Hover Effects */
.hover-effect {
    transition: all 0.3s ease;
}

.hover-effect:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.hover-effect:hover .fas {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Product Images Hover Effects */
.product-image img {
    transition: all 0.3s ease;
    filter: brightness(1);
}

.hover-effect:hover .product-image img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Line Pre-title Styling */
.line-pre-title {
    display: inline-block;
    width: 50px;
    height: 2px;
    margin-right: 15px;
    vertical-align: middle;
}

/* Quick Quote Form Section */
.quick-quote-section {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 25px 0;
}

.quick-quote-form .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    padding: 14px 18px;
    height: 52px;
    background-color: #fff;
    transition: all 0.3s ease;
    width: 100%;
}

.quick-quote-form .form-control::placeholder {
    color: #888;
    font-weight: 400;
}

.quick-quote-form .form-control:focus {
    border-color: #5cb85c;
    box-shadow: 0 0 0 0.15rem rgba(92, 184, 92, 0.15);
    outline: none;
}

.quick-quote-btn {
    background-color: #5cb85c;
    border-color: #5cb85c;
    padding: 14px 25px;
    height: 52px;
    font-size: 15px;
    letter-spacing: 0.3px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    min-width: 120px;
}

.quick-quote-btn:hover {
    background-color: #4cae4c;
    border-color: #4cae4c;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.quick-quote-btn:focus,
.quick-quote-btn:active {
    background-color: #449d44 !important;
    border-color: #449d44 !important;
    box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5) !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .quick-quote-section {
        padding: 20px 0;
    }
    
    .quick-quote-form .form-control,
    .quick-quote-btn {
        width: 100%;
    }
    
    .quick-quote-btn {
        padding: 14px 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-form .form-control {
        margin-bottom: 12px;
    }
    
    .quick-quote-btn {
        margin-top: 5px;
    }
}

/* Modern Contact Section */
.modern-contact-section {
    background: #9f9f9f !important;
    padding: 20px 0;
    position: relative;
}

.modern-contact-wrapper {
    position: relative;
}

.modern-contact-form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.modern-contact-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0088cc 0%, #006699 100%);
}

.modern-contact-form-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.modern-input {
    border: 1px solid #e1e5e8;
    border-radius: 8px;
    font-size: 15px;
    padding: 14px 20px;
    height: 54px;
    background-color: #fafbfc;
    transition: all 0.3s ease;
    width: 100%;
}

.modern-input::placeholder {
    color: #888;
    font-weight: 400;
    font-size: 14px;
}

.modern-input:focus {
    background-color: #fff;
    border-color: var(--protek-primary);
    box-shadow: 0 0 0 3px rgba(var(--protek-primary-rgb), 0.1);
    outline: none;
}

.modern-submit-btn {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    border: none;
    padding: 14px 30px;
    height: 54px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(92, 184, 92, 0.3);
    white-space: nowrap;
    min-width: 120px;
}

.modern-submit-btn:hover {
    background: linear-gradient(135deg,  0%, #006699 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(92, 184, 92, 0.4);
}

.modern-submit-btn:focus,
.modern-submit-btn:active {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%) !important;
    box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.3) !important;
}

/* Animation for form elements */
.modern-contact-form input {
    animation: slideInUp 0.5s ease forwards;
    opacity: 0;
}

.modern-contact-form input:nth-child(1) {
    animation-delay: 0.1s;
}

.modern-contact-form input:nth-child(2) {
    animation-delay: 0.2s;
}

.modern-contact-form input:nth-child(3) {
    animation-delay: 0.3s;
}

.modern-submit-btn {
    animation: slideInUp 0.5s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

@keyframes slideInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .modern-contact-section {
        padding: 60px 0;
    }
    
    .modern-contact-form-card {
        padding: 25px;
    }
    
    .modern-input,
    .modern-submit-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .modern-contact-section {
        padding: 40px 0;
    }
    
    .modern-contact-form-card {
        padding: 20px;
        border-radius: 8px;
    }
    
    .modern-input {
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    .modern-submit-btn {
        margin-top: 5px;
        padding: 14px 30px;
    }
}

/* Featured Products Section */
.featured-products-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.featured-products-section .row {
    display: flex;
    align-items: stretch;
}

.featured-products-section .row > [class*='col-'] {
    display: flex;
}

.featured-product-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.featured-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.product-category-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 15px rgba(var(--protek-primary-rgb), 0.4);
}

.product-category-badge i {
    font-size: 14px;
}

.product-category-badge.badge-success {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    box-shadow: 0 5px 15px rgba(40,167,69,0.4);
}

.product-category-badge.badge-info {
    background: linear-gradient(135deg, #17a2b8 0%, #117a8b 100%);
    box-shadow: 0 5px 15px rgba(23,162,184,0.4);
}

.product-category-badge.badge-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    box-shadow: 0 5px 15px rgba(255,193,7,0.4);
}

.featured-product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%); 
    align-items: center;
    justify-content: center; 
}

.featured-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-product-card:hover .featured-product-image img {
    transform: scale(1.15);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay .btn {
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.featured-product-card:hover .product-overlay .btn {
    transform: translateY(0);
}

.featured-product-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50px;
}

.product-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 12px;
    line-height: 1.3;
    font-family: "Arial", sans-serif;
}

.product-title a {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: var(--protek-primary);
}

.product-description {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.5;
    flex-grow: 1;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.product-features li {
    font-size: 13px;
    color: #495057;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.product-features li i {
    color: #28a745;
    margin-right: 8px;
    font-size: 11px;
}

.featured-product-info .btn {
    margin-top: auto;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.featured-product-info .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--protek-primary-rgb), 0.3);
}

/* Responsive adjustments for Featured Products */
@media (max-width: 991px) {
    .featured-products-section {
        padding: 60px 0;
    }
    
    .featured-product-card {
        margin-bottom: 30px;
    }
    
    .featured-product-image {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .featured-products-section {
        padding: 40px 0;
    }
    
    .featured-product-image {
        height: 220px;
    }
    
    .featured-product-info {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
    }
    
    .product-description {
        font-size: 13px;
    }
    
    .product-features li {
        font-size: 12px;
    }
}

/* Primary Button Color Updates - Matching ProTek Zaman Logo */
.btn-primary {
    background: var(--protek-primary) !important;
    border-color: var(--protek-primary) !important;
    color: white !important;
}

.btn-primary:hover {
    background: var(--protek-primary-dark) !important;
    border-color: var(--protek-primary-dark) !important;
    color: white !important;
}

.btn-primary:focus,
.btn-primary.focus {
    background: var(--protek-primary-dark) !important;
    border-color: var(--protek-primary-dark) !important;
    color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(var(--protek-primary-rgb), 0.25) !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background: var(--protek-primary-darker) !important;
    border-color: var(--protek-primary-darker) !important;
    color: white !important;
}

/* Modern Contact Form Button */
.modern-submit-btn {
    background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%) !important;
    border: none;
    color: white !important;
}

.modern-submit-btn:hover {
    background: linear-gradient(135deg, var(--protek-primary-dark) 0%, var(--protek-primary-darker) 100%) !important;
    color: white !important;
}

.modern-submit-btn:focus,
.modern-submit-btn:active {
    background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%) !important;
    box-shadow: 0 0 0 3px rgba(var(--protek-primary-rgb), 0.3) !important;
    color: white !important;
}

/* Reference Projects Section */
.reference-projects-section { 
    background:  #ffffff;
}

.reference-project-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reference-project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.project-image-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
}

.project-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reference-project-card:hover .project-image-wrapper img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,136,204,0.9) 0%, rgba(0,102,153,0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.reference-project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.reference-project-card:hover .project-overlay-content {
    transform: translateY(0);
}

.project-overlay-content i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    animation: pulse 1.5s infinite;
}

.project-overlay-content span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.project-info {
    padding: 25px;
    background: white;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.project-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.project-detail-row:last-of-type {
    border-bottom: none;
}

.reference-project-card:hover .project-detail-row {
    padding-left: 10px;
}

.project-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.project-label::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--protek-primary);
    border-radius: 50%;
    margin-right: 8px;
}

.project-value {
    font-size: 15px;
    color: #212529;
    font-weight: 600;
    text-align: right;
}

.project-completion-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(40,167,69,0.3);
    animation: slideInUp 0.5s ease;
}

.project-completion-badge i {
    font-size: 16px;
    animation: checkPulse 2s infinite;
}

@keyframes checkPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive adjustments for Reference Projects */
@media (max-width: 991px) {
    .reference-projects-section {
        padding: 60px 0;
    }
    
    .reference-project-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .reference-projects-section {
        padding: 40px 0;
    }
    
    .project-image-wrapper {
        height: 200px;
    }
    
    .project-info {
        padding: 20px;
    }
    
    .project-detail-row {
        padding: 10px 0;
    }
    
    .project-overlay-content i {
        font-size: 36px;
    }
    
    .project-overlay-content span {
        font-size: 14px;
    }
}

/* Remove spacing between Modern Contact and Referanslar sections */
.section-block {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

.section-block .row.text-center.pt-4.mt-5 {
    padding-top: 20px !important;
    margin-top: 0 !important;
}

/* Main Banner/Carousel Height Adjustments */
 .owl-carousel .container.position-relative.z-index-3.h-100 {
    min-height: 450px;
    display: flex;
    align-items: center;
}

/* Remove overlay from banner and add text background */
.owl-carousel .owl-item.overlay::before {
    display: none !important;
}

.owl-carousel .d-flex.flex-column.align-items-center {
    
    padding: 40px 50px;
    border-radius: 20px;
    
   
    position: relative;
    overflow: hidden;
}

.owl-carousel .d-flex.flex-column.align-items-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    
    z-index: -1;
}

/* Fix carousel loading flash - hide items until initialized */
.owl-carousel {
    overflow: hidden;
}

.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.owl-carousel.owl-loaded .owl-item {
    opacity: 1;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

@media (max-width: 991px) {
    .owl-carousel .owl-item {
        min-height: 400px !important;
    }
    .owl-carousel .container.position-relative.z-index-3.h-100 {
        min-height: 400px;
    }
    .owl-carousel .d-flex.flex-column.align-items-center {
        padding: 30px 40px;
        font-size: 12px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    .owl-carousel .d-flex.flex-column.align-items-center::before {
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
}

@media (max-width: 767px) {
    .owl-carousel .owl-item {
        min-height: 350px !important;
    }
    .owl-carousel .container.position-relative.z-index-3.h-100 {
        min-height: 350px;
        font-size: 12px;
    }
    .owl-carousel .d-flex.flex-column.align-items-center {
        padding: 20px 25px;
        border-radius: 15px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    .owl-carousel .d-flex.flex-column.align-items-center::before {
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
}

.our-solutions{
    background-color: #efefef !important;
}

.section-title{ 
    font-weight: 800 !important;
    color: var(--protek-primary) !important;
}

/* Footer Background Styling */
#footer {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%) !important;
    position: relative;
    overflow: hidden;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}

#footer .container {
    position: relative;
    z-index: 2;
}

/* Footer Text Color Adjustments for Blue Background */
#footer h5 {
    color: #ffffff !important;
    font-size: 14px;
}

#footer .list a,
#footer .text-color-light,
#footer p {
    color: #ffffff !important;
}

#footer .list a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

#footer .footer-copyright {
    background: rgba(0, 0, 0, 0.2) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#footer .footer-copyright p {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Language Switcher Styles */
.language-switcher .dropdown-toggle {
    font-size: 16px;
    padding: 8px 15px;
}

.language-switcher .dropdown-toggle i {
    font-size: 18px;
    color: var(--protek-primary);
    transition: transform 0.3s ease;
}

.language-switcher .dropdown-toggle:hover i {
    transform: scale(1.15);
    color: var(--protek-primary-dark);
}

.language-switcher .dropdown-menu {
    min-width: 160px;
    padding: 8px 0;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border-radius: 8px;
    margin-top: 8px;
}

.language-option {
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 500;
    color: #495057 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.language-option:hover {
    background: linear-gradient(135deg, rgba(var(--protek-primary-rgb), 0.08) 0%, rgba(var(--protek-primary-rgb), 0.12) 100%) !important;
    color: var(--protek-primary) !important;
    padding-left: 25px !important;
}

.language-option.active {
    background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%) !important;
    color: #ffffff !important;
    font-weight: 600;
}

.language-option.active:hover {
    background: linear-gradient(135deg, var(--protek-primary-dark) 0%, var(--protek-primary-darker) 100%) !important;
    color: #ffffff !important;
}

.language-option .flag-icon {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.language-option:hover .flag-icon {
    transform: scale(1.15);
}

.language-option.active::after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 14px;
    color: #ffffff;
}

/* Responsive adjustments for language switcher */
@media (max-width: 991px) {
    .language-switcher {
        order: 3;
    }

    .language-switcher .dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media (max-width: 767px) {
    .language-switcher .dropdown-toggle {
        padding: 6px 12px;
    }

    .language-option {
        padding: 8px 15px !important;
        font-size: 14px;
    }

    .language-option .flag-icon {
        font-size: 20px;
    }
}

/* Product Gallery Block - Main Container */
.product-gallery-block {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: relative;
}

/* Main Image Carousel Wrapper */
.main-image-wrapper {
    position: relative;
    margin-bottom: 20px;
}

/* Main Product Carousel */
.product-main-carousel {
    position: relative;
}

.product-main-carousel .owl-stage-outer {
    border-radius: 10px;
    overflow: hidden;
}

.product-main-carousel .carousel-item {
    cursor: zoom-in;
}

.main-carousel-image {
    width: 100%;
    height: 450px;
    object-fit: contain;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.main-carousel-image:hover {
    transform: scale(1.02);
}

/* Thumbnail Navigation */
.thumbnail-navigation {
    margin-top: 20px;
}

.thumbnail-carousel .owl-stage-outer {
    padding: 5px 0;
}

.thumbnail-carousel .thumb-item {
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thumb-image {
    width: 100%;
    height: 90px;
    object-fit: contain;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 10px;
    transition: all 0.3s ease;
}

.thumbnail-carousel .thumb-item.active .thumb-image,
.thumb-image:hover {
    border-color: var(--protek-primary);
    box-shadow: 0 4px 12px rgba(var(--protek-primary-rgb), 0.3);
    transform: scale(1.05);
    background: white;
}

/* Main Carousel Navigation Buttons */
.product-main-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 0;
    pointer-events: none;
}

.product-main-carousel .owl-nav button {
    pointer-events: all;
}

.product-main-carousel .owl-nav button.owl-prev,
.product-main-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95) !important;
    color: var(--protek-primary) !important;
    border-radius: 50% !important;
    font-size: 22px !important;
    line-height: 50px !important;
    margin: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.product-main-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.product-main-carousel .owl-nav button.owl-next {
    right: 20px;
}

.product-main-carousel .owl-nav button.owl-prev:hover,
.product-main-carousel .owl-nav button.owl-next:hover {
    background: var(--protek-primary) !important;
    color: white !important;
    border-color: var(--protek-primary) !important;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(var(--protek-primary-rgb), 0.4);
}

/* Main Carousel Dots */
.product-main-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.product-main-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.product-main-carousel .owl-dot.active {
    background: var(--protek-primary) !important;
    width: 32px;
    border-radius: 5px;
}

/* Product Actions Button Styling */
.product-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.product-actions .btn {
    flex: 1;
    min-width: 180px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.product-actions .btn-primary {
    background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(var(--protek-primary-rgb), 0.3);
}

.product-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--protek-primary-rgb), 0.4);
}

.product-actions .btn-outline-primary {
    border: 2px solid var(--protek-primary) !important;
    color: var(--protek-primary) !important;
    background: white !important;
}

.product-actions .btn-outline-primary:hover {
    background: var(--protek-primary) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(var(--protek-primary-rgb), 0.3);
}

/* Responsive adjustments for product gallery */
@media (max-width: 991px) {
    .product-gallery-block {
        padding: 20px;
    }

    .main-carousel-image {
        height: 380px;
        padding: 20px;
    }

    .product-actions {
        flex-direction: column;
    }

    .product-actions .btn {
        width: 100%;
        min-width: unset;
    }

    .product-main-carousel .owl-nav button.owl-prev,
    .product-main-carousel .owl-nav button.owl-next {
        width: 45px;
        height: 45px;
        line-height: 45px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .product-gallery-block {
        padding: 15px;
        border-radius: 10px;
    }

    .main-carousel-image {
        height: 300px;
        padding: 15px;
    }

    .thumb-image {
        height: 70px;
        padding: 8px;
    }

    .product-main-carousel .owl-nav button.owl-prev,
    .product-main-carousel .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        line-height: 38px !important;
        font-size: 18px !important;
    }

    .product-main-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .product-main-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .product-main-carousel .owl-dots {
        bottom: 10px;
    }
}

/* Main Categories Section */
.main-categories-section {
	background: #ffffff;
	padding: 60px 0;
}

.main-categories-section .section-title {
	font-weight: 800 !important;
	color: var(--protek-primary) !important;
	font-size: 1.75rem;
	letter-spacing: 1px;
}

/* Category Card Styling - Modern & Professional */
.category-card {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	padding: 40px 20px;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	position: relative;
	overflow: hidden;
}

.category-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--protek-primary) 0%, var(--protek-primary-light) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.category-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
	border-color: var(--protek-primary-light);
}

.category-card:hover::before {
	opacity: 1;
}

/* Featured Category Card - Premium Design */
.category-card-featured {
	background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
	border: 2px solid var(--protek-primary) !important;
	box-shadow: 0 6px 30px rgba(var(--protek-primary-rgb), 0.2);
}

.category-card-featured:hover {
	border-color: var(--protek-primary-dark) !important;
	box-shadow: 0 12px 45px rgba(var(--protek-primary-rgb), 0.3);
}

.category-card-featured::before {
	opacity: 1;
	background: linear-gradient(90deg, var(--protek-primary) 0%, var(--protek-primary-light) 100%);
}

/* Category Icon - Modern Badge */
.category-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--protek-primary) 0%, var(--protek-primary-dark) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0 6px 20px rgba(var(--protek-primary-rgb), 0.35);
	transition: all 0.4s ease;
}

.category-icon i {
	font-size: 42px;
	color: white;
	transition: transform 0.4s ease;
}

.category-card:hover .category-icon {
	transform: translateY(-5px) scale(1.1);
	box-shadow: 0 6px 20px rgba(var(--protek-primary-rgb), 0.4);
}

.category-card:hover .category-icon i {
	transform: rotate(5deg);
}

/* Category Icon Colors - Unified Brand Color */
.category-icon-personel,
.category-icon-gecis,
.category-icon-turnike,
.category-icon-bariyer,
.category-icon-ozel,
.category-icon-guvenlik {
	background: linear-gradient(135deg, var(--protek-primary-light) 0%, var(--protek-primary-darker) 100%);
	box-shadow: 0 6px 20px rgba(var(--protek-primary-rgb), 0.35);
}

.category-card:hover .category-icon-personel,
.category-card:hover .category-icon-gecis,
.category-card:hover .category-icon-turnike,
.category-card:hover .category-icon-bariyer,
.category-card:hover .category-icon-ozel,
.category-card:hover .category-icon-guvenlik {
	box-shadow: 0 8px 25px rgba(var(--protek-primary-rgb), 0.45);
}

/* Category Title - Professional Typography */
.category-title {
	font-size: 14px;
	font-weight: 700;
	color: #374151;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 0;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.category-card:hover .category-title {
	color: var(--protek-primary);
}

.category-card-featured .category-title {
	color: var(--protek-primary-dark);
	font-weight: 800;
}

/* Category Image Wrapper - Enhanced Design */
.category-image-wrapper {
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
	margin-bottom: 10px;
}

.category-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	filter: brightness(0.95);
}

.category-card:hover .category-image {
	transform: scale(1.08);
	filter: brightness(1);
}

/* Category Overlay - Modern Hover Effect */
.category-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	padding: 20px;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-card:hover .category-overlay {
	transform: translateY(0);
}

.category-link-text {
	color: white;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: gap 0.3s ease;
}

.category-card:hover .category-link-text {
	gap: 12px;
}

.category-link-text i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.category-card:hover .category-link-text i {
	transform: translateX(3px);
}

/* Modern category showcase - index3 */
.section-categories-modern {
    position: relative;
    background: linear-gradient(180deg, rgba(var(--protek-primary-rgb), 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}

.section-categories-modern .text-color-primary {
    letter-spacing: 1.5px;
}

.category-modern-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 22px;
    padding: 24px 26px;
    box-shadow: 0 18px 48px rgba(15, 35, 65, 0.1);
    border: 1px solid rgba(12, 37, 63, 0.06);
    text-decoration: none;
    color: #212529;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-modern-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 110% -10%, rgba(var(--protek-primary-rgb), 0.25), transparent 55%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-modern-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 35, 65, 0.14);
    text-decoration: none;
}

.category-modern-card:hover::before {
    opacity: 1;
}

.category-modern-icon,
.category-modern-body,
.category-modern-chevron {
    position: relative;
    z-index: 1;
}

.category-modern-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.25rem;
    margin-right: 22px;
    background: var(--protek-primary);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.category-modern-card:hover .category-modern-icon {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.category-modern-body {
    flex: 1;
}

.category-modern-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.category-modern-card:hover .category-modern-title {
    color: var(--protek-primary-dark);
}

.category-modern-text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: rgba(33, 37, 41, 0.65);
}

.category-modern-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    font-size: 1.05rem;
    color: rgba(33, 37, 41, 0.45);
    transition: transform 0.3s ease, color 0.3s ease;
}

.category-modern-card:hover .category-modern-chevron {
    color: var(--protek-primary-dark);
    transform: translateX(6px);
}

.category-modern-card--personel .category-modern-icon {
    background: var(--protek-primary);
}

.category-modern-card--gecis .category-modern-icon {
    background: var(--protek-primary);
}

.category-modern-card--turnike .category-modern-icon {
    background: var(--protek-primary);
}

.category-modern-card--bariyer .category-modern-icon {
    background: var(--protek-primary);
}

.category-modern-card--ozel .category-modern-icon {
    background: var(--protek-primary);
}

.category-modern-card--guvenlik .category-modern-icon {
    background: var(--protek-primary);
}

@media (max-width: 991px) {
    .category-modern-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .section-categories-modern {
        padding: 60px 0 !important;
    }
    
    .category-modern-card {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .category-modern-card {
        flex-direction: column;
        text-align: center;
    }
    
    .category-modern-icon {
        margin-right: 0;
        margin-bottom: 16px;
    }
    
    .category-modern-chevron {
        margin-left: 0;
        margin-top: 14px;
    }
}

/* Featured products grid - index3 */
.section-featured-products {
    background: #f4f5f7;
}

.featured-product-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(15, 35, 65, 0.08);
    box-shadow: 0 14px 34px rgba(15, 35, 65, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(15, 35, 65, 0.16);
}

.featured-product-media {
    width: 100%;
    
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.featured-product-image {
    width: 100%;
    height: 100%;
    max-height: 270px;
    object-fit: contain;
}

.featured-product-title {
    font-size: 1rem;
    font-weight: 600;
    color: #7a7a7a;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .featured-product-card {
        padding: 22px;
    }

    .featured-product-media {
        min-height: 240px;
        padding: 8px;
    }

    .featured-product-image {
        max-height: 230px;
    }
}

@media (max-width: 767px) {
    .featured-product-card {
        padding: 20px;
    }

    .featured-product-media {
        min-height: 220px;
        padding: 8px;
    }

    .featured-product-image {
        max-height: 210px;
    }
}

/* Link Styling - Clean Design */
.main-categories-section a {
	display: block;
	height: 100%;
	color: inherit;
}

.main-categories-section a:hover {
	text-decoration: none;
	color: inherit;
}

/* Responsive Design for Main Categories - Modern & Optimized */
@media (max-width: 991px) {
	.main-categories-section {
		padding: 50px 0;
	}

	.category-card {
		padding: 35px 15px;
		min-height: 180px;
		border-radius: 20px;
	}

	.category-icon {
		width: 80px;
		height: 80px;
		margin-bottom: 18px;
	}

	.category-icon i {
		font-size: 38px;
	}

	.category-title {
		font-size: 13px;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.main-categories-section {
		padding: 40px 0;
	}

	.main-categories-section .section-title {
		font-size: 1.5rem;
	}

	.category-card {
		padding: 30px 12px;
		min-height: 160px;
		margin-bottom: 20px;
		border-radius: 18px;
	}

	.category-icon {
		width: 70px;
		height: 70px;
		margin-bottom: 15px;
	}

	.category-icon i {
		font-size: 32px;
	}

	.category-title {
		font-size: 11px;
		margin-bottom: 0;
		letter-spacing: 0.6px;
	}

	.category-card-featured {
		border: 2px solid var(--protek-primary) !important;
	}

	/* Reduce hover effects on mobile for better touch experience */
	.category-card:hover {
		transform: translateY(-5px) scale(1.01);
	}

	.category-card:hover .category-icon {
		transform: translateY(-3px) scale(1.05);
	}
}

/* Featured Products Section */
.featured-products-section {
	background: #ffffff;
	padding: 60px 0;
}

.featured-product-card {
	background: white;
	border: 1px solid #efefef;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.featured-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border-color: #b0b0b0;
}

.featured-product-image {
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	padding: 20px;
	overflow: hidden;
}

.featured-product-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.4s ease;
}

.featured-product-card:hover .featured-product-image img {
	transform: scale(1.08);
}

.featured-product-title {
	padding: 20px;
	background: white;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.featured-product-title h5 {
	font-size: 15px;
	font-weight: 600;
	color: #7a7a7a;
	margin: 0;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.featured-product-card:hover .featured-product-title h5 {
	color: #5a5a5a;
}

.featured-products-section a {
	display: block;
	height: 100%;
	color: inherit;
}

.featured-products-section a:hover {
	text-decoration: none;
}

/* Responsive - Featured Products */
@media (max-width: 991px) {
	.featured-products-section {
		padding: 50px 0;
	}

	.featured-product-image {
		height: 240px;
		padding: 15px;
	}

	.featured-product-title h5 {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.featured-products-section {
		padding: 40px 0;
	}

	.featured-product-image {
		height: 200px;
		padding: 12px;
	}

	.featured-product-title {
		padding: 15px;
	}

	.featured-product-title h5 {
		font-size: 13px;
	}
}