.content {
    width: 100%;
    overflow-x: clip; /* hidden yerine daha temiz */
}
.expo-container {
    max-width: 1400px;
    margin: auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #222;
}

.expo-hero {
    text-align: center;
    margin-bottom: 60px;
	background-color: beige;
	border: 1px solid rgba(212,175,55,0.45);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.expo-hero h1 {
    font-size: 36px;
    margin-bottom: 15px;
}

.expo-hero p {
    font-size: 18px;
    color: #666;
}

.expo-section {
    margin-bottom: 50px;
}

.expo-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.expo-section h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.expo-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.expo-services {
    list-style: none;
    padding: 0;
}

.expo-services li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.expo-cta {
    text-align: center;
    margin-top: 60px;
}

.expo-btn {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, #d3ae16, #d4af37);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.7s;
}

.expo-btn:hover{
    background: #C0C0C0;
    color: #000 !important;   /* istediğin renk */
    text-decoration: none !important;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/*** Action Box - style3 ***/
.kroniqs_box {
    padding: 24px 0;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #1d1d1b;
    clear: both;
}

.kroniqs_box .action_box_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    position: relative;
	text-align: center;
}

.kroniqs_box h4.text {
    margin: 10px 0;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.4;
}

.kroniqs_box .ac-subtitle {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.kroniqs_box:after,
.kroniqs_box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -25%;
    border-radius: 3px;
    border: 8px solid transparent;
    border-top-width: 7px;
    border-top-color: #1d1d1b;
}

.kroniqs_box[data-arrowpos=center]:after,
.kroniqs_box[data-arrowpos=center]:before {
    margin-left: -7px;
}

.kroniqs_box[data-arrowpos=right]:after,
.kroniqs_box[data-arrowpos=right]:before {
    margin-left: 25%;
}

/* Action Box style 3 */
.kroniqs_box.style3 {
    padding: 0;
    border-radius: 6px;
}

.kroniqs_box.style3 .action_box_inner {
    background-color: #2f2f2f;
    position: relative;
    padding: 35px;
    border-radius: 6px;
    z-index: 1;
}

.kroniqs_box.style3 .action_box_inner:before {
    position: absolute;
    content: '';
    background-color: #2f2f2f;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: skewY(1.5deg);
    border-radius: 10px;
    transform-origin: right top;
}

.kroniqs_box.style3 .action_box_inner:after {
    position: absolute;
    content: '';
    background-color: rgb(244 245 245);
    width: 90%;
    height: 30%;
    display: block;
    border-radius: 4px;
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}

.kroniqs_box.style3:before {
    position: absolute;
    content: '';
    background-color: #2f2f2f;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    transform: skewY(35deg);
}

.kroniqs_box.style3:after {
    display: none;
}

/* Button wrapper */
.action_box_inner .button-div {
    width: 100%;
    text-align: center;
}

/* Responsive */
@media (max-width: 1200px) {
    .kroniqs_box {
        text-align: center;
    }

    .kroniqs_box .ac-content-text {
        margin-bottom: 25px;
    }

    .action_box_inner .button-div {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .kroniqs_box .action_box_content {
        display: table;
    }

    .kroniqs_box .ac-content-text {
        display: table-cell;
    }

    .kroniqs_box .row.flex {
        display: flex;
    }

    .kroniqs_box .ac-buttons {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
    }

    .kroniqs_box .ac-btn {
        margin: 0;
        display: inline;
    }

    .kroniqs_box .ac-btn:last-child {
        margin-left: 15px;
    }

    .action_box_inner .button-div {
        text-align: right !important;
    }
}

/* Small screens button spacing */
@media (min-width: 320px) {
    .kroniqs_box .ac-btn {
        margin: 0 5px;
    }
}



@media (max-width: 768px) {
    .two-column {
        grid-template-columns: 1fr;
    }

    .expo-hero h1 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .expo-container {
        padding: 20px 15px;
        max-width: 100%;
    }
}