@charset "utf-8";
/* CSS Document - RTL Version */

/* Import Fonts */
@import url('../fonts/font.css');

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
}

body {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    font-family: "CenturyGothic";
    line-height: normal;
    direction: rtl; /* Set document direction to RTL */
    text-align: right; /* Align text to the right by default */
}

html {}

/* Remove outlines */
a:active, a:focus, input:focus, textarea:focus, select, button {
    outline: 0;
}

a:active, a:focus {
    outline: expression(hideFocus='true');
}

::-moz-focus-inner {
    border: 1px solid transparent !important;
}

/* Link styles */
:link, :visited {
    text-decoration: none;
}

ul, ol, li, pre,
form, blockquote,
fieldset, input, p, select, label, button, textarea, section, a {
    margin: 0px;
    list-style: none;
    padding: 0;
    vertical-align: top;
    border-radius: 0;
    font-family: "CenturyGothic";
    line-height: normal;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 10px 0px;
    color: #000000;
    line-height: normal;
    font-family: "CenturyGothic-Bold";
    text-align: center; /* Ensure all headings align to the right */
}

#section6 h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 10px 0px;
    color: #000000;
    line-height: normal;
    font-family: "CenturyGothic-Bold";
    text-align: right; /* Ensure all headings align to the right */
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: "CenturyGothic-Bold";
}
.swiper-button-next {
    display: none;
}
.slideshow-button-next {
    display: none;
}

/* Transition for various elements */
header, .button, .wsmenu-list > li a, .copyrights p a,
.social-media li a, .wsmenu-list > li, .search-input .form-control,
.navigation, .swiper-pagination-bullet, .about-img img, .about-contents,
.swiper-button-next, .swiper-button-prev, .logo-img img, .foot-navi li a,
.al-hamra, .menu-link, .guest-icon, .awards-img img, .tabs-links li a,
.shopping-container .shopping-box .shopping-img, .submenulink::before,
.submenulink::after, .shopping-img img, .language-link {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}

/* Header */
header {
    /* padding:15px 0 15px 0; */
    position: fixed;
    z-index: 111;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    text-align: center;
    height: 1px;
    /* background:rgba(255,255,255,1); */
    /* box-shadow:0 1px  5px rgba(0,0,0,0.1); */
}

/* Al-Hamra Section */
.al-hamra {
    float: right; /* Changed from left to right */
    width: 200px;
    margin-right: 60px; /* Changed from margin-left */
}

.al-hamra img {
    width: 70%;
}

/* Language Link */
.language-link {
    float: right; /* Changed from left to right */
    position: absolute;
    left: 160px; /* Changed from right to left */
    top: 74px;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 19px;
}

.language-link span {
    line-height: 15px;
}

.language-link:hover {
    color: #666 !important;
}

/* Menu Link */
.menu-link {
    float: left; /* Changed from right to left */
    width: 75px;
    height: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 15px;
    background-color: #adadad;
    opacity: 40%;
}

.menu-link span {
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: #fff;
}

.menu-link span::after, .menu-link span::before {
    position: absolute;
    right: 0px; /* Changed from left */
    height: 4px;
    width: 100%;
    background: #fff;
    display: block;
    content: "";
}

.menu-link span::before {
    bottom: 17px; /* Changed from top */
}

.menu-link span::after {
    bottom: -17px; /* Changed from top */
}

/* Menu Link Styles */
.menu-link {
    /* width:100%;border-bottom:1px solid rgba(255,255,255,0.5); */
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 50px; /* Changed from right to left */
}

.menu-link span {
    height: 3px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 50%;
}

.menu-link span::after, .menu-link span::before {
    content: "";
    position: absolute;
    width: 100%;
}

.menu-link span::before {
    height: 3px;
    bottom: -10px; /* Changed from top */
}

.menu-link span::after {
    height: 3px;
    bottom: 11px; /* Changed from top */
}

.menu-link span, .menu-link span::after, .menu-link span::before {
    background: rgba(255, 255, 255, 1);
}

.menu-link:hover span, .menu-link:hover span::before, .menu-link:hover span::after {
    background: #666;
}

.al-hamra-menu {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #7b7d88;
    padding: 5px 0 25px 0;
    display: none;
}

.al-hamra-menu img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.menu-main {
    position: fixed;
    left: 0px; /* Changed from right */
    top: 0px;
    bottom: 0px;
    align-items: center;
    width: 100%;
    z-index: 99;
}

.menu-main-sub {
    position: absolute;
    top: 0px;
    left: 0px; /* Changed from right */
    bottom: 0px;
    width: 300px;
}

.menu-main-sub::after {
    position: absolute;
    content: "";
    background: rgba(60, 60, 69, 0.9);
    width: 100%;
    z-index: -1;
}

/* Navigation */
.navigation {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0%; /* Changed from right:0% */
    padding-top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
}

.navigation-sub {
    width: 100%;
    display: block;
}

.Al-Hamra-Logo-white-red {
    text-align: center;
    margin-bottom: 25px;
}

.Al-Hamra-Logo-white-red img {
    max-width: 135px;
}

.wsmenucontainer {
    width: 100%;
}

.wsmenu-list {
    display: block;
    width: 100%;
}

.wsmenu-list > li.main-link {
    display: inline-block; /* Changed from block */
    width: 100%;           /* Removed width: 100%; */
    /* Ensure there's no float property */
    float: none;
}

.wsmenu-list > li.main-link > a {
    font-size: 20px;
    font-family: "CenturyGothic-Bold";
    color: #9797a9;
    float: none;
    /*padding: 12px 20px;*/
    position: relative;
    z-index: 1;
    /* opacity:0.8; */
    display: block;
    /* text-align:center; */
    /* border-top:1px solid rgba(255,255,255,0.1) */
    text-align: center; /* Align text to right */
}

.wsmenu-list > li.main-link > a:hover {
    color: #fff;
}

.wsmenu-list > li.main-link li a {
    padding: 4px 10px 4px 30px;
    display: block;
    color: #9797a9;
    font-family: "CenturyGothic-Bold";
    text-align: right; /* Align text to right */
}

.wsmenu-list > li.main-link li a:hover {
    color: #fff;
}

.wsmenu-list > li.main-link ul {
    display: none;
}

.submenulink {
    display: block;
    position: absolute;
    left: 0; /* Changed from right */
    width: 20px;
    height: 20px;
    /* border:1px solid rgba(255,255,255,0.2); */
    top: 0px;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.submenulink::before, .submenulink::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 17px;
    /* transform:translateY(-50%) */
}

.submenulink::before {
    width: 2px;
    height: 10px;
    left: 20px; /* Changed from right */
    transform: rotate(45deg);
}

.submenulink::after {
    width: 2px;
    height: 10px;
    left: 25px; /* Changed from right */
    transform: rotate(-45deg);
}

.submenulink.active::after {
    /* height:0px; */
}

.submenulink.active::before {
    transform: rotate(90deg);
}

.submenulink.active::after {
    transform: rotate(-90deg);
}

.wsmenu-list li a.nav-active, .mobile-sub .wsmenu-submenu li a.active, .mobile-sub .wsmenu-submenu li a:hover {
    color: #fff !important;
}

/* Media Queries */

/* For screens wider than 780px */
@media screen and (min-width: 781px) {
    .menu-link.black span, .menu-link.black span::after, .menu-link.black span::before {
        background: rgba(0, 0, 0, 1);
    }
    .language-link.black {
        color: #000;
    }
}

/* For screens wider than 641px */
@media screen and (min-width: 641px) {
    .about-button-prev, .about-button-next {
        display: none;
    }
}

/* Main transitions */
.main {
    transition: all 0.5s ease-out 0s;
}

.close-menu {
    position: absolute;
    top: 0px;
    left: 300px; /* Changed from right */
    bottom: 0px;
    right: 0; /* Changed from left */
    cursor: pointer;
}

.sub-menu-div {}

.sub-menu-ul {
    display: none;
}

.sub-menu-ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0 5px 25px;
    font-family: 'Rokkitt', serif;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-align: right; /* Align text to right */
}

.sub-menu-ul li a::after {
    position: absolute;
    content: "«"; /* Changed arrow direction */
    width: 10px;
    color: #fff;
    right: 0px; /* Changed from left */
    top: 5px;
    font-size: 14px;
}

.navigation li a:hover {
    color: #666;
    /* letter-spacing:2px */
}

/* Banner Main */
.banner-main {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slideshow-container, .slideshow-container2 {
    width: 100vw;
}

.slideshow-img img {
    position: absolute;
    top: 0px;
    right: 50%; /* Changed from left */
    transform: translateX(50%); /* Adjusted for RTL */
    z-index: 1;
}

.slideshow-img {
    position: relative;
    z-index: 1;
}

#fp-nav {
    z-index: 9;
}

/* Animations */
.wsmenu-list .main-link, .al-hamra-menu, .Al-Hamra-Logo-white-red {
    transform: translateY(200px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}

.showmenu .wsmenu-list .main-link, .showmenu .al-hamra-menu, .showmenu .Al-Hamra-Logo-white-red {
    transform: translateY(0);
    opacity: 1;
}

.sub-menu-ul li a.active {
    color: #666;
}

.sub-menu-ul ul li {
    padding-right: 25px; /* Changed from padding-left */
    float: right; /* Changed from left */
}

.sub-menu-ul ul li a::after {
    content: "«"; /* Changed arrow direction */
}

.sub-menu-ul li li a {
    font-size: 16px;
    letter-spacing: 1px;
}

.sub-menu-ul li li a::after {
    top: 4px;
    /* Content remains same or adjust as needed */
}

.sub-menu-ul li li li a {
    font-size: 16px;
}

/* Reveal content with different delays */
.showmenu .Al-Hamra-Logo-white-red {
    transition-delay: 0.1s;
}
.showmenu .wsmenu-list .main-link:nth-child(1) {
    transition-delay: 0.2s;
}
.showmenu .wsmenu-list .main-link:nth-child(2) {
    transition-delay: 0.3s;
}
.showmenu .wsmenu-list .main-link:nth-child(3) {
    transition-delay: 0.4s;
}
.showmenu .wsmenu-list .main-link:nth-child(4) {
    transition-delay: 0.5s;
}
.showmenu .wsmenu-list .main-link:nth-child(5) {
    transition-delay: 0.6s;
}
.showmenu .wsmenu-list .main-link:nth-child(6) {
    transition-delay: 0.7s;
}
.showmenu .wsmenu-list .main-link:nth-child(7) {
    transition-delay: 0.8s;
}
.showmenu .wsmenu-list .main-link:nth-child(8) {
    transition-delay: 0.9s;
}
.showmenu .wsmenu-list .main-link:nth-child(9) {
    transition-delay: 1s;
}
.showmenu .wsmenu-list .main-link:nth-child(10) {
    transition-delay: 1.2s;
}
.showmenu .wsmenu-list .main-link:nth-child(11) {
    transition-delay: 1.3s;
}
.showmenu .wsmenu-list .main-link:nth-child(12) {
    transition-delay: 1.4s;
}
.showmenu .wsmenu-list .main-link:nth-child(13) {
    transition-delay: 1.5s;
}
.showmenu .wsmenu-list .main-link:nth-child(14) {
    transition-delay: 1.6s;
}
.showmenu .wsmenu-list .main-link:nth-child(15) {
    transition-delay: 1.7s;
}

/* Menu Main */
.menu-main {
    transform: translateX(-100%); /* Changed from 100% to -100% for RTL */
}

.menu-main-sub::after {
    left: -100%; /* Changed from right */
    width: 100%;
    top: 0%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.menu-link span, .menu-link span::after, .menu-link span::before {
    transition: all 0.3s ease-out 0s;
}

.menu-main.openedmenu {
    transform: translateX(0%);
}

.menu-main-sub.showbg::after {
    opacity: 1;
    left: 0%; /* Changed from right */
}

.navigation.showmenu {
    top: 0%;
    /* opacity:1; transition:all .5s ease-out 0.3s; */
}

.menu-link.active span::after {
    bottom: 0px; /* Changed from top */
}

.menu-link.active span::before {
    bottom: 0px; /* Changed from top */
}

.menu-link.crossed span {
    background: rgba(255, 255, 255, 0);
}

.menu-link.crossed span::before {
    transform: rotate(-45deg);
}

.menu-link.crossed span::after {
    transform: rotate(45deg);
}

/* Responsive Styles */

/* Media Query for screens wider than 780px */
@media screen and (min-width: 780px) {
    header.small-header {
        /* padding:5px 0 5px 0; background:rgba(100,100,100,0.95); */
    }
    header.small-header .al-hamra {
        width: 135px;
        margin-right: 15px; /* Changed from margin-left */
    }
    header.small-header .menu-link {
        top: 20px;
    }
    header.small-header .language-link {
        top: 34px;
    }
}

/* Hide some buttons on specific screen sizes */
@media screen and (orientation: portrait) {
    .slideshow-img img {
        min-width: 100%;
        height: 100%;
    }
}
@media screen and (orientation: landscape) {
    .slideshow-img img {
        width: 100%;
        min-height: 100%;
    }
}

/* Slideshow Pagination */
.slideshow-container .slideshow-pagination {
    position: absolute;
    bottom: 75px !important;
    right: 75px !important; /* Changed from left to right */
    z-index: 66;
    text-align: right; /* Align pagination to the right */
}

.slideshow-container .slideshow-pagination .swiper-pagination-bullet,
.awards-container .awards-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 45px;
    height: 5px;
    background: #b6b6b6;
    opacity: 1;
}

.slideshow-container .slideshow-pagination .swiper-pagination-bullet-active,
.awards-container .awards-pagination .swiper-pagination-bullet-active {
    height: 10px;
    background: #fff;
}

.slideshow-container .slideshow-pagination .swiper-pagination-bullet:hover,
.awards-container .awards-pagination .swiper-pagination-bullet:hover {
    background: #666;
}

.about-button-next.swiper-button-disabled, .about-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* Swiper Buttons */
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: none;
    /* transform:rotate(45deg); */
    margin-top: -35px;
}

.swiper-button-next svg {
    fill: #694a34;
}

.swiper-button-prev svg {
    fill: #694a34;
}

.swiper-button-next:hover svg {
    fill: #666;
}

.swiper-button-prev:hover svg {
    fill: #666;
}

.fp-tableCell {
    position: relative;
    z-index: 1;
}

.section .container-fluid {
    padding: 80px 10% 80px 10%;
    position: relative;
    z-index: 1;
}

.about-main .container-fluid {
    padding-top: 0px;
}

.banner-main {
    padding: 0px;
}

.about-container {
    margin-top: 15px;
}

.about-ccarousel, .awards-div {
    position: relative;
    z-index: 1;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: none;
}

.about-button-prev, .guest-button-prev, .shopping-button-prev {
    left: -55px; /* Changed from right */
}

.about-button-next, .guest-button-next, .shopping-button-next {
    left: 55px; /* Changed from right */
}

/* Awards Image Hover */
.awards-img {
    cursor: pointer;
}

.awards-img img {
    width: 100%;
}

.awards-img img:hover {
    opacity: 0.8;
}

.awards-box {
    width: 100%;
    height: 100%;
    /* display:flex;align-items:flex-end; */
    padding: 170px 0 30px 0;
}

.awards-sub {
    width: 100%;
    padding: 0 0 0px 100px; /* Changed from padding-right */
}

.awards-product {}

/* Scroll Down */
.scroll-down {
    position: absolute;
    bottom: 0px;
    right: 50%; /* Changed from left */
    transform: translateX(50%);
    z-index: 9;
    text-align: center;
}

.scroll-down p {
    text-align: center;
    font-size: 10px;
    color: #999;
    font-weight: normal;
    letter-spacing: 2px;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

.scroll-mouse {
    width: 50px;
    display: block;
}

.scroll-mouse span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg); /* Adjust rotation for RTL */
}

.mouse {
    margin: 0 auto;
    background: #4e5559 -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
    background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: relative;
    width: 25px;
    height: 42px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; /* Changed from right */
    bottom: 0;
    right: 0;
    margin: auto;
}

.mouse:before {
    width: 20px;
    height: 36px;
    background-color: #222a30;
    border-radius: 100px;
}

.mouse:after {
    background-color: #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    /* -webkit-animation: trackBallSlide 5s linear infinite; */
    animation: trackBallSlide 5s linear infinite;
}

.reverse.mouse {
    background: #ffffff -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #4e5559), to(#4e5559));
    background: #ffffff linear-gradient(transparent 0%, transparent 50%, #4e5559 50%, #4e5559 100%);
}

.reverse.mouse:before {
    background-color: #ffffff;
}

.reverse.mouse:after {
    background-color: #222a30;
}

/* Keyframes */

/* colorSlide remains the same as it affects background-position */

@keyframes colorSlide {
    0% {
        background-position: 100% 100%; /* Changed from 0% 100% */
    }
    20% {
        background-position: 100% 0%; /* Changed from 0% 0% */
    }
    21% {
        background-color: #4e5559;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 100% 0%; /* Changed from 0% 0% */
    }
    30% {
        background-color: #4e5559;
        background-position: 100% 100%; /* Changed from 0% 100% */
    }
    50% {
        background-position: 100% 0%; /* Changed from 0% 0% */
    }
    51% {
        background-color: #4e5559;
    }
    59% {
        background-color: #ffffff;
        background-position: 100% 0%; /* Changed from 0% 0% */
    }
    60% {
        background-color: #4e5559;
        background-position: 100% 100%; /* Changed from 0% 100% */
    }
    80% {
        background-position: 100% 0%; /* Changed from 0% 0% */
    }
    81% {
        background-color: #4e5559;
    }
    90%, 100% {
        background-color: #ffffff;
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    6% {
        opacity: 1;
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        transform: scale(0.4) translateY(35px);
    }
    15%, 19% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    28%, 29.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    30% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    36% {
        opacity: 1;
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        transform: scale(0.4) translateY(30px);
    }
    45%, 49% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    58%, 59.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    60% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    66% {
        opacity: 1;
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        transform: scale(0.4) translateY(35px);
    }
    75%, 79% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    88%, 100% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(8px);
    }
    30% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(8px);
    }
    90% {
        transform: translateY(0);
    }
}

@keyframes nudgeText {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(2px);
    }
    30% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(2px);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(2px);
    }
    90% {
        transform: translateY(0);
    }
}

@keyframes colorText {
    21% {
        color: #4e5559;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #4e5559;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #4e5559;
    }
    90% {
        color: #ffffff;
    }
}

/* Paragraph and Headings Adjustments */
p {
    padding: 10px 0;
}

h1 {
    text-transform: uppercase;
    font-size: 45px;
    padding-bottom: 15px;
}

h1 span {
    display: block;
    line-height: normal;
    font-weight: normal;
    font-family: "CenturyGothic";
    font-size: 45px;
    padding-bottom: 5px;
}

h1 strong {
    display: block;
    line-height: normal;
}

.about-main h1 {
    padding-bottom: 5px;
}

.about-th {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.about-img {
    background: #000;
}

.about-img img {
    width: 100%;
}

.about-contents {
    position: absolute;
    bottom: 0px;
    right: 0px; /* Changed from left */
    width: 100%;
    z-index: 9;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0);
}

.about-contents h3 {
    font-size: 16px;
    font-family: "CenturyGothic";
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 25px 0;
}

.about-th:hover .about-img img {
    opacity: 0.6;
    transform: scale(1.1);
}

.awards-main {
    background: #050505;
    text-align: center;
}

.awards-main h1, .awards-main h3, .awards-main p, .listing li {
    color: #202020;
}

.awards-main h1 strong {
    font-size: 50px;
}

.awards-sub h3 {
    font-size: 24px;
}

.awards-sub p {
    text-align: justify;
}

.awards-container {
    width: 100%;
}

.awards-container .awards-pagination {
    text-align: right; /* Changed from left */
}

.aniSlide1, .aniSlide2, .aniSlide3, .aniSlide4 {
    transform: translateX(350px);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

.aniSlide1 {
    transition-delay: 0.4s;
}

.aniSlide2 {
    transition-delay: 0.6s;
}

.aniSlide3 {
    transition-delay: 0.8s;
}

.aniSlide4 {
    transition-delay: 1s;
}

.swiper-slide-prev .aniSlide1,
.swiper-slide-prev .aniSlide2,
.swiper-slide-prev .aniSlide3,
.swiper-slide-prev .aniSlide4 {
    transform: translateX(-200px);
}

.swiper-slide-active .aniSlide1,
.swiper-slide-active .aniSlide2,
.swiper-slide-active .aniSlide3,
.swiper-slide-active .aniSlide4 {
    transform: translateX(0px);
    opacity: 1;
}

.proAnim1 {
    transform: translateY(200px);
    opacity: 0;
    transition: transform, opacity;
    transition-duration: 1s;
    transition-delay: 0.8s;
}

.swiper-slide-active .proAnim1 {
    transform: translateY(0px);
    opacity: 1;
}

.go-to-shopping-centre {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: block;
}

.facts-n-figures {
    background: #f9f9f9;
}

.product-facts-left, .product-facts-left img {
    width: 100%;
}

.product-facts-right {
    padding: 0 100px 0 0; /* Changed from padding-left to padding-right */
    width: 100%;
}

.product-facts-right h2 {
    /* font-weight:normal;font-family:"CenturyGothic"; */
    font-size: 45px;
    text-transform: uppercase;
    text-align: right; /* Align text to right */
}

.facts-n-figures .col-lg-4, .facts-n-figures .col-lg-8 {
    align-items: center;
    align-content: center;
    display: flex;
}

.facts-n-figures .col-lg-8 {
    align-items: flex-end;
}

.product-facts-right p {
    text-align: justify;
}

.product-facts-text {
    padding: 35px 0px 50px 0px;
}

.product-facts-right .know-more-div {
    /* text-align:right */
    padding-top: 25px;
}

.facts-detail {}

.facts-detail ul {
    overflow: hidden;
}

.facts-detail ul li {
    overflow: hidden;
    padding: 15px 0;
    width: 50%;
    float: right; /* Changed from left */
}

.facts-detail ul li .icon-span {
    float: right; /* Changed from left */
    width: 50px;
    margin: 0 0 0 15px; /* Changed from margin-right */
}

.facts-detail ul li .icon-span img {
    width: 100%;
}

.facts-detail ul li:last-child {
    padding-bottom: 0;
}

.facts-detail ul li .lbl-dtl {
    padding: 0 0 0 8px;
}

.facts-dtl {
    font-size: 20px;
    font-family: "CenturyGothic-Bold";
    padding: 2px 0 0px 0;
    margin: 0 0 0 40px;
}

.guest-servies h1, .shopping-centre h1 {
    text-align: center;
    padding-bottom: 35px;
}

.guest-box {
    padding: 25px;
}

.guest-box:hover .guest-icon {
    transform: scale(1.05);
}

.guest-icon {
    padding: 0px 0;
    text-align: center;
    width: 100%;
}

.guest-icon img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.guest-icons {
    padding: 0px 0;
    text-align: center;
    width: 100%;
}

.guest-icons img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.guest-box h4 {
    text-align: center;
    font-size: 18px;
}

/* Logo Image */
.logo-img {
    display: block;
    position: relative;
    z-index: 1;
}

.logo-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.logo-img img.color-logo {
    position: absolute;
    right: 0px; /* Changed from left */
    top: 0px;
    z-index: 1;
    opacity: 0;
}

.logo-img:hover img.color-logo {
    opacity: 1;
}

/* Shopping Main */
.shopping-main {
    padding-top: 35px;
}

.shopping-main h1 {
    padding-bottom: 0px;
}

.awards-text {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.shopping-centre {}

.shopping-centre .container-fluid {
    z-index: 9;
}

footer {
    background: #e9e9e9;
    padding-top: 25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

/* Newsletter */
.newsletter {
    /* width:350px;margin:0 0px; */
}

.newsletter p {
    text-align: right; /* Changed from left */
    color: #373737;
    font-size: 18px;
    /* padding-left:40px;padding-bottom:25px; */
}

.newsletter-div {
    position: relative;
    padding-left: 150px; /* Changed from padding-right */
}

.newsletter-div .form-control {
    border-radius: 0px;
    background: #fff;
    padding: 10px 25px;
    font-size: 18px;
}

.newsletter-div .form-control:hover, .newsletter-div .form-control:focus {
    border: 1px solid #666;
}

.newsletter-div .button {
    position: absolute;
    left: 0px; /* Changed from right */
    top: 0px;
    bottom: 0px;
    z-index: 9;
    padding: 15px 50px;
    font-size: 18px;
    background: #939599;
    border-radius: 0px;
    font-family: "CenturyGothic";
}

.newsletter-div .button:hover {
    background: #666;
}

/* Footer Navigation */
.foot-navi li, .social-media li {
    display: inline-block;
}

.foot-navi li a {
    color: #333033;
    font-family: 'CenturyGothic-Bold';
    font-size: 16px;
    display: block;
    padding: 5px 10px;
    text-align: right; /* Align text to right */
}

.foot-navi li a:hover {
    color: #666;
}

.social-media {
    margin: 35px 0 30px 0;
    text-align: right; /* Align social media to right */
}

.social-media li a {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 0%;
    border: 0px solid #333033;
    padding: 5px;
    align-content: center;
    margin: 0 5px;
}

.social-media li a img {
    width: 100%;
}

.social-media li a:hover {
    background: #666;
    border: 0px solid #666;
}

.social-media li a:hover img {
    mix-blend-mode: color-burn;
}

.foot-copyright {}

.foot-copyright p {
    font-size: 17px;
    color: #6b6b6b;
}

.foot-copyright a {
    color: #6b6b6b;
}

.foot-copyright a:hover {
    color: #666;
}

/* Form Controls */
.form-control {
    background: rgb(238, 238, 238);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0px;
}

textarea.form-control {
    height: 100px;
}

.form-control:hover, .form-control:focus {
    border: 1px solid #666;
}

/* Heading Animations */
h1 span, h1 strong, .about-ccarousel, .about-main p, .awards-container,
.product-facts-left, .product-facts-right h2, .product-facts-text, .facts-detail,
.guest-servies h1, .carousel {
    transform: translateY(100px);
    /* opacity: 0; */
    /* transition:all 0.3s ease-out 0s; */
    transition: transform, opacity;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
}

.section.active h1 span,
.section.active h1 strong,
.section.active .about-ccarousel,
.section.active .about-main p,
.section.active .awards-container,
.section.active .product-facts-left,
.section.active .product-facts-right h2,
.section.active .product-facts-text,
.section.active .facts-detail,
.section.active.guest-servies h1,
.section.active .carousel {
    transform: translateY(0px);
    opacity: 1;
}

h1 span, .product-facts-left, .guest-servies h1 {
    transition-delay: 0.15s;
}

h1 strong, .product-facts-right h2 {
    transition-delay: 0.25s;
}

.product-facts-right h2 {
    /* padding-bottom:35px */
}

.about-main p, .awards-container, .product-facts-text, .carousel {
    transition-delay: 0.35s;
}

.about-ccarousel, .facts-detail {
    transition-delay: 0.45s;
}

.location-map {
    margin: 15px 0;
}

.location-map iframe {
    height: 300px;
}

.submit-btn {
    text-align: left; /* Changed from right */
}

.foot-link li a {
    color: #000000;
    display: block;
    padding: 7px 0;
    text-align: right; /* Align text to right */
}

.foot-link li a:hover, .foot-link li a.active {
    color: #666;
}

.feedback .form-control {
    background: #fff;
}

.footer-left-column {
    padding-left: 45px; /* Changed from padding-right */
}

.footer-right-column {
    padding-right: 45px; /* Changed from padding-left */
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* Listing Adjustments */
.listing li {
    padding: 5px 0 5px 20px;
    position: relative;
    z-index: 1;
    text-align: right; /* Align text to right */
}

.listing li::before {
    position: absolute;
    top: 11px;
    right: 0px; /* Changed from left */
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
}

/* Inner Header Adjustments */
.inner-header .al-hamra {
    width: 135px;
    margin-right: 15px; /* Changed from margin-left */
}

.inner-header .menu-link {
    top: 20px;
    left: 30px; /* Changed from right */
}

.inner-header .language-link {
    color: rgba(210, 35, 42, 1);
    top: 34px;
    left: 110px; /* Changed from right */
}

.innerpages {}

/* Shopping Box */
.shopping-box {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    /* height:100% */
}

.shopping-column .shopping-img {
    width: 41.067761807%;
    float: right; /* Changed from left */
}

.shopping-img img {
    width: 100%;
    filter: grayscale(1);
    opacity: 0.7;
}

.shopping-box:hover .shopping-img img {
    width: 100%;
    filter: grayscale(0);
    opacity: 1;
}

.shopping-dtl {
    margin: 0 0 0 42.067761807%; /* Changed from margin-right */
    padding-right: 15px; /* Changed from padding-left */
}

.shopping-dtl h3 {
    padding-top: 0;
}

.shopping-dtl p {
    font-size: 15px;
}

.shopping-dtl .button {
    font-size: 13px;
    padding: 10px 15px;
}

.view-detail-btn {
    margin-top: 15px;
}

.client-model .brand-container {
    float: right; /* Changed from left */
    width: 500px;
}

.logo-pop-dtl {
    margin: 0 0 0 525px; /* Changed from margin-right */
}

.logo-pop-dtl p {
    font-size: 15px;
}

.shopping-column {
    padding: 15px;
}

.shopping-container .shopping-box {
    margin: 10px;
    background: #fff;
    box-shadow: none;
}

.shopping-container .shopping-box .shopping-img {
    filter: grayscale(1);
    opacity: 0.7;
    cursor: pointer;
}

.shopping-container .shopping-box .shopping-img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.gray-bg {
    background: #f9f9f9;
}

.innerpages h1 {
    text-align: center;
    padding-bottom: 25px;
}

.inner-header .menu-link span, .inner-header .menu-link span::after, .inner-header .menu-link span::before {
    background: rgba(210, 35, 42, 1);
}

.inner-header .menu-link.active span {
    background: none;
}

.brand-img {
    position: relative;
    z-index: 1;
}

.brand-img img {
    width: 100%;
}

.brand-button-prev svg, .brand-button-next svg {
    fill: #a3a6a9;
}

.brand-button-next.swiper-button-disabled,
.brand-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    display: none !important;
}

.search-area {
    width: 575px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.search-area .button {
    position: absolute;
    left: 0px; /* Changed from right */
    top: 0px;
    bottom: 0;
    z-index: 9;
}

.shop-search-div {
    text-align: center;
}

.shop-search-div ul {
    overflow: hidden;
    display: inline-block;
}

.shop-search-div ul li {
    padding: 0 3px;
    float: right; /* Changed from left */
}

.shop-search-div ul li a {
    display: block;
    background: #9b9b9b;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px; /* Adjusted border-radius for RTL */
    color: #fff;
}

.shop-search-div ul li a:hover, .shop-search-div ul li a.active {
    background: #666;
}

.shopping-search-main {
    display: inline-block;
    padding: 25px;
    border: 1px solid #a3a6a9;
}

.search-area .form-control {
    padding: 10px;
}

.shopping-div {
    /* padding:25px;border:1px solid #a3a6a9 */
}

.shopping-div, .shopping-div .unstyled, .shopping-browse-category {
    text-align: center;
}

.shopping-div .unstyled {
    margin-bottom: 15px;
}

.browse-category-area {
    width: 500px;
    position: relative;
    z-index: 1;
    padding-left: 150px; /* Changed from padding-right */
}

.browse-category-area select {
    display: block;
    padding: 8px 10px;
}

.browse-category-area .button {
    position: absolute;
    left: 0px; /* Changed from right */
    top: 0px;
    bottom: 0;
}

.tabs-div {
    display: none;
}

.tabs-container .tabs-div:first-child {
    display: block;
}

.search-result {
    padding: 15px 0;
}

.search-result p {
    font-size: 20px;
}

.search-result p span {
    color: #666;
}

.form-group {
    display: inline-table;
    width: 100%;
}

.double {
    width: 50%;
    float: right; /* Changed from left */
}

.form-group .double:first-child {
    padding-left: 7px; /* Changed from padding-right */
}

.form-group .double:last-child {
    padding-right: 7px; /* Changed from padding-left */
}

.opening-hours table {
    width: 100%;
}

.opening-hours tr th {
    padding: 10px 7px;
    font-size: 15px;
    text-align: center; /* Ensure text is centered */
}

.opening-hours tr td {
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(238, 238, 238, 1);
    font-size: 15px;
}

.opening-hours tr td:first-child,
.opening-hours tr th:first-child {
    text-align: center;
}

.opening-hours h2 {
    padding: 0px;
}

.opening-hours h4 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.bod-column {
    padding: 0px;
}

.bod-img img {
    width: 100%;
}

.bod-dtl h3, .bod-dtl p {
    font-size: 18px;
    text-align: center;
}

.bod-dtl h3 {
    padding-bottom: 0px;
}

.history-column {
    padding: 15px;
}

.history-img {
    position: relative;
    z-index: 1;
}

.history-img img {
    width: 100%;
}

.history-box {
    height: 100%;
    background: #eee;
    padding: 15px 25px;
}

.history-box p {
    font-size: 20px;
    line-height: 30px;
}

.history-sub {
    position: absolute;
    top: 25px;
    right: 25px; /* Changed from left */
    z-index: 8;
    width: 70%;
}

.history-sub p {
    color: #fff;
    line-height: 29px;
    font-size: 18px;
}

.story-img {}

.story-img img {
    width: 100%;
}

.story-column {
    padding: 15px 15px 15px 100px; /* Changed from padding-left to padding-right */
}

.story-column p {
    text-align: justify;
    line-height: 23px;
    padding: 12px 0;
}

.story-column p::first-letter {
    font-size: 200%;
}

.vision-sub p {
    line-height: 30px;
    font-size: 18px;
}

.vision-sub h3 {
    padding-bottom: 25px;
}

.vision-box {
    padding-top: 25px;
}

.vision-column img {
    width: 100%;
}

.facts-and-figures {
    /* height:100%; */
}

.facts-and-figures h3 {
    padding-bottom: 35px;
}

.facts-and-figures ul {
    /* background:#fff;height:95%;padding:20px */
}

.facts-and-figures.listing li {
    color: #000;
    padding: 7px 0 7px 20px;
}

.facts-and-figures.listing li::before {
    border-top: 0px solid #000;
    border-right: 0px solid #000;
    border-radius: 50%;
    background: #000;
    top: 13px;
}

.AlHamra-column {
    padding: 15px;
}

.AlHamra-sub {
    /* background:#fff;padding:20px; */
    height: 100%;
}

.AlHamra-sub video {
    width: 100%;
}

.AlHamra-sub ul {
    overflow: hidden;
}

.AlHamra-sub ul li {
    padding: 5px 0;
    overflow: hidden;
    text-align: right; /* Align text to right */
}

.AlHamra-sub ul li label, .AlHamra-sub ul li .lbl-dtl {
    float: right; /* Changed from left */
    width: 50%;
}

.AlHamra-sub ul li label {
    text-align: left; /* Changed from right */
    padding: 0 0 0 10px; /* Changed from padding-right to padding-left */
    position: relative;
    z-index: 1;
}

.AlHamra-sub ul li label::after {
    content: ':';
    position: absolute;
    left: 0; /* Changed from right */
    top: 0;
    color: #666;
}

.AlHamra-sub ul li .lbl-dtl {
    padding: 0 8px 0 0; /* Changed from padding-right to padding-left */
}

.board-director-main {
    padding-left: 31px;
}

.board-director {
    /* width:500px;margin:20px auto 0 auto */
    background: #f9f9f9;
    padding: 50px;
}

.board-director li {
    padding: 10px 0;
}

.board-director label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: right; /* Align text to right */
}

.board-of-director .container-fluid {
    padding: 80px 0% 80px 0%;
    overflow: hidden;
}

.parallaxcont {
    width: 100%;
    background-attachment: fixed !important;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    position: relative;
}

/* Banner Background */
.board-of-director-back {
    background: url("../images/board-of-director.jpg") right top no-repeat; /* Changed from left */
    position: relative;
    z-index: 1;
}

.Project-Facts-and-Figures {
    position: relative;
    z-index: 1;
}

.Project-Facts-and-Figures .container-fluid::after {
    content: '';
    position: absolute;
    bottom: 7%;
    left: 10%; /* Changed from right */
    width: 90%;
    height: 93%;
    background: url(https://alhamra.com.kw/images/al-hamra.svg) center center no-repeat;
    background-size: 45% auto;
    z-index: -1;
    opacity: 0.3;
}

.unstyled {
    text-align: right; /* Changed from left */
}

.unstyled li {
    display: inline-block;
    margin-left: 25px; /* Changed from margin-right */
}

.unstyled li a {
    vertical-align: middle;
    text-align: right; /* Align text to right */
}

.unstyled li:last-child {
    margin-left: 0px; /* Changed from margin-right */
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: right; /* Align text to right */
}

.styled-checkbox + label::before {
    content: '';
    border-radius: 50%;
    margin-left: 10px; /* Changed from margin-right */
    margin-right: 1px; /* Changed from margin-left */
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: #fff;
    box-shadow: 0 0 0 1px #999;
}

.styled-checkbox:hover + label::before {
    background: #666;
    box-shadow: 0 0 0 1px #666;
}

.styled-checkbox:focus + label::before {
    box-shadow: 0 0 0 1px #666;
}

.styled-checkbox:checked + label::before {
    background: #666;
    box-shadow: 0 0 0 1px #666;
}

.styled-checkbox::disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label::before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label::after {
    /* content: '✓'; */
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 18px;
    height: 18px;
    color: #000;
    /* background:#000; */
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background: #666 url(../images/right-tik.svg) center center no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

/* Popup Hidden */
.popup-hidden .board-director {
    padding: 0;
    background: none;
}

.popup-hidden {
    width: 900px;
    display: none;
    padding: 35px;
}

.popup-hidden h2 {
    padding-top: 0px;
    font-size: 25px;
}

.popup-hidden p {
    font-size: 18px;
    line-height: 22px;
}

.popup-hidden .listing li::before {
    top: 12px;
}

/* Leasing Model */
.leasing-model {
    width: 575px;
}

/* Animated Modal */
.animated-modal {
    border-radius: 0px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all 0.7s;
}

#signupModal {
    width: 575px;
}

.animated-modal .anim1,
.animated-modal .anim2,
.animated-modal .anim3,
.animated-modal .anim4,
.animated-modal .anim5,
.animated-modal .anim6,
.animated-modal .anim7,
.animated-modal .anim8,
.animated-modal .anim9,
.animated-modal .anim10,
.animated-modal .anim11,
.animated-modal .anim12,
.animated-modal .anim13,
.animated-modal .anim14,
.animated-modal .anim15,
.animated-modal .anim16,
.animated-modal .anim17,
.animated-modal .anim18,
.animated-modal .anim19,
.animated-modal .anim20,
.animated-modal .anim21,
.animated-modal .anim22,
.animated-modal .anim23,
.animated-modal .anim24,
.animated-modal .anim25 {
    transform: translateY(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.4s;
}

/* Final state for animated modal */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal .anim1,
.fancybox-slide--current .animated-modal .anim2,
.fancybox-slide--current .animated-modal .anim3,
.fancybox-slide--current .animated-modal .anim4,
.fancybox-slide--current .animated-modal .anim5,
.fancybox-slide--current .animated-modal .anim6,
.fancybox-slide--current .animated-modal .anim7,
.fancybox-slide--current .animated-modal .anim8,
.fancybox-slide--current .animated-modal .anim9,
.fancybox-slide--current .animated-modal .anim10,
.fancybox-slide--current .animated-modal .anim11,
.fancybox-slide--current .animated-modal .anim12,
.fancybox-slide--current .animated-modal .anim13,
.fancybox-slide--current .animated-modal .anim14,
.fancybox-slide--current .animated-modal .anim15,
.fancybox-slide--current .animated-modal .anim16,
.fancybox-slide--current .animated-modal .anim17,
.fancybox-slide--current .animated-modal .anim18,
.fancybox-slide--current .animated-modal .anim19,
.fancybox-slide--current .animated-modal .anim20,
.fancybox-slide--current .animated-modal .anim21,
.fancybox-slide--current .animated-modal .anim22,
.fancybox-slide--current .animated-modal .anim23,
.fancybox-slide--current .animated-modal .anim24,
.fancybox-slide--current .animated-modal .anim25 {
    transform: translateY(0);
    opacity: 1;
}

/* Transition delays for animations */
.fancybox-slide--current .animated-modal .anim1 {
    transition-delay: 0.1s;
}

.fancybox-slide--current .animated-modal .anim2 {
    transition-delay: 0.2s;
}

.fancybox-slide--current .animated-modal .anim3 {
    transition-delay: 0.3s;
}

.fancybox-slide--current .animated-modal .anim4 {
    transition-delay: 0.4s;
}

.fancybox-slide--current .animated-modal .anim5 {
    transition-delay: 0.5s;
}

.fancybox-slide--current .animated-modal .anim6 {
    transition-delay: 0.6s;
}

.fancybox-slide--current .animated-modal .anim7 {
    transition-delay: 0.7s;
}

.fancybox-slide--current .animated-modal .anim8 {
    transition-delay: 0.8s;
}

.fancybox-slide--current .animated-modal .anim9 {
    transition-delay: 0.9s;
}

.fancybox-slide--current .animated-modal .anim10 {
    transition-delay: 1s;
}

.fancybox-slide--current .animated-modal .anim11 {
    transition-delay: 1.1s;
}

.fancybox-slide--current .animated-modal .anim12 {
    transition-delay: 1.2s;
}

.fancybox-slide--current .animated-modal .anim13 {
    transition-delay: 1.3s;
}

.fancybox-slide--current .animated-modal .anim14 {
    transition-delay: 1.4s;
}

.fancybox-slide--current .animated-modal .anim15 {
    transition-delay: 1.5s;
}

.fancybox-slide--current .animated-modal .anim16 {
    transition-delay: 1.6s;
}

.fancybox-slide--current .animated-modal .anim17 {
    transition-delay: 1.7s;
}

.fancybox-slide--current .animated-modal .anim18 {
    transition-delay: 1.8s;
}

.fancybox-slide--current .animated-modal .anim19 {
    transition-delay: 1.9s;
}

.fancybox-slide--current .animated-modal .anim20 {
    transition-delay: 2s;
}

.fancybox-slide--current .animated-modal .anim21 {
    transition-delay: 2.1s;
}

.fancybox-slide--current .animated-modal .anim22 {
    transition-delay: 2.2s;
}

.fancybox-slide--current .animated-modal .anim23 {
    transition-delay: 2.3s;
}

.fancybox-slide--current .animated-modal .anim24 {
    transition-delay: 2.4s;
}

.fancybox-slide--current .animated-modal .anim25 {
    transition-delay: 2.5s;
}

/* Select Form Control */
select.form-control:not([size]):not([multiple]) {
    height: auto;
}

/* Button and Form Focus Styles */
button, .form-control,
textarea:hover,
.form-control:hover,
textarea:active,
.form-control:active,
textarea:focus,
.form-control:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active, .swiper-button-next, .swiper-button-prev {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

/* Placeholder Styles */
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9b9b9b;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #9b9b9b;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #9b9b9b;
}

/* Selection Styles */
::selection {
    color: #fff;
    background: #343433;
}

::-moz-selection {
    color: #fff;
    background: #343433;
}

/* Utility Classes */
.none {
    display: none !important;
}

.fancybox-close-small, .fancybox-close-small:after, .swiper-pagination-bullet {
    outline: none !important;
    box-shadow: none;
}

/* Link Colors */
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    color: #000000;
    text-decoration: none;
}

/* Button Styles */
.button, .greybutton, .revese-button {
    font: 400 17px/25px 'CenturyGothic';
    overflow: hidden;
    padding: 10px 40px 10px 40px;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 0px solid #f57e20;
    color: #fff;
    line-height: normal;
}

.button {
    background: #9b9b9b;
}

.button:hover, .button.active, .button:focus {
    color: #fff;
    border: 0px solid #333;
    background: #666;
}

/* Error and Success Messages */
.error {
    color: #ff0000;
}

.success {
    color: #1d8f1d;
    font-weight: bold;
}

/* Additional Styles */

/* Add any additional RTL-specific adjustments below */

/* Example: Mirroring Images */
.img-mirror {
    transform: scaleX(-1); /* Flip the image horizontally */
}

/* Ensure navigation lists are displayed correctly */
.wsmenu-list {
    text-align: center; /* Align menu items to the right */
}

/* Adjust float directions for all floated elements */
.float-left {
    float: right; /* Changed from left */
}

.float-right {
    float: left; /* Changed from right */
}

/* Adjust margins and paddings */
.margin-left {

}

.margin-right {

}

.padding-left {

}

.padding-right {

}

/* Adjust text alignment where necessary */
.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}

.text-center {
    text-align: center;
}

/* Adjust background positions if any */
.background-left {
    background-position: right; /* Changed from left */
}

.background-right {
    background-position: left; /* Changed from right */
}

/* Float Adjustments */
.float-menu {
    float: right; /* Example: Change floats from left to right */
}

/* Clearfix */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
