:root {
  /* --bs-blue: #007bff; */
  --text-black: #141414;
  --text-pink: #F67366;
}

/* this is the example for the variables in css */
/* .color{
  color:var(--bs-blue);
} */


.href {
  color: var(--bs-link-color) !important;
}

.font-7 {
  font-size: 7px;
}

.font-8 {
  font-size: 8px;
}

.font-9 {
  font-size: 9px;
}

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

.font-11 {
  font-size: 11px;
}

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

.font-13 {
  font-size: 13px;
}

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

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-31 {
  font-size: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-37 {
  font-size: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-39 {
  font-size: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-41 {
  font-size: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-43 {
  font-size: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-45 {
  font-size: 45px;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

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

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

/* Border Radius Classes */

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px !important;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-35 {
  border-radius: 35px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-radius-45 {
  border-radius: 45px;
}

.border-radius-50 {
  border-radius: 50px;
}

.remove-img-bg {
  mix-blend-mode: multiply;
}

.w-px-60 {
  width: 60px;
}

.text-black {
  color: var(--text-black);
}

.text-pink {
  color: var(--text-pink);
}

.d-grid-align-justify-center {
  display: grid;
  align-items: center;
  /* justify-content: center; */
}

.w-px-150 {
  width: 150px;
}

.layout-navbar {
  height: 5rem !important;
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 0 !important;
}


.site-footer {
  background-color: #313534;
  color: #fff;
}

.search-card .card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  color: #141414;
}

.nav-item {
  margin: 0 10px;
}

.nav-item .dropdown-menu {
  margin-top: 0.5rem;
}

/* do not remove this style */
.image-container {
  position: absolute;
  width: 450px;
  height: 600px;
  overflow: hidden;
  z-index: 100;
}

.image-container .circle {
  position: fixed;
  top: 0;
  left: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 1px solid #BCBDED80;
  animation: rotate 80s linear infinite;
  top: -129px;
  transition: opacity 0.5s ease-out;
}

.image-container .circle .img-container {
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

.img-container img {
  width: 100%;
  height: 100%;
  animation: ImageRotate 40s linear infinite;
}

.image-container .circle .img1 {
  top: 0;
  left: 50%;
}

.image-container .circle .img2 {
  top: 50%;
  left: 100%;
}

.image-container .circle .img3 {
  top: 100%;
  left: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ImageRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.hide-circle .circle {
  opacity: 0;
}

/* do not remove this style */

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.search-card .card .form-label {
  position: relative;
  top: 18px;
  z-index: 10;
  left: 19px;
  background: #fff;
}

.search-card .card input {
  padding: 15px;
}

.services-we-offer-div {
  background-color: #F8FAFB;
}

.services-we-offer-div-card .card-deck .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-we-offer-div-card .card-deck .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-we-offer-div-card .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.services-we-offer-div-card .card:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 20px #ffab00
}

.services-we-offer-div-card .service-image-index-card {
  height: 80px;
  /* height: 300px; */
  /* width: 100%; */
  border: 1px solid #ffab00;
  border-radius: 50%;
  padding: 10px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.services-we-offer-div-card .card:hover .service-image-index-card {
  transform: scale(1.0);
  box-shadow: 15px 0px 0 #ffab00, 0px 0px 20px 5px rgba(255, 171, 0, 0.5);
}

.services-we-offer-border-bottom {
  border-bottom: 4px solid #ffab00;
}

.operation-mode .number-circle {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px 18px;
  background-color: #230B34;
  color: #fff;
}

.warehouse-onsite-div {
  background-color: #F8FAFB;
}

footer .social-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  color: #757575;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
  position: relative;
  border: 2px solid transparent;
}

footer .social-circle.padding-special {
  padding: 12px;
}

footer .social-circle i {
  font-size: 24px;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

footer .social-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentColor;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}

footer .social-circle:hover::before {
  transform: scale(1);
}

footer .social-circle:hover {
  transform: scale(1.1);
}

footer .social-circle:hover i {
  color: white;
}

footer .social-circle.facebook {
  color: #3b5998;
}

footer .social-circle.facebook:hover {
  border-color: #3b5998;
}

footer .social-circle.instagram {
  color: #e4405f;
}

footer .social-circle.instagram:hover {
  border-color: #e4405f;
}

footer .social-circle.linkedin {
  color: #0077b5;
}

footer .social-circle.linkedin:hover {
  border-color: #0077b5;
}


footer .main-list {
  list-style: none;
}

footer .sub-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #fdb316 !important;
}

.pages-content-bg-text {
  /* background: #f6d187;
  color: #000; */
}

/* .blog-main-div .image-div {
  position: relative;
  overflow: hidden;
} */

.blog-main-div .image-div .blurred-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  z-index: 1;
}

/* .blog-main-div .image-div .image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: cover;
} */

.blog-main-div .image-div .image-2 {
  position: relative;
  z-index: 2;
  width: 50%;
  height: auto;
  object-fit: cover;
}

@media only screen and (max-width: 425px) {
  #div_image_1 {
    order: 2
  }

  #div_text_2 {
    order: 1
  }

  #div_image_5 {
    order: 6
  }

  #div_image_6 {
    order: 5
  }
}

@media (max-width: 768px) {
  .blog-main-div .image-div .image-2 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}