@font-face{
	font-family:'Neo Sans Arabic';
	font-style:normal;
	font-weight: 200;
	src:url(/ar/fonts/NeoSansArabic.eot);
	src:url(/ar/fonts/NeoSansArabic.eot?#iefix) format('embedded-opentype'),url(/ar/fonts/NeoSansArabic.woff) format('woff'),url(/ar/fonts/NeoSansArabic.otf) format('otf')}
	
	
img.logo{
	max-height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.1staid{
	position: relative;
	margin-bottom: -100px;
}
.my-div {
  background-image: url('images/leftcorner.png'); /* Replace with your image path */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto; /* Optional: use 'cover' or 'contain' if you want scaling */
  border-top: 10px solid #303790;
}

a.single-item:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
}
    .milestones-section {
      background-color: #f9f9f9;
      padding: 60px 0;
    }

    .milestones-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: #303790;
    }

    .milestone {
      background-color: #fff;
      border-left: 8px solid #e63946;
      padding: 20px 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .milestone-year {
      font-size: 2.2rem;
      font-weight: 900;
      color: #e63946;
      margin-bottom: 5px;
    }

    .milestone-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #1d1d2f;
      margin-bottom: 10px;
    }

    .milestone-text {
      color: #444;
      font-size: 0.95rem;
	}
	
    .vm-section {
      background-color: #f9f9f9;
    }

    .vm-title {
      font-weight: 800;
      font-size: 2.3rem;
      color: #303790;
      margin-bottom: 40px;
    }

    .vm-card {
      background-color: #fff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      height: 100%;
      transition: all 0.3s ease;
    }

    .vm-card:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .vm-icon {
      font-size: 2.5rem;
      color: #303790;
      margin-bottom: 20px;
    }

    .vm-subtitle {
      font-weight: 700;
      color: #303790;
      font-size: 1.3rem;
      margin-bottom: 15px;
    }

    .vm-list {
      padding-left: 1rem;
      list-style: none;
    }

    .vm-list li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 1.5rem;
    }

    .vm-list li::before {
      content: "\f058";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: #303790;
      position: absolute;
      left: 0;
      top: 0;
    }	
	
.views-counter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6c757d; /* Bootstrap secondary text */
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  margin-bottom: 10px;
}

.views-counter i {
  color: #495057;
}
  .contact-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
  }

  .contact-icon {
    background-color: #303790;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
  }

  .contact-info {
    background-color: #303790;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .contact-name {
    font-size: 1.25rem;
    color: #303790;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .section-title {
    font-weight: bold;
    color: #303790;
    font-size: 2rem;
  }	
.product-card {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);
  transform: translateY(-5px) scale(1.02);
  border-color: #303790;
}

.product-bg {
  height: 6px;
  background: #303790;
  margin-bottom: 15px;
  border-radius: 10px 10px 0 0;
}

.product-img,
.product-icon {
  max-width: 160px;
  margin: 10px auto;
  transition: transform 0.3s ease;
}

.product-card:hover .product-img,
.product-card:hover .product-icon {
  transform: scale(1.1) rotate(2deg);
}

.product-title {
  font-size: 1.1rem;
  color: #333;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.product-card:hover .product-title {
  color: #007bff;
}  

.vision-mission-section {
  background-image: url('images/bottom.jpg'); /* replace with your image path */
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) bottom; /* Push image 100px to the right */
  background-size: auto; /* or 'contain' or specific size like '200px' */
  height: 400px;
}
.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.custom-list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #303790;
  border-radius: 50%; /* makes it a perfect circle */
}

@media only screen and (max-width: 449px) {

img.logo{
	max-height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.products-title{
	margin-top: 180px;
}

.corpix-marketing-tabs-menu {
	flex-wrap: nowrap;
}

.corpix-marketing-tabs-menu li .corpix-marketing-title {
	width: 165px;
}

.vision-mission-section {
  background-image: none; /* replace with your image path */
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) bottom; /* Push image 100px to the right */
  background-size: auto; /* or 'contain' or specific size like '200px' */
  height: 400px;
}
.vision-mission-section {
	height: auto;
}
}
