@font-face{
	font-family:'AlhurraDisplayPC';
	src:url("/fonts/alhurradisplaypc-webfont.woff") format("woff");
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'AlhurraTextPC';
	src:url("/fonts/alhurratextpc-webfont.woff") format("woff");
	font-weight:normal;
	font-style:normal
}

@font-face {
 font-family: custom;
 src: url("/fonts/droidsansarabic.eot") /* EOT file for IE */
}

@font-face {
 font-family: custom;
 src: url("/fonts/droidsansarabic.ttf") /* TTF file for CSS3 browsers */
}

@font-face{
	font-family:'Neo Sans Arabic';
	font-style:normal;
	font-weight: 200;
	src:url(/fonts/NeoSansArabic.eot);
	src:url(/fonts/NeoSansArabic.eot?#iefix) format('embedded-opentype'),url(fonts/NeoSansArabic.woff) format('woff'),url(fonts/NeoSansArabic.otf) format('otf')}

body {
	font-family:'Neo Sans Arabic','Arial';
	direction: rtl;
}

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-right: 0;
  direction: rtl;
}

.custom-list li {
  position: relative;
  padding-right: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.custom-list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #303790;
  border-radius: 50%; /* makes it a perfect circle */
}  

.catmainicon {
    text-align: center;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #e93d34;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.catmainicon:hover {
    background-color: #303790;
    transform: scale(1.05);
	color: #fff;
}
.section-title {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.section-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.section-title hr.break2 {
    width: 100px;
    height: 3px;
    border: none;
    margin: 10px auto;
}
.active-campaing-area {
    padding: 80px 0;
}
.row .col-sm-4 {
    margin-bottom: 20px;
}

.pt-200{
	padding-top: 40px;
}
/* Section Title Styling */
.section-title h4 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.section-title hr.break2 {
    border: none;
    border-top: 2px solid #007bff;
    width: 60px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Category Buttons */
.btn-block {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
    border-radius: 8px;
    background-color: #6c757d;
    color: #fff;
    transition: background 0.3s;
}

.btn-block:hover {
    background-color: #495057;
    text-decoration: none;
}

/* Product Card Styling */
.card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    margin: 8px;
}

.card:hover {
    transform: translateY(-5px);
}

.card-image img.prodimg {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    padding: 10px;
    background-color: #f9f9f9;
}

.card-body h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 10px 0 0;
}

/* Responsive Grid Gaps */
.no-padding {
    padding-left: 8px;
    padding-right: 8px;
}

/* Smaller spacing between cards on mobile */
@media (max-width: 575.98px) {
    .card-body h5 {
        font-size: 0.95rem;
    }

    .btn-block {
        font-size: 0.9rem;
        padding: 8px 0;
    }

    .card-image img.prodimg {
        max-height: 140px;
    }
}
.category-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    background-color: #f8f9fa;
}

.category-img-wrapper {
    padding: 20px;
    background-color: #f0f0f0;
}

.category-img {
    height: 140px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.category-card:hover .category-img {
    transform: scale(1.05);
}

.category-name {
    font-size: 1rem;
}
.custom-carousel-arrow {
    width: 48px;
    height: 48px;
    background-color: #ccc;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.custom-carousel-arrow:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.carousel-control-prev.custom-carousel-arrow {
    left: -25px;
}

.carousel-control-next.custom-carousel-arrow {
    right: -25px;
}

.carousel-icon {
    font-size: 1.5rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: color 0.3s ease;
}

.custom-carousel-arrow:hover .carousel-icon {
    color: #fff;
}
.section-title{
	padding-top: 40px;
}
@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;
}
.offcanvas-menu .main-menu li .menu-expand{
	right: 60px;
}
}
