/* Regular */
@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('/fonts/NotoKufiArabic/NotoKufiArabic-Regular.woff2') format('woff2'),
       url('/fonts/NotoKufiArabic/NotoKufiArabic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('/fonts/NotoKufiArabic/NotoKufiArabic-Medium.woff2') format('woff2'),
       url('/fonts/NotoKufiArabic/NotoKufiArabic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('/fonts/NotoKufiArabic/NotoKufiArabic-SemiBold.woff2') format('woff2'),
       url('/fonts/NotoKufiArabic/NotoKufiArabic-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* ExtraBold */
@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('/fonts/NotoKufiArabic/NotoKufiArabic-ExtraBold.woff2') format('woff2'),
       url('/fonts/NotoKufiArabic/NotoKufiArabic-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
*{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  box-sizing: border-box;
}
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 0;
  background-color: #a2050d;
}

.site-logo img {
  max-width: 50%;
}

.header-buttons {
  display: flex;
  gap: 12px;
}

.header-btn {
  cursor: pointer;

}



/* footer */

.footer {
  background-color: #a11212;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-section h4 {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
  line-height: 1.8;
  font-size: 20px;
}
.footer-section ul li a span{
  margin-right: 10px;
}

.footer-section p a {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.footer-bottom h2 {
  font-size: 28px;
  margin: 10px;
}
.social-icons a {
  margin-right: 20px;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons {
  margin-top: 24px;
}
.footer-section.mob-social {
  text-align: center;
}
.footer-site-link a{
  text-decoration: none;
    font-size: 34px;
    color: #fff;
    display: block;
    margin-top: 20px;
}
/* pages */
.op-container{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.op-main-banner{
  width: 100%;
  background: #a2050d;
}
.op-main-banner img{
  width: 100%;
}
.op-grid-bg{
  background: #a2050d;
}
.op-grid-banner{
  width: 100%;
  display: flex;
  display: -webkit-flex;

}
.op-grid-banner-inner{
  width: 50%;
  position: relative;
}
.op-grid-banner-inner img {
  width: 100%;
}
.op-grid-link{
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.op-grid-link a{
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  text-align: center;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 18px;
}
/* cat */
.op-cat-box{
background: #a2050d;
padding: 40px 0;
text-align: center;
}
.op-cat-links{
display: flex;
display: -webkit-flex;
justify-content: center;
}
.op-cat-links a{
text-align: center;
font-size: 24px;
color: #fff;
text-decoration: none;
border: 2px solid #fff;
text-transform: capitalize;
padding: 5px 40px;
margin: 0 20px;
font-weight: 700;
}
.op-cat-content {
max-width: 900px;
margin: 0 auto;
}
.op-cat-content h2 {
color: #fff;
font-size: 46px;
margin: 0;
line-height: 54px;
margin: 60px 0;
}
.op-cat-content p{
font-size: 26px;
color: #fff;
line-height: 41px;
}
.op-lf-main{
padding: 40px 0 20px;
max-width: 1400px;
margin: 0 auto;
}
.op-lf-section{
display: flex;
display: -webkit-flex;
}
.op-left-sec{
width: 50%;
}
.op-left-sec img{
width: 100%;
}
.op-right-sec{
width: 50%;
display: flex;
justify-content: center;
align-items: center;
padding: 0 30px;
flex-direction: column;
text-align: center;
}
.op-right-sec h2{
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
color: #a2050d;
margin: 0 0 30px;
line-height: 30px;

}
.op-right-sec h2 a{
text-decoration: none;
color: #a2050d;
}
.op-right-sec p{
font-size: 26px;
  color: #a2050d;
  margin: 0;
  line-height: 40px;
  font-weight: 500;
}
.op-grid-content {
max-width: 1400px;
margin: 0 auto;
display: flex;
justify-content: center;
gap: 60px;
padding-bottom: 40px;
}
.op-grid-cont-inner {
text-align: center;
width: 33%;
}
.op-grid-cont-inner h2 {
font-size: 30px;
text-transform: uppercase;
color: #a2050d;
}
.op-grid-cont-inner p{
font-size: 24px;
color: #a2050d;
line-height: 30px;
}
.op-grid-cont-inner img{
width: 100%;
}
/* Women CSS */

.grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
max-width: 1200px;
margin: 80px auto;
}

.item {
display: flex;
gap: 20px;
align-items: center;
}

.item.image-left {
flex-direction: row;
}

.item.image-right {
flex-direction: row-reverse;
}

.item img {
width: 180px;
height: auto;
object-fit: cover;
}

.text h3 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

.text p {
font-size: 14px;
color: #444;
margin: 0;
}



.op-about-main{
max-width: 1200px;
margin: 80px auto;
text-align: center;
}
.op-about-logo h1{
  font-size: 56px;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
}
.op-about-logo h2{
font-size: 40px;
line-height: 48px;
color: #000;
text-transform: uppercase;
}
.op-about-logo h1 span{
color: #ff0020;
}
.op-about-cont p{
font-size: 24px;
color: #000;
line-height: 30px;
}
.font-weightage{
font-weight: 500;
}


.map-container {
width: 100%;
overflow: hidden;
}

.map-container>img {
width: 100%;
height: auto; 
object-fit: contain;
max-width: 100%;
}

.store-location {
margin-top: 40px;
text-align: center;
color: white;
}

.store-location > p {
margin-top: 10px;
font-size: 20px;
}

.country {
margin-top: 40px;
}

.country-image {
display: flex;
justify-content: center;
}

.country-image > img {
width: 100%;
max-width: 1000px;
height: auto;
object-fit: contain;
}

.country-table {
width: 100%;
}

table {
width: 100%;
border-collapse: collapse;
color: white;
}

table > thead {
background-color: white;
color: black;
font-weight: 700;
}

.table-header {
background-color: white;
}

th, td {
padding: 10px;
text-align: left;
}

th {
font-weight: bold;
}

table > tbody > tr > td:nth-child(1) {
width: 20%; /* Use percentage for flexibility */
}

table > tbody > tr > td:nth-child(2) {
width: 40%;
}

table > tbody > tr > td:nth-child(3) {
width: 40%;
}


.custom-container {
margin: auto;
padding: 2rem;
width: 100%; 
max-width: 900px;
}

.custom-header-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 0;
}

.custom-title-box {
height: 32px;
border: 1px solid #cbd5e1;
border-bottom: none;
border-right: none;
width: fit-content;
padding: 0 0.5rem;
display: flex;
align-items: center;
color: white;
font-weight: 700;
padding-top: 12px;
padding-left: 14px;
}

.custom-skew-box {
transform: skewX(12deg);
border: 1px solid #cbd5e1;
border-left: none;
border-bottom: none;
width: 10px;
height: 32px;
}

.custom-line {
height: 32px;
width: 100%;
margin-left: 3px;
border-bottom: 1px solid #cbd5e1;
}

.custom-content-box {
border: 1px solid #cbd5e1;
border-top: none;
background-color: transparent;
display: flex;
align-items: center;
padding: 1rem;
width: 100%;
}

.store-main{
background-color: #a11212;
}
.op-grid-slide .slick-arrow{
  display: none !important;
}
@media (max-width:767px){
.main-header{
  padding: 10px;
}

.site-logo{
width: 130px;
}
.site-logo img{
height: auto;
width: 100%;
}
.header-buttons img {
  width: 110px;
  height: 30px;
}
.grid{
grid-template-columns: auto;
margin: 30px auto;
padding: 0px 15px;
}
.item.image-left:nth-child(2){
flex-direction: row-reverse;
}
.item.image-right:nth-child(1n){
flex-direction: row;
}
.item.image-right:nth-child(2n){
flex-direction: row-reverse;
}
.item.image-left:last-child{
flex-direction: row-reverse;
}
.op-grid-bg{
  padding: 20px 40px;
}
.op-grid-banner{
  flex-direction: column;
  
}
.op-grid-banner-inner{
  width: 100%;
  padding-bottom: 15px;
}
.op-grid-link a{
  max-width: 220px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.footer-content{
  flex-wrap: nowrap;
}
.footer-bottom {
  display: none;
}
.footer-bottom-mob {
display: flex;
justify-content: space-between;
}
.footer-mob-social {
display: flex;
flex-direction: column;
}
.footer-mob-social{
text-align: center;
}
.site-footer-link {
color: #fff;
}
.footer-mob-sitelogo {
margin-top: 20px;
text-align: center;
}
.op-cat-links a {
font-size: 12px;
padding: 5px 20px;
margin: 0 3px;
}
.op-cat-content h2 {
font-size: 20px;
line-height: 34px;
margin: 30px 0;
}
.op-cat-content p {
font-size: 14px;
color: #fff;
line-height: 24px;
}
.op-lf-section{
flex-direction: column;
margin-bottom: 20px;
}
.op-left-sec{
width: 100%;
order: 1;
}
.op-right-sec{
width: 100%;
order: 2;
}
.op-right-sec h2{
font-size: 24px;
}
.op-right-sec p{
font-size: 16px;
line-height: 26px;
}
.op-grid-content{
flex-direction: column;
padding: 0 40px;
}
.op-grid-cont-inner{
width: 100%;
}
.op-grid-cont-inner h2{
font-size: 18px;
margin: 10px 0;
}
.op-grid-cont-inner p{
font-size: 16px;
}
.op-lf-main{
padding: 40px 40px 20px;
}
.footer{
padding-bottom: 20px;
}
.op-about-logo h1{
font-size: 30px;
}
.op-about-logo h2 {
font-size: 20px;
line-height: 31px;
}
.op-about-cont p{
font-size: 14px;
}
.footer-section.mob-social{
display: none;
}
.footer-section{
min-width: initial;
}
.op-about-cont{
padding: 0 40px;
}
.container {
padding: 1rem;
width: 100%;
}
.main-container {
overflow: hidden;
width: 100% !important;
/* background-color: yellow !important; */
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
}
img {
max-width: 100%;
height: auto;
}

/* Example: Stack items vertically */
.flex-row {
flex-direction: column;
}

.main-container {
font-size: 10px;
}

/* table container */

.custom-container {
/* min-width: 250px !important; */
}

.site-logo img{
  max-width: 100%;
}
.store-location > p {
  font-size: 16px;
}

.country-image > img {
  max-width: 100%;
}

.custom-container {
  padding: 1rem;
}

.country-table {
  font-size: 14px;
}

th, td {
  padding: 8px;
}

table > tbody > tr > td:nth-child(1) {
  width: 30%;
}

table > tbody > tr > td:nth-child(2) {
  width: 40%;
}

table > tbody > tr > td:nth-child(3) {
  width: 85%;
}
.footer-mob-icon img{
  width: 90px;
    margin-right: 5px;
}
.footer-mob-social img{
  width: 35px;

}
.footer-site-link a {
  font-size: 16px;
  margin-top: 5px;
}
.footer-section h4{
  font-size: 18px;
}
.footer-section ul li a{
  font-size: 16px;
}
}
@media (max-width: 480px) {
.store-location > h3 {
  font-size: 20px;
}
.store-location > p {
  font-size: 14px;
}

.custom-title-box {
  font-size: 16px;
}

.country-table {
  font-size: 12px;
}

th, td {
  padding: 1px;
}
}
@media (min-width:768px) {
  .footer-bottom-mob{
    display: none;
  }
  .footer-mob-sitelogo {
    display: none;
  }
  .footer-bottom img:nth-child(3) {
    width: 50%;
}
  }