@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #0466A3;
}
a:hover{
    cursor:pointer;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230466A3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@font-face {
  font-family: "HelveticaRounded";
  src: url("../fonts/HelveticaRoundedLTStd-Bd.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.text-Neutral-700 {
  color: #333333 !important;
}

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #CCCCCC !important;
  color: black !important;
}

.btn-gray-transparent {
  background-color: rgba(255, 255, 255, 0.4509803922);
  border: 1px solid rgba(255, 255, 255, 0.4509803922) !important;
  color: white !important;
}

ol {
  list-style-type: lower-alpha;
}

.btn-primary {
  color: white !important;
  background-color: #0466A3 !important;
  border-color: #0466A3 !important;
  transition: 0.5s linear !important;
}
.btn-primary:hover {
  color: #0466A3 !important;
  background-color: transparent !important;
  border-color: #0466A3 !important;
}
.btn-primary:hover .custom-svg path {
  stroke: #0466A3;
}

.custom-svg path {
  transition: stroke 0.3s ease;
}

.btn-primary-two {
  color: white !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: 0.5s linear !important;
}
.btn-primary-two:hover {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}

.btn-secondary {
  color: white !important;
  background-color: #1E1E1E !important;
  border-color: #1E1E1E !important;
  transition: 0.5s linear !important;
}
.btn-secondary:hover {
  color: #1E1E1E !important;
  background-color: transparent !important;
  border-color: #1E1E1E !important;
}

.btn-white {
  color: #0466A3 !important;
  background-color: rgba(253, 253, 253, 0.9882352941) !important;
  border-color: rgba(253, 253, 253, 0.9882352941) !important;
  transition: 0.5s linear !important;
}
.btn-white:hover {
  color: rgba(253, 253, 253, 0.9882352941) !important;
  background-color: transparent !important;
  border-color: rgba(253, 253, 253, 0.9882352941) !important;
}

input:focus {
  border: 1px solid #0466A3 !important;
  box-shadow: none !important;
  color: #0466A3 !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
  direction: ltr !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
  display: table;
}

textarea {
  resize: none !important;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4.89334 8.14173C5.19713 8.44552 5.59856 8.60031 5.99977 8.60031C6.40097 8.60031 6.8024 8.44552 7.10619 8.14173L10.3662 4.88173C10.5893 4.65863 10.5893 4.292 10.3662 4.06889C10.1431 3.84579 9.77645 3.84579 9.55334 4.06889L6.29334 7.32889C6.13145 7.49079 5.86808 7.49079 5.70619 7.32889L2.44619 4.06889C2.22308 3.84579 1.85645 3.84579 1.63334 4.06889C1.41024 4.292 1.41024 4.65863 1.63334 4.88173L4.89334 8.14173Z" fill="%231A1A1A" stroke="%231A1A1A" stroke-width="0.4"/></svg>') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: none !important;
  margin-bottom: 1px;
}

body {
  overflow-x: hidden;
}

.heading-font {
  font-family: "HelveticaRounded", Arial, sans-serif;
  overflow-x: hidden;
}

.LanguageMenu {
  text-align: left;
}

.LanguageMenu span {
  color: white !important;
  font-size: 16px;
  margin-right: 10px;
}

.LanguageMenu svg {
  display: inline-block !important;
  vertical-align: middle;
  direction: ltr;
}

body.arabicVersion {
  font-family: "Almarai", sans-serif;
}

.fs-ar {
  font-family: "Almarai", sans-serif;
}

body.arabicVersion .fs-ar {
  font-family: "HelveticaRounded", Arial, sans-serif;
}

body.arabicVersion .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.arabicVersion .LanguageMenu {
  text-align: right;
  color: white;
}

body.arabicVersion .LanguageMenu span {
  color: white !important;
  font-size: 16px;
  margin-left: 10px;
}

body.arabicVersion .LanguageMenu svg {
  margin-right: 0;
  margin-left: 10px;
}

body.arabicVersion .arrow-ar {
  transform: scaleX(-1) !important;
}

body.arabicVersion .custom-svg {
  transform: scaleX(-1) !important;
}

body.arabicVersion .rotate-img {
  transform: scaleX(-1) !important;
}

.tilted-arrow {
  transform: rotate(45deg);
}

header {
  border-bottom: 1px solid #CCCCCC;
}

.navbar-nav .nav-link.active {
  font-weight: 600 !important;
}

.bg-card {
  background-color: #E6F5FE !important;
}

.bg-input {
  background-color: #F2F2F2 !important;
}

.bg-primary-400 {
  background-color: #71A5C1 !important;
}

.bg-about-us {
  background-image: url("../images/Contact-us.png");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: contain;
  background-size: auto 100%;
}

.border-gray {
  border-color: #333333 !important;
}

.link-hover {
  transition: 0.2s all !important;
}



.link-hover:hover {
  transform: translateX(5px) !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: #0466A3 !important;
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #0466A3;
  color: #FFF;
  border-radius: 50px;
  font-size: 20px !important;
  display: none;
  z-index: 2;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}
.back-to-top:hover {
  background-color: #0466A3;
  color: #FFF;
}
body.arabicVersion .back-to-top {
  left: 10px;
  right: auto;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  background-color: #0466A3;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  right: 10px;
}
.whats-app:hover {
  background-color: #0466A3;
  color: #FFF;
}
body.arabicVersion .whats-app {
  left: 10px;
  right: auto;
}

.hover-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.Categories-slider-nav {
  position: relative;
  top: -20px;
  text-align: right;
}
.Categories-slider-nav .prev, .Categories-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: #999999 !important;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}

.product-slider-nav {
  position: relative;
  top: -20px;
  text-align: right;
}
body.arabicVersion .product-slider-nav {
  text-align: left;
}
.product-slider-nav .prev, .product-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}
.product-slider-nav .prev:hover, .product-slider-nav .next:hover {
  background-color: #0466A3 !important;
  color: white !important;
}
.product-slider-nav .next {
  color: #0466A3 !important;
  background-color: transparent !important;
  border: 2px solid #0466A3 !important;
}
.product-slider-nav .prev {
  color: #999999 !important;
  background-color: transparent !important;
  border: 2px solid #999999 !important;
}

.arrow-slider-nav {
  position: relative;
}
.arrow-slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
  cursor: pointer;
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-slider-nav .slick-arrow:hover {
  background: transparent !important;
}
.arrow-slider-nav .slick-arrow.prev {
  left: -66px;
  margin: -40px 43px;
}
.arrow-slider-nav .slick-arrow.next {
  right: -61px;
  margin: -40px 33px;
}

body.arabicVersion .prev {
  transform: rotate(180deg) !important;
}

body.arabicVersion .next {
  transform: rotate(180deg) !important;
}

.prev:hover,
.next:hover {
  border-color: #0466A3 !important;
  background-color: #0466A3 !important;
}
.prev:hover svg path,
.next:hover svg path {
  stroke: white !important;
}

.card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.card-not-hover-effect:hover {
  transform: translateY(0px);
  box-shadow: none !important;
}

@media (min-width: 375px) and (max-width: 991px) {
  .offcanvas-body .bg-white {
    background-color: #0466A3 !important;
  }
  .offcanvas-body .text-secondary {
    color: white !important;
  }
  .bg-resp {
    height: 155px;
    object-fit: contain;
    background-color: #81B3D1;
  }
  .mt-90 {
    margin-top: 2.5rem !important;
  }
  .card-services .card-title {
    font-size: 15px !important;
  }
  .card-services .card-text {
    font-size: 12px !important;
  }
  .card-services a {
    font-size: 14px !important;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .card-services .card-title {
    font-size: 15px !important;
  }
  .card-services .card-text {
    font-size: 12px !important;
  }
  .card-services a {
    font-size: 14px !important;
  }
}
.mt-90 {
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .card-not-hover:hover {
    transform: translateY(0px);
    box-shadow: none !important;
  }
  .position-resp {
    position: static !important;
  }
}
@media (min-width: 800px) {
  .bg-left-image {
    background-image: url("../images/Group\ 11.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-color: #71A5C1;
    background-size: auto 100%;
    min-height: 350px;
  }
  .bg-about-us {
    background-image: url("../images/eating.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .nav-hover-link::after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: #0466A3 !important;
    color: #0466A3 !important;
    transition: 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link:hover::after {
    width: 100%;
    color: black;
  }
    .nav-hover-link.active::after {
    width: 100%;
    color: black;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .header-responsive h1 {
    font-size: 13px !important;
  }
  .header-responsive h5 {
    font-size: 12px !important;
  }
  .header-responsive .btn-resp {
    font-size: 13px !important;
  }
  .header-responsive-services h3 {
    font-size: 13px !important;
  }
  .header-responsive-services p {
    font-size: 12px !important;
  }
  .header-responsive-services .btn-resp {
    font-size: 10px !important;
  }
  .header-responsive-services svg {
    width: 22px !important;
    height: 22px !important;
  }
  .header-fs-sm span {
    font-size: 9px !important;
  }
  .header-fs-sm svg {
    width: 12px;
    height: 12px;
  }
}
.product-card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.ratio-hover {
  position: relative;
}

.ratio-hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.ratio-hover:hover::after {
  opacity: 1;
}

.custom-rounded {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-999 {
  color: #999999;
}

.text-300 {
  color: #B3B3B3;
}

.form-contact .border-bottom {
  border-bottom: 1px solid #0466A3 !important;
}

.hover-effect img {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.hover-effect:hover img {
  transform: scale(1.05);
  border-color: #ffc107;
}

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-tag {
  padding: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  background: #6AC3FB !important;
}

.btn-close {
  font-size: 0.7rem;
  margin-left: 0.5rem;
  cursor: pointer;
  color: white !important;
}

.form-check-input:checked {
  background-color: #0466A3 !important;
  border-color: #0466A3 !important;
}

.loader {
  position: fixed;
  overflow: hidden;
  z-index: 1111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0466A3;
  color: #81B3D1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  position: relative;
  width: 50px;
  height: 50px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #81B3D1;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.circle-title {
  position: relative;
  display: inline-block;
}
.circle-title .circle {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 50px;
  height: 50px;
  background-color: #80CCFC;
  border-radius: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.circle-title h5 {
  position: relative;
  z-index: 1;
  margin: 0;
}
.circle-title .circle-two {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 50px;
  height: 50px;
  background-color: #80CCFC;
  border-radius: 50%;
  transform: translateY(-50%);
}

.pharmacy-section .pharmacy-image {
  border-radius: 10px;
}
.pharmacy-section .info-card {
  background-image: url(../images/Frame\ 1000005443.png);
  background-repeat: no-repeat;
}
.pharmacy-section .info-card-one {
  background-color: #6AC3FB;
  color: white;
}
.pharmacy-section .info-card-two {
  background-color: #38B0FA;
  color: white;
}

.values-section .circle-three {
  position: absolute;
  top: 20%;
  left: -20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transform: translateY(-50%);
}
body.arabicVersion .values-section .circle-three {
  right: -20px;
}
.values-section .blue-200 {
  background-color: #9BD7FD;
}
.values-section .blue-300 {
  background-color: #6AC3FB;
}
.values-section .blue-400 {
  background-color: #38B0FA;
}
.values-section h4 {
  position: relative;
  line-height: 35.2px !important;
}

.ff-sass {
  font-family: "Open Sans", serif !important;
}

.nav-tabs .nav-link.active {
  color: #0466A3 !important;
  border-bottom: 3px solid #0466A3 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  font-weight: 600;
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6 !important;
}

ul li {
  position: relative;
  padding-left: 24px;
}

.product-details ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" viewBox="0 0 16 14" fill="none"><path d="M1 9L4.5 12.5L15 1.5" stroke="%234D4D4D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
  background-size: contain;
}

.animal-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.animal-card:hover {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.dog-bg {
  background-color: #9BD7FD !important;
}

.cat-bg {
  background-color: #6AC3FB !important;
}

.horses-bg {
  background-color: #38B0FA !important;
}

.birds-bg {
  background-color: #057DC7 !important;
}

.animal-card img {
  border-radius: 10px;
  object-fit: cover;
}

.animal-card .card-body {
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-overflow: ellipsis;
  flex-grow: 1;
  text-align: center;
  margin-left: 10px;
}

.c-item {
  height: 580px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-indicators {
  color: #0466A3 !important;
  border-radius: 10px !important;
}
.carousel-indicators:focus {
  border: none !important;
  box-shadow: none !important;
}

.carousel-indicators .active {
  color: #0466A3 !important;
  background-color: #0466A3 !important;
  border-radius: 10px !important;
}

.carousel-indicators:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.carousel-caption {
  top: 0;
  bottom: 0;
}

.hidden {
  display: none !important;
}
.link-primary.active {
    color: #035282 !important;
}
.nav-hover-link.active::after{
    
}
