html {
    background:#f4f4f4
}

.row > div,.container {
    transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    -webkit-transition:all .25s ease-in-out
}

body {
    font-family:Lato,sans-serif
}

.wrapper {
    background:#f5f5f5
}

.content-inner {
    background:#fff
}

h1,h2,h3,h4,h5,h6,p {
    margin:0 0 1em;
    padding:0
}

a {
    cursor:pointer;
    text-decoration:none!important;
    transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    -webkit-transition:all .25s ease-in-out
}

.inline-block {
    display:inline-block
}

/* Navigation */
.navbar-header{
margin: -15px;
padding:0  15px;
background: #fff;}

.navbar-collapse{
width: 100%;
}

.navbar-toggle {
    border:0;
    border-radius:0;
    margin:20px 15px
}

.navbar-toggle .icon-bar {
    background:#333;
    height:2px;
    border-radius:2px
}

.navbar-brand {
    font-weight:500;
    border:2px solid #970f0d;
    margin:15px;
    padding:8px 14px 7px;
    font-size:1.3em;
    height:auto;
    color:#fff;
    background-color:#970f0d
}

.navbar-brand:hover {
    color:#fff;
    border-color:#970f0d;
    background-color:#b91216
}

.social li a {
    padding-right:0
}

.navbar-nav>li>a {
    display:block;
    margin:12px 0;
    color:#999;
    transition:color .25s ease-in-out;
    -moz-transition:color .25s ease-in-out;
    -o-transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out
}

.navbar-nav>li>a:hover{
    background:none;
    color:#1eadef;
}
.navbar-nav>li>a:focus{
    background:none;
 }
 
.social li{
display: inline-block}

/* Intro */
.intro {
    margin:0 0 1.5em;
    font-size:1.8em;
    line-height:1.6em
}

.intro span {
    font-weight:100
}

/* Grid List  */
.grid-list-wrapper {
    margin:2px 0 4em 0
}

.grid-list {
    background:#fff;
    margin:0 0 3em;
    max-width:300px;
    margin:0 auto 4em auto;
    text-align:center;
    border:0.5px solid #ddd
}

.grid-list img {
    width:100%;
    height:auto;
    max-width:300px;
    max-height:300px;
    object-fit:cover;
    display:block;
    margin:0 auto
}

.overlay a {
    color:#222;
    padding:1em 2em;
    display:block;
}

.overlay h2 {
    font-size:1.2em;
    line-height:1.35em;
    margin:0;
    padding:.5em 0
}

.overlay p {
    font-size:0.9em;
    line-height:1.3em;
    margin:0;
    padding:0;
    opacity:0.9
}

/* Product Info - Always Visible */
.product-info {
    padding:15px;
    background:#fff;
    text-align:center
}

.product-title {
    font-size:1.1em;
    font-weight:600;
    margin:0 0 10px 0;
    color:#333;
    line-height:1.3em
}

.product-price {
    font-size:1.2em;
    font-weight:bold;
    color:#970f0d;
    margin:0
}

/* Banner Section */
.banner-section {
    text-align:center;
    padding:2px 0;
    margin:2px 0
}

.banner-image {
    max-width:1250px;
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1)
}

@media only screen and (max-width: 768px) {
    .banner-image {
        height:100px;
        max-width:100%
    }
}

.overlay h3 {
    display:none;
    padding:0;
    font-size:1.2em;
    line-height:1em
}

.overlay span {
    text-transform:uppercase;
    font-weight:100;
    margin-right:1em
}

/* Footer */
footer {
    clear:both;

}

.nav-footer {
    margin:0;
    padding:0
}

.nav-footer ul {
    margin:0;
    padding:0;
    text-align:center
}

.nav-footer li {
    list-style:none;

    display:inline-block
}

.nav-footer a {
    color:#fff;
    transition:color .25s ease-in-out;
    -moz-transition:color .25s ease-in-out;
    -o-transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out
}

.nav-footer a:hover {
    color:#ffcccc
}

header {
    margin:5px
}

footer p {
    margin:0
}

.credits {
    color:#fff;
    font-weight:100;
    margin:7px 0
}

.navbar-brand-wrapper {
    margin:3em 0 2em;
    opacity:.2
}

footer .navbar-brand {
    float:none;
    text-align:center;
    width:100%;
    background-color:transparent;
    color:#fff;
    border-color:#fff
}

footer {
    background:#970f0d
}

.wrapper footer .container {
    box-shadow:none
}

.grid-list-wrapper li {
    list-style:none;
}

/* Features Section */
.features-section {
    padding:2em 0;
    margin-bottom:2em
}

.feature-box {
    text-align:center;
    padding:1.5em 1em;
    margin-bottom:2em
}

.feature-icon {
    width:50px;
    height:50px;
    margin:0 auto 1em auto;
    display:block
}

.feature-title {
    color:#fff;
    font-size:1.1em;
    font-weight:600;
    margin:0 0 0.5em 0
}

.feature-description {
    color:#ffcccc;
    font-size:0.9em;
    margin:0;
    line-height:1.4em
}

@media only screen and (max-width: 768px) {
    .feature-box {
        margin-bottom:1.5em;
        padding:1em 0.5em
    }
    
    .feature-icon {
        width:40px;
        height:40px
    }
    
    .feature-title {
        font-size:1em
    }
    
    .feature-description {
        font-size:0.85em
    }
}
 

@media only screen and (min-width: 320px) {
.intro {
    font-size:1.0em;
    line-height:1.4em;
    margin:0 0 1em
}
}

@media only screen and (min-width: 480px) {
.intro {
    font-size:1.2em;
    line-height:1.5em;
    margin:0 0 1.2em
}
}

@media only screen and (min-width: 768px) {
.overlay{
min-height: 90px;
}

.grid-list {
    margin:0 auto 5em auto;
}
    
header {
    background:#fff;

    padding:20px 30px
}
    
    .navbar-header{
margin: 0;
padding:0;
background: #fff;}

.intro {
    font-size:1.3em;
    margin:0 0 .9em
}

.navbar-nav.social {
    float:right
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
.intro {
    font-size:1.2em;
}

.overlay {
    font-size:120%
}

.wrapper-inner {
    padding:10px 50px
}

.portfolio-item.wrapper-inner {
    padding:1em 10em
}

.overlay h3 {
    display:block;
    line-height:1.5em
}

.overlay h3 span {
    display:block;
    opacity:.34
}

.overlay h3 span:hover {
    opacity:.54
}

header {
    background:#fff;
    margin:0;
    padding:0
}

.no-gutter-space {
    margin:0
}

.no-gutter-space > div {
    margin:0;
    padding:0
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    transition:opacity .25s ease-in-out;
    -o-transition:opacity .25s ease-in-out;
    -moz-transition:opacity .25s ease-in-out;
    -webkit-transition:opacity .25s ease-in-out;
    opacity:0;
    background:#f5f5f5;
    background:rgba(0,0,0,.5)
}

.grid-list:hover .overlay {
    opacity:1
}

.overlay a {
    font-size:.8em;
    color:#fff;
    height:100%;
    width:100%;
    display:block
}

.grid-list {
    margin:0;
    padding:0
}

.navbar {
    padding:1em
}

.intro {
    padding:0 50px 2em
}

.wrapper .container {
    padding:0;
    background:#fff
}

.wrapper {
    padding:0 0 4em;
    margin:3em 0 0;
    clear:both
}

.wrapper .container {
    box-shadow:0 0 20px rgba(0,0,0,.05)
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
.wrapper {
    padding:0 0 5em;
    clear:both
}
}

/* Content Section */
.content-section {
    background: #fff;
    padding: 2em;
    margin: 2em 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    line-height: 1.6;
}

.content-section h1 {
    color: #970f0d;
    font-size: 1.8em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 600;
}

.content-section h2 {
    color: #970f0d;
    font-size: 1.4em;
    margin: 1.5em 0 0.8em 0;
    font-weight: 600;
    border-bottom: 2px solid #970f0d;
    padding-bottom: 0.3em;
}

.content-section h3 {
    color: #333;
    font-size: 1.2em;
    margin: 1.2em 0 0.6em 0;
    font-weight: 600;
}

.content-section p {
    color: #555;
    margin-bottom: 1em;
    text-align: justify;
}

.content-section ul {
    margin: 1em 0;
    padding-left: 2em;
}

.content-section li {
    color: #555;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

.content-section strong {
    color: #970f0d;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .content-section {
        padding: 1.5em;
        margin: 1em 0;
    }
    
    .content-section h1 {
        font-size: 1.4em;
    }
    
    .content-section h2 {
        font-size: 1.2em;
    }
    
    .content-section h3 {
        font-size: 1.1em;
    }
}
/* Modal ve Form Stilleri */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.modal-header {
    background: #970f0d;
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.3em;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close:hover {
    opacity: 0.7;
}

.modal-body {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #970f0d;
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.product-info-modal {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #970f0d;
}

.product-info-modal h4 {
    margin: 0 0 5px 0;
    color: #970f0d;
}

.product-info-modal .price {
    font-size: 1.2em;
    font-weight: bold;
    color: #970f0d;
}

.btn-submit {
    background: #970f0d;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #b91216;
}

.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.form-note {
    background: #e3f2fd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1976d2;
    border-left: 4px solid #2196f3;
}

@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto;
        width: 95%;
    }
    
    .modal-body {
        padding: 20px;
    }
}