.container.mb5 {
    padding: 50px 20px;
}


.product-details .product-content {
    margin-bottom: 1.6rem;
    margin-top: 1.6rem !important;
}

.birim-img {
    filter: invert(1);
    width: 35%;
}


.element.category-icon {
    background-color: #f8f8f8;
}


.icon-box-content {
    padding: 15px;
}

.col-md-12.padding-10 {
    padding: 15px;
}


.row.align-items-center.padding-10 {
    padding: 15px;
}


.entry-content.editor-content.padding-10 {
    padding: 50px 20px;
}

.padding-10 {
    padding: 50px 20px;
}


.padding-15 {
    padding: 20px;
}


.category-img {
    
    width: 35%;
}



.btn-outline-info:hover {
    color: #fff;
    background-color: #0aa084;
    border-color: #0aa084;
}

.btn-outline-info {
    color: #0aa084;
    border-color: #0aa084;
}


label#cmessage-error {
    color: red;
}



.form-check-input {
    position: absolute;
    margin-top: 7px !important;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 10px !important;
    margin-left: 5px!important;
}

.setCursor{
    cursor:pointer!important;
}


.row.mb5 {
    margin-bottom: 15px;
}



.small, small {
    font-size: 100% !important;
    font-weight: 400;
}

/* Slider Styles */
.intro-content {
    padding: 80px 0;
}

.intro-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 1s ease-out;
}

.intro-subtitle {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.intro-content .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.6s both;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.intro-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Slider Styles */
@media (max-width: 768px) {
    .intro-title {
        font-size: 2.5rem;
    }
    
    .intro-subtitle {
        font-size: 1.2rem;
    }
    
    .intro-content {
        padding: 60px 0;
    }
}

