/* About Page Specific Styles */

/* Body and Main Layout */
body {
    background-color: #000000;
}

#main {
    direction: ltr !important;
}

/* About Section */
.about-section {
    padding: 60px 0;
    margin-top: 200px;
}

/* Spacing for content rows */
.content-row {
    margin-top: 150px;
}

/* RTL Direction for content */
[dir="rtl"] .content-direction {
    direction: rtl !important;
}

[dir="ltr"] .content-direction {
    direction: ltr !important;
}

/* Logo Positioning */
.logo-about {
    position: absolute;
    top: 32px;
    width: 205px;
    height: 88px;
}

.logo-about-en {
    left: 160px;
}

.logo-about-ar {
    right: 160px;
}

/* Image wrapper with pillar effect */
.about-image {
    position: relative;
    display: inline-block;
}

.about-image::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -40px;
    width: 79px;
    background-color: #b87440;
    z-index: 0;
}

.about-image img {
    position: relative;
    z-index: 1;
    width: 748px;
    height: 560px;
    display: block;
    object-fit: cover;
}

.about-image-right {
    position: relative;
    display: inline-block;
}

.about-image-right img {
    position: relative;
    z-index: 1;
    width: 748px;
    height: 560px;
    display: block;
    object-fit: cover;
}

.about-image-right::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -40px;
    width: 79px;
    background-color: #b87440;
    z-index: 0;
}

/* Title bar */
.about-title {
    background-color: #b87440;
    padding: 12px 26px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: -25px;
    margin-top: -9px;
}

[dir="rtl"] .about-title {
    width: 710px;
    margin-left: auto;
    margin-right: -25px;
}

[dir="ltr"] .about-title {
    width: 610px;
}

.about-title-right {
    background-color: #b87440;
    padding: 12px 20px;
    font-size: 1.5rem;
    width: 671px;
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: -9px;
}

[dir="rtl"] .about-title-right {
    margin-right: -25px;
    margin-left: auto;
}

[dir="ltr"] .about-title-right {
    margin-left: -25px;
    margin-right: auto;
}

.about-text {
    font-size: 1rem;
    line-height: 26px;
    color: #999999;
    max-width: 597px;
}

/* Newsletter Section */
#newsletter-section {
    background-color: #000000;
    padding-top: 140px !important;
    direction: rtl !important;
}

.newsletter-description {
    font-size: 16px;
}

.newsletter-container {
    width: 790px;
}