/* 
@font-face {
  font-family: 'UAEDirham';
  src: url('../UAE-dirham.woff') format('woff');
} */

*{
    padding: 0;
    margin: 0;
    @font-face {
        font-family: 'Proxima Nova';
        src: url("../404-not-found.html") format('woff2');
       }
   
}

@font-face {
  font-family: 'Dirham';
  src: url('../UAE-dirham5bdb.woff?v=1746738428') format('woff');  
  font-style: normal;
}       


.CurrencySymbol {
    font-family: 'Dirham';
    display: inline;
    /* font-weight: 600; */
    vertical-align: -2px; /* or try top/middle/bottom/baseline */
}

.dirham-lg {
    font-family: 'Dirham';
    font-size: large;
    /* font-weight: 600; */
    vertical-align: -2px; /* or try top/middle/bottom/baseline */
}


.dirham {
    font-family: 'Dirham';
    font-size: inherit;         /* Inherits the font size from the parent */
    line-height: inherit;       /* Optional: keeps spacing consistent */
    vertical-align: -1px;   /* Aligns with the baseline of the surrounding text */
}

/* <span class="CurrencySymbol"></span> */

/* img {
  pointer-events: none;
  -webkit-touch-callout: none;  
} */


html{
  scroll-behavior: smooth;
}

footer{
  width: auto !important;
}
*,*:focus,*:hover{
  outline:none;
}
button:focus:not(:focus-visible) {
  outline: none;
 }
 .js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.color{
  color: #d93800;
}

p,h1,h2,h3,h4,h5,h6,div,img{
  margin:0;
}

.text-primary{
  color: #d93800 !important;
}



/* Main heading style */
.heading-title {
  margin: 0 auto; 
  text-align: center; 
  font-weight: 600;
  line-height: 1.05;
  font-size: x-large;
  letter-spacing: -0.02em;
  position: relative;
}

.heading-title::after {
  content: "";
  position: absolute;
  left: 50%; 
  bottom: -0.375rem;
  height: 0.25rem;
  width: 40%;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(192, 192, 192, 0.1) 0%, #d93600af 50%, rgba(192, 192, 192, 0.1) 100%);
  z-index: -1;
  transform: translateX(-50%); 
}


/* breadcrum  */
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b7bcc0;
  content: "|";
}

/* whatsapp button animation */

@keyframes shake {
  0%, 100% { transform: translateX(0); scale: 1.1; }
  10%,  50%,  90% { transform: translateX(-5px); }
  20%,  60%  { transform: translateX(5px); }
}

.shake-btn {
  display: inline-block; 
  animation: shake 0.6s ease-in-out 1;
  animation-iteration-count: 1; 

}





/* scroll bar css */

/* width */
/* ::-webkit-scrollbar {
  width: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  */
/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #888; 
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #d93800; 
} */

.zoom-in, .example-image-link {
  cursor: zoom-in;
}
.cls {
  aspect-ratio: 900/700;
}
.cls-square{
  aspect-ratio: 500/500;
}

.cls-banner{
  aspect-ratio: 1300/300;
}
.location-banner{
  aspect-ratio: 3000/277;
}

.ribbon {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #d93800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  left: -15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;            
}
  .ribbon.new {
    background: #d93800;
  }   
 .theme-color{
  color: #d93800 !important;
 }

.a-black a{
  color: black !important;
}
.bg-primary {
  background: #F3F3F3 !important;
  /* color: white !important; */
}
.img-border img{
  padding: 5px;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
}
.div-bottom-border  div{
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.div-bottom-border  div:hover{
  border-bottom: 1px solid black;
  
}
.carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6{
 font-size: large;
} 

.theme-btn{
    background-color: #d93800;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    color: white !important;
    box-shadow: inset 21px 21px 42px #b83000,
    inset -21px -21px 42px #fa4000 !important;
  }
  
.black-btn{
    border-radius: 20px;
    display: block;
    /* padding: 5px 10px; */
    padding: 0.25rem 0.5rem;
    margin: 10px 0px;
    border: 1px solid #343a40;
    color: #343a40 !important;
    
  }
  .black-btn:hover{
    background-color: #343a40;
    color: white !important;
  }
  .theme-btn:hover{
    background-color: #343a40;
    color: white;
    background: #000000 !important;
    box-shadow: inset 21px 21px 42px #000000,
            inset -21px -21px 42px #000000 !important;
  }
  .them-outline-btn{
    /* background-color: #d93800; */
    border-radius: 20px;
    display: block;
    width: fit-content;
    margin: 10px 0;
    border: 1px solid #d93800 !important;
    color: #d93800 !important;
  }
  .them-outline-btn:hover{
    background-color: #d93800;
    color: white !important;
    border:  1px solid #d93800;
    background: #d93800;
    box-shadow: inset 21px 21px 42px #b83000,
            inset -21px -21px 42px #fa4000;
    }

.bottom-line::after{
  content: " ";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 5px;
  background: #d93800;    
}

.center-line::after{
    content: " ";
    display: block;
    width: 60px;
    height: 3px;
    margin: auto;
    margin-top: 10px;
    background: #d93800;    
}

::selection {
color: white;
background: #d93800;
}


/* devider line */

.div-dot:after{
	content: "";
	/* position: absolute; */
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #E5E5E5;
	/* border: 1px solid #d93800; */
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}
.wrapper{
	padding-bottom: 90px;
}

.divider{
	/* position: relative; */
	/* margin-top: 90px; */
	height: 1px;
    margin: 20px auto;
}
.four-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  text-align: center;
}

.div-transparent:before{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #E5E5E5, transparent);
}

.container{
    max-width: 1280px;
    padding: 20px 0px ;
    margin: auto;
}
.blog-container{
    max-width: 1000px;
    padding: 20px 0px ;
    margin: auto;
}
.breadcrumb-container {
  position: sticky;
}
.breadcrumb-container a{
    color: #6e6d6d;
    font-weight: 600;
}
.yt-video{
  width: 100%;
  height: 600px;
}

.section-heading{
  /* font-weight: 400; */
  font-size: x-large;
  /* width: fit-content; */
  /* margin: auto; */
  margin-bottom: 20px;
  /* text-align: center; */
}
.products-heading{
  max-width: 1280px;
  margin: 10px auto;   
  font-weight: 600;
  /* text-align: center; */
  font-size: x-large;
}

.facebook:hover{
   color: #316FF6;
}
.instagram:hover{
   color: #dd2a7b
}
.twitter:hover{
   color: #000000	;
   background: white;
   border-radius: 5px;
}
.linkedin:hover{
   color: #0077b5 
}
.youtube:hover{
   color: #CD201F 
}
.pinterest:hover{
  color: #E60023  ;
}


/* SKELETON */
.skeleton {
  position: relative;
}
.skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  border-radius: 10px;
  animation: skeleton 1s infinite reverse;
}
@keyframes skeleton {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 100% 0;
  }
}
/* SKELETON */

.modal{
  top: 5vh;
}

.flex{
 display: flex;
 align-items: center;
}

.image{
  overflow: hidden;
}
.image img:hover{
  scale: 1.03 !important;
  transition: all 0.5s ;
}
.margin-left{
  margin-left: 0px !important;
}

.table td, .table th {
  padding: 0.6rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.product-btn{
  margin-top: 10px !important;
  margin-left: 0px !important;
}

/* marquee div container */
.marquee {
  width: 100%;
    font-size: medium;
    color: #000000;
    /* font-family: 'Courier New', Courier, monospace; */
    height: auto;
    overflow: hidden;
    /* background-color: #d93800; */
    position: relative;
    margin: 0px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    /* padding-top: 12px; */
}

.marquee-text {
  width: 100%;
    font-size: medium;
    color: #000000;
    /* font-family: 'Courier New', Courier, monospace; */
    height: auto;
    overflow: hidden;
    /* background-color: #d93800; */
    position: relative;
    margin: 0px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    /* padding-top: 12px; */
}


/* CLS code for Gallery */

.grumpy-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* Ensures the aspect ratio */
  border: 2px solid white;
  position: relative;
}

.grumpy-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block; /* Ensure the image is block-level */
}

.grumpy-image-wrapper > iframe,
.fotorama > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 0;
}




/* Custom styles for FAQ section */

.accordion-item{
  border-bottom: 1px solid rgb(240, 240, 240);
  margin-bottom: 5px;
}

.accordion-button {
  width: 100%;
  font-weight: 500;
  color: #525252;
  background-color: #ffffff;
  border: none;
  text-align: left;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-button:not(.collapsed) {
  color: rgb(65, 65, 65);
  background-color: #ffffff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 1rem;
  background-color: #fff;
  color: #7a7a7a;
  /* border-top: 1px solid #dee2e6; */
}

.arrow {
  transition: transform 0.3s ease;
  margin-left: auto; /* Ensure the arrow is aligned to the right */
}


.accordion-button:not(.collapsed) .arrow {
  transform: rotate(180deg);
}

@media (max-width: 600px) {
  .cls-banner{
    aspect-ratio: 900/650;
  }
  .cls-banner-index{
    aspect-ratio: 900/540;
  }
  .location-banner{
    aspect-ratio: 2000/445;
  }
}

.product-card{
  /* border:solid 1px #c7c7c7; */
  border-radius: 10px;
  padding-bottom: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


  /* Static content CSS */
    .static-content-heading {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.2;
        color: #1a1a1a;
        margin-bottom: 0.5rem;
    }

    .static-content-body {
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.6;
        color: #6c757d;
        /* max-width: 700px; */
    }

    /* Vertical spacing between blocks */
    .static-content-block {
        margin-bottom: 30px;
    }





@media (min-width:200px) and (max-width: 769px) {
  html{
    scroll-behavior: auto;
  }
  .theme-btn{
    background-color: #d93800;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    font-size: small !important;
    color: white !important;
  }
  .them-outline-btn{
    /* background-color: #d93800; */
    font-size: small !important;
  }
  .them-outline-btn{
    /* background-color: #d93800; */
    font-size: small !important;
  }
    
    .container{
        padding: 20px;
      }
    .blog-container{
        padding: 20px;
      }
    .breadcrumb-container{
        margin-left: 20px;
        font-size: smaller;
    }
    .black-btn{
      font-size: small;
      color: #343a40 !important;
    }
    .h5-mobile h5{
      font-size: medium;
    }
    .section-heading{
      /* font-weight: 400; */
      font-size: large;
      width: fit-content;
      /* margin: auto; */
      margin-bottom: 10px;
      /* text-align: center; */
  }
  .divider{
    /* position: relative; */
    /* margin-top: 90px; */
    height: 1px;
      margin: 10px auto;
  }
  .table td, .table th {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: small;
  }
    

  .grumpy-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 105%; /* Ensures the aspect ratio */
    border: 2px solid white;
    position: relative;
  }
  


  /* Static content CSS */
      .static-content-heading {
        font-size: 1rem;
        line-height: 1.2;
        color: #1a1a1a;
        margin-bottom: 0.5rem;
    }

    .static-content-body {
        font-weight: 300;
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .static-content-block {
        margin-bottom: 20px;
    }

}

@media (min-width: 770px) and (max-width: 1350px){
    .breadcrumb-container{
        margin-left: 30px;
    }
    .container{
        padding: 20px;
      }
    .container {
        padding: 20px 30px ;
        margin: auto;
    }
    .blog-container {
        padding: 20px 30px ;
        margin: auto;
    }
    
.section-heading{
  /* font-weight: 400; */
  font-size: larger;
  /* width: fit-content; */
  /* margin: auto; */
  margin-bottom: 20px;
  /* text-align: center; */
}

}