/* Home Page Specific Styles */

/* Hero Section */
.home-section {
    background-size: cover;
    background-position: center;
}

/* Logo Positioning */
.logo-home {
    position: absolute;
    top: 70px;
    left: 160px;
    width: 205px;
    height: 88px;
}

/* RTL Logo Positioning */
[dir="rtl"] .logo-home {
    right: auto;
    left: 160px;
    width: 250px !important;
}

/* Hero Content */
.hero-title {
    position: absolute;
    top: 357px;
    left: 160px;
    width: 430px;
    height: 55px;
    font-size: 45px;
}

.hero-description {
    position: absolute;
    font-size: 16px;
    top: 442px;
    left: 160px;
    width: 385px;
    height: 47px;
    color: #CCCCCC;
}

/* RTL Hero Content */
[dir="rtl"] .hero-title,
[dir="rtl"] .hero-description {
    left: auto;
    right: 160px;
}

/* Buy Now Button */
#buy-now-button {
    font-size: 14px;
}

/* Image Navigation */
#next-image img,
#previous-image img {
    width: 10px;
    height: 20px;
    margin-top: -2px;
    transform: rotate(180deg);
}

/* About Us Section */
.about-us-text {
    width: 386px;
}

/* Read More Button */
#about-us-read-more-btn {
    width: 249px;
    height: 46px;
    background: #A57041 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
}

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

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

.newsletter-container {
    width: 790px;
}
