* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set default direction for Arabic content */

[lang="ar"] {
  /*font-family: "Cairo", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Arabic", Tahoma, sans-serif;*/
}
html, body {
    direction: rtl;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}
.clear {
	clear:both;
}

/***/

.bo-hero {
  width: 100%;
  aspect-ratio: 241 / 105;   /* exact design ratio */
  position: relative;
  overflow: hidden;
}

/* Background image */
.bo-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;          /* keeps resolution smooth */
  object-position: center;
  filter: brightness(0.85);   /* improves text contrast */
}

/* Content wrapper */
.bo-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;      /* push text to right */
  text-align: right;
}

/* Top text */
.bo-hero-top {
  color: #FFF;
  font-size: 86.191px;
  font-weight: 200;
  line-height: 103px;
  margin: 0;
  text-transform: capitalize;
}

/* Bottom text */
.bo-hero-bottom {
  color: #FFF;
  font-size: 86.191px;
  font-weight: 700;
  line-height: 103px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .bo-hero {
    height: 460px;
  }
  .bo-hero-top,
  .bo-hero-bottom {
    font-size: 64px;
    line-height: 78px;
  }
}

@media (max-width: 768px) {
  .bo-hero {
    height: 380px;
  }
  .bo-hero-content {
    padding: 0 24px;
  }
  .bo-hero-top,
  .bo-hero-bottom {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .bo-hero {
    height: 320px;
  }
  .bo-hero-top,
  .bo-hero-bottom {
    font-size: 32px;
    line-height: 40px;
  }
}

/***/

.bo-text-row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
	    direction: ltr;
}

/* Paragraph text */
.bo-text-left {
  flex: 2;
}

.bo-text-left p {
  color: #000;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* Blue heading */
.bo-text-right {
  flex: 1;
  text-align: right;
}

.bo-text-right h2 {
  margin: 0;
  color: #0C1895;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  text-transform: capitalize;
}

.bo-text-right h2 strong {
  font-weight: 700;
}

/* ✅ Mobile: Blue text comes first */
@media (max-width: 768px) {
  .bo-text-row {
    flex-direction: column;
    padding: 30px 20px;
    gap: 24px;
  }

  .bo-text-right {
    order: 1;
  }

  .bo-text-left {
    order: 2;
  }

  .bo-text-right h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .bo-text-left p {
    font-size: 18px;
    line-height: 26px;
  }
}
/***/


.find-here {
  width: 100%;
}

/* 1440px centered container */
.find-here-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;   /* 🔑 important for layering */
  aspect-ratio: 422 / 124;
  overflow: hidden;
}

/* Background image */
.find-here-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;            /* 🔽 stays behind text */
}

/* Text layer */
.find-here-inner {
  position: relative;
  z-index: 2;            /* 🔼 text above banner */
  height: 100%;
  padding: 0 60px;

  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center;
  text-align: right;
}

/* Typography */
.find-here-inner h1 {
  margin: 0;
  color: #FFF;
  font-size: 64px;
  line-height: normal;
  text-transform: capitalize;
}

.find-light {
  font-weight: 300;
}

.find-bold {
  font-weight: 700;
}


@media (max-width: 768px) {
  .find-here-inner {
    padding: 0 24px;
  }

  .find-here-inner h1 {
    font-size: 38px;
  }
}

/***/


/* 1440 container */
.container-1440 {
    max-width: 1440px;
    margin: 60px auto 0;
    padding: 0 0;
}

/* Tabs bar */
.blog-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 2px solid #0C1895;
  margin-bottom: 30px;
}

/* Tab buttons */
.blog-tab {
  width: 236.8px;
  height:60px;
  background: #BDBDBD;
  border: none;
  cursor: pointer;

  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 32.5px;
}

.blog-tab.active {
  background: #0C1895;
}

/* Tab content panels */
.blog-tab-contents {
  padding-top: 10px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Typography */
.tab-main-heading {
  color: #0C1895;
  text-align: right;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
}

.tab-sub-heading {
  color: #0C1895;
  text-align: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 14px;
}

.tab-description {
  color: #454545;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 18px;
}

.tab-feature-list {
  list-style: disc;
  padding-right: 20px;
  margin: 0;
}

.tab-feature-list li {
  color: #272727;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

/***/

/* Slider wrapper */
.news-slider {
  position: relative;
  overflow: hidden;
}
.news-slider h4 {
	
}

/* Slides container */
.news-slides {
  position: relative;
	border: 1px solid #BDBBBB;

}

/* Single slide */
.news-slide {
  display: none;
  position: relative;
}

.news-slide.active {
  display: block;
}

/* Image */
.news-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Caption */
.news-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.news-caption h3 {
  margin: 0;
	color: #272727;
text-align: right;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 93.75% */
}

/* Button */
.news-btn {
  background: #0C1895;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;	
width: 250px;
height: 50px;
padding: 15px 50px;
	
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 111.111% */
}
.news-btn img {
  width: 24px;
  height: auto;
	    transition: all .3s ease-in-out 0s;
}
.news-btn:hover img {
	width: 0;
}
.news-btn:hover {
    background-color: #00a0e3;
}

/* Arrows */
.news-arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #0C1895;
  color: #FFF;
  font-size: 13px;
  cursor: pointer;
	transition: all .3s ease-in-out 0s;
}
.arrow:hover {
	  background: #00a0e3;
}

.arrow.prev {

}

/* Dots */
.news-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BDBDBD;
  cursor: pointer;
}

.dot.active {
  background: #0C1895;
}
.arrow img {
    height: 1.5rem;
    width: 1.5rem;
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
/* 🔁 MOBILE: Text first, button second */
@media (max-width: 768px) {
  .news-meta {
    flex-direction: column;
    align-items:flex-start; /* RTL alignment */
  }

  .news-title {
    order: 1; /* text first */
    text-align: right;
  }
	.news-caption h3 {
    font-size: 20px;
	}

  .news-btn {
    order: 2; /* button after */
  }
}

/***/


/* Row layout */
.blog-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #CFCFCF;
  padding: 20px 0;
	margin: 40px 0 0;
}

/* Heading */
.blog-filter-title {
  margin: 0;
  color: #0C1895;

  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: right;
}

/* Controls */
.blog-filter-controls {
  display: flex;
  align-items: center;
  gap: 14px;
	direction: ltr;
}

/* Select */
.blog-filter-select {
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #BDBDBD;
  background: #FFF;
}

/* Search */
.blog-search-box {
  position: relative;
}

.blog-search-box input {
  height: 38px;
  padding: 0 36px 0 10px;
  font-size: 14px;
  border: 1px solid #BDBDBD;
}

.blog-search-box .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .blog-filter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .blog-filter-title {
    font-size: 24px;
    text-align: right;
  }

  .blog-filter-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .blog-search-box input {
    width: 180px;
  }
}
/***/

/* Wrapper (already used globally) */


/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

/* Card */
.blog-card {
  position: relative;
  background: #FFF;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}

/* Image */
.blog-card img {
  width: 100%;
  display: block;
}

/* Content */
.blog-card-content {
  padding: 14px 12px 18px;
  text-align: center;
background: #E8E8E8;
}

/* h2 style */
.blog-card-content h2 {
  margin: 0 0 4px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

/* h3 style */
.blog-card-content h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* Arrow (bottom-left like screenshot) */
.blog-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height:50px;
  background: #0C1895;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
	transition: all .3s ease-in-out 0s;
}
.blog-arrow:hover {
	   background-color: #00a0e3;
}
.low img {
	width: 70%;
	
}

@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-content h2,
  .blog-card-content h3 {
    font-size: 20px;
  }
}

/***/
.blog-pagination {
  margin: 40px 0 60px;
	direction: ltr;
}

.pagination-list {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Items */
.pagination-item a,
.pagination-prev span,
.pagination-next a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

/* Active page */
.pagination-item.active a {
  background: #0C1895;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 4px;
}

/* Dots */
.pagination-dots {
  font-size: 18px;
  color: #000;
}

/* Disabled prev */
.pagination-prev.disabled span {
  color: #BDBDBD;
}

/* Hover */
.pagination-item a:hover,
.pagination-next a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pagination-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/***/
/* Section box */
.blog-subscribe {
  margin: 50px 0;
	direction: ltr;
}

.subscribe-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 24px 30px;
  gap: 30px;
}

/* Text */
.subscribe-text {
  text-align: right;
}

.subscribe-text h2 {
  margin: 0 0 6px;
  color: #0C1895;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.subscribe-text p {
  margin: 0;
  color: #0C1895;
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* Form */
.subscribe-form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.subscribe-form input {
  width: 280px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #BDBDBD;
}

/* Button */
.subscribe-btn {
  height: 40px;
  padding: 0 20px;
  background: #0C1895;
  color: #FFF;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .subscribe-box {
    flex-direction: column;
    align-items: stretch;
    text-align: right;
  }

  .subscribe-form {
    order: 2;
    justify-content: flex-end;
  }

  .subscribe-text {
    order: 1;
  }

  .subscribe-text h2,
  .subscribe-text p {
    font-size: 24px;
  }

  .subscribe-form input {
    width: 100%;
  }
}
















