/* RTL Support */
.rtl {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif !important;
}

/* RTL-specific text alignment */
.rtl .model-sohar-title,
.rtl .model-sohar-heading {
    text-align: right;
}

/* Do NOT apply RTL to description */
.rtl .modal-sohar-description {
    direction: ltr;
    text-align: left;
    padding: 30px !important;
}

/* RTL padding for headings */
.rtl span.headings-new {
    padding-right: 15px;
}
/* Optional LTR if needed for clarity */
.ltr {
    direction: ltr;
    text-align: left;
}

.sohar-slider-wrapper .slick-list .slick-track .sohar-slide{
	height: max-content !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #A7D8DC !important;
    font-size: 12px;
}
.slick-dots li button:before {
    font-size: 12px !important;
    opacity: 1 !important;
    color: #DFDFDF !important;
}
.icon-container {
	border-radius: 10px;
	background: #FFFFFF;
    width: 40px;
    height: 40px;
	box-shadow: 0px 0px 16px 0px #00000014;
	padding: 7px;
}
.icon-container img{
    width: 100%
}
.sohar-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

button#load-more {
    background-color: #a7d8dc;
    color: black;
    font-weight: 700;
    border-radius: 10px;
    height: 40px;
    width: 110px;
}
.sohar-modal-content {
   background-color: #fff;
    border-radius: 5px;
    max-width: 1236px;
    margin: 100px auto;
  
    height: 448px;
    overflow: auto;
}

.sohar-modal h3 {
    font-size: 24px;
    font-weight: bold;
}

.sohar-modal p {
    font-size: 16px;
	margin-bottom: 0;
}

.sohar-modal .close-modal {
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
}

.sohar-modal .close-modal:hover {
   /* background-color: #555;*/
}
.sohar-read-more-button {
    padding-top: 20px;
}
button.read-more-button {
    background-color: black;
    color: white;
    border-radius: 10px;
	border: none;
    font-weight: 700;
	cursor:pointer;
    
}
.sohar-notification-listings {
    font-family: Arial, sans-serif;
    color: #333;
  	margin-top: -45px;
}
  
p.sohar-notification-description {
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}



.sohar-header-button .highlight {
    font-weight: bold;
}

.sohar-header {
    margin-bottom: 20px;
}

.sohar-header-title {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sohar-search-container {
    margin-bottom: 20px;
}

.sohar-search-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.sohar-notification-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  padding-top: 20px;
}

.sohar-notification-card {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sohar-notification-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif !important;
}

.sohar-notification-description {
    margin-bottom: 10px;
    font-size: 14px;
}

.sohar-notification-id {
    color: #6c757d;
    font-size: 14px;
}
.sohar-notification {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.sohar-notification-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sohar-notification-description {
    margin-bottom: 10px;
    font-size: 14px;
}

.sohar-header-button {
    background-color: #EDF7F8;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Tajawal', sans-serif !important;
}
  
img.image-card {
    width: 25px;
	height: 26px !important;
    margin-left: -15px;
}
.model-sohar-heading {
    color: white !important;!i;!;
    text-align: left;
}
.model-sohar-main-heading {
    background-color: black;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
	    gap: 10px;
}
h3.sohar-number {
    color: white;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 20px;
}
.model-sohar-title {
    text-align: left;
}
img.image-cards {
    height: 25px;
    margin-left: -4px;
}

p.modal-sohar-titles {
    color: white;
    /* margin-left: 14px; */
    font-size: 16px;
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 700;
}
p.modal-sohar-description {
    text-align: left !important;
    padding: 0 30px !important;
    font-size: 16px;
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 400;
    color: #101010;
}

.model-sohar-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sohar-number {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.close-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    height: 35px;
    background: #090909;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.close-modal {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.close-modal:hover {
    color: #f7f4f4;
    transform: scale(1.1);
}

.image-cards {
    max-width: 50px;
    margin-right: 10px;
}
.modal-sohar-description {
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    color: #555;
  	padding: 30px;
}

p.sohar-header-title-description {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Tajawal' !important;
    color: #101010;
}


