.full-image-wrapper {
    width: 100%;
}

.full-image-wrapper img {
    display: block;
    width: 100%;
}

.sub-title-wrapper {
    padding: 80px 0 20px;
}

.sub-title-wrapper h2 {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    /* 73.684% */
    letter-spacing: -1px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.sub-title-wrapper h1 {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 73.684% */
    letter-spacing: -1px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.two-col-wrapper {
    padding: 80px 0 20px;
}

.two-col-wrapper.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.two-col-wrapper .row {
    display: flex;
    gap: 200px;
    align-items: center;
}

.two-col-wrapper .row .col {
    flex: 1;
}

.two-col-wrapper .row .col.two-col {
    flex: 2;
}

.two-col-wrapper .row .col p.big {
    color: #E84B2C;
    font-family: "Atyp Text";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 142.857% */
    letter-spacing: -0.1px;
}

.two-col-wrapper .row .col p a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

.two-col-wrapper .row .col p {
    color: #000;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.1px;
    margin-bottom: 36px;
}

.two-col-wrapper .row .col ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 36px;
}

.two-col-wrapper .row .col ul li {
    color: #000;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.1px;
}

.two-col-wrapper .row .col ul li b,
.two-col-wrapper .row .col p b {
    font-weight: 700;
}

.two-col-wrapper.dark .row .col ul li,
.two-col-wrapper.dark .row .col p {
    color: white;
}

.two-col-wrapper .row .col p.with-dot {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 73.684% */
    letter-spacing: -1px;
    position: relative;
    padding-top: 60px;
}

.two-col-wrapper .row .col p.with-dot::before {
    content: '';
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
}

.two-col-wrapper .row .col h3 {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    /* 73.684% */
    letter-spacing: -1px;
    margin-bottom: 36px;
}

.two-col-wrapper .row .col img {
    max-width: 100%;
    height: auto;
}

.one-col-wrapper {
    padding: 80px 0 20px;
}

.one-col-wrapper p {
    color: #000;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.1px;
    margin-bottom: 36px;
}

.one-col-wrapper p a,
.one-col-wrapper ul li a {
    text-decoration: underline;
    color: #000;
}

.one-col-wrapper h2 {
    color: #000;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.1px;
    margin-bottom: 36px;
}

.one-col-wrapper ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 36px;
}

.one-col-wrapper ul li {
    color: #000;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.1px;
}

.one-col-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
}

.one-col-wrapper table th,
.one-col-wrapper table td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 12px;
    color: #000;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.one-col-wrapper table th {
    background-color: #f4f4f4;
    font-weight: 700;
}

.one-col-wrapper table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.one-col-wrapper table tr:hover {
    background-color: #f1f1f1;
}

.sub-title-wrapper.dark {
    background-color: #000;
}

.sub-title-wrapper.dark h2 {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sub-title-wrapper.dark h1 {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.two-col-wrapper.dark {
    background-color: #000;
}

.two-col-wrapper.dark .row p {
    color: #fff;
}

.two-col-wrapper.dark .row .col h3 {
    color: #E84B2C;
}

#about-wrapper .row {
    display: flex;
    gap: 40px;
    padding-top: 60px;
}

#about-wrapper .row .two-col {
    flex: 2;
    padding-top: 0px
}

#about-wrapper .row .two-col h1 {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 73.684% */
    letter-spacing: -1px;
    position: relative;
    padding-top: 60px;
    margin-bottom: 40px;
}

#about-wrapper .row .two-col h1::before {
    content: '';
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #E84B2C;
    position: absolute;
}

#about-wrapper .row .two-col p {
    color: #000;
    font-family: "Atyp Text";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 78.571% */
    letter-spacing: -0.1px;
    margin-bottom: 40px;
}

#about-wrapper .row .two-col p.big {
    color: #000;
    font-family: "Atyp Text";
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 78.571% */
    letter-spacing: -2px;
}

#about-wrapper .row .two-col .info p {
    font-size: 18px !important;
    line-height: 32px !important;
    margin-bottom: 18px !important;
}

#about-wrapper .row .one-col {
    flex: 1;
}

#about-wrapper .row .one-col img {
    width: 100%;
}

.degerlerimiz-wrapper {
    padding-bottom: 100px;
}

.degerlerimiz-wrapper .row {
    display: flex;
    gap: 100px;
}

.degerlerimiz-wrapper .row .one-col {
    flex: 1;
}

.degerlerimiz-wrapper .row .one-col img {
    width: 100%;   border: 2px solid #e84b2c;
}

.degerlerimiz-wrapper .row .two-col {
    flex: 2; justify-content: center;
    display: flex; flex-direction: column;
}

.degerlerimiz-wrapper .row .two-col span {
    color: #000;
    display: block;
    margin-bottom: 60px;
    font-family: Sarabun;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 77.778% */
    letter-spacing: 0.1px;
}

.degerlerimiz-wrapper .row .two-col h2 {
    display: block;
    margin-bottom: 50px;
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    /* 73.684% */
    letter-spacing: -1px;
}

.degerlerimiz-wrapper .row .two-col p {
    color: #000;
    font-family: Sarabun;
    font-size: 22px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.4;
    /* 177.778% */
    letter-spacing: 0.1px;
}

#promo1 {
    height: 450px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#promo1 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
}

#promo2 {
    height: 450px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#promo2 img {
    position: absolute;
    top: 0;
    right: 0;
    height: 450px;
}

.accordion {
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
}

.accordion-header {
    padding: 15px;
    margin: 0;
    background-color: #f1f1f1;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0 !important;
}

.accordion-header:hover {
    background-color: #e1e1e1;
}

.accordion-content {
    padding: 15px;
    display: none;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
}

#contact-info h2 {
    color: #000;
    font-family: "Atyp Text";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

#contact-info h3 {
    color: #E84B2C;
    font-family: "Atyp Text";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1px;
    height: 60px;
    position: relative;
    padding-top: 60px;
    margin-bottom: 20px;
}

#contact-info h3 a {
    color: #E84B2C;
}

.lh {
    height: 55vh;
    object-fit: contain;
    object-position: center center;
}

.contact-grid {
    width: 80%;
    ;
}