/* @font-face {
	font-family: 'Bai Jamjuree';
	src: url('../fonts/BaiJamjuree-Medium.woff2') format('woff2'),
		url('../fonts/BaiJamjuree-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bai Jamjuree';
	src: url('../fonts/BaiJamjuree-SemiBold.woff2') format('woff2'),
		url('../fonts/BaiJamjuree-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bai Jamjuree';
	src: url('../fonts/BaiJamjuree-Bold.woff2') format('woff2'),
		url('../fonts/BaiJamjuree-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bai Jamjuree';
	src: url('../fonts/BaiJamjuree-Regular.woff2') format('woff2'),
		url('../fonts/BaiJamjuree-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000;
}

.section-padding {
  padding: 80px 0px;
}

/* header css start here */

header.main-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.main-header .navbar .navbar-brand {
  padding: 0px;
  display: inline-block;
  width: 60px;
  height: 80px;
}

.navbar-toggler-icon i {
    color: #fff;
    font-size: 28px;
}

/* header css start here */

.main-header .navbar .navbar-brand img {
  width: 100%;
  height: 100%;
}

.main-header .navbar .navbar-nav .nav-link {
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
}



.main-header .navbar .navbar-nav .nav-link:hover {
  color: #c5c5c5 !important;
}

.main-header .navbar .navbar-nav .active {
  color: #eee !important;
}

.language-btn {
  position: relative;
  background: #fff;
  color: #000;
  /* height: 50px; */
  padding: 12px 30px;
  border: 1px solid #ff8327;
  border-radius: 8px;
  color: #ff8327;
  display: flex;
  align-items: center;
}

.language-btn img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}

.language-btn img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}

.language-btn:focus {
  box-shadow: none;
}

.lang-drop .dropdown-item img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}

.lang-drop .dropdown-item {
  display: flex;
  align-items: center;
}

/* common css  */

.heading-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

/* Banner css start here */

.banner {
  position: relative;
  background-image: url("../images/banner-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 886px;
}

.banner::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  z-index: 0;
}

.banner-content {
  padding: 320px 0px;
  text-align: center;
  position: relative;
}

.banner-content h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 65px;
}

.banner-content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 26px 0px 40px;
  text-align: center;
}

/* About sec css start here */

.about {
  padding: 80px 0;
  background-color: #f4f5f7;
}

.about-box {
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 4%) 0px 8px 24px;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.about-box h6 {
  font-size: 32px;
}

.about-box p {
  font-size: 24px;
}

.about-box h4 {
  font-size: 36px;
  font-weight: 600;
}

.about-left-content p {
  font-size: 18px;
  line-height: 26px;
}

/* service css start  */

.our-services {
  padding: 80px 0;
}

.our-service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.service-box {
  padding: 32px;
  text-align: center;
  border: 1px solid #0000004d;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.service-box:hover {
  transform: translateY(-10px);
}

.service-box img {
  width: 55px;
  height: 60px;
  object-fit: contain;
}

.service-box h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 16px;
}

/* service css end  */

/* maps css start  */

.maps {
  padding: 40px 0;
}

.maps-left {
  background-image: url("../images/maps-left-image.png");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maps-left .content {
  max-width: 500px;
}

.maps-left .icon-box {
  height: 87px;
  width: 87px;
  background: #ffffff57;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.maps-left .content h2 {
  color: #fff;
  font-size: 28px;
  line-height: 48px;
}

.maps-left .content p {
  color: #fff;
}

/* maps css end  */

/* how it work css start  */

.how-it-works {
  padding: 80px 0;
}

.process-step {
  text-align: center;
  position: relative;
  flex: 1;
}

.process-step::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -50%;
  height: 4px;
  width: 100%;
  border-top: 2px dashed #d4d4d4;
  z-index: -1;
}

.process-step:last-child::after {
  display: none;
}

.process-step .step-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: white;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 20px;
}

.process-step .step-circle.one {
  background: #f64b4b;
}

.process-step .step-circle.two {
  background: #68d585;
}

.process-step .step-circle.three {
  background: #473bf0;
}

.process-step .process-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
}

.process-step .process-content p {
  padding: 0 45px;
}

/* how it work css end  */

/* news update css start  */

.news-update {
  padding: 80px 0;
}

.news-update .swiper {
  padding-bottom: 40px;
  margin-top: 60px;
}

.news-box {
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
}

.news-box .news-image {
  max-height: 275px;
  overflow: hidden;
}

.news-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-content {
  padding: 24px;
}

.news-content span {
  font-weight: 500;
  font-size: 18px;
  color: #00000066;
}

.news-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.news-content a {
  color: var(--primary-color);
  font-size: 18px;
}

.news-update
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: -32px;
}

.news-update .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
  padding: 8px;
}

.news-update .swiper-pagination-bullet {
  padding: 8px;
}

/* news update css end  */

/* CTA css start  */

.cta {
  background-image: url("../images/cta-bg.png");
  background-color: #161c2d;
  padding: 80px 0;
}

.cta .content .icon-box {
  height: 87px;
  width: 87px;
  background: #ffffff57;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.cta .content h4 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.cta-form {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
}

.cta-form .form-select {
  line-height: 34px;
}

.cta-form .form-select:focus {
  box-shadow: none;
  border-color: #000;
}

/* CTA css end  */

/* footer css start here */

.footer {
  background-image: url("../images/footer-bg-1.png");
  background-color: #000000;
  background-size: cover;
  width: 100%;
}

.ftr-links h3 {
  color: #fff;
  font-weight: 600;
}

.ftr-desc img {
  margin-bottom: 20px;
}

.ftr-desc {
  padding-right: 70px;
}

.ftr-desc h2 {
  color: #fff;
}

.ftr-desc p {
  color: #fff;
}

.ftr-links ul {
  padding-left: 0px;
  list-style: none;
}

.ftr-links ul li {
  padding: 8px 0px;
}

.ftr-links ul li a {
  color: #fff;
  text-decoration: none;
}

.ftr-links ul li a:hover {
  color: #c5c5c5 !important;
}


.copyright {
	margin-top: 40px;
	border-top: 1px solid #474747;
	padding: 20px 0px;
	color: #fff;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  color: #fff;
}

/* direction arabic language design */

[dir="rtl"] .banner-img img {
  width: 630px;
  position: absolute;
  left: 14%;
  bottom: 0;
  transform: rotateY(180deg);
  right: inherit;
}

[dir="rtl"] .steps .service-block:nth-child(1) {
  margin-left: 150px;
  margin-right: 0px;
}

[dir="rtl"] .steps .service-block:nth-child(2) {
  margin-right: 0px;
}

[dir="rtl"] .steps .service-block:nth-child(3) {
  margin-right: 0;
}

[dir="rtl"] .steps .service-block:nth-child(4) {
  margin-left: 150px;
  margin-right: 0px;
}

[dir="rtl"] .steps .services-column .inner-column {
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

[dir="rtl"] .support-main .support-bx:first-child {
  border: none;
}

[dir="rtl"] .support-main .support-bx:last-child {
  border-right: 1px solid #000;
}

[dir="rtl"] .faqs .accordion {
  margin-right: 0px;
  margin-left: 100px;
}

[dir="rtl"] .ftr-desc {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] .copyright .text-end {
  text-align: left !important;
}

[dir="rtl"] .about-content {
  margin-left: 0;
  margin-right: 120px;
}

[dir="rtl"] .about-list li::before {
  left: inherit;
  right: 0;
}

[dir="rtl"] .about-list li {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] .contact__area .offset-xxl-1 {
  margin-left: 0;
  margin-right: 8.33333333%;
}

[dir="rtl"] .contact__info-inner {
  padding: 45px 30px 45px 70px;
}

[dir="rtl"] .contact__info-icon {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .about-sec::before {
  top: -70px;
  left: inherit;
  right: 0;
  transform: rotate(160deg);
}

/*============= Customer Dashboard CSS Start Here =============*/

.user_dashboard {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.dashboard_area {
  overflow: hidden;
}

.dashboard_menu {
  background: var(--primary-color);
  overflow: hidden;
  border-radius: 8px;
}

.dasboard_header {
  padding: 30px 0px 20px 0;
  text-align: center;
}

.dasboard_header .dasboard_header_img {
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #3c3c3c38;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dasboard_header h2 {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}

ul {
  padding-left: 0 !important;
  list-style: none;
}

.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover {
  background: #ffffff38 !important;
}

.dashboard_menu ul li a {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s linear 0s;
  background: none !important;
  color: #fff;
  border-top: 1px solid #ffffff42;
  padding: 0px 0px;
  text-transform: capitalize;
  position: relative;
}

.dashboard_menu ul li a span {
  display: inline-block;
  transition: all 0.3s linear 0s;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.main-card {
  width: 100%;
  height: auto;
  padding: 0;
}

.db_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}

.db_head h4 {
  font-size: 24px;
  font-weight: 700;
}

.dashboard-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0 #9c9c9c33;
  padding: 0;
}

.main-card-body {
  padding: 20px;
}

.edit-btn {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: var(--primary-color);
  text-align: center;
  line-height: 35px;
  color: #fff !important;
  border-radius: 10px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.license-info .img-grid {
  display: flex;
  flex-flow: wrap;
  align-content: center;
  gap: 15px;
}

.license-info .img-view.img-profile-card {
  flex: calc(100%);
  max-width: calc(100%);
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.license-info .img-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.license-info .img-btn-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.license-info .img-btn-overlay a {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}

.license-info .img-view:hover .img-btn-overlay {
  opacity: 1;
}

.dashboard-page .widget {
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
}

.dashboard-page .widget.widget1 {
  background-color: #fe9f43;
}

.dashboard-page .widget.widget1 .icon {
    color: #fe9f43;
}

.dashboard-page .widget.widget2 {
  background-color: #092c4c;
}

.dashboard-page .widget.widget2.icon {
    color: #092c4c;
}

.dashboard-page .widget.widget3 {
  background-color: #0e9384;
}

.dashboard-page .widget.widget3 .icon {
    color: #0e9384;
}

.dashboard-page .widget .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    font-size: 22px;
}

.dashboard-page .widget .info .title {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.dashboard-page .widget .info .text {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.notification-day {
    font-size: 18px;
    margin-bottom: 10px;
}

.notifi-card {
    padding: 15px 25px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 18px;
}

.notifi-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    min-width: 40px;
}

.notifi-details-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.notifi-details-card p {
    margin-bottom: 0;
    font-size: 12px;
	color: #777;
}


/*============= Customer Dashboard CSS END Here =============*/
