@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/English/Gill\ Sans.otf");
}

@font-face {
  font-family: "Gill Sans Bold";
  src: url("../fonts/English/Gill\ Sans\ Bold.otf");
}

@font-face {
  font-family: "DiodrumArabicbic";
  src: url("../fonts/Arabic/alfont_com_AlFont_com_DiodrumArabic-Regular.ttf");
}

@font-face {
  font-family: "DiodrumArabicbic Bold";
  src: url("../fonts/Arabic/alfont_com_AlFont_com_DiodrumArabic-Bold.ttf");
}

/* body, .links{
  font-family: DiodrumArabicbic;
}  */

html {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Gill Sans;
  background-color: #fff;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

/* Make prettyPhoto modal responsive */
div.pp_pic_holder.pp_default {
  width: 90% !important;
  left: 5% !important;
  overflow: hidden;
  max-width: 600px; /* Optional: limit max width */
}

div.pp_content {
  width: 100% !important;
}

.pp_content_container .pp_left,
.pp_content_container .pp_right,
.pp_content_container .pp_middle {
  padding: 0 !important;
}

div.pp_content_container {
  width: 100% !important;
}

.pp_fade {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Image inside the lightbox */
div.pp_default .pp_content img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
a {
  color: #000;
}

a:hover {
  color: #333;
}

@media (min-width: 1350px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.modal-open {
  padding-right: 0 !important;
}

ul {
  padding-inline-start: 0px !important;
}

.logo {
  width: 95px !important;
}

ul.navbar-nav.ml-auto.mt-2.mt-lg-0 {
  align-items: center;
}

.links {
  font-family: Gill Sans;
  font-size: 16px;
  margin: 10px 5px;
  font-weight: 600;
}

.link2 {
  color: #fff !important;
}

ul {
  list-style-type: none;
}

/* .dropdown-menu {
  background-color: #706864 !important;
  border-radius: 5px;
  border-color: rgb(0, 0, 0);
  right: 0;
  left: unset;
} */

.footer-name-dark {
  color: rgb(197, 186, 180) !important;
}

p {
  margin: 0;
}

a {
  text-decoration: none !important;
}

button {
  border: none;
}

h1 {
  font-size: 25px;
  font-weight: 700;
}

.main-btn {
  background-color: #5a0001;
  color: #fff;
  padding: 12px 25px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.2s ease all;
}

.main-btn:hover {
  background-color: #8a3f40;
  color: #fff;
}

.secondary-btn {
  background-color: #fff;
  color: #5a0001;
  border: 1px solid #fff;
  padding: 12px 25px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.2s ease all;
}

.secondary-btn:hover {
  background-color: #5a0002be;
  border: 1px solid #fff;
  color: #ffffff;
}

.box-btn {
  margin-top: 50px;
  text-align: center;
}

.box-btn a {
  display: inline-flex;
  align-items: center;
}

.box-btn svg {
  margin-left: 10px;
}

.page-nav {
  background: linear-gradient(to right, #5a000185, #5a0001c7),
    url(../images/new/page-nav.jpg);
  padding: 100px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.page-nav .head h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* banner arrow btns  */
.slick-arrow-banner.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  color: #5a0001;
  box-shadow: 0px 0px 7px #0000004a;
  z-index: 99;
}

i.fas.fa-angle-left.banner_left_arrow.slick-arrow-banner.slick-arrow {
  left: -15px;
}

i.fas.fa-angle-right.banner_right_arrow.slick-arrow-banner.slick-arrow {
  right: -15px;
}

.comm-banners-page .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.comm-banners-page .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/*000000000000000000000000000000000000 header 000000000000000000000000000000000000 */

/* **************** MOBILE   *****************/
header .mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .mobile .menu-btn {
  margin-left: 12px;
  margin-right: -12px;
}

header .mobile .icons .search .fa-close {
  font-size: 21px;
}

header .mobile .search-bar {
  position: absolute;
  width: 100vw;
  height: 80px;
  background-color: #fff;
  bottom: 1px;
  margin-left: -12px;
  opacity: 0;
  visibility: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

header .mobile .search-bar.show {
  bottom: -80px;
  opacity: 1;
  visibility: visible;
}

header .mobile .search-bar .search-box {
  position: relative;
}

header .mobile .search-bar .search-box i {
  position: absolute;
  right: 13px;
  top: 28%;
  font-size: 18px;
  color: #5a0001;
}

header .mobile .search-bar input {
  width: 80vw;
  padding: 10px 40px 10px 10px;
  position: relative;
  border: 1px solid #5a0001;
}

header .mobile .menu-btn {
  display: flex;
  align-items: start;
}

header .mobile .menu-btn i {
  color: #5a0001;
  font-size: 20px;
  margin-right: 5px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  padding: 5px 7px;
}

header .mobile .menu-btn a {
  margin-right: 20px;
}

header .mobile .res-logo img {
  width: 95px;
  padding: 15px 0px;
}

header .mobile .icons {
  display: flex;
  gap: 30px;
  margin-left: -15px;
  margin-right: 15px;
}

header .mobile .icons i,
header .mobile .icons a {
  color: #5a0001;
}

header .mobile .icons .cart a i {
  position: relative;
}

header .mobile .icons .cart a i::after {
  position: absolute;
  content: attr(item-count);
  top: -8px;
  right: -8px;
  height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6px;
  background-color: #5a0001;
  color: #fff;
  border: 1px solid #2d292a;
  border-radius: 20px;
}

/* *****************  SIDE NAV   ***************** */
nav.side-nav {
  display: none;
  position: fixed;
  width: 70vw;
  height: 100%;
  padding: 15px;
  padding-top: 0px;
  top: 0;
  left: 0;
  background: #5a0001;
  box-shadow: 3px 1px 10px #38383854;
  z-index: 999;
  transform: translate3d(-105%, 0, 0);
  transform-origin: left top;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

nav.side-nav.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

nav.side-nav > ul {
  width: 100%;
  padding: 0px 10px;
  list-style: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  min-height: 98%;
  height: 98%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 80px;
}

nav.side-nav .main > li {
  margin: 13px 0;
}

nav.side-nav .main > li .search {
  position: relative;
}

nav.side-nav .main > li input {
  border: 1px solid;
  color: #fff !important;
}

nav.side-nav .main > li input::placeholder {
  color: #fff !important;
}

nav.side-nav .main > li input:focus {
  border-color: #fff;
}

nav.side-nav .main > li .search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}

nav.side-nav .search-box {
  position: absolute;
  top: 29px;
  left: 15px;
  z-index: 9999;
  opacity: 1;
  width: 60%;
}

nav.side-nav .search-box .inner {
  position: relative;
}

nav.side-nav .search-box input {
  color: #000 !important;
  padding-left: 35px;
}

nav.side-nav .search-box input::placeholder {
  color: #0000007b !important;
}

nav.side-nav .search-box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

nav.side-nav .main > li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 0px;
  letter-spacing: 1.5px;
  font-size: 15px;
  transition: 0s;
}

nav.side-nav .main > li > a::after {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #e7e7e7;
  transition: 0.2s;
}

nav.side-nav .main > li a.active::after,
nav.side-nav .main > li a:hover::after {
  width: 100%;
}

nav.side-nav .main .main-dropdown {
  background-color: #6d0b0c;
  display: none;
  padding: 0 20px 20px 20px;
  padding-left: 15px !important;
  margin-top: 10px;
}

nav.side-nav .main .main-dropdown > li {
  margin-bottom: 9px;
  font-size: 13px;
}

nav.side-nav .main .main-dropdown > li > a {
  font-size: 12px;
  display: inline-block;
}

nav.side-nav .main .main-dropdown > li > a::after {
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #383c44;
  transition: 0.2s;
}

nav.side-nav .main .main-dropdown > li > a.active::after {
  width: 100%;
}

nav.side-nav .main .main-dropdown > li > a > i {
  float: right;
  transition: 0.3s;
}

nav.side-nav .main .main-dropdown > li > a > i.click {
  rotate: 180deg;
  margin-top: -1px;
}

nav.side-nav .main .main-dropdown > li:last-child {
  margin-bottom: 0px;
}

nav.side-nav .main i {
  font-size: 11px;
}

/* inner  */
nav.side-nav .main .inner-dropdown {
  display: none;
  padding-left: 15px;
}

nav.side-nav .main .inner-dropdown > li {
  margin-bottom: 7px;
}

nav.side-nav .main .inner-dropdown > li:last-child {
  margin-bottom: 0px;
}

nav.side-nav .close {
  display: block;
  font-size: 23px;
  border: 0;
  position: absolute;
  color: #fff;
  right: 25px;
  top: 25px;
  background-color: transparent;
  transition: 0.2s;
  z-index: 999;
  opacity: 1;
  text-shadow: none;
}

nav.side-nav .close:hover {
  outline: 0;
  color: #fff;
}

nav.side-nav li.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff !important;
  padding: 0px 15px;
  border-radius: 6px;
  margin-top: 40px;
  width: 200px;
}

nav.side-nav li.social a i {
  font-size: 16px !important;
  color: #5a0001;
}

nav.side-nav li.social img {
  width: 20px;
}

/*000000000000000000000000000000000000 marquee 000000000000000000000000000000000000 */
.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px 0px;
  position: relative;
  background-color: #5a0001;
}

.scroll-container .scrolling-text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 100%;
  animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*000000000000000000000000000000000000 banner 000000000000000000000000000000000000 */
.banner ul.bannerslider1.slick-initialized.slick-slider {
  margin-bottom: 0px;
}

/*000000000000000000000000000000000000 offer banner 000000000000000000000000000000000000 */
.offer-banner {
  position: relative;
  padding-top: 70px;
}

.offer-banner .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.offer-banner .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.offer-banner > ul {
  margin: 0px;
}

.offer-banner .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  justify-content: center;
}

.offer-banner .slick-dots li {
  margin-right: 10px;
}

.offer-banner .slick-dots li button {
  color: #fff;
  background-color: #fff;
  border: 2px solid #5a0001;
  padding: 4px;
  border-radius: 10px;
  font-size: 0px;
}

.offer-banner .slick-dots li.slick-active button {
  background-color: #5a0001;
}

/*000000000000000000000000000000000000 main about 000000000000000000000000000000000000 */
.main-about {
  padding: 70px 0px;
}

.main-about .image {
  padding: 0px 30px;
}

.main-about .text .head-sec {
  margin-bottom: 20px;
}

.main-about .text .head-sec h5 {
  color: #5a0001;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.main-about .text .head-main {
  text-align: left;
  margin-bottom: 25px;
}

.main-about .text .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-about .text .desc {
  margin-bottom: 40px;
}

.main-about .text .desc p {
  font-size: 18px;
  color: #6a6a6a;
}

.main-about .text .points {
  margin-bottom: 30px;
}

.main-about .text .points .about-us__list {
  gap: 10px;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 585px;
}

.main-about .text .points .about-us__list li {
  gap: 10px;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  color: var(--rr-heading-primary);
}

.main-about .text .points .about-us__list li:not(:last-child) {
  margin-bottom: 30px;
}

.main-about .text .points .about-us__list li span {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5a0001;
}

.main-about .text .box-btns a:last-child svg {
  width: 30px;
  margin-right: 10px;
}

.main-about .text .box-btns a {
  margin-right: 20px;
  align-items: center;
}

.main-about .text .box-btns a svg {
  margin-left: 10px;
  margin-top: -3px;
}

/* 000000000000000000000000000000000000 main services 000000000000000000000000000000000000  */
.main-services {
  /* background-color: #ffebeb; */
  background-image: linear-gradient(45deg, #ffffff78, #ffffff78),
    url(../images/new/services/service-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 0px;
}

.main-services.services-page {
  padding: 100px 0px;
}

.main-services .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.main-services .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-services .head-main p {
  font-size: 20px;
}

.main-services .single-service {
  margin-bottom: 60px;
  text-align: center;
}

.main-services .single-service .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.main-services .single-service .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  width: 60px;
}

.main-services .single-service .name {
  transition: 0.3s ease-in-out all;
  z-index: 10;
}

.main-services .single-service .name p {
  font-size: 16px;
  font-weight: 600;
}

.main-services .box-btn {
  margin-top: 50px;
  text-align: center;
}

.main-services .box-btn a {
  display: inline-flex;
  align-items: center;
}

.main-services .box-btn svg {
  margin-left: 10px;
}

/* 000000000000000000000000000000000000 counter 000000000000000000000000000000000000  */
.counter {
  background-image: linear-gradient(to top, #000000ba, #000000ba),
    url(../images/new/counter.jpg);
  background-size: cover;
  padding: 70px 0px;
  background-repeat: no-repeat;
  border: 1px solid;
}

.counter .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.counter .inner .single-count {
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.counter .inner .single-count:after {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  right: -30%;
  top: -10px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}

.counter .inner .single-count:last-child::after {
  content: none;
}

.counter .inner .single-count .icon {
  background-color: #fff;
  color: #5a0001;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  font-size: 30px;
  border-radius: 50px;
}

.counter .inner .single-count .num {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}

.counter .inner .single-count .num.plus {
  position: relative;
}

.counter .inner .single-count .num.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 30px;
}

.counter .inner .single-count .name {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}

/* 000000000000000000000000000000000000 partners 000000000000000000000000000000000000  */
.partners {
  overflow: hidden;
}

.partners .container-fluid {
  padding: 0px;
}

.ad-banners img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* 000000000000000000000000000000000000 Advertisement 000000000000000000000000000000000000  */
.advertisement {
  padding: 70px 0px;
  background-color: #ffecec;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.advertisement .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.advertisement .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.advertisement .head-main p {
  font-size: 20px;
}

.advertisement .inner .single-vid {
  margin: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.advertisement .inner .single-vid iframe {
  border-radius: 20px;
  height: 300px;
  width: 350px;
}

.advertisement .ad-banners {
  text-align: center;
  width: 327px !important;
  margin: auto;
}

.advertisement .ad-banners .single-grp .img {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.advertisement .ad-banners .single-grp:last-child .img {
  margin-bottom: 0px;
}

.advertisement .ad-banners .single-grp .img:last-child {
  margin-bottom: 0px;
}

.advertisement .ad-banners .single-grp img {
  width: 100%;
  aspect-ratio: 1/1;
}

/*  promotions page   */
.advertisement.promotions-page .inner .single-vid {
  margin: 0px;
  margin-bottom: 20px;
}

.advertisement.promotions-page .inner .single-vid iframe {
  height: auto;
  min-height: 190px;
  width: 100%;
}

.promotions-page .images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 20px;
}

.promotions-page .images img {
  border-radius: 10px;
  padding: 5px;
  aspect-ratio: 1/1;
}

.promotions-page .images > div {
  transition: 0.3s;
}

.promotions-page .images > div:hover {
  transform: scale(1.03);
}

.promotions-page .images > div:hover img {
  opacity: 0.7;
}

.promotions-page .images > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #20263f;
}

/* 000000000000000000000000000000000000 companies and freelancers 000000000000000000000000000000000000  */
.companies {
  /* background-image: linear-gradient(#ffffff7a, #ffffff7a), url(../images/new/services/service-bg.png); */
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 0px;
}

.companies.companies-page {
  padding: 100px 0px;
}

.companies .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.companies .head-main h3 {
  /* color: #fff; */
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.companies .head-main p {
  /* color: #fff; */
  font-size: 20px;
}

.companies .row.row-fir > div {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .companies .row.row-fir > div {
    min-width: 20%;
  }
}

.companies .single-company {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s ease all;
  z-index: 0;
  box-shadow: 0px 0px 5px #5a00012e;
  border: 1px solid #e9ebf2;
  transition: 0.2s ease-in-out all;
}

.companies .single-company:hover {
  box-shadow: 0px 0px 15px #5a00012e;
  border: 1px solid #e9ebf2;
}

.companies .single-company .image img {
  aspect-ratio: 1/1;
  width: 100%;
}

.companies .single-company .details {
  transition: 0.3s ease all;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.companies .single-company .details .name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* new half star rating (fieldset) */
/* Ratings widget */
.companies .single-company .stars .rate {
  display: inline-block;
  border: 0;
}

/* Hide radio */
.companies .single-company .stars .rate > input {
  display: none;
}

.companies .single-company .stars .rate label {
  margin-bottom: 0;
}

/* Order correctly by floating highest to the right */
.companies .single-company .stars .rate > label {
  float: right;
}

/* The star of the show */
.companies .single-company .stars .rate > label:before {
  display: inline-block;
  font-size: 13px;
  padding: 0.3rem 0.2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
  /* full star */
}

/* Half star trick */
.companies .single-company .stars .rate .half:before {
  content: "\f089 ";
  /* half star no outline */
  position: absolute;
  padding-right: 0;
}

/* Click + hover color */
.companies input~label,
/* color current and previous stars on checked */
.companies label,
.companies label~label {
  color: #c2c1c1 !important;
}

/* checked color */
.companies .single-company input.checked ~ label {
  color: #5a0001 !important;
}

/* new half star rating (fieldset) */

.companies .single-company .details a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.companies .box-btn {
  text-align: center;
  margin-top: 50px;
}

.companies .box-btn a {
  display: inline-flex;
  align-items: center;
}

.companies .box-btn a svg {
  margin-left: 10px;
}

.companies .box-btn a svg path {
  transition: 0.3s;
}

/* 000000000000000000000000000000000000  company details 000000000000000000000000000000000000  */

.company-details .image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #5a00012e;
}

.company-details.news-details .image {
  box-shadow: none;
  margin-bottom: 50px;
}

.company-details.news-details .image img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #5a00012e;
}

.company-details .text {
  height: 100%;
}

.company-details .text h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.company-details .company-loc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.company-details .company-loc p {
  margin-top: 2px !important;
  margin-bottom: 0px;
}

.company-details .desc {
  margin-bottom: 15px;
}

.company-details .visit-website a {
  color: #5a0001;
  font-weight: 600;
  text-decoration: underline !important;
  font-size: 15px;
}

.company-details .visit-website a i {
  margin-left: 4px;
}

/* new half star rating (fieldset) */
/* Ratings widget */
.company-details .stars .rate {
  display: inline-block;
  border: 0;
}

/* Hide radio */
.company-details .stars .rate > input {
  display: none;
}

.company-details .stars .rate label {
  margin-bottom: 0;
}

/* Order correctly by floating highest to the right */
.company-details .stars .rate > label {
  float: right;
}

/* The star of the show */
.company-details .stars .rate > label:before {
  display: inline-block;
  font-size: 20px;
  padding: 0.3rem 0.2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
  /* full star */
}

/* Half star trick */
.company-details .stars .rate .half:before {
  content: "\f089 ";
  /* half star no outline */
  position: absolute;
  padding-right: 0;
}

/* Click + hover color */
.company-details input~label,
/* color current and previous stars on checked */
.company-details label,
.company-details label~label {
  color: #c2c1c1 !important;
}

/* Click + hover color */
.company-details input:checked~label,
/* color current and previous stars on checked */
.company-details label:hover,
.company-details label:hover~label {
  color: #5a0001 !important;
}

/* color previous stars on hover */

/* Hover highlights */
.company-details input:checked+label:hover,
.company-details input:checked~label:hover,
/* highlight current and previous stars */
.company-details input:checked~label:hover~label,
/* highlight previous selected stars for new rating */
.company-details label:hover~input:checked~label

/* highlight previous selected stars */ {
  color: #5a0001;
}

/* new half star rating (fieldset) */

.company-details .star-btn-box {
  margin-top: 40px;

  display: flex;
  gap: 20px;
}

.company-details .star-btn-box a {
  padding: 5px 20px;
}

/* 000000000000000000000000000000000000  freelancers 000000000000000000000000000000000000  */
.freelancers {
  background-position: top right;
  background-color: #ffecec;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 0px;
}

.freelancers.freelance-page {
  padding: 100px 0px;
  background-color: #fff;
}

.freelancers .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.freelancers .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.freelancers .head-main p {
  font-size: 20px;
}

.freelancers .row > div {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .freelancers .row > div {
    min-width: 20%;
  }
}

.freelancers .row > div:not(.freelancers .row:last-child > div) {
  margin-bottom: 30px;
}

.freelancers .single-member {
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 17px rgb(41 35 35 / 15%);
}

.companies .single-member::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(31deg, #0000009a 0%, #00000000 60%);
  z-index: 1;
  transition: 0.2s ease all;
}

.freelancers .single-member:hover::after {
  height: 190%;
}

.freelancers .single-member .image {
  overflow: hidden;
}

.freelancers .single-member img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  transition: 0.3s ease all;
}

.freelancers .single-member:hover img {
  transform: scale(1.05);
}

.freelancers .single-member .text {
  padding: 0px 10px;
  margin-top: 10px;
}

.freelancers .single-member .text .name {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.freelancers .single-member .text .area {
  margin-bottom: 6px;
}

.freelancers .box-btn {
  text-align: center;
  margin-top: 50px;
}

.freelancers .box-btn a {
  display: inline-flex;
  align-items: center;
}

.freelancers .box-btn a svg {
  margin-left: 10px;
}

.freelancers .box-btn a svg path {
  stroke: #fff;
  transition: 0.3s;
}

/* 000000000000000000000000000000000000  news 000000000000000000000000000000000000  */
.news {
  background-position: top right;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 0px;
}

.news .row > div {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 30px;
}

.news.freelance-page {
  padding: 100px 0px;
  background-color: #fff;
}

.news .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.news .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news .head-main p {
  font-size: 20px;
}

/* .news .row>div {
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width:1200px) {
  .news .row>div {
    min-width: 20%;
  }
} */

.news .row > div:not(.news .row:last-child > div) {
  margin-bottom: 30px;
}

.news .single-news {
  background-color: #fff;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 17px rgb(41 35 35 / 15%);
  border: 1px solid transparent;
  transition: 0.3s ease all;
}

.news .single-news:hover {
  box-shadow: 0px 0px 15px #5a00012e;
  border: 1px solid #e9ebf2;
}

.news .single-news:hover::after {
  height: 190%;
}

.news .single-news .image {
  overflow: hidden;
}

.news .single-news img {
  width: 100%;
  position: relative;
  transition: 0.3s ease all;
}

.news .single-news:hover img {
  transform: scale(1.05);
}

.news .single-news .text {
  padding: 13px;
  margin-top: 10px;
}

.news .single-news .text .date {
  font-size: 14px;
  margin-bottom: 10px;
  color: #5a0001;
  font-weight: 600;
}

.news .single-news .text .head {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.news .single-news .text .desc {
  margin-bottom: 6px;
}

.news .box-btn {
  text-align: center;
  margin-top: 50px;
}

.news .box-btn a {
  display: inline-flex;
  align-items: center;
}

.news .box-btn a svg {
  margin-left: 10px;
}

.news .box-btn a svg path {
  stroke: #fff;
  transition: 0.3s;
}

/* 000000000000000000000000000000000000  company details 000000000000000000000000000000000000  */

.news-details .image {
  box-shadow: none;
  margin-bottom: 50px;
}

.news-details .image img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #5a00012e;
}

.news-details .text {
  height: 100%;
}

.news-details .text h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-details .date-location {
  margin-bottom: 30px;
}

.news-details .date-location span {
  font-weight: 600;
  color: #5a0001;
  margin-right: 2px;
}

.news-details .date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-details .date p {
  margin-top: 2px !important;
  margin-bottom: 0px;
}

.news-details .desc {
  margin-bottom: 30px;
}

.news-details .desc p {
  font-size: 18px;
}

.news-details h4 {
  color: #5a0001;
  font-weight: 600;
}

.news-details .points ul {
  list-style: disc;
  padding-left: 20px !important;
}

.news-details .points ul li {
  font-size: 18px;
  margin-bottom: 5px;
}

/* 000000000000000000000000000000000000 cta 000000000000000000000000000000000000  */
.cta {
  padding: 40px 0px;
  background-color: #5a0001;
  background-image: url(../images/new/cta-doodle.png),
    url(../images/new/cta-bg2.png);
  background-position: bottom right, bottom right;
  background-repeat: no-repeat;
  background-size: auto, 20%;
}

.cta .text .head {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta .text p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cta .text a {
  border: 2px solid #fff;
}

.cta .text a svg {
  margin-left: 10px;
  stroke: #5a0001;
  transition: 0.2s ease all;
}

.cta .text a:hover svg {
  stroke: #fff;
}

/* 000000000000000000000000000000000000 about page 000000000000000000000000000000000000  */
.about-page {
  padding: 100px 0px;
}

.about-page .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page .text .head-sec {
  margin-bottom: 7px;
}

.about-page .text .head-sec h5 {
  color: #5a0001;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.about-page .text .head-main {
  margin-bottom: 20px;
  text-align: left;
}

.about-page .text .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-page .text .desc {
  margin-bottom: 40px;
}

.about-page .text .desc p {
  font-size: 18px;
  color: #6a6a6a;
}

.about-page .image {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.about-page .image img {
  width: 100%;
}

.owner {
  font-size: 18px;
  font-weight: 700;
}

/* mission-vision  */
.mission-vision {
  padding-bottom: 70px;
}

.mission-vision .inner {
  background-color: #c2ae558c;
  background-image: linear-gradient(#000000bd, #000000bd),
    url(../images/new/v-m-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  padding: 60px;
}

.mission-vision .single-box:not(.mission-vision li:last-child .single-box) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.mission-vision .single-box .head {
  margin-bottom: 20px;
}

.mission-vision .single-box .head h2 {
  font-weight: 800;
  margin-bottom: 10px;
}

.mission-vision .single-box .head p {
  font-weight: 600;
  font-size: 17px;
}

/* best body */
.about-best-body {
  background-color: #ffecec;
  padding: 70px 0;
}

.about-best-body .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.about-best-body .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-best-body p {
  padding: 0px 95px;
}

.about-best-body p:last-child {
  margin-top: 20px;
}

/* 000000000000000000000000000000000000 contact register 000000000000000000000000000000000000  */

.register-form {
  padding: 70px 0px;
}

.register-form .head-main {
  text-align: center;
  margin-bottom: 50px;
}

.register-form .head-main h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.register-form .inner {
  background-color: #ffecec;
  padding: 30px;
  border-radius: 20px;
  width: 800px;
  margin: auto;
  box-shadow: 0px 5px 9px 4px #3e3e3e2e;
}

.register-form input,
.register-form textarea {
  border-radius: 10px;
}

.contact-form {
  padding: 70px 0px;
  background-color: #ffecec;
}

.contact-form .contact-details {
  padding: 20px;
  padding-right: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form .contact-bars {
  text-align: start;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.contact-form .contact-bars:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.contact-form .contact-bars .head {
  margin-bottom: 10px;
}

.contact-form .contact-bars .head h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-form .contact-bars .head p {
  font-size: 16px;
}

.contact-form .contact-bars .a-btn {
  margin: 3px 0px;
}

.contact-form .contact-bars a {
  text-decoration: underline !important;
  font-size: 18px;
  color: #5a0001;
}

.contact-form .contact-bars i {
  min-width: 20px;
  color: #5a0001;
}

.contact-form form {
  background-color: #5a0001;
  border-radius: 20px;
  padding: 30px;
}

.contact-form label {
  color: #fff;
}

.contact-form ::placeholder {
  color: #c8c8c8;
}

.contact-form input,
.contact-form textarea {
  color: #fff !important;
  background-color: transparent !important;
  border-radius: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fff !important;
}

.register-form form {
  font-family: Gill Sans;
}

.form-control:focus {
  border-color: #1a1c1e;
  box-shadow: unset;
}

.product-slick-arrow-banner.banner_left_arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 30px;
  color: #170000;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.portfolio-item {
  width: 32%;
}
.portfolio-item img {
  max-width: 100%;
  max-height: 240px;
  border-radius: 8px;
  width: 100%;
}
.categorized {
  margin-bottom: 80px;
}

.portfolio-section {
  padding: 80px 0;
}

.product-slick-arrow-banner.banner_right_arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 30px;
  color: #170000;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}

.slick-slide img {
  display: unset;
  width: 100%;
}

.partner-imgs {
  /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
  margin: 5px 0;
  padding: 10px;
  border-radius: 5%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 85px;
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  width: 80%;
}

.centered img {
  width: 250px;
}

@keyframes MoveRightLeft {
  0% {
    left: -50%;
  }

  100% {
    left: 0%;
  }
}

@keyframes MoveLeftRight {
  0% {
    left: 0%;
  }

  100% {
    left: -80%;
  }
}

.p-mb-5 {
  margin-bottom: 5px;
}

.btn-default {
  background-color: #5f0b0b;
  font-size: 12px;
  padding: 4px 10px;
  color: #fff;
}

.btn-default:hover {
  color: #ddd;
  background-color: #5f0b0b96;
}

.show-btn {
  background-color: #ddd;
}

.center-box {
  border: 1px solid #ddd;
  border-radius: 5%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-top: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.center-box-img {
  transition: all 0.4s;
}

.centered1 {
  font-family: "BenchNine", sans-serif;
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 85px;
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-align: center;
  color: #ffffff;
}

.centered1 h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.centered1 p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 14px;
}

.center-box-content:hover .center-box-img {
  /* filter: contrast(0.3); */
  filter: blur(3px);
  transform: scale(1.5);
}

.Heads {
  background-color: #ddd;
  padding: 5px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 999;
}

.whatsapp-icon img {
  width: 60px;
}

.dashman-ul {
  width: 100%;
  justify-content: center;
}

.mobile-logo {
  display: none;
}

.discount-banner {
  background-color: #ddd;
  padding: 10px;
  margin-bottom: 10px;
}

/* .foot {
  background-image: url("../images/footer1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 22px 0;
} */
.foot {
  padding: 50px 0px 22px 0;
  /* background-color: #ffecec;
  background-image: url(/images/new/foot-bg.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.foot .logo-text {
  padding-right: 30px;
}

.foot .logo-text .footer-logo {
  margin-bottom: 20px;
}

.foot .links:not(.links.contact) {
  padding-left: 40px;
}

.foot .links.contact {
  padding-left: 25px;
}

.foot .links li {
  margin-bottom: 15px;
}

.foot .links li svg {
  stroke: #5a0001;
  margin-right: 3px;
}

.foot .links.contact svg {
  height: 20px;
  width: 20px;
  stroke: #5a0001;
  margin-right: 3px;
}

.foot .social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.foot .social a {
  font-size: 20px;
  color: #5a0001;
}

.foot .social img {
  width: 20px;
}

.footer-last-line {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid #5a000157;
}

.footer-logo-img {
  width: 150px !important;
}

.footer-logo-name {
  color: #000;
  font-size: 18px;
}

.footer-social-medias {
  font-size: 25px;
  padding: 10px;
}

.footer-social-media-logos {
  padding: 5px;
  color: #000;
}

.footer-social-media-logos:hover {
  text-decoration: none;
  color: grey;
}

.footer-head {
  color: #000 !important;
  font-size: 20px;
  padding: 0px 0px 15px 0px;
}

.footer-head-names {
  color: #000;
  margin-bottom: 15px;
}

.footer-head-names:hover {
  text-decoration: none;
  color: grey;
}

.footer-head-names1 {
  color: #c5bab4;
}

.footer-head-names1:hover {
  text-decoration: none !important;
  color: #c5bab4;
}

.footer-last-line {
  color: #000;
}

.footer-link {
  color: grey !important;
}

.foot iframe {
  border-radius: 20px;
}

.rcd {
  color: #000 !important;
  font-weight: 800;
}

.rcd:hover {
  color: grey !important;
}

.footer-head {
  margin-top: 20px;
}

.center-margin {
  margin-top: 124px;
}

.navbar-toggler {
  padding: 4px 5px;
  font-size: 14px;
}

.side-boxe1 {
  margin-top: 75px;
}

.side-boxe2 {
  margin-top: 150px;
}

.side-boxe3 {
  margin-top: 150px;
}

.side-boxe-btn {
  margin-top: 35px;
}

.banner .centered p {
  text-transform: uppercase;
  font-family: "Bitter", serif;
  font-weight: 800;
  font-size: 30px;
  margin: 0 !important;
}

.side-box-simple {
  margin-top: 40px;
}

.event-loc-date {
  display: flex;
}

.event-keys {
  font-size: 14px;
  color: #b71b1b;
  margin: 0 20px 10px 0;
  text-align: left;
  font-weight: 600;
}

.company-detail-btn {
  padding: 10px 35px;
  border: 1px solid #000;
  border-radius: unset;
  font-size: 16px;
  transition: 0.4s ease-in-out;
}

.btn:focus {
  box-shadow: unset !important;
}

.company-detail-btn:hover {
  background-color: #681515;
  color: #fff;
}

.company-images img {
  width: 99%;
  height: 225px;
  padding: 7px;
  transition: 0.5s;
  border-radius: 20px;
  object-fit: cover;
}

.company-gallery-slider img:hover {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.footer-head-names.active {
  font-weight: 700;
}

.lang-nav {
  display: -webkit-inline-box;
}

.mobile .lang-nav {
  margin-right: 20px;
}

.lang-nav .lang-flag {
  width: 25px;
  margin: 0px 22px 0 15px;
}

.lang-nav a {
  margin-left: 0 !important;
  padding-left: 7px !important;
}

@media (min-width: 991px) {
  .dropdown-optionz {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
}

.nav-item.dropdown .dropdown-menu {
  display: none;
  margin-top: 0;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Remove hover trigger */
.nav-item.dropdown:hover .dropdown-menu {
  display: none;
}

.nav-item.dropdown .dropdown-menu a {
  color: #666;
  font-size: 14px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

/* Show dropdown when .show class is present */
.nav-item.dropdown.show .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1440px) {
  .navbar-links {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .companies .single-company .details .name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.2;
  }
}

@media (max-width: 1200px) {
  .center-box {
    margin-top: 50px;
  }

  .side-boxe2 {
    margin-top: 115px;
  }

  .side-boxe3 {
    margin-top: 130px;
  }

  .advertisement .inner {
    width: 100%;
  }

  .counter .inner .single-count {
    width: 33%;
  }

  .counter .inner .single-count:after {
    right: 8%;
  }

  .cta {
    background-size: auto, 350px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  a.dropdown-optionz,
  a.nav-link.links.navbar-links {
    margin: 7px !important;
    padding: 6px !important;
  }
}

@media (max-width: 1100px) {
  .links {
    font-family: Gill Sans;
    font-size: 14px;
    margin: 5px;
  }

  .ul-dot {
    margin-left: 0px;
    justify-content: center;
  }

  .register-form .inner {
    width: 700px;
  }

  a.dropdown-optionz,
  a.nav-link.links.navbar-links {
    margin: 0;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none;
  }

  .center-margin {
    margin-top: 0;
  }

  .header-wrap nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    top: 0;
    display: none;
  }

  header .mobile {
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 5px #5a00012e;
  }

  nav.side-nav {
    display: flex;
  }

  /* .desktop-banner{
    margin-top: 113px;
  } */
  .about-page {
    padding: 70px 0px 40px !important;
  }

  .about-best-body p {
    padding: 0px;
  }

  .center-box {
    margin: 50px 75px 0 75px;
  }

  .last-center-box {
    margin: 50px 0 !important;
  }

  /*.freelancer-btn{*/
  /*    margin-bottom:50px;*/
  /*}*/
  .center-box-last {
    margin-bottom: 50px;
  }

  /*  .side-boxe2, .side-boxe3{*/
  /*  margin-top: 50px;*/
  /*}*/

  .main-about .image {
    margin-bottom: 50px;
  }

  /* .counter .inner {
    flex-direction: column;
  } */

  .counter .inner .single-count {
    width: 40%;
    margin: auto;
    margin-bottom: 40px;
  }

  .counter .inner .single-count::after {
    content: none;
  }

  .counter .inner .single-count:last-child {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  header ul.navbar-nav {
    align-items: start !important;
  }

  .nav-item.dropdown .dropdown-menu {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;

    display: none;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

  .foot .logo-text {
    margin-bottom: 30px;
  }

  .foot .links:not(.links.contact) {
    padding-left: 0px;
  }

  .foot .links.contact {
    padding-left: 0px;
  }

  .register-form .inner {
    width: 100%;
  }

  .contact-form {
    padding: 30px 0px;
    padding-bottom: 70px;
  }

  .contact-form .contact-details {
    margin-bottom: 50px;
  }

  .about-page .image {
    margin-bottom: 40px;
  }

  .advertisement .inner .single-vid {
    margin: 0px;
    margin-bottom: 40px;
  }

  .advertisement .inner .single-vid iframe {
    height: 250px;
    width: 250px;
  }

  .advertisement .ad-banners {
    width: 250px !important;
  }

  .company-details .image {
    margin-bottom: 50px;
  }

  .page-nav {
    padding: 70px 20px;
  }

  .banner .centered p {
    font-weight: 700;
    font-size: 22px;
  }

  .banner_desc {
    font-size: 16px !important;
  }
  header .mobile .res-logo img {
    width: 80px;
    padding: 8px 0px;
  }
}

@media (max-width: 767px) {
  .counter .inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .portfolio-item {
    width: 46%;
  }
  .portfolio-item p {
    font-size: 14px;
  }
  .categorized {
    margin-bottom: 50px;
  }

  header .mobile .res-logo img {
    width: 80px;
    padding: 10px 0px;
  }

  /* p {
    font-size: 14px !important;
  } */
  header {
    margin: 0px;
  }

  .foot {
    padding: 40px 0px 22px 0;
  }

  .collape-margin {
    margin: 50px 30px;
  }

  .companies .single-company {
    margin: 0px;
    margin-bottom: 30px;
  }

  .logo {
    width: 100px !important;
  }

  .navbar-toggler {
    padding: 4px 5px;
    font-size: 14px;
  }

  .side-boxe-btn {
    margin-top: 35px;
  }

  .centered p {
    font-size: 18px !important;
  }

  .center-box {
    margin: 20px 20px 0 20px;
  }

  .center-box-last {
    margin-bottom: 50px;
  }

  .advertisement {
    padding: 70px 0px 50px;
  }

  .advertisement .inner .col-md-6:last-child .single-vid {
    text-align: end;
  }

  .counter .inner {
    flex-direction: column;
  }

  .counter .inner .single-count {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    padding-left: 75px;
  }

  .counter .inner .single-count .icon {
    height: 60px;
    width: 60px;
    font-size: 25px;
  }

  .counter .inner .single-count .num {
    font-size: 35px;
  }

  .counter .inner .single-count::after {
    content: none;
  }

  .counter .inner .single-count:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cta {
    padding: 50px 0px 150px;
    background-size: auto, 280px;
  }

  .banner .slick-slide img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }

  .scroll-container {
    padding: 10px 0px;
  }

  .scroll-container .scrolling-text {
    font-size: 14px;
  }

  .offer-banner .slick-dots {
    bottom: 10px;
  }

  .mission-vision .inner {
    padding: 40px;
  }

  .promotions-page .images {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .page-nav .head h2 {
    font-size: 28px;
  }

  .head-main {
    margin-bottom: 35px !important;
  }

  .head-main h3 {
    font-size: 25px !important;
  }

  .company-details .text h3,
  .news-details .text h3 {
    font-size: 25px;
  }

  .news-details .desc {
    margin-bottom: 30px;
  }

  .news-details .desc p {
    font-size: 16px;
  }

  .news-details .points ul li {
    font-size: 16px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .advertisement .inner .single-vid {
    margin: 0px;
    margin-bottom: 25px;
  }

  .advertisement .inner .single-vid iframe {
    height: 200px;
    width: 200px;
  }

  .advertisement .ad-banners {
    width: 200px !important;
  }
}

@media (max-width: 575px) {
  .centered p.banner_desc {
    font-size: 12px !important;
    line-height: 1.4;
  }

  nav.side-nav {
    width: 80vw;
  }

  .main-about {
    padding: 70px 0px 50px;
  }

  .main-about .text .box-btns a {
    display: inline-block;
  }

  .main-about .text .box-btns a:last-child svg {
    width: 25px;
    margin-right: 6px;
  }

  .main-about .text .box-btns a:first-child {
    margin-bottom: 10px;
  }

  .offer-banner .slick-dots {
    bottom: -20px;
  }

  .offer-banner .slick-dots li button {
    border: 1px solid #5a0001;
    padding: 3px;
  }

  .companies .row.row-fir {
    padding: 10px;
  }

  .companies .single-company {
    margin: 0px 5px;
  }

  .freelancers .row {
    padding: 10px;
  }

  .freelancers .single-member {
    margin: 0px 5px;
  }

  .main-about .text .points .about-us__list li {
    font-size: 16px;
  }

  .main-services .single-service .image img {
    width: 45px;
  }

  .main-services .single-service .name p {
    font-size: 15px;
    font-weight: 500;
  }

  .mission-vision .inner {
    padding: 40px 20px;
  }

  .mission-vision .single-box .head p {
    font-weight: 600;
    font-size: 16px;
  }

  .mission-vision .single-box .desc p {
    font-size: 15px;
  }

  .advertisement.promotions-page .inner .single-vid iframe {
    min-height: 250px;
  }

  .advertisement .inner .single-vid iframe {
    height: 250px;
    width: 80%;
  }

  .advertisement .ad-banners {
    width: 80% !important;
  }

  .advertisement
    .inner
    .videos:not(.advertisement.promotions-page .inner .videos) {
    margin-bottom: 100px;
  }

  .promotions-page .images {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  nav.side-nav li {
    margin: 10px 0;
  }
}

@media (max-width: 426px) {
  .center-box {
    margin: 20px 0px 0 0px;
  }

  .center-box-last {
    margin-bottom: 50px;
  }

  .product-slick-arrow-banner.banner_left_arrow {
    right: 95%;
  }

  .product-slick-arrow-banner.banner_right_arrow {
    left: 95%;
  }

  .counter .inner .single-count {
    padding-left: 25px;
  }
}

/* Remove old search styles */
.search-field,
.search-form .search-submit {
  display: none;
}

/* Update mobile styles */
@media (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none;
  }

  .center-margin {
    margin: 0 auto;
  }

  .header-wrap nav {
    padding: 10px 15px;
  }

  /* Remove old mobile search styles */
  header .mobile .search-bar,
  header .mobile .search-bar.show,
  header .mobile .search-bar .search-box,
  header .mobile .search-bar .search-box i,
  header .mobile .search-bar input {
    display: none;
  }
}

/* Murtaza Css */
/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(90, 0, 1, 0.9), rgba(90, 0, 1, 0.9)),
    url("images/gulf-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
}

.companies {
  background-color: #f5f5f5;
}

.hero-section h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 18px;
  opacity: 0.9;
}

/* Country Selector */
.country-selector {
  padding: 40px 0;
  background: #f8f9fa;
  border-radius: 15px;
  margin-bottom: 40px;
}

.country-container {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.countries-scroll {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.country-item {
  width: 16.666%;
  padding: 0 10px;
}

.country-card {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
  border: 2px solid transparent;
  background: white;
}

.country-card.active {
  border-color: #5a0001;
  box-shadow: 0 10px 20px rgba(90, 0, 1, 0.1);
}

.country-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.country-flag {
  width: auto;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
}

.country-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.country-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

@media (max-width: 1200px) {
  .country-item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .country-item {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .countries-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding-bottom: 20px;
  }

  .countries-scroll::-webkit-scrollbar {
    display: none;
  }

  .country-item {
    width: 50%;
    flex: 0 0 50%;
    scroll-snap-align: start;
  }

  .country-container {
    padding: 0 20px;
  }

  .scroll-indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .scroll-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.3s ease;
  }

  .scroll-dot.active {
    background: #5a0001;
    transform: scale(1.2);
  }
}

.country-scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.country-scroll-arrow:hover {
  background: #5a0001;
  color: white;
}

.country-scroll-left {
  left: 0;
}

.country-scroll-right {
  right: 0;
}

@media (min-width: 769px) {
  .scroll-indicator {
    display: none;
  }
}

/* Category Selector */
.category-selector {
  padding: 30px 0;
  position: relative;
}

.category-title {
  text-align: center;
  margin-bottom: 30px;
}

.category-title h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.category-title p {
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.category-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 24px;
  font-weight: 600;
  color: #5a0001;
  margin-bottom: 5px;
}

.stat-label {
  color: #666;
  font-size: 14px;
}

.category-container {
  position: relative;
  overflow: hidden;
}

.category-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.category-btn {
  padding: 12px 25px;
  margin: 0 8px;
  border: none;
  background: #f8f9fa;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 2px solid transparent;
}

.category-btn.active {
  background: #5a0001;
  color: white;
}

.category-btn:hover {
  border-color: #5a0001;
  color: #5a0001;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.scroll-arrow:hover {
  background: #5a0001;
  color: white;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

/* Company Cards */
.company-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.company-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.company-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.company-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.company-card:hover .company-image img {
  transform: scale(1.1);
}

.company-details {
  padding: 25px;
  text-align: center;
  position: relative;
}

.company-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.company-email {
  color: #666;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.company-email i {
  color: #5a0001;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-section h1 {
    font-size: 36px;
  }

  .country-card {
    margin-bottom: 15px;
  }

  .category-scroll {
    padding: 10px 30px;
  }

  .scroll-arrow {
    width: 30px;
    height: 30px;
  }
}

.centered {
  width: 90%;
}

.centered p {
  font-size: 35px;
}

.top-bar {
  padding: 5px 0;
  background-color: #5a0001;
  color: #fff;
}

.top-bar p {
  margin: 0;
}

.banner_desc {
  font-size: 21px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

@media (max-width: 991px) {
  .top-bar {
    margin-top: 113px !important;
  }
}

@media (max-width: 650px) {
  .desktop-banner img {
    height: 500px;
    object-fit: cover;
  }

  .centered {
    width: 90%;
  }
}

.news_img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(2px 4px 6px rgb(112, 110, 110));
  transition: 0.4s ease-in-out;
}

.news_img img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.news_body h1 {
  font-size: 23px;
  margin-top: 20px;
  text-align: center;
}

.news_body:hover .news_img img {
  transform: scale(1.3);
  filter: grayscale(1);
}

.news_main {
  margin: 30px 0;
}

/* Updated dropdown menu styles */

.navbar-nav .dropdown {
  position: relative;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu.mega-menu {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 0;
  min-width: 600px;
  background: white;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeIn 0.3s ease;
  z-index: 1000;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  left: 0%;
  min-width: 200px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  margin-top: 0;
  background: white;
  z-index: 1000;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown-menu.mega-menu {
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.navbar-nav .dropdown:hover .mega-menu {
  display: block;
}

.mega-menu .category-group {
  margin-bottom: 20px;
}

.mega-menu .category-title {
  color: #5a0001;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  padding: 0;
}

.mega-menu .sub-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mega-menu .dropdown-item {
  padding: 8px 15px;
  color: #666;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 14px;
}

.mega-menu .dropdown-item:hover {
  background: #f8f9fa;
  color: #5a0001;
  transform: translateX(5px);
}

/* Mobile styles */
@media (max-width: 991px) {
  .navbar-nav .dropdown {
    position: relative;
  }

  .navbar-nav .dropdown-menu.mega-menu {
    min-width: 100%;
    margin: 0;
    padding: 10px;
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    display: none;
  }

  .navbar-nav .dropdown.show .mega-menu {
    display: block;
  }

  .mega-menu .sub-categories {
    grid-template-columns: 1fr;
  }

  .mega-menu .dropdown-item {
    padding: 8px;
    font-size: 13px;
  }
}

/* Fix for dropdown toggle */
.dropdown-optionz {
  cursor: pointer;
}

.dropdown-optionz:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-nav .nav-item:hover .dropdown-optionz {
  color: #5a0001;
}

/* Updated Navigation Menu Styles */
.navbar {
  padding: 5px 15px;
  background: #eee;

  .navbar-nav {
    align-items: center;
  }

  .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px;
  }

  .navbar-nav .nav-link {
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #5a0001;
  }

  /* Dropdown Styles */

  .navbar-nav .dropdown-menu.mega-menu {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 0;
    min-width: 600px;
    background: white;
    display: none;
    position: absolute;
    left: 0%;
    transform: translateX(0%);
    animation: fadeIn 0.3s ease;
    z-index: 1000;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }

  .mega-menu .category-group {
    margin-bottom: 20px;
  }

  .mega-menu .category-title {
    color: #5a0001;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    padding: 0;
  }

  .mega-menu .sub-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .mega-menu .dropdown-item {
    padding: 8px 15px;
    color: #666;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
  }

  .mega-menu .dropdown-item:hover {
    background: #f8f9fa;
    color: #5a0001;
    transform: translateX(5px);
  }

  /* Dropdown Toggle */
  .dropdown-optionz {
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .dropdown-optionz:after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: transform 0.3s ease;
  }

  .dropdown.show .dropdown-optionz:after {
    transform: rotate(180deg);
  }

  /* Mobile Styles */
  @media (max-width: 991px) {
    .navbar-nav .dropdown {
      position: relative;
    }

    .navbar-nav .dropdown-menu.mega-menu {
      min-width: 100%;
      margin: 0;
      padding: 10px;
      position: static;
      transform: none;
      box-shadow: none;
      border-radius: 0;
      display: none;
    }

    .mega-menu .sub-categories {
      grid-template-columns: 1fr;
    }

    .mega-menu .dropdown-item {
      padding: 8px;
      font-size: 13px;
    }

    .navbar-toggler {
      border: none;
      padding: 0;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }
  }
}

/* Search Row Styles */
.search-row {
  background: #f8f9fa;
  padding: 5px 0;
  border-top: 1px solid #eee;
}

.search-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.search-input {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid #ddd;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}

.search-input:focus {
  outline: none;
  border-color: #5a0001;
  box-shadow: 0 0 0 3px rgba(90, 0, 1, 0.1);
}

.search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-button:hover {
  color: #5a0001;
}

/* Mobile Menu Styles */
.side-nav .main > li > a {
  padding: 12px 15px;
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.side-nav .main > li > a.active {
  color: #5a0001;
  padding-left: 5px;
  background: #f8f9fa;
}

.side-nav .has-dropdown {
  position: relative;
}

.side-nav .has-dropdown i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.side-nav .has-dropdown.active i {
  transform: translateY(-50%) rotate(180deg);
}

.side-nav .main-dropdown,
.side-nav .inner-dropdown {
  display: none;
  background: #f8f9fa;
  padding-left: 15px;
}

.side-nav .main-dropdown > li > a,
.side-nav .inner-dropdown > li > a {
  padding: 10px 15px;
  display: block;
  color: #666;
  font-size: 14px;
}

.side-nav .inner-dropdown {
  background: #fff;
}

.side-nav .main-dropdown > li > a:hover,
.side-nav .inner-dropdown > li > a:hover {
  color: #5a0001;
  padding-left: 20px;
}

/* Improve search box in mobile */
.side-nav .search-box {
  z-index: 99;
}

.side-nav .search-box .inner {
  position: relative;
}

.side-nav .search-box input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 14px;
}

.side-nav .search-box i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

@media (max-width: 991px) {
  .search-row {
    padding: 10px 15px;
    position: unset;
    top: 0;
    margin-top: 112px;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .search-container {
    max-width: 100%;
  }

  .search-input {
    padding: 10px 40px 10px 15px;
    font-size: 14px;
  }
}

.NewSection {
  padding: 80px 0;
}
.BoxCard {
  border: 1px solid #ddd;
  background-color: #5a0001;
  position: relative;
  color: #fff;
}
.shortDes_ {
  padding: 15px;
}
.shortDes_ a {
  color: #fff;
}
.bank-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}

.bank-card:hover {
  transform: scale(1.02);
}

.bank-logo {
  max-height: 110px;
  margin-bottom: 15px;
}
.other-section {
  padding: 80px 0;
}
footer {
  background-color: #f8f9fa;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.search-container {
  flex: 1;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}

.lang-nav {
  min-width: 50px;
  text-align: right;
}
