.swm-header-placeholder {
    display: block;
    height: 107px;
}

@media only screen and (max-width: 480px) {
    .swm-header-placeholder {
        height: 80px;
    }
}

.af-hero {
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
    background-color: #f6f3ee;
    background-image: url('../images/Akilli-fikirler.jpg');
    background-size: cover;
    background-position: center center;
}

.af-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1230px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.af-hero-title {
    position: absolute;
    left: 35px;
    top: 175px;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.15;
    color: #ed1c24;
}

.af-hero-title span {
    display: block;
}

.af-hero-desc {
    position: absolute;
    left: 36px;
    top: 360px;
    width: 538px;
    margin: 0;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
    background-color: rgba(12, 12, 12, 0.15);
}

.af-hero-actions {
    position: absolute;
    left: 35px;
    top: 474px;
    display: flex;
    align-items: center;
}

.af-hero-btn {
    display: inline-block;
    min-width: 152px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background-color: #d83030;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.af-hero-btn:hover {
    background-color: #252628;
    color: #ffffff;
}

.af-hero-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-left: 22px;
}

.af-hero-play img {
    display: block;
    width: 55px;
    height: 55px;
}

.af-hero-art {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.af-hero-art-1 {
    left: 15%;
    top: 44%;
    width: 44px;
}

.af-hero-art-4 {
    right: 24%;
    top: 26%;
    width: 120px;
}

.af-hero-art-8 {
    right: 9%;
    top: 20%;
    width: 135px;
    animation: af-float-y 6s ease-in-out infinite;
}

.af-hero-art-2 {
    right: 31%;
    top: 58%;
    width: 37px;
    animation: af-spin 15s linear infinite;
}

.af-hero-art-6 {
    right: -40px;
    bottom: -40px;
    width: 445px;
    animation: af-float-y 8s ease-in-out infinite;
}

.af-hero-art img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes af-float-y {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes af-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    .af-hero,
    .af-hero-inner {
        height: 540px;
    }
    .af-hero-title {
        top: 140px;
        font-size: 46px;
    }
    .af-hero-desc {
        top: 300px;
        width: 480px;
        line-height: 29px;
    }
    .af-hero-actions {
        top: 400px;
    }
    .af-hero-art-6 {
        width: 340px;
    }
    .af-hero-art-4 {
        width: 90px;
    }
    .af-hero-art-8 {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .af-hero,
    .af-hero-inner {
        height: auto;
        min-height: 420px;
    }
    .af-hero-inner {
        padding: 70px 20px;
    }
    .af-hero-title,
    .af-hero-desc,
    .af-hero-actions {
        position: static;
        left: auto;
        top: auto;
        width: auto;
    }
    .af-hero-title {
        font-size: 36px;
        line-height: 1.2;
    }
    .af-hero-desc {
        margin-top: 16px;
        padding: 12px 16px;
        font-size: 15px;
        line-height: 26px;
    }
    .af-hero-actions {
        margin-top: 20px;
    }
    .af-hero-art {
        display: none;
    }
}

.af-page-banner {
    padding: 120px 0 70px;
    text-align: center;
    background-color: #f6f3ee;
    background-image: url('../images/home1-bg3.png');
    background-size: cover;
    background-position: center center;
}

.af-page-banner-inner {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.af-page-banner-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ed1c24;
}

.af-page-banner-title {
    margin: 10px 0 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.15;
    color: #252628;
}

.af-page-content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 60px 15px 80px;
}

.af-section {
    margin-bottom: 50px;
}

.af-section-title {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #252628;
}

.af-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    background-color: #ed1c24;
}

.af-lead {
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
}

.af-page-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: #666666;
    margin: 0 0 16px;
}

.af-grid {
    display: grid;
    gap: 30px;
}

.af-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.af-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.af-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 28px;
}

.af-card-title {
    margin: 0 0 12px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #252628;
}

.af-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.af-list li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #666666;
}

.af-list li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ed1c24;
}

.af-service-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 30px 26px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.af-service-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.af-service-card h3 {
    margin: 0 0 12px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #252628;
}

.af-service-link {
    font-weight: 600;
    color: #d83030;
    text-decoration: none;
}

.af-service-link:hover {
    color: #252628;
}

.af-stat {
    text-align: center;
    padding: 30px 15px;
}

.af-stat-number {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: #ed1c24;
}

.af-stat-label {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #666666;
}

.af-project-item {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 24px;
    text-align: center;
    background: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.af-project-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.af-project-item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #252628;
}

.af-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.af-contact-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 30px 24px;
    text-align: center;
}

.af-contact-item i {
    font-size: 30px;
    color: #ed1c24;
    margin-bottom: 14px;
}

.af-contact-item h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #252628;
}

.af-contact-item p {
    margin: 0;
}

.af-contact-item a {
    color: #666666;
    text-decoration: none;
}

.af-contact-item a:hover {
    color: #ed1c24;
}

.af-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.af-form-field {
    display: flex;
    flex-direction: column;
}

.af-form-field-full {
    grid-column: 1 / -1;
}

.af-form label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.af-form input,
.af-form textarea {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 12px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333333;
}

.af-form input:focus,
.af-form textarea:focus {
    outline: none;
    border-color: #ed1c24;
}

.af-form textarea {
    resize: vertical;
    min-height: 140px;
}

.af-btn {
    display: inline-block;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    text-align: center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    background-color: #d83030;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.af-btn:hover {
    background-color: #252628;
    color: #ffffff;
}

.af-form-success {
    margin-bottom: 24px;
    padding: 16px 20px;
    border-left: 4px solid #28a745;
    background: #f0f9f1;
    color: #1e7e34;
    font-weight: 600;
    border-radius: 4px;
}

.af-404 {
    max-width: 720px;
    margin: 0 auto;
    padding: 120px 15px;
    text-align: center;
}

.af-404 h1 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 72px;
    color: #ed1c24;
    margin: 0 0 10px;
}

.af-404 p {
    font-size: 17px;
    color: #666666;
    margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
    .af-page-banner-title {
        font-size: 34px;
    }
    .af-grid-2,
    .af-grid-3,
    .af-contact-grid {
        grid-template-columns: 1fr;
    }
    .af-form {
        grid-template-columns: 1fr;
    }
}
